.grid__item--no-gutter {
  padding: 0px; }

.star-rating {
  display: inline-block; }
  .star-rating .fa-star {
    opacity: 0;
    padding: 1px;
    display: inline-block;
    transition: all 0.5s ease; }
    .star-rating .fa-star.pulse:before {
      -webkit-transform: scale(3);
      opacity: 0; }
    .star-rating .fa-star.is-animated:before {
      transition: 1s ease-out; }

.announcement-bar {
  padding: 7.5px 0; }

#trustbar {
  border-bottom: 1px solid #ddd; }
  #trustbar .trustbar__item {
    border-right: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px; }
    #trustbar .trustbar__item:last-of-type {
      border-right: none; }
    #trustbar .trustbar__item .grid__item--no-gutter {
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; }
      #trustbar .trustbar__item .grid__item--no-gutter img {
        margin-top: 7px; }
    #trustbar .trustbar__item p {
      font-size: 13px; }

.site-header, .site-header__mobile-nav {
  background-color: #0c5a94; }

.site-header {
  padding: 0px; }
  .site-header #AccessibleNav {
    border-top: 1px solid #3878a6; }
  .site-header .site-header__search {
    padding-right: 0px; }
  .site-header .search-header {
    max-width: calc(300em / 16);
    float: none;
    outline: none; }
    .site-header .search-header.search--focus {
      max-width: 100%; }
    .site-header .search-header .search-header__input {
      background-color: white; }
    .site-header .search-header .search-header__submit {
      background-color: #ff9016;
      color: #ffffff; }

.site-header__search-toggle {
  float: right; }

@media (min-width: 750px) {
  .site-nav {
    margin: 0px; }
    .site-nav > li > a {
      color: #ffffff;
      padding: 15px;
      font-weight: 600;
      position: relative; }
      .site-nav > li > a:hover, .site-nav > li > a:active, .site-nav > li > a:focus {
        color: #fff; }
      .site-nav > li > a:after {
        border-bottom: 4px solid white;
        position: absolute;
        bottom: 0px;
        content: "";
        width: 100%;
        left: 0px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        opacity: 0; }
    .site-nav > li:hover > a, .site-nav > li:active > a, .site-nav > li:focus > a {
      background: #0b4978; }
      .site-nav > li:hover > a:after, .site-nav > li:active > a:after, .site-nav > li:focus > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1; }
    .site-nav .site-nav__dropdown {
      margin-top: 13px;
      background: #fefefe; }
      .site-nav .site-nav__dropdown .site-nav__childlist {
        border: none;
        background: transparent; } }
.site-header .site-header__icon {
  color: #ffffff; }
.site-header .site-header__icons-wrapper .btn--link {
  color: #ffffff; }

.slick-slider.slideshow .page-width a.slideshow__link {
  position: relative; }
.slick-slider.slideshow .slick-dots {
  bottom: 100px;
  display: none !important; }
  .slick-slider.slideshow .slick-dots li {
    margin: 7.5px;
    width: 24px;
    height: 24px; }
    .slick-slider.slideshow .slick-dots li button {
      width: 24px;
      height: 24px; }
      .slick-slider.slideshow .slick-dots li button:before {
        background-color: #0c5a94;
        opacity: 1;
        width: 16px;
        height: 16px;
        margin: 4px; }
    .slick-slider.slideshow .slick-dots li.slick-active button:before {
      background-color: #0b4978;
      width: 24px;
      height: 24px;
      margin: 0px; }
.slick-slider.slideshow .slideshow__image {
  background-position: center !important; }

.homepage-cat {
  padding: 30px;
  text-align: center !important;
  color: white;
  min-height: 500px;
  background-position: center;
  background-size: auto 100%;
  transition: all 0.5s ease; }
  .homepage-cat.homepage-cat-small {
    align-content: flex-end;
    display: flex;
    flex-flow: wrap; }
    .homepage-cat.homepage-cat-small .btn {
      margin: auto; }
  .homepage-cat.homepage-cat-medium {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .homepage-cat.homepage-cat-medium .btn {
      align-self: flex-start; }
  .homepage-cat:hover {
    transition: all 0.5s ease;
    background-size: auto 120%; }
  .homepage-cat p {
    color: white; }

.action {
  background: #0c5a94;
  width: 100%;
  text-align: center; }
  .action > a {
    text-transform: uppercase;
    color: white;
    padding: 10px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.4px; }

.price__regular {
  width: 100%; }

.homepage-cat-medium {
  padding-left: 40%;
  text-align: left !important; }

/* Buttons */
.btn-tran {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.25s ease; }
  .btn-tran:hover {
    background-color: #ffffff;
    color: #000000; }

.btn-blue {
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  color: #0b4978;
  border-radius: 0;
  transition: all 0.25s ease; }
  .btn-blue:hover {
    background-color: #0b4978;
    color: #ffffff; }

.btn-white {
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: 1px solid #fff;
  color: #0b4978;
  border-radius: 0;
  transition: all 0.25s ease; }
  .btn-white:hover {
    background-color: #0b4978;
    color: #fff; }

footer.site-footer {
  margin: 25px 0 0px 0;
  padding-bottom: 30px;
  background-color: #0c5a94; }
  footer.site-footer a, footer.site-footer b {
    color: #ffffff; }
  footer.site-footer .site-footer__linklist {
    margin-top: 15px; }
  footer.site-footer .site-footer__copyright--bottom {
    margin-top: 0px; }
  footer.site-footer .site-footer__newsletter {
    margin: 0;
    padding-left: 0px; }
    footer.site-footer .site-footer__newsletter .input-group__field {
      margin: 0px;
      border: none; }
    footer.site-footer .site-footer__newsletter .newsletter__submit {
      background-color: #ff9016; }
    footer.site-footer .site-footer__newsletter label.h4 {
      color: #ffffff;
      margin: 15px 0px 15px 0px; }

/* Homepage */
.template-index .index-section {
  padding: 15px 0; }
.template-index #shopify-section-slideshow {
  padding: 0px; }
.template-index #MainContent {
  padding: 0px; }
.template-index .hero h2 {
  color: #ff9016;
  text-transform: uppercase;
  font-size: 32px; }
.template-index .hero p {
  font-size: 36px;
  max-width: 80%;
  margin: auto;
  font-weight: 100; }
.template-index .hero__overlay:before {
  background: url(https://cdn.shopify.com/s/files/1/0060/4336/9587/files/aquacadabra.png?8977366273338905540);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 15px;
  margin-bottom: 15px;
  background-size: auto 100%; }
.template-index .hero__btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.25s ease; }
  .template-index .hero__btn:hover {
    background-color: #ffffff;
    color: #000000; }
.template-index #shopify-section-featured-collections > .page-width > div > a.btn {
  border: 1px solid #0b4978;
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  color: #0b4978;
  border-radius: 0;
  transition: all 0.25s ease; }
  .template-index #shopify-section-featured-collections > .page-width > div > a.btn:hover {
    background-color: #0b4978;
    color: #ffffff; }

#pre-footer-container {
  background: #0b4978;
  margin-bottom: 30px;
  padding: 15px 0; }
  #pre-footer-container .site-footer__social-icons {
    margin-top: 12.5px; }
  #pre-footer-container #email-sign-up {
    display: flex;
    flex-wrap: initial; }

.site-footer__copyright-content {
  color: #ffffff; }

.logo-bar__item {
  max-width: 122px;
  margin-bottom: 0px; }

.mobile-logo {
  padding-top: 20px;
  display: block;
  text-align: center; }

.form-message ul li {
  list-style: none; }

@media (min-width: 1200px) {
  #shopify-section-1530046629786 .custom-content {
    background: white;
    position: relative;
    padding: 30px;
    padding-left: 0px; } }
.product-card:hover > *, .product-card:focus-within > * {
  opacity: 1; }

.collection-grid-item__title {
  word-wrap: inherit;
  overflow-wrap: break-word !important; }

.grid-view-item .action {
  margin-top: 15px; }
.grid-view-item .h4.grid-view-item__title {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  justify-items: center;
  text-align: center;
  font-size: 1em; }

.grid-view-item__image-wrapper {
  border: 1px solid #cecece;
  max-width: 250px !important;
  max-height: 250px !important;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
  .grid-view-item__image-wrapper .grid-view-item__image {
    max-width: 250px !important;
    max-height: 250px !important;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    object-fit: contain; }
  .grid-view-item__image-wrapper .badge {
    width: 75px;
    position: absolute;
    top: 5px;
    left: 5px; }
  .grid-view-item__image-wrapper .action {
    position: absolute;
    bottom: -100px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease; }
  .grid-view-item__image-wrapper .view_wishlist {
    background: #0c5a94;
    position: absolute;
    right: -100px;
    top: 10px;
    height: 60px;
    max-width: 40px;
    padding: 10px;
    transition: all 0.5s ease;
    opacity: 0; }
    .grid-view-item__image-wrapper .view_wishlist a {
      width: 22px;
      height: 22px;
      display: block;
      background-repeat: no-repeat;
      background-size: contain; }
    .grid-view-item__image-wrapper .view_wishlist .add-to-cart {
      background-image: url(https://cdn.shopify.com/s/files/1/0060/4336/9587/files/icon-view.svg?10003524024609960435); }
    .grid-view-item__image-wrapper .view_wishlist .add-to-wishlist {
      background-image: url(https://cdn.shopify.com/s/files/1/0060/4336/9587/files/icon-heart.svg?17527715458397768475); }
  .grid-view-item__image-wrapper:hover {
    opacity: 1; }
    .grid-view-item__image-wrapper:hover .action {
      bottom: 0;
      opacity: 1;
      transition: all 0.5s ease; }
    .grid-view-item__image-wrapper:hover .view_wishlist {
      transition: all 0.5s ease;
      opacity: 1;
      right: 10px; }

.site-header__cart-count {
  right: -10px;
  top: 14px;
  background-color: transparent;
  font-size: 22px; }

.product-single__thumbnail-image {
  border-color: #efefef; }

.active-thumb .product-single__thumbnail-image {
  border-color: #bbb; }

.product-form__item--submit .btn {
  background: #ff9016; }

.product-form__item--quantity, .product-form__item--submit {
  -webkit-flex: 0 0 33%;
  -moz-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%; }

@media only screen and (max-width: 600px) {
  .product-form__item--quantity, .product-form__item--submit {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
.selector-wrapper.product-form__item {
  -webkit-flex: 1 1 66%;
  -moz-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%; }

.template-product .product-single__title {
  font-weight: 400; }
.template-product .price-item--regular {
  font-weight: 400;
  font-size: 1.4em;
  color: #000; }
.template-product .finance-available {
  background-color: #e7f1f8;
  padding: 15px;
  border-bottom: 4px solid #d2d2d2;
  margin: 15px auto; }
  .template-product .finance-available h2 {
    text-transform: inherit; }
.template-product .stock-level:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7.5px;
  border-radius: 16px; }
.template-product .stock-level.stock-normal:before {
  background: green; }
.template-product .stock-level.stock-low:before {
  background: orange; }
.template-product .stock-level.stock-out-of-stock:before {
  background: red; }

nav.breadcrumb {
  margin-bottom: 15px; }

p.short-description {
  border-bottom: 1px solid #bbb;
  padding-bottom: 15px;
  padding-top: 15px; }

.product-section-divider {
  border-bottom: 1px solid #bbb;
  min-height: 1px; }

.product-single__description {
  margin: 30px auto !important; }
  .product-single__description h3.product-single__description___heading {
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 16px; }

.accordion h3.ui-accordion-header {
  border-width: 0px 0px 1px 0;
  background: white !important;
  border-radius: 0px;
  border-color: #dddddd !important;
  padding-left: 0px;
  color: #000; }
  .accordion h3.ui-accordion-header span {
    display: none; }
  .accordion h3.ui-accordion-header:hover, .accordion h3.ui-accordion-header:active, .accordion h3.ui-accordion-header:focus {
    background: white;
    color: #000; }
  .accordion h3.ui-accordion-header:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f078";
    float: right; }
.accordion div.ui-accordion-content {
  border: none;
  padding: 1em 0;
  max-height: 400px;
  height: auto;
  color: #333;
  line-height: 24px;
  list-style: initial;
  font-family: "Work Sans",sans-serif;
  font-size: 16px; }

.mega-button {
  margin-top: 50px;
  background-color: #0b4978;
  color: #fff; }

#feefo_based_on {
  opacity: 0;
  transition: all 0.5s ease;
  min-width: 160px;
  display: inline-block; }

div.site-nav__dropdown {
  background: #fff !important; }
  div.site-nav__dropdown .site-nav__link {
    font-size: 13px; }
  div.site-nav__dropdown .site-nav__link:hover {
    background-color: #f0d6b7; }
  div.site-nav__dropdown li.shop-all {
    margin-top: 15px; }

li.site-nav--has-dropdown:hover div.site-nav__dropdown {
  display: block; }

.site-nav__childlist-item {
  max-width: 185px;
  overflow: hidden; }

.site-nav__dropdown li li {
  height: 32px; }

.pagination .item {
  border: 1px solid #efefef;
  padding: 5px 10px; }
  .pagination .item.link {
    background: #efefef; }
  .pagination .item.btn {
    padding: 3.5px 10px;
    margin-top: -3px; }

.site-header .header-content {
  position: relative;
  background: #0c5a94;
  z-index: 5; }

@media (max-width: 768px) {
  .hero.hero--medium.hero__overlay.box.ratio-container.parallax-window {
    background-image: url(https://cdn.shopify.com/s/files/1/0015/7374/8802/files/homepage-about-strip_1950x_78d59d18-4dea-4e07-9160-d256ef4ade4e_1728x.png) !important; } }
@media (max-width: 380px) {
  .custom-content .custom__item {
    width: 100%; } }
#subcats div:nth-of-type(1n+11) {
  display: none; }

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 15px;
  margin-bottom: 15px; }

#Collection .collection-name ul.subcat {
  margin-left: 15px; }
#Collection .parent {
  width: 100%; }
#Collection .refine-header.filter-group h4 {
  padding-top: 15px;
  padding-bottom: 15px; }
#Collection .filter-group .filter-clear {
  top: 15px; }
#Collection #feefo-product-review-widgetId feefowidget-container-onpage-product {
  display: none !important; }

.product-single #feefo_reviews {
  position: relative; }
  .product-single #feefo_reviews #feefo_click_mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    cursor: pointer; }
.product-single feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-list {
  min-height: unset; }

feefowidget-global .feefowidget-global-container.feefowidget-viewport-desktop-tablet.feefowidget-tag {
  padding: 0 !important; }
  feefowidget-global .feefowidget-global-container.feefowidget-viewport-desktop-tablet.feefowidget-tag * {
    font-family: "Work Sans", sans-serif !important; }
  feefowidget-global .feefowidget-global-container.feefowidget-viewport-desktop-tablet.feefowidget-tag .feefowidget-header-information-title h1 {
    font-weight: lighter;
    padding-bottom: 15px; }

#product_tabs {
  margin: 30px auto; }

.template-page .snize-horizontal-filters {
  display: none; }
.template-page div.snize .snize-product-filters-block {
  border: none; }
.template-page div.snize div.snize-filters-sidebar {
  border: none; }
.template-page a.snize-view-link {
  border: none !important; }
.template-page div.snize .snize-product-filters-block:hover {
  background: none; }
.template-page .snize-product-filters-title {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-right: 45px;
  color: #222;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0); }
.template-page #snize-search-results-grid-mode li.snize-product .snize-product-label-image img {
  max-width: 75px !important;
  max-height: 75px !important; }
.template-page #snize-search-results-grid-mode li.snize-product .snize-action-button {
  position: static;
  margin: auto;
  opacity: 1;
  visibility: visible;
  background: #0c5a94;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  display: block;
  border-radius: 0px; }
.template-page #snize-search-results-grid-mode li.snize-product span.snize-title {
  font-size: 1.0625em;
  color: #3d4246;
  height: 2.8em; }
.template-page #snize-search-results-grid-mode li.snize-product .snize-price-list {
  color: #69727b;
  font-size: 16px; }
.template-page #snize-search-results-grid-mode li.snize-product .snize-in-stock, .template-page #snize-search-results-grid-mode li.snize-product .snize-out-of-stock {
  position: static;
  background: none;
  font-size: 14px;
  color: gray;
  font-weight: lighter;
  text-align: center;
  margin: 15px auto 25px auto;
  padding: 0;
  display: block;
  width: 100%; }

.site-footer__copyright {
  margin-top: 25px;
  border-bottom: 1.5px solid #286c9e;
  padding-bottom: 25px; }

.feefo-custom-holder {
  position: relative; }
  .feefo-custom-holder:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 20;
    cursor: pointer;
    left: 0px; }
  .feefo-custom-holder iframe {
    height: 20px;
    width: 100%;
    margin: 5px auto;
    border: none; }

.collection-container .subcat {
  display: none; }

.layered-nav-toggle {
  background: url(//cdn.shopify.com/s/files/1/0015/7374/8802/t/4/assets/ico-select.svg?10959560697524172242);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-position: center;
  margin: 2px;
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(0deg);
  /* FF */
  -o-transform: rotate(0deg);
  /* Opera */
  -ms-transform: rotate(0deg);
  /* IE9 */
  transform: rotate(0deg); }

.layered-nav-toggle.active {
  transition: all 0.5s ease;
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg); }

.filter-group li a {
  margin-top: 4px;
  margin-bottom: 4px; }

.grid--view-items {
  overflow: initial !important; }

.alert {
  position: relative;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  text-align: center;
  padding: .75rem 1.25rem; }
  .alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }

.product-single__photos .product-single__thumbnails {
  margin: auto; }
.product-single__photos .no-clear {
  clear: none !important; }
.product-single__photos .product-single__thumbnails-item {
  padding: 0px; }
.product-single__photos .thumbnails-slider__prev.thumbnails-slider__prev--product-template {
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 60%;
  transform: translateY(-60%);
  z-index: 10000;
  padding-left: 0;
  outline: none;
  background: none !important; }
.product-single__photos .thumbnails-slider__next.thumbnails-slider__next--product-template {
  display: inline-block;
  position: absolute;
  right: -45px;
  top: 60%;
  transform: translateY(-60%);
  z-index: 10000;
  outline: none;
  background: none !important; }
.product-single__photos .product-single__photos {
  position: relative;
  padding-left: 0; }
.product-single__photos .product-single__thumbnails-item.js.no-clear.slick-slide.slick-active {
  padding-top: 0; }
.product-single__photos .thumbnails-wrapper.thumbnails-slider--active {
  position: relative; }
.product-single__photos .left--arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: -9%;
  z-index: 10000; }
.product-single__photos .right--arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  right: -9%;
  z-index: 10000; }
.product-single__photos .slick-hidden {
  display: none !important; }
.product-single__photos .slick-track {
  margin-top: 10px; }
.product-single__photos .thumbnails-slider--active {
  max-width: 92%;
  margin: 0 auto; }
.product-single__photos .product-single__thumbnail {
  margin: 3px 8px;
  outline: none; }

.ajaxified-cart-feedback {
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: .75rem 1.25rem;
  line-height: 26px !important;
  width: 100%;
  position: absolute; }
  .ajaxified-cart-feedback.error {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .ajaxified-cart-feedback.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .ajaxified-cart-feedback a {
    color: inherit;
    font-weight: bold;
    border: none !important; }

#Collection .ajaxified-cart-feedback {
  top: 175px; }

input.qtyController {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  outline: none;
  width: 25px;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 4px;
  min-height: unset; }

.product-form {
  margin-top: 15px; }

.product-form__input[type="number"] {
  display: inline-block;
  width: 60px;
  border: none;
  padding: 10px 5px 10px 10px;
  text-align: center; }

.shopify-product-form .product-form__cart-submit {
  background: #0c5a94; }
.shopify-product-form .stock {
  margin-bottom: 30px; }

#freeUKDel {
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-direction: column; }
  #freeUKDel > div {
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    width: auto; }
    #freeUKDel > div img {
      width: 32px; }

.collection-description {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden; }
  .collection-description .read-more-2 {
    display: block !important;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    left: 0;
    width: 100%; }
    .collection-description .read-more-2::before {
      content: " ";
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .collection-description .read-more-2 span {
      position: relative;
      font-weight: bold;
      cursor: pointer; }
      .collection-description .read-more-2 span::before {
        right: 100%;
        margin-right: 15px; }
      .collection-description .read-more-2 span::after {
        left: 100%;
        margin-left: 15px; }
      .collection-description .read-more-2 span::after, .collection-description .read-more-2 span::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 10000px;
        height: 1px;
        border-bottom: thin solid #ddd; }

#zooomyCrossSell {
  margin: 30px auto !important; }
  #zooomyCrossSell .zprotitle {
    color: #3d4246;
    font-family: "Work Sans", sans-serif;
    font-weight: 600; }
  #zooomyCrossSell .zprice {
    font-size: 16px;
    font-family: "Work Sans",sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #69727b;
    margin: 15px auto;
    line-height: 1.5; }
  #zooomyCrossSell .zgotoproductbtn {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    margin-top: 0px;
    min-height: 44px;
    clear: both;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 0; }
    #zooomyCrossSell .zgotoproductbtn:hover, #zooomyCrossSell .zgotoproductbtn:active, #zooomyCrossSell .zgotoproductbtn:focus {
      color: #fff; }

li.buddha-menu-item {
  margin-top: 0;
  height: auto;
  margin-bottom: 0px; }

.product-form {
  align-items: center; }

.swym-fave-count {
  display: none !important; }

.swym-button-bar {
  width: 100%;
  margin: 15px 0 !important; }
  .swym-button-bar .swym-btn-container[data-position="default"] {
    display: block; }
    .swym-button-bar .swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icontext {
      font-size: 14px;
      font-weight: 600;
      width: 100%; }
      .swym-button-bar .swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icontext .swym-wishlist-cta {
        margin-left: -10px; }

.product-form__item--submit {
  width: 100%;
  display: flex;
  flex-flow: row-reverse;
  flex-basis: unset; }
  .product-form__item--submit .btn {
    background: #ff9016;
    min-height: unset;
    height: 40px;
    margin: 15px 5px;
    padding: 0px; }

.product-form__item--no-variants {
  flex: 0 66%;
  width: auto;
  display: block; }
  .product-form__item--no-variants .btn {
    margin: auto; }

@media (max-width: 639px) {
  .product-form__item {
    flex: 0 100% !important; } }
.view_wishlist .add-to-wishlist.disabled {
  filter: sepia() saturate(10000%) hue-rotate(278deg); }

#continueShopping {
  background: #f1f7f3;
  padding: 25px 0;
  text-align: center;
  margin: 15px auto;
  display: none; }
  #continueShopping #continueShoppingLabel {
    font-size: 20px;
    font-weight: bold; }
  #continueShopping a {
    margin: 15px; }

