/* 20220928 - BNRomaineLight */
@import url("https://p.typekit.net/p.css?s=1&k=edf6vxh&ht=tk&f=10879&a=890152&app=typekit&e=css");
@font-face {
  font-family: "BNRomaineLight";
  src: url("../fonts/BNRomaineLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.force-bnromaine-pt {
  font-family: "BNRomaineLight", "Open Sans", Arial, sans-serif !important;
}

@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
.tk-futura-pt {
  font-family: "futura-pt", sans-serif;
}

/* MIXIN TO ADD BROWSER PREFIXES */
.chavron, #main-nav-mobile > .menu-item.menu-item-has-children, #header #logo-group .site-title:not(.no-menu) {
  position: relative;
}
.chavron:after, #main-nav-mobile > .menu-item.menu-item-has-children:after, #header #logo-group .site-title:not(.no-menu):after {
  content: "";
  display: none;
  border: 0.25em solid transparent;
  border-top-color: black;
  position: absolute;
  right: 0;
  top: 50%;
}

.country-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 99999;
}
.country-select ul {
  margin: 0;
}
.country-select ul.chavron, .country-select #main-nav-mobile > ul.menu-item.menu-item-has-children, .country-select #header #logo-group ul.site-title:not(.no-menu), #header #logo-group .country-select ul.site-title:not(.no-menu) {
  margin-right: 15px;
  display: inline-block;
}
.country-select ul.chavron:after, .country-select #main-nav-mobile > ul.menu-item.menu-item-has-children:after, .country-select #header #logo-group ul.site-title:not(.no-menu):after, #header #logo-group .country-select ul.site-title:not(.no-menu):after {
  right: -13px;
  display: block;
}
@media (max-width: 499px) {
  .country-select {
    display: block;
    margin-bottom: 1em;
  }
}
.country-select a {
  display: inline-block;
}
.country-select a img {
  display: inline-block;
  max-height: 1.25em;
  width: auto;
  vertical-align: middle;
}
.country-select a:not(.current-country) {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}
@media (max-width: 1199px) {
  .country-select a.current-country {
    background-color: #e6e7e8;
  }
}
.country-select:hover a:not(.current-country) {
  display: inline-block;
}

body {
  overflow-x: hidden;
}

/* infinite scroll preload */
.isw_preloader {
  padding: 100px 10px 0;
}
.isw_preloader img {
  max-width: 60px;
}

/* IS+ related products */
#isplus-related-products {
  margin-top: 50px;
}
#isplus-related-products .isp_related_title {
  font-weight: bold;
}
#isplus-related-products.not-logged .isp_related_product_price {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */
}
.modal .modal-content {
  /*position: relative;
     background-color: #fefefe;
     margin: 15% auto;
     padding: 30px 15px;
     border: 1px solid #888;
     width: 80%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fefefe;
  margin: 0;
  padding: 30px 15px;
  border: 1px solid #888;
  width: 80%;
}
.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* RESPONSIVE FOR MODAL */
@media (max-width: 635px) {
  .modal .modal-content {
    width: 95%;
    position: relative;
    margin: 10px auto;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}
html {
  margin-top: 0 !important;
}

header .col-full {
  max-width: 1200px;
}

#content .col-full {
  width: 1200px;
}

#content .col-full #main.col-full {
  width: 100%;
  margin-top: 20px;
}

#header #logo-group {
  position: relative;
  text-align: left;
}
#header #logo-group:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  border-right: 1px solid #E3E3E3;
}
@media (max-width: 1200px) {
  #header #logo-group:after {
    display: none;
  }
}
#header #logo-group hgroup {
  display: block !important;
  position: relative;
  float: none !important;
}
#header #logo-group .site-title {
  padding: 25px 0;
  width: calc(100% - 15px);
}
@media (max-width: 1200px) {
  #header #logo-group .site-title {
    padding: 5px 0;
  }
}
#header #logo-group .site-title:not(.no-menu):after {
  left: 52%;
  bottom: 15px;
  right: initial;
  top: initial;
}
@media screen and (min-width: 921px) {
  #header #logo-group .site-title:not(.no-menu):after {
    bottom: 0;
    display: block;
  }
}
#header #logo-group .site-title a {
  height: 60px;
  background: url("../images/WED-FULL.svg") no-repeat center/cover !important;
}
@media (max-width: 1200px) {
  #header #logo-group .site-title a {
    height: 51px;
  }
}

