@charset "utf-8";
/***!  /templates/jm-lux/css/djmegamenu.33.css  !***/

.dj-megamenu-override {
  position: relative;
  z-index: 500;
}
.dj-megamenu-override:after {
  content: "";
  display: table;
  clear: both;
}
.dj-megamenu-override li.dj-up {
  background-image: none;
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.dj-megamenu-override li.dj-up + li.dj-up {
  margin-left: 60px;
}
.dj-megamenu-override li.dj-up a.dj-up_a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
}
.dj-megamenu-override li.dj-up a.dj-up_a span {
  display: block;
}
.dj-megamenu-override li.dj-up a.dj-up_a small.subtitle {
  display: block;
  font-size: 10px;
  text-transform: none;
  line-height: 1.2;
  opacity: 0.8;
}
.dj-megamenu-override li.dj-up a.dj-up_a .arrow {
  display: none;
}
.dj-megamenu-override li.dj-up.active a.dj-up_a,
.dj-megamenu-override li.dj-up:hover a.dj-up_a,
.dj-megamenu-override li.dj-up.hover a.dj-up_a {
  color: #000000;
}
.dj-megamenu-override li.separator > a {
  cursor: default;
}
.dj-megamenu-override li.dj-up.fullsub {
  position: static !important;
}
.dj-megamenu-override.dj-megamenu-sticky[style*='position: fixed'] {
  margin: 0 !important;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dj-megamenu-override.dj-megamenu-sticky[style*='position: fixed'] ul.dj-megamenu {
  margin: 0 !important;
}
.dj-megamenu-override .dj-stickylogo.dj-align-center {
  text-align: center;
  margin: 10px;
}
.dj-megamenu-override .dj-stickylogo.dj-align-left {
  text-align: left;
  margin: 10px;
}
.dj-megamenu-override .dj-stickylogo.dj-align-right {
  text-align: right;
  margin: 10px;
}
#jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn,
#jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn,
#jm-allpage .dj-megamenu-select .dj-mobile-open-btn {
  padding: 15px 0;
  width: auto;
  height: auto;
  line-height: 1;
  background: none !important;
  border-radius: 0;
  color: #ffffff;
  font-size: 28px;
}
#jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,
#jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn:hover,
#jm-allpage .dj-megamenu-select .dj-mobile-open-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
#jm-allpage .select-input .dj-select {
  vertical-align: top;
  max-width: none;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  color: inherit;
  background: #ebebeb;
  height: 38px;
  line-height: 38px;
}
.dj-megamenu-override li.dj-up:hover,
.dj-megamenu-override li.dj-up.hover,
.dj-megamenu-override .dj-submenu > li:hover,
.dj-megamenu-override .dj-subtree > li:hover {
  position: relative;
  z-index: 200;
}
.dj-megamenu-override li div.dj-subwrap {
  position: absolute;
  left: auto;
  right: auto;
  top: -9999px;
  visibility: hidden;
}
.dj-megamenu-override li:hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap {
  left: 0;
  right: auto;
  top: 100%;
  visibility: visible;
  z-index: 300;
  box-sizing: border-box;
  border-top: 20px solid transparent;
  -webkit-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
}
.dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap-in,
.dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap-in {
  background: #ffffff;
}
.dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap {
  left: 100%;
  right: auto;
  top: -12px;
  z-index: 400;
  border-top: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.dj-megamenu-override .dj-subwrap-in:after {
  content: "";
  display: table;
  clear: both;
}
.dj-megamenu-override .dj-subcol {
  float: left;
  margin: 8px 0;
  box-sizing: border-box;
}
.dj-megamenu-override .multiple_cols .dj-subcol + .dj-subcol:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  border-left: 1px solid #e6e6e6;
}
.dj-megamenu-override .dj-submenu > li {
  display: block;
  position: relative;
  padding: 0 20px;
  background: none;
}
.dj-megamenu-override .dj-submenu > li > a {
  display: block;
  color: #ffffff;
  line-height: 1.7;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 0;
}
.dj-megamenu-override .dj-submenu > li > a small.subtitle {
  display: block;
  font-size: 11px;
}
.dj-megamenu-override .dj-submenu > li:hover > a,
.dj-megamenu-override .dj-submenu > li.hover > a,
.dj-megamenu-override .dj-submenu > li.active > a {
  color: #000000;
}
.dj-megamenu-override .dj-submenu .parent > a {
  position: relative;
}
.dj-megamenu-override .dj-submenu .arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: 0;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dj-megamenu-override li.dj-up a span {
  display: block;
}
.dj-megamenu-override li.dj-up a img {
  vertical-align: middle;
}
.dj-megamenu-override li.dj-up a span.image-title {
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.dj-megamenu-override .dj-subtree {
  padding-left: 15px;
}
.dj-megamenu-override .dj-subtree > li > a {
  display: block;
  color: #ffffff;
  line-height: 1.7;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 0;
  text-decoration: none;
}
.dj-megamenu-override .dj-subtree > li > a:hover {
  color: #000000;
}
.dj-megamenu-override .dj-subtree > li > a small.subtitle {
  display: block;
  font-size: 0.9em;
  line-height: 1;
}
.dj-megamenu-override .dj-subtree > li:hover > a,
.dj-megamenu-override .dj-subtree > li.hover > a,
.dj-megamenu-override .dj-subtree > li.active > a {
  color: #000000;
}
#jm-allpage .dj-megamenu-override .modules-wrap {
  color: #ffffff;
}
#jm-allpage .dj-megamenu-override .modules-wrap .moduletable {
  clear: both;
  margin: 30px 0 0;
  position: relative;
}
#jm-allpage .dj-megamenu-override .modules-wrap .moduletable > h3 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.7;
  position: relative;
  margin: 0 0 5px;
}
#jm-allpage .dj-megamenu-override .modules-wrap .moduletable:first-child {
  margin: 0;
}
/*# sourceMappingURL=/templates/jm-lux/css/djmegamenu.33.map */

/***!  /templates/jm-lux/css/custom.33.css  !***/

body,
html {
  overflow-x: hidden !important;
}
#jm-allpage {
  padding: 0;
}
#jm-allpage #jm-main {
  padding-top: 60px;
}
#jm-allpage #jm-header-bg {
  position: initial !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
#jm-allpage #jm-header-mod-in {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#jm-allpage #jm-header-mod-in .custom {
  color: #ffffff;
  width: 750px;
  margin: auto;
}
#jm-allpage #jm-header-mod-in .custom h2 {
  padding-top: 15px;
}
#jm-allpage #jm-logo-nav-in {
  max-width: 100%;
}
#jm-allpage #jm-logo-nav {
  padding: 0px;
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
}
#jm-allpage #jm-logo-nav #jm-logo-wrap {
  float: none;
  padding: 30px 0;
  text-align: center;
}
#jm-allpage #jm-allpage .dj-megamenu li.dj-up + li.dj-up {
  margin-left: 0 !important;
}
#jm-allpage #jm-top-menu {
  float: none !important;
  margin: 0;
  border: 1px solid;
  border-left: none;
  border-right: none;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
#jm-allpage #jm-top-menu .jm-module-raw {
  float: none;
  margin-right: 30px;
}
#jm-allpage #jm-top-menu .jm-module-raw .dj-megamenu-override {
  max-width: 925px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
