/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._ammenu-menu-wrapper.-desktop {
  background: #f4f4f4;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
  width: calc(100%/10);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
  width: calc(100%/9);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
  width: calc(100%/8);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
  width: calc(100%/7);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
  width: calc(100%/6);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
  width: calc(100%/5);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
  width: calc(100%/4);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
  width: calc(100%/3);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
  width: calc(100%/2);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
  width: calc(100%/1);
}
._ammenu-menu-wrapper.-desktop .ammenu-main-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1280px;
}
._ammenu-menu-wrapper.-desktop .ammenu-items {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 18px 15px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-auto {
  position: relative;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #ffffff;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  position: relative;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  text-decoration: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-submenu-container {
  opacity: 1;
  visibility: visible;
  transition: 75ms all;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
  width: 100%;
}
._ammenu-menu-wrapper.-desktop .ammenu-label {
  position: absolute;
  right: -20px;
  bottom: 80%;
  padding: 2px 3px;
  border-radius: 2px;
  font-size: 9px;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  position: absolute;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 75ms all;
  overflow-y: auto;
  margin-top: 15px;
  padding: 10px;
  max-height: 70vh;
  background-color: #ffffff;
  box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
  font-weight: normal;
  cursor: auto;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  display: flex;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  padding: 25px;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
  box-sizing: border-box;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
  max-width: 250px;
}
.ammenu-item.-auto ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  top: 100%;
}
.ammenu-item.-full ._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  flex-wrap: wrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
  display: inline-block;
  padding-right: 35px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
  color: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
  background: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
  padding-bottom: 10px;
  white-space: nowrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  transition: 0.1s all ease-in;
  width: 20px;
  height: 10px;
  background-size: auto;
  opacity: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
  opacity: 1;
  transform: translateX(5px);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
  display: inline-block;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 10px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
  transition: 0.1s all ease-in;
  position: absolute;
  top: -10px;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 10px 10px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
  white-space: normal;
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
  transform: rotate(45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
  transform: rotate(-45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
  transform: rotate(45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
  transform: rotate(-45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
  position: relative;
}
._ammenu-menu-wrapper.-mobile {
  transition: 0.3s all ease-in;
  z-index: 99999;
  width: 100%;
}
._ammenu-menu-wrapper.-mobile .header.links li {
  margin: 0;
  padding: 10px 0;
}
._ammenu-menu-wrapper.-mobile .header.links li > a {
  padding: 0;
  border-top: 0;
  color: inherit;
  font-weight: 600;
  font-size: 16px;
}
._ammenu-menu-wrapper.-mobile .header.links li > a:hover {
  color: #1787e0;
  text-decoration: none;
}
._ammenu-menu-wrapper.-mobile .ammenu-icon.-small {
  margin: 20px 10px;
  opacity: 1;
  transform: rotate(-90deg) translateX(-3px);
}
._ammenu-menu-wrapper.-mobile .ammenu-icon.-small:before,
._ammenu-menu-wrapper.-mobile .ammenu-icon.-small:after {
  width: 6px;
}
._ammenu-menu-wrapper.-mobile .ammenu-link.-main {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
}
._ammenu-menu-wrapper.-mobile .ammenu-link.-main > .ammenu-wrapper {
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
}
._ammenu-menu-wrapper.-mobile .ammenu-items {
  margin: 0;
  padding: 0;
}
._ammenu-menu-wrapper.-mobile .ammenu-item.-main {
  position: relative;
  margin: 0;
}
._ammenu-menu-wrapper.-mobile .ammenu-item.-child {
  padding: 0;
}
.-am-noscroll {
  overflow: hidden;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_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: 50%;
  }
}
.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;
  width: 50%;
}
/*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;
  }
}
/* mageplaza end blog style */
/**
 * 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_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    font-size: 20px !important;
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0s;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .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;
  }
  .abs-blocks-2columns:nth-child(even),
  .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;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .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,
  .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;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .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;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .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: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    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: #7d7d7d;
    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: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #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: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 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;
  }
  .ammenu-menu-toggle.-hamburger.-porto {
    margin: 20px 0 0 0;
  }
  .ammenu-menu-toggle.-hamburger.-porto ~ .minicart-wrapper {
    top: 16px;
    margin: 0;
  }
  .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: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: #7d7d7d;
    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: #7d7d7d;
  }
  .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: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 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 #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .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 #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  body.page-layout-1column .page-main {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 0px;
    max-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 .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
}
@media all and (min-width: 1024px), print {
  .ammenu-submenu-container[aria-selected='true'] ~ .ammenu-toggle .ammenu-icon:after,
  .ammenu-submenu-container[aria-selected='true'] ~ .ammenu-toggle .ammenu-icon:before {
    background-color: #1787e0;
  }
  .ammenu-submenu-container[aria-selected='true'] ~ .ammenu-link {
    color: #1787e0;
  }
  .ammenu-menu-close-btn {
    position: absolute;
    top: 25px;
    right: -34px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 15px;
    height: 15px;
    color: #6d6d6d;
    font-size: 20px;
    cursor: pointer;
  }
  .ammenu-menu-close-btn:before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDEuMTYzMTRMMTMuODM2NCAwTDcuNSA2LjMzNzI5TDEuMTYzNTcgMEwwIDEuMTYyNzFMNi4zMzcyOSA3LjVMMC4wMDA4NTcxNDMgMTMuODM3M0wxLjE2MzU3IDE1TDcuNSA4LjY2MzE0TDEzLjgzNjQgMTQuOTk5NkwxNC45OTgzIDEzLjgzNjlMOC42NjI3MSA3LjVMMTUgMS4xNjMxNFoiIGZpbGw9IiMzNDM0MzQiLz48L3N2Zz4=);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 15px;
    height: 15px;
  }
  .ammenu-menu-close-btn:hover {
    color: #000000;
  }
  .ammenu-menu-wrapper.-desktop {
    background: #f4f4f4;
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
    width: calc(100%/10);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
    width: calc(100%/9);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
    width: calc(100%/8);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
    width: calc(100%/7);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
    width: calc(100%/6);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
    width: calc(100%/5);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
    width: calc(100%/4);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
    width: calc(100%/3);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
    width: calc(100%/2);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
    width: calc(100%/1);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1280px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-items {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 18px 15px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-auto {
    position: relative;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #ffffff;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    position: relative;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
    text-decoration: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-submenu-container {
    opacity: 1;
    visibility: visible;
    transition: 75ms all;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
    width: 100%;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-label {
    position: absolute;
    right: -20px;
    bottom: 80%;
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 9px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
    position: absolute;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 75ms all;
    overflow-y: auto;
    margin-top: 15px;
    padding: 10px;
    max-height: 70vh;
    background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
    font-weight: normal;
    cursor: auto;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    display: flex;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    padding: 25px;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
    box-sizing: border-box;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 250px;
  }
  .ammenu-item.-auto .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    top: 100%;
  }
  .ammenu-item.-full .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
    display: inline-block;
    padding-right: 35px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
    background: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    transition: 0.1s all ease-in;
    width: 20px;
    height: 10px;
    background-size: auto;
    opacity: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
    opacity: 1;
    transform: translateX(5px);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
    display: inline-block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
    transition: 0.1s all ease-in;
    position: absolute;
    top: -10px;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
    white-space: normal;
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
    transform: rotate(45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
    transform: rotate(-45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
    position: relative;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow {
    margin: 10px 0;
    width: 14px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow.-small:hover {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:before {
    right: 0;
  }
  .ammenu-nav-sections {
    display: block;
  }
  .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;
  }
}
/* --- GLOBAL --- */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* --- HEADER --- */
.logo {
  max-width: 100%;
  float: none;
  margin: 0 !important;
}
.mgz-product-items .mgz-grid-item .product-item-info {
  border: none !important;
}
.header .logo {
  margin-top: 10px;
  background-image: url();
}
.fieldset > .field.required > .label:after {
  color: #7E7E88;
}
.logo img {
  width: 350px;
  height: auto;
}
.cms-home .logo img {
  content: url(/pub/media/logo/stores/1/Lyn-Oakes-Logo-White-560px.png);
}
.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) '' !important;
}
.price-final_price .price:after {
  content: " excluding VAT";
}
.nav-sections {
  margin-bottom: 0px;
}
.appear {
  transition: all 500ms;
  opacity: 1 !important;
}
#home-video {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  margin-top: -222px;
  justify-content: center;
  margin-bottom: 60px;
  background: url(/pub/media/images/Home-Hero.jpg) #000000;
  background-position: center;
  background-size: cover;
}
.narrow {
  max-width: 600px;
  margin: auto;
}
.normal {
  max-width: 1000px;
  margin: 50px auto;
}
.fullsize-image {
  overflow: hidden;
  position: relative;
}
.fullsize-image img {
  width: 100%;
  height: 100% !important;
  transition: all 200ms;
}
.gutter .pagebuilder-column-line {
  column-gap: 20px;
}
.fullsize-image:hover img {
  transform: scale(1.1);
  transition: all 200ms;
}
.fullsize-image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2em;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: #00366d9c;
  justify-content: center;
  display: flex;
  align-items: center;
}
.fullsize-image:hover figcaption {
  background: #bd580ab0;
}
.full-bleed.focus {
  padding: 20px 0px;
}
.full-bleed.focus h2,
.full-bleed.focus p {
  color: #fff;
}
.seasonal h3 {
  font-family: GillSansMT;
  text-transform: uppercase;
}
.icons {
  margin: 20px 0px;
}
.icons h3 {
  font-family: GillSansMT;
  text-transform: uppercase;
}
.icons img {
  max-width: 65% !important;
  text-align: center;
}
.seasonal .price-box {
  display: none;
}
.product-item-info:hover img {
  opacity: 0.8;
}
.focus.logos img {
  max-width: 50% !important;
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: 100% !important;
}
.made-simple-row {
  max-width: 60%;
  margin: 0 auto;
}
.slimline a {
  background-color: #022658;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: 'GillSansMT';
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 0.8em;
  padding: 5px 25px;
  border: 1px solid #fff;
  position: relative;
  transition: all 175ms;
}
.slimline a:hover {
  transition: all 175ms;
  background-color: #022169;
  color: #fff !important;
}
.slimline a span::after {
  content: '>';
  position: absolute;
  right: 7px;
  font-family: 'Cardo';
  transition: all 175ms;
}
.slimline a:hover span::after {
  content: '>';
  position: absolute;
  right: 4px;
  font-family: 'Cardo';
  color: #fff;
  transition: all 175ms;
}
.pagebuilder-button-primary {
  transition: all 150ms;
  background: #022169 !important;
  border-radius: 0px !important;
  border: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Cardo' !important;
  font-size: 1.8em;
  color: #fff !important;
  font-weight: 100;
  line-height: 1.1em;
}
.pagebuilder-button-primary a {
  color: #fff !important;
}
.home.button .pagebuilder-button-primary:hover {
  transition: all 150ms;
  background: #BD580A;
  border: 5px solid #db6d18;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Cardo';
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.1em;
}
.page-title-wrapper {
  text-align: center;
}
body.page-with-filter .page-title-wrapper {
  display: none;
}
.page-with-filter .column h1 {
  text-transform: uppercase;
}
.nav-sections,
.navigation {
  background: rgba(0, 0, 0, 0);
}
.navigation .level0 > .level-top,
.nav-sections ul.ui-menu li a {
  color: #000000;
  opacity: 0.5;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-width: 0;
  color: #000000;
  opacity: 1;
}
a.menu-link:hover {
  text-decoration: none;
}
.cms-home .navigation .level0 > .level-top,
.cms-home a.menu-link {
  color: #ffffff;
  opacity: 1;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  left: 10px;
}
a.menu-link {
  font-size: 20px;
}
.catalog-category-view .product-item-info {
  width: 100% !important;
}
.products-grid .product-item .product-item-details {
  margin: 0 40px;
}
.navigation .level0 {
  margin: 0 30px 0 0;
  top: 48px;
}
.alt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.panel {
  position: fixed;
  left: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
  z-index: 200;
  background-color: #000;
}
.accordion-header {
  cursor: pointer;
  text-align: left;
  margin-top: 30px;
}
.accordion-header::after {
  content: ' ';
  display: inline-block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  margin: 0px 0px 4px 12px;
  transition: all 200ms;
}
.accordion-header.opened::after {
  content: ' ';
  display: inline-block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  width: 10px;
  transform: rotate(-135deg);
  margin: 0px 0px 4px 12px;
  transition: all 200ms;
}
.accordion-content {
  display: none;
}
.page-header {
  border: none !important;
  z-index: 90;
}
.panel ul {
  padding-top: 200px;
}
.panel li {
  color: #fff;
  font-size: 1.2em;
}
.nav-sections ul.ui-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-sections-item-content > .navigation {
  min-width: 1280px;
  padding: 30px 20px;
}
.navigation ul {
  padding: 0;
}
.nav-sections ul.ui-menu li a {
  color: #fff;
}
.nav-sections ul.ui-menu a.logo {
  order: 1;
}
div.logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-home .lynoakes-logo img {
  filter: invert(100%);
}
.lynoakes-logo img {
  width: 250px;
}
.wide-spacing {
  text-align: center;
}
.dashedline {
  border-top: 2px dashed white;
  padding-top: 50px;
  max-width: 60%;
  margin: 30px auto 0px auto;
}
.wide-spacing p {
  letter-spacing: 2px;
  color: #a3d5ff !important;
  line-height: 34px;
  padding-bottom: 16px;
}
.wide-spacing p span {
  color: #fff;
  margin: 0px 10px;
}
.grey-square a {
  padding-top: 20px;
  display: inline-block;
  border-bottom: 1px solid black;
  text-decoration: none !important;
}
body.page-products .category-view {
  position: relative;
}
h2.mp-post-title {
  font-size: 16px;
}
.eapps-instagram-feed > a {
  display: none !important;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.minicart-wrapper {
  margin: 0 !important;
}
.minicart-wrapper .action.showcart:before {
  content: none !important;
}
.cms-home .cart-icon-hover:hover {
  fill: #022169 !important;
}
.user-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2em;
  width: fit-content;
  float: left;
  margin-top: 0px;
  margin-left: 70px;
}
.user-container svg {
  width: 22px;
}
.action.showcart {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.minicart-search {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.minicart-user {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.minicart-wrapper .action.showcart .counter.qty {
  border-radius: 50px;
  background: #022169;
  position: relative;
  left: -17px;
  bottom: 13px;
}
.minicart-wrapper .block-minicart:after {
  background: transparent !important;
}
.cms-home .minicart-wrapper .block-minicart {
  left: 0px;
  top: 40px;
}
.cms-home .content .mpinstagramfeed-container {
  display: none;
}
.cms-home .block-minicart .subtitle.empty {
  color: #cecece !important;
  font-weight: 100;
  font-size: 17px;
}
.minicart-wrapper .action.close:before {
  color: #ffff !important;
}
.minicart-wrapper .action.showcart:hover::before {
  color: #022169;
}
.block-search,
.page-layout-2columns-left .sidebar-additional {
  display: none;
}
.block-search .block-content input.input-text {
  font-family: 'Cardo', Calibri, 'Trebuchet MS', sans-serif !important;
}
input::placeholder {
  color: #000;
}
input::-ms-input-placeholder {
  color: #000;
}
.page-wrapper > .breadcrumbs,
.product-info-stock-sku {
  display: none;
}
.breadcrumbs a {
  font-size: 15px;
  font-family: 'Cardo';
  font-weight: 400;
}
/* ---- BODY ---- */
body {
  background: #f2f2f2;
}
.fotorama__stage__frame .fotorama__img {
  top: 38%;
}
.page-main {
  position: relative;
  margin-top: 10px;
}
.cms-home .page-main {
  position: relative;
  margin-top: 0;
}
.customer-account-login .login-container {
  width: 75%;
  margin: 0 auto;
}
.product-info-main .box-tocart .field.qty {
  padding-right: 0;
}
.action {
  text-transform: uppercase;
  font-family: "Cardo";
}
.action.primary {
  background: #022169;
  border: 1px solid #022169;
  font-weight: 400;
}
a.action.primary {
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Cardo";
  text-decoration: none;
  letter-spacing: 2px;
}
.filter-options-content input#amount {
  background: none;
  border: 0;
  font-family: 'Cardo';
  font-size: 16px;
  padding: 0px;
}
button {
  border-radius: 0;
}
.price-including-tax {
  display: none !important;
}
.catalog-product-view .product-info-main .price-excluding-tax .price {
  float: left;
  font-family: 'GillSansMt';
  font-weight: 400 !important;
  letter-spacing: 4px !important;
  font-size: 24px !important;
}
.price-including-tax + .price-excluding-tax:before {
  font-size: 16px;
  font-family: "GillSansMT";
  color: #a0a0a0;
}
.cms-home .product-item .price-box .price {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'GillSansMT';
  color: #022169;
}
.catalog-category-view .price-excluding-tax,
.catalog-product-view .upsell .price-excluding-tax,
.catalog-product-view .related .price-excluding-tax,
.cms-home .price-excluding-tax {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5px;
}
.mgz-btn,
.catalog-product-view .product-options-bottom .tocart span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "gillsansmt";
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px 15px;
}
.catalog-product-view .product-options-bottom .label span {
  margin: 10px 0;
  font-family: "gillsansmt";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.proud-to-supply-grid {
  width: 100%;
}
.product-info-main .box-tocart .action.tocart {
  padding: 14px 38px;
}
.product.data.items > .item.title > .switch,
.product.data.items > .item.content {
  border: 0;
}
.product.info.detailed {
  width: 100%;
  float: left;
  margin-right: 2%;
}
.cms-mailing-list .mailing-list-btn {
  background-color: #022169;
  color: white;
  padding: 8px 12px;
  border-radius: 0px;
  font-family: 'GillSansMT';
  font-size: 16px;
  letter-spacing: 2px;
}
.cms-mailing-list .mailing-list-form input[type=text],
.cms-mailing-list .mailing-list-form input[type=email] {
  background: transparent;
  height: 40px;
  border-color: #888888;
}
.catalog-product-view .fotorama__nav__shaft .fotorama__img,
.catalog-product-view .fotorama__nav__shaft .fotorama__nav__frame {
  width: auto !important;
}
.catalog-product-view .fotorama__nav__shaft .fotorama__nav__frame {
  height: 120px !important;
  padding: 0 !important;
}
.catalog-product-view .fotorama__nav__shaft .fotorama__thumb {
  display: flex;
  justify-content: center;
}
.catalog-product-view .minicart-items li.product-item {
  width: 100% !important;
}
.catalog-product-view .upsell #block-upsell-heading,
.catalog-product-view .related #block-related-heading {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'GillSansMt';
  color: #212121;
  font-weight: normal;
  letter-spacing: 4px;
}
.catalog-product-view .product-item .product-item-info,
.catalog-product-view .upsell .block-title {
  text-align: center !important;
}
.catalog-product-view .related .block-title {
  text-align: center !important;
}
.catalog-product-view .detailed .related {
  margin-top: 2em;
}
.page-products .product-item-info {
  margin: 0 auto !important;
  text-align: center !important;
}
.catalog-product-view ol.product-items {
  text-align: center;
}
.catalog-product-view .product-info-main .product-info-price span.price {
  font-family: 'Cardo';
  font-weight: 400;
  font-size: 18px;
  color: #022169;
}
.catalog-product-view .page-title-wrapper {
  text-align: left !important;
}
.catalog-product-view .product-items .product-item-info {
  margin: 0 auto !important;
}
.catalog-product-view .related .product-item-details .actions {
  display: none;
}
.catalog-product-view .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .page-layout-1column .product-info-main {
  width: 40%;
}
.catalog-product-view .product-info-main .base {
  text-align: start !important;
}
.catalog-product-view .products-grid .product-item {
  width: 22.6667%;
}
.table-wrapper {
  padding: 8px;
}
.checkout-cart-index .cart-empty {
  text-align: center;
}
.cart.table-wrapper .col.price {
  text-align: left;
}
.cart-container .checkout-methods-items .action.primary {
  text-transform: uppercase;
  font-family: gillsansmt;
  letter-spacing: 2px;
  font-size: 16px;
}
.cart.main.actions {
  padding: 0px 5px;
  font-family: gillsansmt;
}
.mpblog-post-view .main {
  padding: 0 !important;
}
.mpblog-post-view .col-xs-12 {
  width: auto;
}
.mpblog-post-index a.post-link-title {
  text-transform: uppercase;
}
.mpblog-post-view .post-list-content .col-xs-12 {
  float: none;
}
.post-item-wraper:hover {
  box-shadow: none !important;
}
.products-grid .product-item-name a.product-item-link,
.cms-home .mgz-grid-item .product-item-link {
  font-size: 20px;
}
.product-item-inner {
  display: none;
}
.page-products .toolbar .limiter {
  display: block;
  float: right;
}
.mpblog-post-index .page-layout-2columns-left .sidebar-main,
.mpblog-category-view .page-layout-2columns-left .sidebar-main,
.mpblog-post-view .page-layout-2columns-left .sidebar-main,
.mpblog-post-index .columns .sidebar-main,
.mp-footer {
  display: none;
}
.sidebar-main {
  padding: 0;
}
.mpblog-post-index .column.main,
.mpblog-category-view .column.main,
.mpblog-post-view .column.main {
  width: 100%;
  float: left;
}
.post-list-item.col-mp.post-item-grid.mp-6.mp-xs-12 {
  width: 33%;
}
.mp-blog-rss {
  text-align: right;
  display: none;
}
/* ---- FOOTER ---- */
.page-footer {
  background: #022169;
}
.page-footer,
.page-footer a {
  color: #ffffff;
}
.copyright-text {
  float: left;
}
.payment-logos {
  float: right;
  position: relative;
  bottom: 10px;
}
.block.newsletter,
ul.footer.links {
  display: none !important;
}
.footer.content .widget.block.block-static-block {
  width: 100%;
  float: left;
}
.footer.content .links {
  width: 100%;
}
.footer.content {
  border-top: 0;
  margin-top: 0;
}
.page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 8px !important;
  margin-bottom: -7px;
}
.mpinstagramfeed-container .mpinstagramfeed-photo:last-child {
  display: none;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  height: 15.75vw;
}
#banner-slider-carousel::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000000 100%);
}
/* ---- HOME PAGE ---- */
.cms-home .page-title-wrapper,
.panel.wrapper {
  display: none;
}
.carousel-container {
  position: relative;
  top: -5px;
  width: 100%;
  left: 0;
}
#banner-slider-carousel .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  opacity: 1;
  height: fit-content;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}