#top-bar {
  color: #ffffff;
  background-color: #25A2A3;
}
#top-bar .content {
  padding-top: 8px;
  padding-bottom: 8px;
}

#header {
  border: 0;
  background-color: #fff !important;
}
#header .other-nav {
  display: flex;
  align-items: center;
}
#header .other-nav .cart-search {
  float: none;
  width: auto;
}
#header .other-nav .cart-search .mini-cart {
  float: none;
  margin: 0;
}
#header .other-nav .cart-search .mini-cart .cart-parent {
  color: #000;
  position: relative;
}
#header .other-nav .cart-search .mini-cart .cart-parent:before {
  content: "";
  display: none;
}
#header .other-nav .cart-search .mini-cart .cart-parent:hover, #header .other-nav .cart-search .mini-cart .cart-parent:focus {
  color: #25a2a3;
}
#header .other-nav .cart-search .search_main.fix {
  border: 1px solid lightgrey;
}

.woocommerce-store-notice {
  z-index: 1 !important;
}

ul.woocommerce-error li {
  border: none !important;
  padding: 0;
}
ul.woocommerce-error li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  #main-nav-mobile.nav li ul {
    position: relative;
  }
}

body.woocommerce-account #content .col-full #main {
  float: none;
  width: 100%;
}
body.woocommerce-account #content .col-full #sidebar {
  display: none;
}

.archive.woocommerce #content .col-full #sidebar {
  width: 20%;
}
.archive.woocommerce #content .col-full #main.full-width {
  width: 80%;
  display: inline-block;
}
.archive.woocommerce #content .col-full #main.full-width h1.page-title {
  text-align: center;
  font-size: 18px;
}

body #wrapper #custom-controls.toolbar {
  border-top: none !important;
  border-bottom: none !important;
  background-color: transparent !important;
}

body.archive #products .product .price {
  display: block !important;
}

body.archive #wrapper .products {
  display: flex;
  flex-flow: row wrap;
}
body.archive #wrapper .products li {
  padding: 5px !important;
  width: 25%;
  background-image: none;
}
@media (max-width: 1200px) {
  body.archive #wrapper .products li {
    width: 33.3333333333%;
  }
}
@media (max-width: 652px) {
  body.archive #wrapper .products li {
    width: 50%;
  }
}
body.archive #wrapper .products li .product-wrapper {
  margin: 0;
  height: 100%;
  background-image: linear-gradient(#ffffff, #ffffff 80%, rgba(255, 255, 255, 0));
}
body.archive #wrapper .products li .product-wrapper .product-title .collapse {
  height: 50px;
}
@media (max-width: 448px) {
  body.archive #wrapper .products {
    justify-content: center;
  }
  body.archive #wrapper .products li {
    width: 300px;
    max-width: 100%;
  }
}

#sidebar ul.product-categories li {
  position: relative;
}
#sidebar ul.product-categories li i.category-collapse {
  position: absolute;
  left: -8px;
}
#sidebar ul.product-categories li i.category-collapse.fa-caret-down {
  left: -11px;
}
#sidebar ul.product-categories li ul.children {
  display: none;
}

