@charset "UTF-8";
/* @override 
	https://new.josephbonnie.com/wp-content/themes/josephbonnie/css/jb.css
	https://www.josephbonnie.com/wp-content/themes/josephbonnie/css/jb.css */
@font-face {
  font-family: 'Vaud';
  src: url('../fonts/Vaud/VaudDisplayBook.otf'), url('fonts/Vaud/VaudDisplayBook.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Vaud Italic';
  src: url('../fonts/Vaud/VaudDisplayBooklt.otf'), url('fonts/Vaud/VaudDisplayBooklt.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Vaud Bold';
  src: url('../fonts/Vaud/VaudDisplayBold.otf'), url('fonts/Vaud/VaudDisplayBold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Vaud Bold Italic';
  src: url('../fonts/Vaud/VaudDisplayBoldlt.otf'), url('fonts/Vaud/VaudDisplayBoldlt.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Big Caslon';
  src: url('../fonts/Big_Caslon_Medium/Big_Caslon_Medium.ttf');
  font-display: swap;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /*    font-family: @slick-font-family;*/
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  border: 1px solid #ccc;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ccc;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body,
html {
  max-width: 100vw;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
html {
  font-family: 'Vaud', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
}
a {
  color: inherit;
}
*:focus {
  outline: none;
}
nav {
  background: none;
  box-shadow: none;
}
nav a {
  color: inherit;
}
figure {
  margin: 0;
}
button:focus,
.btn:focus {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 1600px;
  }
}
@media only screen and (max-width: 990px) {
  body,
  html {
    overflow-x: hidden;
  }
  .container {
    width: 95%;
  }
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
/*
* 5 cols  grid
*/
.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5ths {
  width: 20%;
}
@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}
header.site-header {
  padding: 15px 0;
  position: relative;
}
header.site-header .row {
  margin-bottom: 0;
}
header.site-header .site-logo {
  max-width: 180px;
  display: block;
  margin: 8px auto;
}
header.site-header .languages,
header.site-header .currency-switch {
  display: inline-block;
  vertical-align: middle;
}
header.site-header .currency-switch {
  margin-left: 20px;
}
header.site-header .top-links {
  margin: 0;
  text-align: right;
}
header.site-header .top-links li {
  display: inline-block;
  margin: 0 0 0 10px;
}
header.site-header .top-links li:first-child {
  margin-left: 0;
}
header.site-header .top-links li:last-child {
  margin-right: 0;
}
header.site-header .top-links li .my-wishlist {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}
header.site-header .top-links li .my-wishlist .wishlist-count.active {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background: #283b80;
  position: absolute;
  right: -15px;
  top: 4px;
}
header.site-header ul {
  margin: 0;
}
header.site-header ul li.lang-item {
  display: inline-block;
  margin: 0 6px;
}
header.site-header .cart-contents {
  display: inline-block;
  position: relative;
}
header.site-header .cart-contents #cart-count {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #283b80;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: -2px;
  top: 4px;
}
header.site-header .cart-contents.empty-cart #cart-count {
  display: none;
}
header.site-header.scrolled {
  position: fixed;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 10px 0;
  animation: 1s slidein;
}
@keyframes slidein {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}
.currency-switch a,
.currency-switch span {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #eee;
  margin-left: -1px;
  font-size: 11px;
}
.currency-switch a.active,
.currency-switch span.active {
  background: #333;
  color: #fff;
}
.currency-switch a:not(.active):hover,
.currency-switch span:not(.active):hover {
  background: #f4f4f4;
}
#main-nav {
  background: #283b80;
  height: 50px;
  line-height: 50px;
}
#main-nav .main-menu {
  text-align: center;
}
#main-nav .main-menu > li {
  float: none;
  display: inline-block;
  margin: 0 15px;
}
#main-nav .main-menu > li a {
  font-size: .9em;
  text-transform: uppercase;
  padding: 0 25px;
  text-align: center;
  display: block;
}
#main-nav .main-menu > li.menu-item-has-children {
  position: relative;
}
#main-nav .main-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 8px;
  color: #fff;
}
#main-nav .main-menu > li.menu-item-has-children .sub-menu {
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 0;
  width: 240px;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out 0s;
}
#main-nav .main-menu > li.menu-item-has-children .sub-menu li {
  float: none;
  display: block;
}
#main-nav .main-menu > li.menu-item-has-children .sub-menu li a {
  line-height: 1.5em;
  padding: 15px 25px;
  color: #444;
}
#main-nav .main-menu > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  top: 45px;
  z-index: 9;
  max-height: 80vh;
}
#main-nav .main-menu > li.menu-item-has-children:hover .sub-menu li a:hover {
  background: #f5f5f5;
}
#main-nav .main-menu > li.current-menu-ancestor,
#main-nav .main-menu > li.current-menu-item {
  background: #202e65;
}
#main-nav .main-menu > li.current-menu-ancestor a,
#main-nav .main-menu > li.current-menu-item a {
  color: #fff;
}
#main-nav .main-menu > li.current-menu-ancestor.menu-item-has-children > a:after,
#main-nav .main-menu > li.current-menu-item.menu-item-has-children > a:after {
  color: #fff;
}
#mobile-nav li.menu-item-has-children.visible > .sub-menu .current-menu-item > a,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > .sub-menu .current-menu-item > a,
#mobile-nav li.menu-item-has-children.current-menu-parent > .sub-menu .current-menu-item > a {
  background: #fff !important;
  color: #000 !important;
}
footer.page-footer {
  padding: 50px 0;
  background: #f1f1f1;
  color: #444;
}
footer.page-footer .secure-cards img {
  display: block;
  max-width: 140px;
  height: auto;
}
footer.page-footer .widget {
  margin-bottom: 20px;
}
footer.page-footer .widget .widget-title {
  font-weight: 600;
  text-transform: uppercase;
}
footer.page-footer .widget .menu li {
  margin-bottom: .75em;
  margin-right: 20px;
}
footer.page-footer .widget .menu li.current-menu-item a {
  color: #283b80;
  font-weight: 600;
}
footer.page-footer .widget .menu li a {
  font-size: .9em;
  text-transform: uppercase;
}
footer.page-footer .widget .menu li a:hover {
  color: #283b80;
}
.social-menu li {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
}
.social-menu li:first-child {
  margin-left: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}