/* ---- HOME PAGE Promo Blocks ----*/
.blocks-promo {
  display: inline-block;
  margin-top: 100px;
}
.block-promo-funerals,
.block-promo-hotels,
.block-promo-journal {
  width: 46%;
  float: left;
  text-align: center;
}
.block-promo-bespoke {
  width: 50%;
  float: right;
  text-align: center;
}
.block-promo-hotels,
.block-promo-journal,
.block-promo-bespoke {
  margin-top: 80px;
}
.block-promo img {
  display: block;
  margin: 0 auto;
  width: 560px;
}
.sorter-label {
  text-transform: uppercase;
}
.sorter-options,
.toolbar select#limiter {
  background-color: #f2f2f2;
  font-family: 'cardo';
  font-size: 13px;
  border-color: #dcdcdc;
}
.sorter-options option {
  text-transform: uppercase;
}
.sorter-options option:focus {
  background-color: #022169;
  color: #fff;
}
.sorter-options:active {
  border: solid 1px #022169 ;
  border-radius: 5px;
}
.cms-home .page-main {
  padding: 0 !important;
}
.products-grid {
  background-color: #ffff;
  padding: 30px 0 30px !important;
}
.catalog-product-view .products-grid {
  background-color: #ffff;
}
.filter-subtitle {
  display: none;
}
.filter-title {
  display: none;
}
.toolbar-amount {
  display: none;
}
.sorter {
  float: left;
}
.toolbar-products {
  padding: 0;
  margin: 0;
}
.filter-current {
  display: none;
}
.filter-options-title {
  font-family: 'GillSansMt';
  letter-spacing: 4px;
  font-size: 1.6rem !important;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 100 !important;
}
.filter-options-content .items .item {
  margin-bottom: 1rem;
  font-size: 16px;
}
.filter-options-content .items .item a {
  color: #333;
}
/* ---- HOME PAGE for LUMA Blocks ---- 

.block-promo {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff !important;
}

.block-promo .content {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 25px 35px 35px;
}

.content {
  top: 0;
  left: 0;
  width: 80%;
}

.widget .block-promo img {
  max-width: none;
}
*/
/* ============================================ *
 * Mix in some bootstrap
 * ============================================ */