.woocommerce-cart table.cart tr.cart_item td.product-thumbnail img {
  max-width: 100% !important;
  width: 100% !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart_item td.product-thumbnail a {
  display: block;
  text-align: center;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart_item td.product-thumbnail a img {
  width: 50px;
  padding: 0 !important;
}

.archive .products .product form.cart {
  width: 100%;
}
.archive .products .product form.cart .quantity, .archive .products .product form.cart .minus, .archive .products .product form.cart .plus {
  display: inline-block;
}
.archive .products .product form.cart .quantity {
  margin-top: 1em !important;
  vertical-align: top;
}

@media (max-width: 1195px) {
  .archive .products .prct form.cart .quantity {
    display: block;
    text-align: right;
  }
}
@media (max-width: 920px) {
  .archive .products .product form.cart .quantity {
    display: inline-block;
    text-align: center;
  }
}
.login-wrapper {
  overflow: auto;
}
.login-wrapper .grey-box {
  background-color: #eee;
  padding: 15px 20px;
}
.login-wrapper .grey-box h3 {
  margin-top: 0;
  font-size: 18px;
  color: #25a2a3;
}
.login-wrapper input[type=text], .login-wrapper input[type=password], .login-wrapper input[type=email], .login-wrapper input[type=url] {
  background-color: white;
  border: 1px solid lightgrey;
}
.login-wrapper form.register {
  border: none;
  padding: 0;
  margin: 0;
}
.login-wrapper form.register .gform_body .gform_page {
  background-color: #eee !important;
}
.login-wrapper input.button {
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
}
.login-wrapper .acf-content ul {
  list-style: initial;
  list-style-position: inside;
  padding-left: 40px;
}
.login-wrapper .acf-content p {
  margin-bottom: 5px;
}
.login-wrapper .acf-content p:last-child {
  margin-bottom: 17px;
}

.gform_wrapper.register_wrapper {
  display: block !important;
}
.gform_wrapper.register_wrapper .gform_ajax_spinner {
  width: 20px;
  display: block;
  margin: 10px auto;
}

body.page-template-template-help #main, body.page-template-default #main, body.page-template-template-blog #main, body.page-template-template-contact #main, body.archive #main, body.single #main {
  float: none !important;
  margin: 0 auto !important;
}

body.single.post-template-default #main {
  overflow: hidden;
}
body.single.post-template-default #main article.post {
  margin-bottom: 0 !important;
}
body.single.post-template-default #main article.post div.row.plank {
  margin-bottom: 0 !important;
}
body.single.post-template-default #main ul#post-entries {
  margin-bottom: 0;
  border: none !important;
}
body.single.post-template-default #main ul#post-entries li {
  border: 1px solid #b9d4dd !important;
  padding: 0 !important;
  cursor: pointer;
}
body.single.post-template-default #main ul#post-entries li a {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
body.single.post-template-default #main ul#post-entries li a span {
  top: 12px;
}
body.single.post-template-default #main ul#post-entries li a span.prev::before {
  left: -10px;
}
body.single.post-template-default #main ul#post-entries li a span.next {
  left: 0 !important;
}
body.single.post-template-default #main ul#post-entries li a span.next::before {
  left: 0;
}
body.single.post-template-default #main ul#post-entries li:hover {
  background-color: #5b5350 !important;
  border-color: #5b5350 !important;
}
body.single.post-template-default #main ul#post-entries li:hover a {
  color: #fff !important;
}

.social-menu-single .instagram i.fa {
  font-size: 24px;
}

.category-link-col {
  float: left !important;
}
.category-link-col .noLink {
  pointer-events: none;
}
.category-link-col p {
  text-align: center;
  font-weight: bold;
}

.woocommerce-page div.product div.thumbnails a.first {
  clear: none !important;
}

ul.menu li a {
  font-family: "Open Sans", Arial, sans-serif;
}

#footer-container {
  background: #191919;
  padding-top: 50px;
}
@media (max-width: 768px) {
  #footer-container {
    padding-top: 30px;
  }
}
#footer-container .nav-section .ns-header {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #footer-container .nav-section .ns-header {
    display: none;
  }
}
#footer-container #footer-logo-wrapper a.logo-link {
  display: inline-block;
}
@media (max-width: 768px) {
  #footer-container #footer-logo-wrapper a.logo-link {
    margin-bottom: 20px;
  }
}
#footer-container #footer-logo-wrapper a.logo-link img {
  max-width: 275px;
  filter: brightness(0) invert(100%);
}
#footer-container .nav-3 h3 {
  display: none;
}
#footer-container ul#menu-social-nav li {
  display: inline-block;
  margin: 20px 5px 14px 0;
}
#footer-container ul#menu-social-nav li a {
  color: #BABABA !important;
}
#footer-container .widget ul.menu > li, #footer-container .events-list ul.menu > li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #footer-container .widget ul.menu > li:not(:first-of-type), #footer-container .events-list ul.menu > li:not(:first-of-type) {
    display: inline-block;
    font-size: 13px;
  }
  #footer-container .widget ul.menu > li:not(:first-of-type):not(:last-of-type), #footer-container .events-list ul.menu > li:not(:first-of-type):not(:last-of-type) {
    margin-right: 4px;
    padding-right: 5px;
    position: relative;
  }
  #footer-container .widget ul.menu > li:not(:first-of-type):not(:last-of-type):after, #footer-container .events-list ul.menu > li:not(:first-of-type):not(:last-of-type):after {
    content: "|";
    position: absolute;
    right: -5px;
  }
}
#footer-container .widget ul, #footer-container .events-list ul {
  margin-top: 0;
}
#footer-container .widget ul li, #footer-container .events-list ul li {
  padding: 3px 0;
  line-height: 1.2;
}
#footer-container .widget ul li a, #footer-container .events-list ul li a {
  line-height: inherit;
  color: white;
  display: inline-block;
}
#footer-container .widget ul li a:hover, #footer-container .events-list ul li a:hover {
  color: white;
}
#footer-container .widget ul.event-info, #footer-container .events-list ul.event-info {
  margin-bottom: 0;
}
#footer-container .widget ul.event-info li, #footer-container .events-list ul.event-info li {
  padding: 1px 0;
  text-indent: 0;
  font-size: 11px;
}
@media (max-width: 768px) {
  #footer-container .events-list {
    display: none;
  }
}
#footer-container .events-list > ul > li {
  padding-bottom: 5px;
}
#footer-container form.wpcf7-form br {
  display: none;
}
#footer-container form.wpcf7-form .title {
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
}
#footer-container form.wpcf7-form p {
  color: white;
}
#footer-container form.wpcf7-form .wpcf7-submit {
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  background-color: #259FA0;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#footer-container form.wpcf7-form .wpcf7-response-output {
  margin: -20px 0 35px;
  border: none;
  color: white;
  padding: 0;
  text-align: center;
}
#footer-container form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

