/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.action.primary {
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.action.primary.tosample {
  background: #ededed;
  color: #5a5a5a;
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 1 !important;
  border-radius: 4px !important;
  padding: 16px 10px !important;
  text-transform: capitalize;
  font-size: 1.4rem !important;
  width: 100% !important;
}
.action.primary.tosample:hover {
  background: #bfbfbf;
}
.action.secondary {
  background: #69abf7;
  color: #ffffff;
  padding: 5px 15px;
  transition: all 0.3s ease-in-out;
}
.action.secondary:hover {
  background: #3c3c3c;
  color: #ffffff;
}
.action.ternary {
  background: #f2f2f2;
  color: #3c3c3c;
  padding: 8px 16px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  border: 0;
  text-align: center;
  border-radius: 10px;
}
.action.ternary:hover {
  background: #3c3c3c;
  color: #f2f2f2;
}
.ammenu-menu-wrapper {
  margin-bottom: 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: none !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-weight: 500 !important;
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  font-weight: 600;
  font-size: 1.4rem;
}
.ammenu-category-tree .ammenu-title,
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-weight: 500 !important;
  font-size: 1.4rem !important;
  padding: 3px 0 !important;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 5px;
}
.ammenu-category-columns .ammenu-column {
  padding-bottom: 10px;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.15;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #3dade3;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #3dade3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  opacity: 0.8 !important;
  border-radius: 3px;
}
.slick-dots li.slick-active button:before {
  color: #3dade3;
  opacity: 1;
  background: #3dade3;
  border-radius: 3px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.animate-lines a,
.animate-lines h2,
.animate-lines h3,
.animate-lines h2:after,
.animate-lines h2:before,
.animate-lines h3:after,
.animate-lines h3:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.animate-lines * {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: relative;
  outline: none;
}
.animate-lines h2,
.animate-lines h3 {
  width: 100%;
  line-height: 1.2;
  margin: 0.8rem auto;
}
.animate-lines h2 > a,
.animate-lines h3 > a {
  text-decoration: none;
  z-index: 1;
}
.animate-lines .animate-this h2 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
.animate-lines .animate-this:hover h2 > a:before,
.animate-lines .animate-this:focus h2 > a:before {
  visibility: visible;
  transform: scaleX(1);
}
.animate-lines .animate-this h2.tres > a:before {
  content: "";
  background: #69abf7;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  transform: scaleX(0);
  animation: 1.4s forwards no-hover-v linear;
  animation-fill-mode: forwards;
  z-index: -1;
}
.animate-lines .animate-this:hover h2.tres > a:before,
.animate-lines .animate-this:focus h2.tres > a:before {
  animation: 0.5s forwards hover-v linear;
  animation-fill-mode: forwards;
}
@keyframes hover-v {
  0% {
    transform: scaleX(0);
    height: 5px;
  }
  45% {
    transform: scaleX(1.05);
    height: 5px;
  }
  55% {
    height: 5px;
  }
  100% {
    transform: scaleX(1.05);
    height: 3.8rem;
  }
}
@keyframes no-hover-v {
  0% {
    transform: scaleX(1.05);
    height: 3.8rem;
  }
  45% {
    height: 5px;
  }
  55% {
    transform: scaleX(1.05);
    height: 5px;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    height: 5px;
    opacity: .02;
  }
}
.scale-img {
  overflow: hidden;
}
.scale-img img {
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
.scale-img:hover img {
  transform: scale(1.1);
}
.width100 {
  width: 100%;
}
.cms-home .page-main {
  padding-left: 0;
  padding-right: 0;
}
.cms-home .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: end;
}
.cms-home .hp-uphlst button {
  background-image: url('../images/icons/shop-btn.png');
  height: 120px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
.cms-home .hp-uphlst button:hover {
  transform: scale(1.05);
}
.cms-home .slick-slide {
  vertical-align: top;
}
.cms-home .product-items.slick-slider .slick-slide .product-item {
  max-width: 245px;
}
.cms-home .pagebuilder-slider {
  padding: 0;
  margin-bottom: 0 !important;
}
.cms-home .pagebuilder-slider h1,
.cms-home .pagebuilder-slider h2,
.cms-home .pagebuilder-slider h3 {
  font-weight: 900;
  color: white;
}
.cms-home .pagebuilder-slider h4 {
  font-size: 2.5rem;
  color: white;
  font-weight: 400;
}
.cms-home .pagebuilder-slider button.pagebuilder-button-primary {
  background-color: white;
  color: #174270;
  border-radius: 12px;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.cms-home .pagebuilder-slider button.pagebuilder-button-primary:hover {
  background-color: #3dade3;
  color: white;
}
.cms-home .product-reviews-summary {
  display: none;
}
.cms-home .swatch-attribute {
  display: none;
}
.cms-home .cust-reviews {
  color: white;
}
.cms-home .cust-reviews h2 {
  margin-bottom: 5px;
}
.cms-home .cust-reviews h4 {
  margin-bottom: 25px;
}
.cms-home .cust-reviews .pagebuilder-button-link {
  color: white;
}
.cms-home .cust-reviews .pagebuilder-button-link:hover {
  color: #f5f5f4;
}
.cms-home .rev-carousel .slick-slide > div {
  padding: 10px;
}
.cms-home .rev-carousel .slick-slide > div div {
  background-color: #00b67a;
  color: white;
}
.cms-home .rev-carousel .slick-slide > div div .review {
  padding: 0 25px 10px;
}
.cms-home .rev-carousel .slick-slide > div div .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px;
  color: white;
}
.cms-home .rev-carousel .slick-slide > div div .title span.quotes {
  content: '';
  vertical-align: middle;
  background-image: url('../images/icons/icons-sprite.png');
  height: 58px;
  width: 58px;
  background-position: -2px -115px;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
}
.cms-home .rev-carousel .slick-slide > div div .title .star {
  content: '';
  vertical-align: middle;
  background-image: url('../images/icons/icons-sprite.png');
  height: 16px;
  width: 93px;
  background-position: -2px -185px !important;
  display: block;
  margin-left: 60px;
  margin-top: -11px;
}
.product-item {
  border: 0;
}
.product-item .product-item-info {
  width: auto;
  transition: all .2s;
  border-radius: 6px;
  text-align: center;
}
.product-item .product-item-info .product-item-details {
  background: white;
  position: relative;
  transition: all .1s;
  padding: 0;
}
.product-item .product-item-info a.product-item-photo {
  display: block;
  position: relative;
}
.product-item .product-item-info a.product-item-photo .prod-icons {
  position: absolute;
  padding: 0;
  z-index: 1;
  width: auto;
  bottom: 4px;
  left: 15px;
}
.product-item .product-item-info a.product-item-photo .prod-icons li {
  list-style-type: none;
  float: left;
  margin-right: 3px;
}
.product-item .product-item-info a.product-item-photo .new-icon {
  position: absolute;
  max-width: 100px;
  top: 10px;
  left: 20px;
  background: #0199cc;
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  z-index: 1;
}
.product-item .product-item-info .product-item-actions {
  display: block;
  z-index: 1;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all .1s;
  margin: 0 auto;
}
.product-item .product-item-info:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.product-item .product-item-info:hover .product-item-actions {
  opacity: 1;
}
.hp-cats div[data-content-type="banner"] {
  width: 100%;
  overflow: hidden;
}
.hp-cats .pagebuilder-banner-wrapper {
  transition: all 1s;
}
.hp-cats .pagebuilder-banner-wrapper:hover {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(0.4);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.pop-prods h2 {
  margin-top: 0;
}
.blog-block .post {
  background-color: #f5f5f5;
  border-radius: 11px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.blog-block .post figure {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.blog-block .post figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.blog-block .post .title {
  display: block;
}
.blog-block .post .title a {
  color: #54595f;
}
.blog-block .post .title a:hover {
  color: #1b8fc7;
}
.blog-block .post p {
  color: #7a7a7a;
}
.blog-block .post:hover figure img {
  transform: scale(1.2);
}
.blog-block .post:hover .readicon:before {
  color: #1b8fc7;
}
.blog-block .post:hover .readicon p a {
  opacity: 1;
}
.blog-block .post .readicon p a {
  transition: all 0.6s ease-in-out;
  font-size: 1.3rem;
  font-weight: 600;
  color: #7a7a7a;
  padding-left: 32px;
  opacity: 0;
}
.blog-block .post .readicon:before {
  font-family: 'icons-blank-theme';
  display: inline-block;
  position: absolute;
  font-size: 26px;
  content: '\e61f';
  color: #7a7a7a;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: normal;
  width: 20px;
  height: 20px;
  line-height: 1.8rem;
}
.prods-by {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prod-list-box {
  border: 1px solid #e6e6e6;
  padding: 2px 1.2rem 2.5rem;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-bottom: 2rem;
}
.most-popular {
  margin: 2rem auto;
}
.most-popular .heading-bold {
  text-align: center;
}
.most-popular .heading-bold p {
  font-size: 1.8rem;
}
.owl-carousel {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}
.owl-carousel li {
  padding: 0;
  text-align: center;
}
.owl-carousel li .prod-box {
  border: 1px solid #e6e6e6;
  padding: 2px 1.2rem 2.5rem;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-bottom: 2rem;
}
.owl-carousel li .prod-box .name {
  font: 500 1.5rem 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.owl-carousel li .prod-box .action.secondary {
  margin: 1.4rem auto;
}
.owl-carousel li .prod-box .thumbnail {
  width: 100%;
  overflow: hidden;
}
.owl-carousel li .prod-box img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.owl-carousel li .prod-box:hover img {
  transform: scale(1.1);
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span {
  background: #002855;
}
.nomargin,
.nomargin div,
.nomargin p {
  margin: 0 !important;
}
.opc-block-summary {
  background: white;
}
button,
a {
  outline: none !important;
}
.font-family-primary {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-family-secondary {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-s {
  font-size: 12px;
}
.text-l {
  font-size: 18px;
}
.text-xl {
  font-size: 21px;
}
.text-xxl {
  font-size: 25px;
}
.hide {
  display: none;
}
.font-light,
.weight-light {
  font-weight: 300;
}
.font-regular,
.weight-regular {
  font-weight: 400;
}
.font-bold,
.weight-bold {
  font-weight: 600;
}
.heading-m {
  font: bold 22px/33px Poppins;
}
.heading-xl {
  font-size: 30px;
}
.ammenu-menu-toggle {
  bottom: 0;
}
.ammenu-header-container .header.content .ammenu-logo {
  max-width: 170px;
}
.pages .item,
.pages strong.page {
  font-size: 1.6rem;
}
.product-image-photo {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  padding: 5px 20px 5px 20px;
}
.product.data.items > .item.title > .switch:after {
  width: 0 !important;
}
.flex-container {
  width: 100%;
  overflow: hidden;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.flex-container .col {
  padding: 0;
  min-height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap li {
  background: gold;
}
.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.wrap-reverse li {
  background: deepskyblue;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  box-sizing: content-box;
  border: 1px solid #8a99aa;
  border-left: 0;
  border-right: 0;
  padding: 12px;
  min-width: 220px;
  text-align: center;
  position: relative;
  background: #ffffff;
  font-weight: normal;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.product.data.items > .item.title > .switch:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 24px;
  background: #8a99aa;
  content: '';
}
.product.data.items > .item.title:first-child > .switch {
  border-left: 1px solid #8a99aa;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.product.data.items > .item.title:nth-last-child(2) > .switch {
  border-right: 1px solid #8a99aa;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product.data.items > .item.title:nth-last-child(2) > .switch:after {
  width: 0;
}
.product.data.items > .item.content {
  border-top: 0;
  padding-top: 30px;
}
.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 {
  padding-bottom: 12px;
}
.grayscale60 {
  filter: grayscale(60%);
}
.page-footer {
  background: #f8f8f8;
}
.page-footer .row-full-width-inner {
  max-width: 1100px !important;
}
.footer.content {
  border-top: 0;
  line-height: 2;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.footer.content h4 {
  font-weight: 700;
  font-size: 2rem;
  color: #174270;
  margin: 15px 0;
}
.footer.content ul {
  padding-left: 15px;
}
.footer.content ul li {
  line-height: 40px;
  padding-left: 10px;
}
.footer.content .sub-links li {
  list-style-type: none;
  float: left;
  font-size: 13px;
}
.footer.content .sub-links li:first-child {
  padding-left: 0;
}
.footer.content .cnt-info a:after {
  border-bottom: 0;
}
.footer.content .cnt-info a:hover {
  opacity: 0.7;
}
.footer.content .cnt-info .social {
  margin-top: 25px;
}
.footer.content .mail,
.footer.content .clock,
.footer.content .fb-icon,
.footer.content .instagram-icon,
.footer.content .paypal-icon,
.footer.content .cards-icon,
.footer.content .cards-icon2 {
  display: inline-block;
  background-image: url(../images/icons/icons-sprite.png);
  vertical-align: middle;
  margin-right: 5px;
}
.footer.content .mail {
  background-position: -37px 0;
  width: 22px;
  height: 25px;
}
.footer.content .clock {
  width: 22px;
  height: 20px;
  background-position: -36px -26px;
}
.footer.content .fb-icon,
.footer.content .instagram-icon {
  width: 28px;
  height: 30px;
  background-position: -36px -56px;
  margin-right: 15px;
}
.footer.content .instagram-icon {
  background-position: -36px -86px;
  margin-right: 0;
}
.footer.content .paypal-icon {
  width: 220px;
  height: 26px;
  background-position: -75px -2px;
  margin: 0;
  overflow: hidden;
}
.footer.content .social > a:after {
  border-bottom: 0 !important;
}
.footer.content .social > a:hover {
  opacity: 0.8;
}
.underline-animate,
.footer.content a {
  position: relative;
}
.underline-animate:after,
.footer.content a:after {
  display: block;
  position: absolute;
  top: calc(102%);
  left: 0;
  width: 100%;
  border-bottom: 1px solid #5a5a5a;
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
.underline-animate:hover:after,
.footer.content a:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
.message.global.cookie {
  text-align: center;
}
.blue {
  color: #174270;
}
.columns .column.main {
  padding-bottom: 0;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 15px 40px 15px 10px;
  transition: 0.3s;
  height: 50px;
  border-radius: 12px;
}
.amsearch-button.-loupe {
  background-image: none;
  border: 0;
  box-shadow: none;
  height: 40px;
  padding: 0;
  width: 40px;
  right: 10px !important;
  left: auto !important;
  background-color: #0099CC;
  opacity: 1;
  border-radius: 7px;
}
.amsearch-button.-loupe:before {
  content: '\e615';
  height: 18px;
  width: 18px;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  color: #fff;
}
.amsearch-wrapper-block {
  padding: 10px 0 0 !important;
}
.breadcrumbs .items {
  margin-top: 10px;
}
.page-header {
  background: white;
}
.page-header .panel.wrapper {
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.pdp-usps .pagebuilder-column {
  flex-basis: 33.33% !important;
}
.message.global.cookie {
  padding: 7px 20px 10px;
  display: block;
  line-height: 1em;
  font-size: 1.1rem;
  background: black;
  border-color: #101010;
  color: #fff;
}
.message.global.cookie p {
  display: inline-block;
  margin: 0 10px 0;
}
.message.global.cookie a {
  color: #fff;
  text-decoration: underline;
}
.message.global.cookie .actions {
  display: inline-block;
}
.message.global.cookie .actions button {
  border-radius: 20px;
  padding: 7px 20px;
  text-transform: capitalize;
  background: #d7d7d7;
  color: #101010;
  font-size: 1.2rem;
}
.message.global.cookie .actions button:hover {
  background: #fff;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