.jb-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.jb-icon.search-icon {
  background-image: url('../img/search.svg');
}
.jb-icon.customer-icon {
  background-image: url('../img/user.svg');
}
.jb-icon.contact-icon {
  background-image: url('../img/contact.svg');
}
.jb-icon.cart-icon {
  background-image: url('../img/bag.svg');
}
.navigation.pagination,
.woocommerce-pagination {
  text-align: center;
}
.navigation.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  float: none;
  display: inline-block;
}
.navigation.pagination a,
.woocommerce-pagination a,
.navigation.pagination span,
.woocommerce-pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  padding: 0;
  color: #444;
  background: #f1f1f1;
  margin: 0 10px;
}
.navigation.pagination a i,
.woocommerce-pagination a i,
.navigation.pagination span i,
.woocommerce-pagination span i {
  height: 1em;
}
.navigation.pagination a.next,
.woocommerce-pagination a.next,
.navigation.pagination span.next,
.woocommerce-pagination span.next,
.navigation.pagination a.prev,
.woocommerce-pagination a.prev,
.navigation.pagination span.prev,
.woocommerce-pagination span.prev {
  background: none;
}
.navigation.pagination a.next:hover,
.woocommerce-pagination a.next:hover,
.navigation.pagination span.next:hover,
.woocommerce-pagination span.next:hover,
.navigation.pagination a.prev:hover,
.woocommerce-pagination a.prev:hover,
.navigation.pagination span.prev:hover,
.woocommerce-pagination span.prev:hover {
  background: inherit;
}
.navigation.pagination .current,
.woocommerce-pagination .current {
  background: #283b80;
  color: #fff;
}
.navigation.pagination a,
.woocommerce-pagination a {
  transition: all 0.3s ease-in-out 0s;
}
.navigation.pagination a:hover,
.woocommerce-pagination a:hover {
  background: #ccc;
}
.sidenav li {
  height: auto;
  line-height: 1.4em;
}
.arrow-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  z-index: 2;
  opacity: 0;
  font-size: 20px;
  background: #283b80;
  color: #fff;
  transition: opacity 0.5s ease-in-out 0s;
  z-index: 99;
}
.arrow-top:before {
  font-family: 'FontAwesome';
  content: "\f106";
}
.arrow-top.is-visible {
  opacity: 1;
}
.arrow-top.fade-out {
  opacity: 0;
}
.mobile-nav-trigger {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 20px;
  z-index: 9999;
}
#mobile-nav {
  background: #fff;
  max-width: 75%;
  z-index: 9999;
}
#mobile-nav .homelink img {
  display: block;
  width: 60%;
  margin: 20px auto 0;
}
#mobile-nav .currency-switch {
  margin: 15px 30px;
  display: block;
}
#mobile-nav li {
  height: auto;
  line-height: 1.2em;
}
#mobile-nav li a {
  padding: 15px 20px 15px 30px;
  display: block;
  line-height: 1.3em;
  height: auto;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  border-bottom: 1px solid #ddd;
}
#mobile-nav li a:hover {
  background: inherit;
  color: #283b80;
}
#mobile-nav li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-weight: normal;
  margin-left: 1em;
  float: right;
}
#mobile-nav li.menu-item-has-children .sub-menu {
  transform-origin: 50% 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in 0;
}
#mobile-nav li.menu-item-has-children .sub-menu a {
  font-size: .85em;
  font-weight: 400;
  padding-left: 50px;
  border-bottom: 1px solid #eee;
}
#mobile-nav li.menu-item-has-children .sub-menu > li.menu-item-has-children > .sub-menu li a {
  font-size: .9em;
  padding-left: 50px;
}
#mobile-nav li.menu-item-has-children.visible > a,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > a,
#mobile-nav li.menu-item-has-children.current-menu-parent > a {
  color: #fff;
  background: #283b80;
  font-weight: 600;
}
#mobile-nav li.menu-item-has-children.visible > a:after,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > a:after,
#mobile-nav li.menu-item-has-children.current-menu-parent > a:after {
  content: "\f106";
}
#mobile-nav li.menu-item-has-children.visible > .sub-menu,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > .sub-menu,
#mobile-nav li.menu-item-has-children.current-menu-parent > .sub-menu {
  max-height: 100vh;
}
#mobile-nav li.menu-item-has-children.visible > .sub-menu > a,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > .sub-menu > a,
#mobile-nav li.menu-item-has-children.current-menu-parent > .sub-menu > a {
  color: #444;
}
#mobile-nav li.menu-item-has-children.visible > .sub-menu > a:hover,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > .sub-menu > a:hover,
#mobile-nav li.menu-item-has-children.current-menu-parent > .sub-menu > a:hover {
  color: #283b80;
}
#mobile-nav li.menu-item-has-children.visible > .sub-menu .current-menu-item > a,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > .sub-menu .current-menu-item > a,
#mobile-nav li.menu-item-has-children.current-menu-parent > .sub-menu .current-menu-item > a {
  background: #ccc;
  color: #283b80;
  font-weight: 600;
  background: #fff;
}
#mobile-nav li.menu-item-has-children.current-menu-parent {
  background: #f6f6f6;
}
#mobile-nav li.menu-item-has-children.current-menu-parent .sub-menu a {
  color: #000;
}
#mobile-nav li.current-menu-item,
#mobile-nav li.current-menu-parent {
  background: #283b80;
  color: #fff;
}
#mobile-nav li.current-menu-item a,
#mobile-nav li.current-menu-parent a {
  color: #fff;
}
#mobile-nav li.current-menu-item .sub-menu a,
#mobile-nav li.current-menu-parent .sub-menu a {
  color: #fff;
}
#mobile-nav li.current-menu-item.menu-item-has-children .sub-menu,
#mobile-nav li.current-menu-parent.menu-item-has-children .sub-menu {
  max-height: 100vh;
}
#mobile-nav li.menu-item-has-children.current-menu-parent .sub-menu .current-menu-item a,
#mobile-nav li.menu-item-has-children.current-menu-parent .sub-menu .current-menu-parent a {
  color: #fff;
}
@media only screen and (max-width: 990px) {
  header.site-header {
    padding: 15px 0;
  }
  header.site-header .site-logo {
    max-width: 100%;
    margin: 8px auto;
  }
}
@media only screen and (max-width: 600px) {
  header.site-header {
    padding: 15px 0;
    position: relative;
  }
  header.site-header .homelink {
    display: block;
    width: auto;
    max-width: 60%;
    margin: 4px auto;
  }
  header.site-header .site-logo {
    margin: 0;
  }
  header.site-header .top-links {
    text-align: center;
    margin-top: 15px;
  }
  header.site-header .toggle-product-search {
    position: absolute;
    right: 0;
    top: -30px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Big Caslon', serif;
  font-weight: 400;
  color: #283b80;
}
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
p,
h6 {
  font-size: 1em;
  margin: .5em 0;
}
.wpb_wrapper table,
.post-content table {
  font-size: .9em;
  background: #fff;
  margin: 1em 0;
}
.wpb_wrapper table tr,
.post-content table tr {
  border-bottom: 1px solid #ddd;
}
.wpb_wrapper blockquote,
.post-content blockquote {
  border-color: #ccc;
  font-style: italic;
  font-weight: 600;
}
.wpb_wrapper ul,
.post-content ul,
.wpb_wrapper ol,
.post-content ol {
  margin: 1em 0;
}
.wpb_wrapper ul li,
.post-content ul li,
.wpb_wrapper ol li,
.post-content ol li {
  margin-bottom: .5em;
}
.wpb_wrapper ul li ul,
.post-content ul li ul,
.wpb_wrapper ol li ul,
.post-content ol li ul {
  margin-top: .5em;
}
.wpb_wrapper strong,
.post-content strong {
  font-weight: 600;
}
.wpb_wrapper .wp-block-gallery,
.post-content .wp-block-gallery {
  margin: 30px 0;
}
.wpb_wrapper .wp-block-gallery li,
.post-content .wp-block-gallery li {
  padding: 0;
}
.wpb_wrapper .wp-block-gallery li:before,
.post-content .wp-block-gallery li:before {
  content: "";
  display: none;
}
.wpb_wrapper figure,
.post-content figure {
  margin: 0;
}
.wpb_wrapper .video-container,
.post-content .video-container {
  margin: 30px 0;
}
.wpb_wrapper ul:not(.slick-dots) li {
  position: relative;
  padding-left: 12px;
}
.wpb_wrapper ul:not(.slick-dots) li:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #ccc;
  color: #283b80;
  position: absolute;
  left: 0;
  top: 10px;
}
.wpb_wrapper a {
  color: #283b80;
}
.blog-post img {
  max-width: 100%;
  height: auto;
  border: none !important;
}
.blog-post .main-title {
  text-align: center;
  margin: 1em 0 0;
}
.blog-post .main-title:after {
  display: block;
  width: 60px;
  height: 1px;
  content: "";
  background: #ccc;
  margin: 15px auto;
}
.btn,
button,
.button {
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: #283b80;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 12px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 1em;
}
.btn:hover,
button:hover,
.button:hover {
  background: #202e65;
  box-shadow: none;
}
mark {
  background: inherit;
  font-weight: bold;
  color: #283b80;
}
.toast {
  background: orangered;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
form .row {
  margin-bottom: 0;
}
form .input-field {
  margin-top: .75rem;
  margin-bottom: .4rem;
}
form .input-field input[type="tel"],
form .input-field input[type="email"],
form .input-field input[type="text"],
form .input-field textarea {
  background: #f9f9f9;
  padding: 0 10px;
  width: calc( 100% - 20px );
  font-family: 'Vaud', sans-serif;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .input-field input[type="tel"] + label,
form .input-field input[type="email"] + label,
form .input-field input[type="text"] + label,
form .input-field textarea + label {
  margin-left: 10px;
  font-weight: 300;
  color: #444;
}
form .input-field input[type="tel"] + label.active,
form .input-field input[type="email"] + label.active,
form .input-field input[type="text"] + label.active,
form .input-field textarea + label.active {
  top: -4px;
  left: 3px;
}
form .input-field input[type="tel"]:focus,
form .input-field input[type="email"]:focus,
form .input-field input[type="text"]:focus,
form .input-field textarea:focus {
  border: 1px solid #eee !important;
  box-shadow: none !important;
}
form .input-field input[type="tel"]:focus + label,
form .input-field input[type="email"]:focus + label,
form .input-field input[type="text"]:focus + label,
form .input-field textarea:focus + label {
  color: #444;
  top: -4px;
  left: 3px;
}
form .input-field textarea {
  width: 100%;
  padding: 10px;
  min-height: 8em;
  line-height: 150%;
}
form .required {
  display: inline-block;
  color: orangered;
}
form button,
form .btn {
  border-radius: 2px;
  border: 1px solid #283b80;
}
form button.btn:disabled {
  background: #fff !important;
  border: 1px solid #eee;
  color: #444;
}
form #response {
  text-align: center;
  font-size: 1.2em;
}
form input[type=checkbox] + span {
  padding-top: .3em;
  line-height: 1.4em !important;
  font-size: 1em !important;
}
#jb-contact-form {
  width: 640px;
  max-width: 100%;
  margin: 20px auto 30px;
}
.woocommerce form abbr,
.woocommerce-form abbr,
#customer_details abbr {
  text-decoration: none;
}
.woocommerce form label,
.woocommerce-form label,
#customer_details label {
  font-weight: 300;
  font-size: 1rem;
}
.woocommerce form input[type="tel"],
.woocommerce-form input[type="tel"],
#customer_details input[type="tel"],
.woocommerce form input[type="email"],
.woocommerce-form input[type="email"],
#customer_details input[type="email"],
.woocommerce form input[type="text"],
.woocommerce-form input[type="text"],
#customer_details input[type="text"],
.woocommerce form input[type="number"],
.woocommerce-form input[type="number"],
#customer_details input[type="number"],
.woocommerce form input[type="password"],
.woocommerce-form input[type="password"],
#customer_details input[type="password"],
.woocommerce form textarea,
.woocommerce-form textarea,
#customer_details textarea {
  background: #f9f9f9;
  padding: 0 10px;
  width: calc( 100% - 20px );
  font-family: 'Vaud', sans-serif;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
}
.woocommerce form input[type="tel"]:focus,
.woocommerce-form input[type="tel"]:focus,
#customer_details input[type="tel"]:focus,
.woocommerce form input[type="email"]:focus,
.woocommerce-form input[type="email"]:focus,
#customer_details input[type="email"]:focus,
.woocommerce form input[type="text"]:focus,
.woocommerce-form input[type="text"]:focus,
#customer_details input[type="text"]:focus,
.woocommerce form input[type="number"]:focus,
.woocommerce-form input[type="number"]:focus,
#customer_details input[type="number"]:focus,
.woocommerce form input[type="password"]:focus,
.woocommerce-form input[type="password"]:focus,
#customer_details input[type="password"]:focus,
.woocommerce form textarea:focus,
.woocommerce-form textarea:focus,
#customer_details textarea:focus {
  border: 1px solid #ddd !important;
  box-shadow: none !important;
}
.woocommerce form input[type="tel"]:focus + label,
.woocommerce-form input[type="tel"]:focus + label,
#customer_details input[type="tel"]:focus + label,
.woocommerce form input[type="email"]:focus + label,
.woocommerce-form input[type="email"]:focus + label,
#customer_details input[type="email"]:focus + label,
.woocommerce form input[type="text"]:focus + label,
.woocommerce-form input[type="text"]:focus + label,
#customer_details input[type="text"]:focus + label,
.woocommerce form input[type="number"]:focus + label,
.woocommerce-form input[type="number"]:focus + label,
#customer_details input[type="number"]:focus + label,
.woocommerce form input[type="password"]:focus + label,
.woocommerce-form input[type="password"]:focus + label,
#customer_details input[type="password"]:focus + label,
.woocommerce form textarea:focus + label,
.woocommerce-form textarea:focus + label,
#customer_details textarea:focus + label {
  color: #444;
  top: -4px;
}
.woocommerce form ::placeholder,
.woocommerce-form ::placeholder,
#customer_details ::placeholder {
  color: #444;
}
.woocommerce form .required,
.woocommerce-form .required,
#customer_details .required {
  display: inline-block;
  color: orangered;
}
.woocommerce form .woocommerce-form__label.woocommerce-form__label-for-checkbox,
.woocommerce-form .woocommerce-form__label.woocommerce-form__label-for-checkbox,
#customer_details .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: block;
}
.woocommerce form button.button,
.woocommerce-form button.button,
#customer_details button.button {
  margin: 20px 0;
  background: #283b80;
  border: none;
  text-transform: uppercase;
  font-family: 'Vaud', sans-serif;
  padding: 8px 24px;
  color: #fff;
}
.woocommerce form button.button:hover,
.woocommerce-form button.button:hover,
#customer_details button.button:hover {
  background: #202e65;
}
.woocommerce form select,
.woocommerce-form select,
#customer_details select {
  display: block;
}
.woocommerce form select:focus,
.woocommerce-form select:focus,
#customer_details select:focus {
  outline: none;
}
.woocommerce form fieldset,
.woocommerce-form fieldset,
#customer_details fieldset {
  border: 1px solid #f1f1f1;
}
.woocommerce form input[type=checkbox] + span,
.woocommerce-form input[type=checkbox] + span,
#customer_details input[type=checkbox] + span,
.woocommerce form input[type=radio] + span,
.woocommerce-form input[type=radio] + span,
#customer_details input[type=radio] + span {
  padding: 0 0 0 26px;
  font-weight: 500;
  font-family: 'Vaud', sans-serif;
}
.woocommerce form input[type=checkbox]:checked + span,
.woocommerce-form input[type=checkbox]:checked + span,
#customer_details input[type=checkbox]:checked + span,
.woocommerce form input[type=radio]:checked + span,
.woocommerce-form input[type=radio]:checked + span,
#customer_details input[type=radio]:checked + span {
  color: #000;
}
.jb-select-wrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.jb-select-wrapper.empty-select {
  border: none;
}
.jb-select-wrapper p {
  font-size: 0;
  color: #fff;
}
.jb-select-wrapper label,
.jb-select-wrapper .woocommerce-input-wrapper input {
  display: none;
}
.jb-select-wrapper:after {
  content: '';
  position: absolute;
  top: 1.3rem;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #283b80;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.jb-select-wrapper select {
  display: block;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  color: #444;
  font-family: 'Vaud', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jb-select-wrapper select.state_select {
  border-top: 1px solid #eee;
}
.jb-select-wrapper select:focus {
  outline: none;
}
.jb-select-wrapper input.input-text {
  margin: 5px 10px 15px;
  width: calc( 100% - 45px ) !important;
}
.products-search-form {
  margin: 0 .75rem;
  position: relative;
  padding-left: 10px;
}
.products-search-form input[type=text]#search {
  margin: 0;
  line-height: 60px;
  height: 60px;
  border: none !important;
  box-shadow: none !important;
}
.products-search-form input[type=text]#search:focus {
  border: 1px solid #fff !important;
}
.products-search-form .close-icon {
  top: 13px;
  right: 0;
  position: absolute;
}
.products-search-form .close-icon:before,
.products-search-form .close-icon:after {
  background-color: #444;
}
#search-result {
  position: relative;
}
#search-response {
  position: absolute;
  left: -10px;
  top: 0;
  width: calc( 100% + 20px );
}
#search-response.visible {
  background: #fff;
  padding: 10px 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
}
#search-response .no-product-found {
  margin: 0 0 20px;
  font-size: .9em;
  font-family: 'poppinslight';
  color: #444;
}
#search-response .search-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#search-response .search-item .wp-post-image {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}
#search-response .search-item .product-desc {
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 100px );
}
#search-response .search-item .product-desc .name {
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
}
#search-response .search-item .product-desc .price {
  font-size: .9em;
  margin-left: 10px;
}
.personal-appointment {
  margin-top: 40px;
  padding-top: 0;
  border-top: 1px solid #ddd;
}
.personal-appointment h4 {
  font-size: 1.2em;
}
#appointment-form .input-field input[type=text],
#appointment-form .input-field input[type=email],
#appointment-form .input-field input[type=tel] {
  font-family: 'Vaud', sans-serif;
}
#appointment-form .input-field input[type=text]:focus,
#appointment-form .input-field input[type=email]:focus,
#appointment-form .input-field input[type=tel]:focus {
  box-shadow: none;
}
#appointment-form .datepicker {
  position: relative;
}
#appointment-form .datepicker:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f274";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #ddd;
  color: #283b80;
}
#appointment-form .datepicker input[type=text] {
  font-size: 14px;
  font-family: 'Vaud', sans-serif;
  color: #444;
  padding: 0 10px 0 40px;
  border-bottom: 1px dotted #ddd;
  width: calc( 100% - 50px );
}
#appointment-form .datepicker input[type=text]:focus {
  box-shadow: none;
}
#appointment-form .availabilities {
  margin: 10px 0;
  font-size: .85em;
  color: #666;
}
#appointment-form .hours {
  margin: 30px 0 0;
}
#appointment-form .hours label input[type=checkbox] + span {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 5px 3px;
  color: #333;
}
#appointment-form .hours label input[type=checkbox] + span:before,
#appointment-form .hours label input[type=checkbox] + span:after {
  display: none;
}
#appointment-form .hours label input[type=checkbox] + span:hover {
  background: #eee;
}
#appointment-form .hours label input[type=checkbox]:checked + span {
  background: #333;
  color: #fff;
}
#appointment-form button[type=submit] {
  border: 1px solid #283b80;
  color: #283b80;
  background: #fff;
  padding: 10px 30px;
}
#appointment-form button[type=submit]:disabled {
  border-color: #ddd;
  color: #999;
}
#appointment-form button[type=submit]:disabled .loader {
  margin-left: 8px;
  color: #283b80;
}
#appointment-form .response p:before {
  display: inline-block;
  content: "\f00c";
  font-family: 'FontAwesome';
  color: orangered;
  margin-right: .5em;
}
.jb-loast-pswd-msg,
.lost_reset_password {
  width: 480px;
  max-width: 80%;
  margin: 80px auto 40px;
}
.jb-loast-pswd-msg {
  font-size: 1.2em;
  color: #444;
  text-align: center;
}
.nf-form-layout {
  margin-bottom: 50px;
}
.nf-form-layout hr.ninja-forms-field {
  background-color: transparent;
  border-top: 1px dotted #ddd;
  margin: 20px 0;
}
.nf-form-layout .field-wrap label {
  font-size: 1rem;
  color: #444;
  font-weight: normal;
}
.nf-form-layout select {
  display: block;
}
.nf-form-layout .nf-error.field-wrap .nf-field-element:after {
  background: #fff;
  color: red;
}
.nf-form-layout .nf-error-msg {
  text-align: center;
}
.nf-form-layout .nf-error .ninja-forms-field {
  border: 1px solid #000 !important;
}
.nf-form-layout .nf-form-content input[type=text],
.nf-form-layout .nf-form-content input[type=email],
.nf-form-layout .nf-form-content input[type=tel],
.nf-form-layout .nf-form-content input[type=number],
.nf-form-layout .nf-form-content textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px;
  width: calc( 100% - 20px );
  margin: 0;
  font-family: 'Vaud', sans-serif;
  color: #444;
}
.nf-form-layout .nf-form-content input[type=text]:focus,
.nf-form-layout .nf-form-content input[type=email]:focus,
.nf-form-layout .nf-form-content input[type=tel]:focus,
.nf-form-layout .nf-form-content input[type=number]:focus,
.nf-form-layout .nf-form-content textarea:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
.nf-form-layout .nf-form-content textarea {
  width: 100%;
  padding: 10px;
  line-height: 150%;
}
.nf-form-layout .nf-form-content input[type=submit],
.nf-form-layout .nf-form-content input[type=button] {
  background: #000;
  padding: 15px 30px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.nf-form-layout .nf-form-content input[type=submit]:hover,
.nf-form-layout .nf-form-content input[type=button]:hover {
  background: #283b80;
  color: #fff;
}
.nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-layout .nf-form-content .nf-form-content input:not([type=button]),
.nf-form-layout .nf-form-content .nf-form-content textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.nf-form-layout .nf-form-content .list-select-wrap > div div:after {
  font-size: 14px;
}
.nf-form-layout .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 5px;
}
.nf-form-layout .checkbox-wrap .nf-field-element label,
.nf-form-layout .checkbox-wrap .nf-field-label label,
.nf-form-layout .listcheckbox-wrap .nf-field-element label,
.nf-form-layout .listcheckbox-wrap .nf-field-label label {
  position: relative;
}
.nf-form-layout .checkbox-wrap .nf-field-element label:before,
.nf-form-layout .checkbox-wrap .nf-field-label label:before,
.nf-form-layout .listcheckbox-wrap .nf-field-element label:before,
.nf-form-layout .listcheckbox-wrap .nf-field-label label:before {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  content: "";
  background: #000;
  position: absolute;
  left: -25px;
  top: 6px;
  margin: 0;
}
.nf-form-layout iframe {
  width: 100%;
  min-height: 320px;
}
.jb-product-wrapper {
  margin-bottom: 30px;
  position: relative;
  max-width: 100%;
  height: 0;
  width: 100%;
  padding-bottom: 181%;
}
.jb-product-wrapper.product-slider {
  margin-bottom: 0 !important;
  padding-bottom: 181% !important;
}
.jb-product-wrapper img {
  display: block;
}
.jb-product-wrapper .outofstock {
  position: absolute;
  display: inline-block;
  z-index: 10;
  left: 15px;
  top: 15px;
  background: #283b80;
  color: #fff;
  padding: 4px 8px 0;
  font-size: .85em;
  text-transform: uppercase;
}
.jb-product-wrapper .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
.jb-product-wrapper .hover-img:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.jb-product-wrapper .hover-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jb-product-wrapper .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  transition: background 0.4s ease-in-out 0s;
}
.jb-product-wrapper .img {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0s;
}
.jb-product-wrapper .onsale {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #283b80;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 8px 1px;
  font-size: .85em;
  z-index: 3;
}
.jb-product-wrapper .description {
  padding: 0 0 65px;
  min-height: 8em;
  color: #283b80;
  position: relative;
  z-index: 2;
}
.jb-product-wrapper .description .product-name {
  margin: 0 20px;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  min-height: 5em;
}
.jb-product-wrapper .description .product-name div {
  width: 100%;
}
.jb-product-wrapper .description del {
  font-weight: 100;
}
.jb-product-wrapper .description ins {
  text-decoration: none;
}
.jb-product-wrapper .description .product-title {
  width: 100%;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
.jb-product-wrapper .description .price {
  font-size: .9em;
  color: #444;
  font-weight: 600;
  position: absolute;
  background: #fff;
  width: calc( 100% - 40px );
  left: 20px;
  bottom: 20px;
  padding: 8px 0;
  text-align: center;
}
.jb-product-wrapper .description .price small {
  font-size: .8em;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
.jb-product-wrapper a {
  display: block;
}
.jb-product-wrapper a:hover .img {
  opacity: 0;
}
.jb-product-wrapper a:hover .hover-img {
  opacity: 1;
}
.jb-product-wrapper a:hover .wrapper {
  background: transparent;
}
.jb-product-wrapper a:hover .product-name * {
  color: #fff !important;
}
.jb-product-wrapper .wishlink {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}
.jb-product-wrapper.is-sold .price {
  background: #283b80;
  color: #fff;
}
.wishlink.remove-from-wishlist {
  background: #283b80 !important;
  color: #fff;
}
.woocommerce-notices-wrapper {
  margin: 20px .75rem;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  margin: .5em 0;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  border-left: 12px solid orangered;
}
.woocommerce-notices-wrapper .woocommerce-error li:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: #283b80;
  margin-right: .5em;
}
.woocommerce-notices-wrapper .woocommerce-error li .wc-forward {
  color: #fff !important;
}
.variations_form .quantity,
.variations_form button {
  transition: all 0.3s ease-in-out 0s;
}
.variations_form.disabled .quantity,
.variations_form.disabled button {
  opacity: .3;
}
.variations_form.disabled .button {
  background: #fff;
  color: #555 !important;
}
.woocommerce-address-fields .row .col {
  margin: 10px 0;
}
.woocommerce-product-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}
#gift-custom-fields .required {
  color: orangered;
}
#gift-custom-fields .input-field input[type=email],
#gift-custom-fields .input-field input[type=text],
#gift-custom-fields .input-field input[type=number] {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  width: calc( 100% - 20px );
}
#gift-custom-fields .input-field input[type=email]:focus,
#gift-custom-fields .input-field input[type=text]:focus,
#gift-custom-fields .input-field input[type=number]:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#gift-custom-fields .input-field input[type=email]:focus + label,
#gift-custom-fields .input-field input[type=text]:focus + label,
#gift-custom-fields .input-field input[type=number]:focus + label {
  margin-left: 10px;
  color: #283b80;
}
#gift-custom-fields .input-field input[type=number] {
  width: 100px;
  font-weight: 600;
}
#gift-custom-fields .input-field input[type=number]:focus + label {
  margin-left: 0;
}
#gift-custom-fields .input-field label {
  font-weight: 400;
}
#gift-custom-fields .input-field label.active {
  color: #000;
  top: -5px;
}
#gift-custom-fields .input-field.gift-amount .prefix {
  font-size: 12px;
  line-height: 45px;
  top: 0;
  height: 45px;
  background: #fff;
  border-right: 1px dotted #ddd;
  text-align: center;
}
#gift-custom-fields .input-field.gift-amount .prefix ~ label {
  margin-left: 0;
}
#gift-custom-fields #currency-helper-text {
  margin: 0;
  font-size: .85em;
  color: #000;
}
#gift-custom-fields #currency-helper-text strong {
  font-weight: 600;
  color: #283b80;
}
#gift-custom-fields .send-coupon {
  margin-bottom: 12px;
}
#gift-custom-fields .send-coupon p {
  margin: 0 0 8px;
}
#gift-custom-fields .send-coupon p label input[type=radio] + span {
  font-size: 1rem;
  padding-top: 0;
  color: #000;
}
.woocommerce-variation-availability .stock.out-of-stock {
  color: orangered;
}
.woocommerce-variation-availability .stock.out-of-stock:before {
  display: inline-block;
  content: "\f06a";
  font-family: 'FontAwesome';
  margin-right: .2em;
}
.single-product {
  overflow-x: hidden;
  position: relative;
}
.single-product .product_title {
  font-size: 1.6em;
  margin: 0 50px 0 0;
  color: #283b80;
}
.single-product .product-subtitle {
  font-size: 1em;
  font-family: 'Vaud', sans-serif;
  margin: .3em 50px .3em 0;
  color: #444;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: .85em;
}
.single-product .product-accessoires-header {
  position: relative;
  min-height: 640px;
}
.single-product .product-accessoires-header + .container {
  margin-top: 50px;
}
.single-product .product-accessoires-header .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.single-product .product-accessoires-header .bg-image .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .product-accessoires-header .row {
  margin-bottom: 0;
}
.single-product .product-accessoires-header .description-wrapper {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  margin: 70px 0;
  position: relative;
}
.single-product .product-accessoires-header .description-wrapper .wishlink {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  line-height: 30px;
  text-align: center;
  background: #fff;
  z-index: 9;
}
.single-product .product-accessoires-header .description-wrapper .price {
  font-weight: 600;
}
.single-product .product-accessoires-header .description-wrapper .price small {
  display: block;
  font-size: .75em;
  font-weight: 400;
}
.single-product .product-accessoires-header .description-wrapper .product-customization {
  margin-bottom: 30px;
}
.single-product .product-accessoires-header .description-wrapper .product-customization p {
  font-size: .85em;
  margin-bottom: 0;
}
.single-product .product-accessoires-header .description-wrapper .product-customization p strong {
  font-size: 1rem;
  font-weight: 600;
  margin-right: .3em;
}
.single-product .product-accessoires-header .description-wrapper .product-customization .input-field {
  margin-top: 16px;
}
.single-product .product-accessoires-header .description-wrapper .product-customization .input-field .helper-text {
  color: #000;
}
.single-product .product-accessoires-header .description-wrapper .product-customization .input-field input[type=text]:focus {
  box-shadow: none;
}
.single-product .product-accessoires-header .description-wrapper .product-customization .input-field input[type=text]:focus + label {
  color: #000;
}
.single-product .product-accessoires-header .description-wrapper .product-customization .input-field label.active {
  margin-left: 0;
}
.single-product .product-accessoires-header + .container > .row > div > .vc_row-has-fill {
  padding-top: 30px;
  margin-top: -30px;
}
.single-product form.cart button.button {
  padding: 12px 24px;
  margin: 0;
  color: #fff;
  font-size: 1em;
  border: none;
  text-transform: uppercase;
  font-family: 'Vaud';
}
.single-product .woocommerce-notices-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  border-radius: 4px;
  font-size: .9em;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.single-product .woocommerce-notices-wrapper .woocommerce-error a,