footer#footer-credits-container {
  background: #191919;
  border: none;
  border-top: 1px solid #414141;
  padding: 15px 0;
}
@media (max-width: 768px) {
  footer#footer-credits-container {
    border: none !important;
  }
}
footer#footer-credits-container .copyright .small {
  display: none;
}
footer#footer-credits-container .copyright .large {
  display: block;
}
footer#footer-credits-container .copyright .contact {
  text-align: right;
}
footer#footer-credits-container .copyright .contact * {
  display: inline-block;
  margin: 0 30px 0 0;
}
footer#footer-credits-container .copyright .contact *:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  footer#footer-credits-container .copyright .large {
    display: none;
  }
  footer#footer-credits-container .copyright .contact {
    text-align: center;
  }
  footer#footer-credits-container .copyright .contact * {
    margin: 0 15px 5px !important;
  }
}
footer#footer-credits-container .copyright p, footer#footer-credits-container .copyright p a {
  font-size: 14px;
  color: #bababa;
}
footer#footer-credits-container .copyright *[class^=fa] {
  color: #fff;
}

#unauth-banner-links {
  padding: 40px 0 0;
}
#unauth-banner-links .column {
  text-align: center;
}
#unauth-banner-links .column a {
  width: 275px;
  display: inline-block;
  background-color: #25a2a3;
  color: #e6e7e8;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 25px;
  float: right;
}
@media screen and (max-width: 859px) {
  #unauth-banner-links .column a {
    float: none !important;
  }
}
#unauth-banner-links .column:last-child a {
  float: left;
}

#home-page-category-links {
  padding: 30px 0;
}
#home-page-category-links h2 {
  text-align: center;
  margin: 0 0 20px;
}
#home-page-category-links .category-link-col {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 448px) {
  #home-page-category-links .category-link-col {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  #home-page-category-links .category-link-col {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 1200px) {
  #home-page-category-links .category-link-col {
    width: 16.6666666667% !important;
  }
}

#latest-inspiration,
#latest-media-mentions {
  padding: 0 0 50px;
}
#latest-inspiration h2,
#latest-media-mentions h2 {
  text-align: center;
  margin: 0 0 20px;
}
#latest-inspiration .single-post-grey,
#latest-media-mentions .single-post-grey {
  background-color: #eee;
}
#latest-inspiration .single-post-wrap,
#latest-media-mentions .single-post-wrap {
  position: relative;
  background-color: white;
  padding: 15px;
}
#latest-inspiration .single-post,
#latest-media-mentions .single-post {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 550px) and (max-width: 859px) {
  #latest-inspiration .column.four,
#latest-media-mentions .column.four {
    width: 50% !important;
    float: left;
  }
  #latest-inspiration .column.four:last-child,
#latest-media-mentions .column.four:last-child {
    width: 100% !important;
    padding: 0 25%;
  }
}
@media screen and (max-width: 549px) {
  #latest-inspiration .column.four,
#latest-media-mentions .column.four {
    width: 100% !important;
    float: left;
  }
}

