/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ub-grid-container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 0;
  width: 100%;
}
.ub-grid-product-info .product-item-info {
  border: 0;
}
.ub-grid-product-info .product-item-info .product-item-name a {
  margin: 0;
}
.ub-grid-product-info .product-item-info .product-item-inner {
  margin-left: 0;
  margin-right: 0;
}
.ub-grid-product-info .product-item-info .product-item-inner .box-tocart .actions-primary {
  margin-top: 0;
}
.ub-grid-product-info .product-item-info .product-reviews-summary,
.ub-grid-product-info .product-item-info .price-box {
  margin-left: 0;
  margin-right: 0;
}
.ub-grid-product-info .product-item-details {
  padding: 0 0 20px 0;
}
.ub-list-product-info {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
/**
 * 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;
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_Base
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
@keyframes shine-lines {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*
    Table Contents
    
    1. @general
    2. @images_videos slider
          a. @single_item
          b. @multi_item
    3. @product_slider
*/
.ub-content-slider .block-title {
  border-bottom: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 768px) {
  .ub-content-slider .block-title {
    margin-bottom: 16px !important;
  }
}
.ub-content-slider.no-items {
  border: 1px solid #eeeeee;
  font-style: italic;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.ub-content-slider.outside .slide-content-desc {
  position: static;
  transform: none;
  transition: position 0.4s linear, top 0.4s linear;
}
@media (max-width: 640px) {
  .ub-content-slider.outside .slide-content-desc {
    padding: 20px 10px;
  }
}
.ub-content-slider.outside .slide-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .ub-content-slider.outside .slide-title {
    font-size: 22px;
    line-height: 100%;
  }
}
.ub-content-slider.outside .slide-title a {
  color: #333333;
  text-decoration: none;
}
.ub-content-slider.outside .slide-desc {
  color: #333333;
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 640px) {
  .ub-content-slider.outside .slide-desc {
    font-size: 16px;
  }
}
.ub-content-slider.outside .slide-readmore {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.ub-content-slider.outside .slide-readmore:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 480px) {
  div.ub-content-slider .click-to-play .slide-content-desc {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-content-desc {
    padding: 20px;
    position: static;
    transform: translateY(0);
  }
}
.ub-content-slider .click-to-play .slide-content {
  position: relative;
}
.ub-content-slider .click-to-play .slide-content:before {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background-size: 72px;
  pointer-events: none;
  transition: background-size 235ms cubic-bezier(0.4, 0, 0.2, 1), opacity 235ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ub-content-slider .click-to-play .slide-content:after {
  color: #fff;
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  font-size: 60px;
  font-weight: 900;
  left: 50%;
  margin: -43px 0 0 -30px;
  position: absolute;
  top: 50%;
  z-index: 12;
  opacity: 0.5;
  transition: opacity 0.4s linear;
}
.ub-content-slider .click-to-play .slide-content:hover:after {
  opacity: 1;
}
.ub-content-slider .click-to-play .slide-image {
  height: 100%;
  margin: auto;
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-image {
    max-height: 194px;
  }
}
.ub-content-slider .click-to-play .slide-title {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-title a {
    color: #333333;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-desc {
    color: #333333;
  }
}
.ub-content-slider .clicked-to-play .slide-content {
  position: relative;
}
.ub-content-slider .clicked-to-play .slide-content:after {
  display: none !important;
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-content-desc {
    padding: 20px;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-title a {
    color: #333333;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-desc {
    color: #333333;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-image {
    height: 100%;
    max-height: 122px;
  }
}
.ub-content-slider .product-item-info {
  margin: 0 8px;
}
@media (min-width: 1200px) {
  .ub-content-slider .product-item-info {
    margin: 0 16px;
  }
}
.ub-content-slider .product-item-photo-container {
  position: relative;
}
.ub-content-slider .product-item-photo {
  display: block;
  text-align: center;
  line-height: 1px;
}
.ub-content-slider .product-item-photo img {
  margin: auto;
}
.ub-content-slider .product-item-name {
  margin-bottom: 10px;
}
.ub-content-slider .product-item-actions {
  display: none;
  transition: all 0.4s linear;
}
.ub-content-slider .product-item .actions-primary {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.ub-content-slider .product-item .actions-primary .action {
  text-transform: uppercase;
  width: 100%;
}
.ub-content-slider .product-item .actions-primary .stock {
  display: none;
}
.ub-content-slider .product-item .actions-secondary {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  max-width: 32px;
}
.ub-content-slider .product-item .actions-secondary .action,
.ub-content-slider .product-item .actions-secondary .ub-quick-view-btn-container {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  margin-bottom: 10px;
  height: 30px;
  width: 30px;
}
.ub-content-slider .product-item .actions-secondary .ub-quick-view-btn-container {
  position: static;
  transform: none;
}
.ub-content-slider .product-item .actions-secondary .ub-quick-view-btn-container a.ub-quick-view-button {
  background: none;
  border: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  border-radius: 50%;
  font-size: 0;
  display: block;
  text-decoration: none;
}
.ub-content-slider .product-item .actions-secondary .ub-quick-view-btn-container a.ub-quick-view-button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-content-slider .product-item .actions-secondary .ub-quick-view-btn-container a.ub-quick-view-button:after {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.ub-content-slider .product-item .actions-secondary .ub-quick-view-btn-container a.ub-quick-view-button:hover {
  background-color: #eeeeee;
}
.ub-content-slider .product-item .actions-secondary .action.towishlist {
  display: block;
  text-decoration: none;
}
.ub-content-slider .product-item .actions-secondary .action.towishlist:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: #333333;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-content-slider .product-item .actions-secondary .action.towishlist:after {
  height: 30px;
  line-height: 30px;
  width: 27px;
}
.ub-content-slider .product-item .actions-secondary .action.towishlist:hover {
  background-color: #eeeeee;
}
.ub-content-slider .product-item .actions-secondary .action.tocompare {
  display: block;
  text-decoration: none;
}
.ub-content-slider .product-item .actions-secondary .action.tocompare:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: #333333;
  content: '\e61e';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-content-slider .product-item .actions-secondary .action.tocompare:after {
  height: 30px;
  line-height: 30px;
  width: 28px;
}
.ub-content-slider .product-item .actions-secondary .action.tocompare:hover {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .ub-content-slider .product-item .actions-secondary .action.tocompare {
    display: none !important;
  }
}
.ub-content-slider .product-item-details {
  padding: 20px;
}
.ub-content-slider .product-item-details .product-reviews-summary {
  margin: 0 0 10px;
  height: 20px;
}
.ub-content-slider .product-item-details .product-reviews-summary.empty {
  display: none;
}
.ub-content-slider .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
}
.ub-content-slider .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin-left: -3px;
  margin-top: 0;
}
.ub-content-slider .product-item-details .product-reviews-summary .reviews-actions {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
}
.ub-content-slider .product-item-details .product-reviews-summary .reviews-actions .action {
  color: #f0141e;
  display: block;
  line-height: 20px;
  position: relative;
}
.ub-content-slider .product-item-details .product-reviews-summary .reviews-actions .action:not(.add):before {
  content: '(';
}
.ub-content-slider .product-item-details .product-reviews-summary .reviews-actions .action:not(.add):after {
  content: ')';
  position: absolute;
  right: 3px;
}
.ub-content-slider .product-item-info {
  border: 1px solid #eeeeee;
  height: 100%;
  position: relative;
}
.ub-content-slider .product-item-info:hover .actions-primary,
.ub-content-slider .product-item-info:hover .product-item-actions {
  display: block;
  transition: all 0.4s linear;
}
.slider-item {
  margin-bottom: 20px;
}
.slider-item .slide-content-desc {
  font-family: 'Lato', sans-serif;
  left: 0;
  margin-top: 0;
  padding: 0 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 12;
  transform: translateY(-50%);
  box-sizing: border-box;
  transition: position 0.4s linear, top 0.4s linear;
}
@media (min-width: 1200px) {
  .slider-item .slide-content-desc {
    padding: 0 20px;
  }
}
.slider-item .slide-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .slider-item .slide-title {
    font-size: 5.6rem;
  }
}
@media (min-width: 768px) {
  .slider-item .slide-title {
    font-size: 7rem;
  }
}
.slider-item .slide-title a {
  color: #ffffff;
  text-decoration: none;
}
.slider-item .slide-desc {
  color: #ffffff;
  font-size: 1.799rem;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .slider-item .slide-desc {
    color: #ffffff;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
.slider-item .slide-readmore {
  background-image: none;
  background: #ffffff;
  border: 0;
  border-radius: 0px;
  color: #212121;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.6rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 20px;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
.slider-item .slide-readmore:focus,
.slider-item .slide-readmore:active {
  background: #ffffff;
  border: 1px solid #212121;
  color: #212121;
  text-decoration: none;
}
.slider-item .slide-readmore:hover {
  background: #cccccc;
  border: 0;
  color: #545454;
  text-decoration: none;
}
.slider-item .slide-readmore.disabled,
.slider-item .slide-readmore[disabled],
fieldset[disabled] .slider-item .slide-readmore {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 640px) {
  .slider-item .slide-readmore {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .slider-item .slide-readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
.slider-item .slide-content-desc:empty {
  display: none;
}
.slider-item .slide-content {
  font-size: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .slider-item .slide-content .youtube-video .youtube iframe {
    height: 122px !important;
    min-height: inherit !important;
    width: auto !important;
  }
}
@media (max-width: 640px) {
  .slider-item .slide-content .vimeo-video .vimeo iframe {
    height: 122px !important;
    min-height: inherit !important;
    width: auto !important;
  }
}
.slider-item.outside .slide-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .slider-item.outside .slide-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .slider-item.outside .slide-title {
    font-size: 48px;
  }
}
.slider-item.outside .slide-title a {
  color: #000000;
  text-decoration: none;
}
.slider-items .block-content {
  margin: 0 -10px 60px !important;
}
.slider-items .slide-info {
  padding: 0 10px;
}
.slider-items .slide-title {
  font-weight: 300 !important;
}
.slider-items .slide-title a {
  text-transform: uppercase;
}
.slider-items .click-to-play .slide-title {
  font-size: 14px;
}
.slider-items iframe {
  min-height: 327px;
  width: 100% !important;
}
.slider-products .block-title h3 {
  font-size: 18px;
  text-align: left;
}
.sidebar .ub-content-slider {
  display: none;
}
@media (min-width: 768px) {
  .sidebar .ub-content-slider {
    display: block;
  }
}
@media (min-width: 768px) {
  .sidebar .ub-content-slider .product-reviews-summary .reviews-actions .action.add {
    white-space: inherit;
  }
}
@media (min-width: 1024px) {
  .sidebar .ub-content-slider .product-reviews-summary .reviews-actions .action.add {
    white-space: nowrap;
  }
}
.sidebar .slider-products .product-item {
  padding: 10px !important;
}
@media (min-width: 1200px) {
  .sidebar .slider-products .product-item {
    padding: 20px !important;
  }
}
.vertical-slider-sticky {
  background: #ffffff;
  max-width: 120px;
  position: fixed;
  right: 10px;
  top: 220px;
  width: 100%;
  z-index: 15;
  display: none;
}
@media (min-width: 768px) {
  .vertical-slider-sticky {
    display: block;
  }
}
.vertical-slider-sticky .block-title {
  text-align: center;
}
.vertical-slider-sticky .block-title strong {
  font-size: 14px;
}
.vertical-slider-sticky .product-item {
  padding: 10px !important;
}
.vertical-slider-sticky .product-item .product-description,
.vertical-slider-sticky .product-item .product-reviews-summary,
.vertical-slider-sticky .product-item .product-item-actions,
.vertical-slider-sticky .product-item .price-box {
  display: none !important;
}
.vertical-slider-sticky .product-item .product-item-info:hover {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.ub-blocks-promo {
  margin-bottom: 50px;
}
.ub-blocks-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ub-blocks-slider {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.ub-blocks-slider .big-deal {
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 768px) {
  .ub-blocks-slider .big-deal {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .ub-blocks-slider .big-deal {
    width: 30%;
  }
}
.ub-blocks-slider .big-deal .title {
  color: #1979c3;
  font-size: 94px;
  font-style: italic;
  font-weight: 700;
}
.ub-blocks-slider .big-deal .tagline {
  display: block;
  font-size: 36px;
}
.ub-blocks-slider .big-deal .desc {
  font-size: 18px;
  margin: 20px 0;
}
.ub-blocks-slider .big-deal .more-deal {
  border: 1px solid #1979c3;
  color: #1979c3;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 40px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
.ub-blocks-slider .big-deal .more-deal:hover {
  background-color: #1979c3;
  color: #ffffff;
  text-decoration: none;
}
.ub-blocks-slider .slider-contents {
  width: 100%;
}
@media (min-width: 768px) {
  .ub-blocks-slider .slider-contents {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .ub-blocks-slider .slider-contents {
    width: 70%;
  }
}
.ub-content-slider .block-title {
  padding-top: 20px;
}
.ub-content-slider .owl-carousel {
  display: none;
  margin: auto;
  width: 100%;
}
.ub-content-slider .owl-carousel .owl-wrapper-outer {
  background-color: #f2f2f2;
}
.ub-content-slider .owl-carousel .owl-item .item {
  height: auto !important;
  width: 100% !important;
}
.ub-content-slider .owl-theme .owl-controls {
  margin: 0;
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons {
  height: 0;
  width: 100%;
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev,
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  background: rgba(255, 255, 255, 0.5);
  border: 0 !important;
  font-size: 0;
  height: 30px;
  line-height: 1;
  margin: 0;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 30px;
  z-index: 1;
  transition: all 0.4s linear;
  transform: none;
  opacity: 1;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev,
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next:before {
  color: inherit;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 5px;
  width: 20px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before,
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next:before {
    height: 30px;
    margin: 10px;
    width: 30px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
@media (min-width: 1200px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  background: url('../Ubertheme_UbContentSlider/images/back.svg');
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
@media (min-width: 1200px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next:before {
  background: url('../Ubertheme_UbContentSlider/images/next.svg');
}
.ub-content-slider .owl-theme .owl-disabled {
  display: none !important;
}
.ub-content-slider .owl-theme .owl-pagination {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ub-content-slider .owl-theme .owl-pagination {
    bottom: 20px;
  }
}
.ub-content-slider .owl-theme .owl-pagination .owl-page {
  background: none;
  border: 0;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 20px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page span {
  background-color: #ffffff;
  color: #ffffff;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 7px;
  width: 6px;
  opacity: .5 !important;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page span.owl-numbers {
  color: #000000;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  padding: 0;
  text-align: center;
  width: 15px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page:hover span {
  background-color: #ff5501;
  color: #ffffff;
  opacity: 1 !important;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page.active span {
  background-color: #ffffff;
  opacity: 1 !important;
}
.ub-content-slider .owl-theme .bar {
  background: #fc5e10;
  height: 4px;
  max-width: 100%;
  width: 0%;
}
.ub-content-slider .owl-theme .progressBar {
  background: #ededed;
  margin: 0;
  max-width: 100%;
}
.ub-content-slider.outside .owl-wrapper-outer {
  background: none;
  height: auto !important;
}
.ub-content-slider.outside .owl-wrapper-outer .item {
  height: auto !important;
  width: 100% !important;
}
.ub-content-slider.outside .owl-pagination {
  margin-top: 40px;
  position: static;
}
.ub-content-slider.outside .owl-pagination .owl-page span {
  background-color: #000000;
}
.ub-content-slider.outside .owl-pagination .owl-page.active span {
  background-color: #000000;
}
.ub-content-slider.pagination-bottom-right .owl-controls .owl-pagination {
  left: 15px;
  text-align: left;
  width: auto;
}
.ub-content-slider.pagination-bottom-right .owl-controls .owl-pagination {
  right: 15px;
  text-align: right;
  width: auto;
}
.ub-content-slider .thumb-items .owl-wrapper-outer {
  background: none;
  margin: 0;
  width: initial;
}
.ub-content-slider .thumb-items .owl-wrapper-outer .item {
  height: auto !important;
  width: auto !important;
}
.ub-content-slider .thumb-items .owl-item {
  cursor: pointer;
}
.ub-content-slider .thumb-items .owl-item .item {
  border: 1px solid transparent;
  float: left;
  font-size: 0;
  margin: 10px !important;
  position: relative;
}
.ub-content-slider .thumb-items .owl-item .item a {
  display: flex;
}
.ub-content-slider .thumb-items .owl-item .item:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 50px 0px #000000;
  -ms-box-shadow: inset 0px 0px 50px 0px #000000;
  box-shadow: inset 0px 0px 50px 0px #000000;
}
.ub-content-slider .thumb-items .owl-item .item img {
  margin: auto;
}
.ub-content-slider .thumb-items .owl-item.synced .item {
  border: 1px solid #ff5501;
}
.ub-content-slider .thumb-items .owl-item.synced .item img {
  border: 0;
}
.ub-content-slider .thumb-items .owl-item.synced .item:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ub-content-slider .thumb-items .owl-item.synced .item:after {
  color: #ff5501;
  content: "\f0d8";
  font-family: 'Font Awesome 5 Free';
  font-size: 32px;
  font-weight: 900;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -28px;
}
.ub-content-slider.slider-products .owl-pagination {
  margin-top: 40px;
  position: static;
}
.ub-content-slider.slider-products .owl-pagination .owl-page span {
  background-color: #000000;
}
.ub-content-slider.slider-products .owl-pagination .owl-page span.owl-numbers {
  color: #ffffff;
}
.ub-content-slider.slider-products .owl-pagination .owl-page.active span {
  background-color: #000000;
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev,
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next {
  height: 30px;
  margin-top: -25px;
  top: 0;
  width: 30px;
}
@media (min-width: 1024px) {
  .sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev,
  .sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next {
    margin-top: -50px;
  }
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev:before,
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next:before {
  height: 15px;
  width: 15px;
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev {
  left: auto;
  right: 30px;
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.page-wrapper > .widget.fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.page-wrapper .fullwidth .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
.ub-content-slider .block-content {
  opacity: 0;
  margin: auto;
  margin: 0 -8px 20px;
  width: initial;
}
@media (min-width: 1200px) {
  .ub-content-slider .block-content {
    margin: 0 -16px 20px;
  }
}
.ub-content-slider .slick-slider {
  opacity: 0;
}
.ub-content-slider .slick-slider.slick-initialized {
  opacity: 1;
  transition: opacity 1s ease-out;
}
.ub-content-slider .slick-loading {
  position: relative;
}
.ub-content-slider .slick-loading:before {
  background-color: #f2f2f2;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  animation: shine-lines 1.4s ease infinite;
  background-size: 400% 100%;
}
.ub-content-slider .slick-prev,
.ub-content-slider .slick-next {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 0 !important;
  display: none;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  z-index: 1;
  transition: all 0.4s linear;
  transform: none;
  font-size: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .ub-content-slider .slick-prev,
  .ub-content-slider .slick-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
.ub-content-slider .slick-prev:before,
.ub-content-slider .slick-next:before {
  color: inherit;
  content: '';
  display: inline-block;
  font-size: 0;
  height: 20px;
  width: 20px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .ub-content-slider .slick-prev:before,
  .ub-content-slider .slick-next:before {
    height: 25px;
    width: 25px;
  }
}
.ub-content-slider .slick-disabled {
  display: none !important;
}
.ub-content-slider .slick-prev {
  left: 20px;
}
@media (min-width: 1440px) {
  .ub-content-slider .slick-prev {
    left: -50px;
  }
}
.ub-content-slider .slick-prev:before {
  background: url('../Ubertheme_UbContentSlider/images/back.svg');
}
.ub-content-slider .slick-next {
  right: 20px;
}
@media (min-width: 1440px) {
  .ub-content-slider .slick-next {
    right: -50px;
  }
}
.ub-content-slider .slick-next:before {
  background: url('../Ubertheme_UbContentSlider/images/next.svg');
}
.ub-content-slider .slick-dots {
  bottom: 20px;
}
@media (max-width: 480px) {
  .ub-content-slider .slick-dots {
    bottom: 10px;
  }
}
.ub-content-slider .slick-dots li {
  height: 15px;
  margin: 0 4px;
  width: 15px;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ub-content-slider .slick-dots li.slick-active {
  border-color: #ffffff;
}
.ub-content-slider .slick-dots button {
  background-color: #ffffff;
  border: 0;
  color: #000;
  display: block;
  font-size: 10px;
  height: 5px;
  margin: 3px;
  padding: 0;
  width: 5px;
  box-shadow: none;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ub-content-slider .slick-dots button:before {
  display: none;
}
.ub-content-slider .slick-dots button:hover {
  background-color: #ff5501;
  opacity: 1;
}
.ub-content-slider .slick-dots button.slick-number {
  height: 11px;
  line-height: 11px;
  width: 11px;
  margin: 0;
}
.ub-content-slider .slick-dots button.slick-number:hover {
  background-color: #ff5501;
  color: #fff;
}
.ub-content-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  opacity: 1;
}
.ub-content-slider [dir='rtl'] .slick-next {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .ub-content-slider [dir='rtl'] .slick-next {
    left: -50px;
  }
}
.ub-content-slider [dir='rtl'] .slick-next:before {
  transform: rotate(901deg);
}
.ub-content-slider [dir='rtl'] .slick-prev {
  left: auto;
  right: 0;
}
@media (min-width: 1200px) {
  .ub-content-slider [dir='rtl'] .slick-prev {
    right: -50px;
  }
}
.ub-content-slider [dir='rtl'] .slick-prev:before {
  transform: rotate(901deg);
}
.ub-content-slider.center-mode .slick-slide {
  opacity: 0.25;
}
.ub-content-slider.center-mode .slick-slide:hover {
  opacity: 1;
}
.ub-content-slider.center-mode .slick-current {
  opacity: 1;
}
.ub-content-slider.center-mode .slick-current .product-item-info {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin: -10px;
  padding: 9px;
  position: relative;
  z-index: 2;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.ub-content-slider.center-mode .slick-center {
  opacity: 1;
}
.ub-content-slider .thumb-items {
  opacity: 0;
}
@media (max-width: 767px) {
  .ub-content-slider .thumb-items {
    max-height: 77px;
  }
}
.ub-content-slider .thumb-items .slick-slide {
  border: 1px solid transparent;
  cursor: pointer;
  margin: 10px !important;
  position: relative;
}
.ub-content-slider .thumb-items .slick-slide:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0px 0px 50px 0px #000000;
  -moz-box-shadow: inset 0px 0px 50px 0px #000000;
  -webkit-box-shadow: inset 0px 0px 50px 0px #000000;
}
.ub-content-slider .thumb-items .slick-slide img {
  margin: auto;
}
.ub-content-slider .thumb-items .slick-current {
  border: 1px solid #ff5501;
}
.ub-content-slider .thumb-items .slick-current img {
  border: 0;
}
.ub-content-slider .thumb-items .slick-current:before {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.ub-content-slider .thumb-items .slick-current:after {
  color: #ff5501;
  content: '\f0d8';
  font-family: 'Font Awesome 5 Free';
  font-size: 32px;
  font-weight: 900;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -28px;
}
.ub-content-slider.slider-item .block-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ub-content-slider.slider-item .slick-slide {
  height: auto !important;
  margin: 0;
  position: relative;
}
.ub-content-slider.slider-item .slick-slide .item {
  height: auto !important;
  margin: 0;
  position: relative;
}
.ub-content-slider.slider-item .slick-slide img {
  display: inherit;
}
.ub-content-slider.slider-item.outside .slick-list {
  height: auto !important;
}
.ub-content-slider.slider-item.outside .slick-dots {
  margin-top: 20px;
  position: static;
}
.ub-content-slider.slider-item.outside .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
.ub-content-slider.slider-item.outside .slick-dots button:hover {
  background-color: #ff5501;
}
.ub-content-slider.slider-item.outside .slick-dots li.slick-active button {
  background-color: #000000;
}
.ub-content-slider.slider-item.thumbs-inside {
  position: relative;
}
.ub-content-slider.slider-item.thumbs-inside .thumb-items {
  bottom: 0px;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  max-height: 20px;
  max-width: 300px;
  position: static;
  width: 100%;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items {
    margin-left: -300px;
    max-height: 80px;
    max-width: 600px;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items {
    margin-left: -400px;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-list {
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    max-width: 300px;
    padding: 0 !important;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-track {
    max-width: 300px !important;
    text-align: center;
    transform: none !important;
  }
}
.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev,
.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
  height: 30px;
  margin-top: -15px;
  width: 30px;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev,
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev {
  left: 20px;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev {
    left: -50px;
  }
}
.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
  right: 20px;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
    right: -50px;
  }
}
.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide {
  margin: 0;
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    display: inline-block !important;
    float: none;
    height: 6px !important;
    margin: 4px !important;
    width: 6px !important;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide:hover {
    background-color: #ff5501;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide img {
    display: none;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-current {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-cloned {
    display: none !important;
  }
}
.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-current:after {
  display: none;
}
.ub-content-slider.slider-items .slick-dots {
  bottom: -40px;
}
.ub-content-slider.slider-items .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
.ub-content-slider.slider-items .slick-dots button:hover {
  background-color: #ff5501;
}
.ub-content-slider.slider-items .slick-dots li.slick-active button {
  background-color: #000000;
}
.ub-content-slider.slider-products .block-title {
  padding-top: 20px;
}
.ub-content-slider.slider-products .slick-disabled {
  opacity: 0.6;
  display: block !important;
}
.ub-content-slider.slider-products .slick-dots {
  position: static;
  margin-top: 10px;
}
.ub-content-slider.slider-products .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
.ub-content-slider.slider-products .slick-dots button:hover {
  background-color: #ff5501;
}
.ub-content-slider.slider-products .slick-dots li.slick-active button {
  background-color: #000000;
}
.ub-content-slider.slider-products .thumb-items .slick-prev,
.ub-content-slider.slider-products .thumb-items .slick-next {
  margin-top: -25px;
}
.ub-content-slider.slider-product .slick-dots {
  bottom: -40px;
}
.ub-content-slider.slider-product .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
.ub-content-slider.slider-product .slick-dots button:hover {
  background-color: #ff5501;
}
.ub-content-slider.slider-product .slick-dots li.slick-active button {
  background-color: #000000;
}
.ub-content-slider.slider-product .thumb-items .slick-prev,
.ub-content-slider.slider-product .thumb-items .slick-next {
  margin-top: -25px;
}
.ub-content-slider.pagination-bottom-right .slick-dots {
  text-align: right;
}
.ub-content-slider.pagination-bottom-left .slick-dots {
  text-align: left;
}
.sidebar .ub-content-slider .slick-prev,
.sidebar .ub-content-slider .slick-next {
  height: 30px;
  margin-top: -25px;
  top: 0;
  width: 30px;
}
@media (min-width: 1024px) {
  .sidebar .ub-content-slider .slick-prev,
  .sidebar .ub-content-slider .slick-next {
    margin-top: -50px;
  }
}
.sidebar .ub-content-slider .slick-prev:before,
.sidebar .ub-content-slider .slick-next:before {
  height: 15px;
  width: 15px;
}
.sidebar .ub-content-slider .slick-prev {
  left: auto;
  right: 30px;
}
.sidebar .ub-content-slider .slick-next {
  right: 0;
}
.sidebar .ub-content-slider [dir='rtl'] .slick-prev {
  left: auto;
  right: 0;
}
.sidebar .ub-content-slider [dir='rtl'] .slick-next {
  right: 30px;
}
.ub-content-slider.slider-item .content-to-left .slide-readmore {
  display: none;
}
.ub-content-slider.slider-item .content-to-left .slide-desc {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  max-width: 1170px;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc {
    font-size: 18px;
    padding: 0 80px;
    text-align: left;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .title {
    font-size: 48px;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .title a {
  color: #ffffff;
  text-decoration: none;
}
.ub-content-slider.slider-item .content-to-left .slide-desc .desc {
  display: none;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .desc {
    display: block;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .readmore {
    margin-top: 40px;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore:active,
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore:focus,
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.ub-content-slider.slider-item .content-to-right .slide-readmore {
  display: none;
}
.ub-content-slider.slider-item .content-to-right .slide-desc {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  max-width: 1170px;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc {
    padding: 0 80px;
    text-align: right;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .title {
    font-size: 48px;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .title a {
  color: #ffffff;
  text-decoration: none;
}
.ub-content-slider.slider-item .content-to-right .slide-desc .desc {
  display: none;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .desc {
    display: block;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .readmore {
    margin-top: 40px;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore:active,
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore:focus,
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.page-wrapper > .widget.fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth .slick-prev {
  left: 20px;
}
.page-wrapper .fullwidth .slick-next {
  right: 20px;
}
.vertical-slider-sticky.slider-products .block-content {
  margin: 0;
}
.vertical-slider-sticky.slider-products .product-item a.ub-quick-view-button {
  font-size: 0;
}
.vertical-slider-sticky.slider-products .slick-prev,
.vertical-slider-sticky.slider-products .slick-next {
  background-color: #ffffff;
  height: 30px;
  margin-top: 0;
  max-width: 120px;
  width: 100%;
  border-radius: 0;
}
.vertical-slider-sticky.slider-products .slick-prev:before,
.vertical-slider-sticky.slider-products .slick-next:before {
  height: 15px;
  width: 15px;
}
.vertical-slider-sticky.slider-products .slick-prev {
  left: 0;
  top: -75px;
}
.vertical-slider-sticky.slider-products .slick-prev:before {
  transform: rotate(90deg);
}
.vertical-slider-sticky.slider-products .slick-next {
  bottom: 0;
  margin-bottom: -30px;
  right: 0;
  top: auto;
}
.vertical-slider-sticky.slider-products .slick-next:before {
  transform: rotate(90deg);
}
.vertical-slider-sticky.slider-products .slick-dots {
  bottom: -20px;
}
.ub-blocks-slider .slick-prev {
  left: 0;
}
.ub-blocks-slider .slick-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 182px;
    min-height: 182px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 182px;
  }
}
@media screen and (min-width: 1200px) {
  ul.level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 84%;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 1220px;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default {
    position: relative;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default .child-content {
    right: auto;
    left: 0;
  }
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.venitian.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  overflow: inherit;
  -moz-transform: scale(1, 0);
  -moz-transform-origin: 50% 0;
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -ms-transform: scale(1, 0);
  -ms-transform-origin: 50% 0;
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  opacity: 0;
  -o-transform: scale(1, 0);
  -o-transform-origin: 50% 0;
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.venitian.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  overflow: hidden;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.pop.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: scale(0.2);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -ms-transform: translateX(-80%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  opacity: 0;
  -o-transform: translateX(-80%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  transform: translateX(-80%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -webkit-transform: scale(0.2);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.pop.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.linear.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: translateX(-40%);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -ms-transform: translateX(-40%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  opacity: 0;
  -o-transform: translateX(-40%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transform: translateX(-40%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transform: translateX(-40%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.linear.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: MegaFadeInUp;
  animation-name: MegaFadeInUp;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaFadeInDown;
  animation-name: megaFadeInDown;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaSlideInUp;
  animation-name: megaSlideInUp;
}
@keyframes MegaFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaSlideInUp {
  from {
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_UBQuickview
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2016 Ubertheme

==============================================*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_UBQuickview
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
@media screen and (min-width: 768px) and (max-width: 980px) {
  .default.loaded #cboxWrapper {
    max-width: 768px;
  }
  .default.loaded #cboxContent {
    max-width: 728px;
    width: 100% !important;
  }
  .default.loaded #cboxLoadedContent {
    width: 100% !important;
  }
  .default.loading #cboxContent {
    float: none !important;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 767px) {
  .default .ub-quick-view-tabs .item.content {
    height: 420px;
  }
  .default #cboxLoadedContent .ub-quick-view-wrapper .product.media {
    width: 26%;
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-footer ul.level0.footer_menu-root > li.mega .mega-col > ul.level1 {
    margin-bottom: 30px !important;
  }
  .page-footer ul.level0.footer_menu-root > li.mega .mega-col.column1 {
    width: 50% !important;
    order: 0;
  }
  .page-footer ul.level0.footer_menu-root > li.mega .mega-col.column2 {
    width: 33.332% !important;
    order: 2;
  }
  .page-footer ul.level0.footer_menu-root > li.mega .mega-col.column3 {
    width: 33.332% !important;
    order: 3;
  }
  .page-footer ul.level0.footer_menu-root > li.mega .mega-col.column4 {
    width: 33.332% !important;
    order: 4;
  }
  .page-footer ul.level0.footer_menu-root > li.mega .mega-col.column5 {
    width: 50% !important;
    order: 1;
  }
}
@media all and (min-width: 768px), print {
  .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 {
    width: auto;
    display: inline-block;
  }
  .product.data.items > .item.title > .switch {
    height: 25px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 25px;
    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: 40px;
    font-size: 1.4rem;
    color: #666666;
    text-decoration: none;
    background: #f0f0f0;
    height: 40px;
    padding: 0 20px 0 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    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: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 40px;
    padding: 30px 0 30px 0;
  }
  .table:not(.totals):not(.table-comparison) .col.price {
    text-align: right;
  }
  .table:not(.totals):not(.table-comparison) .col.qty {
    text-align: right;
  }
  .table:not(.totals):not(.table-comparison) .col.subtotal {
    text-align: right;
  }
  .table:not(.totals):not(.table-comparison) thead th:first-of-type {
    padding-left: 0;
  }
  .table:not(.totals):not(.table-comparison) tbody td:first-of-type {
    padding-left: 0;
  }
  .table:not(.totals):not(.table-comparison) tfoot th:first-of-type {
    padding-left: 0;
  }
  .catalog-product-view .sidebar-additional .block-compare .block-title {
    margin-top: 0;
  }
  .no-touch .pages .item:hover {
    border-color: transparent;
    background-color: #333333;
  }
  .no-touch .pages .item:hover a.action,
  .no-touch .pages .item:hover a.page,
  .no-touch .pages .item:hover strong.page {
    color: #ffffff;
    line-height: 30px;
  }
  .no-touch .pages .item:hover a.action:before,
  .no-touch .pages .item:hover a.page:before,
  .no-touch .pages .item:hover strong.page:before {
    color: #ffffff;
  }
  .actions-toolbar {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .actions-toolbar > .primary:not(:empty) {
    margin-right: 15px;
  }
  .product.data.items {
    text-align: left;
  }
  .page-layout-1column .product.data.items {
    text-align: center;
  }
  .product.data.items.tab .data.item.title {
    margin: 0 20px;
  }
  .product.data.items.tab .data.item.title:first-child {
    margin-left: 0;
  }
  .page-layout-1column .product.data.items.tab .data.item.title {
    margin: 0 20px;
  }
  .page-layout-1column .product.data.items.tab .data.item.title:first-child {
    margin-left: 20px;
  }
  .product.data.items.tab .data.item.title > .switch {
    border-bottom-width: 0;
    padding: 0;
  }
  .product.data.items.tab .data.item.title > .switch:hover {
    border-bottom: 2px solid #333333;
  }
  .product.data.items.tab .data.item.title.active > .switch {
    border-bottom: 2px solid #333333;
  }
  .product.data.items.tab .data.item.content {
    text-align: left;
    border-top: 1px solid #eeeeee;
  }
  .product.data.items.accordion > .data.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .product.data.items.accordion > .data.item.title > .switch {
    border-top: 1px solid #eeeeee;
    height: 48px;
    padding: 0;
    font-weight: 600;
    line-height: 48px;
    font-size: 1.2rem;
    color: #666666;
    text-align: left;
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .product.data.items.accordion > .data.item.title > .switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 33px;
    line-height: inherit;
    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;
  }
  .product.data.items.accordion > .data.item.title > .switch:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
  }
  .product.data.items.accordion > .data.item.title > .switch:hover {
    border-bottom: 0;
  }
  .product.data.items.accordion > .data.item.title.active > .switch {
    border-bottom: 0;
    color: #000000;
    display: inline-block;
    text-decoration: none;
  }
  .product.data.items.accordion > .data.item.title.active > .switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 33px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .product.data.items.accordion > .item.content {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .product.data.items.accordion > .item.content .description {
    padding-bottom: 20px;
  }
  .product.data.items.list > .data.item.title {
    width: 100%;
  }
  .product.data.items.list > .data.item.title > .switch:hover {
    border-bottom: 1px solid #eeeeee;
  }
  .product.data.items.list .data.item.content {
    margin: 0;
  }
  .row {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-m-12 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 100%;
    width: 100%;
  }
  .order-m-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .col-m-11 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 91.66666667%;
    width: 100%;
  }
  .order-m-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .col-m-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-m-10 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 83.33333333%;
    width: 100%;
  }
  .order-m-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .col-m-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-m-9 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 75%;
    width: 100%;
  }
  .order-m-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-8 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 66.66666667%;
    width: 100%;
  }
  .order-m-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .col-m-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-m-7 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 58.33333333%;
    width: 100%;
  }
  .order-m-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .col-m-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-m-6 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 50%;
    width: 100%;
  }
  .order-m-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-5 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 41.66666667%;
    width: 100%;
  }
  .order-m-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .col-m-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-m-4 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 33.33333333%;
    width: 100%;
  }
  .order-m-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .col-m-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-m-3 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 25%;
    width: 100%;
  }
  .order-m-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-2 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 16.66666667%;
    width: 100%;
  }
  .order-m-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col-m-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-m-1 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 8.33333333%;
    width: 100%;
  }
  .order-m-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col-m-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-m-offset-0 {
    margin-left: 0%;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 20px;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 20px;
    padding-right: 0;
  }
  .sidebar-additional {
    padding-left: 20px;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    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: 20px;
  }
  .page-print .copyright {
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .abs-add-clearfix-m:before,
  .abs-add-clearfix-m:after,
  .account .column.main .block-addresses-default:before,
  .account .column.main .block-addresses-default:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-m:after,
  .account .column.main .block-addresses-default:after {
    clear: both;
  }
  .abs-display-none-m,
  .page-products.page-layout-1column .toolbar:last-child .btn-filter,
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-display-block-m,
  .columns,
  .page-products.page-layout-1column .toolbar .btn-filter,
  .account .order-actions-toolbar .action.print {
    display: block;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .popup-authentication .block-authentication .block,
  .login-container .block,
  .account .column.main .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .popup-authentication .block-authentication .block:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .popup-authentication .block-authentication .block:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .box:nth-child(even) {
    float: right;
  }
  .account .order-actions-toolbar .action:after {
    border-left: 1px solid #eeeeee;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
  }
  .account .order-actions-toolbar .action:last-child:after {
    display: none;
  }
  /**
     * @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;
  }
  .cms-lookbook-page .lookbook-page-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-lookbook-page .lookbook-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item.col-lg {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 229px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 229px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video .slide-image {
    max-height: inherit;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 144px;
    min-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-xl {
    width: 100%;
  }
  .nav-toggle {
    display: block;
    top: 35px;
  }
  .ub-nav-sticky.nav-off-canvas.sticky-fired .header.content .block-search {
    display: block;
    padding: 2px 0;
  }
  ul.accordion-root {
    max-width: 360px;
  }
  .drilldown {
    max-width: 360px;
  }
  ul.vertical-root .menu-group-link {
    display: none;
  }
  ul.vertical-root .child-content {
    -webkit-box-shadow: 3px 3px 3px #555555;
    -ms-box-shadow: 3px 3px 3px #555555;
    box-shadow: 3px 3px 3px #555555;
    background: #ffffff;
    border: 1px solid #f0141e;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .4s, visibility .4s;
    visibility: hidden;
    z-index: 99;
  }
  ul.vertical-root .child-content .child-content-inner {
    padding: 0 20px 20px;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root .child-content {
    -webkit-box-shadow: -3px 3px 3px #555555;
    -ms-box-shadow: -3px 3px 3px #555555;
    box-shadow: -3px 3px 3px #555555;
    left: auto;
    right: 100% !important;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root .child-content .child-content-inner {
    flex-direction: row-reverse;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root > li.mega > .mega span.menu-title {
    padding: 0 0 0 40px;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root li.mega.has-child > .mega span.menu-title:after {
    content: '\e617';
    right: auto;
    left: 10px;
  }
  .page-layout-2columns-right .ub-sidebar-mega-menu ul.vertical-root li.mega ul.level1 li.mega.has-child > .mega span.menu-title:after {
    right: auto;
    left: 10px;
  }
  .page-footer .level0 > li.mega.dynamic-width {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #cboxLoadedContent .ub-quick-view-wrapper {
    height: 100%;
  }
  #cboxLoadedContent .ub-quick-view-wrapper .product.media {
    width: 30%;
    float: left;
  }
  .ub-quick-view-tabs {
    float: right;
    height: 100%;
    margin-top: 0;
    width: 65%;
  }
  .ub-quick-view-tabs .product.data.items {
    margin-bottom: 0;
    height: 100%;
  }
  .ub-quick-view-tabs .product.data.items .item.content.reviews,
  .ub-quick-view-tabs .product.data.items .item.content.product-info-detail,
  .ub-quick-view-tabs .product.data.items .item.content.ub-quick-view-product-bundle {
    display: none;
  }
  .ub-quick-view-tabs .item.content {
    padding: 20px 0 0 0;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
  }
  .default .ub-quick-view-tabs .item.content {
    padding-bottom: 100px !important;
  }
  .horizontal {
    max-width: 700px;
  }
  .horizontal #cboxLoadedContent .product.data.items > .item.content {
    height: 100%;
  }
  .horizontal.right-left {
    left: auto !important;
    right: -740px;
  }
  .horizontal.right-left.loading,
  .horizontal.right-left.loaded {
    left: auto !important;
    right: 0 !important;
  }
  .horizontal.left-right {
    left: -740px !important;
    right: auto !important;
  }
  .horizontal.left-right.loading,
  .horizontal.left-right.loaded {
    left: 0 !important;
    right: auto !important;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: both;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .bundle-options-container .product-add-form {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .bundle-options-container .product-add-form:before {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 6;
    border-radius: 5rem;
  }
  .bundle-options-container .product-add-form:after {
    background: #e8e8e8;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: -5px;
    width: 1px;
    z-index: 1;
  }
  .bundle-options-container .action.back {
    position: absolute;
    right: 0;
    top: -49px;
  }
  .bundle-options-wrapper {
    width: 50%;
    padding: 20px 40px 20px 0;
  }
  .catalog-product-view .bundle-options-wrapper .bundle-option-select {
    max-width: 80%;
  }
  .block-bundle-summary {
    width: 50%;
    padding: 20px 0 20px 40px;
  }
  .block-bundle-summary .product-image-container {
    float: left;
    width: 50% !important;
    margin-right: 20px;
  }
  .block-bundle-summary .bundle-summary {
    padding-left: 50%;
    margin-left: 20px;
  }
  .catalog-category-view .category-view h1 {
    margin-bottom: 30px;
  }
  .catalog-category-view .category-view:not(._no-image) .category-description {
    top: 60px;
  }
  .page-products .toolbar .toolbar-amount {
    margin: 20px 5px 20px;
  }
  .page-products.page-layout-1column .toolbar .btn-filter {
    margin-right: 20px;
  }
  .products-grid .product-items {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-grid .product-item {
    width: 33.33333333%;
    max-width: 33.33333333%;
    margin: 0 0 10px;
  }
  .products-grid .product-item-info {
    margin: 0 5px;
  }
  .products-list .product-items .product-item-photo-container .product-item-actions {
    margin: 0 0 0 -10px;
  }
  .products-list .product-items .product-item-photo {
    margin-right: 20px;
  }
  .page-layout-1column .products-grid .product-item {
    max-width: 25%;
    width: 25%;
  }
  .page-layout-3columns .products-grid .product-item {
    max-width: 50%;
    width: 50%;
  }
  .catalog-product-view .column.main {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-layout-3columns.catalog-product-view .column.main {
    display: flex;
    float: left;
  }
  .catalog-product-view .product.media {
    margin-right: 2%;
    position: relative;
    width: 38%;
  }
  .page-layout-3columns.catalog-product-view .product.media {
    margin-right: 0%;
    max-width: 480px;
    width: 100%;
  }
  .catalog-product-view .product.media .magnifier-preview {
    left: 105% !important;
    top: 0 !important;
    z-index: 22;
  }
  .catalog-product-view .product-info-main {
    width: 60%;
  }
  .page-layout-3columns.catalog-product-view .product-info-main {
    margin-top: 40px;
    width: 100%;
  }
  .catalog-product-view .product-info-main .page-title {
    margin-top: -13px;
  }
  .catalog-product-view .products-grid .product-item {
    max-width: inherit;
  }
  .catalog-product-view .products-grid .product-items.slick-slider {
    display: block !important;
  }
  .catalog-product-view .products-grid .product-items.slick-slider .slick-next {
    right: 8px;
  }
  .catalog-product-view .product.info.detailed {
    margin: 40px 0 20px;
  }
  .page-layout-1column.catalog-product-view .product.info.detailed {
    max-width: 750px;
    margin: 40px auto 20px;
  }
  .catalog-product-view .product.data.items.accordion .data.item.title {
    margin: 0 0 4px;
  }
  .catalog-product-view .product-view-v1 .product.media {
    width: 48%;
  }
  .catalog-product-view .product-view-v1 .product-info-main {
    width: 50%;
  }
  .catalog-product-view .fotorama__fullscreen .fotorama__nav__shaft {
    left: 16px;
    top: -2px;
  }
  .gallery-nav-vertical.catalog-product-view .fotorama__fullscreen .fotorama__nav__shaft {
    left: 4px;
    top: 2px;
  }
  .gallery-nav-vertical.catalog-product-view .fotorama__fullscreen .fotorama__stage {
    left: 90px !important;
  }
  .gallery-nav-vertical.catalog-product-view .fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
    width: 90px !important;
  }
  .catalog-product-view .gallery-nav-vertical .product.media {
    max-height: 243px;
  }
  .catalog-product-view .gallery-nav-vertical .product.media .fotorama__stage {
    height: 243px !important;
  }
  .catalog-product-view .gallery-nav-vertical .product.media .fotorama__stage .fotorama__arr.fotorama__arr--prev {
    right: 140px !important;
  }
  .catalog-product-view .gallery-nav-vertical .product.media .fotorama__stage .fotorama__arr.fotorama__arr--next {
    right: 100px !important;
  }
  .minicart-wrapper .minicart-items-wrapper {
    order: 0;
    overflow-y: auto;
    height: calc(100% - 13rem) !important;
    padding: 20px 0;
  }
  .minicart-wrapper .block-content .actions:not(.product) {
    bottom: 0;
    order: 3;
    left: 0;
    position: absolute;
    padding: 0 20px 10px;
  }
  .minicart-wrapper .block-content .actions:not(.product).top {
    bottom: 35px;
  }
  .cart-container {
    width: 100%;
    min-height: 500px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .cart-container .form-cart {
    order: 0;
    width: 66.66666667%;
    padding-right: 20px;
  }
  .cart-container .cart-summary {
    order: 1;
    width: 33.33333333%;
    position: relative;
  }
  .cart-container #gift-options-cart {
    order: 3;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 140px;
  }
  .block.crosssell {
    margin-top: 40px;
  }
  .block.crosssell .slick-next {
    right: 8px;
  }
  .block.crosssell .ub-slider-crosssell {
    display: block !important;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-sidebar {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .checkout-onepage-success .page-title-wrapper .action {
    margin: 15px 0;
    float: right;
  }
  .multicheckout .action.add {
    margin-left: 4px;
  }
  .multicheckout .action.back {
    padding-left: 10px;
    vertical-align: middle;
  }
  .multicheckout .actions-toolbar .secondary {
    margin-top: 20px;
  }
  .multicheckout .options-items .order-options .items .item .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .multicheckout .block-shipping .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .multicheckout .block-shipping .block-content .box-title a {
    margin-left: 10px;
    font-size: 1.1998rem;
  }
  .multicheckout .block-shipping .box-shipping-method {
    width: 46%;
  }
  .multicheckout .block-shipping .box-items,
  .multicheckout .block-shipping .box-shipping-address {
    width: 25%;
  }
  .multicheckout.order-review .block-shipping {
    margin-bottom: 0;
  }
  .multicheckout.order-review .block-shipping .block-content {
    flex-wrap: wrap;
  }
  .multicheckout.order-review .block-shipping .block-content .title {
    width: 100%;
  }
  .multicheckout.order-review .block-shipping .block-content .box-shipping-method {
    width: 73%;
  }
  .multicheckout.order-review .block-shipping .block-content .box-items {
    width: 100%;
  }
  .multicheckout .block-billing .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .multicheckout .block-billing .block-content .box-billing-address {
    width: 25%;
  }
  .multicheckout .block-billing .block-content .box-billing-method {
    width: 73%;
  }
  .authentication-dropdown .block-customer-login div.primary {
    margin-bottom: 10px;
  }
  .checkout-index-index .form-discount {
    max-width: 70%;
  }
  .checkout-index-index .shipping-address-items {
    margin: 0 -2%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-index-index .shipping-address-items .shipping-address-item {
    width: calc(46%);
    margin: 0 2% 4%;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: right;
    margin-top: -65px;
    position: relative;
    text-align: right;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    position: absolute;
    text-align: left;
    top: 120%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .masthead-title {
    font-size: 2.6rem;
    line-height: 1.33333333;
  }
  .login-container .block-customer-login .field {
    max-width: 80%;
  }
  .account .table-wrapper {
    overflow-x: auto;
  }
  .account .column.main .block-dashboard-addresses {
    clear: both;
  }
  .account .sidebar .actions-toolbar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .account .sidebar .actions-toolbar .secondary {
    margin-top: 10px;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .customer-review .product-media {
    float: left;
    margin-right: 20px;
  }
  .review-form .field .control {
    max-width: 70%;
  }
  h1,
  .masthead-title {
    font-size: 2.6rem;
    line-height: 1.33333333;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.33333333;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h3 {
    margin-top: 18.75px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h5 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h6 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .panel.wrapper .block-static-block:first-of-type {
    margin-right: auto;
    width: 50%;
  }
  .header.content .logo img {
    height: 26px;
  }
  .page-wrapper.nav-off-canvas .page-header .header.content .logo {
    margin-right: auto;
  }
  .page-wrapper.nav-off-canvas .page-header .header.content .nav-toggle {
    margin-left: -15px;
  }
  .header-default .header.content {
    justify-content: space-between;
  }
  .header-default .header.content .logo {
    margin: 0 auto 0 20px;
  }
  .page-wrapper {
    padding-top: 151px;
  }
  .page-wrapper:not(.ub-nav-sticky) {
    padding-top: 0;
  }
  .ub-content-slider.slider-item {
    margin-bottom: 20px;
    max-height: 336px;
  }
  .today-highlight .products-grid .product-items .product-item {
    margin-bottom: 0;
    max-width: 33.333%;
    width: 100%;
  }
  .today-highlight .products-grid .product-items .product-item .product-item-details {
    max-width: 130px;
  }
  .cms-index-index .block-special-books,
  .cms-index-index .block-compare,
  .cms-index-index .block-wishlist,
  .cms-index-index .block-banner,
  .cms-index-index .block-deals {
    width: 25%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 20px;
    float: left;
    clear: left;
  }
  .column-main-home {
    width: 75%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-bottom: 80px;
    padding-top: 25px;
    min-height: 300px;
    float: right;
    padding-left: 20px;
    position: relative;
  }
  .column-main-home .products-grid .product-item {
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .column-main-home:before {
    content: "";
    height: 100%;
    background: #eeeeee;
    width: 1px;
    position: absolute;
    top: 0;
    left: -1px;
  }
  .block-special-books .ub-content-slider .block-content .slick-prev {
    right: 30px;
  }
  .block-special-books .ub-content-slider .block-content .slick-next {
    right: 8px;
  }
  .block-deals {
    order: 1;
  }
  .block-deals .ub-countdown li {
    width: 50px;
  }
  .block-deals .ub-countdown li .number {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .page-footer .newsletter {
    padding: 40px 0 60px;
  }
  .page-footer .newsletter .field {
    justify-content: space-between;
    padding: 0;
  }
  .page-footer .newsletter .field label {
    margin-bottom: 20px;
  }
  .page-footer .newsletter .field .control input {
    min-width: 200px;
  }
  .footer.content .footer.links .item {
    margin-right: 10px;
  }
  .products-grid.wishlist .product-item-inner .box-tocart .actions-primary {
    margin-top: 20px;
  }
  .sidebar .actions-toolbar .action.view,
  .sidebar .actions-toolbar .action.clear {
    margin-top: 10px;
    display: block;
  }
  .sidebar .block-wishlist .product-image-container {
    float: none;
  }
  .sidebar .block-wishlist .product-item-details {
    padding-left: 0;
  }
  .sidebar .block-wishlist .action.delete {
    top: 108px;
  }
  .catalog-category-view.page-layout-1column .block.filter {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    background: #ffffff;
    height: 100%;
    left: -390px;
    overflow-y: auto;
    padding: 20px 25px;
    position: fixed;
    top: 0;
    z-index: 113;
    width: 390px;
  }
  .filter-open .toolbar .btn-filter:before {
    left: 390px;
  }
  .filter-open .catalog-category-view.page-layout-1column .page-wrapper {
    left: 390px;
  }
  .filter-open .catalog-category-view.page-layout-1column .block.filter {
    left: 0;
  }
  #html-body [data-content-type="image"] .pagebuilder-mobile-only {
    display: none;
  }
  #html-body [data-content-type="image"] .pagebuilder-mobile-hidden {
    display: block;
  }
  #html-body .pagebuilder-column.brands-list {
    flex-direction: row;
    justify-content: space-between;
  }
  #html-body.page-layout-bookshop-cms-page-v1 [data-content-type="slide"] [data-element="button"] {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
  [data-content-type="row"] .free-shipping .pagebuilder-column:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  [data-content-type="row"] .free-shipping .pagebuilder-column:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  [data-content-type="row"] .free-shipping .pagebuilder-column:after {
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel.slick-initialized .slick-slide > div {
    padding: 0 10px 10px;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel .slick-arrow {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel .slick-next {
    right: 10px;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel .slick-prev {
    right: 40px;
    left: auto;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-grid {
    gap: 20px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight {
    max-height: 386px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .ub-product-labels {
    display: none;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .featured-item .product-item-info {
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid {
    gap: 20px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid .product-item-info .product-item-photo {
    max-width: 38px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid .product-item {
    border: 0;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid .product-item-details {
    display: none;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid .product-item-info {
    padding: 0;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-col-home-content {
    position: relative;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-col-home-content:before {
    content: "";
    height: 100%;
    background: #eeeeee;
    width: 1px;
    position: absolute;
    top: 0;
    left: -1px;
  }
  .ub-quick-view-tabs {
    width: 67%;
  }
  .default .ub-quick-view-tabs .item.content {
    padding-bottom: 110px !important;
  }
  #cboxLoadedContent .fotorama__thumb-border {
    border-width: 1px !important;
  }
  #cboxLoadedContent .fotorama__nav-wrap--horizontal {
    margin-top: 20px;
  }
  #cboxLoadedContent .product.data.items {
    text-align: center;
  }
  #cboxLoadedContent .product.data.items > .item.title {
    margin: 0 10px;
  }
  #cboxLoadedContent .product.data.items > .item.title > .switch {
    padding-left: 0;
    padding-right: 0;
  }
  #cboxLoadedContent .product.data.items > .item.title.active > .switch {
    border-bottom: 2px solid #333333;
  }
  #cboxLoadedContent .product.data.items > .item.content {
    border-top: 1px solid #eeeeee;
    text-align: left;
    height: 500px;
  }
  #cboxLoadedContent .product.data.items > .item.content.product-info-main .overview,
  #cboxLoadedContent .product.data.items > .item.content.product-info-main .product-add-form {
    padding-right: 20px;
  }
  #cboxLoadedContent .product.data.items > .item.content.product-info-main .grouped .control.qty {
    position: relative;
  }
  #cboxLoadedContent .product.data.items > .item.content.product-info-main .grouped .control.qty div.mage-error {
    min-width: 230px;
    position: absolute;
    right: 0;
  }
  #cboxLoadedContent .product.data.items > .item.content .description {
    padding-right: 20px;
  }
  #cboxLoadedContent .product.data.items > .item.content .table-wrapper:not(.grouped) {
    padding-right: 20px;
  }
  #cboxLoadedContent .product.data.items > .item.content .table-wrapper th {
    width: 200px;
  }
  #cboxLoadedContent .product.data.items > .item.content .bundle-actions {
    width: 97%;
  }
  #cboxLoadedContent .product.data.items > .item.content .bundle-options-container .product-add-form {
    padding-right: 20px;
  }
  #cboxLoadedContent .product.data.items > .item.content .bundle-options-container .product-add-form:after {
    display: none;
  }
  #cboxLoadedContent .product.data.items > .item.content .review-list {
    padding-right: 20px;
  }
  .popular-book .block-title {
    line-height: 1;
    margin-top: 0;
  }
  .popular-book .products-grid .product-item .product-item-photo-container {
    margin-bottom: 20px;
    max-width: 150px;
  }
  .catalog-product-view .columns .product.media {
    width: 24%;
  }
  .catalog-product-view .columns .product-info-main {
    width: 74%;
  }
  .catalog-product-view .block.upsell .block-content .slick-track,
  .catalog-product-view .block.related .block-content .slick-track {
    margin-left: 0;
  }
  .catalog-product-view .block.upsell .block-content .slick-prev,
  .catalog-product-view .block.related .block-content .slick-prev,
  .catalog-product-view .block.upsell .block-content .slick-next,
  .catalog-product-view .block.related .block-content .slick-next {
    height: 20px;
    width: 20px;
  }
  .catalog-product-view .block.upsell .block-content .slick-next,
  .catalog-product-view .block.related .block-content .slick-next {
    right: 10px;
  }
  .page-layout-2columns-right .columns .column.main,
  .page-layout-2columns-left .columns .column.main {
    position: relative;
  }
  .page-layout-2columns-right .columns .column.main:before,
  .page-layout-2columns-left .columns .column.main:before {
    background: #eeeeee;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .page-layout-2columns-right .columns .sidebar .filter-title,
  .page-layout-2columns-left .columns .sidebar .filter-title {
    line-height: 1;
    margin-top: 0;
  }
  .page-layout-2columns-left .columns .column.main:before {
    left: -10px;
  }
  .page-layout-2columns-right .columns .column.main:before {
    right: -10px;
  }
  .product-view-v1 .product-info-main .product.info.detailed {
    max-width: inherit;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search {
    margin: auto 0;
    padding: 16px 0;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-title {
    display: none;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .field.search {
    margin-bottom: 0;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .field.search .input-text:focus {
    border-color: transparent;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .field.search .nested {
    display: none;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .actions {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .action.search {
    background: none;
    border: 0;
    height: 48px;
    padding: 0;
    width: 48px;
    display: block;
    text-decoration: none;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .action.search span {
    display: none;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .action.search:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: #333333;
    content: '\e615';
    font-family: 'icons-blank-theme';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .action.search:after {
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .action.search:hover {
    border: 0;
  }
  .page-wrapper:not(.sticky-fired) .page-header .block-search .block-content .search-autocomplete {
    position: absolute;
    width: 100%;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .block-title {
    color: #ffffff;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .block-title:before {
    top: 50px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .block-content {
    top: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px;
    min-width: 280px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .block-content .field.search .nested {
    display: block;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .block-content .actions {
    position: static;
  }
  .ub-nav-sticky .page-header .header.content .minicart-wrapper .showcart:before {
    display: none;
  }
  .ub-nav-sticky .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart:before {
    display: block;
  }
  .ub-nav-sticky .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart .counter._block-content-loading .loading-mask {
    right: 0;
  }
  .ub-nav-sticky.sticky-fired .page-header .panel.wrapper .panel.header .has-toggle:before {
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .panel.wrapper .panel.header .minicart-wrapper:before {
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart:before {
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .panel.wrapper .panel.header .minicart-wrapper .showcart .counter-number {
    font-size: 0;
    height: 0;
    width: 0;
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper .showcart:before {
    display: block;
  }
  .minicart-wrapper {
    order: 3;
    color: #212121;
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .minicart-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #3b3b3b;
  }
  .minicart-wrapper .showcart {
    width: auto;
    height: auto;
    padding: 0 0 0 30px;
    display: block;
    text-decoration: none;
  }
  .minicart-wrapper .showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    content: '\e611';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .minicart-wrapper .showcart:before {
    width: auto;
    position: absolute;
    top: -8px;
    left: 0;
  }
  .minicart-wrapper .showcart .text {
    display: inline-block;
  }
  .minicart-wrapper .showcart .counter {
    display: inline-block;
  }
  .minicart-wrapper .showcart .counter-number {
    position: relative;
    display: inline-block;
    top: -2px;
  }
  .minicart-wrapper .showcart .counter._block-content-loading .loading-mask {
    top: 2px;
    right: 20px;
    border-radius: 50%;
  }
  .ub-nav-sticky .page-header .header.content .minicart-wrapper {
    font-size: 0;
    opacity: 0;
  }
  .ub-nav-sticky .page-header .header.content .minicart-wrapper .showcart {
    width: 0;
    height: 0;
    padding: 0;
  }
  .ub-nav-sticky .page-header .header.content .minicart-wrapper .showcart .counter-number {
    width: 0;
    height: 0;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper {
    margin: auto 0;
    font-size: inherit;
    opacity: 1;
    padding-left: 0;
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper:before {
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper .showcart {
    width: 50px;
    height: 50px;
    padding: 0 20px 0 30px;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper .showcart:before {
    width: 50px;
    font-size: 30px;
    height: 50px;
    top: 0;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper .showcart .counter-number {
    width: 20px;
    height: 20px;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper .showcart .text {
    display: none;
  }
  .ub-nav-sticky.sticky-fired .page-header .header.content .minicart-wrapper .showcart .counter._block-content-loading .loading-mask {
    right: 0;
  }
  .checkout-container .authentication-wrapper {
    margin-top: 10px;
  }
  .block.crosssell .block-content .slick-track {
    margin-left: 0;
  }
  .block.crosssell .block-content .slick-prev,
  .block.crosssell .block-content .slick-next {
    height: 20px;
    width: 20px;
    border-radius: 0;
  }
  .block.crosssell .block-content .slick-next {
    right: 4px;
  }
  .block.crosssell .block-content .slick-prev {
    right: 40px;
  }
  .block.crosssell .block-content .products-grid .product-item {
    max-width: inherit !important;
  }
  .opc-wrapper.ub-checkout-wrapper .shipping-date-time .step-content fieldset.fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .opc-wrapper.ub-checkout-wrapper .form-shipping-address .fieldset.address {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ub-content-slider.slider-product .slick-prev,
  .ub-content-slider.slider-products .slick-prev,
  .ub-content-slider.slider-product .slick-next,
  .ub-content-slider.slider-products .slick-next {
    width: 20px;
    height: 20px;
    top: -45px;
    border-radius: 0;
  }
  .ub-content-slider.slider-product .slick-prev,
  .ub-content-slider.slider-products .slick-prev {
    left: auto;
    right: 40px;
  }
  .ub-content-slider.slider-item .slide-content-desc {
    padding: 20px;
    max-width: 300px;
    left: 50px;
    text-align: left;
  }
  .ub-content-slider.slider-item .slide-desc .title {
    font-size: 2.8rem;
  }
  .ub-content-slider.slider-item .slide-desc .desc {
    font-size: 1.4rem;
    display: block;
  }
  .nav-toggle {
    display: block;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .nav-toggle:before {
    color: #ffffff;
    font-size: 2.002rem;
    line-height: 40px;
    transition: all linear 0.4s;
    width: 40px;
    height: 40px;
    right: 15px;
    margin-left: -25px;
  }
  .nav-off-canvas .header.content .logo {
    margin-left: 20px;
  }
  .nav-open .nav-off-canvas .nav-toggle:before {
    top: 31px;
  }
  .ub-nav-sticky.sticky-fired .header.content {
    padding-top: 0;
  }
  .nav-open .ub-nav-sticky.sticky-fired .header.content .nav-toggle {
    margin-top: 0;
  }
}
@media all and (min-width: 1024px), print {
  .navigation {
    z-index: 1;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f3444c;
    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: #212121;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #212121;
    border-style: solid;
    border-width: 0 0 3px;
    color: #212121;
    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 #eeeeee;
    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: #eeeeee;
    color: #eeeeee;
    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 25px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f0141e;
    color: #212121;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #212121;
    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;
  }
  .row {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-l-12 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 100%;
    width: 100%;
  }
  .order-l-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .col-l-11 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 91.66666667%;
    width: 100%;
  }
  .order-l-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .col-l-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-l-10 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 83.33333333%;
    width: 100%;
  }
  .order-l-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .col-l-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-l-9 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 75%;
    width: 100%;
  }
  .order-l-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-8 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 66.66666667%;
    width: 100%;
  }
  .order-l-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .col-l-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-l-7 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 58.33333333%;
    width: 100%;
  }
  .order-l-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .col-l-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-l-6 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 50%;
    width: 100%;
  }
  .order-l-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-5 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 41.66666667%;
    width: 100%;
  }
  .order-l-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .col-l-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-l-4 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 33.33333333%;
    width: 100%;
  }
  .order-l-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .col-l-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-l-3 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 25%;
    width: 100%;
  }
  .order-l-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-2 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 16.66666667%;
    width: 100%;
  }
  .order-l-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col-l-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-l-1 {
    margin: 0 0 10px;
    order: 0;
    padding: 0 5px;
    max-width: 8.33333333%;
    width: 100%;
  }
  .order-l-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col-l-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-l-offset-0 {
    margin-left: 0%;
  }
  div.ub-quick-view-tabs {
    width: 68%;
  }
  .default div#cboxLoadedContent .ub-quick-view-wrapper .product.media {
    max-width: 270px;
  }
  .default div#cboxLoadedContent .ub-quick-view-wrapper .product.data.items > .item.content {
    height: 600px;
  }
  .ub-icon-next-l,
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    text-decoration: none;
  }
  .ub-icon-next-l:after,
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15.12px;
    line-height: inherit;
    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;
  }
  .ub-icon-down-l,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title,
  .level0.horizontal-root > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    text-decoration: none;
  }
  .ub-icon-down-l:after,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:after,
  .level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    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;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item.col-lg {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 315px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 315px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item {
    width: 25%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 144px;
    min-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-lg {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-xl {
    width: 75%;
  }
  .nav-toggle {
    display: none;
  }
  .nav-off-canvas .nav-sections {
    overflow: initial;
  }
  .nav-off-canvas .nav-sections.scroll-enabled {
    overflow: auto;
  }
  .nav-sections {
    max-height: 51px;
  }
  .nav-sections .nav-sections-items {
    display: block !important;
    margin: auto;
    max-width: 1170px;
  }
  .nav-sections .nav-sections-item-content > .drilldown {
    display: block;
  }
  .nav-before-open {
    overflow: inherit;
  }
  .nav-before-open body {
    height: auto;
  }
  .nav-before-open .page-wrapper {
    left: 0;
  }
  .nav-before-open .page-wrapper.nav-off-canvas {
    overflow: inherit;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega {
    padding: 0 20px;
    line-height: 50px;
    position: relative;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega span.menu-icon {
    left: 50%;
    margin-left: -16px;
    top: -10px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:after {
    margin-left: 10px;
    margin-top: -1px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child.mega-hover > .mega {
    background: #f0141e;
    color: #212121;
    text-decoration: none;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega .child-content {
    opacity: 0;
    visibility: hidden;
  }
  .level0.horizontal-root {
    display: block;
    opacity: 1;
  }
  .level0.horizontal-root > li.mega {
    width: auto;
  }
  .level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
    line-height: 50px;
    position: relative;
  }
  .ub-nav-sticky.sticky-fired .level0.horizontal-root > li.mega > .mega {
    padding: 0 10px;
  }
  .level0.horizontal-root > li.mega > .mega.ui-state-active,
  .level0.horizontal-root > li.mega > .mega:active,
  .level0.horizontal-root > li.mega > .mega:focus,
  .level0.horizontal-root > li.mega > .mega:hover {
    background: #f0141e;
    text-decoration: none;
  }
  .level0.horizontal-root > li.mega > .mega span.menu-icon {
    left: 50%;
    margin-left: -16px;
    top: -10px;
  }
  .level0.horizontal-root > li.mega > .mega.active {
    background: #f0141e;
    color: #212121;
  }
  .level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:after {
    margin-left: 10px;
    margin-top: -1px;
  }
  .level0.horizontal-root > li.mega.has-child.mega-hover > .mega {
    background: #f0141e;
    color: #212121;
    text-decoration: none;
  }
  .level0.horizontal-root > li.mega .menu-group-link {
    display: none;
  }
  .level0.horizontal-root > li.mega .child-content {
    -webkit-box-shadow: 3px 3px 3px #555555;
    -ms-box-shadow: 3px 3px 3px #555555;
    box-shadow: 3px 3px 3px #555555;
    background: #ffffff;
    border: 1px solid #f0141e;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: opacity .4s, visibility .4s;
    visibility: hidden;
    z-index: 99;
  }
  .level0.horizontal-root > li.mega .child-content .child-content-inner {
    padding: 0 20px 20px;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
  .level0.horizontal-root > li.mega .child-content [data-content-type='row'] {
    width: 100%;
  }
  .level0.horizontal-root > li.mega .child-content li.mega.group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .level0.horizontal-root > li.mega .child-content li.mega.group > a.mega {
    color: #212121;
    width: 100%;
  }
  .level0.horizontal-root > li.mega .child-content.cols1 {
    padding: 20px;
  }
  .level0.horizontal-root > li.mega .child-content.cols1 .child-content-inner {
    padding: 0;
  }
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level1,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level2,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level3,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level4,
  .level0.horizontal-root > li.mega .child-content.cols1 ul.level5 ul.level6 {
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    width: 100%;
  }
  .level0.horizontal-root > li.mega ul.level4 > li.mega.has-child > .mega > span.menu-title:after {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 25px;
  }
  .level0.horizontal-root > li.mega.style-default .child-content,
  .level0.horizontal-root > li.mega.style-1 .child-content {
    left: 0;
  }
  .level0.horizontal-root > li.mega.style-default {
    position: relative;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget {
    margin-top: 0;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items {
    margin: 0;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items li.product-item {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items li.product-item .product-image-container {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-default .hot-products .block.widget .products-grid .product-items li.product-item .product-image-container .product-image-photo {
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-1 {
    position: static;
  }
  .ub-nav-sticky.sticky-fired .level0.horizontal-root > li.mega.style-1 .child-content {
    left: auto;
    right: 20px;
  }
  .level0.horizontal-root > li.mega.style-2 {
    position: static;
  }
  .level0.horizontal-root > li.mega.style-2 .child-content {
    left: 100px;
    padding: 0;
  }
  .ub-nav-sticky.sticky-fired .level0.horizontal-root > li.mega.style-2 .child-content {
    left: auto;
    right: 20px;
  }
  .level0.horizontal-root > li.mega.style-2 .child-content .child-content-inner {
    padding: 0 0 20px;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content {
    left: 0;
    padding: 20px 0;
    width: 100%;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 1.806rem;
    font-weight: 700;
    line-height: 25px;
  }
  .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    margin-bottom: 20px;
    max-width: 400px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content.cols1 > .child-content-inner {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega {
    position: static;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    left: 200px;
    max-width: 80%;
    padding: 0 0 0 20px;
    top: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content .child-content-inner {
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 170px;
    padding-top: 0 !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega:hover,
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega:hover {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child.active .child-content > .child-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega {
    background-color: transparent !important;
    background: none !important;
    color: #212121;
    line-height: 100%;
    padding-bottom: 10px !important;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega.active {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections {
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items {
    margin: 0;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 20px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items li.product-item {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items li.product-item .product-image-container {
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid .product-items li.product-item .product-image-container .product-image-photo {
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .product-item .product-item-info a {
    background: none !important;
    max-width: inherit !important;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .product-item .product-item-info .product-item-photo {
    margin-bottom: 12px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections.three-items-per-row .block.widget .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega .mega {
    color: #212121;
    font-weight: 600;
    line-height: 35px;
    padding: 0 10px;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child .child-content {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active > .child-content {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active .has-child {
    background-color: #f0141e !important;
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active > li.mega .mega {
    color: #ffffff;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level3 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs ul.level3 > li.mega .mega.active {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega {
    padding: 0 !important;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega {
    font-weight: 400;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega.active {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 80%;
    left: 190px;
  }
  .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    margin-bottom: 20px !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content {
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content.cols1 > .child-content-inner {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner {
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega {
    display: inline-block;
    float: none;
    position: static;
    width: auto;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    left: 200px;
    max-width: 80%;
    padding: 20px 0 0 !important;
    top: 0;
    width: 100% !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content .child-content-inner {
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content.cols1 > .child-content-inner {
    display: block;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 130px;
    padding-top: 0 !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title {
    font-size: 1.4rem;
    padding-right: 0;
    width: auto;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title:after,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title:after {
    display: none;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active a.mega span.menu-title,
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active span.mega span.menu-title {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega {
    background-color: transparent !important;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom: 10px !important;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega span.menu-icon {
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
    position: static;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega span.menu-icon img {
    border: 2px solid #eeeeee;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega span.menu-title {
    border-bottom: 0 !important;
    color: inherit !important;
    line-height: inherit !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega:hover img {
    border-color: #f0141e;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.group > .mega.active {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .block.widget {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: calc(33.33333333%) !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .product-item .product-item-info a {
    background: none !important;
    max-width: inherit !important;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega > .mega {
    color: #212121;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: all 0.4s linear;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega > .mega span.menu-icon {
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    display: block;
    height: 80px;
    left: 0;
    margin-left: 0;
    margin: auto;
    max-width: 80px;
    position: static;
    top: 0;
    width: 100%;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega > .mega:hover span.menu-icon {
    border-color: #f0141e;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child .child-content {
    opacity: 0;
    visibility: hidden;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child.active > .child-content {
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child.active a.has-child > span.menu-title {
    border-bottom: 1px solid #000000;
    display: inline-block;
    line-height: 50px;
    position: relative;
    z-index: 111;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level2 > li.mega.has-child.active > li.mega .mega {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level3 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level3 > li.mega .mega.active {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level4 > li.mega .mega {
    font-weight: 400;
    padding: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level4 > li.mega .mega:hover,
  .level0.horizontal-root > li.mega.style-tabs-hz ul.level4 > li.mega .mega.active {
    color: #212121;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #eeeeee;
    left: 0;
    max-width: 100%;
    min-height: 100% !important;
    padding: 20px !important;
    top: 50px;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega.has-child .child-content {
    border-top: 0;
    display: block;
    margin: 0;
    padding: 0 !important;
    position: static;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: calc(50%);
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .hot-products .block.widget {
    margin-top: 0;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .hot-products .block-title {
    line-height: 1.33;
  }
  .level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner .hot-products .block-title strong {
    font-size: 1.4rem;
  }
  .level0.horizontal-root > li.mega.has-child:focus > .child-content,
  .level0.horizontal-root > li.mega.has-child:hover > .child-content {
    opacity: 1;
    visibility: visible;
  }
  .level0.horizontal-root > li.mega.has-child:focus > .child-content.cols1 > .child-content-inner,
  .level0.horizontal-root > li.mega.has-child:hover > .child-content.cols1 > .child-content-inner {
    display: block;
  }
  .level0.horizontal-root .mega-with-thumb ul.mega-menu li {
    width: calc(20%);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 15px !important;
  }
  .level0.horizontal-root .mega-with-thumb ul.mega-menu li a.mega {
    padding: 0 !important;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root {
    position: static;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 980px;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default {
    position: static;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default .child-content {
    left: auto;
    right: 20px;
    top: 60px;
  }
  .ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root ul.level1 li.mega.has-child .child-content {
    top: 0;
  }
  ul.vertical-root > li.mega {
    position: relative;
  }
  ul.vertical-root > li.mega.has-child > .mega:after {
    content: "";
    left: 0;
    min-height: 42px;
    position: absolute;
    top: 0;
  }
  ul.vertical-root > li.mega > .child-content {
    left: 110%;
    top: 0;
  }
  ul.vertical-root ul.level1 > li.mega.has-child:hover > .child-content,
  ul.vertical-root ul.level1 > li.mega.has-child:focus > .child-content {
    right: -200px;
  }
  .ub-sidebar-mega-menu ul.vertical-root > li.mega {
    position: relative;
  }
  .ub-sidebar-mega-menu ul.vertical-root > li.mega.has-child > .mega:after {
    width: 110%;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .mega {
    width: auto;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .mega .menu-title:after {
    right: 5px;
    content: '\e608' !important;
  }
  .nav-sections ul.vertical-root > li.mega.has-child.mega-hover > .mega {
    position: relative;
  }
  .nav-sections ul.vertical-root > li.mega.has-child.mega-hover > .mega:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    min-height: 42px;
  }
  .nav-open .nav-sections ul.vertical-root > li.mega.has-child.mega-hover > .mega:after {
    width: 110%;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .child-content {
    left: 300px;
  }
  .default #cboxLoadedContent .ub-quick-view-wrapper .product.media {
    width: 26%;
  }
  .default.loaded #cboxContent {
    margin: auto;
  }
  .catalog-category-view .category-view:not(._no-image) .category-description {
    top: 100px;
  }
  .page-products .toolbar .toolbar-amount {
    margin: 20px auto 20px 20px;
  }
  .products-grid .product-items {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-grid .product-item {
    width: 25%;
    max-width: 25%;
    margin: 0 0 10px;
  }
  .products-grid .product-item-info {
    margin: 0 5px;
  }
  .products-list .product-items .product-item-name {
    margin-top: 0;
  }
  .page-layout-1column .products-grid .product-item {
    max-width: 20%;
    width: 20%;
  }
  .page-layout-3columns .products-grid .product-item {
    max-width: 50%;
    width: 50%;
  }
  .gallery-nav-vertical .product.media {
    max-height: 365px;
  }
  .gallery-nav-vertical .product.media .fotorama__stage {
    height: 365px !important;
  }
  .cart-container .form-cart {
    width: 75%;
  }
  .cart-container .cart-summary {
    width: 25%;
  }
  .block.crosssell {
    margin-top: 0;
  }
  .checkout-index-index .shipping-address-items .shipping-address-item {
    width: calc(29.33333333%);
  }
  .multicheckout .actions-toolbar .secondary {
    margin-top: 0;
  }
  .masthead-title {
    font-size: 3.6rem;
    margin-top: 0px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .account .sidebar .actions-toolbar {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .account .sidebar .actions-toolbar .secondary {
    margin-top: 0;
  }
  h1 {
    font-size: 3.6rem;
    margin-top: 0px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h2 {
    font-size: 3.2rem;
    margin-top: 25.6px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h3 {
    margin-top: 24px;
    margin-bottom: 12.8px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h4 {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h5 {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h6 {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-open .page-wrapper.nav-off-canvas .nav-sections {
    margin-left: 0;
  }
  .header-default .header.content .logo {
    margin: 0;
  }
  .nav-off-canvas .header-default .header.content .logo {
    margin: 0;
  }
  .ub-content-slider.slider-item {
    max-width: 685px;
    margin-bottom: 0;
    max-height: 316px;
  }
  .today-highlight {
    margin-top: 0;
    max-width: 280px;
    padding-bottom: 10px;
  }
  .today-highlight .products-grid .product-items .product-item {
    margin-bottom: 0;
    max-width: 33.333%;
    width: 100%;
  }
  .today-highlight .products-grid .product-items .product-item .product-item-info {
    margin: 0 5px;
  }
  .today-highlight .products-grid .product-items .product-item .product-item-details {
    display: none;
  }
  .today-highlight .products-grid .product-items .product-item:first-of-type .product-item-details {
    display: block;
    max-width: 130px;
  }
  .today-highlight .products-grid .product-items .product-item:nth-child(2) .product-item-info {
    margin-left: 0;
    margin-right: 10px;
  }
  .today-highlight .products-grid .product-items .product-item:nth-child(4) .product-item-info {
    margin-right: 0;
    margin-left: 10px;
  }
  .today-highlight .products-grid .product-items .product-item:first-of-type {
    border-bottom: 1px dotted #333333;
    clear: both;
    float: left;
    margin: 0 0 8px;
    padding-bottom: 8px;
    width: 100%;
    max-width: 100%;
  }
  .column-main-home .products-grid .product-item {
    max-width: 25%;
    width: 25%;
  }
  .block-deals .ub-countdown li {
    width: 43px;
  }
  .block-deals .ub-countdown li .number {
    height: 43px;
    line-height: 43px;
    width: 43px;
  }
  .block-special-books .ub-content-slider .block-content .slick-prev {
    right: 40px;
  }
  .page-footer .newsletter .field label {
    margin-bottom: 0;
  }
  .page-footer .newsletter .field .control input {
    min-width: 320px;
  }
  .sidebar .actions-toolbar .action.view,
  .sidebar .actions-toolbar .action.clear {
    margin-top: 0;
  }
  .sidebar .block-wishlist .product-image-container {
    float: left;
  }
  .sidebar .block-wishlist .product-image-container img {
    margin-top: 7px;
  }
  .sidebar .block-wishlist .product-item-details {
    padding-left: 85px;
  }
  .sidebar .block-wishlist .action.delete {
    top: -1px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .ub-product-labels {
    display: flex;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .featured-item .product-item-info {
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid .product-item-info .product-item-photo {
    max-width: 55px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.brands {
    justify-content: space-between;
  }
  .ub-quick-view-tabs {
    width: 70%;
  }
  .default #cboxLoadedContent .ub-quick-view-wrapper .product.media {
    max-width: 256px;
  }
  #cboxLoadedContent .product.data.items > .item.title {
    margin: 0 20px;
  }
  .popular-book .products-grid .product-item .product-item-photo-container {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .popular-book .products-grid .product-item .product-item-details {
    max-width: 160px;
  }
  .page-header .block-search .block-content {
    min-width: 260px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    margin: auto auto auto 15px;
    max-height: 80px;
  }
  .nav-sections ul.vertical-root > li.mega.has-child > .child-content {
    border: 0;
  }
  .nav-sections ul.vertical-root > li.mega ul.level1 li.mega.has-child > .child-content {
    border: 0;
  }
  ul.level0.horizontal-root {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.level0.horizontal-root > li.mega {
    position: relative;
    margin: 0;
  }
  ul.level0.horizontal-root > li.mega > .mega {
    color: #ffffff;
    font-weight: 400;
    border-right: 1px solid #dc0e17;
    position: relative;
    line-height: 80px;
    padding: 0 10px;
  }
  ul.level0.horizontal-root > li.mega > .mega.ui-state-active,
  ul.level0.horizontal-root > li.mega > .mega:active,
  ul.level0.horizontal-root > li.mega > .mega:focus,
  ul.level0.horizontal-root > li.mega > .mega:hover,
  ul.level0.horizontal-root > li.mega > .mega.active {
    background-color: #ce0d16;
    color: #ffffff;
  }
  ul.level0.horizontal-root > li.mega > .mega.first {
    border-left: 1px solid #dc0e17;
  }
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega {
    position: relative;
  }
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega.ui-state-active,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega:active,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega:focus,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega:hover,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega.active {
    text-decoration: none;
  }
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega.ui-state-active:before,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega:active:before,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega:focus:before,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega:hover:before,
  ul.level0.horizontal-root > li.mega:not(.has-child) > .mega.active:before {
    border-bottom-color: #212121;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega {
    position: relative;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:before {
    height: 80px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    z-index: 110;
  }
  ._has-modal ul.level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:before {
    z-index: 0;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26.04px;
    line-height: inherit;
    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;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega > span.menu-title:after {
    margin-left: 0;
    margin-top: -2px;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega.ui-state-active,
  ul.level0.horizontal-root > li.mega.has-child > .mega:active,
  ul.level0.horizontal-root > li.mega.has-child > .mega:focus,
  ul.level0.horizontal-root > li.mega.has-child > .mega:hover,
  ul.level0.horizontal-root > li.mega.has-child > .mega.active {
    color: #ffffff;
  }
  ul.level0.horizontal-root > li.mega.has-child > .mega.ui-state-active:before,
  ul.level0.horizontal-root > li.mega.has-child > .mega:active:before,
  ul.level0.horizontal-root > li.mega.has-child > .mega:focus:before,
  ul.level0.horizontal-root > li.mega.has-child > .mega:hover:before,
  ul.level0.horizontal-root > li.mega.has-child > .mega.active:before {
    content: '';
    position: absolute;
    top: 0;
    height: 70px;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega {
    background-color: #ce0d16;
    color: #ffffff;
  }
  ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega > span.menu-title:before {
    display: block;
  }
  ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 5px 7px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    z-index: 11;
  }
  ul.level0.horizontal-root > li.mega .child-content {
    background: #ffffff;
    color: #333333;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
    border: 0;
  }
  ul.level0.horizontal-root > li.mega .child-content .block.widget .products-grid li.product-item .product-item-info .product-item-name a {
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega .child-content:not(.cols1) .child-content-inner {
    padding: 0 0 20px;
  }
  ul.level0.horizontal-root > li.mega .child-content:not(.cols1) .child-content-inner .mega-col > ul.level1 {
    padding: 0 20px;
    border-right: 1px solid #eeeeee;
  }
  ul.level0.horizontal-root > li.mega .child-content:not(.cols1) .child-content-inner .mega-col.column3 > ul.level1,
  ul.level0.horizontal-root > li.mega .child-content:not(.cols1) .child-content-inner .mega-col.last > ul.level1 {
    border-right: 0;
  }
  ul.level0.horizontal-root > li.mega .child-content.cols1 .child-content-inner {
    padding-top: 20px;
  }
  ul.level0.horizontal-root > li.mega .child-content.cols1 .child-content-inner ul.level1 {
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega .child-content.cols1 .child-content-inner ul.level2 {
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega .child-content li.mega.group {
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega .child-content li.mega.group > span.mega {
    font-size: 14px;
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega .child-content li.mega.group > span.mega.ui-state-active,
  ul.level0.horizontal-root > li.mega .child-content li.mega.group > span.mega:active,
  ul.level0.horizontal-root > li.mega .child-content li.mega.group > span.mega:focus,
  ul.level0.horizontal-root > li.mega .child-content li.mega.group > span.mega:hover,
  ul.level0.horizontal-root > li.mega .child-content li.mega.group > span.mega.active {
    text-decoration: none;
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width {
    position: static;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega > a.mega {
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega > a.mega.ui-state-active,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega > a.mega:active,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega > a.mega:focus,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega > a.mega:hover,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega > a.mega.active {
    text-decoration: underline;
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title {
    display: block;
    text-decoration: none;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21.98px;
    line-height: inherit;
    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;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child > .mega > span.menu-title:after {
    top: 2px;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child.mega-hover > .mega {
    color: #333333;
    text-decoration: underline;
  }
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child.mega-hover > .mega.ui-state-active,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child.mega-hover > .mega:active,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child.mega-hover > .mega:focus,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child.mega-hover > .mega:hover,
  ul.level0.horizontal-root > li.mega ul.level1 > li.mega.has-child.mega-hover > .mega.active {
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega {
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega.ui-state-active,
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega:active,
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega:focus,
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega:hover,
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega.active {
    color: #333333;
    text-decoration: underline;
  }
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega > a.mega > b {
    margin-top: 10px;
    display: block;
  }
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .mega > span.menu-title:after {
    font-size: 2.198rem;
  }
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .child-content {
    left: 100%;
  }
  ul.level0.horizontal-root > li.mega ul.level2 > li.mega.has-child > .child-content .mega-col ul.level3 {
    padding: 0 20px;
  }
  ul.level0.horizontal-root > li.mega ul.level3 {
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega > a.mega {
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega > a.mega.ui-state-active,
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega > a.mega:active,
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega > a.mega:focus,
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega > a.mega:hover,
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega > a.mega.active {
    text-decoration: underline;
    color: #333333;
  }
  ul.level0.horizontal-root > li.mega ul.level3 > li.mega.has-child > .mega > span.menu-title:after {
    font-size: 2.198rem;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega {
    position: relative;
    margin: 0;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega {
    color: #ffffff;
    font-weight: 400;
    border-right: 1px solid #dc0e17;
    position: relative;
    line-height: 80px;
    padding: 0 10px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega.ui-state-active,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega:active,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega:focus,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega:hover,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega.active {
    background-color: #ce0d16;
    color: #ffffff;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega.first {
    border-left: 1px solid #dc0e17;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega .child-content {
    display: none;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega {
    position: relative;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega.ui-state-active,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega:active,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega:focus,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega:hover,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega.active {
    text-decoration: none;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega.ui-state-active:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega:active:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega:focus:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega:hover:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega:not(.has-child) > .mega.active:before {
    border-bottom-color: #212121;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega {
    position: relative;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:before {
    height: 80px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    z-index: 110;
  }
  ._has-modal .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:before {
    z-index: 0;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26.04px;
    line-height: inherit;
    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;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega > span.menu-title:after {
    margin-left: 0;
    margin-top: -2px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega.ui-state-active,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega:active,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega:focus,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega:hover,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega.active {
    color: #ffffff;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega.ui-state-active:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega:active:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega:focus:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega:hover:before,
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega.has-child > .mega.active:before {
    content: '';
    position: absolute;
    top: 0;
    height: 70px;
    width: 100%;
    left: 0;
    z-index: 1;
  }
}
@media all and (min-width: 1200px), print {
  .row {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-xl-12 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .col-xl-11 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 91.66666667%;
    width: 100%;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-10 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 83.33333333%;
    width: 100%;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-9 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 75%;
    width: 100%;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-8 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 66.66666667%;
    width: 100%;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-7 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 58.33333333%;
    width: 100%;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-6 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 50%;
    width: 100%;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-5 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 41.66666667%;
    width: 100%;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-4 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 33.33333333%;
    width: 100%;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-3 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 25%;
    width: 100%;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-2 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 16.66666667%;
    width: 100%;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-1 {
    margin: 0 0 20px;
    order: 0;
    padding: 0 10px;
    max-width: 8.33333333%;
    width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .sidebar-main {
    padding-right: 40px;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 40px;
  }
  .sidebar-additional {
    padding-left: 40px;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 40px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 184px;
    min-height: 184px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 184px;
  }
  ul.level0.horizontal-root {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  ul.level0.horizontal-root > li.mega {
    position: relative;
  }
  ul.level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
  }
  .ub-nav-sticky.sticky-fired ul.level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
  }
  ul.level0.horizontal-root > li.mega.style-default,
  ul.level0.horizontal-root > li.mega.style-1 {
    position: relative;
  }
  .ub-nav-sticky.sticky-fired ul.level0.horizontal-root > li.mega.style-1 .child-content {
    left: 0;
    right: auto;
  }
  ul.level0.horizontal-root > li.mega.style-2 {
    position: relative;
  }
  ul.level0.horizontal-root > li.mega.style-2 .child-content {
    left: 0px;
  }
  .ub-nav-sticky.sticky-fired ul.level0.horizontal-root > li.mega.style-2 {
    left: 0;
    right: auto;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width {
    position: static;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content {
    left: 0;
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .cms-content-important {
    font-size: 1.61rem;
    margin: 0;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .intro {
    margin-bottom: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 {
    margin-bottom: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    font-size: 1.61rem;
    line-height: 30px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 4.62rem;
    font-weight: 700;
    line-height: 55px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    max-width: inherit;
    float: right;
    margin-left: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level1 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level1 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level2 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level3 > li.mega.has-child > .mega > span.menu-title {
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0.horizontal-root > li.mega.dynamic-width ul.level3 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  ul.level0.horizontal-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: inherit;
  }
  ul.level0.horizontal-root .mega-with-thumb ul.mega-menu li {
    width: 20%;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 1240px;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-2 .child-content {
    right: 0;
  }
  ul.vertical-root ul.level1 > li.mega.has-child:hover > .child-content,
  ul.vertical-root ul.level1 > li.mega.has-child:focus > .child-content {
    right: -230px;
  }
  .default #cboxLoadedContent .ub-quick-view-wrapper .product.media {
    width: 32%;
  }
  .default .ub-quick-view-tabs .item.content {
    height: 500px;
  }
  .products-grid .product-items {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-grid .product-item {
    margin: 0 0 20px;
    width: 20%;
    max-width: 20%;
  }
  .products-grid .product-item-info {
    margin: 0 10px;
  }
  .page-layout-1column .products-grid .product-item {
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    max-width: 50%;
    width: 50%;
  }
  .catalog-product-view .products-grid .product-items.slick-slider .slick-next {
    right: 16px;
  }
  .gallery-nav-vertical .product.media {
    max-height: 410px;
  }
  .gallery-nav-vertical .product.media .fotorama__stage {
    height: 410px !important;
  }
  .cart-container .form-cart {
    padding-right: 40px;
  }
  .block.crosssell .slick-next {
    right: 16px;
  }
  h1 {
    margin-top: 0px;
    margin-bottom: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h2 {
    margin-top: 35.2px;
    margin-bottom: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h3 {
    margin-top: 33px;
    margin-bottom: 17.6px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h4 {
    margin-top: 44px;
    margin-bottom: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h5 {
    margin-top: 44px;
    margin-bottom: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
  h6 {
    margin-top: 44px;
    margin-bottom: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ub-content-slider.slider-item {
    max-width: 815px;
    width: 100%;
    max-height: 376px;
  }
  .today-highlight {
    padding-bottom: 20px;
  }
  .today-highlight .products-grid .product-items .product-item:first-of-type {
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
  .column-main-home .products-grid .product-items .product-item {
    max-width: 20%;
    width: 20%;
  }
  .block-deals .ub-countdown li {
    width: 50px;
  }
  .block-deals .ub-countdown li .number {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .block-special-books .ub-content-slider .block-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-special-books .ub-content-slider .block-content .slick-next {
    right: 10px;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel.slick-initialized .slick-slide > div {
    padding: 0 10px 10px;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel .slick-arrow {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel .slick-next {
    right: 10px;
  }
  #html-body [data-content-type='ub-products'] .product-items.widget-product-carousel .slick-prev {
    right: 40px;
    left: auto;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight {
    max-height: 380px;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .ub-product-labels {
    display: flex;
  }
  #html-body.page-layout-bookshop-cms-page-v1 .pagebuilder-column.bookshop-products-highlight .widget-product-grid .product-item-info .product-item-photo {
    max-width: 70px;
  }
  .page-layout-2columns-left .columns .column.main:before {
    left: -20px;
  }
  .page-layout-2columns-right .columns .column.main:before {
    right: -20px;
  }
  .popular-book .products-grid .product-item .product-item-details {
    max-width: inherit;
  }
  .page-header .block-search .block-content {
    min-width: 280px;
  }
  ul.level0.horizontal-root > li.mega > .mega {
    padding: 0 20px;
  }
  .page-wrapper:not(.nav-off-canvas) .nav-sections .level0:not(.horizontal-root) > li.mega > .mega {
    padding: 0 20px;
  }
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_UBQuickview
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2019 Ubertheme

==============================================*/
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_UBQuickview
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
/*===========================================

@category  :    Ubertheme
@package   :    Bookshop
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
