/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 767px) {
  .panel.header,
  .header.content,
  .nav-sections-item-content,
  .navigation > ul,
  .footer.content,
  .footer-copyright,
  .columns,
  .breadcrumbs .items,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) {
    background: #ffffff;
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 8px 10px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 8px;
    content: attr(data-th) ': ';
    display: inline-block;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) > tbody > tr td {
    background: #ffffff;
  }
}
@media only screen and (max-width: 991px) {
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-overflow-scrolling: touch;
    background: #133b5b;
    height: 100%;
    left: -95%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 95%;
    width: calc(100% - 54px);
  }
  .nav-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .nav-sections-item-content {
    display: block;
    overflow: hidden;
    padding: 25px 20px;
    width: 100%;
  }
  .nav-sections-item-content.active {
    display: block;
  }
}
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .best4u-cookie-notice.type-popup {
    width: 600px;
  }
}
.postcodenl-autocomplete-menu {
  z-index: 9999;
}
.postcodenl-autocomplete-menu,
.address-autofill-intl-input input[class].input-text.postcodenl-autocomplete-address-input-blank {
  background-size: 100px;
}
.address-autofill-nl-house-number.loading .input-text,
.address-autofill-intl-input.loading input[class].input-text,
.address-autofill-intl-input input[class].input-text.postcodenl-autocomplete-loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/b29sDAwO7u7pycnLe3t3d3d6WlpYqKitLS0tvb24GBgcnJyXl5eZOTk66urgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==);
  background-position: center right .5em;
  background-repeat: no-repeat;
  background-size: auto;
}
.address-autofill-formatted-output address {
  padding: 1em;
  font-size: 1.8rem;
  background-color: #f5f5f5;
}
.form-address-edit,
.form-address-edit > .fieldset {
  position: relative;
}
.address-autofill-fieldset {
  margin: 0;
}
.address-autofill-fieldset > .field:last-child {
  margin-bottom: 20px;
}
.loading-mask-customer-address {
  position: absolute;
  top: 50px;
}
.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;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.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-prev.owl-prev-bottom.owl-label-show {
  width: auto !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;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !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: 0px;
  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;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.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: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -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;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.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: #555555;
  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-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.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 .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#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: 767px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .account .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .account .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;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 50%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .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,
  form .actions-toolbar .column:not(.sidebar-main) form .actions-toolbar .column,
  form .actions-toolbar .column:not(.sidebar-additional) form .actions-toolbar .column {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content: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,
  .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,
  [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 {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content: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,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    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: #4b99da;
    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: #4b99da;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4b99da;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #194d78;
    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: #194d78;
    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: right;
  }
  .actions-toolbar .secondary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 0 0 5px;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 19.5px;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    max-width: initial;
    min-width: 30%;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
    width: 50%;
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-top: 20px;
    padding: 3px 0;
    border-top: 1px solid #cccccc;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 150px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .am_shopby_apply_filters {
    visibility: hidden;
    position: absolute;
    bottom: inherit;
    display: none;
    width: inherit;
    padding: 0;
    z-index: 9999;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #cccccc;
  }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    text-align: right;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px;
  }
  .am-show-button.-vertical-right:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-horizontal:before,
  .am-show-button.-horizontal:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    transform: rotate(45deg) translateX(-50%);
  }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #cccccc;
    border-bottom: 6px solid #cccccc;
    border-radius: 0 0 3px 0;
  }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eeeeee;
    border-bottom: 6px solid #eeeeee;
    border-radius: 0 0 2px 0;
  }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px;
  }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .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%;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .block .fieldset .field > .label {
    font-size: 14px;
    margin: 0 0 2px;
  }
  .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 .item-actions .actions-toolbar {
    text-align: left;
  }
  .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;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: none;
    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 {
    border: 0;
    width: auto;
  }
  .opc-sidebar {
    margin: 0;
    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: 767px;
    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-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .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;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .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;
  }
  .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%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .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;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1450px) {
  .navigation ul {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .navigation ul li.level0 > a {
    font-size: 17px;
  }
  .page-title-wrapper .page-title {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  button,
  .action.primary,
  .action.secondary {
    font-size: 19px;
    padding: 18px 24px;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 15.5px;
  }
  .nav-sections-item-content {
    column-gap: 10px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .main-navigation > ul {
    column-gap: 20px;
  }
  .main-navigation > ul > li > a {
    font-size: 19px;
  }
  .navigation::before {
    height: 12px;
    top: -12px;
  }
  .navigation ul {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .navigation ul li {
    width: calc((100% - 2 * 30px) / 3);
  }
  .navigation ul li.level0 > a {
    font-size: 16px;
    line-height: 24px;
  }
  .secondary-navigation ul {
    column-gap: 20px;
  }
  .secondary-navigation ul li a {
    font-size: 19px;
  }
  .hero-image-wrapper {
    height: 370px;
  }
  .page-title-wrapper .page-title {
    font-size: 42px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  button,
  .action.primary,
  .action.secondary {
    font-size: 17px;
    padding: 14px 20px;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10.5px;
  }
  .breadcrumbs .items {
    font-size: 18px;
  }
  .desktop-hidden {
    display: block;
  }
  .nav-toggle {
    display: block;
    padding: 20px 0;
    width: 42px;
  }
  .nav-toggle > span {
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    background: #ffffff;
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    width: 26px;
  }
  .nav-toggle > span:before {
    background: #ffffff;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: -9px;
    width: 100%;
  }
  .nav-toggle > span:after {
    background: #ffffff;
    bottom: -9px;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    text-indent: 0;
    width: 100%;
  }
  .nav-toggle > span:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .nav-sections {
    position: fixed;
  }
  .nav-sections-item-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
  }
  .nav-sections-item-content .top-menu-close {
    display: block;
    height: 40px;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 40px;
    z-index: 1;
  }
  .nav-sections-item-content .top-menu-close:before {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    content: '\e90a';
    font-family: 'icomoon';
    font-size: 16px;
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
  }
  .main-navigation > ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    column-gap: 0;
  }
  .main-navigation > ul > li > a {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
  }
  .main-navigation > ul > li > a:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main-navigation > ul > li > span {
    display: block;
    height: 40px;
    margin-left: 10px;
    position: relative;
    width: 40px;
  }
  .main-navigation > ul > li > span::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    color: #ffffff;
    content: '\e903';
    font-family: 'icomoon';
    font-size: 20px;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
  }
  .main-navigation > ul > li > span.active::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
  }
  .main-navigation > ul > li.parent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation > ul > li:hover > .navigation {
    display: none;
  }
  .navigation {
    background: none;
    left: auto;
    padding-left: 15px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .navigation::before {
    display: none;
  }
  .navigation ul {
    max-height: initial;
    padding: 0;
  }
  .navigation ul li {
    width: 100%;
  }
  .navigation ul li.level0 > a {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
  }
  .navigation ul li.level0 > a:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .secondary-navigation ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    column-gap: 0;
  }
  .secondary-navigation ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
  }
  .secondary-navigation ul li.mobile-view {
    display: block;
  }
  .hero-image-wrapper {
    height: 270px;
  }
  .page-title-wrapper .page-title {
    font-size: 38px;
    padding-top: 50px;
  }
  .fieldset > .field {
    margin: 0 0 15px;
  }
  .fieldset > .field > .label {
    margin: 0 0 3px;
  }
  .fieldset > .fields > .field {
    margin: 0 0 15px;
  }
  .fieldset > .fields > .field > .label {
    margin: 0 0 3px;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    clear: both;
    display: block;
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    float: right;
    margin: 0 0 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .actions-toolbar .secondary {
    margin: 10px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 0;
  }
  .hero-image-wrapper {
    height: 350px;
  }
  .page-title-wrapper {
    padding: 0 15px;
  }
  .page-title-wrapper .page-title {
    font-size: 36px;
    padding-top: 70px;
  }
  .breadcrumbs .items {
    font-size: 16px;
    padding: 0 15px;
  }
  .fieldset > .legend {
    font-size: 24px;
  }
  input[type='text'],
  input[type='password'],
  input[type='url'],
  input[type='tel'],
  input[type='search'],
  input[type='number'],
  input[type*='date'],
  input[type='email'],
  select {
    height: 40px;
    line-height: 38px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) {
    border: 1px solid #133b5b;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tbody tr td {
    border-left: 0;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tbody tr td:first-child {
    border-top: 3px solid #133b5b;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td {
    border-left: 0;
    display: block;
    text-align: right;
  }
  .pages .action > span {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .hero-image-wrapper img {
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    left: -85%;
  }
  .pages .item {
    font-size: 15px;
    line-height: 32px;
    margin: 0 2px;
  }
  .pages strong.page {
    font-size: 15px;
    line-height: 32px;
    padding: 0 11px;
  }
  .pages a.page {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-sections {
    left: -90%;
    width: 90%;
  }
  .nav-sections-item-content .top-menu-close {
    margin: 5px 5px 0 0;
  }
  .nav-sections-item-content .top-menu-close:before {
    font-size: 14px;
  }
  .main-navigation > ul > li > a,
  .main-navigation > ul > li > span {
    font-size: 17px;
    line-height: 36px;
  }
  .main-navigation > ul > li > span::after {
    font-size: 18px;
  }
  .navigation ul li.level0 > a {
    font-size: 15px;
    line-height: 36px;
  }
  .secondary-navigation ul li a {
    font-size: 17px;
    line-height: 36px;
  }
  .page-title-wrapper .page-title {
    font-size: 30px;
    padding-top: 80px;
  }
  input[type='text'],
  input[type='password'],
  input[type='url'],
  input[type='tel'],
  input[type='search'],
  input[type='number'],
  input[type='datetime'],
  input[type='email'],
  select {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 319px) {
  .fieldset > .legend {
    font-size: 20px;
  }
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 767px) {
  .amform-form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .default.amform-form .fieldset .fields .amform-layout-two {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1799px) {
  .unique-shops-slider .block-content .shops-items .shops-item {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1699px) {
  .unique-shops-slider .block-content .shops-items .shops-item {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1450px) {
  .ambrands-top-section {
    padding-bottom: 40px;
  }
  .ambrands-top-section .ambrands-search-wrapper {
    width: 26.209%;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input {
    font-size: 20px;
    height: 54px;
    line-height: 52px;
    padding: 0 20px 0 50px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input::-moz-placeholder {
    font-size: 20px;
    line-height: 52px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input:-moz-placeholder {
    font-size: 20px;
    line-height: 52px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 52px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 52px;
  }
  .ambrands-top-section .ambrands-top-section-description h1 {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .ambrands-content-section .ambrands-content-wrapper .left-column {
    width: 26.209%;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items {
    column-gap: calc((100% - 3 * 260px) / 2);
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item {
    width: 260px;
  }
  .unique-shops-slider {
    padding: 30px 0 80px;
  }
  .unique-shops-slider .block-title {
    margin: 0 0 35px;
  }
  .unique-shops-slider .block-title h2 {
    font-size: 36px;
  }
  .unique-shops-slider .block-content .shops-items .shops-item {
    padding: 0 20px;
  }
  .unique-shops-slider .block-content .shops-items .shops-item .item-image-container .item-image img {
    max-width: 100%;
  }
  .unique-shops-slider .block-content .shops-items .shops-item .item-details .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .winkels-top-banner-wrapper {
    height: 440px;
  }
  .ambrands-top-section {
    padding-bottom: 30px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    padding: 0 20px 0 35px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input::-moz-placeholder {
    font-size: 18px;
    line-height: 48px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input:-moz-placeholder {
    font-size: 18px;
    line-height: 48px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 48px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 48px;
  }
  .ambrands-top-section .ambrands-search-wrapper .ambrands-search-block .ambrands-clear {
    left: 5px;
  }
  .ambrands-top-section .ambrands-top-section-description h1 {
    font-size: 32px;
    margin: 0 0 15px;
  }
  .ambrands-top-section .ambrands-top-section-description p {
    font-size: 18px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .block-title {
    font-size: 35px;
    margin: 0 0 15px;
    padding-top: 15px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .shops-amount {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items {
    column-gap: 20px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item {
    width: calc((100% - 2 * 20px) / 3);
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item .ambrands-item-details .ambrands-item-title {
    font-size: 22px;
  }
  .unique-shops-slider {
    padding: 30px 0 60px;
  }
  .unique-shops-slider .block-title {
    margin: 0 0 30px;
  }
  .unique-shops-slider .block-title h2 {
    font-size: 34px;
  }
  .unique-shops-slider .block-content .shops-items .shops-item {
    padding: 0 25px;
  }
  .unique-shops-slider .block-content .shops-items .slick-arrow {
    bottom: -55px;
  }
  .unique-shops-slider .block-content .shops-items .slick-arrow::before {
    font-size: 35px;
  }
  .unique-shops-slider .block-content .shops-items .slick-arrow.prev {
    left: calc(50% - 48px);
  }
  .unique-shops-slider .block-content .shops-items .slick-arrow.next {
    left: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .winkels-top-banner-wrapper {
    height: 320px;
  }
  .ambrands-top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    row-gap: 20px;
  }
  .ambrands-top-section .ambrands-search-wrapper {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 400px;
    width: 100%;
  }
  .ambrands-top-section .ambrands-top-section-description {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    width: 100%;
  }
  .ambrands-content-section .ambrands-content-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .ambrands-content-section .ambrands-content-wrapper .left-column {
    width: 100%;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column {
    width: 100%;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .block-title {
    padding-top: 0;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items {
    column-gap: 20px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item {
    width: calc((100% - 2 * 20px) / 3);
  }
  .unique-shops-slider .block-title {
    margin: 0 0 30px;
  }
  .unique-shops-slider .block-title h2 {
    font-size: 32px;
  }
  .unique-shops-slider .block-content .shops-items .shops-item {
    padding: 0 20px;
  }
  .unique-shops-slider .block-content .shops-items .shops-item .item-details .item-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .winkels-top-banner-wrapper {
    height: 360px;
  }
  .winkels-top-banner-wrapper .desktop {
    display: none;
  }
  .winkels-top-banner-wrapper .mobile {
    display: block;
  }
  .winkels-top-banner-wrapper img {
    left: calc(50% + 100px);
  }
  .ambrands-top-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ambrands-top-section .ambrands-top-section-description h1 {
    font-size: 30px;
  }
  .ambrands-top-section .ambrands-top-section-description p {
    font-size: 17px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item .ambrands-item-details .ambrands-item-title {
    font-size: 20px;
  }
  .unique-shops-slider .block-title {
    margin: 0 0 25px;
  }
  .unique-shops-slider .block-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .ambrands-content-section .ambrands-content-wrapper .main-column .block-title {
    font-size: 32px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .shops-amount {
    font-size: 16px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items {
    column-gap: 10px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item {
    width: calc((100% - 2 * 10px) / 3);
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item .ambrands-item-details .ambrands-item-title {
    font-size: 18px;
  }
  .unique-shops-slider .block-content .shops-items .shops-item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .winkels-top-banner-wrapper {
    height: 430px;
  }
  .winkels-top-banner-wrapper img {
    left: calc(50% + 170px);
  }
  .ambrands-top-section .ambrands-search-wrapper {
    max-width: 100%;
  }
  .ambrands-top-section .ambrands-top-section-description h1 {
    font-size: 28px;
  }
  .ambrands-top-section .ambrands-top-section-description p {
    font-size: 16px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .block-title {
    font-size: 28px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .shops-amount {
    font-size: 15px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items {
    column-gap: 15px;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 319px) {
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items {
    column-gap: 0;
  }
  .ambrands-content-section .ambrands-content-wrapper .main-column .ambrands-content .ambrands-brand-items .ambrands-brand-item {
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
  }
  .unique-shops-slider .block-title h2 {
    font-size: 27px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1199px) {
  .page-header .amsearch-form-block {
    max-width: 400px;
  }
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper {
    min-width: 400px;
  }
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    font-size: 18px;
    height: 42px;
    line-height: 40px;
  }
  .page-header .amsearch-wrapper-block .amsearch-result-section {
    max-width: 400px;
    min-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .amsearch-wrapper-block {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block::before {
    display: none;
  }
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .amsearch-form-block {
    max-width: 300px;
  }
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper {
    min-width: 300px;
  }
  .page-header .amsearch-wrapper-block .amsearch-result-section {
    max-width: 300px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 639px) {
  .page-header .amsearch-form-block {
    max-width: 100%;
  }
  .page-header .amsearch-wrapper-block {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    bottom: 0;
    width: 100%;
  }
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper {
    min-width: 100%;
  }
  .page-header .amsearch-wrapper-block .amsearch-result-section {
    max-width: 100%;
    min-width: 100%;
  }
  .page-header .amsearch-wrapper-block .amsearch-products-section {
    border: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-block-header .amsearch-title {
    font-size: 16px;
  }
  .page-header .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-item .amsearch-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1450px) {
  .ambrand-products-wrapper .ambrand-products-section .ambrand-products-main-column .block-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .ambrand-top-section-wrapper {
    height: 370px;
  }
  .ambrand-top-section-wrapper .page-subtitle {
    font-size: 16px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view {
    padding: 50px 0 20px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main header h2 {
    font-size: 36px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .description {
    font-size: 18px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .social-media {
    column-gap: 30px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .social-media .item a {
    height: 26px;
    width: 26px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .social-media .item a::before {
    font-size: 26px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .social-media .item.twitter a::before {
    font-size: 22px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta {
    margin: 40px 0 0;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col .col-title {
    margin: 0 0 20px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col .col-title h3 {
    font-size: 24px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col .col-content {
    font-size: 16px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-current-wrapper {
    padding: 15px 20px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-current-wrapper .filter-current .filter-current-subtitle {
    font-size: 23px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-current-wrapper .filter-current .items .item {
    font-size: 14px;
    line-height: 2.2;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-current-wrapper .filter-actions {
    margin: 5px 0 0;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-current-wrapper .filter-actions a {
    font-size: 15px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-options {
    padding: 15px 20px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-options .filter-options-title {
    font-size: 23px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-options .filter-options-title:after {
    font-size: 20px;
  }
  .ambrands-content-section .ambrands-content-wrapper .filter-options .filter-options-content .items .item a {
    font-size: 16px;
  }
  .ambrand-products-wrapper .ambrand-products-section {
    padding: 50px 20px 30px;
  }
  .ambrand-products-wrapper .ambrand-products-section .ambrand-products-main-column .block-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .ambrand-top-section-wrapper {
    height: 270px;
  }
  .ambrand-index-index.page-layout-2columns-left .back-btn a {
    font-size: 20px;
    padding-left: 20px;
  }
  .ambrand-index-index.page-layout-2columns-left .back-btn a::before {
    font-size: 22px;
  }
  .ambrand-index-index.page-layout-2columns-left .column.main {
    margin: 0;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view {
    padding: 30px 0 10px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main header h2 {
    font-size: 30px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .description {
    font-size: 17px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .social-media {
    column-gap: 20px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta {
    row-gap: 30px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col {
    width: calc((100% - 30px) / 2);
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-location {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    width: calc(((100% - 30px) / 2) - 100px);
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-contact {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    width: calc(((100% - 30px) / 2) - 100px);
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-opening-hours {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    width: calc(((100% - 30px) / 2) + 100px);
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-opening-hours-comment {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
    width: calc(((100% - 30px) / 2) + 100px);
  }
  .ambrand-products-wrapper .ambrand-products-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .ambrand-products-wrapper .ambrand-products-section .page.messages {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .ambrand-products-wrapper .ambrand-products-section .ambrand-products-left-column {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
  }
  .ambrand-products-wrapper .ambrand-products-section .ambrand-products-main-column {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ambrand-top-section-wrapper {
    height: 350px;
  }
  .ambrand-index-index.page-layout-2columns-left .back-btn a {
    font-size: 18px;
  }
  .ambrand-index-index.page-layout-2columns-left .back-btn a::before {
    font-size: 20px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0 10px;
    row-gap: 30px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-logo {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main header {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main header h2 {
    font-size: 28px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .brand-view-main .description {
    font-size: 16px;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    margin: 0;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col {
    width: 100%;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-location {
    width: 100%;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-contact {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-opening-hours {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    width: 100%;
  }
  .ambrand-index-index.page-layout-2columns-left .brand-view .meta > .col.col-opening-hours-comment {
    width: 100%;
  }
  .ambrand-products-wrapper .ambrand-products-section .ambrand-products-main-column .block-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .ambrand-top-section-wrapper .page-subtitle {
    font-size: 14px;
  }
  .ambrand-products-wrapper .ambrand-products-section .ambrand-products-main-column .block-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1699px) {
  .brand-slider-wrapper .shops-slider .slider-items .slider-item .slider-image {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-slider-wrapper .shops-slider .slider-items {
    padding: 70px 0 100px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow {
    bottom: 26px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow::before {
    font-size: 35px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow.prev {
    left: calc(50% - 48px);
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow.next {
    left: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .brand-slider-wrapper .shops-slider .slider-items {
    padding: 50px 0 80px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slider-item .slider-image {
    padding: 0 20px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow {
    bottom: 20px;
    height: 40px;
    width: 40px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow::before {
    font-size: 27px;
  }
  .brand-slider-wrapper .shops-slider .slider-items .slick-arrow.prev {
    left: calc(50% - 40px);
  }
}
@media only screen and (max-width: 374px) {
  .brand-slider-wrapper .shops-slider .slider-items .slider-item .slider-image {
    padding: 0 10px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1699px) {
  .products-grid .product-items.slick-slider .product-item .product-item-info {
    padding: 0 25px;
  }
  .block-viewed-products-grid {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1450px) {
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 73.33%;
  }
  .products-grid .product-items.slick-slider .product-item .product-item-info {
    padding: 0 15px;
  }
  .products-grid .product-items.slick-slider .slick-arrow.prev {
    left: calc(50% - 53px);
  }
  .products-grid .product-items.slick-slider .slick-arrow.next {
    left: calc(50% + 5px);
  }
  .products-grid .product-item .product-shop {
    font-size: 13px;
  }
  .products-grid .product-item .product-item-name {
    margin: 0 0 20px;
  }
  .products-grid .product-item .product-item-name > a {
    font-size: 20px;
  }
  .products-grid .product-item .price-box .price {
    font-size: 32px;
  }
  .products-grid .product-item .price-box .price .sup {
    font-size: 15px;
  }
  .products-grid .product-item .product-item-actions {
    margin-top: 15px;
  }
  .products-grid .product-item .product-item-actions .actions-primary .action.primary {
    font-size: 24px;
  }
  .block-viewed-products-grid {
    padding: 50px 5px 40px;
  }
  .block-viewed-products-grid .block-title strong {
    font-size: 36px;
  }
  .product.media {
    margin: 0 0 70px;
  }
  .product-info-main {
    margin: 0 0 70px;
    width: 50%;
  }
  .product-info-details-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .category-name h2 {
    font-size: 34px;
  }
  .category-description {
    font-size: 19px;
  }
  .toolbar-amount {
    font-size: 18px;
  }
  .sorter-options {
    font-size: 16px;
    height: 46px;
    line-height: 44px;
    min-width: 240px;
    padding: 0 40px 0 20px;
  }
  .limiter {
    font-size: 18px;
  }
  .limiter select {
    font-size: 16px;
    height: 46px;
    line-height: 44px;
  }
  .products-grid .product-item {
    padding: 0;
  }
  .products-grid .product-item .price-box {
    column-gap: 10px;
  }
  .products-grid .product-item .price-box .price {
    font-size: 30px;
  }
  .products-grid .product-item .price-box .price .sup {
    font-size: 14px;
    margin-left: -7px;
  }
  .products-grid .product-item .price-box .old-price .price {
    font-size: 16px;
  }
  .catalog-left-navigation {
    padding: 15px 20px;
  }
  .catalog-left-navigation .block-title {
    font-size: 25px;
  }
  .catalog-left-navigation .block-title:after {
    font-size: 20px;
  }
  .catalog-left-navigation .block-content .current-category {
    font-size: 15px;
  }
  .catalog-left-navigation .block-content ul li a {
    font-size: 16px;
  }
  .block-viewed-products-grid .block-title strong {
    font-size: 32px;
  }
  .product.media {
    margin: 0 0 50px;
  }
  .product-info-main {
    margin: 0 0 50px;
  }
  .product-name {
    font-size: 36px;
  }
  .product-info-price {
    margin: 0 0 35px;
  }
  .product-details-tabs ul.tabs {
    column-gap: 40px;
  }
  .product-section {
    margin: 35px 0 0;
  }
  .product-section .block-title {
    font-size: 32px;
    margin: 0 0 20px;
  }
  .product-section .block-content {
    font-size: 18px;
    line-height: 1.3;
  }
  table.additional-attributes tbody tr th,
  table.additional-attributes tbody tr td {
    font-size: 18px;
  }
  table.additional-attributes tbody tr th {
    width: 30%;
  }
  table.additional-attributes tbody tr td {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view.page-layout-2columns-left .columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-category-view.page-layout-2columns-left .columns .sidebar {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 0 40px;
    width: 100%;
  }
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .columns {
    padding-bottom: 70px;
    padding-top: 30px;
  }
  .product.media {
    width: 48%;
  }
  .product-info-main {
    width: 48%;
  }
  .product-name {
    font-size: 32px;
  }
  .product-info-price .price-box .price {
    font-size: 34px;
  }
  .product-info-price .price-box .price .sup {
    top: 1px;
  }
  .product-usps-wrapper {
    margin: 35px 0 0;
  }
  .product-details-tabs ul.tabs {
    column-gap: 30px;
  }
  .product-details-tabs ul.tabs li.tab a {
    font-size: 24px;
  }
  .product-section {
    margin: 30px 0 0;
  }
  .product-section .block-title {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .product-section .block-content {
    font-size: 17px;
  }
  .product-section.product-details-plus-minpunten .block-content ul li:before {
    font-size: 26px;
    top: 0;
  }
  table.additional-attributes tbody tr th,
  table.additional-attributes tbody tr td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .category-name h2 {
    font-size: 30px;
  }
  .category-description {
    font-size: 18px;
  }
  .products-grid .product-items.slick-slider .product-item .product-item-info {
    padding: 0 10px;
  }
  .products-grid .product-item-actions {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  .block-viewed-products-grid {
    padding: 40px 5px 30px;
  }
  .block-viewed-products-grid .block-title strong {
    font-size: 28px;
  }
  .product.media {
    float: none;
    margin: 0 auto 30px;
    max-width: 615px;
    width: 100%;
  }
  .product-info-main {
    margin: 0 0 30px;
    width: 100%;
  }
  .product-details-tabs {
    display: none;
  }
  table.additional-attributes {
    border: 0 !important;
  }
  table.additional-attributes tbody tr th {
    display: none !important;
  }
  table.additional-attributes tbody tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px !important;
    width: 100%;
  }
  table.additional-attributes tbody tr:nth-child(odd) td {
    background: #f1f7fa !important;
  }
  table.additional-attributes tbody tr:nth-child(even) td {
    background: #ffffff !important;
  }
}
@media only screen and (max-width: 639px) {
  .products-grid .product-item {
    width: calc((100% - 2.191%) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .category-name {
    margin: 0 0 10px;
  }
  .category-name h2 {
    font-size: 26px;
  }
  .category-description {
    font-size: 17px;
  }
  .toolbar-amount {
    font-size: 16px;
  }
  .limiter {
    font-size: 16px;
  }
  .products-grid .product-item {
    text-align: center;
    width: 100%;
  }
  .products-grid .product-item .price-box {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .products-grid .product-item-photo {
    margin: 0 auto 24px;
    max-width: 280px;
  }
  .block-viewed-products-grid .block-title strong {
    font-size: 25px;
  }
  .product-name {
    font-size: 26px;
  }
  .product-info-price {
    margin: 0 0 20px;
  }
  .box-tocart .field.qty {
    margin: 0 20px 0 0;
  }
  .box-tocart .actions .action.primary {
    font-size: 22px;
    padding: 15.5px 0;
  }
  .product-section .block-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 319px) {
  .sorter-options {
    font-size: 15px;
    max-width: 100%;
    min-width: 0;
  }
  .block-viewed-products-grid .block-title strong {
    font-size: 22px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1450px) {
  .catalogsearch-result-index.page-layout-2columns-left .column.main {
    width: 73.33%;
  }
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index.page-layout-2columns-left .columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalogsearch-result-index.page-layout-2columns-left .columns .sidebar {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 0 40px;
    width: 100%;
  }
  .catalogsearch-result-index.page-layout-2columns-left .columns .column.main {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .block-search {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    margin: 7px 0 0;
    max-width: 100%;
    width: 100%;
  }
  .block-search .field.search input.input-text {
    font-size: 15px;
    height: 44px;
    line-height: 42px;
    padding: 0 42px 0 15px;
  }
  .block-search .field.search .actions button.action {
    height: 42px;
    width: 42px;
  }
  .block-search .field.search .actions button.action:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .block-search {
    margin: 0;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1599px) {
  .block.crosssell {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1450px) {
  .cart.table-wrapper .items thead tr th {
    font-size: 25px;
  }
  .cart-container .cart.actions .action.primary {
    padding: 0;
  }
  .cart-container .cart-right-column {
    width: 25%;
  }
  .cart-container .checkout-methods-items .action.primary {
    font-size: 21px;
  }
  .cart-summary > .title {
    font-size: 27px;
  }
  .cart-summary .block > .title strong {
    font-size: 16px !important;
  }
  .cart-totals table tbody tr th,
  .cart-totals table tbody tr td {
    font-size: 16px;
  }
  .block.crosssell {
    padding: 35px 5px 40px;
  }
  .block.crosssell .block-title strong {
    font-size: 34px;
  }
  .opc-block-summary > .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-container .form-cart {
    width: 68%;
  }
  .cart-container .cart-right-column {
    width: 30%;
  }
  .cart-container .cart.actions {
    column-gap: 20px;
  }
  .cart-container .cart.actions .action.primary {
    font-size: 19px;
  }
  .cart-container .checkout-methods-items .action.primary {
    font-size: 20px;
  }
  .cart.table-wrapper .items thead tr th {
    font-size: 20px;
  }
  .cart.table-wrapper .items tbody tr td .price-including-tax,
  .cart.table-wrapper .items tbody tr td .price-excluding-tax {
    font-size: 16px;
  }
  .cart.table-wrapper .product-item-name {
    font-size: 17px;
  }
  .cart-summary .block > .title strong {
    font-size: 15px !important;
  }
  .opc-block-summary > .title {
    font-size: 28px;
  }
  .opc-wrapper button {
    font-size: 19px;
    line-height: 56px;
    padding: 0 24px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer button {
    font-size: 19px;
    line-height: 56px;
    padding: 0 24px;
  }
  .checkout-shipping-method .actions-toolbar button {
    font-size: 19px;
    line-height: 56px;
    padding: 0 24px;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary button {
    font-size: 19px !important;
    padding: 0 24px !important;
  }
  .checkout-container .authentication-wrapper button.action {
    font-size: 19px;
    line-height: 56px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 991px) {
  .minicart-wrapper .action.showcart {
    height: 42px;
    width: 42px;
  }
  .minicart-wrapper .action.showcart:before {
    font-size: 30px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    bottom: 8px;
    width: 18px;
  }
  .cart-container {
    row-gap: 50px;
  }
  .cart-container .form-cart {
    width: 100%;
  }
  .cart-container .cart-right-column {
    margin-left: auto;
    width: 350px;
  }
  .opc-block-summary > .title {
    font-size: 20px;
  }
  .opc-wrapper .step-title {
    font-size: 20px;
  }
  .opc-wrapper button {
    font-size: 17px;
    line-height: 48px;
    padding: 0 20px;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 20px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer button {
    font-size: 17px;
    line-height: 48px;
    padding: 0 20px;
  }
  .checkout-shipping-method .actions-toolbar button {
    font-size: 17px;
    line-height: 48px;
    padding: 0 20px;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary button {
    font-size: 17px !important;
    padding: 0 20px !important;
  }
  .checkout-container .authentication-wrapper {
    min-width: 300px;
  }
  .checkout-container .authentication-wrapper button.action {
    font-size: 17px;
    line-height: 48px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-container {
    row-gap: 40px;
  }
  .cart.table-wrapper .items tbody tr td {
    padding: 5px 10px !important;
  }
  .cart.table-wrapper .items tbody tr td::before {
    font-weight: 700 !important;
    min-width: 110px;
    text-transform: lowercase;
  }
  .cart.table-wrapper .items tbody tr td.item::before {
    display: none !important;
  }
  .cart.table-wrapper .items tbody tr td.a-center {
    text-align: left;
  }
  .cart.table-wrapper .items tbody tr td.price,
  .cart.table-wrapper .items tbody tr td.subtotal,
  .cart.table-wrapper .items tbody tr td.action {
    padding-top: 5px !important;
  }
  .cart.table-wrapper .items tbody tr td .price-including-tax,
  .cart.table-wrapper .items tbody tr td .price-excluding-tax {
    display: inline-block;
  }
  .cart.table-wrapper .items tbody tr td.qty::before {
    line-height: 36px;
    vertical-align: top;
  }
  .cart.table-wrapper .items tbody tr td .field.qty {
    display: inline-block;
  }
  .cart.table-wrapper .items tbody tr td.action {
    border-bottom: 2px solid #133b5b;
  }
  .cart.table-wrapper .items tbody tr td.action a.action {
    display: inline-block;
    top: 2px;
  }
  .cart-container .cart-right-column {
    width: 100%;
  }
  .cart-container .cart.actions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    column-gap: 0;
    row-gap: 15px;
  }
  .cart-container .cart.actions a,
  .cart-container .cart.actions button {
    display: inline-block;
    margin: 0 auto !important;
  }
  .block.crosssell .block-title strong {
    font-size: 30px;
  }
  .authentication-wrapper {
    float: none;
    margin: 0 0 40px;
    max-width: max-content;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    float: right;
    margin: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: none;
    border: 0;
    line-height: 1;
    padding: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #133b5b;
    font-size: 36px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: #ffffff;
    color: #133b5b;
  }
  .table-checkout-shipping-method {
    border: 0;
  }
  .opc-sidebar.custom-slide {
    left: 20px;
  }
  .opc-sidebar.custom-slide .action-close {
    margin: 12px;
  }
  .opc-sidebar.custom-slide .action-close::before {
    color: #ffffff;
  }
  .opc-sidebar.custom-slide .action-close:hover::before {
    color: #ffffff;
  }
  .opc-sidebar.custom-slide .modal-inner-wrap {
    background: #133b5b;
  }
  .opc-sidebar.custom-slide .modal-inner-wrap .opc-block-summary {
    margin: 0;
  }
  .opc-sidebar.custom-slide .modal-inner-wrap .opc-block-summary > .title {
    font-size: 18px;
    padding-right: 30px;
  }
  .opc-sidebar.custom-slide .modal-inner-wrap .opc-block-shipping-information {
    padding: 20px;
  }
  .opc-sidebar.custom-slide .modal-inner-wrap .opc-block-shipping-information .shipping-information-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .block.crosssell .block-title strong {
    font-size: 26px;
  }
  .opc-wrapper button {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer button {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
  }
  .checkout-shipping-method .actions-toolbar button {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary button {
    font-size: 16px !important;
    padding: 0 15px !important;
  }
  .checkout-container .authentication-wrapper button.action {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .minicart-wrapper {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .minicart-wrapper .action.showcart {
    margin: 0;
  }
  .block.crosssell .block-title strong {
    font-size: 22px;
  }
  .opc-wrapper button {
    font-size: 15px;
    line-height: 36px;
    padding: 0 10px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer button {
    font-size: 15px;
    line-height: 36px;
    padding: 0 10px;
  }
  .checkout-shipping-method .actions-toolbar button {
    font-size: 15px;
    line-height: 36px;
    padding: 0 10px;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary button {
    font-size: 15px !important;
    padding: 0 10px !important;
  }
  .checkout-container .authentication-wrapper button.action {
    font-size: 15px;
    line-height: 36px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 319px) {
  .cart-payments ul {
    column-gap: 20px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1699px) {
  .home-products .block-content > .action {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1450px) {
  .usps-wrapper .usps-items {
    column-gap: 30px;
  }
  .home-categories .block-title {
    margin: 0 0 30px;
  }
  .home-categories .block-title strong {
    font-size: 36px;
  }
  .home-categories .block-content .category-items .category-item .category-item-content {
    padding: 0 15px;
  }
  .home-categories .block-content .category-items .slick-arrow {
    bottom: -68px;
  }
  .home-categories .block-content .category-items .slick-arrow.prev {
    left: calc(50% - 53px);
  }
  .home-categories .block-content .category-items .slick-arrow.next {
    left: calc(50% + 5px);
  }
  .home-categories-action {
    margin: 20px 0 0;
    padding: 10px 20px;
  }
  .home-content .home-content-right h1 {
    margin: 0 0 25px -80px;
  }
  .home-products {
    padding: 35px 5px;
  }
  .home-products .block-title h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .home-products .block-content > .action {
    padding: 10px 15px;
  }
  .home-delivery-block-container .delivery-block-left {
    height: 480px;
  }
  .home-delivery-block-container .delivery-block-right {
    padding: 30px 6%;
  }
  .home-delivery-block-container .delivery-block-right::after {
    border-width: 70px 0 0 1200px;
  }
  .home-delivery-block-container .delivery-block-right h2 {
    font-size: 36px;
  }
  .home-shops-slider {
    padding: 30px 0;
  }
  .home-shops-slider .block-subtitle {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .home-shops-slider .block-content .shops-items .shops-item .item-image-container .item-image img {
    max-width: 100%;
  }
  .home-shops-slider .block-content .action {
    padding: 8px 15px;
  }
  .category-items.all {
    column-gap: 30px;
  }
  .category-items.all .category-item {
    width: calc((100% - 3 * 30px) / 4);
  }
  .home-categories-list .block-content .category-items.level0 {
    -webkit-columns: 267.5px;
    -moz-columns: 267.5px;
    -ms-columns: 267.5px;
    columns: 267.5px;
  }
}
@media only screen and (max-width: 1199px) {
  .cms-page-view .column.main .section {
    margin: 0 0 60px;
  }
  .cms-page-view .column.main .section h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .cms-page-view .column.main .section ul.ons-team li img {
    margin: 0 0 20px;
  }
  .cms-page-view .column.main .section ul.ons-team li h3 {
    font-size: 17px;
  }
  .cms-index-index .usps-wrapper .usps-container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .usps-wrapper .usps-items {
    column-gap: 0;
    display: none;
    padding: 20px 0;
  }
  .usps-wrapper .usps-items.slick-initialized {
    display: block;
  }
  .usps-wrapper .usps-items .usps-item {
    margin: 0 15px;
  }
  .home-categories .block-title strong {
    font-size: 32px;
  }
  .home-categories .block-content .category-items .category-item .category-item-content {
    padding: 0 10px;
  }
  .home-products .block-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .home-content .home-content-right h1 {
    margin: 0 0 10px -50px;
    max-width: 425px;
  }
  .home-content .home-content-right h1 .font1 {
    font-size: 74px;
  }
  .home-content .home-content-right h1 .font2 {
    font-size: 38px;
  }
  .home-content .home-content-right h1 .font3 {
    font-size: 54px;
    margin-left: 5px;
  }
  .home-content .home-content-right h1 .font4 {
    font-size: 54px;
    margin-left: 32px;
  }
  .home-content .home-content-right h1 .font5 {
    font-size: 28px;
  }
  .home-content .home-content-right h1 .font6 {
    font-size: 100px;
  }
  .home-content .home-content-right p {
    font-size: 17px;
  }
  .home-content .home-content-right .action > a {
    font-size: 19px;
    padding: 17px 24px;
  }
  .home-delivery-block-container .delivery-block-left {
    height: 440px;
  }
  .home-delivery-block-container .delivery-block-right {
    padding: 30px 5%;
  }
  .home-delivery-block-container .delivery-block-right::after {
    border-width: 60px 0 0 1000px;
  }
  .home-delivery-block-container .delivery-block-right h3 {
    font-size: 18px;
  }
  .home-delivery-block-container .delivery-block-right h2 {
    font-size: 34px;
    margin: 0 0 5px;
  }
  .home-delivery-block-container .delivery-block-right p {
    font-size: 15px;
  }
  .home-delivery-block-container .delivery-block-right .read-more {
    font-size: 18px;
  }
  .home-shops-slider .block-title h2 {
    font-size: 36px;
  }
  .home-shops-slider .block-subtitle {
    margin: 0 0 25px;
  }
  .home-shops-slider .block-content .shops-items .shops-item .item-details .item-short-description {
    font-size: 15px;
  }
  .home-shops-slider .block-content .shops-items .slick-arrow {
    bottom: -88px;
  }
  .home-shops-slider .block-content .shops-items .slick-arrow::before {
    font-size: 35px;
  }
  .home-shops-slider .block-content .shops-items .slick-arrow.prev {
    left: calc(50% - 48px);
  }
  .home-shops-slider .block-content .shops-items .slick-arrow.next {
    left: 50%;
  }
  .home-shops-slider .block-content .action {
    margin: 40px 0 0;
  }
  .home-categories-list .block-title {
    margin: 0 0 16px;
  }
  .home-categories-list .block-title strong {
    font-size: 34px;
    line-height: 40px;
  }
  .home-categories-list .block-content .category-items.level0 {
    -webkit-columns: 300px;
    -moz-columns: 300px;
    -ms-columns: 300px;
    columns: 300px;
    column-gap: 26px;
  }
  .home-categories-list .block-content .category-items.level0 > .category-item {
    margin-bottom: 20px;
  }
  .category-items.all {
    column-gap: 10px;
  }
  .category-items.all .category-item {
    width: calc((100% - 3 * 10px) / 4);
  }
}
@media only screen and (max-width: 991px) {
  .cms-page-view .column.main h2 {
    font-size: 34px;
  }
  .cms-page-view .column.main .section h2 {
    font-size: 25px;
  }
  .cms-page-view .column.main .section.img-right img,
  .cms-page-view .column.main .section.img-left img {
    margin: 0 30px 10px 0;
    max-width: 50%;
  }
  .cms-page-view .column.main .section.img-right img {
    margin: 0 0 10px 30px;
  }
  .cms-page-view .column.main .section ul.ons-team li {
    margin: 0 0 30px 3%;
    width: 48.5%;
  }
  .cms-page-view .column.main .section ul.ons-team li:nth-child(2n + 1) {
    clear: both;
    margin-left: 0;
  }
  .cms-page-view .column.main .section ul.ons-team li img {
    margin: 0 0 30px;
  }
  .cms-page-view .column.main .section ul.ons-team li h3 {
    font-size: 18px;
  }
  .cms-index-index .columns {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .usps-wrapper .usps-items {
    padding: 15px 0;
  }
  .home-categories .block-content .category-items .slick-arrow.prev {
    left: calc(50% - 48px);
  }
  .home-categories .block-content .category-items .slick-arrow.next {
    left: 50%;
  }
  .home-categories-action .all-categories-link {
    font-size: 18px;
  }
  .home-products .block-content > .action a {
    font-size: 18px;
  }
  .home-delivery-block-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-delivery-block-container .delivery-block-left {
    height: 400px;
    width: 100%;
  }
  .home-delivery-block-container .delivery-block-right {
    padding: 30px 8%;
    width: 100%;
  }
  .home-delivery-block-container .delivery-block-right h3,
  .home-delivery-block-container .delivery-block-right h2,
  .home-delivery-block-container .delivery-block-right p {
    max-width: 100%;
  }
  .home-content .home-content-right h1 {
    margin: 0 0 10px;
    max-width: 360px;
  }
  .home-content .home-content-right h1 .font1 {
    font-size: 62px;
  }
  .home-content .home-content-right h1 .font2 {
    font-size: 30px;
  }
  .home-content .home-content-right h1 .font3 {
    font-size: 42px;
  }
  .home-content .home-content-right h1 .font4 {
    font-size: 45px;
    margin-left: 30px;
  }
  .home-content .home-content-right h1 .font5 {
    bottom: 15px;
    font-size: 24px;
  }
  .home-content .home-content-right h1 .font6 {
    font-size: 85px;
    margin-top: -24px;
  }
  .home-content .home-content-right p {
    font-size: 16px;
  }
  .home-content .home-content-right .action > a {
    font-size: 17px;
    padding: 14px 20px;
  }
  .home-categories-list .block-title strong {
    font-size: 30px;
    line-height: 36px;
  }
  .home-categories-list .block-content .category-items.level0 {
    -webkit-columns: 230px;
    -moz-columns: 230px;
    -ms-columns: 230px;
    columns: 230px;
    column-gap: 19px;
  }
  .home-categories-list .block-content .category-items.level0 > .category-item > a {
    font-size: 19px;
    line-height: 30px;
  }
  .home-categories-list .block-content .category-items.level1 > .category-item > a {
    font-size: 15px;
  }
  .category-items.all .category-item {
    width: calc((100% - 2 * 10px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .column.main h2 {
    font-size: 30px;
  }
  .cms-page-view .column.main .section {
    margin: 0 0 40px;
  }
  .cms-page-view .column.main .section h2 {
    font-size: 23px;
    margin: 0 0 15px;
  }
  .cms-page-view .column.main .section.img-right img,
  .cms-page-view .column.main .section.img-left img {
    display: block;
    float: none;
    margin: 0 auto 30px;
    max-width: 576px;
    width: 100%;
  }
  .cms-page-view .column.main .section.img-right img {
    margin: 0 auto 30px;
  }
  .cms-page-view .column.main .section ul.ons-team li {
    margin: 0 0 30px 3%;
    width: 48.5%;
  }
  .cms-page-view .column.main .section ul.ons-team li:nth-child(2n + 1) {
    clear: both;
    margin-left: 0;
  }
  .cms-page-view .column.main .section ul.ons-team li img {
    margin: 0 0 30px;
  }
  .cms-page-view .column.main .section ul.ons-team li h3 {
    font-size: 18px;
  }
  .home-top-slider .owl-carousel.owl-theme .owl-controls .owl-nav {
    display: none;
  }
  .home-top-slider .owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 10px;
  }
  .home-categories {
    padding: 30px 0 60px;
  }
  .home-categories .block-title {
    margin: 0 0 48px;
  }
  .home-categories .block-title strong {
    font-size: 28px;
  }
  .home-categories .block-content {
    position: relative;
  }
  .home-categories .block-content .home-categories-action {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 1;
  }
  .home-products {
    padding: 30px 5px 60px;
  }
  .home-products .block-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .home-products .block-content {
    position: relative;
  }
  .home-products .block-content > .action {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -45px;
    width: 100%;
    z-index: 1;
  }
  .home-content .home-content-left {
    width: 40%;
  }
  .home-content .home-content-right {
    width: 60%;
  }
  .home-delivery-block-container .delivery-block-right {
    padding: 30px 5%;
  }
  .home-shops-slider .block-content .shops-items .shops-item .item-details .item-link {
    font-size: 18px;
  }
  .home-categories-list {
    padding-bottom: 36px;
    padding-top: 36px;
  }
  .home-categories-list .block-title {
    margin: 0 0 12px;
  }
  .home-categories-list .block-title strong {
    font-size: 28px;
    line-height: 36px;
  }
  .home-categories-list .block-content .category-items.level0 {
    -webkit-columns: 290px;
    -moz-columns: 290px;
    -ms-columns: 290px;
    columns: 290px;
    column-gap: 30px;
  }
  .category-items.all {
    column-gap: 30px;
  }
  .category-items.all .category-item {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 639px) {
  .cms-page-view .column.main .section ul.ons-team li img {
    margin: 0 0 20px;
  }
  .cms-page-view .column.main .section ul.ons-team li h3 {
    font-size: 17px;
  }
  .home-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
  .home-content .home-content-left {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .home-content .home-content-right {
    text-align: center;
    width: 100%;
  }
  .home-content .home-content-right h1 {
    margin: 0 auto 10px;
    text-align: left;
  }
  .home-content .home-content-right p {
    max-width: 100%;
    text-align: center;
  }
  .home-shops-slider {
    padding: 30px 0 80px;
  }
  .home-shops-slider .block-title h2 {
    font-size: 32px;
  }
  .home-shops-slider .block-subtitle {
    margin: 0;
  }
  .home-shops-slider .block-content {
    padding-top: 50px;
    position: relative;
  }
  .home-shops-slider .block-content .shops-items .shops-item .item-details .item-title {
    font-size: 18px;
  }
  .home-shops-slider .block-content .shops-items .shops-item .item-details .item-short-description {
    font-size: 14px;
  }
  .home-shops-slider .block-content .shops-items .shops-item .item-details .item-link {
    font-size: 16px;
  }
  .home-shops-slider .block-content .shops-items .slick-arrow {
    bottom: -70px;
  }
  .home-shops-slider .block-content .action {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
  }
  .category-items.all {
    column-gap: 20px;
  }
  .category-items.all .category-item {
    width: calc((100% - 20px) / 2);
  }
  .home-categories-list .block-content .category-items.level0 {
    -webkit-columns: 200px;
    -moz-columns: 200px;
    -ms-columns: 200px;
    columns: 200px;
    column-gap: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-page-view .column.main .section h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .cms-page-view .column.main .section ul.ons-team li {
    clear: both;
    margin: 0 0 30px;
    width: 100%;
  }
  .home-top-slider .owl-carousel.owl-theme .owl-controls .owl-dots {
    display: none !important;
  }
  .action > a {
    font-size: 16px;
    padding: 13px 15px;
  }
  .usps-wrapper .usps-items .usps-item {
    font-size: 14px;
    margin: 0 10px;
  }
  .usps-wrapper .usps-items .usps-item:before {
    font-size: 20px;
  }
  .home-categories {
    padding: 30px 0 45px;
  }
  .home-categories .block-content .category-items .slick-arrow {
    bottom: -50px;
  }
  .home-products .block-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .home-products .block-content > .action a {
    font-size: 16px;
  }
  .home-content .home-content-right h1 {
    max-width: 290px;
  }
  .home-content .home-content-right h1 .font1 {
    font-size: 46px;
  }
  .home-content .home-content-right h1 .font2 {
    font-size: 25px;
    top: -10px;
  }
  .home-content .home-content-right h1 .font3 {
    font-size: 35px;
  }
  .home-content .home-content-right h1 .font4 {
    font-size: 38px;
    margin-left: 18px;
  }
  .home-content .home-content-right h1 .font5 {
    bottom: 10px;
    font-size: 22px;
  }
  .home-content .home-content-right h1 .font6 {
    font-size: 68px;
    margin-top: -15px;
  }
  .home-delivery-block-container .delivery-block-right {
    padding: 20px 8%;
  }
  .home-delivery-block-container .delivery-block-right h3 {
    font-size: 16px;
  }
  .home-delivery-block-container .delivery-block-right h2 {
    font-size: 25px;
  }
  .home-delivery-block-container .delivery-block-right p {
    font-size: 14px;
  }
  .home-delivery-block-container .delivery-block-right .read-more {
    font-size: 16px;
  }
  .home-categories-list {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-categories-list .block-title strong {
    font-size: 26px;
    line-height: 32px;
  }
  .home-categories-list .block-content .category-items.level0 {
    -webkit-columns: 290px;
    -moz-columns: 290px;
    -ms-columns: 290px;
    columns: 290px;
    column-gap: 0;
  }
  .category-items.all {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    column-gap: 0;
  }
  .category-items.all .category-item {
    width: 100%;
  }
}
@media only screen and (max-width: 319px) {
  .home-products .block-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .home-products .block-content > .action a {
    font-size: 15px;
  }
  .home-content .home-content-right h1 {
    max-width: 250px;
  }
  .home-content .home-content-right h1 .font1 {
    font-size: 40px;
  }
  .home-content .home-content-right h1 .font2 {
    font-size: 23px;
    top: -5px;
  }
  .home-content .home-content-right h1 .font3 {
    font-size: 28px;
  }
  .home-content .home-content-right h1 .font4 {
    font-size: 32px;
    margin-left: 18px;
  }
  .home-content .home-content-right h1 .font5 {
    font-size: 20px;
  }
  .home-content .home-content-right h1 .font6 {
    font-size: 59px;
  }
  .home-categories-list .block-title strong {
    font-size: 24px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1199px) {
  .contact-form-column h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-column {
    margin: 0 0 30px;
    width: 100%;
  }
  .contact-info-column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-column h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-column h2 {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1199px) {
  .login-container .block .block-title strong {
    font-size: 26px;
  }
  table.table-additional-addresses-items thead tr th {
    font-size: 13px;
    padding: 3px;
  }
  table.table-additional-addresses-items tbody tr th,
  table.table-additional-addresses-items tbody tr td {
    font-size: 13px;
    padding: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .login-container .block {
    padding: 20px;
  }
  .login-container .block .block-title strong {
    font-size: 24px;
  }
  .block.account-nav {
    background: #f1f7fa;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login-container {
    display: block;
  }
  .login-container .block {
    margin: 0 0 30px;
    width: 100%;
  }
  .login-container .block.block-new-customer {
    margin: 0;
  }
  .login-container .block .block-title strong {
    font-size: 24px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 24px;
  }
  table.table-additional-addresses-items tbody tr th,
  table.table-additional-addresses-items tbody tr td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .login-container .block .block-title strong {
    font-size: 22px;
  }
  .password-strength-meter {
    padding: 10px;
  }
}
@media only screen and (max-width: 319px) {
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 20px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1199px) {
  .block.filter .filter-option {
    padding: 15px 20px;
  }
  .block.filter .filter-option-title {
    font-size: 23px;
  }
  .block.filter .filter-option-title:after {
    font-size: 20px;
  }
  .block.filter .filter-option-content {
    margin: 15px 0 0;
  }
  .block.filter .filter-option-content .items .item a {
    font-size: 16px;
  }
  .block.filter .filter-option.filter--cat .filter-option-title {
    font-size: 25px;
  }
  .filter-current-state {
    padding: 15px 20px;
  }
  .filter-current .filter-current-subtitle {
    font-size: 23px;
  }
  .filter-current .items .item {
    font-size: 14px;
    line-height: 2.2;
  }
  .filter-current .items .item .-remove {
    margin: 11px 0 0 5px;
  }
  .filter-actions {
    margin: 5px 0 0;
  }
  .filter-actions a {
    font-size: 15px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 319px) {
  .block.newsletter .content .form .field .control input[type='email'] {
    font-size: 14px;
    height: 48px;
    line-height: 46px;
    padding: 0 105px 0 10px;
  }
  .block.newsletter .content .form .field .control .actions .action.primary {
    font-size: 14px;
    line-height: 46px;
    padding: 0 8px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 480px) {
  .order-links .item {
    display: block;
    margin: 0 0 5px;
  }
  .order-details-items .order-title > strong {
    display: block;
    margin-bottom: 0;
  }
  .order-title .action.print,
  .order-title .action.track {
    clear: both;
    float: left;
    margin: 0 0 10px;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1450px) {
  .header.content {
    column-gap: 6%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer.content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .footer.content .footer-column {
    width: calc((100% - 350px - 3 * 30px) / 3);
  }
  .footer.content .footer-column.col-4 {
    width: 350px;
  }
  .footer-copyright {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .footer-payments ul {
    column-gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.content {
    column-gap: 4%;
  }
  .logo img {
    max-width: 300px;
  }
  .header-klantenservice-link {
    padding-bottom: 3px;
  }
  .header-klantenservice-link a {
    font-size: 19px;
  }
  .header-quick-access {
    padding: 10px 3px;
  }
  .footer.content .footer-column {
    width: calc((100% - 320px - 3 * 30px) / 3);
  }
  .footer.content .footer-column.col-4 {
    width: 320px;
  }
  .footer.content .footer-column .col-content ul.socials li a {
    height: 32px;
    width: 32px;
  }
  .footer.content .footer-column .col-content ul.socials li a::before {
    font-size: 32px;
  }
  .footer.content .footer-column .col-content ul.socials li.twitter a::before {
    font-size: 26px;
  }
  .footer.content .footer-column .col-content ul.socials li.youtube a::before {
    font-size: 23px;
  }
  .footer.content .footer-column .footer-logo {
    margin-bottom: 30px;
    max-width: 350px;
  }
  .footer-payments ul {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header.content {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    column-gap: 20px;
  }
  .logo {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .logo img {
    max-width: 250px;
  }
  .header-klantenservice-link {
    display: none;
  }
  .header-quick-access {
    padding: 6px 3px;
    row-gap: 5px;
    top: 100px;
  }
  .header-account a {
    height: 42px;
    width: 42px;
  }
  .header-account a:before {
    font-size: 30px;
  }
  .footer.content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .footer.content .footer-column {
    width: calc((100% - 30px) / 2);
  }
  .footer.content .footer-column.col-4 {
    width: calc((100% - 30px) / 2);
  }
  .footer-copyright {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
  }
  .copyright {
    padding: 0;
  }
  .footer-payments ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    column-gap: 30px;
  }
  .footer-payments ul li a:before {
    background-size: auto 40px;
    height: 40px;
  }
  .footer-payments ul li.pnh a:before {
    background-size: auto 32px;
    width: 164px;
  }
  .footer-payments ul li.rabobank a:before {
    width: 34px;
  }
  .footer-payments ul li.biz a:before {
    background-size: auto 40px;
    width: 36px;
  }
  .footer-payments ul li.hc a:before {
    width: 46px;
  }
  .footer-payments ul li.gh a:before {
    width: 96px;
  }
  .footer-payments ul li.gc a:before {
    width: 96px;
  }
  .columns {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  .header.content {
    row-gap: 10px;
  }
  .header-quick-access {
    top: 130px;
  }
  .footer.content .footer-column .footer-logo {
    max-width: 300px;
  }
  .footer-payments ul {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .header.content {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    column-gap: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    row-gap: 10px;
  }
  .footer.content {
    row-gap: 30px;
  }
  .footer.content .footer-column {
    text-align: center;
    width: 100%;
  }
  .footer.content .footer-column.col-4 {
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
  }
  .footer.content .footer-column .col-content ul li a {
    line-height: 34px;
  }
  .footer.content .footer-column .col-content ul.socials {
    column-gap: 30px;
  }
  .footer-payments ul li a:before {
    background-size: auto 30px;
    height: 30px;
  }
  .footer-payments ul li.pnh a:before {
    background-size: auto 22px;
    width: 115px;
  }
  .footer-payments ul li.rabobank a:before {
    width: 25px;
  }
  .footer-payments ul li.biz a:before {
    background-size: auto 30px;
    width: 27px;
  }
  .footer-payments ul li.fkh a:before {
    background-size: auto 70px;
    width: 75px;
  }
  .footer-payments ul li.hc a:before {
    width: 30px;
  }
  .footer-payments ul li.gh a:before {
    width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .panel.header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
  }
  .logo img {
    max-width: 70vw;
  }
  .header-quick-access {
    padding: 5px 1px;
    top: 120px;
  }
  .footer-payments ul {
    column-gap: 25px;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 319px) {
  .footer.content .footer-column .col-content ul.socials {
    column-gap: 20px;
  }
  .copyright > span {
    font-size: 14px;
  }
}