#featured-blog {
  background: #f2f6f7;
  padding: 1px 0 100px; }
  #featured-blog .section-header {
    margin: 55px 0;
    display: block;
    clear: both;
    padding-bottom: 25px; }
  #featured-blog .social-icons .icon {
    color: #8d8d8d; }
  #featured-blog h2 {
    text-transform: initial;
    font-size: 26px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif; }
  #featured-blog h3 {
    font-size: 1.10em;
    height: 44px; }
  #featured-blog .article__tags {
    margin-bottom: 0; }
    #featured-blog .article__tags .article__grid-tag {
      border: none; }
  #featured-blog .article__author, #featured-blog .article__date {
    margin-bottom: 15px; }
  #featured-blog .article__grid-image-container {
    padding: 0 !important;
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; }
    #featured-blog .article__grid-image-container .article__grid-image {
      object-fit: cover;
      max-width: unset !important;
      max-height: unset !important; }
  #featured-blog time {
    color: #aaadae; }

@media (min-width: 750px) {
  .featured-collection-with-products > .page-width > .grid {
    display: flex; }
    .featured-collection-with-products > .page-width > .grid > .grid__item {
      margin: 15px auto; } }
.featured-collection-with-products .featured-collection-with-products--products li {
  height: 250px;
  margin: 15px auto;
  overflow: hidden;
  position: relative; }
  .featured-collection-with-products .featured-collection-with-products--products li .viewer {
    display: none;
    transform: translateY(-50px);
    transition: translate 0.5s ease;
    bottom: 25px;
    position: absolute;
    margin: auto;
    left: 30px;
    right: 0;
    width: calc(100% - 80px);
    z-index: 999999;
    padding: 10px 15px;
    background: rgba(252, 251, 249, 0.9);
    color: #0b4978;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #d8d8d8;
    text-align: center;
    letter-spacing: 0.4px; }
  .featured-collection-with-products .featured-collection-with-products--products li img {
    border: 1px solid #f2f2f2;
    padding: 0;
    object-fit: cover;
    height: 100%; }
  .featured-collection-with-products .featured-collection-with-products--products li:hover .viewer {
    display: block;
    transform: translateY(0px);
    position: absolute; }