.featured-brands {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  margin-top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
}
.featured-brands a {
  min-height: initial !important;
}
.featured-brands a .vcenter {
  height: 100px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.featured-brands a:hover {
  background-color: #eee;
}
.featured-brands a[data-brand=wink] .vcenter {
  padding: 0 60px;
}
.featured-brands a[data-brand=kitschn-glam] .vcenter {
  padding: 0 40px;
}
.featured-brands a[data-brand=iceware] .vcenter {
  padding: 0 40px;
}

@media (max-width: 1099px) {
  header .col-full {
    max-width: 920px;
  }
  #content .col-full {
    width: 920px;
  }
  .archive.woocommerce #content .col-full #sidebar {
    display: none;
  }
  .archive.woocommerce #content .col-full #main.full-width {
    width: 100%;
  }
}
@media (max-width: 999px) {
  body #wrapper #custom-controls.toolbar li a.next:before {
    left: -40px !important;
  }
}
@media (max-width: 1200px) {
  #container-top {
    position: relative;
    height: auto !important;
  }
  #wrapper {
    margin-top: 0 !important;
  }
  #navigation {
    display: none !important;
    clear: both;
    width: 100%;
  }
  #navigation ul.nav {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    columns: 2;
    -moz-columns: 2;
  }
  #navigation ul.nav > li {
    margin-top: 10px;
    background-color: #eee;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  #navigation ul.nav > li.safari-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  #navigation ul.nav > li > a {
    background-color: #666 !important;
    color: white !important;
    border-radius: 0 !important;
  }
  #navigation ul.nav > li:hover > a {
    background-color: #666 !important;
    color: white !important;
  }
  #navigation ul.nav li {
    float: none;
  }
  #navigation ul.nav li a {
    border: none !important;
    padding: 5px !important;
    line-height: 1.4 !important;
  }
  #navigation ul.nav li a::after {
    display: none !important;
  }
  #navigation ul.nav li ul {
    background: none !important;
    padding: 0;
    width: auto;
    position: relative;
  }
  #navigation ul.nav li ul::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    z-index: 997;
    left: 0;
    background: #666;
  }
  #navigation ul.nav li ul li a {
    background: none !important;
    width: 100%;
  }
  #navigation.show-mobile {
    display: block !important;
  }
  .cart-search {
    position: absolute;
    right: 30px;
    max-width: 100% !important;
  }
  .cart-search .search-reveal {
    float: none !important;
  }
  .cart-search .nav-toggle {
    display: inline-block;
    float: right;
    position: static;
    margin: 25px 0 0 15px;
    padding: 10px;
  }
  #navigation {
    overflow: hidden;
    float: left !important;
    clear: none;
  }
  #navigation ul.nav {
    padding: 27px 15px;
  }
  div.shop-now {
    margin: 35px 20px 0 !important;
  }
  #header .search-reveal {
    width: 24px;
    display: inline-block;
    float: right;
  }
  #header .cart-search {
    max-width: 240px;
    width: auto !important;
    float: right;
  }
  #header .cart-search .mini-cart {
    margin-right: 20px;
  }
  #header .cart-search .mini-cart .cart-parent span {
    display: none;
  }
  #header .search-reveal {
    float: right;
    width: 24px;
  }
}
@media (max-width: 859px) {
  body.single.post-template-default #main ul#post-entries {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.not-authenticated.single-product #wrapper div.product .summary .price {
    display: none;
  }
  #footer-container {
    text-align: center;
  }
  #footer-container .widget ul li, #footer-container .events-list ul li {
    padding-left: 0;
    text-indent: 0;
  }
  #footer-container .events-list > ul > li {
    margin-bottom: 2px;
  }
  #footer-container .events-list > ul > li ul {
    margin-left: 0;
  }
  footer#footer-credits-container .copyright {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #header .col-full {
    min-height: 130px;
  }
  #header hgroup {
    width: 100%;
  }
  #header hgroup h1.site-title {
    display: inline-block;
  }
  #header hgroup h3.nav-toggle {
    display: inline-block;
    position: relative;
    float: none;
    left: 0;
    top: 13px;
    margin-left: 20px;
  }
  #header .cart-search {
    left: 50%;
    top: 50px;
    width: 266px !important;
    z-index: 997;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  #header .cart-search .shop-now {
    margin-left: 0 !important;
    float: none;
  }
  #header .cart-search .search-reveal {
    float: none;
    margin-top: 25px !important;
    vertical-align: top;
  }
  #header .cart-search .search-reveal .search-toggle {
    position: relative;
    top: 7px;
    float: none;
  }
  #header .cart-search .search-reveal .search-toggle.close-icon {
    margin-top: 0;
  }
  #header .cart-search .search_main.fix {
    top: 55px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  #header .cart-search .mini-cart {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  #header .cart-search .mini-cart li > a:before {
    top: 6px;
  }
  #header .cart-search .nav-toggle {
    margin-top: 25px !important;
  }
  .authenticated #header .cart-search {
    width: 160px !important;
  }
  .authenticated #header .cart-search .nav-toggle {
    margin-top: 35px;
  }
  #navigation.show-mobile {
    padding-top: 25px;
  }
}
@media (max-width: 540px) {
  #header {
    padding-bottom: 0;
  }
  #header .cart-search .search_main.fix {
    top: 70px;
  }
  body.single.post-template-default #main ul#post-entries li a {
    font-size: 12px;
  }
}
@media (max-width: 448px) {
  #header .cart-search .shop-now {
    padding-left: 0;
  }
}
.wc_payment_method.payment_method_bluepay img {
  max-width: 150px !important;
  padding-bottom: 0 !important;
}