.single-product .woocommerce-notices-wrapper .woocommerce-message a {
  font-weight: 800;
  color: #283b80;
  margin: 0 .5em;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  z-index: 999;
  color: orangered;
  font-weight: 600;
}
.single-product .woocommerce-variation-price {
  margin: 5px 0;
}
.single-product .related.products > h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 200;
  color: #283b80;
}
.single-product .related.products > h2:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #ddd;
  margin: 8px auto;
}
.single-product .alternate-colors {
  margin-bottom: 15px;
}
.single-product .alternate-colors .alternate-colors-title {
  font-size: .9em;
  text-transform: uppercase;
  margin: .5em 0;
}
.single-product .alternate-colors a,
.single-product .alternate-colors span.current {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 2px;
  border: 1px solid #000;
  margin: 0 8px 5px 0;
  transition: all 0.3s ease-in-out 0s;
}
.single-product .alternate-colors a:hover,
.single-product .alternate-colors span.current:hover {
  background: #fff;
  border-color: #fff;
}
.single-product .alternate-colors span.current {
  background: #fff;
  border-color: #fff;
}
.single-product .price {
  color: #283b80;
  font-size: 1.2em;
}
.single-product .price del {
  color: #333;
  font-weight: 400;
  margin-right: .5em;
}
.single-product .price ins {
  text-decoration: none;
}
.single-product .pre-order-info {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.single-product .pre-order-info h4 {
  padding: 12px 20px;
  background: #283b80;
  width: calc( 100% + 40px );
  color: #fff;
  margin: -20px 0 0 -20px;
  font-size: 1.3em;
}
.single-product .pre-order-info h4:before {
  font-family: 'FontAwesome';
  content: "\f017";
  font-weight: normal;
  margin-right: .5em;
  opacity: .6;
}
.single-product .pre-order-info .shipping-info {
  margin-bottom: 0;
}
.single-product .pre-order-info .shipping-info strong {
  font-weight: 600;
  color: #283b80;
}
table.variations tr {
  border: none;
}
table.variations td {
  padding: 0;
}
table.variations label {
  color: #444;
}
table.variations .reset_variations {
  color: #000;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 8px;
  padding: 3px 12px;
  border-radius: 3px;
}
table.variations .reset_variations:hover {
  background: #fff;
}
table.variations .jb-select-wrapper {
  margin: 0;
}
.quantity {
  float: left;
}
.quantity input.qty {
  margin: 0;
  width: 60px;
  height: 45px;
  float: left;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: none;
}
.quantity input.qty:focus {
  border: none !important;
  box-shadow: none !important;
}
.quantity .qty-mod {
  display: block;
  width: 40px;
  float: right;
  text-align: center;
}
.quantity .qty-mod a {
  display: block;
  line-height: 21px;
  border: 1px solid #eee;
  margin: 0 1px 1px;
  background: #fff;
}
.quantity .qty-mod a:hover {
  background: #283b80;
  border-color: #283b80;
  color: #fff;
}
.quantity + button.button {
  height: 47px;
}
.product-images-wrapper {
  position: relative;
  margin: 40px 0;
}
.product-images-wrapper .product-gallery-nav {
  margin: 5px 0 0 -5px;
  width: calc( 100% + 10px );
}
.product-images-wrapper .product-gallery-nav img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
  cursor: pointer;
}
.summary.entry-summary {
  margin: 40px 0;
  padding-top: 50px;
}
.summary.entry-summary .price {
  font-weight: 600;
}
.summary.entry-summary .reserved-product {
  margin: 15px 0;
}
.summary.entry-summary .reserved-product .reserved {
  display: inline-block;
  padding: 4px 12px;
  background: #283b80;
  color: #fff;
}
.summary.entry-summary .reserved-product .reserved:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  margin-right: .5em;
}
.single-product .jb-watches .summary {
  padding-top: 0;
}
.single-product .jb-watches .summary .wishlink {
  display: none;
}
.single-product .jb-watches .product-images-wrapper {
  position: relative;
}
.single-product .jb-watches .product-images-wrapper .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.single-product .jb-watches .product-images-wrapper .wishlink {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.75);
}
.single-product .jb-watches .product-images-wrapper .wishlink:hover {
  background: #fff;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
  background: transparent;
  box-shadow: none;
  height: auto;
  margin-bottom: 40px;
  width: 200px;
  float: left;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul {
  margin: 0;
  font-size: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li {
  float: none;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1.2em;
  font-size: .9em;
  text-transform: uppercase;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.is-active a {
  color: #283b80;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li:before {
  display: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a {
  display: block;
  color: #333;
  line-height: 1.2em;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2em;
  font-size: 14px;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a:hover {
  background: inherit;
  color: #283b80;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a:hover:before {
  color: #444;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0c9";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f0ed";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f041";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f13e";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f283";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--customer-datas a:before {
  content: "\f046";
}
.woocommerce-MyAccount-content {
  width: calc( 100% - 260px);
  float: right;
  padding-bottom: 50px;
}
.woocommerce-MyAccount-content > *:nth-child(1),
.woocommerce-MyAccount-content > form > *:nth-child(1) {
  margin-top: 0;
}
.woocommerce-MyAccount-content h3 {
  color: #283b80;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.woocommerce-MyAccount-content p {
  line-height: 1.8em;
}
.woocommerce-MyAccount-content p a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a,
.woocommerce-MyAccount-content .edit,
.woocommerce-MyAccount-content .button {
  display: inline-block;
  padding: 6px 12px;
  background: #283b80;
  color: #fff !important;
  line-height: 1.4em;
  margin: 15px 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-MyAccount-content .edit:hover,
.woocommerce-MyAccount-content .button:hover {
  background: #202e65;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
  margin: 0 10px 0 0;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content address {
  padding: 2px 0 0 20px;
  margin: 30px 0;
  max-width: 480px;
  position: relative;
}
.woocommerce-MyAccount-content address:before {
  font-family: 'FontAwesome';
  font-style: normal;
  content: "\f041";
  position: absolute;
  left: 0;
  top: 0;
  color: #444;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li {
  margin: 0 0 30px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li:before {
  display: none;
}
#aside-cart h4 {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
}
#aside-cart h4:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #283b80;
  margin: 10px auto;
}
.woocommerce-mini-cart {
  margin: 0 20px;
  font-size: .9em;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-thumbnail,
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-thumbnail {
  width: 25%;
  margin-right: 2%;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description {
  width: 70%;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .product-name {
  text-transform: uppercase;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .remove {
  font-size: .9em;
  display: block;
  clear: both;
  text-transform: uppercase;
  color: #444;
  margin-top: 6px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .remove:hover {
  color: #000;
}
.woocommerce-mini-cart .product-customization {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.woocommerce-mini-cart .product-customization .amount {
  float: right;
}
.subtotal {
  margin: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.subtotal small {
  font-weight: 400;
}
.buttons {
  margin: 20px;
}
.buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  background: #283b80;
}
.woocommerce-mini-cart__empty-message {
  margin: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
}
dl.variation {
  margin: 0;
}
dl.variation dt {
  display: none;
}
dl.variation dd {
  margin: 0;
}
dl.variation dd p {
  margin: 0;
  text-transform: uppercase;
  font-size: .8em;
}
.post-content .woocommerce-thankyou-order-received {
  font-family: 'Big Caslon', serif;
  font-size: 2em;
  color: #283b80;
}
.woocommerce-order-details h2 {
  color: #283b80;
  margin-bottom: 10px;
}
.woocommerce-order-details .product-name {
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-order-details .product-name .wc-item-meta {
  margin: 0;
}
.woocommerce-order-details .product-name .wc-item-meta li {
  display: inline;
}
.woocommerce-order-details .product-name .wc-item-meta li .wc-item-meta-label {
  margin-right: .3em;
}
.woocommerce-order-details .product-name .wc-item-meta li p {
  margin: 0;
  display: inline;
}
.woocommerce-customer-details {
  margin-bottom: 40px;
}
.woocommerce-customer-details h2 {
  color: #283b80;
  margin-bottom: 20px;
}
.made-in-france {
  display: block;
  line-height: 18px;
}
.made-in-france .fr-flag {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  margin-right: 2px;
  content: "";
  background: #fff;
  position: relative;
}
.made-in-france .fr-flag:before,
.made-in-france .fr-flag:after {
  display: block;
  width: 6px;
  height: 14px;
  position: absolute;
  content: "";
  background: #283b80;
  top: 0;
}
.made-in-france .fr-flag:before {
  left: 0;
}
.made-in-france .fr-flag:after {
  right: 0;
  background: red;
}
#jb-checkout-page {
  margin-top: 30px;
  padding-bottom: 50px;
}
#jb-checkout-page .cart-title {
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 46px;
  text-align: center;
  color: #283b80;
}
#jb-checkout-page .sticky-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
#jb-checkout-page .woocommerce-billing-fields {
  margin-top: 20px;
}
#jb-checkout-page .woocommerce-billing-fields h3 {
  display: none;
}
#jb-checkout-page .jb-invite-login {
  text-align: center;
}
#jb-checkout-page .jb-invite-login .btn {
  margin: 0;
}
#jb-checkout-page .jb-invite-login .btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: .5em;
}
#jb-checkout-page textarea {
  width: 100%;
  min-height: 0;
  height: 4em;
}
#jb-checkout-page .shop_table {
  margin: 0;
  border-top: 1px solid #ddd;
}
#jb-checkout-page .shop_table .product-thumbnail img {
  display: block;
  max-width: 100px;
  height: auto;
}
#jb-checkout-page .shop_table .product-remove {
  padding: 0;
}
#jb-checkout-page .shop_table .product-remove .remove {
  font-size: 0;
  color: #fff;
}
#jb-checkout-page .shop_table .product-remove .remove:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f056";
  font-size: 20px;
  color: #ccc;
}
#jb-checkout-page .shop_table .product-remove .remove:hover:before {
  color: #283b80;
}
#jb-checkout-page .shop_table .product-name {
  text-transform: uppercase;
  font-weight: 600;
  color: #283b80;
}
#jb-checkout-page .shop_table .product-name .price {
  margin-top: 2px;
  color: #444;
}
#jb-checkout-page .shop_table .product-name .price br {
  display: none;
}
#jb-checkout-page .shop_table .product-name .price small {
  display: inline-block;
  margin-left: .4em;
}
#jb-checkout-page .shop_table .product-quantity {
  text-align: right;
  padding-right: 0;
}
#jb-checkout-page .shop_table .product-quantity .quantity {
  float: right;
  width: 105px;
}
#jb-checkout-page .shop_table .product-quantity input {
  width: 40px;
}
#jb-checkout-page .shop_table .product-subtotal {
  display: none;
}
#jb-checkout-page .woocommerce-shipping-totals th,
#jb-checkout-page .woocommerce-shipping-totals td {
  vertical-align: top;
}
#jb-checkout-page .woocommerce-shipping-totals #shipping_method {
  margin: 0;
}
#jb-checkout-page .woocommerce-shipping-totals #shipping_method li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
#jb-checkout-page .woocommerce-shipping-totals #shipping_method li label {
  color: #666;
  font-size: .9rem;
}
#jb-checkout-page .woocommerce-shipping-totals #shipping_method li input[type=radio] {
  position: absolute;
  left: 0;
  top: .4em;
  opacity: 1;
  pointer-events: inherit;
}
#jb-checkout-page .woocommerce-shipping-totals #shipping_method li input[type=radio]:checked + label {
  color: #000;
}
#jb-checkout-page .wc_payment_methods {
  margin: 20px 0;
}
#jb-checkout-page .wc_payment_methods li {
  margin: 20px 0;
  min-height: 64px;
  padding: 15px 15px 15px 70px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}