#jm-allpage #jm-top-menu .jm-module-raw .dj-megamenu-override .dj-megamenu-override li.dj-up + li.dj-up {
  margin-left: 80px;
}
#jm-allpage #jm-top-bar {
  padding: 5px 30px;
  line-height: 38px;
}
#jm-allpage #jm-top-bar .espace-client {
  line-height: 20px;
  margin-left: 20px;
}
#jm-allpage #jm-top-bar .espace-client::before {
  font-family: "FontAwesome";
  content: '\f2be';
  display: inline-block;
  font-size: 20px;
  color: #a78b60;
  padding-right: 10px;
}
#jm-allpage .jm-module,
#jm-allpage .moduletable {
  margin-bottom: 20px;
}
#jm-allpage #jm-header-mod {
  background-color: transparent;
}
.dj-megamenu-override li.dj-up a.dj-up_a {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-transform: none;
}
.dj-megamenu-override li.dj-up a.dj-up_a:hover {
  color: #47403a;
}
.dj-megamenu-override li.dj-up.active a.dj-up_a {
  color: #ffffff !important;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
.jm-title {
  font-weight: 400;
  line-height: 1.2;
}
.jm-module .jm-title,
.moduletable .jm-title,
.jm-module > h3,
.moduletable > h3 {
  font-weight: 300 !important;
  text-transform: none !important;
}
h1,
h2,
h3 {
  font-family: 'Old Standard TT', serif !important;
}
h1,
.jm-title {
  font-size: 42px;
}
#page_detail_produit h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto';
  line-height: inherit;
}
h5 {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}
p {
  font-weight: 300;
}
h1.white,
h2.white,
h3.white {
  color: #ffffff;
}
p.white {
  color: #ffffff;
}
a:hover {
  text-decoration: none !important;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 30px;
}
.accordion-heading .accordion-toggle.collapsed:hover {
  color: #a78b60;
  text-decoration: none;
}
.readmore,
.readmore-white,
.dj-slide-description a,
.hikabtn {
  color: #000000;
  border: 2px solid #000000 !important;
  text-transform: none;
  background-color: transparent !important;
  border-color: initial;
  padding: 10px 35px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Roboto';
  transition: all .3s;
}
.readmore:hover,
.readmore-white:hover,
.dj-slide-description a:hover,
.hikabtn:hover {
  background-color: #000000 !important;
  color: #ffffff;
  border: 2px solid #000000 !important;
}
.readmore-white,
.dj-slide-description a {
  color: #ffffff;
  border: 2px solid #ffffff !important;
}
.readmore-white:hover,
.dj-slide-description a:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #ffffff !important;
}
.btn::after,
.header-ms .dj-readmore-wrapper a::after,
a.button::after,
input.button::after,
button.button::after,
input[type="submit"]::after,
button[type="submit"]::after,
input[type="reset"]::after,
button[type="reset"]::after {
  display: none;
}
.btn {
  transition: all .3s;
  text-transform: none;
  font-weight: 400;
}
.btn-color {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: #a78b60;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #a78b60;
  padding: 14px 50px;
  position: relative;
  transition: all .3s;
}
.btn-color:hover {
  background: transparent;
  color: #a78b60;
  text-decoration: none !important;
}
.dj-mobile-nav .fa-envelope {
  margin-right: 10px;
}
.dj-subwrap-in {
  background-color: #bcab8f !important;
}
.dj-subwrap-in a {
  line-height: 1.1 !important;
  font-weight: 300 !important;
}
#jm-footer-logo {
  display: none;
}
#jm-footer-mod #jm-copyrights {
  padding: 0;
  color: #a78b60;
  font-size: 18px;
}
#jm-footer-mod #jm-copyrights #jm-copyrights-in p {
  font-size: 14px;
}
#jm-footer-mod .footer2 {
  font-size: 13px;
  border-top: 1px solid #ffffff;
}
#jm-footer-mod .logo-footer {
  padding-right: 20px;
}
#jm-footer-mod .menu-informations .dj-megamenu {
  background: none;
  height: auto;
  font-family: inherit;
}
#jm-footer-mod .menu-informations .dj-megamenu li {
  display: block;
  float: right;
}
#jm-footer-mod .menu-informations .dj-megamenu li .dj-up_a {
  display: block;
  float: left;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  color: #a78b60;
  text-transform: none;
  text-decoration: none;
  padding: 0 20px;
  background: transparent;
  border: none;
}
#jm-footer-mod .menu-informations .dj-megamenu li:hover a.dj-up_a {
  color: #fff;
  border: none;
  background: none;
}
.fox-form svg {
  max-width: 25px;
  max-height: 25px;
  margin-right: 25px;
}
.fox-form svg path {
  fill: #a78b60 !important;
}
.fox-form .fox-column6:first-child {
  max-width: 500px;
  margin-right: 40px;
}
.fox-form .el-title {
  padding-bottom: 15px;
}
.contact-left {
  background-color: #a78b60;
  padding: 50px;
}
.contact-left h2,
.contact-left p,
.contact-left a {
  color: #ffffff !important;
}
div#fox-container-c1230 .fox-form select,
div#fox-container-c1230 .fox-form textarea,
div#fox-container-c1230 .fox-form input[type="text"],
div#fox-container-c1230 .fox-form input[type="email"] {
  border-radius: 0px !important;
  color: #404243 !important;
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #a78b60 !important;
  height: 50px;
}
div#fox-container-c1230 textarea:focus,
div#fox-container-c1230 input[type="text"]:focus,
div#fox-container-c1230 input[type="email"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
div#fox-container-c1230 .btn {
  display: inline-block !important;
  margin-bottom: 0px !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  text-shadow: none !important;
  background-color: #a78b60 !important;
  border: 1px solid #a78b60 !important;
  background-image: none !important;
  border-radius: 0px !important;
  filter: none !important;
  padding: 10px 30px !important;
  line-height: 20px !important;
  color: #fff !important;
  transition: all .3s;
}
div#fox-container-c1230 .btn:hover {
  background: transparent !important;
  color: #a78b60;
  border-color: #a78b60;
}
div#fox-container-c1230 .btn:hover span {
  color: #a78b60 !important;
}
.hikashop_carousel_item {
  border: none !important;
}
div#fox-container-c1230 .chzn-container-single .chzn-single {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  color: #555555;
  background-color: #ffffff;
  width: 100%;
  padding: 0 13px;
  height: 40px;
  line-height: 40px;
}
div#fox-container-c1230 .btn,
div#fox-container-c1230 .btn span {
  color: white !important;
  font-weight: 100 !important;
  text-transform: none !important;
}
div#fox-container-c1230 textarea:focus,
div#fox-container-c1230 input[type="text"]:focus,
div#fox-container-c1230 input[type="email"]:focus {
  border-color: rgba(162, 19, 52, 0.8) !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(162, 19, 52, 0.6) !important;
}
div#fox-container-c1207 .fox-form select,
div#fox-container-c1207 .fox-form textarea,
div#fox-container-c1207 .fox-form input[type="text"],
div#fox-container-c1207 .fox-form input[type="email"] {
  border-radius: 0px !important;
  color: #404243 !important;
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #a78b60 !important;
  height: 50px;
}
div#fox-container-c1207 textarea:focus,
div#fox-container-c1207 input[type="text"]:focus,
div#fox-container-c1207 input[type="email"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
div#fox-container-c1207 .btn {
  display: inline-block !important;
  margin-bottom: 0px !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  text-shadow: none !important;
  background-color: #a78b60 !important;
  border: 1px solid #a78b60 !important;
  background-image: none !important;
  border-radius: 0px !important;
  filter: none !important;
  padding: 10px 30px !important;
  line-height: 20px !important;
  color: #fff !important;
  transition: all .3s;
}
div#fox-container-c1207 .btn:hover {
  background: transparent !important;
  color: #a78b60;
  border-color: #a78b60;
}
div#fox-container-c1207 .btn:hover span {
  color: #a78b60 !important;
}
.hikashop_carousel_item {
  border: none !important;
}
div#fox-container-c1207 .chzn-container-single .chzn-single {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 20%, #eeeeee 100%);
  color: #555555;
  background-color: #ffffff;
  width: 100%;
  padding: 0 13px;
  height: 40px;
  line-height: 40px;
}
div#fox-container-c1207 .btn,
div#fox-container-c1207 .btn span {
  color: white !important;
  font-weight: 100 !important;
  text-transform: none !important;
}
div#fox-container-c1207 textarea:focus,
div#fox-container-c1207 input[type="text"]:focus,
div#fox-container-c1207 input[type="email"]:focus {
  border-color: rgba(162, 19, 52, 0.8) !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(162, 19, 52, 0.6) !important;
}
.desc-left .dj-slide-image,
.desc-left .dj-slide-desc {
  border: none;
}
.dj-slide-desc-bg {
  background: #ffffff !important;
  opacity: 0 !important;
}
.desc-left .dj-slide-desc:before {
  display: none;
}
.desc-left .dj-slide-desc::after {
  display: none;
}
#pageselection #jm-top1 {
  padding-bottom: 0;
}
#pageselection .bread-2 {
  display: none;
}
#pageselection #jm-main {
  padding-top: 0;
}
#pageselection #jm-main .custom {
  text-align: center;
  padding-bottom: 30px;
}
#pageselection #jm-main .custom a {
  padding: 0 20px;
}
#pageselection #jm-main .custom a::after {
  content: '';
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: 40px;
  background-color: #000;
}
#pageselection #jm-main .custom a:last-child::after {
  display: none;
}
#pageselection .hk-row-fluid {
  justify-content: center;
}
#pageaccueil .ffp-feed-menu-item:hover,
#pageaccueil .ffp-feed-menu-item.active {
  color: #fff !important;
}
#pageaccueil .ffp-feed-menu-item.active:after {
  background: #fff !important;
}
#pageaccueil .ffp-feed-menu-item {
  color: #fff !important;
}
#pageaccueil #jm-top1 {
  background: linear-gradient(180deg, #ffffff 80%, #a78b60 20%) !important;
}
#pageaccueil #jm-top1 h5 {
  color: #a78b60;
}
#pageaccueil #jm-top2 {
  background-color: #a78b60;
  padding-top: 0;
}
#pageaccueil .hikashop_carousel_item {
  border: none;
}
#pageaccueil #jm-top3 .jm-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pageaccueil #jm-top3 .jm-title span {
  margin-right: 10px;
}
#pageaccueil #jm-top3 .jm-title::before {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #000000;
  margin-right: 15px;
}
#pageaccueil #jm-top3 .jm-title::after {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #000000;
  margin-left: 15px;
}
#pageaccueil #jm-bottom1 {
  background: linear-gradient(180deg, #734a4f 40%, #ffffff 0%);
}
#pageaccueil #jm-bottom1 .jm-title {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
#pageaccueil #jm-bottom1 .jm-title span {
  margin-right: 10px;
}
#pageaccueil #jm-bottom1 .jm-title::after {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  content: '';
  margin-left: 20px;
}
#pageaccueil #jm-bottom1 .jmm-title {
  font-family: 'Old Standard TT', serif !important;
  font-weight: 300;
  font-size: 18px;
}
.jmm-readmore .readmore {
  border: none !important;
  text-decoration: underline;
  padding: 0 !important;
  min-width: auto;
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.jmm-readmore .readmore:hover {
  background-color: transparent !important;
  color: #000000;
}
.jmm-readmore .readmore::after {
  content: url('/templates/jm-lux/images/Arrow-article.png');
  margin-left: 10px;
}
#pagequisommesnous #jm-top1 {
  background: linear-gradient(180deg, #a78b60 70%, #ffffff 30%);
  padding-top: 250px;
  position: relative;
}
#pagequisommesnous #jm-top1 .custom {
  position: relative;
}
#pagequisommesnous #jm-top1 .custom h2 {
  position: absolute;
  top: 30%;
  left: 0%;
  transform: rotate(-90deg);
  font-size: 90px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