.regional-pricing-asterisk,
.regional-pricing-disclaimer {
  color: red;
}

.regional-pricing-disclaimer {
  text-align: right;
  font-size: 0.8em !important;
  clear: both;
}

body.single-product .summary {
  padding: 0 15px !important;
}
@media screen and (max-width: 1200px) {
  body.single-product .summary {
    padding: 20px !important;
  }
}
body.single-product.not-authenticated .products .product .product-wrapper .product-title .price {
  display: initial !important;
}
body.single-product.not-authenticated #wrapper div.product .summary form.cart {
  margin: inherit !important;
}
body.single-product #wrapper div.product .summary .price {
  margin: 0;
}
body.single-product #wrapper div.product .summary .price ins,
body.single-product #wrapper div.product .summary .price ins .amount {
  display: inline-block;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
}

.woocommerce-cart .coupon {
  display: none;
}
.woocommerce-cart .tax-total small {
  display: none;
}

.woocommerce-cart .product-remove {
  padding: 15px !important;
}

.wpcf7 form .ajax-loader {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

body #wrapper .block-content li .img-wrap, body #wrapper .products li .img-wrap {
  margin-bottom: 10px;
  /* max-height: 220px; */
  overflow: hidden;
}

.wildeye-login-errors .tml-error {
  background-color: white;
}

/*------------------------------------------------- *\

		NEW MENU STYLING IMPLEMENTED JULY 2019 

\*------------------------------------------------- */
@media screen and (min-width: 1200px) {
  #navigation #main-nav {
    padding: 0;
  }
  #navigation #main-nav > .menu-item > a {
    font-size: 14px;
    font-weight: bold;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu {
    background: #f7f7f7 !important;
    box-shadow: none;
    position: absolute;
    padding-left: 0;
    padding: 4px 0;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu:before {
    display: none;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu > li {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu > li a {
    background-color: transparent !important;
    width: auto;
    text-transform: uppercase;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover {
    background-color: #f6f6f6 !important;
    position: relative;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu {
    display: block;
    margin: 0;
    top: 100%;
    width: 180px;
    background-color: #f6f6f6 !important;
    left: 0;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu li {
    display: block;
    float: none;
    background-color: #f6f6f6 !important;
    padding: 0;
    margin: 0;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu:before {
    display: none;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover a:after {
    right: -15px;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children {
    position: relative;
  }
  #navigation #main-nav > .menu-item-has-children:hover > .sub-menu .menu-item-has-children a:after {
    display: none;
    right: -15px;
  }
}
@media screen and (max-width: 1200px) {
  .toggle-menu {
    position: absolute;
    color: #fff;
    right: 10px;
    top: 7px;
    font-size: 20px;
    width: 40px;
    height: 30px;
  }
  #navigation #main-nav {
    max-width: 500px;
    margin: 0 auto !important;
    columns: 1;
  }
  #navigation #main-nav .menu-item {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  #navigation #main-nav .menu-item:hover {
    background: none;
    padding: 0 !important;
  }
  #navigation #main-nav .menu-item a {
    padding: 10px 0 !important;
    background-color: #25a2a3 !important;
    position: relative;
  }
  #navigation #main-nav .menu-item .sub-menu {
    margin-top: 0;
    background: #fff !important;
    visibility: hidden;
    display: block;
    height: 0px;
    transition: 0.5s;
    opacity: 0;
    display: none;
  }
  #navigation #main-nav .menu-item .sub-menu.mobile-sub-menu-show {
    visibility: visible;
    height: auto;
    min-height: 100px;
    opacity: 1;
    display: block;
  }
  #navigation #main-nav .menu-item .sub-menu:before {
    background: none;
  }
  #navigation #main-nav .menu-item .sub-menu .menu-item {
    margin: 20px 0;
    padding: 0 !important;
  }
  #navigation #main-nav .menu-item .sub-menu .menu-item:hover {
    background: none;
    padding: 0 !important;
  }
  #navigation #main-nav .menu-item .sub-menu .menu-item a {
    padding: 15px 0;
    background: #666 !important;
    color: #fff !important;
    width: 90%;
    margin: 0 auto;
  }
  #navigation #main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    background: #fff !important;
    color: #666 !important;
    width: 80%;
    margin: 0 auto;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 0.5rem;
  right: calc(15px + 0.5rem);
  width: auto;
  height: auto;
  text-indent: initial;
}