#jb-checkout-page .wc_payment_methods li:before {
  font-family: 'FontAwesome';
  content: "\f09d";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 32px;
  color: #283b80;
}
#jb-checkout-page .wc_payment_methods li.payment_method_ppec_paypal:before,
#jb-checkout-page .wc_payment_methods li.payment_method_paypal:before {
  content: "\f1ed";
}
#jb-checkout-page .wc_payment_methods li.payment_method_alma:before {
  content: "\f274";
}
#jb-checkout-page .wc_payment_methods li input[type=radio] {
  opacity: 1;
  position: relative;
  pointer-events: inherit;
}
#jb-checkout-page .wc_payment_methods li fieldset {
  padding: 0;
  border: none;
}
#jb-checkout-page .wc_payment_methods li fieldset label {
  text-transform: none;
  font-weight: 400;
  color: #666;
}
#jb-checkout-page .wc_payment_methods li .woocommerce-SavedPaymentMethods-saveNew label {
  text-transform: none;
  font-weight: 400;
  color: #666;
}
#jb-checkout-page .wc_payment_methods li .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  margin-right: .5em;
}
#jb-checkout-page .wc_payment_methods li label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  color: #283b80;
}
#jb-checkout-page .wc_payment_methods li label img {
  display: none;
}
#jb-checkout-page .wc_payment_methods li label .about_paypal {
  text-transform: none;
  font-weight: 400;
  font-size: 0.9em;
}
#jb-checkout-page .wc_payment_methods li p {
  font-size: .9em;
  color: #666;
}
#jb-checkout-page #place_order {
  padding: 12px 30px;
  border: none;
  margin: 30px 0;
  font-size: 1.3rem;
}
#jb-checkout-page .toggle-coupon {
  display: inline-block;
  padding: 6px 24px;
  text-transform: uppercase;
  border: 1px solid #ddd;
}
#jb-checkout-page .toggle-coupon:before {
  font-family: 'FontAwesome';
  content: "\f02c";
  color: #444;
  margin-right: .5em;
}
#jb-checkout-page .actions-wrapper {
  border: none;
}
#jb-checkout-page .actions {
  position: relative;
}
#jb-checkout-page .actions button {
  margin: 0;
  transition: opacity 0.4s ease-in-out 0s;
}
#jb-checkout-page .actions button:disabled {
  opacity: 0;
}
#jb-checkout-page .actions button.update-cart-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
#jb-checkout-page #coupon-wrapper {
  margin: 20px 0;
}
#jb-checkout-page #coupon-wrapper input {
  width: 40%;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