#pagequisommesnous #jm-top1 .custom h2::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 20px;
}
#pagequisommesnous #jm-top1 .custom p,
#pagequisommesnous #jm-top1 .custom h1 {
  color: #ffffff;
}
#pagequisommesnous #jm-top1 .custom h1 {
  padding-bottom: 30px;
}
#pagequisommesnous #jm-top1 .custom .content {
  max-width: 650px;
  margin: auto;
  padding: 0 0 30px 0;
}
#pagequisommesnous #jm-top2 h2,
#pagequisommesnous #jm-top3 h2 {
  display: flex;
  align-items: center;
  font-size: 90px;
}
#pagequisommesnous #jm-top2 h2::after,
#pagequisommesnous #jm-top3 h2::after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  background-color: #000000;
  width: 120px;
  height: 1px;
}
#pagequisommesnous #jm-top2 {
  padding-top: 0;
}
#pagequisommesnous #jm-top2 .custom {
  padding-left: 80px;
  max-width: 700px;
}
#pagequisommesnous #jm-top3 {
  padding-top: 0;
}
#pagequisommesnous #jm-top3 .custom {
  display: flex;
  align-items: center;
}
#pagequisommesnous #jm-top3 .custom .flex {
  flex: 1;
}
#pagequisommesnous #jm-top3 .custom .flex h2 {
  margin-left: -175px;
  padding-bottom: 50px;
}
#pagequisommesnous #jm-main {
  display: none;
}
#pageactu #jm-top1 {
  padding-bottom: 0;
}
#pageactu #jm-main {
  padding-top: 0;
}
#pageactu h2 {
  font-size: 26px;
  font-weight: 300;
}
#pagergaster #jm-header-mod-in,
#pagenaud #jm-header-mod-in,
#pageabuelo #jm-header-mod-in,
#pagebellevue #jm-header-mod-in,
#pageabbey #jm-header-mod-in,
#pagesoledade #jm-header-mod-in,
#pagequinto #jm-header-mod-in {
  max-width: 750px !important;
  width: 100%;
}
#pagergaster #jm-header-bg img,
#pagenaud #jm-header-bg img,
#pageabuelo #jm-header-bg img,
#pagebellevue #jm-header-bg img,
#pageabbey #jm-header-bg img,
#pagesoledade #jm-header-bg img,
#pagequinto #jm-header-bg img {
  object-fit: cover;
  height: 1100px;
}
#pagergaster .breadcrumbbread-2,
#pagenaud .breadcrumbbread-2,
#pageabuelo .breadcrumbbread-2,
#pagebellevue .breadcrumbbread-2,
#pageabbey .breadcrumbbread-2,
#pagesoledade .breadcrumbbread-2,
#pagequinto .breadcrumbbread-2 {
  display: none;
}
#pagergaster .hk-row-fluid,
#pagenaud .hk-row-fluid,
#pageabuelo .hk-row-fluid,
#pagebellevue .hk-row-fluid,
#pageabbey .hk-row-fluid,
#pagesoledade .hk-row-fluid,
#pagequinto .hk-row-fluid {
  justify-content: center;
}
#pagergaster .domaine h2,
#pagenaud .domaine h2,
#pageabuelo .domaine h2,
#pagebellevue .domaine h2,
#pageabbey .domaine h2,
#pagesoledade .domaine h2,
#pagequinto .domaine h2 {
  font-size: 40px;
}
#pagergaster .domaine .customdomaine,
#pagenaud .domaine .customdomaine,
#pageabuelo .domaine .customdomaine,
#pagebellevue .domaine .customdomaine,
#pageabbey .domaine .customdomaine,
#pagesoledade .domaine .customdomaine,
#pagequinto .domaine .customdomaine {
  display: flex;
  align-items: center;
}
#pagergaster .domaine .customdomaine .flex,
#pagenaud .domaine .customdomaine .flex,
#pageabuelo .domaine .customdomaine .flex,
#pagebellevue .domaine .customdomaine .flex,
#pageabbey .domaine .customdomaine .flex,
#pagesoledade .domaine .customdomaine .flex,
#pagequinto .domaine .customdomaine .flex {
  flex: 1;
}
#pagergaster .domaine .customdomaine .image,
#pagenaud .domaine .customdomaine .image,
#pageabuelo .domaine .customdomaine .image,
#pagebellevue .domaine .customdomaine .image,
#pageabbey .domaine .customdomaine .image,
#pagesoledade .domaine .customdomaine .image,
#pagequinto .domaine .customdomaine .image {
  position: relative;
}
#pagergaster .domaine .customdomaine .content-map,
#pagenaud .domaine .customdomaine .content-map,
#pageabuelo .domaine .customdomaine .content-map,
#pagebellevue .domaine .customdomaine .content-map,
#pageabbey .domaine .customdomaine .content-map,
#pagesoledade .domaine .customdomaine .content-map,
#pagequinto .domaine .customdomaine .content-map {
  position: relative;
}
#pagergaster .domaine .customdomaine .content-map .map,
#pagenaud .domaine .customdomaine .content-map .map,
#pageabuelo .domaine .customdomaine .content-map .map,
#pagebellevue .domaine .customdomaine .content-map .map,
#pageabbey .domaine .customdomaine .content-map .map,
#pagesoledade .domaine .customdomaine .content-map .map,
#pagequinto .domaine .customdomaine .content-map .map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#pagergaster .domaine .customdomaine .content-map img,
#pagenaud .domaine .customdomaine .content-map img,
#pageabuelo .domaine .customdomaine .content-map img,
#pagebellevue .domaine .customdomaine .content-map img,
#pageabbey .domaine .customdomaine .content-map img,
#pagesoledade .domaine .customdomaine .content-map img,
#pagequinto .domaine .customdomaine .content-map img {
  width: auto;
}
#pagergaster .domaine .flag,
#pagenaud .domaine .flag,
#pageabuelo .domaine .flag,
#pagebellevue .domaine .flag,
#pageabbey .domaine .flag,
#pagesoledade .domaine .flag,
#pagequinto .domaine .flag {
  font-size: 20px;
}
#pagergaster .domaine .flag img,
#pagenaud .domaine .flag img,
#pageabuelo .domaine .flag img,
#pagebellevue .domaine .flag img,
#pageabbey .domaine .flag img,
#pagesoledade .domaine .flag img,
#pagequinto .domaine .flag img {
  margin-right: 10px;
}
#pagergaster #jm-top1,
#pagenaud #jm-top1,
#pageabuelo #jm-top1,
#pagebellevue #jm-top1,
#pageabbey #jm-top1,
#pagesoledade #jm-top1,
#pagequinto #jm-top1 {
  padding-bottom: 120px;
}
#pagergaster #jm-top1 .jm-title,
#pagenaud #jm-top1 .jm-title,
#pageabuelo #jm-top1 .jm-title,
#pagebellevue #jm-top1 .jm-title,
#pageabbey #jm-top1 .jm-title,
#pagesoledade #jm-top1 .jm-title,
#pagequinto #jm-top1 .jm-title {
  text-align: center;
}
#pagergaster #jm-top1 .hikashop_carousel_item,
#pagenaud #jm-top1 .hikashop_carousel_item,
#pageabuelo #jm-top1 .hikashop_carousel_item,
#pagebellevue #jm-top1 .hikashop_carousel_item,
#pageabbey #jm-top1 .hikashop_carousel_item,
#pagesoledade #jm-top1 .hikashop_carousel_item,
#pagequinto #jm-top1 .hikashop_carousel_item {
  border: 0 !important;
}
#pagergaster #jm-top1 .hikashop_product_name a,
#pagenaud #jm-top1 .hikashop_product_name a,
#pageabuelo #jm-top1 .hikashop_product_name a,
#pagebellevue #jm-top1 .hikashop_product_name a,
#pageabbey #jm-top1 .hikashop_product_name a,
#pagesoledade #jm-top1 .hikashop_product_name a,
#pagequinto #jm-top1 .hikashop_product_name a {
  font-family: 'Old Standard TT', serif !important;
  font-size: 20px;
}
#pagergaster #jm-top1 .owl-stage,
#pagenaud #jm-top1 .owl-stage,
#pageabuelo #jm-top1 .owl-stage,
#pagebellevue #jm-top1 .owl-stage,
#pageabbey #jm-top1 .owl-stage,
#pagesoledade #jm-top1 .owl-stage,
#pagequinto #jm-top1 .owl-stage {
  margin: auto !important;
}
#pagergaster #jm-top1 .owl-item,
#pagenaud #jm-top1 .owl-item,
#pageabuelo #jm-top1 .owl-item,
#pagebellevue #jm-top1 .owl-item,
#pageabbey #jm-top1 .owl-item,
#pagesoledade #jm-top1 .owl-item,
#pagequinto #jm-top1 .owl-item {
  margin: 0 5px !important;
}
#pagergaster #jm-top1 .owl-theme .owl-dots,
#pagenaud #jm-top1 .owl-theme .owl-dots,
#pageabuelo #jm-top1 .owl-theme .owl-dots,
#pagebellevue #jm-top1 .owl-theme .owl-dots,
#pageabbey #jm-top1 .owl-theme .owl-dots,
#pagesoledade #jm-top1 .owl-theme .owl-dots,
#pagequinto #jm-top1 .owl-theme .owl-dots,
#pagergaster #jm-top1 .owl-theme .owl-nav,
#pagenaud #jm-top1 .owl-theme .owl-nav,
#pageabuelo #jm-top1 .owl-theme .owl-nav,
#pagebellevue #jm-top1 .owl-theme .owl-nav,
#pageabbey #jm-top1 .owl-theme .owl-nav,
#pagesoledade #jm-top1 .owl-theme .owl-nav,
#pagequinto #jm-top1 .owl-theme .owl-nav {
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  max-width: 1100px;
}
#pagergaster #jm-top2 .jm-top2,
#pagenaud #jm-top2 .jm-top2,
#pageabuelo #jm-top2 .jm-top2,
#pagebellevue #jm-top2 .jm-top2,
#pageabbey #jm-top2 .jm-top2,
#pagesoledade #jm-top2 .jm-top2,
#pagequinto #jm-top2 .jm-top2 {
  position: relative;
}
#pagergaster #jm-top2 .jm-top2 .rotate,
#pagenaud #jm-top2 .jm-top2 .rotate,
#pageabuelo #jm-top2 .jm-top2 .rotate,
#pagebellevue #jm-top2 .jm-top2 .rotate,
#pageabbey #jm-top2 .jm-top2 .rotate,
#pagesoledade #jm-top2 .jm-top2 .rotate,
#pagequinto #jm-top2 .jm-top2 .rotate {
  position: absolute;
  left: 150px;
  bottom: 0;
  top: 0;
  transform: rotate(-90deg);
}
#pagergaster #jm-top2 .jm-top2 .rotate-content,
#pagenaud #jm-top2 .jm-top2 .rotate-content,
#pageabuelo #jm-top2 .jm-top2 .rotate-content,
#pagebellevue #jm-top2 .jm-top2 .rotate-content,
#pageabbey #jm-top2 .jm-top2 .rotate-content,
#pagesoledade #jm-top2 .jm-top2 .rotate-content,
#pagequinto #jm-top2 .jm-top2 .rotate-content {
  padding-left: 200px;
}
#pagergaster #jm-top2 .jm-top2 img,
#pagenaud #jm-top2 .jm-top2 img,
#pageabuelo #jm-top2 .jm-top2 img,
#pagebellevue #jm-top2 .jm-top2 img,
#pageabbey #jm-top2 .jm-top2 img,
#pagesoledade #jm-top2 .jm-top2 img,
#pagequinto #jm-top2 .jm-top2 img {
  position: absolute;
  bottom: -250px;
  right: -200px;
  opacity: .7;
}
#pagergaster #jm-top2 h2,
#pagenaud #jm-top2 h2,
#pageabuelo #jm-top2 h2,
#pagebellevue #jm-top2 h2,
#pageabbey #jm-top2 h2,
#pagesoledade #jm-top2 h2,
#pagequinto #jm-top2 h2,
#pagergaster #jm-top2 h3,
#pagenaud #jm-top2 h3,
#pageabuelo #jm-top2 h3,
#pagebellevue #jm-top2 h3,
#pageabbey #jm-top2 h3,
#pagesoledade #jm-top2 h3,
#pagequinto #jm-top2 h3,
#pagergaster #jm-top2 p,
#pagenaud #jm-top2 p,
#pageabuelo #jm-top2 p,
#pagebellevue #jm-top2 p,
#pageabbey #jm-top2 p,
#pagesoledade #jm-top2 p,
#pagequinto #jm-top2 p {
  color: #ffffff;
}
#pagergaster #jm-top2 p,
#pagenaud #jm-top2 p,
#pageabuelo #jm-top2 p,
#pagebellevue #jm-top2 p,
#pageabbey #jm-top2 p,
#pagesoledade #jm-top2 p,
#pagequinto #jm-top2 p {
  max-width: 500px;
  margin-left: 0;
}
#pagergaster #jm-top2 h2,
#pagenaud #jm-top2 h2,
#pageabuelo #jm-top2 h2,
#pagebellevue #jm-top2 h2,
#pageabbey #jm-top2 h2,
#pagesoledade #jm-top2 h2,
#pagequinto #jm-top2 h2 {
  font-size: 65px;
}
#pagergaster #jm-top2 h2::after,
#pagenaud #jm-top2 h2::after,
#pageabuelo #jm-top2 h2::after,
#pagebellevue #jm-top2 h2::after,
#pageabbey #jm-top2 h2::after,
#pagesoledade #jm-top2 h2::after,
#pagequinto #jm-top2 h2::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background-color: #ffffff;
  width: 120px;
  height: 1px;
}
#pagergaster #jm-top2 h3,
#pagenaud #jm-top2 h3,
#pageabuelo #jm-top2 h3,
#pagebellevue #jm-top2 h3,
#pageabbey #jm-top2 h3,
#pagesoledade #jm-top2 h3,
#pagequinto #jm-top2 h3 {
  max-width: 650px;
  margin: auto;
  font-size: 25px;
}
#pagergaster #jm-top3,
#pagenaud #jm-top3,
#pageabuelo #jm-top3,
#pagebellevue #jm-top3,
#pageabbey #jm-top3,
#pagesoledade #jm-top3,
#pagequinto #jm-top3 {
  padding-top: 0px;
}
#pagergaster #jm-top3 .container-fluid,
#pagenaud #jm-top3 .container-fluid,
#pageabuelo #jm-top3 .container-fluid,
#pagebellevue #jm-top3 .container-fluid,
#pageabbey #jm-top3 .container-fluid,
#pagesoledade #jm-top3 .container-fluid,
#pagequinto #jm-top3 .container-fluid {
  max-width: 1200px;
}
#pagergaster #jm-top3 img,
#pagenaud #jm-top3 img,
#pageabuelo #jm-top3 img,
#pagebellevue #jm-top3 img,
#pageabbey #jm-top3 img,
#pagesoledade #jm-top3 img,
#pagequinto #jm-top3 img {
  flex: 1;
}
#pagergaster #jm-top3 img:first-of-type,
#pagenaud #jm-top3 img:first-of-type,
#pageabuelo #jm-top3 img:first-of-type,
#pagebellevue #jm-top3 img:first-of-type,
#pageabbey #jm-top3 img:first-of-type,
#pagesoledade #jm-top3 img:first-of-type,
#pagequinto #jm-top3 img:first-of-type {
  margin-right: 15px;
}
#pagergaster #jm-top3 p,
#pagenaud #jm-top3 p,
#pageabuelo #jm-top3 p,
#pagebellevue #jm-top3 p,
#pageabbey #jm-top3 p,
#pagesoledade #jm-top3 p,
#pagequinto #jm-top3 p {
  display: flex;
}
#pagergaster #jm-main .dj-slide-description a,
#pagenaud #jm-main .dj-slide-description a,
#pageabuelo #jm-main .dj-slide-description a,
#pagebellevue #jm-main .dj-slide-description a,
#pageabbey #jm-main .dj-slide-description a,
#pagesoledade #jm-main .dj-slide-description a,
#pagequinto #jm-main .dj-slide-description a {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 15px !important;
}
#pagergaster #jm-main .hikashop_products_listing_main,
#pagenaud #jm-main .hikashop_products_listing_main,
#pageabuelo #jm-main .hikashop_products_listing_main,
#pagebellevue #jm-main .hikashop_products_listing_main,
#pageabbey #jm-main .hikashop_products_listing_main,
#pagesoledade #jm-main .hikashop_products_listing_main,
#pagequinto #jm-main .hikashop_products_listing_main {
  display: none;
}
#pagergaster #jm-main .dj-slide-desc-text p,
#pagenaud #jm-main .dj-slide-desc-text p,
#pageabuelo #jm-main .dj-slide-desc-text p,
#pagebellevue #jm-main .dj-slide-desc-text p,
#pageabbey #jm-main .dj-slide-desc-text p,
#pagesoledade #jm-main .dj-slide-desc-text p,
#pagequinto #jm-main .dj-slide-desc-text p {
  font-size: 18px;
  margin: 0;
}
#pagergaster #jm-header-bg img {
  object-fit: cover;
  height: 1000px;
}
#pagergaster #jm-top2 {
  background-color: #8f6a49;
}
#pagergaster #jm-top2 .rotate {
  left: 250px !important;
}
#pagergaster .map {
  width: 700px;
}
#pagergaster #jm-top3 {
  background: linear-gradient(180deg, #8f6a49 25%, #ffffff 0%);
}
#pagebellevue .image {
  margin-left: 100px;
}
#pagebellevue .customrotate-content {
  position: relative;
}
#pagebellevue .map {
  width: 750px;
  left: 80% !important;
}
#pagebellevue #jm-top2 {
  background-color: #ab8550;
}
#pagebellevue #jm-top3 {
  background: linear-gradient(180deg, #ab8550 25%, #ffffff 0%);
}
#pagenaud .rotate {
  left: 150px;
}
#pagenaud .map {
  width: 700px;
}
#pagenaud #jm-header-bg img {
  object-fit: cover;
  height: 950px;
}
#pagenaud .image img {
  margin-left: 80px;
}
#pagenaud #jm-top2 {
  background-color: #734a4f;
}
#pagenaud #jm-top3 {
  background: linear-gradient(180deg, #734a4f 25%, #ffffff 0%);
}
#pageabuelo .image img {
  margin-left: 100px;
}
#pageabuelo #jm-header-bg img {
  object-fit: cover;
  height: 950px;
}
#pageabuelo .map {
  width: 600px;
}
#pageabuelo #jm-top2 {
  background-color: #a78b60;
}
#pageabuelo #jm-top2 .rotate {
  left: 200px !important;
}
#pageabuelo #jm-top3 {
  background: linear-gradient(180deg, #a78b60 25%, #ffffff 0%);
}
#pagequinto .image img {
  margin-left: 100px;
}
#pagequinto #jm-header-bg img {
  object-fit: cover;
  height: 1050px;
}
#pagequinto .map {
  width: 350px;
}
#pagequinto .domaine .customdomaine .flex {
  min-width: 320px;
}
#pagequinto #jm-top2 {
  background-color: #a78b60;
}
#pagequinto #jm-top2 .rotate {
  left: 200px !important;
}
#pagequinto #jm-top2 h2 {
  font-size: 55px;
}
#pagequinto #jm-top3 {
  background: linear-gradient(180deg, #a78b60 25%, #ffffff 0%);
}
#pageabbey .map {
  width: 470px;
}
#pageabbey #jm-top2 {
  background-color: #56473a;
}
#pageabbey #jm-top2 .rotate {
  left: 300px !important;
}
#pageabbey #jm-top2 img {
  position: absolute;
  bottom: -200px;
  right: -200px;
}
#pageabbey #jm-top3 {
  background: linear-gradient(180deg, #56473a 25%, #ffffff 0%);
}
#pagesoledade .map {
  width: 600px;
}
#pagesoledade #jm-top2 {
  background-color: #47403a;
}
#pagesoledade #jm-top2 img {
  position: absolute;
  bottom: -200px;
  right: 0;
}
#pagesoledade #jm-top3 {
  background: linear-gradient(180deg, #47403a 25%, #ffffff 0%);
}
#page_detail_produit #jm-top1,
#page_detail_produit #jm-top2,
#page_detail_produit #jm-top3,
#page_detail_produit .domains,
#page_detail_produit #jm-header-bg,
#page_detail_produit #jm-header-mod-in,
#page_detail_produit #jm-footer,
#page_detail_produit .hikashop_submodules {
  display: none;
}
#page_detail_produit #jm-bottom1 {
  padding-top: 0;
}
#page_detail_produit #jm-main {
  padding-bottom: 0;
}
#page_detail_produit #jm-header-mod {
  background-image: url('/templates/jm-lux/images/bandeau-header-notre-selection-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 380px;
}
#page_detail_produit #jm-content-top .breadcrumbbread-2 {
  display: flex;
  padding-bottom: 50px;
}
#page_detail_produit #jm-content-top .breadcrumbbread-2 li {
  margin-right: 5px;
}
#pagecontact #jm-header-bg img {
  object-fit: cover;
  height: 350px;
}
#pagecontact #jm-allpage #jm-header-mod-in .custom {
  color: #ffffff;
  width: 600px;
  margin: auto;
}
.dj-slide-desc-text {
  color: #fff !important;
}
.dj-navigation .dj-navigation-in > a {
  top: auto !important;
  bottom: 10px;
}
.dj-navigation .dj-navigation-in .dj-prev {
  left: 10px !important;
}
.dj-navigation .dj-navigation-in .dj-next {
  left: 80px;
}
.dj-slide-description a {
  color: #ffffff !important;
  margin-top: 30px;
  display: inline-block;
}
.dj-slide-description img {
  max-width: 45px;
  margin-right: 10px;
}
.dj-slide-description h5::after {
  content: '';
  display: block;
  height: 1px;
  margin: 50px 0;
  width: 100px;
  background-color: #ffffff;
}
#dj-mslider5m555 .dj-navigation .dj-navigation-in > .dj-next {
  right: 0px !important;
  top: -50px !important;
  left: auto !important;
}
#dj-mslider5m555 .dj-navigation .dj-navigation-in > .dj-prev {
  top: -50px !important;
  left: auto !important;
  right: 50px !important;
}
.hikashop_carousel .thumbnail {
  box-shadow: none !important;
}
.hikashop_product_custom_alcoolcontenance_line,
.hikashop_product_custom_embouteillage_line {
  margin: 5px 0 !important;
  padding-bottom: 10px;
}
.hikashop_product_custom_alcoolcontenance_line .hikashop_product_custom_name,
.hikashop_product_custom_embouteillage_line .hikashop_product_custom_name {
  display: none;
}
.hikashop_product_custom_alcoolcontenance_line .hikashop_product_custom_value,
.hikashop_product_custom_embouteillage_line .hikashop_product_custom_value {
  font-weight: 300 !important;
  font-size: 16px;
}
.hikashop_product_custom_alcoolcontenance_line {
  padding-bottom: 0;
}
.hikashop_product_custom_embouteillage_line {
  margin: 0 !important;
  padding-bottom: 20px;
}
#hikashop_checkout .hikashop_product_quantity_field {
  width: 30px;
  margin-right: 10px;
  padding: 5px;
}
#hikashop_checkout .hikashop_cart_product_name a {
  transition: all .3s;
}
#hikashop_checkout .hikashop_cart_product_name a:hover {
  color: #333333;
  text-decoration: none;
}
#hikashop_checkout .table-hover tbody tr:hover > td,
#hikashop_checkout .table-hover tbody tr:hover > th {
  background-color: transparent;
}
#hikashop_checkout .table-striped tbody > tr:nth-child(2n+1) > td,
#hikashop_checkout .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #ffffff;
  border-bottom: 1px solid #c4c4c4;
}
#hikashop_checkout .table-striped tbody > tr:nth-child(2n+1) > td:hover,
#hikashop_checkout .table-striped tbody > tr:nth-child(2n+1) > th:hover {
  background-color: transparent;
}
#hikashop_checkout .hikashop_product_quantity_field {
  text-align: center;
}
#hikashop_checkout .hikashop_cart_product_price_value,
#hikashop_checkout .hikashop_cart_product_quantity_value,
#hikashop_checkout .hikashop_cart_product_total_value {
  text-align: center;
}
#hikashop_checkout .table {
  border: none;
}
#hikashop_checkout .table td {
  vertical-align: middle;
  border: none;
  text-align: center;
}
#hikashop_checkout .table th {
  color: #333333;
  font-weight: 400;
}
#hikashop_checkout th {
  background: transparent;
  border: none;
  color: #c4c4c4;
}
#hikashop_checkout th:first-child {
  border: none;
}
#hikashop_checkout #hikashop_cart_product_image_title,
#hikashop_checkout #hikashop_cart_product_name_title {
  color: transparent;
}
#hikashop_checkout .hikashop_checkout_coupon .input-append,
#hikashop_checkout .hikashop_checkout_coupon .input-prepend {
  display: inline-grid;
}
#hikashop_checkout .hikashop_checkout_coupon .hikashop_checkout_coupon_field {
  margin: 0 0 20px 0;
}
#hikashop_checkout .hikashop_wizardbar {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 50px 0 30px 0;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}
#hikashop_checkout .hikashop_wizardbar ul {
  display: flex;
  justify-content: space-around;
}
#hikashop_checkout .hikashop_wizardbar ul li {
  height: 70px;
  padding: 0 20px 0 30px;
  font-size: 14px;
  line-height: 70px;
  color: #c4c4c4;
  font-weight: bold;
  text-transform: none;
  background: transparent;
}
#hikashop_checkout .hikashop_wizardbar ul li .hikashop_chevron {
  display: none;
}
#hikashop_checkout .hikashop_wizardbar ul li .hkbadge {
  display: none;
}
#hikashop_checkout .hikashop_wizardbar ul li::before {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
  position: initial;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  transition: all .3s;
}
#hikashop_checkout .hikashop_wizardbar ul li:nth-child(1)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f291';
  color: #c4c4c4;
}
#hikashop_checkout .hikashop_wizardbar ul li:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f472';
  color: #c4c4c4;
}
#hikashop_checkout .hikashop_wizardbar ul li:nth-child(3)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  color: #c4c4c4;
}
#hikashop_checkout .hikashop_wizardbar ul li:nth-child(4)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f153 ';
  color: #c4c4c4;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_current {
  color: #333333;
  background: #ffffff;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_current::before {
  color: #333333;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished {
  background: #ffffff;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished:hover {
  background: #ffffff;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished:hover::before {
  color: #333333;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished:hover a {
  color: #333333;
  text-decoration: none;
}
#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished a {
  color: #c4c4c4;
}
#hikashop_checkout .hikashop_checkout_shipping {
  text-align: left;
}
#hikashop_checkout .hikashop_checkout_shipping legend {
  display: none;
}
#hikashop_checkout .hikashop_checkout_shipping .table td {
  text-align: left;
  border-bottom: 1px solid #c4c4c4;
}
#hikashop_checkout .hikashop_checkout_login h1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
#hikashop_checkout .hikashop_checkout_login h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}
.hikashop_wizardbar ul:not([class]) li::before,
div.hikashop_messages ul:not([class]) li::before,
.hikashop_wizardbar ul.color li::before,
div.hikashop_messages ul.color li::before,
.hikashop_wizardbar ul.color2 li::before,
div.hikashop_messages ul.color2 li::before {
  display: none;
}
div.hikashop_messages {
  border: none;
  font-weight: 400;
  border-radius: 0px;
  margin-bottom: 20px;
}
#user-registration button[type="submit"] {
  border: 1px solid #a78b60 !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  background-color: #a78b60 !important;
  max-width: 230px !important;
  transition: all .3s !important;
}
#user-registration button[type="submit"]:hover {
  background-color: transparent !important;
  color: #a78b60 !important;
}
.hikashop_payment_methods_table td {
  text-align: left !important;
}
.hikashop_payment_methods_table legend {
  display: none;
}
.hikashop_products dd {
  margin-left: 0 !important;
}
.hikashop_products .hikashop_container {
  padding-bottom: 25px;
  transition: all .3s;
  border: none;
}
.hikashop_products .hikashop_container .hikacart {
  margin-top: 10px;
}
.hikashop_products .hikashop_container .hikashop_subcontainer {
  background: transparent !important;
}
.hikashop_products .hikashop_container .hikashop_subcontainer span.hikashop_product_name {
  margin: 10px 0;
}
.hikashop_products .hikashop_container .thumbnail {
  padding: 0;
  border: none;
  box-shadow: none;
}
.hikashop_filter_module .noUi-handle {
  width: 15px !important;
  height: 15px !important;
  top: -5px;
  border-color: #333333;
  background: #333333;
  border-radius: 50%;
  box-shadow: none;
}
.hikashop_filter_module .noUi-handle::before,
.hikashop_filter_module .noUi-handle::after {
  display: none;
}
.hikashop_filter_module .noUi-origin {
  left: -5px !important;
}
.hikashop_filter_module .noUi-connect {
  background: #c4c4c4 !important;
}
.hikashop_filter_module .noUi-horizontal {
  height: 5px !important;
}
.hikashop_filter_module .noUi-targer {
  border: none !important;
}
.hikashop_filter_module .noUi-tooltip {
  border: none !important;
}
.hikashop_filter_module .hikashop_filter_Categories_3 {
  margin-top: 5px;
}
.hikashop_filter_module select,
.hikashop_filter_module input {
  border: 1px solid #a78b60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(/templates/jm-lux/images/dropdown.png);
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right;
  background-color: #000000;
  background-position-x: 150px;
}
.hikashop_filter_module select option,
.hikashop_filter_module input option {
  color: inherit;
  background: transparent;
}
.hikashop_product_page #hikashop_product_right_part {
  max-width: 450px;
  margin-left: 50px;
  margin-top: 30px;
}
.hikashop_product_page h1 {
  color: #000000;
  margin-bottom: 0;
}
.hikashop_product_page .hikashop_product_custom_info_main h4 {
  display: none;
}
.hikashop_product_page .category-label {
  font-weight: 400;
}
.hikashop_product_page .hikashop_product_price_main {
  font-weight: 750;
  color: #a78b60;
  padding: 15px 0;
  display: block;
  font-size: 20px;
}
.hikashop_product_page select,
.hikashop_product_page input,
.hikashop_product_page .hikashop_field_required {
  border: 1px solid #a78b60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(/templates/jm-lux/images/dropdown.png);
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right;
  background-color: #ffffff;
  background-position-x: 150px;
}
.hikashop_product_page select option,
.hikashop_product_page input option,
.hikashop_product_page .hikashop_field_required option {
  color: inherit;
  background: transparent;
}
.hikashop_product_page input {
  min-width: 65px;
  padding: 0;
  text-align: center;
}
.hikashop_product_page .hikashop_product_quantity_change_div_default {
  margin-left: 5px;
}
.hikashop_product_page .hikashop_product_quantity_change_div_default .hikashop_product_quantity_change_div_plus_default {
  margin-top: -7px;
}
.hikashop_product_page .hikashop_product_quantity_change_div_default a:hover {
  text-decoration: none;
  color: #333333;
}
.hikashop_product_page tr {
  display: inline-grid;
}
.hikashop_product_page #hikashop_product_quantity_main {
  margin-bottom: 20px;
}
.hikashop_product_page #hikashop_product_quantity_main .hikashop_product_stock_count {
  display: block;
  margin: 0 0 20px 0;
}
.hikashop_product_page #hikashop_product_contact_main .hikabtn {
  background: transparent !important;
  color: #a78b60 !important;
  width: 215px;
}
.hikashop_product_page #hikashop_product_contact_main .hikabtn:hover {
  background: #a78b60 !important;
  color: #ffffff !important;
}
.hikashop_product_page #hikashop_product_image_main img.hikashop_child_image {
  margin: auto;
  height: 110px;
}
.hikashop_product_page .hikashop_product_bottom_part {
  margin-top: 70px;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul li {
  color: #c4c4c4;
  font-weight: 400;
  background-color: transparent;
  border: none;
  transition: all .3s;
  cursor: pointer;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul #hikashop_show_tabular_description_li {
  transition: all .3s;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul #hikashop_show_tabular_description_li::before {
  font-family: "FontAwesome";
  content: '\f0ca';
  display: inline-block;
  font-size: 20px;
  color: #c4c4c4;
  padding-right: 10px;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul #hikashop_show_tabular_specification_li::before {
  font-family: "FontAwesome";
  content: '\f129';
  display: inline-block;
  font-size: 20px;
  color: #c4c4c4;
  padding-right: 10px;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul #hikashop_show_tabular_comment_li::before {
  font-family: "FontAwesome";
  content: '\f086';
  display: inline-block;
  font-size: 20px;
  color: #c4c4c4;
  padding-right: 10px;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul #hikashop_show_tabular_new_comment_li::before {
  font-family: "FontAwesome";
  content: '\f040';
  display: inline-block;
  font-size: 20px;
  color: #c4c4c4;
  padding-right: 10px;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul .hikashop_tabs_li_selected {
  color: #333333;
  transition: all .3s;
}
.hikashop_product_page .hikashop_product_bottom_part .hikashop_tabs_ul .hikashop_tabs_li_selected::before {
  color: #333333 !important;
}
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_description,
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification,
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_comment,
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_new_comment {
  border: none;
  border-top: 1px solid #c4c4c4;
  border-radius: 0;
  padding-top: 35px;
}
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification tr,
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
}
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification label,
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification span {
  font-weight: bold;
  cursor: text;
}
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification .hikashop_product_custom_name,
.hikashop_product_page .hikashop_product_bottom_part #hikashop_show_tabular_specification .hikashop_product_custom_value {
  border: none;
}
.hikashop_product_page #hikashop_submodules {
  padding-top: 50px;
}
.hikashop_product_page #hikashop_submodules .hikashop_products_listing_switcher {
  display: none;
}
.hikashop_product_page #hikashop_submodules h2 {
  text-align: center;
  text-transform: uppercase;
}
.hikashop_cpanel_main_interface .hika_cpanel_side_bar,
#hikashop_order_listing .hika_cpanel_side_bar {
  padding-top: 34px;
}
.hikashop_cpanel_main_interface .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon,
#hikashop_order_listing .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon {
  padding: 16px;
  border-radius: 0 !important;
}
.hikashop_cpanel_main_interface .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon:last-child,
#hikashop_order_listing .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon:last-child {
  display: none;
}
.hikashop_cpanel_main_interface .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon .hk-icon,
#hikashop_order_listing .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon .hk-icon {
  color: #a78b60;
  font-size: 16px;
}
.hikashop_cpanel_main_interface .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon .hk-icon .hk-icon-dark,
#hikashop_order_listing .hika_cpanel_side_bar .hika_cpanel_icons .hika_cpanel_icon .hk-icon .hk-icon-dark {
  color: #a78b60;
}
.hikashop_cpanel_main_interface .hikashop_order_sort,
#hikashop_order_listing .hikashop_order_sort {
  float: none;
  text-align: left;
  margin-bottom: 5px;
  display: block;
}
.hikashop_cpanel_main_interface .hikashop_order_sort select#filter_order_range,
#hikashop_order_listing .hikashop_order_sort select#filter_order_range {
  width: 230px;
}
.hikashop_cpanel_main_interface .hikashop_search_block,
#hikashop_order_listing .hikashop_search_block,
.hikashop_cpanel_main_interface #filter_order_status,
#hikashop_order_listing #filter_order_status {
  margin: 20px 0;
}
.hikashop_cpanel_main_interface .hk-card-order,
#hikashop_order_listing .hk-card-order {
  border-radius: 0;
  box-shadow: none;
}
.hikashop_cpanel_main_interface .hk-card-order .hk-list-group-item:last-child,
#hikashop_order_listing .hk-card-order .hk-list-group-item:last-child {
  border-bottom: none;
}
.hikashop_cpanel_main_interface .hk-card-order span.order-label,
#hikashop_order_listing .hk-card-order span.order-label {
  font-size: 11px;
  border-radius: 0;
  text-shadow: none;
}
.hikashop_cpanel_main_interface .hk-card-order .hk-card-header,
#hikashop_order_listing .hk-card-order .hk-card-header {
  border-radius: 0;
  background-color: #ffffff;
}
.hikashop_cpanel_main_interface .hk-card-order .hk-card-header .hika_cpanel_date,
#hikashop_order_listing .hk-card-order .hk-card-header .hika_cpanel_date {
  font-weight: 400;
}
.hikashop_cpanel_main_interface .hk-card-order .hk-card-body .hikabtn,
#hikashop_order_listing .hk-card-order .hk-card-body .hikabtn {
  height: auto;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_order_product_image_link,