/* -------------------------------------------- */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
#home-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
body.cms-page-view #maincontent,
body.customer-account-login #maincontent {
  padding-top: 50px;
}
/* ------------------------------ MEDIA QUERIES ---------------------------------- */
@media (min-width: 768px) {
  .catalog-product-view .breadcrumbs {
    max-width: 100vw;
    display: inline-block;
    position: relative;
    background: white;
    padding: 10px;
    margin-top: 90px;
  }
  .breadcrumbs .items {
    position: relative;
    max-width: 1275px;
    margin: 0 auto;
    font-size: 15px;
  }
  .catalog-category-view .page-products .page-main {
    width: 100% !important;
    padding: 0px !important;
  }
  .page-products .products-grid .product-item {
    width: 31.2%;
  }
  .categorypath-online-shop .page-main {
    max-width: 80%;
  }
  .page-products .page-main {
    max-width: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main#maincontent .columns {
    position: relative;
    top: 75px;
  }
}
@media (min-width: 960px) {
  .catalog-product-view li.product .product-item-info {
    width: 100% !important;
  }
  .ammenu-nav-sections {
    z-index: 10;
    position: relative;
  }
  .page-products .page-main {
    max-width: 100%;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .page-products .page-main {
    max-width: 80%;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.page-wrapper {
  border: 30px solid #fff;
}
#banner-slider-carousel .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  opacity: 1;
  height: fit-content;
  font-family: 'GillSansMt';
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}
.carousel-container {
  position: relative;
  top: -200px;
  width: 100%;
  left: 0;
}
.cs-logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cs-header__user-nav {
  flex: 0 1 15%;
}
.cms-bespoke-inspiration .owl-theme .owl-dots {
  bottom: -13px;
}
.cms-bespoke-inspiration .owl-carousel .banner-item .content_slider .banner-title {
  font-size: 18px;
  text-align: end;
  text-transform: none;
}
.cms-bespoke-inspiration .owl-carousel .banner-item .content_slider {
  top: 77%;
  left: 82px;
}
.cs-logo__image {
  width: 350px;
  height: auto;
  margin: 20px 0;
}
.cms-home .cs-logo img {
  content: url(/pub/media/logo/stores/1/Lyn-Oakes-Logo-700px-White.png);
}
.cms-home a.cs-navigation__link.cs-navigation__link--main {
  color: #ffffff;
}
.cs-header-user-nav__label {
  display: none;
}
.cs-navigation__flyout {
  width: 100%;
  z-index: 9999;
}
a.cs-navigation__link.cs-navigation__link--main,
.cs-navigation__link,
.cs-navigation__link:visited,
.cs-navigation__item.active:not([data-category-identifier='all-categories']) > .cs-navigation__link {
  color: #000000;
}
.cs-header-user-nav__icon path {
  fill: #000000;
}
.cms-home .cs-header-user-nav__icon path {
  fill: #ffffff;
}
.cs-container--navigation {
  z-index: 9;
}
.cs-container--navigation .cs-container__inner {
  max-width: 100%;
  padding: 0 20px;
}
.cs-header__search {
  display: none;
}
.cs-header-user-nav__item--search {
  display: flex;
}
.cs-container--breadcrumbs {
  background: #ffffff;
  z-index: 9;
}
.cms-page-view .cs-container--breadcrumbs,
.catalog-category-view .cs-container--breadcrumbs,
.mpblog-post-index .cs-container--breadcrumbs,
.mpblog-post-view .cs-container--breadcrumbs,
.checkout-cart-index .cs-container--breadcrumbs {
  display: none;
}
.cs-container.cs-container--header {
  padding: 0 30px;
  z-index: 9999;
}
.cs-container.cs-container--accordion {
  width: 50em;
}
.cs-paragraph--mode-optimal {
  max-width: 50em;
}
.cs-container.cs-container--header .cs-container__inner {
  max-width: 100%;
}
a:visited,
.alink:visited {
  color: #022169;
}
.mp-post-info {
  font-family: "GillSansMT";
  letter-spacing: 1px;
  font-size: 13px !important;
  display: none;
}
.mpblog-post-view .mp-post-info {
  text-align: center;
  display: block;
}
.mp-post-info span:last-child,
.mp-post-info i {
  display: none !important;
}
.mp-blog-view {
  margin-top: -20px;
}
.cms-home .cs-container.cs-container--image-teaser {
  padding: 0 !important;
}
a.cs-image-teaser__slide-wrapper:hover,
.product-item-link:hover {
  text-decoration: none !important;
}
.cs-container--image-teaser-window-width .cs-image-teaser--items-in-row-1 .cs-image-teaser__slogan {
  margin-bottom: 30px;
}
.cs-aftersearch-nav .item a {
  font-size: 1.2em;
  color: #000000;
}
.cs-aftersearch-nav-range__currency {
  right: unset !important;
  left: 0.6em;
}
.cs-aftersearch-nav-range__input {
  padding: 0.75em 1.6em !important;
}
.cs-image-teaser__wrapper--content-under .cs-image-teaser__content {
  margin: 0rem 0 0;
}
.cs-image-teaser__cta-button {
  border-radius: 0;
}
.cs-image-teaser__cta-button:before {
  background: linear-gradient(100deg, transparent 0%, transparent 0%, #022169 0%, #022169 100%);
}
.cs-footer h3 {
  color: #ffffff;
  margin: 0 0 30px;
  font-family: "GillSansMT";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.cs-footer a {
  font-size: 14px;
  color: #ffffff !important;
  letter-spacing: 0.2px;
}
.cs-footer a:hover {
  color: #dedede;
  text-decoration: none;
}
.cs-footer p {
  font-size: 14px;
  line-height: 1.6;
}
.cs-footer ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.cs-footer ul > li {
  margin-bottom: 3px;
}
.cs-footer .social-icon,
.ammenu-nav-sections.-hamburger .links .social-icon {
  width: 22px;
  display: inline-block;
  margin-right: 12px;
}
.cs-page-bottom__group--payment {
  padding-left: 0;
}
.cs-page-bottom__text {
  font-size: 1.4rem;
}
.cs-page-bottom__group--payment:before {
  display: none;
}
.cs-page-bottom__logo {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}
.cs-container--page-bottom,
.cs-product-details__item {
  background: #f2f2f2;
}
.cs-buybox__product-name {
  margin: 10px 0 30px;
}
.cs-product-details__item--main {
  display: none;
}
.cs-image-teaser--items-in-row-2 .cs-image-teaser__slide {
  width: 44%;
  margin: 0 3%;
}
.cs-buybox {
  border-left: 0px solid #dcdcdc;
}
.product.attribute.overview {
  font-size: 15px;
  line-height: 1.5;
}
.cs-headline__title:before,
.cs-headline__title:after {
  height: 0;
}
.cs-headline__title {
  font-size: 32px !important;
  font-weight: 400 !important;
}
.page-title {
  font-family: 'Cardo';
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 2rem;
  padding-bottom: 0rem;
  font-size: 26px !important;
}
.mpblog-post-index .page-title,
.mpblog-post-view .page-title {
  text-align: center;
}
.mpblog-post-index #maincontent {
  z-index: 9;
}
.mpblog-post-index .page-title-wrapper {
  border-bottom: 1px solid #dcdcdc;
}
.mpblog-post-index.page-layout-2columns-left .column.main {
  width: 100% !important;
  float: left !important;
  -ms-flex-order: 1 !important;
  -webkit-order: 1 !important;
  order: 1 !important;
}
.mpblog-post-index.page-layout-2columns-left .sidebar-main {
  width: 100% !important;
  float: left !important;
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
  order: 2 !important;
}
.mpblog-post-index.page-layout-2columns-left .sidebar-main .list-post-tabs {
  display: none;
}
.mpblog-post-index.page-layout-2columns-left .sidebar-main .list-post-tabs:first-child {
  display: block;
}
.mp-sidebar.product.info.detailed,
.mp-sidebar.mpcss,
.sidebar.sidebar-additional,
.mp-blog-rss,
.mp-blog-icon,
.mp-info,
.mp-blog-traffic {
  display: none !important;
}
.catalog-category-view .page-title {
  margin: 0 0 10px;
}
.category-pdf-funeralwear-brochure-pdf .page-title-wrapper.cs-page-title.cs-page-title--page-category,
.category-book-an-appointment .page-title-wrapper.cs-page-title.cs-page-title--page-category {
  display: none;
}
.category-pdf-funeralwear-brochure-pdf #maincontent,
.category-book-an-appointment #maincontent,
.cms-contact #maincontent,
.checkout-cart-index #maincontent {
  top: 80px !important;
  padding-top: 0;
}
.fotorama--fullscreen {
  z-index: 9999 !important;
}
.checkout-cart-index .columns {
  margin-bottom: 50px;
}
.cs-button-component:before {
  border-radius: 0;
  background: linear-gradient(100deg, transparent 0%, transparent 15%, #022169 15%, #022169 100%);
}
.cs-button-component:after {
  background-color: #022169;
}
.cs-button-component,
.cs-button-component:visited {
  border-radius: 0;
}
.cs-button-component__span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "gillsansmt";
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: -1px;
}
.cs-buybox__product-name h1 {
  text-transform: uppercase;
  font-size: 28px !important;
  font-weight: 400;
  letter-spacing: 2px;
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-main,
.ammenu-menu-wrapper.-desktop .ammenu-link.-level1 {
  font-family: 'GillSansMt';
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 0px;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 3px !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
  max-width: none !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
  padding: 15px 15px 10px !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
  background-image: url('/images/right-arrow.svg') !important;
}
.cs-grid-layout__brick .cs-product-tile {
  border-radius: 0;
}
.cs-buybox__category {
  display: none;
}
.cs-buybox__category {
  border-radius: 0;
}
.cs-addtocart__button {
  border-radius: 0;
}
.cs-addtocart__button:before {
  border-radius: 0;
  background: linear-gradient(100deg, transparent 0%, transparent 0%, #142b9e 0%, #142b9e 100%);
}
.cs-addtocart__button:before,
.cs-addtocart__button:after {
  width: 0 !important;
}
.cs-buybox__addtocart-button svg {
  width: 26px;
  height: 19px;
  float: right;
}
.cs-addtocart__button-icon.st0 {
  fill: #ffffff;
}
.cs-addtocart__button-icon {
  transform: translate3d(0, -5%, 0);
}
.catalog-category-view .cs-addtocart__button-icon,
.catalog-category-view .cs-addtocart__button:before {
  display: none;
}
.catalog-category-view .cs-product-tile__addtocart-button svg:not(:root) {
  width: 0;
  height: 0;
}
.catalog-category-view .cs-addtocart__button:after {
  display: none;
}
.cs-page-category__products-wrapper {
  background: #ffffff;
}
.cs-buybox__addtocart-button svg:not(:root) {
  overflow: visible;
}
.cs-buybox__addtocart-button strong {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "gillsansmt";
  letter-spacing: 2px;
  font-weight: 400;
}
.cs-buybox__addtocart {
  margin-top: 30px;
  margin-bottom: 50px;
}
.cs-addtocart__wrapper {
  -webkit-clip-path: inset(0 0 0 0 round 0px);
  clip-path: inset(0 0 0 0 round 0px);
}
.catalog-category-view .cs-grid-layout:after,
.catalog-category-view .cs-grid-layout__brick:after {
  height: 0;
}
.catalog-category-view .page-title__headline {
  font-size: 26px !important;
  letter-spacing: 4px;
}
.catalog-category-view .page-title__span {
  color: #000000;
}
.cs-aftersearch-nav__filter-title {
  font-family: 'GillSansMt';
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 16px;
}
.page-layout-2columns-left .cs-page-category__main {
  width: calc(80%);
}
.page-layout-2columns-left .cs-page-category__sidebar {
  width: calc(20%);
  border-right: 2px solid #f0f0f0;
}
.page-layout-2columns-left .cs-page-category__columns {
  max-width: 80%;
}
.page.messages.cs-page-category__messages {
  max-width: 100% !important;
}
.cs-product-tile__addons-sides,
.cs-product-tile__addons-bottom {
  display: none;
}
.cs-product-tile--grid .cs-product-tile__addons {
  box-shadow: 0px 0px 0rem 0 rgba(33, 33, 33, 0.28) !important;
}
.cs-product-tile--grid .cs-product-tile__swatches {
  min-height: auto;
}
.cs-product-tile--grid .cs-product-tile__name {
  height: 5rem;
  margin: 0 auto 0.5rem;
}
.cs-product-tile--grid .cs-product-tile__details > .cs-product-tile__name {
  margin-top: 0.5rem;
}
.cs-product-tile__name {
  line-height: 2.4rem;
  font-size: 2rem;
  overflow: inherit;
  font-family: "Cardo";
  max-width: 80%;
}
.cs-product-tile__price .price-box .price {
  font-family: 'GillSansMt';
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
}
.cs-product-tile__price {
  height: 19px;
}
.cs-product-details__headline-title:before,
.cs-product-details__headline-title:after {
  display: none;
}
.cs-product-details__headline-title {
  font-weight: 400;
  display: block;
}
table.ly-imagetext {
  margin: 30px;
}
table.ly-imagetext > tbody > tr > td {
  vertical-align: middle;
}
h1 {
  font-size: 32px !important;
  font-family: 'GillSansMt';
  font-weight: 400;
  letter-spacing: 4px;
}
h2 {
  font-size: 32px;
  font-family: 'Cardo';
  font-weight: 400;
  letter-spacing: 0px;
}
h3 {
  font-size: 20px;
  font-family: 'Cardo';
  text-transform: none;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h4 {
  font-size: 20px;
  font-family: 'gill_sans_stdlight';
  font-weight: 400;
  text-transform: none;
}
.ammenu-item h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'GillSansMt';
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 12px;
  margin-bottom: 13px;
  color: #022169;
}
.ammenu-item .pagebuilder-column p {
  color: #000 !important;
}
.ammenu-item .pagebuilder-column a {
  color: #000 !important;
}
.ammenu-item .pagebuilder-column a.pagebuilder-button-primary,
.ammenu-item .pagebuilder-column a.pagebuilder-button-primary span {
  color: #fff !important;
}
.ammenu-item .pagebuilder-column a:hover {
  color: #022169 !important;
  text-decoration: none;
}
h5 {
  font-size: 18px;
  font-family: 'Cardo';
  font-weight: 400;
  text-transform: none;
}
h6 {
  font-size: 13px;
  font-family: 'Cardo';
}
body {
  font-family: 'Cardo';
  font-size: 15px;
  border-top: 0px solid #fff;
}
body.cms-home {
  font-family: 'Cardo';
  font-size: 15px;
}
.cs-headline__subtitle {
  font-size: 15px;
}
.cs-image-teaser__slogan {
  font-size: 24px;
  line-height: 1.6;
  font-family: "GillSansMT";
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4px;
}
.cs-image-teaser__description {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}
.cs-image-teaser__cta-button-span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "gillsansmt";
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: -1px;
}
.cs-image-teaser--items-in-row-4 .cs-image-teaser__wrapper--content-over .cs-image-teaser__content-wrapper {
  padding: 10.20%;
}
.cs-products-carousel__pagination-item--active,
.cs-image-teaser__pagination-item--active {
  background: #022169;
}
.text-box-square {
  max-width: 60%;
  margin: 12px auto;
}
.fotorama .fotorama__nav--dots .fotorama__nav__frame--dot.fotorama__active,
.fotorama .fotorama__nav--dots .fotorama__nav__frame--dot.fotorama__active:hover {
  background: #022169;
}
.cs-products-carousel__pagination-item,
.fotorama .fotorama__nav--dots .fotorama__nav__frame--dot {
  border-radius: 5px;
  background: #d2d2d3;
  width: 24px;
  height: 10px;
  transform: skew(0deg);
}
.cs-paragraph {
  column-rule: 0px solid #dcdcdc;
}
h2.tailoring-title {
  margin-top: 0;
}
.whyuseus table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 0 4% 0 0;
}
a {
  color: #022169;
}
.cms-page-view .columns .column.main {
  padding: 0;
}
.catalog-product-view .column.main {
  max-width: 1376px;
  margin: 0 auto;
}
.cms-lyn-oakes-timeline .cs-image-teaser--items-in-row-2 .cs-image-teaser__slide {
  margin: 0 0%;
}
.cms-lyn-oakes-timeline .cs-image-teaser__description {
  font-size: 28px !important;
}
.cms-lyn-oakes-timeline .cs-image-teaser {
  margin: 0 0 0.6rem !important;
}
span.excl-label {
  font-family: "GillSansMT";
  padding-left: 5px;
  color: #a0a0a0;
  position: relative;
  top: 1px;
}
.cs-buybox__price span.excl-label {
  font-size: 16px;
  position: relative;
  top: 8px;
}
#related span.excl-label #upsell span.excl-label {
  top: 0px;
}
.cs-buybox__price .price-box .price {
  font-family: 'GillSansMt';
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 24px;
}
.fotorama .fotorama__nav__frame--thumb.fotorama__active {
  border-color: #aaaaaa;
}
.fotorama .fotorama__nav__frame--thumb {
  border: 1px solid #f2f2f2;
  border-radius: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: #f2f2f2;
}
.cs-page-product__gallery {
  width: calc(60%);
  margin-top: 0;
  margin-right: -70px;
}
.fotorama__stage__frame .fotorama__img {
  top: 45%;
  -webkit-transform: translate3d(-45%, -50%, 0);
  -ms-transform: translate3d(-45%, -50%, 0);
  -o-transform: translate3d(-45%, -50%, 0);
  transform: translate3d(-45%, -50%, 0);
}
.fotorama .fotorama__stage {
  z-index: 9;
}
.cs-buybox__section {
  padding: 0;
  border-top: 0px solid #dcdcdc;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  z-index: 99;
}
.cs-page-product__buybox {
  z-index: 9;
}
.cs-container__inner,
.cs-container__reviews,
.messages {
  max-width: 1376px;
}
.footer .cs-container.cs-container--paragraph {
  padding-left: 0;
}
.cs-buybox__qty-wrapper {
  width: 25%;
}
.cs-qty-increment__button {
  border-radius: 0;
}
.cs-qty-increment__input {
  font-family: 'GillSansMT' !important;
}
.cs-buybox__reviews-summary {
  display: none;
}
.cs-qty-increment {
  height: 42px;
}
.cs-header-user-nav__qty-counter--minicart {
  background-color: #022169;
}
.cs-header-user-nav__qty-counter {
  transform: skew(0deg);
  border-radius: 18px;
}
.cs-header-user-nav__qty-counter-span {
  transform: skew(0deg);
}
.minicart-wrapper .block-minicart,
.cs-minicart__content {
  background: #ffffff;
}
#product-options-wrapper .field {
  width: 50%;
  float: left;
}
.customer-account-login .login .label {
  text-align: left !important;
}
#product-options-wrapper .field .label {
  margin: 10px 0;
  font-family: 'GillSansMT';
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.customer-account-login .actions-toolbar {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.actions-toolbar .secondary {
  float: left;
}
.login-container .block .block-title strong {
  font-weight: 600;
}
.login-container .block .block-title {
  border-bottom: 1px solid #cdcdcd !important;
}
.customer-account-login .block-new-customer .block-content p {
  display: none;
}
.customer-account-login .action.primary {
  font-family: 'Cardo';
}
.customer-account-login .fieldset .field .input-text {
  background-color: #e8f0fe !important;
  border-radius: 3px;
}
.customer-account-login .primary .action {
  padding: 12.5px 32px;
  border-radius: 3px;
}
.customer-account-login .actions-toolbar .action span,
.customer-account-login .actions-toolbar .primary span {
  font-weight: bold;
}
.customer-account-login .login-container .fieldset:after {
  display: none;
}
.field.required > .label:after,
.field._required > .label:after {
  color: #777777;
}
#product-options-wrapper .field .control select {
  width: 94%;
  height: 42px;
  border: 0;
  font-family: 'Cardo';
  font-size: 14px;
  letter-spacing: 0.5px;
}
.product-options-bottom {
  display: inline-block;
  width: 100%;
}
.product-accordion.data.items > .item.title {
  font-family: 'GillSansMT';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-accordion.data.items > .item.title > .switch {
  border-top: 1px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  border-bottom: 1px solid #f2f2f2;
  border-left: 0px solid #d1d1d1;
  background: #f2f2f2;
  padding: 5px 20px 0px 20px;
  font-weight: 400 !important;
  font-size: 14px;
}
.catalog-product-view .table:not(.totals):not(.table-totals) tbody td,
.catalog-product-view .cs-buybox {
  font-size: 14px !important;
}
.product-accordion.data.items > .item.content {
  border: 0px solid #d1d1d1;
  background: #f2f2f2;
}
.product-accordion.data.items > .item.title:not(.disabled) > .switch:active,
.product-accordion.data.items > .item.title.active > .switch,
.product-accordion.data.items > .item.title.active > .switch:focus,
.product-accordion.data.items > .item.title.active > .switch:hover {
  background: #f2f2f2;
}
.product-accordion.data.items > .item.title:not(.disabled) > .switch:focus,
.product-accordion.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #f2f2f2;
}
.product-accordion.data.items .item.title a:after {
  font-size: 44px;
}
.product-accordion.data.items {
  margin-left: 0;
  margin-right: 0;
}
.product-accordion.data.items > .item.title {
  font-family: 'GillSansMT';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.show {
  display: block;
  height: 100% !important;
  opacity: 1 !important;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  width: 100%;
}
#search-hero {
  overflow: hidden;
  height: 0;
  position: fixed;
  width: 100%;
  background: #040433f0;
  z-index: 200;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#search_autocomplete {
  max-width: 962px;
}
.close-search {
  background-image: url('/images/close-search.png');
  background-repeat: no-repeat;
  float: right;
  width: 50px;
  height: 50px;
  z-index: 500;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 2%;
  background-size: 75%;
  background-position: center;
}
.cs-header-search {
  margin: auto;
  padding-top: 10%;
}
.minicart-wrapper .block-minicart:after {
  background: #ffffff;
}
.ammenu-nav-sections,
.ammenu-menu-wrapper.-desktop {
  background: transparent !important;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  text-transform: uppercase;
  font-family: gillsansmt;
  letter-spacing: 2px;
  font-size: 16px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-family: gillsansmt;
  font-size: 16px;
}
.header.content {
  max-width: 95%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  /* flex: 1; */
  position: relative;
  margin: 0px auto;
  width: 100%;
}
.header__column {
  width: 33%;
  text-align: center;
}
.burger-number {
  float: right;
  position: relative;
  color: #fff;
}
.burger-number-mobile {
  display: none;
}
.ammenu-nav-sections {
  background: #022169 !important;
}
body.cms-home .ammenu-nav-sections {
  background: none !important;
}
.burger-number a {
  color: #000000;
  text-decoration: none !important;
  font-family: 'GillSansMT';
  font-size: 18px;
  font-weight: 400 !important;
}
nav.ammenu-main-container .ammenu-items .ammenu-link {
  font-size: 17px;
}
.burger-number a {
  display: block;
  text-align: right;
  font-family: 'Cardo', Georgia;
  font-size: 16px;
  padding: 1px 0px 1px 0px;
  color: #000 !important;
  letter-spacing: 0px;
}
.cms-home .burger-number a {
  filter: invert(1);
}
.burger-number a:first-child,
.burger-number a:nth-child(2) {
  display: inline;
}
.burger-number a:last-child {
  font-size: 24.5px;
}
body.cms-home #maincontent .columns {
  top: 0;
}
.side-menu-toggle.-hamburger {
  color: #ffffff;
}
.side-menu-toggle.-hamburger {
  color: #000000;
}
.side-menu-toggle .ammenu-icon {
  border-bottom: 3px solid !important;
}
.cms-home .side-menu-toggle .ammenu-icon {
  border-color: white !important;
}
.side-menu-toggle .-sticky .ammenu-icon {
  border-color: #fff !important;
}
.cms.home .side-menu-toggle .ammenu-icon {
  border-color: #fff !important;
}
.cs-dashboard__login-section:nth-child(2n + 1) {
  border-right: 0px solid #dcdcdc;
}
.ammenu-nav-sections.-hamburger .links {
  padding: 10px 50px !important;
}
.ammenu-nav-sections.-hamburger .links h2 {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
}
.ammenu-nav-sections.-hamburger {
  background: rgba(2, 33, 105, 0.8) !important;
  z-index: 99999 !important;
}
.ammenu-nav-sections.-hamburger .header.links li {
  color: #ffffff;
  padding: 8px 0 !important;
}
.ammenu-nav-sections.-hamburger .header.links li > a {
  color: #ffffff !important;
  font-weight: 400;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  color: #808080 !important;
}
.ammenu-menu-wrapper .ammenu-items .ammenu-item.current > .ammenu-link {
  color: #000000 !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  text-align: center;
}
.ammenu-menu-wrapper.-desktop .ammenu-items {
  display: flex !important;
  justify-content: center;
  column-gap: 18px;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
  text-align: left;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background: transparent !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  background-color: #f2f2f2 !important;
  padding: 10px 20px !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container .ammenu-link {
  color: #000000 !important;
}
li.ammenu-wrapper.category-item.nav-1-14 a span {
  color: red !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
.ammenu-items .current > .ammenu-wrapper {
  color: #022169 !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  max-width: 100% !important;
}
.ammenu-menu-welcome {
  display: none;
}
.ammenu-menu-wrapper.-hamburger {
  padding: 30px;
}
.ammenu-menu-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.ammenu-nav-sections .ammenu-menu-header {
  display: none;
}
.ammenu-menu-wrapper.-hamburger .ammenu-link.-main {
  text-transform: none;
  font-weight: normal;
}
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:after {
  background-color: #ffffff;
}
.ammenu-menu-close-btn {
  top: 32px !important;
  right: -64px !important;
  width: 40px !important;
  height: 40px !important;
}
.ammenu-menu-close-btn:before {
  background-image: url(/images/close.svg) !important;
  width: 16px !important;
  height: 16px !important;
}
.cs-addtocart__button svg {
  display: none;
}
.cms-home .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  color: #ffffff !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  color: #ffffff !important;
  padding-bottom: 4px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link:hover {
  color: #ffffff !important;
  padding-bottom: 4px;
  border-bottom: 1px #fff solid;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  font-family: "GillSansMT";
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}
span.ammenu-menu-toggle.-hamburger.-active {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  font-family: 'Cardo', Georgia;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.cms-home .cs-image-teaser--items-in-row-4 .cs-image-teaser__slide {
  width: 22%;
  margin: 0 1.25%;
}
.cs-addtocart__button-label {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "gillsansmt";
  letter-spacing: 2px;
  font-weight: 400;
  padding-right: 0;
}
.whowesupply-container {
  padding: 20px 20px 50px;
  margin: 30px 0 60px 0;
  background: url(/pub/media/images/Lyn-Oakes-Home-Page-Hotel-Banner-BG.jpg) #022169;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.whowesupply-container h2 {
  color: #ffffff;
}
.whowesupply-container table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px;
}
.whowesupply-container .button {
  background: #022169;
  width: fit-content;
  margin: 20px auto;
  padding: 12px 20px;
}
.whowesupply-container .cs-image-teaser__cta-button-span a {
  color: #ffffff !important;
}
.whowesupply-container .cs-image-teaser__cta-button-span a:hover {
  text-decoration: none;
}
section.ammenu-menu-wrapper.-desktop.-sticky {
  background-color: #022169 !important;
}
.side-menu-toggle.-hamburger.-sticky {
  position: fixed;
  z-index: 9;
  top: 0px;
  color: #fff;
  left: 0px;
  background: #052169e0;
  width: 100%;
  padding: 14px 14px 14px 35px;
  transition: all 150ms;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container ul {
  margin: 0 !important;
  padding: 0 !important;
}
.ui-slider-horizontal .ui-slider-handle {
  background: #022169 !important;
}
.cs-aftersearch-nav-range__apply:hover:not([disabled]),
.cs-aftersearch-nav-range__apply:focus:not([disabled]),
.cs-aftersearch-nav-range__apply:active:not([disabled]) {
  border: 1px solid #022169 !important;
  background-color: #022169 !important;
}
.cs-aftersearch-nav-range__apply,
.cs-aftersearch-nav-range__apply:visited {
  border-radius: 0 !important;
}
html {
  background: #f2f2f2;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 span {
  border-bottom: 0px solid #022169;
  color: #022169;
  padding-bottom: 0px;
}
.paragraph-two-columns {
  display: inline-block;
  width: 100%;
}
.header-telephone {
  display: block;
  position: absolute;
  left: 50px;
  top: 60px;
}
.header-telephone a {
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  font-family: "GillSansMT";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cms-home .header-telephone a {
  color: #ffffff;
}
/* ---- Video BG Start ---- */
#home-video {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  background: url(/pub/media/images/Home-Hero.jpg) #000000;
  background-position: center;
  background-size: cover;
}
ul.header.links {
  display: none;
}
.-opened ul.header.links {
  display: block;
}
#home-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .3;
  background-image: -webkit-linear-gradient(269deg, #000000, transparent 37%);
  background-image: linear-gradient(-179deg, #000000, transparent 37%);
}
#home-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#home-video .text {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 64%;
  padding-top: 0;
}
.cms-home .cs-container.cs-container--static-block {
  padding: 0;
}
#home-video h2 {
  color: #ffffff;
  font-size: 100px;
  font-family: 'Cardo';
  font-weight: 100;
  text-align: left;
  text-transform: none;
}
#home-video a {
  font-size: 16px;
  float: right;
  text-transform: uppercase;
  font-family: "gillsansmt";
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid white;
  transition: all 200ms;
  padding: 10px 15px;
}
#home-video a:hover {
  font-size: 16px;
  float: right;
  text-transform: uppercase;
  font-family: "gillsansmt";
  color: #022169 !important;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid white;
  padding: 10px 15px;
  background: #fff;
  transition: all 200ms;
}
.cs-image-teaser {
  margin: 0 0 60px;
}
/* ---- Video BG END ---- */
#mc_embed_signup {
  background: #f2f2f2 !important;
  margin: 0 auto 50px;
}
#mc_embed_signup .mc-field-group label,
#mc_embed_signup .indicates-required {
  font-family: 'Cardo';
}
#mc_embed_signup .button {
  background-color: #022169 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-family: "gillsansmt" !important;
  letter-spacing: 2px !important;
  font-weight: 400 !important;
  height: 42px !important;
  line-height: 44px !important;
}
#mc_embed_signup .button:hover {
  background-color: #022169 !important;
}
#mc_embed_signup .mc-field-group input {
  padding: 12.5px 0 !important;
}
#mc_embed_signup input {
  border: 1px solid #ABB0B2 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #f2f2f2 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: #f2f2f2 !important;
}
.simple-button {
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  font-family: "gillsansmt";
  color: #022169 !important;
  letter-spacing: 2px;
}
.mp-footer {
  display: none !important;
}
ul.cs-tile-gallery {
  display: none !important;
}
.cs-product-tile__image img.hover {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 150ms;
}
.cs-product-tile__image:hover img.hover {
  opacity: 1;
  transition: all 150ms;
}
a.cs-product-tile__name-link.product-item-link {
  color: #212121 !important;
}
li.cs-product-tile__badge-item.cs-dailydeal__badge--discount,
.cs-page-product__badge--discount {
  display: none;
}
.cs-product-tile--grid .cs-product-tile__price .price-box .old-price .price {
  margin-right: 0;
}
.cs-product-tile--grid .cs-product-tile__price .price-box .old-price {
  order: -1;
  margin-right: 10px;
}
.products-grid .product-item .price-box .price {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'GillSansMT';
  color: #022169;
}
.product-grid .old-price {
  display: none;
}
.cs-buybox__price .price-box .old-price .price {
  margin-top: 10px;
}
.cs-buybox__price .price-box .special-price .price {
  font-size: 23px;
}
.catalog-product-view .special-price {
  margin-top: 10px;
}
.old-price .excl-label {
  text-decoration: none;
}
.cs-container--footer {
  z-index: 9999;
}
.cms-contact .cs-paragraph--mode-optimal {
  -moz-column-count: 2;
  column-count: 2;
}
strong.limiter-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #808080;
  margin-right: 10px;
}
select#limiter {
  background: #f2f2f2;
  height: 36px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-right: 10px;
}
span.limiter-text {
  font-size: 12px;
  color: #808080;
}
.pager {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pager span.toolbar-number {
  display: inline-block;
}
.toolbar-amount {
  text-transform: uppercase;
  font-size: 12px;
  color: #808080;
  font-weight: 700;
}
.cs-minicart__button-checkout-span,
.cs-minicart__button-viewcart-span,
.cs-cart-summary__to-checkout-button-span,
.cs-checkout__sidebar-button-span,
.cs-checkout__place-order-button-span {
  padding-right: 3em;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "gillsansmt";
  letter-spacing: 2px;
  font-weight: 400;
}
.cs-minicart__button-viewcart,
.cs-minicart__button-viewcart:visited,
.cs-checkout__sidebar-button,
.cs-checkout__place-order-button,
.cs-checkout__place-order-button:visited,
.cs-minicart__button-checkout,
.cs-minicart__button-checkout:visited,
.cs-cart-summary__to-checkout-button,
.cs-cart-summary__to-checkout-button:visited {
  border-radius: 0;
}
.cs-minicart__button-checkout:before,
.cs-checkout__sidebar-button:before,
.cs-checkout__place-order-button:before,
.cs-cart-summary__to-checkout-button:before {
  background: linear-gradient(100deg, transparent 0%, transparent 0%, #022169 0%, #022169 100%);
}
.cs-minicart__button-checkout:after,
.cs-checkout__sidebar-button:after,
.cs-checkout__place-order-button:after,
.cs-cart-summary__to-checkout-button:after {
  background-color: #022169;
}
.cs-page-success__subheadline {
  font-family: 'Cardo';
}
.cs-page-success__button,
.cs-page-success__button:visited {
  border-radius: 0;
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-family: 'GillSansMT';
}
.cs-page-success__button-span {
  padding-right: 3em;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}
.cs-minicart__button-viewcart:hover:not([disabled]),
.cs-minicart__button-viewcart:focus:not([disabled]),
.cs-minicart__button-viewcart:active:not([disabled]),
.cs-page-success__button:hover:not([disabled]),
.cs-page-success__button:focus:not([disabled]),
.cs-page-success__button:active:not([disabled]) {
  border: 1px solid #022169;
  background-color: #022169;
}
.cs-cart-item__name a {
  font-family: 'GillSansMT';
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cs-cart-item__options,
.table .price-excluding-tax,
.table .price-including-tax,
.table .items-qty,
.table .product-item-name {
  font-family: "gill_sans_stdlight";
  font-size: 14px;
  letter-spacing: 0.5px;
}
.cs-cart-summary__title,
.cs-checkout .opc-block-summary > .title,
.cs-checkout .opc-wrapper .step-title,
.cs-checkout .opc-wrapper .step-title,
.cs-checkout .opc-wrapper .block-title {
  font-family: 'GillSansMT';
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 2px;
}
.cs-checkout .action-edit span,
.cs-checkout .action.viewcart span {
  font-family: 'GillSansMT';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.cs-cart-table__head-col {
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'GillSansMT';
  font-size: 14px !important;
  letter-spacing: 2px;
}
.cs-checkout__progress-bar {
  display: none;
}
.checkout-index-index .cs-logo__image {
  position: relative;
  top: 30px;
}
.checkout-index-index {
  top: 100px;
}
.category-image img.image {
  object-fit: cover;
  width: 100%;
}
.cs-header__content {
  height: 14rem;
}
.page-footer {
  display: none !important;
}
.border-top-grey {
  border-top: solid 2px grey !important;
}
@media screen and (min-width: 501px) and (max-width: 1100px) {
  .page-header {
    min-height: 4em;
  }
}
/* ------------------------------------------------------------- Dheep's Footer Start ----------------------------------------------- */
.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #ffffff;
  background-color: #022169;
}
.footer > * {
  flex: 1 100%;
}
.footer a {
  line-height: -3px;
  color: white !important;
}
.nav__title {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer-social {
  width: 25px;
  margin-top: 10px;
  margin-right: 7px;
}
.footer a {
  text-decoration: none;
}
.footer__nav {
  display: flex;
  flex-flow: row wrap;
}
.footer__nav .nav__item:last-child .nav__ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__nav .nav__item:last-child .nav__ul li {
  width: 50%;
  text-align: center;
}
.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}
.nav__ul a {
  color: #fff;
}
@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}
@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  .nav__item--extra {
    flex-grow: 2;
  }
  .footer__addr {
    flex: 1 0px;
  }
  .footer__nav {
    flex: 2 0px;
  }
}
/* ------------------------------------------------------------- Dheep's Footer End ----------------------------------------------- */
/* ---- Resposivness ---- */
@media (max-width: 1600px) {
  #home-video h2 {
    font-size: 120px;
  }
}
.ammenu-drill-btn:before {
  margin: 0 30px 0 5px;
}
.ammenu-drill-btn {
  background: #022169;
  transform: translateX(150%);
  font-family: 'GillSansMT';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.ammenu-drill-btn:not(.primary):hover,
.ammenu-drill-btn:not(.primary):focus,
.ammenu-drill-btn:not(.primary):active {
  background: #022169;
  color: #fff;
}
.ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-link {
  font-family: 'Cardo';
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 1100px) {
  .ammenu-nav-sections.nav-sections {
    transition: 0.3s all ease-in;
    position: fixed;
    top: 0;
    z-index: 99999;
    overflow: auto;
    max-width: 300px;
    width: 100%;
    height: 100vh;
  }
  .ammenu-icon::after,
  .ammenu-icon::before {
    background-color: #022169 !important;
  }
  .ammenu-menu-wrapper .ammenu-arrow:before,
  .ammenu-menu-wrapper .ammenu-arrow:after {
    background-color: #022169 !important;
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    margin: 0 9vw;
  }
  .header .logo {
    display: flex;
  }
  .mpblog-post-view .post-view-image {
    margin: 0px 22%;
  }
}
@media (max-width: 1140px) {
  .ammenu-menu-wrapper.-desktop {
    display: none;
  }
}
@media (max-width: 1400px) {
  .page-layout-2columns-left .cs-page-category__columns,
  .catalog-product-view .cs-page-category__columns {
    max-width: 100%;
    padding: 0px 20px;
  }
  .cs-product-tile__name {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
  #home-video h2 {
    font-size: 90px;
  }
  .cs-logo__image {
    width: 280px;
  }
  .catalog-product-view #maincontent,
  .cms-page-view #maincontent {
    top: 0px;
  }
}
.ammenu-categories-container > ul > li {
  padding: 10px 0px 10px 0px;
}
.header.content > .minicart-wrapper {
  display: none;
}
.minicart-wrapper .block-minicart {
  left: 0px !important;
}
.minicart-wrapper .block-minicart:before {
  left: 7px !important;
}
.minicart-wrapper .block-minicart:after {
  left: 7px !important;
}
@media (max-width: 1280px) {
  .cs-logo__image {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  #home-video {
    margin-top: -232px;
  }
}
@media (max-width: 1024px) {
  .burger-number {
    display: none !important;
  }
  .burger-number-mobile {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 18px;
  }
  .cms-home .burger-number-mobile a {
    color: #fff !important;
  }
  .header.content {
    align-items: end;
  }
  .user-container {
    margin-left: 0px;
  }
  .side-menu {
    display: none !important;
  }
  .page-wrapper {
    border: 20px solid #fff;
  }
  .cms-home .page-wrapper {
    border-top: 0px;
  }
  #home-video .text {
    max-width: 72%;
  }
  .cs-image-teaser--items-in-row-4 .cs-image-teaser__description {
    font-size: 2.2em;
  }
  .cs-image-teaser__slogan {
    font-size: 20px;
  }
  .cs-image-teaser__description {
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  .cs-image-teaser__cta-button-span {
    font-size: 13px;
  }
  .cs-paragraph {
    margin: 0 0 2rem;
  }
  .ammenu-nav-sections.-hamburger .links {
    padding: 10px 25px !important;
  }
  .ammenu-nav-sections.nav-sections .header.links {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    font-size: 14px;
  }
  section.ammenu-menu-wrapper.-desktop.-sticky {
    display: none !important;
  }
  .cs-image-teaser--items-in-row-4 .cs-image-teaser__description {
    font-size: 2.6em;
  }
  .whowesupply-container table > tbody > tr > td {
    width: 30% !important;
    display: inline-block;
  }
  .cms-home .cs-paragraph--cols-2 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .cs-aftersearch-nav-range__fields {
    display: inline-block;
  }
  .cms-page-view #maincontent {
    top: 0;
  }
  .cs-page-product__gallery {
    width: calc(56%);
  }
  .cs-page-product__buybox {
    width: 46%;
  }
  .ammenu-nav-sections.nav-sections.-accordion.-opened {
    left: 0;
    z-index: 99999 !important;
    max-height: 100vh;
  }
  .ammenu-nav-sections .ammenu-tabs-container {
    background: #ffffff;
  }
  .ammenu-item > .ammenu-wrapper {
    padding: 10px 0;
  }
  .ammenu-nav-sections.-hamburger {
    top: 250px;
    max-height: 66vh;
    display: none;
  }
  .cs-header__offcanvas-toggle {
    display: none;
  }
  .ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before,
  .ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:after {
    background-color: #022169 !important;
  }
  .ammenu-menu-wrapper .ammenu-link.-main:before {
    display: none !important;
  }
  .ammenu-nav-sections.-hamburger .links h2 {
    margin: 5px 0;
  }
  .ammenu-nav-sections.-hamburger .header.links li {
    padding: 4px 0 !important;
  }
  .ammenu-nav-sections .ammenu-link,
  .ammenu-nav-sections .ammenu-link.-main {
    color: #022169 !important;
  }
  .ammenu-menu-wrapper.-mobile .ammenu-link.-level1 {
    font-family: 'GillSansMt';
    letter-spacing: 2px;
    font-size: 14px;
  }
  .contact-page {
    display: flex;
    column-gap: 5%;
    padding: 10px;
    max-width: 85%;
    margin: 20px auto;
    flex-direction: column;
  }
  .contact-aux,
  .contact-form {
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  #home-video {
    margin-top: -172px;
  }
  .header.links {
    margin: 15px 30px;
  }
  .cs-image-teaser__slogan {
    font-size: 1.7rem;
  }
}
@media (max-width: 800px) {
  .cs-header__content {
    position: relative;
  }
  .cs-container--image-teaser-window-width .cs-image-teaser--items-in-row-1 .cs-image-teaser__slogan {
    margin-bottom: 10px;
  }
  .cs-image-teaser__slogan {
    font-size: 16px;
  }
  .cs-image-teaser__description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .category-online-shop #narrow-by-list .filter-options-content {
    columns: 2;
  }
  .catalog-product-view .block.upsell,
  .catalog-product-view .related .block-content {
    width: 90%;
    margin: 0 auto;
  }
  .catalog-product-view .products-grid .product-item {
    width: 48%;
  }
  .cs-logo__image {
    width: auto !important;
    margin: 30px 0;
  }
  .cs-aftersearch-nav__filter-title {
    letter-spacing: 2px;
    font-size: 13px;
  }
  .cs-aftersearch-nav-range__fields {
    display: block;
  }
  .catalog-category-view #maincontent {
    top: 50px;
  }
  .ammenu-menu-toggle {
    margin: 0 !important;
    padding: 20px 10px;
    top: -9px;
    left: 19px;
  }
  #home-video h2 {
    font-size: 58px;
    line-height: 75px;
  }
  .cs-page-product__gallery {
    width: 100%;
    margin-right: 0;
  }
  .cs-page-product__buybox {
    width: 100%;
  }
  #home-video {
    margin-top: -222px;
  }
  .fotorama__stage__shaft.fotorama__grab {
    max-width: unset !important;
    width: 100% !important;
  }
  .cs-header__content {
    height: 12rem;
  }
  .header.links {
    margin: 0;
  }
  .cs-header-user-nav__item {
    height: 60px;
  }
  .catalog-category-view .page-title__headline,
  .catalog-category-view .page-title__span {
    font-size: 22px !important;
  }
  .cs-aftersearch-nav__filter-title {
    margin-top: 5px;
  }
  .cs-container.cs-container--header {
    padding: 0 10px;
  }
  .page-layout-2columns-left .cs-page-category__columns,
  .catalog-product-view .cs-page-category__columns {
    padding: 0px;
  }
  .catalog-category-view .page-title {
    margin: 0;
  }
  .header-telephone {
    left: 60px;
    top: 23px;
  }
}
@media (max-width: 1024px) {
  .burger-number {
    display: none;
  }
}
/* ---- Mobile ---- */
@media (max-width: 767px) {
  .cs-footer__content {
    padding: 30px;
  }
  .cs-footer__section {
    width: 50%;
    float: left;
    min-height: 275px;
  }
  .hotel-grid {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .cms-contact iframe {
    width: 100%;
  }
  .cs-container--image-teaser-window-width .cs-image-teaser--items-in-row-1 .cs-image-teaser__slogan {
    margin-bottom: 0;
  }
  #mc_embed_signup {
    width: 96% !important;
  }
  #home-video {
    background: url(/pub/media/images/Home-Hero-Mobile.jpg) #000000;
    margin-top: -120px;
  }
}
.fotorama__nav--dots {
  margin-top: 20px !important;
}
.contact-page {
  display: flex;
  column-gap: 5%;
  padding: 20px;
  max-width: 80%;
  margin: 50px auto;
}
.contact-aux,
.contact-form {
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  min-width: auto;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: auto;
}
@media (max-width: 500px) {
  .header .block-search .close-search {
    width: 30px;
    height: 30px;
  }
  .minicart-search,
  .minicart-user,
  .action.showcart {
    height: 25px;
    width: 25px;
  }
  .header.content {
    top: 1em;
  }
  .user-container {
    gap: 3.5vw;
  }
  .page-wrapper {
    border: 0px solid #fff;
  }
  .page-header {
    border: none !important;
    margin-top: 20px;
  }
  .cms-home .page-header {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .page-main {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pager {
    margin-left: 15px;
  }
  #home-video .text {
    margin-top: 5em;
  }
  .cs-offcanvas--side_left .cs-offcanvas__drawer,
  .cs-offcanvas__overlay {
    top: 65px;
  }
  .cs-footer__section {
    width: 100%;
    min-height: unset;
    margin-bottom: 20px;
  }
  .cs-footer h3 {
    margin: 0 0 15px;
  }
  table.ly-imagetext > tbody > tr > td {
    width: 100% !important;
    float: left;
  }
  .header.links {
    margin: 10px -15px 0px 0;
  }
  .cs-image-teaser__pagination-item {
    border-radius: 0;
    background: #dcdcdc;
    transform: skew(0deg);
  }
  .cs-products-carousel__pagination-item--active,
  .cs-image-teaser__pagination-item--active {
    background: #022169;
  }
  .cs-footer a,
  .cs-footer p {
    font-size: 16px;
  }
  .cs-image-teaser__cta-button-span {
    padding-right: 2em;
  }
  .page-layout-2columns-left .cs-page-category__main,
  .page-layout-2columns-left .cs-page-category__sidebar {
    width: 100%;
  }
  .cs-aftersearch-nav-range__fields {
    display: flex;
  }
  .cs-aftersearch-nav .item a,
  .cs-aftersearch-nav-range__input {
    font-size: 1.4em;
  }
  .cs-aftersearch-nav__filters-trigger {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'GillSansMT';
    letter-spacing: 4px;
  }
  .cs-container.cs-container--header {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .cs-header-user-nav__icon {
    width: 2.3rem;
    height: 2.3rem;
  }
  .cms-page-view #maincontent {
    top: 30px;
  }
  .cs-footer a:hover {
    color: #ffffff;
  }
  .cs-container.cs-container--accordion {
    width: 100%;
  }
  .category-image {
    margin: -20px 0 0 0;
  }
  .catalog-category-view .page-title {
    margin: 0;
  }
  .header-telephone {
    position: fixed;
    left: 0;
    top: unset;
    bottom: 0px;
    background: #022169;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .header-telephone a,
  .cms-home .header-telephone a {
    color: #ffffff;
  }
}
@media (max-width: 420px) {
  .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
    width: calc(100%) !important;
  }
}
@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 0px;
  }
}
.block-search.show {
  overflow: hidden;
  height: 0;
  position: fixed;
  width: 100%;
  background: #012169b5;
  z-index: 200;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 200ms;
}
.block-search.show .search-wrapper {
  margin: 0 auto;
  padding-top: 10%;
  width: 70%;
}
.side-menu {
  position: fixed;
  width: 15%;
  background: rgba(2, 33, 105, 0.8);
  left: -500px;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  visibility: hidden;
  transition: all 200ms;
  padding: 2%;
}
.side-menu.showmenu {
  visibility: visible;
  left: 0;
  opacity: 1;
  transition: all 200ms;
  overflow-y: scroll;
  overflow-x: hidden;
}
.side-menu.showmenu::-webkit-scrollbar {
  width: 2px;
}
.side-menu.showmenu::-webkit-scrollbar-track {
  background: #022169;
  border-radius: 3px;
}
.side-menu.showmenu::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.side-menu-toggle {
  cursor: pointer;
}
.side-menu-toggle .ammenu-icon {
  position: relative;
  display: block;
  margin: 3px 0;
  min-width: 20px;
  width: 25px;
  border-bottom: 1px solid;
  border-radius: 1px;
  transition: all .1s ease;
  cursor: pointer;
}
.side-menu-close {
  background-image: url(/images/close.svg) !important;
  width: 16px !important;
  height: 16px !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 28px;
  cursor: pointer;
}
ul.side-menu-links {
  margin: 0;
  padding: 0;
  list-style: none none;
  color: #ffffff !important;
}
ul.side-menu-links h2 {
  font-size: 16px;
  color: #ffffff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.side-menu-links li a {
  padding: 0;
  border-top: 0;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
}
ul.side-menu-links li {
  color: #ffffff;
  padding: 8px 0 !important;
}
.side-menu .social-icon {
  width: 22px;
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.search-wrapper input#search {
  height: 50px;
}
.search-wrapper .action.advanced {
  color: #fff;
  display: none;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product .fotorama__stage__frame .fotorama__img {
  top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  position: static;
  margin-top: auto !important;
}
/* ---- FONTS ---- */
@font-face {
  font-family: 'Lexend Tera';
  src: url('/fonts/LexendTera-Regular.eot');
  src: url('/fonts/LexendTera-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/LexendTera-Regular.woff2') format('woff2'), url('/fonts/LexendTera-Regular.woff') format('woff'), url('/fonts/LexendTera-Regular.ttf') format('truetype'), url('/fonts/LexendTera-Regular.svg#LexendTera-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo-Bold.eot');
  src: url('/fonts/Cardo-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Cardo-Bold.woff2') format('woff2'), url('/fonts/Cardo-Bold.woff') format('woff'), url('/fonts/Cardo-Bold.ttf') format('truetype'), url('/fonts/Cardo-Bold.svg#Cardo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo-Regular.eot');
  src: url('/fonts/Cardo-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Cardo-Regular.woff2') format('woff2'), url('/fonts/Cardo-Regular.woff') format('woff'), url('/fonts/Cardo-Regular.ttf') format('truetype'), url('/fonts/Cardo-Regular.svg#Cardo-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GillSansMT';
  src: url('/fonts/GillSansMT.eot?#iefix') format('embedded-opentype'), url('/fonts/GillSansMT.woff') format('woff'), url('/fonts/GillSansMT.ttf') format('truetype'), url('/fonts/GillSansMT.svg#GillSansMT') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gill_sans_stdlight';
  src: url('/fonts/gillsansstd-light-webfont.eot');
  src: url('/fonts/gillsansstd-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/gillsansstd-light-webfont.woff') format('woff'), url('/fonts/gillsansstd-light-webfont.ttf') format('truetype'), url('/fonts/gillsansstd-light-webfont.svg#gill_sans_stdlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GillSansStd-Bold';
  src: url('/fonts/GillSansStd-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/GillSansStd-Bold.otf') format('opentype'), url('/fonts/GillSansStd-Bold.woff') format('woff'), url('/fonts/GillSansStd-Bold.ttf') format('truetype'), url('/fonts/GillSansStd-Bold.svg#GillSansStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1250px) {
  span.call-us {
    display: inline-block !important;
    padding-right: 5px;
  }
  .burger-number {
    display: block;
    padding: 8px 10px;
    text-align: center;
    margin-top: 15px;
  }
  .burger-number a {
    color: #000;
  }
  .minicart-wrapper.show {
    display: block;
  }
  .header.content {
    column-gap: 20px;
    align-items: end;
  }
  .side-menu-toggle.-hamburger {
    color: #022169;
  }
  .cs-header-user-nav__icon path {
    fill: #022169;
  }
}
#home-video h2 {
  font-size: 50px;
}
#logoMarqueeSection {
  max-width: 1920px !important;
  margin: 0 auto;
  padding: 20px 0px;
}
.default-content-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  min-height: 100vh;
}
div.marquee > img {
  height: 120px;
  margin: 0px 70px;
}
.logoMarqueeSection > div > div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
.marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}
.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5.4rem;
}
.marquee-wrapper:hover .marquee {
  animation-play-state: paused !important;
}
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.case-study-hero h2 {
  color: #fff;
  font-family: 'Cardo';
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 32px;
  filter: drop-shadow(4px 5px 11px #022169);
}
.column-gap .pagebuilder-column-line {
  column-gap: 20px;
}
.home-hook-text h2 {
  line-height: 52px;
}
.grey-square h2 {
  border-bottom: 2px #022169 dashed;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.dashes {
  border-left: 2px #022169 dashed;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