::placeholder {
  color: #171717;
}

#container-top {
  height: 140px;
}

#nav-group {
  padding-left: calc(15px + 15px);
}
@media (max-width: 1200px) {
  #nav-group .nav-toggle {
    display: flex;
  }
}
@media (max-width: 1200px) {
  #nav-group > .row {
    display: none;
  }
}
#nav-group > .row:first-of-type {
  margin-top: 17px;
  margin-bottom: 13px;
}
#nav-group > .row:last-of-type {
  margin-top: 4px;
  margin-bottom: 8px;
}
#nav-group .other-nav .other-nav-wrapper {
  width: 100%;
}
#nav-group .other-nav .other-nav-wrapper > div {
  margin-right: 30px;
  display: inline-block;
}
#nav-group .other-nav .other-nav-wrapper > div:last-of-type {
  margin-right: 0;
}
#nav-group form {
  margin: 0;
}
#nav-group .toggle-menu {
  display: none;
}

.search-wrapper {
  position: relative;
  padding: 4px 89px 4px 38px;
  background: white;
  border-radius: 0;
  border: 1px solid #D8D8D8;
  box-shadow: none;
}
.search-wrapper .icon {
  position: absolute;
  left: 11px;
  top: 11px;
  line-height: 1;
  font-size: 16px;
}
.search-wrapper .search-box {
  border-radius: 0;
  border: 0 none;
  background-color: white;
  background: transparent;
  padding: 0 5px 0 10px;
  margin: 0;
  box-shadow: none;
  border-left: 1px solid #D8D8D8;
  height: 25px;
}
.search-wrapper .search-box:focus {
  outline: none;
  background-color: white;
  background: transparent;
}
.search-wrapper .search-submit {
  position: absolute;
  top: 4px;
  right: 4px;
  color: white;
  width: 85px;
  height: calc(100% - 9px);
  text-transform: uppercase;
  background-color: #25A2A3;
  border-radius: 0.25em;
}

#wrapper {
  position: relative;
  margin-top: 140px;
  padding-top: 0;
}

#navigation #main-nav li {
  margin-right: 50px;
}
#navigation #main-nav li:last-of-type {
  margin-right: 0 !important;
}
#navigation #main-nav li a {
  padding: 9px 10px 9px 10px !important;
}
#navigation #main-nav li a:after {
  display: none;
  right: 5px;
}