.featured-collection-with-products .featured-collection-with-products-inner {
  background: #f2fbfa;
  height: calc(100% - 30px);
  padding: 30px;
  margin: 15px auto;
  position: relative; }
  .featured-collection-with-products .featured-collection-with-products-inner h3 {
    color: #0e5a93;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px; }
  .featured-collection-with-products .featured-collection-with-products-inner .section-header {
    margin-bottom: 30px; }
    .featured-collection-with-products .featured-collection-with-products-inner .section-header h2 {
      text-transform: uppercase;
      font-size: 30px; }
  .featured-collection-with-products .featured-collection-with-products-inner .featured-collection-with-products-text {
    position: absolute;
    top: 40%; }
    .featured-collection-with-products .featured-collection-with-products-inner .featured-collection-with-products-text h2 {
      text-transform: initial;
      font-size: 2.4em;
      letter-spacing: 0.6px; }
    .featured-collection-with-products .featured-collection-with-products-inner .featured-collection-with-products-text p {
      font-size: 1.2em; }
  .featured-collection-with-products .featured-collection-with-products-inner .mega-button {
    position: absolute;
    bottom: 30px; }
  @media (max-width: 767px) {
    .featured-collection-with-products .featured-collection-with-products-inner * {
      position: static !important; } }

.lesser-padding {
  padding-left: 15px; }

.custom-grid-label {
  display: inline-block;
  padding: 7.5px 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease; }

#custom-grid-blog {
  padding: 20px;
  background-size: cover;
  height: 100%;
  position: relative; }
  #custom-grid-blog .custom-grid-blog-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    color: #000;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    bottom: 30px; }
    #custom-grid-blog .custom-grid-blog-content > div {
      font-size: 1.1em; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #custom-grid-blog .custom-grid-blog-content > div {
          display: none; } }
    #custom-grid-blog .custom-grid-blog-content .btn {
      margin-top: 30px; }
    #custom-grid-blog .custom-grid-blog-content h2 {
      font-size: 1.6em;
      text-transform: initial; }
  #custom-grid-blog .custom-grid-label {
    color: #000;
    background: #fff; }