#hikashop_order_listing .hk-card-order .hika_order_product_image_link {
  margin-right: 15px;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_products,
#hikashop_order_listing .hk-card-order .hika_cpanel_products {
  padding: 25px 0 0 25px;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_title,
#hikashop_order_listing .hk-card-order .hika_cpanel_title,
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_value,
#hikashop_order_listing .hk-card-order .hika_cpanel_value {
  padding-left: 10px;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_order_action,
#hikashop_order_listing .hk-card-order .hika_cpanel_order_action {
  padding-right: 25px;
  text-align: right;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_order_action .hkdropdown,
#hikashop_order_listing .hk-card-order .hika_cpanel_order_action .hkdropdown {
  margin-top: 5px;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_order_status,
#hikashop_order_listing .hk-card-order .hika_cpanel_order_status {
  line-height: 54px;
}
.hikashop_cpanel_main_interface .hk-card-order .hika_cpanel_order_methods,
#hikashop_order_listing .hk-card-order .hika_cpanel_order_methods {
  text-align: right;
  padding-right: 25px;
}
.hikashop_cpanel_main_interface .hika_order_more a,
#hikashop_order_listing .hika_order_more a {
  min-width: auto !important;
}
.logout-button {
  text-align: right;
}
.logout-button .btn-primary {
  border: 1px solid #a78b60 !important;
  color: #a78b60 !important;
  background-color: #ffffff !important;
  text-transform: none;
  padding: 10px 20px !important;
  font-weight: 400;
}
.logout-button .btn-primary:hover {
  background-color: #a78b60 !important;
  color: #ffffff !important;
}
#hikashop_order_main .hikashop_order_subtotal_title,
#hikashop_address_listing .hikashop_order_subtotal_title,
#hikashop_order_listing .hikashop_order_subtotal_title,
#hikashop_order_main .hikashop_order_subtotal_value,
#hikashop_address_listing .hikashop_order_subtotal_value,
#hikashop_order_listing .hikashop_order_subtotal_value {
  border-top: none !important;
  padding-top: 35px;
}
#hikashop_order_main .hikashop_order_item_image_value,
#hikashop_address_listing .hikashop_order_item_image_value,
#hikashop_order_listing .hikashop_order_item_image_value {
  padding: 15px;
}
#hikashop_order_main .hikabtn,
#hikashop_address_listing .hikabtn,
#hikashop_order_listing .hikabtn {
  background-color: #ffffff !important;
  color: #a78b60 !important;
}
#hikashop_order_main .hikabtn:hover,
#hikashop_address_listing .hikabtn:hover,
#hikashop_order_listing .hikabtn:hover {
  background-color: #a78b60 !important;
  color: #ffffff !important;
}
#hikashop_order_main .hikabtn:hover .btnIcon,
#hikashop_address_listing .hikabtn:hover .btnIcon,
#hikashop_order_listing .hikabtn:hover .btnIcon {
  color: #ffffff;
}
#hikashop_order_main .hikabtn .btnIcon,
#hikashop_address_listing .hikabtn .btnIcon,
#hikashop_order_listing .hikabtn .btnIcon {
  color: #a78b60;
}
#hikashop_order_main #hikashop_user_addresses_default,
#hikashop_address_listing #hikashop_user_addresses_default,
#hikashop_order_listing #hikashop_user_addresses_default {
  float: right;
}
#hikashop_order_main #hikashop_user_addresses_default .hikashop_default_billing_address dt,
#hikashop_address_listing #hikashop_user_addresses_default .hikashop_default_billing_address dt,
#hikashop_order_listing #hikashop_user_addresses_default .hikashop_default_billing_address dt,
#hikashop_order_main #hikashop_user_addresses_default .hikashop_default_shipping_address dt,
#hikashop_address_listing #hikashop_user_addresses_default .hikashop_default_shipping_address dt,
#hikashop_order_listing #hikashop_user_addresses_default .hikashop_default_shipping_address dt {
  white-space: unset;
}
.hikashop_filter_collapsable_title_mobile {
  border: none;
  text-align: center;
}
.hikashop_filter_collapsable_title_mobile:hover {
  border: none;
}
#hikashop_cart_499 {
  background-image: url("/templates/jm-lux/images/icons/addtocart.png");
  display: block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 16px 0 0px;
  font-weight: 200;
  line-height: 25px;
  display: flex;
}
#hikashop_cart_499::before {
  font-family: "FontAwesome";
  content: '\f291';
  display: inline-block;
  font-size: 20px;
  color: #a78b60;
  padding-right: 10px;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 {
  right: 0;
  padding: 10px 15px;
  top: 30px;
  width: 300px;
  font-size: 13px;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 span.hikashop_product_price {
  font-weight: 400;
  font-size: 14px;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 th {
  font-size: 14px;
  padding-bottom: 10px;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 .hikashop_cart_module_product_price_value {
  min-width: 70px;
  text-align: right;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 .hikashop_cart_module_product_total_value {
  text-align: right;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 .hikashop_cart_proceed_to_checkout {
  border-radius: 0px;
  background-color: #a78b60;
  color: #ffffff;
  border-color: #a78b60;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 .hikashop_cart_proceed_to_checkout span {
  font-size: 13px;
}
#hikashop_cart_499 #hikashop_cart_dropdown_499 .hikashop_cart_proceed_to_checkout:hover {
  background-color: transparent;
  color: #a78b60;
  border-color: #a78b60;
}
#jmm-simple-tabs-413 .dj-slide-desc-text {
  text-align: center;
  font-size: 16px;
}
#jmm-simple-tabs-413 .dj-slide-desc-text .dj-slide-title {
  font-size: 20px !important;
  color: #a78b60;
  font-weight: 400 !important;
}
@media (max-width: 1366px) {
  #jm-allpage #jm-header-mod-in {
    top: 55%;
  }
  #pagergaster #jm-header-mod-in,
  #pagenaud #jm-header-mod-in,
  #pageabuelo #jm-header-mod-in,
  #pagebellevue #jm-header-mod-in,
  #pageabbey #jm-header-mod-in,
  #pagesoledade #jm-header-mod-in,
  #pagequinto #jm-header-mod-in {
    max-width: 750px !important;
    width: 100%;
  }
  #pagergaster #jm-top3 img,
  #pagenaud #jm-top3 img,
  #pageabuelo #jm-top3 img,
  #pagebellevue #jm-top3 img,
  #pageabbey #jm-top3 img,
  #pagesoledade #jm-top3 img,
  #pagequinto #jm-top3 img {
    flex: 1;
    margin: auto !important;
  }
  #pagergaster #jm-top3 p,
  #pagenaud #jm-top3 p,
  #pageabuelo #jm-top3 p,
  #pagebellevue #jm-top3 p,
  #pageabbey #jm-top3 p,
  #pagesoledade #jm-top3 p,
  #pagequinto #jm-top3 p {
    flex-direction: column;
  }
  #pagergaster #jm-top3 img:first-of-type,
  #pagenaud #jm-top3 img:first-of-type,
  #pageabuelo #jm-top3 img:first-of-type,
  #pagebellevue #jm-top3 img:first-of-type,
  #pageabbey #jm-top3 img:first-of-type,
  #pagesoledade #jm-top3 img:first-of-type,
  #pagequinto #jm-top3 img:first-of-type {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  h1,
  .jm-title {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 16px;
  }
  #jm-allpage #jm-header-mod-in {
    top: 60%;
  }
  #pageaccueil #jm-header-bg img {
    object-fit: cover;
    height: 650px;
  }
}
@media (max-width: 1099px) {
  .dj-slide-description a {
    margin-top: 0px;
  }
  .dj-slide-description h5::after {
    margin: 30px 0;
  }
  .dj-navigation .dj-navigation-in > a {
    top: auto !important;
    bottom: -30px;
  }
  #pagequisommesnous #jm-top1 .custom h2 {
    left: -100px;
  }
}
@media (max-width: 979px) {
  .dj-slide-description,
  .dj-slide-description p,
  .dj-slide-description a {
    width: auto;
    white-space: initial;
  }
  .hika_cpanel_main_top,
  .hikashop_billing_addresses,
  .hikashop_shipping_addresses {
    margin: 40px 0;
  }
  .hikashop_filter_fieldset h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Mulish';
  }
  .hkc-md-3 {
    width: 33%;
  }
  #jm-top3 {
    padding: 90px 0;
  }
  #hikashop_user_addresses_default {
    float: initial !important;
  }
  #hikashop_product_right_part {
    max-width: 600px;
    margin: auto;
    margin-left: auto !important;
    text-align: center;
    padding-top: 50px;
  }
  #jm-top2 {
    padding-bottom: 30px;
  }
  .dj-slide-description h5::after {
    margin: 30px 0;
  }
  .dj-navigation .dj-navigation-in .dj-prev {
    left: 40% !important;
    transform: translateX(-50%);
  }
  .dj-navigation .dj-navigation-in .dj-next {
    left: 60%;
    transform: translateX(-10%);
  }
  .dj-navigation .dj-navigation-in > a {
    bottom: -10px;
  }
  #pageaccueil #jm-allpage #jm-header-mod-in .custom {
    width: 550px;
  }
  #pageaccueil #dj-mslider4m529 .dj-slide img.dj-image,
  #pageaccueil #dj-mslider4m529 .dj-slide a:hover img.dj-image {
    max-width: 80%;
    height: auto;
  }
  #pagequisommesnous #jm-top1 .custom .content {
    max-width: 450px;
    margin: auto;
    padding: 0 0 30px 0;
  }
  #pagequisommesnous #jm-top1 .custom h1 {
    padding-bottom: 0;
  }
  #pagergaster .domaine .customdomaine,
  #pagenaud .domaine .customdomaine,
  #pageabuelo .domaine .customdomaine,
  #pagebellevue .domaine .customdomaine,
  #pageabbey .domaine .customdomaine,
  #pagequinto .domaine .customdomaine,
  #pagesoledade .domaine .customdomaine {
    flex-direction: column;
    margin: 25px;
  }
  #pagergaster .image,
  #pagenaud .image,
  #pageabuelo .image,
  #pagebellevue .image,
  #pageabbey .image,
  #pagequinto #pagesoledade .image {
    margin-left: 0 !important;
  }
  #pagergaster .image img,
  #pagenaud .image img,
  #pageabuelo .image img,
  #pagebellevue .image img,
  #pageabbey .image img,
  #pagequinto #pagesoledade .image img {
    width: 250px !important;
    margin-left: 0 !important;
  }
  #pagergaster #jm-top2,
  #pagenaud #jm-top2,
  #pageabuelo #jm-top2,
  #pagebellevue #jm-top2,
  #pageabbey #jm-top2,
  #pagequinto #pagesoledade #jm-top2 {
    padding-top: 60px;
  }
  #pagergaster #jm-top3,
  #pagenaud #jm-top3,
  #pageabuelo #jm-top3,
  #pagebellevue #jm-top3,
  #pageabbey #jm-top3,
  #pagequinto #pagesoledade #jm-top3 {
    padding-bottom: 0px;
  }
  #pageabuelo .image img {
    width: 100px !important;
  }
  #pagequinto .image img {
    width: 220px !important;
    margin-left: 0 !important;
  }
  #pagenaud .image img {
    width: 140px !important;
  }
  #pagergaster .map,
  #pagebellevue .map,
  #pagenaud .map {
    width: 450px;
  }
  #pageabbey .map {
    width: 300px;
  }
  #pageabuelo .map {
    width: 250px;
  }
  #pagesoledade .map {
    width: 400px;
  }
  #pagequinto .map {
    width: 200px;
  }
  #pagergaster #jm-top2 h2,
  #pagenaud #jm-top2 h2,
  #pageabuelo #jm-top2 h2,
  #pagequinto #jm-top2 h2,
  #pagebellevue #jm-top2 h2,
  #pageabbey #jm-top2 h2,
  #pagesoledade #jm-top2 h2 {
    font-size: 50px;
  }
  #pagergaster #jm-top2 .jm-top2 img,
  #pagenaud #jm-top2 .jm-top2 img,
  #pagequinto #jm-top2 .jm-top2 img,
  #pageabuelo #jm-top2 .jm-top2 img,
  #pagebellevue #jm-top2 .jm-top2 img,
  #pageabbey #jm-top2 .jm-top2 img,
  #pagesoledade #jm-top2 .jm-top2 img {
    bottom: -150px;
    width: 70%;
  }
  #pagergaster #jm-top2 .jm-top2 .rotate-content,
  #pagenaud #jm-top2 .jm-top2 .rotate-content,
  #pageabuelo #jm-top2 .jm-top2 .rotate-content,
  #pagequinto #jm-top2 .jm-top2 .rotate-content,
  #pagebellevue #jm-top2 .jm-top2 .rotate-content,
  #pageabbey #jm-top2 .jm-top2 .rotate-content,
  #pagesoledade #jm-top2 .jm-top2 .rotate-content {
    padding-left: 100px;
  }
  #pageselection #jm-allpage #jm-main {
    padding-top: 0;
  }
  #pageselection #jm-header-mod img {
    object-fit: cover;
    height: 160px;
  }
  #pageselection #jm-top1 {
    padding-top: 60px;
  }
  #page_detail_produit #jm-header-mod {
    height: 160px;
  }
  #pageactu #jm-header-mod img {
    object-fit: cover;
    height: 160px;
  }
  #pageactu #jm-top1 {
    padding-top: 60px;
  }
  #pageactu #jm-top1 .jm-module {
    margin-bottom: 0;
  }
  #pageactu .category-desc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hkc-md-3 {
    width: 50%;
  }
  #pageaccueil #jm-top3 .jm-title::before,
  #pageaccueil #jm-top3 .jm-title::after {
    width: 80px;
  }
  .jm-module .jm-title,
  .moduletable .jm-title,
  .jm-module > h3,
  .moduletable > h3 {
    font-size: 30px;
  }
  #hikashop_checkout .hikashop_wizardbar {
    margin: 50px 0 80px 0;
  }
  #pageaccueil .hikashop_products_listing .hikashop_subcontainer,
  #pageboutique .hikashop_products_listing .hikashop_subcontainer {
    text-align: center !important;
  }
  #pageaccueil .hikashop_products_listing .hikashop_subcontainer .hikashop_product_name,
  #pageboutique .hikashop_products_listing .hikashop_subcontainer .hikashop_product_name {
    text-align: center !important;
  }
  #jm-bottom1 {
    padding-top: 60px;
  }
  h1,
  .jm-title {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  #pageaccueil #jm-bottom1 {
    background: linear-gradient(180deg, #734a4f 15%, #ffffff 0%);
  }
  #pageaccueil #jm-allpage #jm-header-mod-in .custom {
    width: 450px;
  }
  #pagequisommesnous #jm-top1 .custom h2 {
    left: -80px;
    font-size: 50px;
  }
  #pagequisommesnous #jm-top1 .custom .content {
    margin-right: 40px;
    max-width: 400px;
  }
  #pagequisommesnous #jm-top2 h2,
  #pagequisommesnous #jm-top3 h2 {
    font-size: 50px;
  }
  #pagequisommesnous #jm-top2 .custom {
    padding-left: 0;
    max-width: 100%;
  }
  #pagequisommesnous #jm-top3 .custom {
    flex-direction: column;
  }
  #pagequisommesnous #jm-top3 .custom .flex h2 {
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 40px;
  }
  #pagequisommesnous #jm-top3 {
    padding-bottom: 0;
  }
  #pagergaster #jm-top2 .jm-top2 .rotate,
  #pagenaud #jm-top2 .jm-top2 .rotate,
  #pageabuelo #jm-top2 .jm-top2 .rotate,
  #pagequinto #jm-top2 .jm-top2 .rotate,
  #pagebellevue #jm-top2 .jm-top2 .rotate,
  #pageabbey #jm-top2 .jm-top2 .rotate,
  #pagesoledade #jm-top2 .jm-top2 .rotate {
    position: initial;
    left: auto;
    bottom: auto;
    top: auto;
    transform: none;
  }
  #pagergaster #jm-top2 .jm-top2 .rotate-content,
  #pagenaud #jm-top2 .jm-top2 .rotate-content,
  #pageabuelo #jm-top2 .jm-top2 .rotate-content,
  #pagequinto #jm-top2 .jm-top2 .rotate-content,
  #pagebellevue #jm-top2 .jm-top2 .rotate-content,
  #pageabbey #jm-top2 .jm-top2 .rotate-content,
  #pagesoledade #jm-top2 .jm-top2 .rotate-content {
    padding-left: 0;
  }
  #pagergaster #jm-top2 .jm-top2 img,
  #pagenaud #jm-top2 .jm-top2 img,
  #pageabuelo #jm-top2 .jm-top2 img,
  #pagequinto #jm-top2 .jm-top2 img,
  #pagebellevue #jm-top2 .jm-top2 img,
  #pageabbey #jm-top2 .jm-top2 img,
  #pagesoledade #jm-top2 .jm-top2 img {
    right: -150px;
  }
  #pageselection #jm-main {
    padding-top: 0;
  }
  #pageselection #jm-main .custom {
    text-align: center;
    padding-bottom: 30px;
  }
  #pageselection #jm-main .custom a {
    padding: 0 10px;
  }
  #pageselection #jm-main .custom a::after {
    margin-left: 20px;
  }
}
@media (max-width: 580px) {
  #pagecontact #jm-allpage #jm-header-mod-in .custom {
    width: 200px;
  }
  #page_detail_produit .bread-2 {
    display: none;
  }
  #pageaccueil #jm-top3 .jm-title::before {
    display: none;
  }
  #pageaccueil #jm-top3 .jm-title {
    justify-content: start;
  }
  #pagequisommesnous #jm-top1 .custom h2 {
    left: -90px;
    font-size: 40px;
  }
  .hkc-md-3 {
    width: 100%;
  }
  #jm-top2 {
    padding-bottom: 50px;
  }
  #hikashop_cart_499 #hikashop_cart_dropdown_499 {
    width: auto;
  }
  .dj-navigation .dj-navigation-in .dj-prev {
    left: 15px !important;
    transform: none;
  }
  .dj-navigation .dj-navigation-in .dj-next {
    left: 75px;
    transform: none;
  }
  .dj-navigation .dj-navigation-in > a {
    bottom: -20px;
  }
  #pagequisommesnous #jm-top1 .custom .content {
    margin-right: 40px;
    max-width: 350px;
  }
  #pagequisommesnous #jm-top1 {
    padding-top: 200px;
    padding-bottom: 0px;
    background: linear-gradient(180deg, #a78b60 75%, #ffffff 30%);
  }
  #pageselection #jm-main {
    padding-top: 0;
  }
  #pageselection #jm-main .custom {
    text-align: center;
    padding-bottom: 30px;
  }
  #pageselection #jm-main .custom a {
    padding: 0 5px;
  }
  #pageselection #jm-main .custom a::after {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  #pagequisommesnous #jm-top1 {
    padding-top: 200px;
    padding-bottom: 0px;
    background: linear-gradient(180deg, #a78b60 78%, #ffffff 30%);
  }
  p {
    font-size: 13px;
  }
  .jm-title,
  h2,
  .quote,
  .jmm-title {
    font-size: 25px !important;
  }
  #jm-bottom1 .jm-title::after {
    display: none;
  }
  #pageaccueil #jm-top3 .jm-title::after {
    width: 40px;
  }
  h3 {
    font-size: 18px;
  }
  h1 {
    font-size: 26px !important;
  }
  #jm-top-menu {
    float: right;
  }
  .dj-navigation,
  .navigation-container {
    display: block;
  }
  .readmore,
  .readmore-white,
  .dj-slide-description a,
  .hikabtn {
    font-size: 14px;
  }
  .dj-slide-desc-text {
    font-size: 14px !important;
    padding: 20px !important;
    margin-top: 5px;
  }
  #pageaccueil #jm-allpage #jm-header-mod-in .custom {
    width: 340px;
  }
  #pagequisommesnous #jm-top1 .custom h2 {
    left: -70px;
    font-size: 40px;
  }
  #pagequisommesnous #jm-top1 .custom .content {
    margin-right: 10px;
    max-width: 280px;
  }
  #pagergaster #jm-top2 h2::after,
  #pagenaud #jm-top2 h2::after,
  #pageabuelo #jm-top2 h2::after,
  #pagequinto #jm-top2 h2::after,
  #pagebellevue #jm-top2 h2::after,
  #pageabbey #jm-top2 h2::after,
  #pagesoledade #jm-top2 h2::after {
    width: 40px;
  }
  #pagergaster #jm-top2 .jm-top2 img,
  #pagenaud #jm-top2 .jm-top2 img,
  #pageabuelo #jm-top2 .jm-top2 img,
  #pagequinto #jm-top2 .jm-top2 img,
  #pagebellevue #jm-top2 .jm-top2 img,
  #pageabbey #jm-top2 .jm-top2 img,
  #pagesoledade #jm-top2 .jm-top2 img {
    right: -80px;
    bottom: -100px;
  }
}
@media (max-width: 400px) {
  #jm-allpage #jm-logo-nav #jm-logo-wrap {
    padding: 20px 0;
    min-height: auto;
  }
  #jm-allpage #jm-logo-nav #jm-logo-wrap #jm-logo {
    margin-top: 0;
  }
  #pageaccueil #jm-allpage #jm-header-mod-in .custom {
    width: 316px;
  }
  #pagecontact #jm-allpage #jm-header-mod-in .custom {
    width: 180px;
  }
}
@media (max-width: 370px) {
  h4 {
    font-size: 13px;
  }
  .dj-slide-desc-text {
    font-size: 14px !important;
    padding: 20px 0 !important;
  }
  h1 {
    font-size: 22px !important;
  }
  .jm-title,
  h2,
  .quote,
  .jmm-title {
    font-size: 20px !important;
  }
  .nivo-controlNav,
  .nivo-directionNav,
  .navigation-container-custom,
  .dj-slide-description {
    display: block !important;
  }
  #jm-top3 {
    padding: 60px 0;
  }
  #pagequisommesnous #jm-top1 {
    padding-top: 180px;
    padding-bottom: 0px;
    background: linear-gradient(180deg, #a78b60 82%, #ffffff 30%);
  }
  #pagequisommesnous #jm-top1 .custom .content {
    margin-right: 10px;
    max-width: 220px;
  }
  #pageselection #jm-main {
    padding-top: 0;
  }
  #pageselection #jm-main .custom {
    text-align: center;
    padding-bottom: 30px;
  }
  #pageselection #jm-main .custom a {
    padding: 0 5px;
  }
  #pageselection #jm-main .custom a::after {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=/templates/jm-lux/css/custom.33.map */