.nav-toggle {
  float: none;
  position: relative;
  margin: 0;
  top: initial;
  left: initial;
  right: initial;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.nav-toggle a {
  width: 35px;
  height: 23px;
  padding: 0;
  background: none;
  position: relative;
}
.nav-toggle a .ham {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-bottom: 3px solid grey;
}
.nav-toggle a .line-1 {
  width: 35px;
}
.nav-toggle a .line-2 {
  top: 10px;
  width: 30px;
}
.nav-toggle a .line-3 {
  top: 20px;
  width: 25px;
}

#mobile-menu {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: all 0.35s;
}
#mobile-menu a {
  color: white !important;
}
#mobile-menu.show-mobile {
  width: 100%;
}
#mobile-menu .menu-wrapper {
  max-width: 75%;
  min-width: 312px;
  width: 100%;
  padding: 35px;
  background: black;
  height: 100%;
}
#mobile-menu span.close {
  position: absolute;
  right: 15px;
  top: 35px;
  color: white;
  font-size: 30px;
}
#mobile-menu form {
  margin: 0;
}
#mobile-menu .first-group {
  display: flex;
}
#mobile-menu .search-wrapper {
  margin-right: 5%;
  background: #2C2C2C;
  border-color: black;
  border-radius: 0.25em;
  padding: 4px 4px 4px 33px;
}
#mobile-menu .search-wrapper .search-box {
  padding: 0;
  color: white;
  border: 0 none !important;
}
#mobile-menu .search-wrapper .search-box::placeholder {
  color: #797979;
}
#mobile-menu .search-wrapper .icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#mobile-menu .search-wrapper .search-submit {
  left: 4px;
  background-color: transparent;
  border: 0 none;
  color: #797979;
  width: 25px;
  padding: 0;
}
#mobile-menu .cart-search {
  max-width: 15% !important;
  display: block;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  width: 100%;
  float: none;
}
#mobile-menu .cart-search .mini-cart {
  margin: 0;
}
#mobile-menu .cart-search .mini-cart a.cart-parent {
  background: transparent;
  text-align: center;
  font-size: 16px;
}
#mobile-menu .cart-search .mini-cart a.cart-parent:after {
  content: "";
  border: 0.25em solid transparent;
  border-top-color: black;
  position: absolute;
  right: 0;
}
#mobile-menu .cart-search .mini-cart a.cart-parent span {
  display: none;
}
#mobile-menu .last-group .login a,
#mobile-menu .last-group .logout a {
  text-transform: uppercase;
  border-radius: 0.35em;
  background-color: #25A2A3;
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: normal;
}
#mobile-menu .last-group .login a i,
#mobile-menu .last-group .logout a i {
  display: none;
}
#mobile-menu .last-group .split {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#mobile-menu .last-group .split > div {
  width: 50%;
}
#mobile-menu .last-group .split .country-select {
  margin: 0;
}
#mobile-menu .last-group .split .country-select .chavron:after, #mobile-menu .last-group .split .country-select #main-nav-mobile > .menu-item.menu-item-has-children:after, #mobile-menu .last-group .split .country-select #header #logo-group .site-title:not(.no-menu):after, #header #logo-group #mobile-menu .last-group .split .country-select .site-title:not(.no-menu):after {
  border-top-color: #7C7C7C;
  border-width: 0.35em;
}
#mobile-menu .last-group .split .country-select * {
  color: white;
}
#mobile-menu .last-group .split .country-select a.current-country {
  background-color: black;
}

#main-nav-mobile {
  float: none;
  margin: 15px 0;
}
#main-nav-mobile .menu-item {
  display: block;
  width: 100%;
  float: none;
}
#main-nav-mobile > .menu-item {
  padding-right: 30px;
  border-top: 1px solid #404040;
}
#main-nav-mobile > .menu-item:last-of-type {
  border-bottom: 1px solid #404040;
}
#main-nav-mobile > .menu-item > a {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
}
#main-nav-mobile > .menu-item.menu-item-has-children a {
  margin: 0;
}
#main-nav-mobile > .menu-item.menu-item-has-children:after {
  display: block;
  border-top-color: #7C7C7C;
  border-width: 0.5em;
  transition: all 0.35s;
}
#main-nav-mobile > .menu-item.menu-item-has-children.show-sub-menu:after {
  transform: rotate(180deg);
}
#main-nav-mobile .sub-menu {
  display: none;
  margin-bottom: 15px;
}

#latest-inspiration {
  /* padding: 0 0 50px; */
  padding: 0 !important;
  background: url(../images/bg-inspiration.svg);
  background-repeat: repeat;
  background-size: 20%;
  border-top: solid 10px #F19EB5;
  border-bottom: solid 20px #62A35B;
  margin-top: -1px;
  display: flex;
}
#latest-inspiration .row {
  background: #fff;
  padding: 50px 0;
  margin-top: 0;
  flex-basis: 100%;
}
@media (min-width: 860px) {
  #latest-inspiration .row {
    flex-basis: 90%;
    padding: 50px calc(5% - 18px);
  }
}
@media (min-width: 992px) {
  #latest-inspiration .row {
    flex-basis: 80%;
  }
}
@media (min-width: 1200px) {
  #latest-inspiration .row {
    flex-basis: 60%;
  }
}

.content-home {
  padding-bottom: 0;
}

#home-page-category-links {
  /* padding-top: 80px !important; */
  padding: 0;
  border-top: solid 10px #F19EB5;
  border-bottom: solid 10px #F19EB5;
}
#home-page-category-links .row {
  margin: 0;
  width: 100vw;
}
#home-page-category-links .columns.three.category-link-col {
  padding: 0 !important;
}

/*# sourceMappingURL=simplistics-override.css.map */