.page-width-ext {
  width: 80%;
  margin: auto; }

.custom-grid-collection-outer {
  display: flex; }

.custom-grid-collection-container {
  display: flex; }
  .custom-grid-collection-container:last-of-type {
    margin-top: 30px; }

.custom-grid-collection {
  padding: 15px;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 250px;
  background-size: cover; }
  .custom-grid-collection::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    z-index: 1; }
  .custom-grid-collection:hover::after {
    opacity: 0.6; }
  .custom-grid-collection:hover .custom-grid-label {
    opacity: 0; }
  .custom-grid-collection h2 {
    text-align: center;
    text-transform: initial;
    font-size: 2em;
    color: #fff;
    z-index: 2;
    width: 60%;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center; }

.featured-collection .section-header h2 {
  text-transform: initial;
  font-size: 1.8em;
  letter-spacing: 0.4px;
  margin-top: 20px; }

@media (max-width: 749px) {
  .custom-grid-collection-outer, .custom-grid-collection-container {
    display: block;
    margin: auto; }

  #custom-grid-blog .custom-grid-blog-content {
    position: static;
    width: 100%; }

  .custom-grid-collection-outer .grid__item {
    margin: 15px auto;
    padding: 0; }
  .custom-grid-collection-outer .grid--uniform {
    margin: auto; } }
.feefo-review-carousel-widget-service .feefowidget-carousel-summary {
  display: none !important; }

.feefo-overview .page-width {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }
  .feefo-overview .page-width p {
    flex-basis: 25%;
    margin: 0;
    padding: 0;
    border-left: 4px solid #dddddd;
    text-align: left;
    padding: 0px 15px; }

@media (max-width: 767px) {
  .feefo-overview .page-width {
    flex-direction: column-reverse; }
    .feefo-overview .page-width p {
      padding: 0;
      border: none;
      flex-basis: 100%;
      text-align: center; } }
