/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes slideUp {
  from {
    max-height: 1400px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.slideUp {
  animation-name: slideUp;
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  to {
    max-height: 5000px;
    opacity: 1;
  }
}
.slideDown {
  animation-name: slideDown;
}
/**
 * All styles for blog customisation
 */
@media screen and (max-width: 1024px) {
  .popular-insights .tile-container .tile,
  .mpblog-insights-container .tile-container .tile {
    width: 100%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .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: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 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,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #a09cdc;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #69abab;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #69abab;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #8e89d5;
    color: #69abab;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    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: #c8e0e0;
    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: #c8e0e0;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c8e0e0;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777e7e;
    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: #777e7e;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .mpblog-post-index .column.main {
    width: 100%;
  }
  .mpblog-search .actions button.action.search {
    width: 100px;
  }
  .popular-insights-subtitle {
    font-size: 1.8rem;
  }
  .page-layout-2columns-left .column.main {
    width: 100%;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #c8e0e0;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 300;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #c8e0e0;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #fcfdfd;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #c8e0e0;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #c8e0e0;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 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.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    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%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 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: 25.8%;
    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: 25.8%;
    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: 25.8%;
    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 #8e89d5;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 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;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #8e89d5;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .dc-accordion .ui-accordion-content {
    padding: 20px;
  }
  .message.global.cookie {
    max-width: 640px;
    left: auto;
    right: 20px;
    bottom: 20px;
    padding: 40px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .message.global.cookie .actions {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px), print {
  .mpblog-insights-container .limiter {
    margin-top: 40px;
  }
  .post-post_content img {
    margin: 20px auto;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .dc-accordion:not(:last-of-type) {
    margin: 60px auto;
  }
  .scrolling-menu {
    display: block;
    position: absolute;
    top: 650px;
    right: 40px;
    z-index: 18;
    text-align: right;
    opacity: 0;
    animation-duration: .4s;
    animation-fill-mode: both;
  }
  .scrolling-menu li {
    margin-bottom: 5px;
  }
  .scrolling-menu li > a {
    display: block;
    color: #9da9a9;
    font-size: 1.6rem;
  }
  .scrolling-menu li > a:hover {
    color: #69abab;
  }
  .scrolling-menu li.secondary {
    margin-top: 20px;
  }
  .scrolling-menu li.secondary > a {
    font-size: 1.4rem;
  }
  .scrolling-menu li.secondary + .secondary {
    margin-top: 0;
  }
  .scrolling-menu.hide-menu {
    animation-name: menu-fade-out;
  }
  .scrolling-menu.show-menu {
    animation-name: menu-fade-in;
  }
  .scrolling-menu.fixed {
    position: fixed;
    top: 80px !important;
  }
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.section-spacing {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-spacing {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1440px) {
  .section-spacing {
    padding: 60px 0;
  }
}
.background-gradient {
  background: #46e5e5;
  background: -moz-linear-gradient(deg, #46e5e5 0%, #4125a4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #46e5e5), color-stop(100%, #4125a4));
  background: -webkit-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: -o-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: -ms-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: linear-gradient(135deg, #46e5e5 0%, #4125a4 100%);
}
.background-gradient-reverse {
  background: #4125a4;
  background: -moz-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4125a4), color-stop(100%, #46e5e5));
  background: -webkit-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -o-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -ms-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: linear-gradient(135deg, #4125a4 0%, #46e5e5 100%);
}
@media screen and (max-width: 767px) {
  .mobile-full-width {
    margin-left: -15px;
    width: calc(100% +  30px) !important;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #818286;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1em;
}
h1 {
  font-size: 4.4rem;
}
h2 {
  font-size: 4.4rem;
}
h3 {
  font-size: 3.6rem;
}
h4 {
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
b,
strong {
  font-weight: 500;
}
em {
  font-style: normal;
  color: #69abab;
}
p,
li {
  color: #777e7e;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
dt {
  font-weight: 500;
}
.small-title {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  color: #777e7e;
}
.subtitle {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: #8e89d5;
}
.align-left {
  text-align: left;
}
.align-left * {
  text-align: left;
}
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (min-width: 768px) {
  p,
  li {
    color: #777e7e;
    font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857143;
    font-size: 1.6rem;
  }
  .subtitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  p,
  li {
    color: #777e7e;
    font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857143;
    font-size: 1.8rem;
  }
  .small-title {
    font-size: 2.4rem;
  }
  .subtitle {
    font-size: 2.4rem;
  }
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text p,
.white-text li,
.white-text span {
  color: #ffffff;
}
ul {
  padding-left: 0;
  list-style: none;
}
ul.dots {
  padding-left: 0;
  text-align: left;
  list-style: none;
}
ul.dots > li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.dots > li:after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../images/bullet-point.svg);
  background-size: 100%;
}
a.color-inherit {
  color: inherit;
}
a.hover-primary:hover {
  color: #69abab;
}
a.underline {
  text-decoration: underline;
}
th {
  font-weight: 500;
}
.btn {
  background-image: none;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  color: #69abab;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  min-width: 180px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.btn:focus,
.btn:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #69abab;
}
.btn:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn:hover {
  text-decoration: none;
  border: none;
  background: transparent;
  color: #ffffff !important;
  -webkit-box-shadow: #69abab 0 0 0 40px inset;
  box-shadow: #69abab 0 0 0 40px inset;
}
.btn:visited {
  color: #69abab;
}
.btn.shadow {
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
}
.btn.grey {
  color: #ffffff;
  background-color: #b6bfbf;
}
.btn.white {
  color: #777e7e;
  background-color: #ffffff;
}
.btn.white:hover {
  color: #ffffff;
  background-color: #69abab;
}
.btn.purple {
  color: #ffffff;
  background-color: #8e89d5;
}
.btn.to-purple:hover {
  color: #ffffff !important;
  -webkit-box-shadow: #8e89d5 0 0 0 40px inset;
  box-shadow: #8e89d5 0 0 0 40px inset;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    line-height: 50px;
    min-width: 250px;
  }
}
.action.primary {
  min-width: 180px;
  border-radius: 25px !important;
  border: none;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
}
.btn-row .btn:first-child {
  margin-left: 0;
}
.btn-row .btn:last-child {
  margin-right: 0;
}
ul.social-links {
  padding-left: 0;
  list-style: none;
}
ul.social-links li {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
ul.social-links li::before {
  display: none;
}
ul.social-links li a {
  margin-left: 7px;
  margin-right: 7px;
  font-size: 0;
}
ul.social-links li a:before {
  font-size: 2.4rem;
}
ul.social-links li a:hover {
  text-decoration: none;
}
ul.social-links li a:hover:before {
  color: #8e89d5;
}
ul.social-links li.facebook a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  color: #ffffff;
}
ul.social-links li.twitter a:before {
  content: "\f099";
  font-family: 'FontAwesome';
  color: #ffffff;
}
ul.social-links li.instagram a:before {
  content: "\f16d";
  font-family: 'FontAwesome';
  color: #ffffff;
}
ul.social-links li.youtube a:before {
  content: "\f167";
  font-family: 'FontAwesome';
  color: #ffffff;
}
ul.social-links li.googleplus a:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
  color: #ffffff;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 50px;
  border-radius: 4px;
}
textarea {
  border-radius: 4px;
}
.fieldset > .field > .label {
  font-weight: 500;
}
.fieldset > .fields > .field > .label {
  font-weight: 500;
}
.field .control._with-tooltip input {
  width: calc(100% - 49px);
}
.mage-error {
  font-weight: 500;
  text-align: left;
  color: red;
}
@media only screen and (min-width: 768px) {
  .fieldset > .field.choice::before {
    display: none;
  }
  .fieldset .legend {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"],
  textarea {
    font-size: 1.6rem;
  }
  .form.contact {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .form.contact .fieldset .legend {
    margin-left: 0;
  }
  .form.contact .fieldset > .field.no-label:before {
    width: 0;
    padding: 0;
  }
  .form.contact .fieldset > .field > .label {
    width: 100%;
    padding: 0;
    float: none;
    text-align: left;
  }
  .form.contact .fieldset > .field > .control {
    width: 100%;
    float: none;
  }
  .column:not(.sidebar-additional) .form.contact .actions-toolbar {
    margin-left: 0;
  }
}
.page-wrapper {
  display: block;
}
.column.main {
  min-height: 0;
}
.column.main > h1,
.column.main > h2,
.column.main > h3,
.column.main > h4,
.column.main > h5,
.column.main > p {
  text-align: center;
}
.columns {
  display: block;
}
.block-static-block.widget {
  margin-bottom: 0;
}
section.sections {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  section.sections {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1440px) {
  section.sections {
    padding: 60px 0;
  }
}
section.sections .page-main > h1,
section.sections .page-main > h2,
section.sections .page-main > h3,
section.sections .page-main > h4,
section.sections .page-main > h5,
section.sections .page-main > p {
  text-align: center;
}
section.sections.no-padding {
  padding: 20px !important;
}
.center,
.centre {
  text-align: center;
}
.center h1,
.centre h1,
.center h2,
.centre h2,
.center h3,
.centre h3,
.center h4,
.centre h4 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.center p,
.centre p,
.center ul,
.centre ul {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.center ul,
.centre ul {
  display: block;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.center.wide p,
.centre.wide p,
.center.wide ul,
.centre.wide ul {
  max-width: 940px;
}
.center + .tile-container,
.centre + .tile-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .center + .tile-container,
  .centre + .tile-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.small-container p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-background-image img {
  height: 100%;
  max-width: none;
  width: 100%;
  filter: saturate(0.5);
}
.section-background-image:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.75;
  height: 100%;
  width: 100%;
  background: #4125a4;
  background: -moz-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4125a4), color-stop(100%, #46e5e5));
  background: -webkit-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -o-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -ms-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: linear-gradient(135deg, #4125a4 0%, #46e5e5 100%);
}
.section-background-image + div p {
  font-weight: 400;
}
.owl-theme .owl-nav {
  display: block;
}
.owl-theme .owl-nav > div[class*="owl-"] {
  width: 40px;
  height: 40px;
  padding: 0;
  text-indent: -99999px;
  font-size: 0;
  opacity: 1;
  border-radius: 50%;
  background: #ffffff;
}
.owl-theme .owl-nav > div[class*="owl-"]:before {
  display: block;
  text-indent: 0;
  font-size: 16px;
  line-height: 40px;
}
.owl-theme .owl-nav > div[class*="owl-"]:hover {
  background: #69abab;
}
.owl-theme .owl-nav > div[class*="owl-"]:hover:before {
  color: #ffffff;
}
.owl-theme .owl-nav .owl-next:before {
  content: "\f061";
  font-family: 'FontAwesome';
  color: #69abab;
}
.owl-theme .owl-nav .owl-prev:before {
  content: "\f060";
  font-family: 'FontAwesome';
  color: #69abab;
}
.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot {
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot > span {
  width: 30px;
  height: 7px;
  background: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active > span {
  background: #ffffff;
}
.tile-container {
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.tile-container:before,
.tile-container:after {
  content: '';
  display: table;
}
.tile-container:after {
  clear: both;
}
.tile-container.sub-pages {
  list-style: none;
}
.tile-container .tile {
  position: relative;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.tile-container .tile .tile-content {
  text-align: center;
}
.tile-container .tile .tile-title {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
}
.tile-container .tile .tile-title > a {
  color: inherit;
}
.tile-container .tile .tile-title > a:hover {
  color: #69abab;
}
.tile-container .tile .btn {
  margin: 0;
  border: none;
}
.tile-container .tile:hover a,
.tile-container .tile:active a,
.tile-container .tile:focus a {
  text-decoration: none;
}
.tile-container .tile:focus a {
  opacity: 0.9;
}
.tile-container .tile.tile-image-cover .tile-content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tile-container .tile.tile-image-cover .tile-content img {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tile-container .tile.tile-image-cover .tile-image {
  max-height: 220px;
  overflow: hidden;
}
.tile-container .tile.tile-image-cover .tile-image img {
  width: 100%;
  display: block;
}
.tile-container .tile.tile-image-cover .tile-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0.7;
  background: #46e5e5;
  background: -moz-linear-gradient(deg, #46e5e5 0%, #4125a4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #46e5e5), color-stop(100%, #4125a4));
  background: -webkit-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: -o-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: -ms-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: linear-gradient(135deg, #46e5e5 0%, #4125a4 100%);
  transition: opacity 0.3s ease-in-out;
}
.tile-container .tile.tile-image-cover span.btn {
  color: #ffffff;
  background: #69abab;
}
.tile-container .tile.tile-image-cover:hover .tile-image:after {
  opacity: 0.3;
}
.tile-container .tile.tile-image-cover:hover span.btn {
  color: #69abab !important;
  -webkit-box-shadow: #ffffff 0 0 0 40px inset;
  box-shadow: #ffffff 0 0 0 40px inset;
}
.tile-container .tile.tile-image-top:hover .tile-content {
  height: calc(112%);
}
.tile-container .tile.tile-image-top:nth-child(odd) {
  background-color: #69abab;
}
.tile-container .tile.tile-image-top:nth-child(odd):hover .btn {
  color: #ffffff !important;
  -webkit-box-shadow: #519090 0 0 0 40px inset;
  box-shadow: #519090 0 0 0 40px inset;
}
.tile-container .tile.tile-image-top:nth-child(even) {
  background-color: #8e89d5;
}
.tile-container .tile.tile-image-top:nth-child(even) .btn {
  color: #8e89d5;
}
.tile-container .tile.tile-image-top:nth-child(even):hover .btn {
  color: #ffffff !important;
  -webkit-box-shadow: #6a63c8 0 0 0 40px inset;
  box-shadow: #6a63c8 0 0 0 40px inset;
}
.tile-container .tile.tile-image-top .tile-image {
  max-height: 140px;
  overflow: hidden;
  background: #eef1f1;
  transition: max-height 0.4s ease-in;
}
.tile-container .tile.tile-image-top .tile-image > span {
  display: block;
}
.tile-container .tile.tile-image-top .tile-image img {
  display: block;
  height: auto !important;
  width: 100%;
}
.tile-container .tile.tile-image-top .tile-content {
  padding: 30px;
  transition: height 0.3s;
}
.tile-container .tile.tile-image-top p {
  color: #ffffff;
}
.tile-container .tile.tile-image-top .mp-post-info {
  margin-bottom: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
.tile-container .tile.tile-image-top .mp-post-info > .mp-post-date {
  display: inline-block;
  width: 48%;
  font-size: 1.4rem;
  color: #ffffff;
}
.tile-container .tile.tile-image-top .mp-post-info .mp-post-share-container {
  display: inline-block;
  width: 48%;
}
@media screen and (min-width: 550px) and (max-width: 1023px) {
  .tile-container .tile {
    float: left;
    width: calc(50% - 20px);
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 4%;
  }
  .tile-container .tile:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tile-container .tile {
    float: left;
    width: calc(25% - 20px);
    max-width: none;
    margin-bottom: 0;
  }
  .tile-container .tile:nth-child(n + 5) {
    margin-top: 30px;
  }
  .tile-container .tile .btn {
    min-width: 180px;
    font-size: 1.4rem;
    line-height: 3.5rem;
  }
  .tile-container .tile.tile-image-cover .tile-content img {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .tile-container .tile.tile-image-cover .tile-image {
    max-height: none;
  }
}
@media screen and (min-width: 1440px) {
  .tile-container .tile .tile-title {
    font-size: 2.2rem;
  }
  .tile-container .tile .btn {
    width: 100%;
    font-size: 1.8rem;
    line-height: 4.2rem;
  }
}
.callout-banner {
  position: relative;
  margin: 30px 0;
  padding: 30px;
  width: 100%;
  text-align: center;
  clear: left;
  background: #69abab;
}
@media screen and (max-width: 767px) {
  .callout-banner {
    margin-left: -15px;
    width: calc(100% +  30px) !important;
  }
}
.callout-banner:before {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 80px;
  height: 80px;
  content: "";
  background: url(../images/phone-website.png) no-repeat;
  background-size: cover;
}
.callout-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.25;
  background: #4125a4;
  background: -moz-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4125a4), color-stop(100%, #46e5e5));
  background: -webkit-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -o-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -ms-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: linear-gradient(135deg, #4125a4 0%, #46e5e5 100%);
}
.callout-banner.purple {
  background: #7ca0d9;
}
.callout-banner.purple:after {
  opacity: 1;
  background: #7ca0d9;
  background: linear-gradient(315deg, #7ca0d9 0%, #7b70c9 100%);
}
.callout-banner .callout-message,
.callout-banner .callout-action {
  position: relative;
  z-index: 2;
}
.callout-banner .callout-message h2,
.callout-banner .callout-message h3,
.callout-banner .callout-message h4,
.callout-banner .callout-message p {
  color: #ffffff;
}
.callout-banner .callout-message p {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .callout-banner {
    margin-left: -15px;
    width: calc(100% +  30px) !important;
  }
}
@media screen and (min-width: 500px) {
  .callout-banner {
    padding-left: 130px;
    text-align: left;
  }
  .callout-banner:before {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -40px;
  }
  .callout-banner .callout-action .btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .callout-banner {
    margin: 50px 0;
    display: flex;
    align-items: center;
  }
  .callout-banner .callout-message {
    flex-grow: 1;
  }
  .callout-banner .callout-message p {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1440px) {
  .callout-banner {
    padding-left: 150px;
  }
  .callout-banner:before {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
  .callout-banner .callout-message {
    flex-grow: 1;
  }
  .callout-banner .callout-message h2,
  .callout-banner .callout-message h3,
  .callout-banner .callout-message h4 {
    font-size: 2.8rem;
  }
  .callout-banner .callout-message p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.callout-banner.newsletter:before {
  background: url(../images/mail-website.png) no-repeat;
  background-size: 100%;
}
.callout-banner.newsletter .callout-message p {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  margin-bottom: 1rem;
}
.callout-banner.newsletter form .control {
  position: relative;
  margin-bottom: 1rem;
}
.callout-banner.newsletter form .control.checkbox {
  padding-left: 30px;
}
.callout-banner.newsletter form .control.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}
.callout-banner.newsletter form .control:not(.checkbox) label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.callout-banner.newsletter form label {
  color: #ffffff;
}
.callout-banner.newsletter form input[type="text"],
.callout-banner.newsletter form input[type="email"] {
  background: rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.callout-banner.newsletter form input[type="text"]:focus,
.callout-banner.newsletter form input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.5);
}
.callout-banner.newsletter form input[type="text"]:disabled,
.callout-banner.newsletter form input[type="email"]:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.callout-banner.newsletter form input[type="text"]::-moz-placeholder,
.callout-banner.newsletter form input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
.callout-banner.newsletter form input[type="text"]::-webkit-input-placeholder,
.callout-banner.newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.callout-banner.newsletter form input[type="text"]:-ms-input-placeholder,
.callout-banner.newsletter form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.callout-banner.newsletter form .btn {
  color: #8e89d5;
}
.callout-banner.newsletter form .btn:hover {
  color: #ffffff;
}
.callout-banner.newsletter form .mc-field-group {
  margin-bottom: 12px;
}
.callout-banner.newsletter form .mc-field-group > label[for="mce-EMAIL"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.callout-banner.newsletter form .content__gdpr > label {
  font-size: 1.4rem;
}
.callout-banner.newsletter form .content__gdpr p {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.callout-banner.newsletter form .content__gdpr .mc_fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.callout-banner.newsletter form .content__gdpr .mc_fieldset label {
  display: block;
  margin: 10px 0;
  font-size: 1.6rem;
}
.callout-banner.newsletter form .content__gdprLegal p {
  font-size: 1.2rem;
}
.callout-banner.newsletter form .content__gdprLegal a {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 500px) {
  .callout-banner.newsletter form input[type="text"],
  .callout-banner.newsletter form input[type="email"] {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .callout-banner.newsletter form {
    position: relative;
    padding-right: 240px;
  }
  .callout-banner.newsletter form .action {
    position: absolute;
    right: 0;
    top: 0;
  }
  .callout-banner.newsletter form .btn {
    margin-top: 4px;
  }
  .callout-banner.newsletter .callout-message p {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .callout-banner.newsletter form {
    padding-right: 270px;
  }
  .callout-banner.newsletter form .btn {
    margin-top: 0;
  }
}
.fast-service-callout {
  background: #8e89d5;
  color: #ffffff;
  padding: 30px 0;
}
.fast-service-callout h2,
.fast-service-callout h3,
.fast-service-callout h4,
.fast-service-callout h5 {
  margin-top: 0;
  color: #ffffff;
}
.fast-service-callout p:last-child {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .fast-service-callout {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1440px) {
  .fast-service-callout {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .fast-service-callout {
    background-position: left bottom;
    background-image: url(../images/clock-background-left.png);
    background-repeat: no-repeat;
    background-size: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .fast-service-callout {
    background-position: left bottom, 95% bottom;
    background-image: url(../images/clock-background-left.png), url(../images/clock-background-right.png);
    background-size: 26%, 25%;
  }
}
.offset-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .offset-slider {
    margin-left: -15px;
    width: calc(100% +  30px) !important;
  }
}
.offset-slider .owl-stage-outer {
  padding: 20px 0;
}
.offset-slider .owl-dots {
  width: 100%;
  bottom: -18px;
}
.offset-slider .owl-dots .owl-dot > span {
  background-color: #b6bfbf;
}
.offset-slider .owl-dots .owl-dot.active > span {
  background-color: #b6bfbf;
}
.offset-slider .item {
  position: relative;
  padding-bottom: 110px;
}
.offset-slider .offset-content {
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  position: absolute;
  bottom: 0;
  z-index: 5;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  border-radius: 25px;
  opacity: 0;
}
.offset-slider .offset-content h2,
.offset-slider .offset-content h3 {
  margin-bottom: 20px;
}
.offset-slider div.slide-image {
  height: 320px;
}
.offset-slider div.slide-image img {
  max-width: none;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .offset-slider .offset-content {
    width: 65%;
    max-width: 610px;
    text-align: left;
  }
  .offset-slider .offset-content .btn {
    margin-left: 0;
  }
  .offset-slider div.slide-image {
    max-height: 450px;
    overflow: hidden;
  }
  .offset-slider div.slide-image img {
    width: 100%;
    height: auto;
  }
  .offset-slider .owl-dots {
    width: auto;
    left: auto;
    right: 0;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .offset-slider .offset-content {
    margin-left: 40px;
  }
  .offset-slider .owl-dots .owl-dot > span {
    width: 40px;
    height: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .offset-slider .offset-content {
    margin-left: 60px;
    padding: 20px 40px;
  }
  .offset-slider .offset-content h2,
  .offset-slider .offset-content h3,
  .offset-slider .offset-content h4 {
    font-size: 3rem;
  }
}
@supports (display: flex) {
  .offset-slider .item {
    display: flex;
    flex-direction: column;
  }
  .offset-slider .offset-content {
    order: 1;
  }
}
.featured-image-two-col {
  margin: 25px 0;
  text-align: left;
}
.featured-image-two-col:before,
.featured-image-two-col:after {
  content: '';
  display: table;
}
.featured-image-two-col:after {
  clear: both;
}
.featured-image-two-col ul {
  display: block;
}
.featured-image-two-col .column-one,
.featured-image-two-col .column-two {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.featured-image-two-col .column-one {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .featured-image-two-col h4 {
    font-size: 2.4rem;
  }
  .featured-image-two-col .column-one,
  .featured-image-two-col .column-two {
    float: left;
    margin-bottom: 0;
  }
  .featured-image-two-col .column-one {
    margin-right: 4%;
    width: 38%;
  }
  .featured-image-two-col .column-two {
    width: 58%;
  }
  .featured-image-two-col.image-right .column-one {
    float: right;
    margin-right: 0;
  }
  .featured-image-two-col.image-right .column-two {
    margin-right: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-image-two-col {
    margin: 60px 0 0 0;
  }
  .featured-image-two-col .column-one,
  .featured-image-two-col .column-two {
    width: 48%;
    float: left;
  }
  .featured-image-two-col .column-one {
    margin-right: 4%;
  }
}
#artwork-prep-container {
  background: #eef1f1;
}
.artwork-preparation {
  text-align: center;
  padding: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: initial;
  -webkit-border-image: url(../images/dotted-border.png) 10 round;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/dotted-border.png) 10 round;
  /* Opera 11-12.1 */
  border-image: url(../images/dotted-border.png) 10 round;
  display: flex;
  align-items: center;
}
.artwork-preparation .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.artwork-preparation h3,
.artwork-preparation em {
  color: #8e89d5;
}
.artwork-preparation .prep-tips {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.artwork-preparation .prep-tips:before,
.artwork-preparation .prep-tips:after {
  content: '';
  display: table;
}
.artwork-preparation .prep-tips:after {
  clear: both;
}
.artwork-preparation .prep-tip {
  margin-bottom: 25px;
}
.artwork-preparation .prep-tip img {
  max-width: 160px;
}
.artwork-preparation .prep-tip a {
  display: block;
  margin-top: 6px;
  color: #312d34;
}
.artwork-preparation .prep-tip::last-child h3 {
  color: #312d34;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .artwork-preparation .prep-tips {
    width: 100%;
    margin: 25px auto;
  }
  .artwork-preparation .prep-tip {
    margin-right: 4%;
    width: 48%;
    float: left;
  }
  .artwork-preparation .prep-tip:nth-child(even) {
    margin-right: 0;
  }
  .artwork-preparation .prep-tip:nth-child(2n + 3) {
    clear: left;
  }
  .artwork-preparation .prep-tip h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .artwork-preparation {
    min-height: calc(100vh - 20px);
  }
  .artwork-preparation > .container {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
  }
  .artwork-preparation .prep-tips {
    width: 100%;
    margin: 40px auto;
  }
  .artwork-preparation .prep-tip {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .artwork-preparation .prep-tip h3 {
    font-size: 2.1rem;
  }
  .artwork-preparation .prep-tip em.smaller {
    font-size: 1.6rem;
  }
}
.dcs-tooltip {
  position: relative;
  margin-left: 0px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.dcs-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #69abab;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.dcs-tooltip .tooltip-content:after,
.dcs-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.dcs-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.dcs-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.dcs-tooltip .tooltip-content:after,
.dcs-tooltip .tooltip-content:before {
  right: 100%;
}
.dcs-tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.dcs-tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.dcs-tooltip .tooltip-toggle {
  cursor: help;
}
.dcs-tooltip .tooltip-toggle:hover + .tooltip-content,
.dcs-tooltip .tooltip-toggle:focus + .tooltip-content,
.dcs-tooltip:hover .tooltip-content {
  display: block;
}
.dcs-tooltip .tooltip-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 30px;
  text-indent: -99999px;
  background: url(../images/tooltip-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.dcs-tooltip .tooltip-content {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .dcs-tooltip .tooltip-content {
    font-size: 1.4rem;
  }
}
.content-reveal-container .content-reveal-cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.6rem;
}
.content-reveal-container ul {
  display: block;
}
.content-reveal-container.active .content-reveal-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.content-reveal-container.active .content-reveal-content:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  transition: opacity 0.3s;
}
.content-reveal-container.active .content-reveal-content.visible {
  max-height: 2000px;
}
.content-reveal-container.active .content-reveal-content.visible:after {
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .content-reveal-container .content-reveal-cta {
    font-size: 1.8rem;
  }
}
.dc-tabbed-content {
  margin: 25px 0;
}
.dc-tabbed-content .ui-tabs-nav {
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dc-tabbed-content .ui-tabs-nav li {
  max-width: 300px;
  margin-bottom: 0;
  flex-grow: 1;
}
.dc-tabbed-content .ui-tabs-nav li > a {
  display: block;
  padding: 10px;
  color: #777e7e;
  background: #eef1f1;
}
.dc-tabbed-content .ui-tabs-nav li:hover > a {
  text-decoration: none;
  background: #e0e5e5;
}
.dc-tabbed-content .ui-tabs-nav li.ui-tabs-active > a {
  position: relative;
  z-index: 2;
  background: #69abab !important;
  color: #ffffff;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
}
.dc-tabbed-content.high-contrast .ui-tabs-nav li > a {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .dc-tabbed-content {
    margin: 40px 0;
  }
  .dc-tabbed-content .ui-tabs-nav li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .dc-tabbed-content .ui-tabs-nav li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (min-width: 1440px) {
  .dc-tabbed-content {
    margin: 60px 0;
  }
}
#footer-above {
  display: none;
  position: relative;
  padding: 30px 0;
  background: url(../images/banner/footer-contact-banner.jpg) no-repeat;
  background-size: cover;
}
#footer-above:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  background: #da42d9;
  background: linear-gradient(270deg, #da42d9 0%, #422f45 92%);
}
#footer-above h2,
#footer-above h3,
#footer-above h4,
#footer-above p {
  color: #ffffff;
}
#footer-above p {
  font-weight: 400;
}
#footer-above .page-main {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #footer-above {
    display: block;
    padding: 60px 0;
  }
  #footer-above h2,
  #footer-above h3,
  #footer-above h4 {
    font-size: 3.2rem;
  }
  #footer-above p {
    font-size: 1.8rem;
  }
  #footer-above form {
    margin-top: 30px;
    text-align: center;
  }
  #footer-above form label {
    display: none;
  }
  #footer-above form input[type="text"],
  #footer-above form input[type="email"] {
    background: rgba(255, 255, 255, 0.3);
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
  }
  #footer-above form input[type="text"]:focus,
  #footer-above form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.5);
  }
  #footer-above form input[type="text"]:disabled,
  #footer-above form input[type="email"]:disabled {
    opacity: 0.5;
    background: #ffffff;
    border: 1px solid #c2c2c2;
  }
  #footer-above form input[type="text"]::-moz-placeholder,
  #footer-above form input[type="email"]::-moz-placeholder {
    color: #ffffff;
  }
  #footer-above form input[type="text"]::-webkit-input-placeholder,
  #footer-above form input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
  }
  #footer-above form input[type="text"]:-ms-input-placeholder,
  #footer-above form input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
  }
  #footer-above form .control {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  #footer-above form .control.email {
    margin-right: 0;
  }
  #footer-above form .action .btn {
    color: #8e89d5;
  }
  #footer-above form .action .btn:hover {
    color: #ffffff;
  }
  #footer-above form .mage-error {
    position: absolute;
    top: -20px;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #footer-above form {
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-above form .control {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1440px) {
  #footer-above {
    padding: 80px 0;
  }
  #footer-above form {
    margin-top: 40px;
  }
}
.footer.content {
  max-width: none;
  margin-top: 0;
  padding: 40px 0;
  text-align: center;
  border-top: none;
  background: #312d34;
}
.footer.content:before,
.footer.content:after {
  content: '';
  display: table;
}
.footer.content:after {
  clear: both;
}
.footer.content .footer-container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.footer.content small.copyright {
  display: none;
}
.footer.content .links > li > a,
.footer.content .links > li > strong {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}
.footer.content .links > li > a:visited,
.footer.content .links > li > strong:visited {
  color: #ffffff;
}
.footer.content .links > li.current > strong {
  font-weight: 400;
  color: #8e89d5;
}
.footer.content .footer-contact-details .contact-address {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer.content .footer-contact-details .contact-address address {
  font-weight: 400;
  color: #ffffff;
}
.footer.content .footer-contact-details .contact-address address span {
  display: block;
  margin-bottom: 8px;
}
.footer.content .footer-contact-details .contact-address address span:first-child {
  color: #b6bfbf;
}
.footer.content .footer-contact-details .contact-links {
  margin: 30px auto;
  width: 200px;
  text-align: left;
}
.footer.content .footer-contact-details .contact-links li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
  font-size: 1.4rem;
}
.footer.content .footer-contact-details .contact-links li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.footer.content .footer-contact-details .contact-links li > a {
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
}
.footer.content .footer-contact-details .contact-links li.maps:before {
  background: url(../images/world-world.png) no-repeat center;
  background-size: 100%;
}
.footer.content .footer-contact-details .contact-links li.phone:before {
  background: url(../images/phone-footer.png) no-repeat center;
  background-size: 100%;
}
.footer.content .footer-contact-details .contact-links li.email:before {
  background: url(../images/mail-footer.png) no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .footer.content .links {
    display: flex;
    flex-direction: column;
  }
  .footer.content .links > li {
    display: none;
  }
  .footer.content .links > li:nth-child(1),
  .footer.content .links > li:nth-child(2),
  .footer.content .links > li:nth-child(6),
  .footer.content .links > li:nth-child(10),
  .footer.content .links > li:nth-child(11),
  .footer.content .links > li:nth-child(12) {
    display: block;
  }
  .footer.content .links > li:nth-child(10) {
    order: 1;
  }
  .footer.content .links > li:nth-child(10) > a {
    background-image: none;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    color: #69abab;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px;
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 3.5rem;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
    min-width: 180px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
    transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
    color: #8e89d5;
  }
  .footer.content .links > li:nth-child(10) > a:focus,
  .footer.content .links > li:nth-child(10) > a:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #69abab;
  }
  .footer.content .links > li:nth-child(10) > a:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555555;
  }
  .footer.content .links > li:nth-child(10) > a.disabled,
  .footer.content .links > li:nth-child(10) > a[disabled],
  fieldset[disabled] .footer.content .links > li:nth-child(10) > a {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .footer.content .links > li:nth-child(10) > a:hover {
    text-decoration: none;
    border: none;
    background: transparent;
    color: #ffffff !important;
    -webkit-box-shadow: #69abab 0 0 0 40px inset;
    box-shadow: #69abab 0 0 0 40px inset;
  }
  .footer.content .links > li:nth-child(10) > a:visited {
    color: #69abab;
  }
  .footer.content .links > li:nth-child(10) > a.shadow {
    box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  }
  .footer.content .links > li:nth-child(10) > a.grey {
    color: #ffffff;
    background-color: #b6bfbf;
  }
  .footer.content .links > li:nth-child(10) > a.white {
    color: #777e7e;
    background-color: #ffffff;
  }
  .footer.content .links > li:nth-child(10) > a.white:hover {
    color: #ffffff;
    background-color: #69abab;
  }
  .footer.content .links > li:nth-child(10) > a.purple {
    color: #ffffff;
    background-color: #8e89d5;
  }
  .footer.content .links > li:nth-child(10) > a.to-purple:hover {
    color: #ffffff !important;
    -webkit-box-shadow: #8e89d5 0 0 0 40px inset;
    box-shadow: #8e89d5 0 0 0 40px inset;
    background: transparent;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .footer.content .links > li:nth-child(10) > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 1024px) {
  .footer.content .links > li:nth-child(10) > a {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 1440px) {
  .footer.content .links > li:nth-child(10) > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    line-height: 50px;
    min-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .footer.content .links {
    position: relative;
    column-count: 3;
    padding: 30px 0 0 0;
    width: 100%;
    text-align: left;
  }
  .footer.content .links:before,
  .footer.content .links:after {
    position: absolute;
    top: 0;
    font-weight: 400;
  }
  .footer.content .links:before {
    left: 0;
    content: "Shop";
    color: #8e89d5;
  }
  .footer.content .links:after {
    left: 33.33333%;
    content: "Quick Links";
    color: #69abab;
  }
  .footer.content .footer-contact-details {
    text-align: left;
  }
  .footer.content .footer-contact-details .contact-address {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    width: 33%;
    float: left;
    padding-right: 2%;
  }
  .footer.content .footer-contact-details .contact-links-container {
    width: 66%;
    float: left;
  }
  .footer.content .footer-contact-details .contact-links {
    margin-left: 0;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .footer.content .links {
    width: 55%;
    float: left;
    padding-right: 4%;
  }
  .footer.content .links:after {
    left: 31.3333%;
  }
  .footer.content .footer-contact-details {
    width: 45%;
    float: left;
    padding-left: 4%;
    border-left: 1px solid #98969a;
  }
  .footer.content .footer-contact-details .contact-address,
  .footer.content .footer-contact-details .contact-links-container {
    width: 50%;
  }
}
.footer.copyright {
  padding: 0 40px;
  text-align: center;
}
.footer.copyright strong {
  font-weight: 400;
}
.footer.copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer.copyright ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .footer.copyright ul > li {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #818286;
  }
  .footer.copyright ul > li:first-child {
    padding-left: 0;
  }
  .footer.copyright ul > li:last-child {
    padding-right: 0;
    border-right: none;
  }
}
.page-header {
  position: relative;
  z-index: 30;
  border-bottom: none;
  margin-bottom: 0;
}
.page-header .header.panel,
.page-header .header.content {
  max-width: 1760px;
}
.page-header .panel.wrapper {
  border-bottom: 0;
}
.panel.wrapper {
  height: 60px;
  padding: 10px 0;
  background: #312d34;
}
.panel.header {
  position: relative;
  padding-right: 40px;
}
.panel.header ul.header.links {
  display: block;
  margin: 0;
  list-style: none;
}
.panel.header ul.header.links li:first-child {
  position: absolute;
  top: 0;
  right: 120px;
}
.panel.header ul.header.links li:first-child a {
  display: inline-block;
  font-size: 0;
  text-indent: -99999px;
}
.panel.header ul.header.links li:first-child a:before {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/profile-mb.png") no-repeat center;
  background-size: 100%;
}
ul.header-contact-details {
  position: absolute;
  right: 170px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul.header-contact-details li > a {
  display: inline-block;
}
ul.header-contact-details li > a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul.header-contact-details li > a:hover {
  text-decoration: none;
}
ul.header-contact-details .phone > a:before {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/phone-mb.png") no-repeat center;
  background-size: 100%;
}
ul.header-contact-details .email {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul.header-contact-details .email > a:before {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/mail-web.png") no-repeat center;
  background-size: 100%;
}
.customer-logout {
  position: absolute;
  right: 220px;
}
.customer-logout > a {
  display: inline-block;
  font-size: 1.4rem;
}
.customer-logout > a::before {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/logout-mb.png") no-repeat center;
  background-size: 100%;
}
.customer-logout > a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search {
  margin: 0;
}
.block-search button.show-search {
  display: none;
  padding: 0;
  text-indent: -99999px;
  background: transparent;
  border: none;
}
.block-search button.show-search:after {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/search-mb.png") no-repeat center;
  background-size: 100%;
}
.block-search .label {
  position: absolute;
  top: 0;
  right: 15px;
}
.block-search .label:before {
  display: none;
}
.block-search .label:hover {
  cursor: pointer;
  text-decoration: underline;
}
.block-search .label:after {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/search-mb.png") no-repeat center;
  background-size: 100%;
}
.block-search .control {
  margin: 0;
  padding: 0;
  border: none;
}
.block-search .control {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 100;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-100px);
  transition: transform 0.4s ease-in-out;
}
.block-search .control input#search {
  background: #312d34;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  height: 58px;
  line-height: 58px;
  margin: 0;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.block-search .control input#search:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.block-search .control input#search::-moz-placeholder {
  color: #ffffff;
}
.block-search .control input#search::-webkit-input-placeholder {
  color: #ffffff;
}
.block-search .control input#search:-ms-input-placeholder {
  color: #ffffff;
}
.block-search .action.search {
  z-index: 200;
  transform: translateY(-100px);
  transition: transform 0.4s ease-in-out;
}
.block-search .action.search:before {
  font-size: 3rem;
  color: #ffffff;
}
.block-search .action.search:hover:before {
  color: #8e89d5;
}
.block-search form.active .control {
  transform: translateY(0);
}
.block-search form.active .action.search {
  transform: translateY(0);
}
.minicart-wrapper {
  display: block;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 70px;
}
.minicart-wrapper .action.showcart::before {
  display: none !important;
}
.minicart-wrapper .action.showcart:after {
  width: 36px;
  height: 36px;
  content: '';
  display: block;
  background: url("../images/basket-mb.png") no-repeat center;
  background-size: 100%;
}
.minicart-wrapper .action.showcart:hover {
  text-decoration: underline;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  opacity: 0.95;
  background: #8e89d5;
  border-radius: 50%;
}
.minicart-wrapper .action.showcart .counter.qty > .counter-number {
  line-height: 30px;
}
.block-minicart .product-item-pricing .label {
  width: auto;
}
.block-minicart .items-total .count {
  font-weight: 500;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 500;
}
.block-minicart .minicart-items .product-item-details .price {
  font-weight: 500;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background-image: none;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  color: #69abab;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  min-width: 180px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  margin-left: 0;
  background: #69abab;
  color: #ffffff;
}
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.block-minicart .block-content > .actions > .primary .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #69abab;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.block-minicart .block-content > .actions > .primary .action.primary.disabled,
.block-minicart .block-content > .actions > .primary .action.primary[disabled],
fieldset[disabled] .block-minicart .block-content > .actions > .primary .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  text-decoration: none;
  border: none;
  background: transparent;
  color: #ffffff !important;
  -webkit-box-shadow: #69abab 0 0 0 40px inset;
  box-shadow: #69abab 0 0 0 40px inset;
}
.block-minicart .block-content > .actions > .primary .action.primary:visited {
  color: #69abab;
}
.block-minicart .block-content > .actions > .primary .action.primary.shadow {
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
}
.block-minicart .block-content > .actions > .primary .action.primary.grey {
  color: #ffffff;
  background-color: #b6bfbf;
}
.block-minicart .block-content > .actions > .primary .action.primary.white {
  color: #777e7e;
  background-color: #ffffff;
}
.block-minicart .block-content > .actions > .primary .action.primary.white:hover {
  color: #ffffff;
  background-color: #69abab;
}
.block-minicart .block-content > .actions > .primary .action.primary.purple {
  color: #ffffff;
  background-color: #8e89d5;
}
.block-minicart .block-content > .actions > .primary .action.primary.to-purple:hover {
  color: #ffffff !important;
  -webkit-box-shadow: #8e89d5 0 0 0 40px inset;
  box-shadow: #8e89d5 0 0 0 40px inset;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .block-minicart .block-content > .actions > .primary .action.primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .block-minicart .block-content > .actions > .primary .action.primary {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .block-minicart .block-content > .actions > .primary .action.primary {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    line-height: 50px;
    min-width: 250px;
  }
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  color: #ffffff !important;
  -webkit-box-shadow: #8e89d5 0 0 0 40px inset;
  box-shadow: #8e89d5 0 0 0 40px inset;
}
.logo {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.logo img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 145px;
  height: 36px;
}
.header.content {
  position: static;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .header.content {
    width: 20%;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart::before {
    right: 12px;
  }
  .minicart-wrapper .block-minicart::after {
    right: 11px;
  }
}
@media screen and (min-width: 768px) {
  .block-search {
    position: static;
  }
  .block-search .nested {
    display: none;
  }
  .block-search .label {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    position: absolute;
  }
  .customer-logout {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .minicart-wrapper .action.showcart .counter.qty {
    top: -10px;
    right: auto;
    left: -15px;
  }
  .logo img {
    margin-left: 0;
  }
  .customer-logout {
    right: 480px;
  }
  .customer-logout > a::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
  }
  .customer-logout > a > span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 40px;
    color: #b6bfbf;
    vertical-align: middle;
  }
  .block-search .label {
    position: absolute;
    right: 40px;
    padding-left: 50px;
  }
  .block-search .label > span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 40px;
    color: #b6bfbf;
  }
  .block-search .label:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
  }
  .minicart-wrapper {
    right: 165px;
  }
  .minicart-wrapper .action.showcart {
    padding-left: 50px;
  }
  .minicart-wrapper .action.showcart::after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
  }
  .minicart-wrapper .action.showcart .text {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 40px;
    color: #b6bfbf;
  }
  .page-header .panel.header {
    padding-top: 0;
  }
  .panel.header ul.header.links li:first-child {
    right: 304px;
  }
  .panel.header ul.header.links li:first-child a {
    padding-left: 50px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 40px;
    text-indent: 0;
    color: #b6bfbf;
  }
  .panel.header ul.header.links li:first-child a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header.content {
    padding-left: 40px;
    padding-right: 40px;
    left: 0;
    right: auto;
  }
  ul.header-contact-details {
    position: static;
  }
  ul.header-contact-details li > a {
    color: #b6bfbf;
    font-weight: 400;
    font-size: 1.6rem;
  }
  ul.header-contact-details li > a span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
  }
  ul.header-contact-details li.phone a:before,
  ul.header-contact-details li.email a:before {
    margin-right: 10px;
    display: inline-block;
  }
  ul.header-contact-details li.phone strong {
    color: #69abab;
  }
  ul.header-contact-details li.email {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  ul.header-contact-details li.email strong {
    color: #8e89d5;
  }
}
@media screen and (min-width: 1440px) {
  .logo img {
    margin-top: 40px;
    width: 180px;
  }
  ul.header-contact-details li.email {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  ul.header-contact-details li.phone {
    margin-right: 30px;
  }
  ul.header-contact-details li {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1760px) {
  .page-header .header.content {
    left: 50%;
    margin-left: calc(-880px);
  }
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    top: 11px;
  }
  .nav-sections {
    background: #312d34 !important;
  }
  .nav-sections .header.links {
    border-bottom-color: #3e3942;
  }
  .nav-sections .header.links > li > a {
    border-top-color: #3e3942;
  }
  .nav-sections .header.links a {
    font-weight: 400;
    color: #ffffff;
  }
  .nav-sections .header.links a:hover {
    color: #ffffff;
    font-weight: 400;
    background: #69abab;
  }
  .nav-sections .nav-sections-items > div {
    display: none;
  }
  .nav-sections div[id*="menu"] {
    display: block;
  }
  .nav-sections .section-item-content {
    margin-top: 0;
    padding-top: 0;
    background: #312d34;
    left: 0 !important;
  }
  .nav-sections-item-title {
    background: #4b454f;
    border: 0;
  }
  .nav-sections-item-title:hover {
    background: #58505d;
  }
  .nav-sections-item-title > a {
    color: #ffffff;
  }
  .nav-sections-item-title > a:hover,
  .nav-sections-item-title > a:active,
  .nav-sections-item-title > a:visited {
    color: #ffffff;
  }
  .ves-menu.offcanvas-menu {
    position: static;
    width: 100%;
    padding-top: 0;
    background: transparent;
  }
  .ves-menu.offcanvas-menu .ves-megamenu {
    background: transparent;
  }
  .ves-menu.offcanvas-menu .ves-megamenu .submenu {
    padding-left: 0;
  }
  .ves-menu.offcanvas-menu .ves-megamenu li a,
  .ves-menu.offcanvas-menu .ves-megamenu li a:hover,
  .ves-menu.offcanvas-menu .ves-megamenu li a:active {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
  }
  .ves-menu.offcanvas-menu .nav-anchor .opener {
    position: relative;
    padding: 0;
  }
  .ves-menu.offcanvas-menu .nav-anchor .opener::before {
    display: none;
  }
  .ves-menu.offcanvas-menu .nav-anchor .opener:after {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #69abab;
    margin-right: 20px;
    margin-bottom: 0;
    float: right;
    line-height: 45px;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform 0.2s;
  }
  .ves-menu.offcanvas-menu .nav-anchor .opener.item-active:after {
    transform: rotate(0);
  }
  .ves-menu.offcanvas-menu .nav-anchor:hover .opener:after {
    color: #ffffff;
  }
  .ves-menu.offcanvas-menu .nav-item {
    border-bottom: none;
  }
  .ves-menu.offcanvas-menu .nav-item:not(.active) > a:hover {
    background: #69abab;
  }
  .ves-menu.offcanvas-menu .nav-item.active > a:not(.ui-state-active) {
    background: #4b454f;
    border-left: 0;
  }
  .ves-menu.offcanvas-menu .nav-item.active > a:not(.ui-state-active) > span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .ves-menu.offcanvas-menu li.level0 {
    border-top-color: #3e3942;
  }
  .ves-menu.offcanvas-menu li.level0.active > a {
    padding-left: 15px;
  }
  .ves-menu.offcanvas-menu li.level0:last-child {
    border-bottom-color: #3e3942;
  }
  .ves-menu.offcanvas-menu li.level0 .submenu {
    background: transparent;
  }
  .ves-menu.offcanvas-menu .level1.nav-item {
    padding-left: 0;
  }
  .ves-menu.offcanvas-menu .level1.nav-item.active > a,
  .ves-menu.offcanvas-menu .level1.nav-item > a {
    padding-left: 30px !important;
    padding-right: 20px;
  }
  .ves-menu.offcanvas-menu .level2.nav-item.active > a,
  .ves-menu.offcanvas-menu .level2.nav-item > a {
    padding-left: 45px !important;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    display: none;
  }
  .nav-sections {
    position: relative;
    z-index: 20;
    margin-bottom: 0;
  }
  .nav-sections .nav-sections-items {
    width: 100%;
  }
  .nav-sections .ves-menu {
    display: block;
  }
  .nav-sections .section-item-title.nav-sections-item-title {
    display: none;
  }
  .nav-sections .scroll-to-fixed-fixed .navigation {
    max-width: none;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu {
    margin-top: 0;
    background-color: #312d34;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:first-child {
    padding-top: 5px;
    top: 6px;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:first-child > a {
    width: 120px;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:not(:first-child) > a {
    padding-bottom: 0;
  }
  .navigation .ves-megamenu {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
    float: none;
    background: transparent;
    width: 100%;
  }
  .navigation .ves-megamenu li > a {
    padding: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 5rem;
  }
  .navigation .ves-megamenu li.active > a {
    background: transparent;
    font-weight: 600;
  }
  .navigation .ves-megamenu .level0 {
    position: static;
    float: none;
  }
  .navigation .ves-megamenu .level0:hover > a {
    background: transparent;
  }
  .navigation .ves-megamenu .level0 > a {
    padding: 0;
    text-transform: capitalize;
  }
  .navigation .ves-megamenu .level0 > a:hover {
    background: transparent;
  }
  .navigation .ves-megamenu .level0 .submenu {
    min-width: 0;
    font-weight: 400;
    text-align: left;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.2s;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a > span {
    padding-left: 0;
    transition: padding 0.2s;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a:after {
    z-index: -1;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 4px;
    background: #8e89d5;
    transform: translateX(-105%);
    transition: all 0.2s;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a:hover {
    background: transparent !important;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a:hover > span {
    padding-left: 2px;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a:hover:after {
    transform: translateX(0);
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item.active > a {
    border-left: none;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item.active > a:after {
    transform: translateX(0);
    background: #69abab;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item.active > a > span {
    padding-left: 2px;
  }
  .navigation .ves-megamenu .level0 > .submenu {
    left: 0;
    right: 0;
    width: 94%;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px;
    background: #334046;
    background: -moz-linear-gradient(-45deg, #334046 0%, #422f45 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #334046), color-stop(100%, #422f45));
    background: -webkit-linear-gradient(-45deg, #334046 0%, #422f45 100%);
    background: -o-linear-gradient(-45deg, #334046 0%, #422f45 100%);
    background: -ms-linear-gradient(-45deg, #334046 0%, #422f45 100%);
    background: linear-gradient(135deg, #334046 0%, #422f45 100%);
    border: none;
    box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
    visibility: hidden;
    display: block;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s;
  }
  .navigation .ves-megamenu .level0:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navigation .ves-megamenu .level0.home__link {
    position: absolute;
    top: 0;
    left: 40px;
  }
  .navigation .ves-megamenu .level0.home__link > a {
    width: 145px;
    height: 0;
    padding-bottom: 24.55%;
    text-indent: -99999px;
    background: url(../images/digital-ceramics-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .navigation .ves-megamenu .level0.home__link span {
    display: block;
    text-indent: -99999px;
    text-align: left;
  }
  .navigation .ves-megamenu .level0.nav-item:not(:first-child) > a {
    padding-bottom: 10px;
    overflow: hidden;
  }
  .navigation .ves-megamenu .level0.nav-item:not(:first-child) > a:after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #ffffff;
    transform: translateX(-105%);
    transition: transform 0.2s;
  }
  .navigation .ves-megamenu .level0.nav-item:not(:first-child) > a:hover {
    text-decoration: none;
  }
  .navigation .ves-megamenu .level0.nav-item:not(:first-child) > a:hover:after {
    transform: translateX(0);
  }
  @supports (display: grid) {
    grid-template-columns: repeat(auto-fit, minmax(180px, calc(33.333% - 20px)));
  }
  .navigation .ves-megamenu .level1.nav-dropdown > div .mega-col-level-1 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }
  .navigation .ves-megamenu .level1.nav-dropdown > div .mega-col-level-1:last-child {
    margin-right: 0;
  }
  @supports (display: grid) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 20px;
    
    .mega-col-level-1 {
      float: none;
      width: auto;
      margin: 0;
    }
  }
  .navigation .ves-megamenu .level1.nav-dropdown .submenu {
    position: static;
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .navigation .ves-megamenu .level1.nav-item {
    margin-bottom: 20px;
  }
  .navigation .ves-megamenu .level1.nav-item a {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .navigation .ves-megamenu .level1.nav-item > a {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation .ves-megamenu .level2.nav-item a {
    font-weight: 300;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 920px) {
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:last-child {
    top: -8px;
  }
  .navigation .ves-megamenu li > a {
    font-size: 1.5rem;
  }
  .navigation .ves-megamenu .level0.nav-item:last-child {
    position: relative;
    top: -17px;
  }
  .navigation .ves-megamenu .level0.nav-item:last-child > a {
    padding-bottom: 0;
    min-width: 140px;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
    transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  }
  .navigation .ves-megamenu .level0.nav-item:last-child > a:hover {
    color: #8e89d5 !important;
    -webkit-box-shadow: #ffffff 0 0 0 40px inset;
    box-shadow: #ffffff 0 0 0 40px inset;
    text-decoration: none;
  }
  .navigation .ves-megamenu .level0.nav-item:last-child > a::after {
    display: none;
    content: "";
  }
  .navigation .ves-megamenu .level0.nav-item.home__link > a {
    width: 100%;
    background-position: center;
  }
  .navigation .ves-megamenu .level1.nav-item > a {
    padding-bottom: 12px;
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__waterslide > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-products > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-bundles > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__decorating > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printing-tech > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__transfer-printing > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__large-format-printing > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__surface-design > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__product-support > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__system-support > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-health > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__faqs > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__guide-tips > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__colour-matching > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__setup > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__design > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(0.7);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__waterslide > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-products > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-bundles > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__decorating > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printing-tech > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__transfer-printing > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__large-format-printing > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__surface-design > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__product-support > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__system-support > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-health > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__faqs > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__guide-tips > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__colour-matching > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__setup > a,
  .navigation .ves-megamenu .level1.nav-item.menu__header__design > a {
    padding-top: 0;
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__waterslide:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-products:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-bundles:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__decorating:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printing-tech:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__transfer-printing:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__large-format-printing:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__surface-design:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__product-support:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__system-support:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-health:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__faqs:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__guide-tips:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__colour-matching:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__setup:hover > a::before,
  .navigation .ves-megamenu .level1.nav-item.menu__header__design:hover > a::before {
    filter: grayscale(0.2);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__waterslide > a::before {
    background-image: url(../images/menu/ceramic-transfers.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-products > a::before {
    background-image: url(../images/menu/ceramic-printer-products.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-bundles > a::before {
    background-image: url(../images/menu/printer-bundles.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__decorating > a::before {
    background-image: url(../images/menu/decorating-equipment.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__colour-matching > a::before {
    background-image: url(../images/menu/colour-matching.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__setup > a::before {
    background-image: url(../images/menu/setup-demo.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__design > a::before {
    background-image: url(../images/menu/design-services.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__product-support > a::before {
    background-image: url(../images/menu/product-support.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__printer-health > a::before {
    background-image: url(../images/menu/printer-health-check.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__faqs > a::before {
    background-image: url(../images/menu/faqs.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__guide-tips > a::before {
    background-image: url(../images/menu/guides-tips.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__surface-design > a::before {
    background-image: url(../images/menu/dc-architectural.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__large-format-printing > a::before {
    background-image: url(../images/menu/large-format.jpg);
  }
  .navigation .ves-megamenu .level1.nav-item.menu__header__transfer-printing > a::before {
    background-image: url(../images/menu/transfer-printing-thumb.jpg);
  }
}
@media screen and (min-width: 950px) {
  .navigation .ves-megamenu .level0.nav-item.home__link {
    width: 180px;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:first-child {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .ves-megamenu li > a {
    font-size: 1.6rem;
  }
  .navigation .ves-megamenu .level0.nav-item.home__link {
    width: 200px;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item a:hover > span {
    padding-left: 8px;
  }
  .navigation .ves-megamenu .level0 .submenu .nav-item.active > a > span {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1440px) {
  .navigation {
    max-width: 1760px;
    z-index: 100;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:first-child > a {
    width: 160px;
  }
  .nav-sections .scroll-to-fixed-fixed .ves-megamenu .level0.nav-item:last-child {
    top: 6px;
  }
  .navigation .ves-megamenu {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin-top: 45px;
    text-align: center;
  }
  .navigation .ves-megamenu li {
    margin-right: 0;
    padding: 0 30px;
  }
  .navigation .ves-megamenu li > a {
    font-size: 1.8rem;
  }
  .navigation .ves-megamenu .level0.nav-item:first-child {
    padding-left: 0;
  }
  .navigation .ves-megamenu .level0.nav-item:last-child {
    position: absolute;
    right: 40px;
    top: 8px;
    padding-right: 0;
  }
  .navigation .ves-megamenu .level0.nav-item:last-child > a {
    min-width: 220px;
    line-height: 4rem;
    border-radius: 25px;
  }
  .navigation .ves-megamenu .level0.nav-item.home__link {
    width: 220px;
  }
  .navigation .ves-megamenu .level0.nav-item > .submenu {
    padding: 40px;
  }
  .navigation .ves-megamenu .level1.nav-item > a {
    min-height: 0;
    font-size: 1.6rem;
  }
  .navigation .ves-megamenu .level2.nav-item > a {
    font-size: 1.4rem;
  }
}
.slider-sections {
  position: relative;
  margin-top: -74px;
  min-height: 200px;
}
.slider-sections .slide {
  min-height: 260px;
  background: #69abab;
}
@media screen and (min-width: 1024px) {
  .slider-sections .slide {
    min-height: 380px;
  }
}
@media screen and (min-width: 1440px) {
  .slider-sections .slide.slide-large {
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .slider-sections {
    margin-top: -100px;
  }
  .hero-slider .slide .hero-banner-content h1,
  .hero-slider .slide .hero-banner-content h2,
  .hero-slider .slide .hero-banner-content h3,
  .hero-slider .slide .hero-banner-content .banner-title {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    font-size: 2.8rem;
  }
  .hero-slider .slide .hero-banner-content p,
  .hero-slider .slide .hero-banner-content .subtitle {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .hero-slider .slide .hero-banner-content .btn {
    margin-top: 0;
  }
  .hero-slider .slide .hero-image {
    height: 360px;
  }
  body:not(.cms-home) .hero-slider .slide .hero-banner-content {
    top: 50%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  body:not(.cms-home) .hero-slider .slide .hero-image {
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider .slide .hero-banner-content h1,
  .hero-slider .slide .hero-banner-content h2,
  .hero-slider .slide .hero-banner-content h3,
  .hero-slider .slide .hero-banner-content .banner-title {
    font-size: 3.4rem;
  }
  .hero-slider .slide .hero-banner-content p,
  .hero-slider .slide .hero-banner-content .subtitle {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .hero-slider .slide .hero-image {
    height: 400px;
  }
  .hero-slider .owl-dots {
    bottom: 10px;
  }
  body:not(.cms-home) .hero-slider .slide .hero-image {
    height: 380px;
  }
  body:not(.cms-home) .hero-slider .slide .hero-image img {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .slider-sections {
    margin-top: 0;
  }
  .hero-slider .slide .hero-banner-content h1,
  .hero-slider .slide .hero-banner-content h2,
  .hero-slider .slide .hero-banner-content h3,
  .hero-slider .slide .hero-banner-content .banner-title {
    font-size: 4rem;
  }
  .hero-slider .slide .hero-banner-content p,
  .hero-slider .slide .hero-banner-content .subtitle {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .hero-slider .slide .hero-image {
    min-height: 500px;
  }
  .hero-slider .slide .hero-image img {
    height: 100%;
  }
  body:not(.cms-home) .hero-slider .slide .hero-image {
    min-height: 460px;
    height: auto;
    max-height: 500px;
    overflow: hidden;
  }
  body:not(.cms-home) .hero-slider .slide .hero-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.cms-home #maincontent {
  padding: 0;
}
.cms-home .column.main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cms-home .column.main {
    padding: 0;
  }
  .cms-home .section-three {
    padding-bottom: 0;
  }
  .cms-home .callout-banner {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .section-two {
    margin-top: -300px;
    padding-top: 280px;
  }
}
.latest-insights-container {
  margin: 50px 0;
}
.latest-insights-container:before,
.latest-insights-container:after {
  content: '';
  display: table;
}
.latest-insights-container:after {
  clear: both;
}
.latest-insights-container .tile-image-top {
  margin-left: 0;
  max-width: none;
  background: #312d34 !important;
}
.latest-insights-container .tile-image-top a:hover {
  text-decoration: none;
}
.latest-insights-container .tile-image-top .tile-image img {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.latest-insights-container .tile-image-top .mp-read-more {
  font-weight: 500;
  font-size: 1.6rem;
  color: #8e89d5;
}
.latest-insights-container .tile-image-top .mp-read-more::after {
  content: " >";
  color: inherit;
}
.latest-insights-container .tile-image-top:first-child .mp-read-more {
  color: #69abab;
}
@media screen and (min-width: 550px) and (max-width: 1023px) {
  .latest-insights-container .tile-image-top {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .latest-insights-container .tile-image-top:first-child {
    width: 48%;
  }
  .latest-insights-container .tile-image-top:first-child .tile-image,
  .latest-insights-container .tile-image-top:first-child .tile-content {
    float: left;
    width: 50%;
  }
  .latest-insights-container .tile-image-top:first-child .tile-image {
    max-height: none;
  }
  .latest-insights-container .tile-image-top:first-child .tile-image img {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .latest-insights-container .tile-image-top:first-child {
    width: 48%;
  }
  .latest-insights-container .tile-image-top:first-child .tile-image,
  .latest-insights-container .tile-image-top:first-child .tile-content {
    float: left;
    width: 50%;
  }
  .latest-insights-container .tile-image-top:first-child .tile-image {
    max-height: none;
  }
  .latest-insights-container .tile-image-top:first-child .tile-image img {
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
  .ie11 .latest-insights-container .tile-image-top {
    min-height: 515px;
  }
  .ie11 .latest-insights-container .tile-image-top:first-child .tile-content {
    float: right;
  }
  .ie11 .latest-insights-container .tile-image-top:first-child .tile-image {
    position: absolute;
    height: 100%;
  }
  .ie11 .latest-insights-container .tile-image-top:first-child .tile-image img {
    height: 100% !important;
  }
}
@supports (display: flex) {
  @media screen and (min-width: 1024px) {
    .latest-insights-container .tile-image-top:first-child .tile-image {
      display: inline-flex;
      height: 100%;
    }
  }
}
.mp-post-share-container {
  position: relative;
}
.mp-post-share-container .mp-post-share {
  padding: 0;
  font-size: 1.4rem;
  background: transparent;
  border: none;
  color: #ffffff;
}
.mp-post-share-container .mp-post-share:hover {
  color: #8e89d5;
}
.mp-post-share-container .mp-post-share::after {
  content: "\f14d";
  font-family: 'FontAwesome';
  color: inherit;
  margin-left: 5px;
}
.mp-post-share-container .mp-post-share-options {
  position: absolute;
  top: 0;
  right: -80%;
  z-index: -1;
  opacity: 0;
  padding: 4px 2px;
  text-align: left;
  background: #ffffff;
  margin-bottom: 0;
  box-shadow: 3px 3px 7px rgba(49, 45, 52, 0.3);
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
.mp-post-share-container .mp-post-share-options.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 100;
}
.mp-post-share-container .mp-post-share-options > .mp-post-share-option {
  display: inline-block;
  margin: 0 3px;
}
.mp-post-share-container .mp-post-share-options i {
  display: block;
  font-size: 1.8rem;
}
.sections.section-three {
  position: relative;
}
.tile .price-box {
  margin-bottom: 10px;
}
.tile .price-box span,
.tile .price-box a {
  color: #ffffff;
}
.tile-container .tile.tile-image-top.studio-time-product {
  background: #312d34;
}
.tile-container .tile.tile-image-top.studio-time-product .btn {
  color: #312d34;
}
.catalog-category-view .products.list .product {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 550px) and (max-width: 1023px) {
  .catalog-category-view .products.list .product {
    width: 48%;
    margin-right: 4%;
  }
  .catalog-category-view .products.list .product:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-category-view .category-list .tile {
    margin-bottom: 20px;
  }
  .catalog-category-view .products.list .product {
    margin-right: 1.33333%;
  }
  .catalog-category-view .products.list .product:nth-child(4n) {
    margin-right: 0;
  }
}
.catalog-product-view .callout-banner.newsletter {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view section.sections:last-of-type {
    padding-bottom: 0;
  }
}
.product-description-top {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product-description-top {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .product-description-top {
    margin-bottom: 60px;
  }
}
.fotorama {
  overflow: visible;
}
.fotorama .fotorama__nav {
  overflow: visible;
}
.fotorama .fotorama__thumb-border {
  border: none;
  background: none;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
}
.fotorama .fotorama__caption {
  display: none;
}
.product-info-main {
  font-size: 1.6rem;
}
.product-info-main .product-info-price > div {
  margin-bottom: 12px;
}
.product-info-main strong {
  font-weight: 300;
}
.product-info-main .product.title strong {
  font-weight: 400;
  font-size: 1.8rem;
  color: #8e89d5;
}
.product-info-main .additional-attributes-wrapper ul {
  margin-bottom: 0;
}
.product-info-main .additional-attributes-wrapper ul li {
  margin-bottom: 0;
}
.product-info-main .additional-attributes-wrapper .attribute.value {
  color: #69abab;
}
.product-info-main .product.attribute.sku {
  color: #777e7e;
}
.product-info-main .product.attribute.sku .value {
  color: #69abab;
}
.product-info-main .stock.available {
  font-weight: 400;
  text-transform: none;
  color: #69abab;
}
.product-info-main .price-box .price-wrapper .price {
  font-weight: 400;
}
.product-info-main .price-box .final-price.label {
  font-size: 1.6rem;
}
.product-info-main .product.overview {
  padding-bottom: 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid #d2d5d5;
}
.product-info-main .fieldset .field .label {
  font-weight: 300;
  min-width: 100px;
}
.product-info-main .fieldset .field select {
  border-radius: 5px;
  height: 40px;
  color: #777e7e;
}
.product-info-main .fieldset .field input[type="text"],
.product-info-main .fieldset .field input[type="email"],
.product-info-main .fieldset .field input[type="number"] {
  height: 40px;
  border-radius: 5px;
  color: #777e7e;
}
@supports (display: flex) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  
  .label {
    margin-right: 15px;
    min-width: 80px;
  }
  .configurable .control {
    flex-grow: 1;
    max-width: 300px;
  }
}
.product-info-main .product-options-wrapper .fieldset .field .label {
  width: 37%;
  display: inline-block;
  margin-right: 0;
  padding-right: 10px;
}
.product-info-main .product-options-wrapper .fieldset .field .control {
  width: 60%;
  max-width: 300px;
  display: inline-block;
}
.product-info-main .product-options-bottom .actions {
  padding-top: 0;
}
.product-info-main .product-options-bottom .actions button {
  background-image: none;
  border: 1px solid #cdcdcd;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  min-width: 180px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 25px;
  border: none;
  background: #b6bfbf;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.product-info-main .product-options-bottom .actions button:focus,
.product-info-main .product-options-bottom .actions button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #69abab;
}
.product-info-main .product-options-bottom .actions button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.product-info-main .product-options-bottom .actions button.disabled,
.product-info-main .product-options-bottom .actions button[disabled],
fieldset[disabled] .product-info-main .product-options-bottom .actions button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .product-options-bottom .actions button:hover {
  text-decoration: none;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: #69abab 0 0 0 40px inset;
  box-shadow: #69abab 0 0 0 40px inset;
}
.product-info-main .product-options-bottom .actions button:visited {
  color: #69abab;
}
@media screen and (min-width: 1024px) {
  .product-info-main .product-options-bottom .actions button {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .product-info-main .product-options-bottom .actions button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    min-width: 250px;
  }
}
.page-product-configurable .product-info-main .product-options-bottom .fieldset .field.qty {
  padding-right: 0;
}
.page-product-configurable .product-info-main .product-options-bottom .fieldset .field.qty .label {
  width: 37%;
  margin-right: 0;
  padding-right: 10px;
  display: inline-block;
}
.page-product-configurable .product-info-main .product-options-bottom .fieldset .field.qty .control {
  display: inline-block;
}
.product-info-main .dcs-order-product button {
  margin-left: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-info-main {
    text-align: left;
  }
  .product-info-main .product.title strong {
    font-size: 2.1rem;
  }
  .product-info-main .product-options-bottom .field.qty {
    display: block;
    display: flex;
  }
  .product-info-main .product-options-bottom .actions {
    text-align: left;
  }
  .product-info-main .product-options-bottom .box-tocart {
    display: block;
  }
  .product-info-main .product-info-price > div {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .product-info-main {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .product-info-main .product.title strong {
    font-size: 2.5rem;
  }
  .product-info-main .product.overview {
    font-size: 1.8rem;
  }
}
.prices-tier {
  background: transparent;
}
.product-pricing .prices-tier {
  margin: 0;
  padding: 0;
}
.prices-tier .weee .price {
  font-weight: 300;
  font-size: inherit;
}
.price-container .price-including-tax + .price-excluding-tax {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax::before {
  font-size: inherit;
}
.price-container .price-including-tax + .price-excluding-tax .price {
  font-size: inherit;
}
@media screen and (min-width: 1440px) {
  .price-container .price-including-tax + .price-excluding-tax {
    font-size: 1.6rem;
  }
}
.column-container:before,
.column-container:after {
  content: '';
  display: table;
}
.column-container:after {
  clear: both;
}
.column-container .column {
  width: 100%;
  margin-bottom: 20px;
}
.column-container.product-pricing {
  margin-top: 30px;
  text-align: center;
}
.column-container.product-pricing h2,
.column-container.product-pricing h3,
.column-container.product-pricing h4 {
  font-size: 1.8rem;
  color: #8e89d5;
}
@media screen and (min-width: 768px) {
  .column-container .column {
    width: 33.33333%;
    float: left;
    margin: 0;
  }
  .column-container .col-1 {
    padding-right: 2%;
  }
  .column-container .col-2 {
    padding: 0 1%;
  }
  .column-container .col-3 {
    padding-left: 2%;
  }
}
.order-details {
  font-size: 1.6rem;
  text-align: center;
}
.order-details input[type="text"],
.order-details input[type="password"],
.order-details input[type="url"],
.order-details input[type="tel"],
.order-details input[type="search"],
.order-details input[type="number"],
.order-details input[type="datetime"],
.order-details input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  color: #777e7e;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 4rem;
  line-height: 4rem;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #a4aaaa;
  margin-bottom: 20px;
}
.order-details input[type="text"]:disabled,
.order-details input[type="password"]:disabled,
.order-details input[type="url"]:disabled,
.order-details input[type="tel"]:disabled,
.order-details input[type="search"]:disabled,
.order-details input[type="number"]:disabled,
.order-details input[type="datetime"]:disabled,
.order-details input[type="email"]:disabled {
  opacity: 0.5;
}
.order-details input[type="text"]::-moz-placeholder,
.order-details input[type="password"]::-moz-placeholder,
.order-details input[type="url"]::-moz-placeholder,
.order-details input[type="tel"]::-moz-placeholder,
.order-details input[type="search"]::-moz-placeholder,
.order-details input[type="number"]::-moz-placeholder,
.order-details input[type="datetime"]::-moz-placeholder,
.order-details input[type="email"]::-moz-placeholder {
  color: #a4aaaa;
}
.order-details input[type="text"]::-webkit-input-placeholder,
.order-details input[type="password"]::-webkit-input-placeholder,
.order-details input[type="url"]::-webkit-input-placeholder,
.order-details input[type="tel"]::-webkit-input-placeholder,
.order-details input[type="search"]::-webkit-input-placeholder,
.order-details input[type="number"]::-webkit-input-placeholder,
.order-details input[type="datetime"]::-webkit-input-placeholder,
.order-details input[type="email"]::-webkit-input-placeholder {
  color: #a4aaaa;
}
.order-details input[type="text"]:-ms-input-placeholder,
.order-details input[type="password"]:-ms-input-placeholder,
.order-details input[type="url"]:-ms-input-placeholder,
.order-details input[type="tel"]:-ms-input-placeholder,
.order-details input[type="search"]:-ms-input-placeholder,
.order-details input[type="number"]:-ms-input-placeholder,
.order-details input[type="datetime"]:-ms-input-placeholder,
.order-details input[type="email"]:-ms-input-placeholder {
  color: #a4aaaa;
}
.order-details textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  color: #777e7e;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 8rem;
  line-height: 1.5rem;
  padding: 20px 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #a4aaaa;
  margin-bottom: 20px;
}
.order-details textarea:disabled {
  opacity: 0.5;
}
.order-details textarea::-moz-placeholder {
  color: #a4aaaa;
}
.order-details textarea::-webkit-input-placeholder {
  color: #a4aaaa;
}
.order-details textarea:-ms-input-placeholder {
  color: #a4aaaa;
}
.order-details select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #a4aaaa;
  margin-bottom: 20px;
}
.order-details select:disabled {
  opacity: 0.5;
}
.order-details .control {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.order-details .product.attribute {
  margin-bottom: 30px;
}
.order-details .product.attribute strong {
  display: inline-block;
  font-weight: 300;
}
.order-details .product.attribute .value {
  display: inline-block;
  color: #69abab;
}
.order-details .fieldset > .field > .label {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 2.4rem;
}
.order-details .fieldset > .field > p {
  margin-bottom: 20px;
}
.order-details .fieldset > .field > .control {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.order-details .fieldset > .field > .control select,
.order-details .fieldset > .field > .control input[type="text"] {
  border-radius: 5px;
  border: 1px solid #aaa;
}
.order-details .fieldset > .field.order-info {
  padding-top: 30px;
  border-top: 1px solid #e3e5e5;
}
.order-details .fieldset > .field.order-info .control {
  max-width: 800px;
  width: 80%;
}
.order-details .fieldset > .field.order-info textarea::-webkit-input-placeholder {
  color: #e3e5e5;
  font-weight: 400;
}
.order-details .fieldset > .field.order-info textarea:-moz-placeholder {
  color: #e3e5e5;
  font-weight: 400;
}
.order-details .fieldset > .field.order-info textarea::-moz-placeholder {
  color: #e3e5e5;
  font-weight: 400;
}
.order-details .fieldset > .field.order-info textarea:-ms-input-placeholder {
  color: #e3e5e5;
  font-weight: 400;
}
.order-details .quantity-wrapper .label {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.order-details .dcs-tooltip {
  display: none;
}
@media screen and (min-width: 480px) {
  .order-details .quantity-wrapper .control {
    display: inline-block;
    margin-right: 30px;
  }
  .order-details .quantity-wrapper .field-tool-tip {
    display: inline-block;
  }
}
@media screen and (min-width: 640px) {
  .order-details .quantity-wrapper {
    margin-bottom: 60px;
    text-align: center;
  }
  .order-details .quantity-wrapper .label,
  .order-details .quantity-wrapper .control,
  .order-details .quantity-wrapper .field-tool-tip {
    display: inline-block;
    width: auto;
  }
  .order-details .quantity-wrapper .label,
  .order-details .quantity-wrapper .control {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .order-details .fieldset > .field > .label {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    font-size: 3rem;
    text-align: center;
  }
  .order-details .fieldset > .field > .control {
    display: block;
    float: none;
  }
}
@media screen and (min-width: 1024px) {
  .order-details .fieldset > .field.order-info {
    padding-top: 45px;
  }
  .order-details .fieldset > .field.order-info textarea {
    height: 14em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details .dcs-tooltip {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  .order-details {
    font-size: 1.8rem;
  }
  .order-details .product.attribute {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .fileupload-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#fileuploader {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 30px auto;
  padding: 10px;
  background: #dedede;
  border: 5px solid #c9cbcb;
  border-radius: 5px;
}
#fileuploader .ajax-upload-dragdrop {
  height: 100%;
  padding: 10px;
  text-align: center;
  border-width: 1px;
  border-color: #919696;
  border-style: dashed;
}
#fileuploader .ajax-upload-dragdrop > span {
  display: block;
  font-size: 1.6rem;
  color: #777e7e;
}
#fileuploader .ajax-upload-dragdrop > span b {
  font-weight: 400;
}
#fileuploader .ajax-file-upload-error {
  position: absolute;
  top: 0;
  left: 105%;
  width: 140px;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 5px;
  color: #ffffff;
  background: #8e89d5;
}
#fileuploader .ajax-file-upload {
  margin-right: 0;
  padding: 0 25px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 40px;
  height: 40px;
  color: #777e7e;
  background: #fff;
  box-shadow: none;
}
#fileuploader .ajax-file-upload:hover {
  color: #ffffff !important;
  -webkit-box-shadow: #69abab 0 0 0 40px inset;
  box-shadow: #69abab 0 0 0 40px inset;
}
#fileuploader .ajax-upload-dragdrop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#fileuploader .ajax-upload-dragdrop > span {
  order: 1;
  margin-bottom: 20px;
}
#fileuploader .ajax-upload-dragdrop .ajax-file-upload {
  order: 2;
}
@media screen and (min-width: 768px) {
  #fileuploader .ajax-upload-dragdrop > span {
    font-size: 2rem;
  }
  #fileuploader .ajax-file-upload {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  #fileuploader {
    order: 2;
    margin-left: 50px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  #fileuploader .ajax-upload-dragdrop > span {
    font-size: 2.4rem;
  }
}
.ajax-file-upload-container:before,
.ajax-file-upload-container:after {
  content: '';
  display: table;
}
.ajax-file-upload-container:after {
  clear: both;
}
.ajax-file-upload-container .ajax-file-upload-statusbar {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 10px;
  border: 5px solid #c9cbcb;
  border-radius: 5px;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-filename {
  margin: 12px auto 0 auto;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.6rem;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-preview {
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-red {
  position: relative;
  padding: 0 0 0 20px;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 400;
  color: #777e7e;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-red:hover {
  color: #8e89d5;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-red:hover::before {
  color: #8e89d5;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-red::before {
  content: "\f057";
  font-family: 'FontAwesome';
  color: #777e7e;
  position: absolute;
  left: 0;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .orderupload-comment {
  display: none !important;
}
@media screen and (min-width: 680px) and (max-width: 1023px) {
  .ajax-file-upload-container {
    display: flex;
    justify-content: center;
  }
  .ajax-file-upload-container .ajax-file-upload-statusbar {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 48% !important;
    max-width: inherit;
    margin-left: 0;
    margin-right: 4%;
  }
  .ajax-file-upload-container .ajax-file-upload-statusbar:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-filename {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .ajax-file-upload-container {
    justify-content: flex-end;
  }
  .ajax-file-upload-container .ajax-file-upload-statusbar {
    width: 360px !important;
    margin: 10px;
  }
}
.order-overview {
  margin-top: 30px;
  padding: 30px 30px;
  background: #eef1f1;
}
.order-overview .order-total-container {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.order-overview .order-total-container strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #8e89d5;
}
.order-overview .title {
  font-size: 2rem;
  font-weight: 400;
}
.order-overview br {
  display: block;
  margin-bottom: 20px;
}
.order-overview button.purple:hover {
  background-color: #69abab;
}
.order-overview #continue-shopping {
  text-decoration: underline;
  color: #777e7e;
  border: 0;
}
.order-overview #continue-shopping:hover,
.order-overview #continue-shopping:focus {
  color: #69abab;
  background: transparent;
}
.order-overview #continue-shopping:active {
  color: #8e89d5;
  background: transparent;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .order-overview {
    margin-top: 45px;
    padding: 45px 0;
  }
  .order-overview .title {
    font-size: 2.6rem;
  }
  .order-overview .order-total-container {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .order-overview {
    margin-top: 60px;
    padding: 60px 0;
  }
  .order-overview .title {
    font-size: 3.6rem;
  }
  .order-overview br {
    margin-bottom: 30px;
  }
  .order-overview .order-total-container {
    font-size: 2.4rem;
  }
}
.catalog-product-transfer #dcs-order-cancel {
  color: #69abab;
}
.catalog-product-transfer #dcs-order-cancel:before {
  content: "\f064";
  font-family: 'FontAwesome';
  color: inherit;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.catalog-product-transfer #dcs-order-cancel:hover {
  color: #ffffff;
}
.catalog-product-transfer .product-info-main .product-add-form {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-transfer .sections.section-three {
  display: none;
}
.catalog-product-transfer .sections.section-one,
.catalog-product-transfer .sections.section-three {
  background-color: #ffffff;
}
.catalog-product-transfer .sections.section-four {
  background-color: #eef1f1;
}
.catalog-product-transfer .sections.section-ten {
  background-color: #ffffff;
}
.catalog-product-transfer .dcs-tp-animation-container.ordering-active .sections.section-three {
  display: block;
}
.catalog-product-transfer .dcs-tp-animation-container.ordering-active #maincontent,
.catalog-product-transfer .dcs-tp-animation-container.ordering-active .sections.section-one,
.catalog-product-transfer .dcs-tp-animation-container.ordering-active .sections.section-ten .related {
  display: none;
}
.price-including-tax .price,
.price-excluding-tax .price,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 500;
}
.checkout-cart-index .ajax-file-upload-container {
  display: block;
  margin: 10px 0;
  text-align: left;
}
.checkout-cart-index .ajax-file-upload-container .ajax-file-upload-filename,
.checkout-cart-index .ajax-file-upload-container .ajax-file-upload-green {
  height: 0;
  visibility: hidden;
}
.checkout-cart-index .ajax-file-upload-container .ajax-file-upload-statusbar {
  width: auto !important;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
}
.checkout-cart-index .ajax-file-upload-container .ajax-file-preview {
  max-width: 100px;
}
.checkout-index-index .slider-sections {
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout-index-index .slider-sections .hero-slider .slide .hero-banner-content {
  top: 50%;
}
.checkout-index-index .logo {
  display: block;
  margin: auto;
}
.checkout-index-index .logo img {
  margin: auto;
  width: 220px;
  height: auto;
}
.checkout-index-index .authentication-wrapper button.action {
  background-image: none;
  background: #69abab;
  border: 1px solid #cdcdcd;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  min-width: 180px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.checkout-index-index .authentication-wrapper button.action:focus,
.checkout-index-index .authentication-wrapper button.action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #69abab;
}
.checkout-index-index .authentication-wrapper button.action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.checkout-index-index .authentication-wrapper button.action.disabled,
.checkout-index-index .authentication-wrapper button.action[disabled],
fieldset[disabled] .checkout-index-index .authentication-wrapper button.action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-index-index .authentication-wrapper button.action:hover {
  text-decoration: none;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: #8e89d5 0 0 0 40px inset;
  box-shadow: #8e89d5 0 0 0 40px inset;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .authentication-wrapper button.action {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .checkout-index-index .authentication-wrapper button.action {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .checkout-index-index .authentication-wrapper button.action {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    line-height: 50px;
    min-width: 250px;
  }
}
.checkout-index-index .minicart-wrapper {
  position: relative;
  top: auto;
  right: auto;
}
.checkout-index-index .minicart-wrapper .action.showcart {
  background: #69abab;
  border: none;
}
.checkout-index-index .minicart-wrapper .action.showcart:hover {
  background: #8e89d5;
  text-decoration: underline;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #777e7e;
}
.checkout-index-index .opc-progress-bar-item._active::before {
  background: #8e89d5;
}
.checkout-index-index .opc-progress-bar-item._active > span::before {
  background: #8e89d5;
}
.checkout-index-index .opc-estimated-wrapper .estimated-block {
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #8e89d5;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #8e89d5;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .hero-slider .slide .hero-banner-content {
    transform: translateY(-50%) !important;
  }
  .checkout-index-index .logo {
    margin-top: 30px;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -90px;
  }
}
@media screen and (min-width: 768px) {
  .checkout-index-index .slider-sections .slide {
    min-height: 260px;
    max-height: 260px;
  }
  .checkout-index-index .logo {
    margin-top: 0;
  }
}
.account-nav .item.current a,
.account-nav .item.current strong {
  font-weight: 500;
  border-color: #8e89d5;
}
.account .column.main .block:not(.wigdet) .box-title > span {
  font-weight: 500;
}
body.account .hero-slider .slide .hero-banner-content {
  color: #ffffff;
}
@supports (display: flex) {
  display: flex;
  justify-content: center;
}
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a {
  background-image: none;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  color: #69abab;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 3px 3px 21px rgba(119, 126, 126, 0.3);
  min-width: 180px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 0.5s cubic-bezier(0.39, 0.5, 0.15, 1.36);
  margin: 10px;
}
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a:focus,
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #69abab;
}
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a.disabled,
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a[disabled],
fieldset[disabled] body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a:hover {
  text-decoration: none;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: #519090 0 0 0 40px inset;
  box-shadow: #519090 0 0 0 40px inset;
}
@media screen and (min-width: 768px) {
  body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}
@media screen and (min-width: 1440px) {
  body.account .hero-slider .slide .hero-banner-content .actions-toolbar .actions a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    line-height: 50px;
    min-width: 250px;
  }
}
@keyframes menu-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes menu-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1760px) {
  .scrolling-menu {
    right: calc(50% - 1680px / 2);
  }
  .scrolling-menu li > a {
    font-size: 1.8rem;
  }
  .scrolling-menu li.secondary {
    margin-top: 30px;
  }
  .scrolling-menu li.secondary > a {
    font-size: 1.6rem;
  }
  .scrolling-menu li.secondary:first-child {
    margin-top: 20px;
  }
}