#jb-checkout-page #coupon-wrapper button {
  width: 56%;
  float: right;
  padding: 0;
  line-height: 42px;
  height: 42px;
}
#jb-checkout-page .woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}
#jb-checkout-page .woocommerce-terms-and-conditions-link:hover {
  color: #000;
}
#jb-checkout-page .cart-discount th {
  white-space: nowrap;
  vertical-align: top;
}
#jb-checkout-page .cart-discount .woocommerce-remove-coupon {
  display: inline-block;
  margin-left: 8px;
  color: #999;
}
#jb-checkout-page .usd-coupon-info {
  display: block;
  margin-top: 3px;
  font-style: italic;
}
#jb-checkout-page .usd-coupon-info strong {
  color: orangered;
}
#customer_details .row {
  margin-bottom: 0;
}
#customer_details label {
  margin-left: 10px;
}
#customer_details .input-field {
  margin: 10px 0;
}
#customer_details .input-field input:focus + label {
  margin-left: 0;
}
.product-options {
  margin-bottom: 30px;
}
.product-options .option-label {
  font-size: .8rem;
  color: #444;
}
.product-options .options-wrapper {
  margin-top: 4px;
}
.product-options .options-wrapper label {
  display: inline-block;
  margin-right: 10px;
}
.product-options .options-wrapper label span {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px;
  height: auto;
  text-transform: uppercase;
  color: #444;
}
.product-options .options-wrapper label span:after,
.product-options .options-wrapper label span:before {
  display: none;
}
.product-options .options-wrapper label input[type=radio]:checked + span {
  background: #000;
  border-color: #000;
  color: #fff;
}
#customer-login {
  max-width: 480px;
}
#customer-login .modal-content {
  background: #fff;
}
#customer-login .modal-content h4 {
  text-transform: uppercase;
  color: #283b80;
  text-align: center;
}
#customer-login .modal-content .lost_password {
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 20px 0.75rem;
  color: orangered;
}
.woocommerce-notices-wrapper .woocommerce-message .restore-item {
  color: #283b80;
  text-decoration: underline;
  margin-left: .5em;
}
.woocommerce-NoticeGroup {
  color: orangered;
  margin: 20px 0;
}
#customer_login {
  margin: 50px auto 30px;
  max-width: 1000px;
}
#customer_login .woocommerce-privacy-policy-text p {
  font-size: .85em;
  color: #666;
}
#waitlist-modal {
  position: fixed;
  right: -600px;
  bottom: 20px;
  background: #fff;
  width: 280px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: all 0.3s ease-in-out 0s;
  transition-delay: .5s;
}
#waitlist-modal.visible {
  right: 20px;
}
#waitlist-modal .waitlist-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#waitlist-modal .close-icon {
  width: 24px;
}
#waitlist-modal .close-icon:before,
#waitlist-modal .close-icon:after {
  height: 24px;
  background-color: #fff;
}
#waitlist-modal h5 {
  font-size: 1.3em;
  margin: 0;
  background: #283b80;
  color: #fff;
  padding: 10px 40px 10px 20px;
}
#waitlist-modal .waitlist-info {
  padding: 20px;
}
#waitlist-modal .waitlist-info p {
  margin: 0;
  font-size: .9em;
}
#waitlist-modal .waitlist-info .input-field {
  margin: 20px 0 0;
}
#waitlist-modal .waitlist-info button {
  display: block;
  width: 100%;
}
#facet-filters {
  margin-top: 20px;
  margin-right: 20px;
}
#facet-filters .facetwp-facet {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#facet-filters .facetwp-facet.facetwp-type-slider {
  position: relative;
}
#facet-filters .facetwp-facet.facetwp-type-slider .facetwp-slider-label ~ div {
  position: absolute;
  right: 0;
  bottom: 12px;
}
#facet-filters .facetwp-facet.facetwp-type-slider .facetwp-slider-reset {
  background: #fff;
  border: 1px solid #ddd;
  font-size: .85em;
  box-shadow: none;
}
#facet-filters .facet-label {
  color: #283b80;
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
#facet-filters .facetwp-slider-label {
  font-size: .85em;
}
#facet-filters .facetwp-counter {
  font-size: .85em;
  color: #999;
  float: right;
}
#facet-filters .facetwp-checkbox {
  font-size: .9em;
}
#facet-filters .facetwp-radio {
  font-size: .9em;
}
#facet-filters .facetwp-radio.checked {
  color: #000;
  font-weight: 600;
}
#facet-filters .noUi-target {
  border: 1px solid #eee;
}
#facet-filters .noUi-connect {
  background: #eee;
}
#facet-filters .facetwp-facet-price .facetwp-slider-label:after {
  display: inline-block;
  content: "€";
}
[id^=product] .bundled_products thead {
  display: none;
}
[id^=product] .bundled_products tr {
  border: none;
}
[id^=product] .bundled_products .product_title {
  margin: 0;
}
[id^=product] .bundled_products .bundled_item_col {
  padding: 10px 0;
  vertical-align: middle;
}
[id^=product] .bundled_products .bundled_item_col.bundled_item_qty_col {
  min-width: 110px;
  padding: 0;
}
[id^=product] .bundled_products .bundled_item_col.bundled_item_details_col {
  padding: 0 0 0 10px;
}
[id^=product] .bundled_products .bundled_item_col.bundled_item_images_col {
  width: 50px;
  min-width: 0;
  padding: 0;
}
[id^=product] .bundled_products .bundled_item_col .bundled_product_title_inner {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Vaud', sans-serif;
}
[id^=product] .bundled_products .bundled_item_col .bundled_product_permalink {
  display: none;
}
[id^=product] .bundled_products .bundled_item_col .in-stock {
  display: none;
}
[id^=product] .bundled_products .bundled_item_col .out-of-stock {
  display: inline-block;
  font-size: .85rem;
  padding: 3px 8px 1px;
  background: #283b80;
  color: #fff;
}
[id^=product] .bundled_products .bundled_item_col .images {
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
[id^=product] .bundled_products .bundled_item_col .images img {
  display: block;
  width: 45px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jb-product.coupon-wrapper {
  margin-bottom: 30px;
}
.jb-product.coupon-wrapper .coupon {
  background: #f1f1f1;
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 182%;
  position: relative;
}
.jb-product.coupon-wrapper .coupon .title {
  padding: 30px 0 15px;
  font-size: 1.3em;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
  line-height: 2em;
  font-weight: 900;
}
.jb-product.coupon-wrapper .coupon .title:after {
  display: block;
  content: "";
  height: 1px;
  width: calc( 100% - 60px );
  background: #ccc;
  margin: 0 auto;
}
.jb-product.coupon-wrapper .coupon .title strong {
  display: block;
  font-size: 3em;
  font-weight: 800;
}
.jb-product.coupon-wrapper .coupon .title small {
  display: block;
}
.jb-product.coupon-wrapper .coupon .about {
  font-size: .8vw;
  padding: 0 30px;
  color: #555;
  text-align: justify;
}
.jb-product.coupon-wrapper #welcome-coupon {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 30px;
  left: 0;
}
.jb-product.coupon-wrapper #welcome-coupon .input-field {
  margin: 20px 0 0;
}
.jb-product.coupon-wrapper #welcome-coupon .input-field input[type=email] {
  background: #fff;
}
.jb-product.coupon-wrapper #welcome-coupon .input-field label {
  color: #999;
}
.jb-product.coupon-wrapper #welcome-coupon .input-field label.active {
  margin-left: 0;
}
.jb-product.coupon-wrapper #welcome-coupon button {
  background: #000;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.jb-reinsurance {
  margin: 20px 0;
  padding: 20px 0;
}
.jb-reinsurance:after {
  display: table;
  content: "";
  clear: both;
}
.jb-reinsurance .item {
  width: 20%;
  float: left;
  text-align: center;
  font-size: .9em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #444;
  padding: 10px;
  border-right: 1px solid #ddd;
}
.jb-reinsurance .item:last-child {
  border: none;
}
.jb-reinsurance .item .icon {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.jb-empty-cart {
  margin: 10vh auto;
}
.jb-empty-cart p {
  font-size: 1.2em;
  color: #444;
}
.jb-empty-cart p span {
  display: block;
  margin: 15px auto;
  width: 60px;
  height: 60px;
  background-size: 50px;
  opacity: .2;
}
@media only screen and (min-width: 992px) {
  .single-product .product-accessoires-header {
    min-height: 75vh;
  }
  .product-images-wrapper {
    position: relative;
    padding-left: 20%;
  }
  .product-images-wrapper .product-gallery-nav {
    position: absolute;
    left: 0;
    top: -5px;
    width: 19.55%;
    height: auto;
  }
  .product-images-wrapper .product-gallery-nav img {
    display: block;
    border: none;
    margin-bottom: 5px;
  }
  .woocommerce .col2-set {
    display: flex;
    width: calc( 100% + 60px );
    margin-left: -30px;
  }
  .woocommerce .col2-set > div {
    width: 50%;
    padding: 0 30px;
  }
  #facet-filters {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 990px) {
  .jb-product.coupon-wrapper .coupon {
    padding: 15px;
  }
  .jb-product.coupon-wrapper .coupon .title {
    margin: 0;
    padding: 0;
  }
  .jb-product.coupon-wrapper .coupon .title strong {
    font-size: 1.6em;
  }
  .jb-product.coupon-wrapper .coupon .title small {
    font-size: .8rem;
    line-height: 1.4rem;
  }
  .jb-product.coupon-wrapper .coupon .about {
    font-size: .75rem;
    text-align: center;
    margin-top: 10px;
  }
  .jb-product.coupon-wrapper .coupon #welcome-coupon {
    position: relative;
    padding: 0;
    bottom: auto;
    left: auto;
  }
  .jb-product.coupon-wrapper .coupon #welcome-coupon button {
    padding: 8px 0;
    font-size: ;
  }
}
@media only screen and (max-width: 1500px) {
  .jb-product-wrapper:not(.product-slider),
  .jb-product.coupon-wrapper .coupon {
    padding-bottom: 200%;
  }
}
@media only screen and (max-width: 1024px) {
  .jb-product-wrapper:not(.product-slider),
  .jb-product.coupon-wrapper .coupon {
    padding-bottom: 222%;
  }
}
@media only screen and (max-width: 990px) {
  .jb-product-wrapper:not(.product-slider),
  .jb-product.coupon-wrapper .coupon {
    padding-bottom: 175.5%;
  }
}
@media only screen and (max-width: 760px) {
  .jb-product-wrapper:not(.product-slider),
  .jb-product.coupon-wrapper .coupon {
    padding-bottom: 192.3%;
  }
}
@media only screen and (max-width: 600px) {
  .jb-product.coupon-wrapper .coupon {
    height: auto;
    padding-bottom: 0;
  }
  .jb-product.coupon-wrapper .coupon #welcome-coupon {
    position: relative;
    padding: 0;
    bottom: auto;
    left: auto;
  }
  .jb-product-wrapper {
    padding-bottom: 200%;
  }
  .jb-product-wrapper .description .product-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .jb-product-wrapper {
    padding-bottom: 217.4%;
  }
  .jb-product-wrapper .description .product-name {
    min-height: 60px;
  }
  .jb-product-wrapper .description .product-title {
    font-size: 10px;
  }
  .jb-product-wrapper .description .price {
    font-size: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .jb-product-wrapper.product-slider {
    padding-bottom: 193% !important;
  }
  .jb-product-wrapper:not(.product-slider),
  .jb-product.coupon-wrapper .coupon {
    padding-bottom: 225%;
  }
}
@media only screen and (max-width: 990px) {
  .jb-product.coupon-wrapper .coupon .title {
    margin-top: 0;
  }
  .jb-product.coupon-wrapper .coupon .about {
    font-size: .8em;
  }
  .jb-product.coupon-wrapper .coupon #welcome-coupon {
    padding-bottom: 0;
  }
  .single-product .product-accessoires-header {
    min-height: 0;
  }
  .single-product .product-accessoires-header .bg-image {
    position: relative;
    height: 70vw;
  }
  .single-product .product-accessoires-header .description-wrapper {
    margin: 0;
    padding: 30px 0;
  }
  .single-product .product-accessoires-header .description-wrapper .wishlink {
    background: #f1f1f1;
  }
  .single-product form.cart {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .jb-product.coupon-wrapper .coupon .about {
    font-size: .9em;
  }
  .jb-product.coupon-wrapper .coupon #welcome-coupon {
    margin: 30px;
    width: calc( 100% - 60px );
  }
  .single-product .jb-watches .summary {
    margin-top: 0;
    padding-top: 0;
  }
  .woocommerce-MyAccount-content,
  .woocommerce nav.woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
  #waitlist-modal {
    bottom: 0;
    width: 100%;
  }
  #waitlist-modal.visible {
    right: 0;
  }
  #facet-filters {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  #facet-filters .facetwp-facet {
    border: none;
    margin-bottom: 0;
  }
  #facet-filters .facet-label {
    display: block;
    padding: 12px 0 8px;
    border-top: 1px solid #ddd;
    cursor: pointer;
  }
  #facet-filters .facet-label:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
  }
  #facet-filters .facet-label.active:after {
    content: "\f106";
  }
  #facet-filters .facet-items {
    display: none;
  }
  #facet-filters .facet-items.active {
    display: block;
  }
  .jb-reinsurance {
    text-align: center;
  }
  .jb-reinsurance .item {
    width: 45%;
    display: inline-block;
    float: none;
    border: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
    display: none;
  }
  [id^=product] .bundled_products td {
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
  }
  [id^=product] .bundled_products td.bundled_item_images_col {
    display: none !important;
  }
  [id^=product] .bundled_products td .bundled_product_title_inner {
    font-size: .85rem !important;
  }
}
nav.woocommerce-pagination {
  line-height: 1.4em;
  height: auto;
}
.owl-ca-item .gcp-post .gcp-caption-wrapper {
  padding: 10px 0 !important;
}
.owl-ca-item .gcp-post .gcp-caption-wrapper .gcp-post-title {
  font-size: 1.2em;
  text-align: center;
}
.full-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-dots button {
  margin: 0;
}
.error-404 h1 {
  margin-top: 10vw;
  font-family: 'Vaud', sans-serif;
  font-weight: 300;
  color: #283b80;
}
.error-404 h1:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: url('../img/404.svg') no-repeat center center;
  background-size: contain;
  margin: 20px auto;
  opacity: .2;
}
.error-404 h2 {
  font-size: 2em;
}
.page-title {
  font-size: 2em;
  margin: 0;
  color: #283b80;
}
.page-title:after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: #ddd;
  margin: 15px auto;
}
.page-title.product-tag-title {
  margin-top: 40px;
}
.post-wrapper {
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
  height: 360px;
}
.post-wrapper.large {
  margin-top: 30px;
}
.post-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
.post-wrapper a:before {
  display: block;
  content: "•••";
  font-size: 36px;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.post-wrapper a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.post-wrapper a:hover .post-title {
  background: rgba(0, 0, 0, 0.35);
}
.post-wrapper a:hover .post-title .title,
.post-wrapper a:hover .post-title .subtitle > div {
  background: #fff;
}
.post-wrapper a:hover:before {
  opacity: 1;
}
.post-wrapper .post-title {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.post-wrapper .post-title > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.post-wrapper .post-title .date {
  color: #fff;
}
.post-wrapper .post-title .title {
  color: #fff;
  margin: 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 4px 8px 2px 4px;
  font-size: 1.4em;
  font-weight: 800;
  color: #000;
}
.post-wrapper .post-title .subtitle > div {
  display: inline-block;
  font-family: 'Big Caslon', serif;
  font-size: 1.2em;
  background: rgba(255, 255, 255, 0.5);
  color: #444;
  padding: 0 8px 2px 4px;
}
@media only screen and (min-width: 992px) {
  .post-wrapper.large {
    height: 620px;
  }
  .post-wrapper.large .post-title .title {
    font-size: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .post-wrapper {
    height: 260px;
  }
}
iframe {
  max-width: 100%;
  height: auto;
}
.mixed-products-slider .jb-product-wrapper {
  max-width: 300px;
  margin: 0 10px 30px;
  width: auto;
}
.mixed-products-slider .jb-product-wrapper .wrapper {
  height: 120%;
}
.mixed-products-slider .slick-dots {
  margin-top: 20px;
}
.jb-product-archive-banner {
  margin-bottom: 50px;
  position: relative;
  background: #f8f8f8;
  background: linear-gradient(30deg, #f8f8f8 0%, #fff 100%);
}
.jb-product-archive-banner .container {
  width: 100%;
}
.jb-product-archive-banner .page-title:after {
  margin-left: 0;
  height: 1px;
  background: #ccc;
}
.jb-product-archive-banner .archive-intro {
  padding: 40px;
  text-align: left;
}
.jb-product-archive-banner .archive-intro .term-description p {
  text-align: left !important;
  font-weight: 400;
  margin: 0 0 .5em;
}
.jb-product-archive-banner .image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 50%;
  padding-bottom: 30%;
}
.jb-product-archive-banner .image-wrapper.video-wrapper {
  min-height: 480px;
  padding: 0;
}
.jb-product-archive-banner .image-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.close-icon {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close-icon:hover {
  opacity: 1;
}
.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: "";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}
.modal-content {
  position: relative;
}
.modal-content .close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
#search-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  bottom: -100px;
  left: 0;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.4s ease-in-out 0s;
}
#search-wrapper.visible {
  height: 100%;
  bottom: 0;
  opacity: 1;
}
#search-wrapper.visible .white {
  margin-top: 0;
}
#search-wrapper .white {
  background: #fff;
  margin-top: -100px;
  transition: all 0.5s ease-in-out 0s;
}
#search-wrapper #product-search {
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  max-height: 50vh;
}
#currency-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.75) url('../img/ajax-loader.gif') no-repeat center center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
#currency-overlay.active {
  opacity: 1;
  z-index: 99999;
}
.wpb_video_wrapper .video-container {
  padding-bottom: 0;
}
.no-content-found h2 {
  color: #283b80;
  font-size: 1.8em;
}
#aside-wishlist h4 {
  text-align: center;
  font-size: 1.3em;
}
#aside-wishlist h4:after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 10px auto;
}
#aside-wishlist .woocommerce-mini-cart-item .product-thumbnail {
  position: relative;
}
#aside-wishlist .woocommerce-mini-cart-item .product-thumbnail .wishlink {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 10px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
#aside-wishlist .woocommerce-mini-cart-item .product-description p.product {
  margin: 8px 0 0;
  font-size: .85em;
}
#aside-wishlist .woocommerce-mini-cart-item .product-description p.product .button {
  margin: 0;
  float: right;
  padding: 2px 8px;
}
#aside-wishlist .empty-list {
  margin: 30px;
}
#aside-wishlist .empty-list .msg {
  color: #283b80;
}
#aside-wishlist .empty-list .howto {
  font-size: .85em;
}
.toggle-facets {
  display: inline-block;
  padding: 6px 18px;
  background: #283b80;
  color: #fff;
  margin-bottom: 20px;
}
.toggle-facets:after {
  font-family: 'FontAwesome';
  content: "\f009";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
}
#jb-newsletter-popin {
  position: fixed;
  width: 360px;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  transform: translateX(100vw);
  transition: all 0.6s ease-out 0s;
}
#jb-newsletter-popin.visible {
  transform: translateX(0);
}
#jb-newsletter-popin .popin-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
#jb-newsletter-popin .popin-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
#jb-newsletter-popin .popin-close .close-icon {
  opacity: 1;
}
#jb-newsletter-popin .popin-close .close-icon:after,
#jb-newsletter-popin .popin-close .close-icon:before {
  background: #fff;
}
#jb-newsletter-popin form {
  margin: 20px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-top: 160px;
}
#jb-newsletter-popin form .title {
  text-align: center;
  font-family: 'Big Caslon', serif;
  font-size: 1.6em;
  color: #283b80;
  margin-bottom: .5em;
}
#jb-newsletter-popin form .content {
  font-size: .9em;
  line-height: 1.3em;
  color: #444;
  text-align: center;
}
#jb-newsletter-popin form button {
  display: block;
  width: 100%;
  padding: 10px;
}
#jb-newsletter-popin form .input-field label {
  transition: all 0.3s ease-in-out 0s;
}
#jb-newsletter-popin form .input-field label.active {
  opacity: 0;
  margin-left: 0;
}
#stars-rating-form {
  clear: both;
  margin-top: 30px;
}
#stars-rating-form p {
  margin: 0;
  padding-left: 6px;
  line-height: 1.2em;
  font-size: .9em;
  color: #283b80;
}
#stars-rating-form p strong {
  display: block;
  text-transform: uppercase;
}
#stars-rating-form p small {
  display: block;
  color: #999;
  text-transform: none;
  font-weight: normal;
}
#stars-rating-form.vote-submitted strong:after {
  font-family: 'FontAwesome';
  content: "\f087";
  margin-left: .3em;
}
.stars-rating {
  display: inline-block;
  position: relative;
  margin: 10px 0;
}
.stars-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.stars-rating label:last-child {
  position: static;
}
.stars-rating label:last-child .icon {
  color: #ddd;
}
.stars-rating label:nth-child(1) {
  z-index: 5;
}
.stars-rating label:nth-child(2) {
  z-index: 4;
}
.stars-rating label:nth-child(3) {
  z-index: 3;
}
.stars-rating label:nth-child(4) {
  z-index: 2;
}
.stars-rating label:nth-child(5) {
  z-index: 1;
}
.stars-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.stars-rating label .icon {
  float: left;
  font-size: 18px;
  font-style: normal;
  color: transparent;
}
.stars-rating:not(:hover) label input:checked ~ .icon,
.stars-rating:hover label:hover input ~ .icon {
  color: #283b80;
  text-shadow: 0 0 12px #fff;
}
.stars-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
}
.product-accessoires-header #stars-rating-form p small {
  color: #666;
}
.product-accessoires-header .stars-rating label:last-child .icon,
.product-accessoires-header .stars-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ccc;
}
@media only screen and (max-width: 600px) {
  .jb-product-archive-banner .image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
  }
  .jb-product-archive-banner .image-wrapper.video-wrapper {
    height: auto;
    min-height: 300px;
  }
  #jb-newsletter-popin {
    width: calc( 100% - 60px );
  }
  #jb-newsletter-popin form {
    margin-top: 90px;
    padding-bottom: 0;
  }
}
.place-order .holiday-message {
  margin: 40px 0 0;
  padding: 30px;
  background: #f4f4f4;
}
#holidays-popin {
  width: 480px;
  max-width: calc( 100% - 80px );
  background: #fff;
  position: fixed;
  right: -600px;
  top: 10%;
  z-index: -10;
  opacity: 0;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out 0s;
}
#holidays-popin.open {
  opacity: 1;
  right: 40px;
  z-index: 99999999;
}
#holidays-popin .modal-content {
  padding: 30px 40px 60px;
}
#holidays-popin .modal-content strong {
  font-weight: 600;
}
#holidays-popin .modal-close {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 12px;
  background: #000;
  color: #fff;
}
.jb-blocks-layout .btn {
  padding: 3px 24px;
}
.jb-blocks-layout .btn.bg-blue {
  background: #283b80;
  color: #fff;
}
.jb-blocks-layout .btn.bg-blue:hover {
  background: #202e65;
}
.jb-blocks-layout .btn.bg-black {
  background: #000;
  color: #fff;
}
.jb-blocks-layout .btn.bg-black:hover {
  background: #000;
}
.jb-blocks-layout .btn.bg-white {
  background: #fff;
  color: #000;
}
.jb-blocks-layout .btn.bg-white:hover {
  background: #fff;
}
.jb-blocks-layout .btn.border-blue {
  border: 1px solid #283b80;
}
.jb-blocks-layout .btn.border-black {
  border: 1px solid #000;
}
.jb-blocks-layout .btn.border-grey {
  border: 1px solid #f1f1f1;
}
.jb-blocks-layout .text-wrapper strong,
.jb-blocks-layout .text-wrapper b {
  font-weight: 600;
}
.jb-blocks-layout section {
  /*
		* common
		*/
  /*
		* single-image
		*/
  /*
		* images-slider
		*/
  /*
		* images gallery
		*/
  /*
		* content-slider
		*/
  /*
		* alternate-content
		*/
  /*
		* datasheet
		*/
  /*
		* media-panel
		*/
  /*
		* columns
		*/
}
.jb-blocks-layout section .video-container {
  position: relative;
  margin: 0;
}
.jb-blocks-layout section .video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.jb-blocks-layout section .post-content img.alignnone {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.jb-blocks-layout section .section-title {
  margin: 50px 0;
}
.jb-blocks-layout section .section-title h2 {
  font-size: 2em;
  color: #283b80;
}
.jb-blocks-layout section .section-title h2:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #ddd;
  margin: 20px auto;
}
.jb-blocks-layout section .section-title h2 + h3 {
  margin-top: 0;
}
.jb-blocks-layout section .section-title h3 {
  color: #444;
}
.jb-blocks-layout section .media-overlay-wrapper {
  position: relative;
}
.jb-blocks-layout section .media-overlay-wrapper .overlay,
.jb-blocks-layout section .media-overlay-wrapper .valign-wrapper {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jb-blocks-layout section .media-overlay-wrapper .valign-wrapper > div {
  width: 100%;
  position: relative;
}
.jb-blocks-layout section .media-overlay-wrapper .valign-wrapper > div h2 {
  font-size: 3em;
  color: #fff;
}
.jb-blocks-layout section .media-overlay-wrapper .valign-wrapper > div h3 {
  color: #fff;
}
.jb-blocks-layout section.single_image img {
  display: block;
  width: 100%;
  height: auto;
}
.jb-blocks-layout section.images_slider img {
  display: block;
  margin: 0 auto;
}
.jb-blocks-layout section.images_slider .slick-dots {
  margin-top: 20px;
}
.jb-blocks-layout section.images-gallery .image {
  display: inline-block;
  vertical-align: top;
  width: calc( 25% - 20px );
  margin: 10px;
}
.jb-blocks-layout section.images-gallery .image img {
  display: block;
}
.jb-blocks-layout section.content_slider {
  padding: 50px 0;
}
.jb-blocks-layout section.content_slider .slide-wrapper {
  padding: 20px;
  margin: 0 15px;
  border: 1px solid #eee;
}
.jb-blocks-layout section.content_slider .slick-dots {
  margin-top: 20px;
}
.jb-blocks-layout section.alternate-content .valign-wrapper > div {
  width: 100%;
}
.jb-blocks-layout section.alternate-content .valign-wrapper > div.text-wrapper {
  position: relative;
  background: #f1f1f1;
  padding: 60px 40px;
}
.jb-blocks-layout section.alternate-content .alt-block {
  margin: 40px 0;
}
.jb-blocks-layout section.alternate-content .alt-block .text-wrapper *:nth-child(1) {
  margin-top: 0;
}
.jb-blocks-layout section.alternate-content .alt-block.odd .text-wrapper:after {
  display: block;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  background: #f1f1f1;
  right: -60px;
  top: 0;
}
.jb-blocks-layout section.alternate-content .alt-block.even .valign-wrapper {
  text-align: right;
}
.jb-blocks-layout section.alternate-content .alt-block.even .text-wrapper {
  text-align: left;
}
.jb-blocks-layout section.alternate-content .alt-block.even .text-wrapper:before {
  display: block;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  background: #f1f1f1;
  left: -60px;
  top: 0;
}
.jb-blocks-layout section.datasheet {
  padding: 50px 0;
}
.jb-blocks-layout section.datasheet .datasheet-wrapper {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
.jb-blocks-layout section.datasheet .data-title {
  font-size: 1.6em;
  margin-top: 0;
}
.jb-blocks-layout section.datasheet table.datas th {
  width: 10%;
  white-space: nowrap;
  padding-right: 20px;
}
.jb-blocks-layout section.datasheet .img-wrapper {
  position: relative;
}
.jb-blocks-layout section.datasheet .img-wrapper img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jb-blocks-layout section.media-panel {
  padding: 50px 0;
}
.jb-blocks-layout section.media-panel .panel-wrapper {
  width: 900px;
  max-width: 100%;
  margin: 100px auto 0;
}
.jb-blocks-layout section.media-panel .media-wrapper {
  position: relative;
  margin: 10px 0;
}
.jb-blocks-layout section.media-panel .media-wrapper.item-0 > div {
  position: absolute;
  bottom: 0;
  right: 0;
}
.jb-blocks-layout section.media-panel .media-wrapper.item-2 > div {
  text-align: right;
}
.jb-blocks-layout section.media-panel .media-wrapper.item-1 > div,
.jb-blocks-layout section.media-panel .media-wrapper.item-3 > div {
  transform: translateY(-50px);
}
.jb-blocks-layout section.media-panel .media-wrapper.item-1 > div {
  margin-right: 20%;
}
.jb-blocks-layout section.media-panel .media-wrapper.item-2 > div {
  margin-left: 20%;
}
.jb-blocks-layout section.content-columns {
  padding: 50px 0;
}
.jb-blocks-layout section.content-columns .post-content {
  padding: 0 20px;
  position: relative;
}
.jb-blocks-layout section.content-columns .post-content:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  right: -10px;
  top: 0;
}
.jb-blocks-layout section.content-columns .post-content *:nth-child(1) {
  margin-top: 0;
}
.jb-blocks-layout section.content-columns .col:nth-child(1) .post-content:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: -10px;
  top: 0;
}
.jb-blocks-layout section.full-width-columns table.columns {
  margin: 0;
}
.jb-blocks-layout section.full-width-columns table.columns tr {
  border: none;
}
.jb-blocks-layout section.full-width-columns table.columns td {
  border: none;
  padding: 0;
  vertical-align: middle;
}
.jb-blocks-layout section.full-width-columns table.columns td img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.jb-blocks-layout section.images-side-by-side {
  display: flex;
  justify-content: flex-start;
}
.jb-blocks-layout section.images-side-by-side picture {
  flex: auto;
  height: auto;
}
.jb-blocks-layout section.images-side-by-side picture img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .jb-blocks-layout section.alternate-content .alt-block.even .text-wrapper {
    padding-left: 0;
  }
  .jb-blocks-layout section.alternate-content .alt-block.odd .text-wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .jb-blocks-layout section .section-title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .jb-blocks-layout section.alternate-content .alt-block {
    margin: 0;
  }
  .jb-blocks-layout section.alternate-content .alt-block .text-wrapper:after,
  .jb-blocks-layout section.alternate-content .alt-block .text-wrapper:before {
    display: none !important;
  }
  .jb-blocks-layout section.media-panel {
    padding: 50px 0;
  }
  .jb-blocks-layout section.media-panel .panel-wrapper {
    margin: 0;
  }
  .jb-blocks-layout section.media-panel .media-wrapper {
    margin: 0 !important;
  }
  .jb-blocks-layout section.media-panel .media-wrapper img {
    display: block;
    margin: 5px auto;
  }
  .jb-blocks-layout section.media-panel .media-wrapper > div {
    margin: 0 !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .jb-blocks-layout section.content-columns .post-content {
    padding: 0;
    margin: 30px 0;
  }
  .jb-blocks-layout section.content-columns .post-content:before,
  .jb-blocks-layout section.content-columns .post-content:after {
    display: none !important;
  }
  .jb-blocks-layout section.images-gallery .image {
    width: calc( 50% - 20px );
  }
  .jb-blocks-layout section.full-width-columns table.columns {
    width: 100%;
    display: block;
  }
  .jb-blocks-layout section.full-width-columns table.columns tr,
  .jb-blocks-layout section.full-width-columns table.columns td {
    display: block;
    width: 100% !important;
  }
  .jb-blocks-layout section.full-width-columns table.columns td.spacer {
    display: none;
  }
  .jb-blocks-layout section.images-side-by-side {
    display: block;
  }
  .jb-blocks-layout section.images-side-by-side picture {
    width: 100%;
    height: auto;
  }
}
