/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 #page {
  position: relative;
}

#header {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#header {
  height: auto !important;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: sticky;
  /* top: -21px; */
  top: 0;
  border-bottom: 1px solid #ccc;
}

@media all and (-ms-high-contrast: none) {
  #header {
    height: 60px;
  }
  *::-ms-backdrop,
  #header {
    height: 60px;
  }
}

#header_logo {
  padding: 12px 0 10px 25px;
  width: 20%;
  float: left;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.nav_log {
  padding-right: 25px;
  position: static;
  width: 20%;
  float: right;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.menu_global {
  width: 60%;
  float: left;
  position: static;
}

.opaque #header_logo {
  padding-left: 15px;
}

.opaque .nav_log {
  padding-right: 15px;
  position: static;
}

.header-container #header_logo > a {
  display: block;
  opacity: 0;
  padding: 0;
  max-width: 300px;
  min-width: 160px;
  text-align: center;
  z-index: 2;
  -webkit-animation-name: show_up;
  animation-name: show_up;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .header-container #header_logo > a .logo {opacity: 1; margin: 0 auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.header-container #header_logo > a:hover .logo {opacity: 0.6; margin: 0 auto;} */

.nav_log .nav_log-container {
  display: inline-block;
  float: right;
  position: static;
}

.header-container.opaque > header > .navbar {
  margin: 0;
  border: none;
}

.header-container.opaque #dwftopmenu .navbar-nav {
  margin-left: 0;
}

.blockcart_container {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
}

.border {
  border: 1px solid #ccc;
}

.menu_wrapper {
  text-align: center !important;
}

.logo {
  height: 20px;
}

#header .header-top .menu,
.menu ul {
  padding: 0;
  margin: 0;
}

#header .header-nav {
  border: none;
}

.top-menu .sub-menu {
  box-shadow: none;
  z-index: 800;
  border: 1px solid #000;
  width: auto;
  max-width: 400px;
  position: absolute;
  left: 0;
  /* transform: translateX(-50%); */
  min-width: 0;
  margin: 0 !important;
}

/* #category .page-not-found p,
#category #search_widget {
  display: none;
} */

.top-menu .sub-menu.popover ul li a::before {
  background: none;
}

@media (max-width: 1200px) {
  .carousel .carousel-item img {
    transform: translate(-50%);
    left: 50%;
  }
}

.top-menu .sub-menu.popover ul li a:hover::before {
  background: #000;
}

#category-13 {
  display: none;
}

/* .header-nav {
  display: none;
} */

.header-top a {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  position: relative;
  font-size: 0.7em;
}

#header .menu,
#header .menu > ul > li {
  margin: 20px;
  position: relative;
}

.top-menu a[data-depth="0"] {
  padding: 0;
  margin: 0;
}

/* .header-top a::before {
  background-color: #000;
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale3d(0,1,1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
} */

.header-top #_desktop_logo a::before {
  bottom: -8px;
}

.header-top a:hover {
  color: #232323 !important;
}

.header-top li:hover a::before {
  transform: scale3d(1, 1, 1);
}

.popover.sub-menu.js-sub-menu.collapse {
  top: 100% !important;
}

.top-menu[data-depth="1"] {
  display: flex;
  width: 220px;
  height: auto;
  justify-content: space-around;
  flex-direction: column;
  margin: 20px 10px;
}

/* .top-menu .sub-menu ul[data-depth="1"]>li {
  margin: 0 2.25rem;
} */

#giftcontainer {
  margin: 0;
  margin-left: 135px;
  margin-bottom: 12px;
}

#giftcontainer a {
  padding-left: 0;
  padding-top: 0;
}

#giftcontainer a::before {
  content: none;
}

.imgcontainer {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.imgcontainer img {
  width: 100%;
  position: relative;
  top: -130px;
}

#eshopImg {
  height: 165px;
}

#marqueImg {
  height: 127px;
}

.cart_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.cart_wrapper .material-icons {
  font-size: 20px;
  color: #000;
}

span.cart-products-count {
  position: absolute;
  bottom: 8px;
  left: 12px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
}

#_desktop_user_info {
  margin-right: 0px;
}

/*Layout global*/

/* a:hover {
  color: #FFD0CE!important;
} */

/* a:hover .material-icons {
  color: #FFD0CE;
} */

/*
a {
  position: relative;
  color: #232323;
}

a::before {
  background-color: #000;
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale3d(0,1,1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

a:hover, a:focus {
  color: #232323!important;
  text-decoration: none;
}

a:hover::before {
  transform: scale3d(1,1,1);
}

.user-info a::before, .header a::before {
  bottom: -8px;
}

.text-sm-center {
  text-align: center;
}

hr {
  border-top: 1px solid #000;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  font-weight: 400;
}

.offset-md-3 {
  margin-left: 7%!important;
}

#wrapper {
	padding-top: 0px;
  background-color:#FFFFFF;
  box-shadow: none!important;
}

#wrapper .container {
	width:100%;
	padding-left: 0px;
  padding-right: 0px;
}

.static_block_content {
  background-color: #fff;
}
*/

/*HOME*/

/*
#carousel {
  overflow: hidden;
  margin-top: 0!important;
}

.carousel {
  box-shadow: none!important;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  display: none;
}

.caption-description {
  margin-top: 69px;
}

figcaption .caption-description h3 {
  background-color: #000;
  font-weight: 400;
  color: #fff;
  max-width: 220px;
  transition: 0.5s ease-in-out;
  line-height: 40px!important;
  font-size: 0.8em;
}

figcaption .caption-description h3:hover {
  background-color: #fff;
  color: #000;
  max-width: 250px;
}
*/

/*Custom text*/

/*
#custom-text {
  margin-top: 1.5rem;
  padding: 0;
}

#custom-text::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 95px);
}

#custom-text .avantages {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom-text h2 {
  text-transform: uppercase;
  font-weight: 400;
  width: 70%;
  font-size: 0.8em;
}
*/

/*Produits*/

/*
.featured-products {
  margin-top: 60px;
  margin-bottom: 40px;
}

.products-selection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products-section-title {
  text-align: left!important;
  font-weight: 700!important;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
  justify-content: space-around;
}

.products-section-title, .products {
	margin-left: auto;
  margin-right: auto;
   max-width: 1140px;
}

.product-miniature .thumbnail-container {
  box-shadow: none;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
  margin: 0;
  width: 33%;
}

#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-miniature .product-thumbnail {
  display: flex;
}



.variant-links {
}

#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
  bottom: 3.2rem!important;
}

.addToCartFormWrapper {
  box-shadow: none;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  margin: 0;
  padding: 0;
}

.product-miniature .product-title {
	text-align: left;
	padding-left: 0px;
	width: auto;
    display: inline-block;
    float: left;
    margin-top: 0px;
}

.product-title a {
  color: #000!important;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
  margin-left: auto;
  margin-right: auto;
}

.addToCartFormWrapper .groupUl {
  display: flex;
  justify-content: center;
  max-width: 260px;
}

.addToCartFormWrapper .groupLi {
  margin: 0;
}

.product-price-and-shipping {
	text-align: right;
    width: auto;
    display: inline-block;
    float: right;
    padding-top: 0px;
    width: 100%!important;
}

.highlighted-informations {
  box-shadow: none!important;
}

.contactus {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.contactus img {
  width: 100%;
  position: absolute;
  top: -100%;
}

.ybc_instagram.ybc_ins_hook_home {
  z-index: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.ybc_instagram_header .h3 {
  text-align: center;
}

.ybc_instagram_fancy {
  border-radius: 0px;
}

.ybc_instagram_header a {
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .contactus img {
    width: 767px;
    top: -60%;
  }

  .imgcontainer {
    display: none;
  }
}
*/

/*FOOTER*/

/*
.footer-container {
  box-shadow: none!important;
  margin-bottom: 10px;
}

footer .row {
  padding: 5px;
}

footer p, footer a {
  color: #7a7a7a!important;
  font-weight: 400!important;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  font-size: 0.7rem;
}
*/

/*RESPONSIVE*/

/*
@media (max-width: 992px) {
  .top-menu a[data-depth="0"] {
    padding: .1875rem .625rem .375rem;
  }
}

@media (max-width: 767px) {

  #header {
    height: auto;
    display: block;
    background: none!important;
  }

  #header .header-nav {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }

  .header-nav {
    display: block;
  }

  #header .header-top .position-static {
    min-height: 0px;
  }

  #header .header-nav #menu-icon {
    height: 48px;
  }

  #header .header-nav .cart-preview.active {
    background: #000;
  }

  #header .header-nav .user-info .logged {
    color: #000;
  }

  .js-top-menu-bottom {
    display: none;
  }

  .top-menu[data-depth="1"] {
    width: 100%;
    justify-content: flex-start;
    height: auto;
  }

  .top-menu .sub-menu {
    transform: translateX(0);
  }

  #giftcontainer {
    margin-left: 0.65rem;
    margin-top: 0.5rem;
  }

  #imgcontainer {
    display: none;
  }

  .product-miniature .thumbnail-container {
    box-shadow: none!important;
  }

  #products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
  }

  #custom-text::before {
    transform: translate(-50%, 283px);
  }
}
*/

/*PRODUCT PAGE*/

/* #wrapper .breadcrumb {
  margin-top: 60px;
  margin-left: 10%;
  white-space: nowrap;
  position: relative;
}

#wrapper .breadcrumb::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 70%;
  height: 1px;
  background-color: #000;
}

#wrapper .breadcrumb li {
  position: relative;
  display: inline-block;
  line-height: 12px;
  padding: 0 20px;
  z-index: 100;
}

#wrapper .breadcrumb li:first-child {
  padding-left: 0;
}

#wrapper .breadcrumb li a {
  font-size: 0.8em;
  padding: 5px;
  transition: all 0.1s ease-in-out;
}

#wrapper .breadcrumb li a:hover {
  background-color: #fff;
  color: #000!important;
}

#wrapper .breadcrumb li::before, #wrapper .breadcrumb li::after {
  border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
    margin: 0;
}

#wrapper .breadcrumb li::after {
  bottom: 0;
  top: auto;
  transform: skewX(-45deg);
}

#wrapper .breadcrumb li:last-of-type::before,
#wrapper .breadcrumb li:last-of-type::after {
    display: none;
} */

/* #wrapper .breadcrumb li:nth-of-type(1) a { color: hsl(0, 0%, 70%); }
#wrapper .breadcrumb li:nth-of-type(2) a { color: hsl(0, 0%, 65%); }
#wrapper .breadcrumb li:nth-of-type(3) a { color: hsl(0, 0%, 50%); }
#wrapper .breadcrumb li:nth-of-type(4) a { color: hsl(0, 0%, 45%); }  */

.product-miniature .product-description {
  width: 100% !important;
}

#productcontainer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-product {
  margin-left: auto;
  margin-right: auto;
}

#product #content {
  max-width: none;
  background: none;
}

.product-cover img {
  box-shadow: none;
  background: none;
}

.product-cover .layer .zoom-in {
  color: #fff;
}

.product-cover .layer .zoom-in:hover {
  color: #000;
}

.product-images {
  display: flex;
  flex-direction: column;
  max-height: 595px;
  overflow: hidden;
}

.js-modal-product-images {
  overflow: visible;
}

.product-images > li.thumb-container > .thumb {
  box-shadow: none;
  border: 1px solid transparent;
  margin-bottom: 0;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 1px solid #000;
}

.images-container .product-images > li.thumb-container > .thumb {
  margin: 0;
}

#product-modal .modal-content .modal-body .image-caption {
  width: auto;
}

figcaption {
  position: static;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: 1px solid #000;
}

#main .images-container .js-qv-mask.scroll {
  width: auto;
  margin: 0;
}

#main .images-container .js-qv-mask {
  overflow: visible;
}

.scroll-box-arrows.scroll {
  right: 45px;
  bottom: -20px;
  position: absolute;
}

.scroll-box-arrows .left {
  right: 0;
  bottom: 0;
  left: auto;
  height: auto;
}

.scroll-box-arrows .right {
  left: 0;
  bottom: 0;
  right: auto;
  height: auto;
}

#prodescription {
  display: flex;
  flex-wrap: wrap;
}

#prodescription h1 {
  width: 50%;
}

.product-prices {
  /* margin: 0;
  width: 50%;
  text-align: right; */
  display: flex;
}

.product-price {
  color: #000;
  font-size: 14px;
  float: none !important;
  font-weight: 400;
}

.product-price.product-line-info {
  font-size: initial;
}

.product-line-info {
  margin-bottom: 0px;
}

.tax-shipping-delivery-label {
  margin-left: 5px;
}

.product-variants > .product-variants-item select {
  box-shadow: none;
}

.bootstrap-touchspin {
  box-shadow: none;
}

.product-quantity .add,
.product-quantity .qty {
  width: 100%;
}

.product-quantity .add {
  position: relative;
}

button.btn-primary.bt-preco {
  background: #2e578e !important;
  color: #fff !important;
}

.info-preco {
  position: absolute;
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  z-index: 1999;
  pointer-events: none;
  top: 77px;
  opacity: 0;
  transition: 0.6s ease;
  margin: 0 30px;
}

.bt-preco:hover ~ .info-preco {
  opacity: 1;
}

.preco-bloc {
  position: relative;
  width: 100%;
}

.info-preco:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  transform: rotate(45deg);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.radio-label {
  box-shadow: none;
  padding: 10px;
  border-width: 1px;
  min-width: 42px;
  text-align: center;
}

input {
  outline: none;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border-width: 1px;
}

.btn-primary {
  background-color: #000;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 1em 1.5em;
}

.btn-primary:hover {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-color: #232323;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: #666666;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #232323;
}

.btn-secondary {
  box-shadow: none;
}

.social-sharing {
  margin-bottom: 1.5rem;
}

.social-sharing li {
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0;
  background-size: 1rem 1rem;
}

.totshowmailalerts_product,
#mailalert {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 0;
}

.totshowmailalerts_product input,
.totshowmailalerts_product button,
#mailalert input,
#mailalert button {
  font-size: 1.125rem;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 15px;
}

.totshowmailalerts_product button,
#mailalert button {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

#mailalert input {
  /* min-width: 50%; */
}

#product #block-reassurance {
  box-shadow: none;
}

#block-reassurance {
  text-align: center;
  position: relative;
  bottom: 20px;
}

#block-reassurance li {
  border-bottom: 1px solid #000;
}

.tabs {
  box-shadow: none;
  padding: 0;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #000;
}

.tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

/* Module association de produits*/

.lineven-relatedproducts .list-a ul li img {
  border: none !important;
}

.product-attribute-designation {
  display: none;
}

.product-features {
  display: none;
}

.content-gsm {
  display: none;
}

/*CATEGORIES PAGE*/

#left-column {
  background-color: none;
  padding: 0 1.5rem;
}

.block-categories,
#giftcard_block {
  border: 1px solid #000;
}

.category-text {
  padding: 3rem;
  width: 50%;
}

.block-category {
  overflow: hidden;
  position: relative;
  padding: 3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  border-bottom: 1px solid #000;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  box-shadow: none;
}

#search_filters_wrapper {
  margin-bottom: 1.563rem;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  box-shadow: none;
}

#giftcard_block {
  box-shadow: none;
}

#giftcard_block p a {
  color: #000;
}

.btn-tertiary {
  box-shadow: none;
}

.btn-tertiary:hover {
  box-shadow: none;
  border: 1px solid transparent;
}

.block-category {
  overflow: hidden;
  /* height: 500px; */
  position: relative;
}

.block-category .category-cover {
  position: static;
}

.block-category .category-cover img {
  width: 100%;
  height: auto;
  /* position: relative;
  bottom: 500px; */
}

/* .block-category h1 {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 50%;
  font-size: 2em;
  z-index: 200;
  text-align: center;
} */

.card {
  box-shadow: none;
  border: none;
}

.card-block {
  /* padding: 0px; */
}

.products-sort-order .dropdown-menu {
  box-shadow: none;
  padding: 0;
}

.products-sort-order .select-list {
  text-align: center;
}

.products-sort-order .select-list:hover {
  background: none;
}

.products-sort-order .select-title {
  box-shadow: none;
}

.active_filters .filter-block {
  box-shadow: none;
  background: #000;
}

.close {
  text-shadow: none;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  box-shadow: none;
  height: 100%;
  width: 100%;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  width: 100%;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  box-shadow: none;
}

.page-not-found #search_widget {
  position: static;
}
.page-not-found .search-widget form button[type="submit"] svg {
  width: 1.2rem;
}
.page-not-found .search-widget form button[type="submit"] {
  height: 100%;
  right: 0;
}
.page-not-found .search-widget form button[type="submit"] span,
.page-not-found .trigger-search {
  display: none;
}

.search-widget form input[type="text"]:focus {
  outline: none;
}

.search-widget form input[type="text"]:focus + button .search {
  color: #000;
}

.pagination .page-list {
  box-shadow: none;
}

.pagination .current a {
  color: #000;
  margin: 0 !important;
}

.pagination .col-md-4 {
  display: none;
}

@media (max-width: 1200px) {
  #products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature,
  .product-miniature .product-miniature {
    width: calc(33% - 15px);
    margin: 0 0px;
  }
}

/* @media (max-width: 992px) {
  .block-category .category-cover img {
    bottom: 150px;
  }
} */

@media (max-width: 765px) {
  .block-category {
    /* height: 150px; */
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 25px -30px 0;
  }
  #category #js-product-list-header .category-cover img {
    object-fit: contain;
    height: auto;
  }
  .category-text {
    width: 100%;
    padding: 1.5rem 0;
  }
  .category-cover {
    width: 100%;
  }
  .block-category h1 {
    color: #000;
    text-align: center;
  }
  #category #js-product-list-header h1 {
    text-align: center;
    font-size: 1.4rem;
  }
  .block-category #category-description p {
    text-align: center;
    margin: 0 !important;
    padding: 0 1.5rem;
    font-size: 0.8rem;
  }
  #products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature,
  .product-miniature .product-miniature {
    width: calc(100% - 0rem);
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: calc(100%);
  }
}

/* PANIER */

#blockcart-modal .modal-body {
  background: #fff;
}

#blockcart-modal .modal-header,
#precommande-modal .modal-header {
  border: none;
}

#blockcart-modal .product-name {
  color: #000;
  margin-bottom: 15px;
}

/* PANIER */

.separator {
  border-color: #000;
}

.cart-detailed-totals {
  margin-bottom: 20px;
}

.block-promo .promo-input {
  /* height: 2.6rem; */
}

.checkout {
  padding-left: 0;
  padding-right: 0;
}

.checkout a {
  width: 100%;
}

/* .checkout a:hover {
  color: #000!important;
} */

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group,
.bootstrap-touchspin .btn-touchspin {
  border: 1px solid #000;
}

@media (max-width: 765px) {
  .product-line-grid {
    flex-direction: column;
  }
  .product-line-info a {
    font-size: 1.2em;
  }
  .product-line-grid-body {
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .cart-summary {
    min-width: 0;
  }
  .cart-summary-line {
    margin-top: 10px;
  }
  .product-line-grid-left {
    padding: 0 !important;
  }
}

/* CHECKOUT */

.checkoutcontent {
  /* width: 80%; */
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  /* padding: 100px 0; */
}

body#checkout section.checkout-step {
  box-shadow: none;
}

body#checkout #footer {
  box-shadow: none;
  margin-top: 60px;
}

body#checkout #header .header-nav {
  box-shadow: none;
}

.cart-summary-products a {
  color: #000;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: #000;
}

.form-control {
  background: none;
  border: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0px;
}

body#checkout section.checkout-step.-reachable.-current h2 .step-edit {
  display: none;
}

.form-control:focus,
.input-group.focus {
  outline: none;
  border: none;
  border: 1px solid #000;
}

.forgot-password a {
  color: #000;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content a {
  color: #000;
}

body#checkout section.checkout-step .address-item.selected {
  border: 1px solid #000;
}

#colissimo-pickup-point-address-selected {
  border: 0px solid #000;
}

#cart-subtotal-products,
#cart-subtotal-shipping {
  margin: 0px 0px 0;
}

.atos-reassurance {
  display: none;
}

.payment-option label {
  text-align: left;
}

@media (max-width: 765px) {
  body#checkout #delivery textarea,
  body#checkout #gift_message textarea {
    width: 100%;
  }
}

/* MERCI */

#content-hook_order_confirmation {
  margin-top: 60px;
  text-align: center;
}

.page-order-confirmation,
.definition-list {
  margin-left: auto;
  margin-right: auto;
  background-image: none !important;
}

#order-items {
  border: none;
}

#order-items hr {
  border-top-color: #000;
}

#order-details {
  padding-left: 15px;
  margin-top: 50px;
}

/* LOOKBOOK */

.page-content.page-cms {
  padding: 0;
}

/* .page-header {
  display: none;
} */

.lookbook {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.lookbook img {
  width: 100%;
  position: absolute;
  top: -70%;
}

.lookbook-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: inherit;
}

.center {
  align-items: center !important;
}

.lookbook-wrapper h2 {
  font-size: 2em;
  color: #fff;
  margin: 15px;
}

.lookbook-wrapper h2 span {
  color: #000;
}

.lookbook-wrapper p {
  color: #000;
  font-size: 1.2em;
  margin: 15px;
}

.lookbook-wrapper a {
  /* background-color: #000; */
  padding: 15px 40px;
  transition: all 0.5s ease-in-out;
  /* color: #fff; */
  margin: 15px;
  font-size: 0.8em;
}

.lookbook-wrapper a:hover {
  /* background-color: #fff; */
  padding: 15px 50px;
  /* color: #000!important; */
}

.lookbook-double {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
}

.lookbook-double .doublechild {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 49%;
  /* overflow: hidden; */
}

.lookbook-double .doublechild .doubleimg {
  /* height: 400px;
  width: auto; */
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.lookbook-double .doublechild .doubleimg img {
  width: 100%;
  position: absolute;
  top: -25%;
  height: auto;
}

.lookbook-double .doublechild h2 {
  font-size: 3rem;
  text-align: center;
  margin: 75px;
}

.lookbook.single {
  height: 600px;
}

.lookbook.single img {
  top: -100%;
}

.lookbook.single .lookbook-wrapper {
  align-items: flex-end;
}

#static-block-wrapper_6 {
  background: none !important;
}

#static-block-wrapper_6 h3 {
  font-size: 2em;
  margin: 100px;
}

#static-block-wrapper_8 {
  background: none;
}

.lookbook-triptyque {
  /* height: 500px; */
  width: 100%;
  display: flex;
}

.lookbook-triptyque .triptyque-volet {
  /* width: 33%; */
  height: 100%;
  overflow: hidden;
}

.lookbook-triptyque .triptyque-volet img {
  width: 100%;
}

#static-block-wrapper_8 .lookbook-wrapper {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 765px) {
  .lookbook img {
    width: 850px;
    height: auto;
    top: -45%;
    left: -20%;
  }
  .lookbook-wrapper h2 {
    margin: 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
  }
  .lookbook-wrapper a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #static-block-wrapper_4 {
    display: none;
  }
  #static-block-wrapper_6 h3 {
    margin: 50px 0px;
    font-size: 1.2em;
  }
}

/* GIFTCARD */

#choicegiftcard {
  margin-top: 100px;
}

#choicegiftcard section {
  box-shadow: none;
  border: 1px solid #000;
}

/* CONNEXION */

#authentication {
  min-height: 80vh;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
}

/* MON COMPTE */

#accountlinks {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.page-content.-account .container {
  padding: 0;
}

.page-my-account #content .links {
  justify-content: center;
}

.account-subtitle,
.account-title {
  font-family: 'Josefin Sans',sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.account-subtitle {
  margin-top: 10px;
}

.account-sidebar a {
  display: block;
  border: 1px solid #CCC;
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: none !important;
  color: #000 !important;
  /* background-image: url(../img/account/history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}

.account-sidebar a .link-item {
  position: relative;
  z-index: 1;
}

.account-sidebar a:focus {
  text-decoration: none;
}

/* .account-sidebar a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
} */

.account-sidebar a.active {
  /* padding: 100px 20px; */
  background-color: #000 !important;
  color: #fff !important;
}

/* .account-sidebar a.active::after {
  background-color: rgba(0,0,0,0.5);
}

.account-sidebar #history-link {
  background-image: url(../img/account/history.jpg);
}

.account-sidebar #identity-link {
  background-image: url(../img/account/identity.jpg);
}

.account-sidebar #addresses-link {
  background-image: url(../img/account/addresses.jpg);
}

.account-sidebar #order-slips {
  background-image: url(../img/account/addresses.jpg);
}

.account-sidebar #discounts-link {
  background-image: url(../img/account/addresses.jpg);
} */

#module-ps_emailalerts-account .page-content li {
  margin-bottom: 20px;
}
/*.page-my-account #content .links a span.link-item {
  box-shadow: none;
  border: 1px solid #000;
}

.page-my-account #content .links a:hover i {
  color: #000;
}

.page-customer-account #content {
  box-shadow: none;
  background-image: none;
}

#order-slips-link {
  display: none!important;
}

.page-addresses .address, .page-authentication #content {
  box-shadow: none;
  border: 1px solid #000;
  margin-top: 200px;
  background-image: none;
}

.page-addresses .address .address-footer {
  border-top: 1px solid #000;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
  padding: .625rem 1rem;
}

#colissimo-returns {
  box-shadow: none;
  background-image: none!important;
}

.page-order-detail {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.page-order-detail .box {
  box-shadow: none;
  border: 1px solid #000;
}*/

/* @media (max-width: 767px) {
  .page-addresses .address, .page-authentication #content  {
    margin-top: 500px;
  }
} */

/* CONTACT */

#contact #wrapper .container {
  margin-top: 80px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  border: 1px solid #000;
}

.contact-rich {
  margin-top: 2.25rem;
}

.contact-rich a {
  font-size: 0.875rem;
}

.input-group .input-group-btn > .btn {
  font-size: 10px;
  background: transparent;
  color: #000;
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 100%;
  padding: 19px 15px 15px;
}

/* A PROPOS */

.propos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.propos-texte {
}

@media (max-width: 765px) {
  .propos {
    width: 90%;
  }
}

/* FAQ */

.faqtitle {
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'Damion', cursive!important; */
}

h2.faqtitle {
  /* font-size: 2.25rem; */
}

h3.faqtitle {
  font-size: 1.5rem;
}

details {
  padding: 10px;
  border: 1px solid #000;
  margin: 10px 0;
}

details summary {
  cursor: pointer;
  padding: 10px;
}

details summary:focus {
  outline: none;
}

/*DISTRIBUTEUR*/

.distribinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px;
}

.distribinfo h1 {
  margin-bottom: 1.3rem;
}

/*POPUP NEWSLETTER*/

.np-front-subscription-left,
.np-front-subscription-right {
  width: 50%;
}

.np-front-subscription-left {
  padding: 43px 30px;
}

.np-front-subscription .form-inputs {
  padding: 8px 0px;
}

#np-popup-email,
#submit-newsletterpro-subscribe {
  border: 1px solid #000;
}

#np-popup-email:focus {
  outline: none;
}

.np-front-subscription-right img {
  position: relative;
  top: -100px;
  left: -25px;
}

@media (max-width: 765px) {
  .np-front-subscription-left {
    width: 100%;
  }
}

.rustine {
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  border: 1px solid #000;
  text-align: center;
}

/* MODIF NOUVELLE MAQUETTE 2020 - PARTIE COMMANDE */

.page-order-detail .box {
  box-shadow: unset;
}

.custom-text-color-black {
  color: #000 !important;
}

.custom-text-color-grey {
  color: #7a7a7a !important;
}

.custom-text-color-error {
  color: red !important;
  text-align: center;
}

.custom-retour-produit-button-sm {
  padding: 0.325rem 0.325rem !important;
  text-transform: none;
}

.custom-retour-produit-button-md {
  padding: 0.425rem 0.425rem !important;
  text-transform: unset;
  font-size: 0.9em;
  display: inline;
}

.custom-retour-produit-button-lg {
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.725rem 2rem !important;
}

.custom-retour-produit-button-confirmation-retour {
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.725rem 2rem !important;
}

.custom-position-25-modal {
  top: 25% !important;
  transform: translateY(-25%) !important;
}

/* FIN MODIF NOUVELLE MAQUETTE 2020 - PARTIE COMMANDE */

/* Override
   ========================================================================== */

@font-face {
  font-family: "Traveling Typewriter";
  src: url("../font/TravelingTypewriter.woff2") format("woff2"),
    url("../font/TravelingTypewriter.woff") format("woff"),
    url("../font/TravelingTypewriter.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

.h1,
.h2,
h1,
h2 {
  font-family: "Traveling Typewriter", Courier, monospace;
  font-weight: 400 !important;
}

#static-block-wrapper_18 h4 {
  font-family: "Traveling Typewriter", Courier, monospace;
  font-weight: 400 !important;
  font-size: 2rem;
}

.home-cat-left {
  position: relative;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.home-cat-left .banner-item {
  position: relative;
  width: 45%;
}

.home-cat-left .banner-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157%;
}

.home-cat-left .banner-item:nth-of-type(3)::before {
  padding-top: 74.64%;
}

.home-cat-left .banner-item .banner-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-cat-left .banner-item .banner-item-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-cat-left .banner-item .banner-item-content > a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-cat-left .custom-html {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.home-cat-left .banner-item:nth-of-type(2),
.home-cat-left .banner-item:nth-of-type(3) {
  position: relative;
  margin: 0;
}

.home-cat-left .banner-item:nth-of-type(2) {
  /* top: 100px; */
  width: 45%;
  margin: 10% 0 0 5%;
  z-index: 1;
}

.home-cat-left .banner-item:nth-of-type(3) {
  width: 70%;
  /* bottom: 0; */
  /* right: 50%; */
  /* transform: translateX(50%); */
  margin: -5% auto 0;
}

.home-cat-right-2 {
  position: relative;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.home-cat-right-2 .banner-item {
  position: relative;
  width: 45%;
}

.home-cat-right-2 .banner-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157%;
}

.home-cat-right-2 .banner-item:nth-of-type(3)::before {
  padding-top: 74.64%;
}

.home-cat-right-2 .banner-item .banner-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-cat-right-2 .banner-item .banner-item-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-cat-right-2 .banner-item .banner-item-content > a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-cat-right-2 .custom-html {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.home-cat-right-2 .banner-item:nth-of-type(2),
.home-cat-right-2 .banner-item:nth-of-type(3) {
  position: relative;
  right: 0;
}

.home-cat-right-2 .banner-item:nth-of-type(2) {
  /* top: 100px; */
  width: 45%;
  margin: 10% 0 0 5%;
  z-index: 1;
}

.home-cat-right-2 .banner-item:nth-of-type(3) {
  width: 70%;
  /* bottom: 0; */
  /* right: 50%; */
  /* transform: translateX(50%); */
  margin: -5% auto 0;
}

.home-cat-right .banner-item {
  padding-top: 100px;
}

.home-cat-right .custom-html {
  position: relative;
  text-transform: none;
  text-align: left;
}

.home-cat-right .custom-html::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: black;
}

.home-cat-right .custom-html h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 10px;
  background: white;
  font-size: 30px;
  font-weight: 400;
  z-index: 5;
}

.home-cat-left-2 .banner-item {
  padding-top: 100px;
}

.home-cat-left-2 .custom-html {
  position: relative;
  text-transform: none;
  text-align: left;
}

.home-cat-left-2 .custom-html::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: black;
}

.home-cat-left-2 .custom-html h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 10px;
  background: white;
  font-size: 30px;
  font-weight: 400;
  z-index: 5;
}

.footer-container .links a {
  text-transform: none;
  color: black;
}

#footer .footer-container .links .h3 {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

#footer .footer-container .footer-socials-container {
  text-align: left;
}

#search .container {
  width: 100%;
}

#search .products.row {
  justify-content: center;
}

#footer .footer-container .footer-newsletter input[type="submit"] {
  background-color: black;
  opacity: 1;
  font-weight: 700;
  border: none;
  font-size: 14px;
}

#footer .footer-container #block-newsletter-label {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9rem !important;
  font-weight: 700;
}

#footer hr {
  margin-bottom: 50px;
  display: none;
}

.instagram {
  margin: 0px 0;
}

.instagram--title {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.instagram--title div {
  float: none;
}

.bloc-instagram a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background-color: black;
}

.bloc-instagram a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.bloc-instagram img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blockreassurance .block-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.blockreassurance p {
  margin: 0;
}

.product-cover iframe {
  width: 100% !important;
  height: 600px;
}

#video-prod {
  position: relative;
  z-index: 0;
  width: 100%;
}

#video-prod iframe {
  width: 100%;
  height: 100%;
  background: #000;
}

li.img-container {
  margin-bottom: 25px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#product .slick-list {
  max-width: calc(100vw - 30px);
}

*:focus {
  outline: none !important;
}

.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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.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-imgs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.images-prod {
  width: 100%;
}

.images-small {
  width: 80px;
}

.images-small .slick-list {
  padding: 0 !important;
}

.images-small .slick-slide {
  width: 80px !important;
}

.images-small .slick-track {
  width: 80px !important;
  transform: none !important;
}

.images-small .slick-slide.slick-current img {
  opacity: 0.3;
}

ul#footer_sub_menu_94757 {
  display: flex;
  flex-direction: column;
}

ul#footer_sub_menu_94757 li:last-child {
  order: -3;
}

ul#footer_sub_menu_94757 li:nth-child(7) {
  order: -4;
}

ul#footer_sub_menu_94757 li:nth-child(6) {
  order: -1;
}

ul#footer_sub_menu_94757 li:nth-child(5) {
  order: -2;
}

.custombanners.displayFooterBefore .banner-item {
  margin-bottom: 30px;
}

button.slick-prev.slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0px;
  height: 50px;
  width: 30px;
  font-size: 0;
  line-height: 1;
}

button.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0px;
  height: 50px;
  width: 30px;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}

button.slick-next.slick-arrow:before {
  content: "〉";
  font-size: 30px;
  position: relative;
  left: 10px;
  color: #fff;
  top: 3px;
}

button.slick-prev.slick-arrow:before {
  content: "〈";
  font-size: 30px;
  position: relative;
  left: -10px;
  top: 2px;
  color: #fff;
}

.slider-home .swiper-slide > a:before {
  display: none;
}

#index #wrapper .breadcrumb[data-depth="1"] {
  display: none !important;
}

.block-title {
  color: #000;
  font-weight: 700;
}

#cart .product-line-info a {
  display: block;
  font-weight: 700;
  text-align: left;
}

.nopreorder .product-line-grid.out {
  border: 5px solid lightcoral;
  background: rgba(240, 128, 128, 0.3);
  padding: 15px 0;
  color: #a94442;
}

#cart .nopreorder .out .product-line-info a,
#cart .nopreorder .out .product-price,
.nopreorder .out .label {
  color: #a94442;
}

p.rupture,
.pas-assez {
  display: none;
}

.nopreorder p.rupture,
.nopreorder p.pas-assez {
  padding: 5px;
  display: inline-block;
  background: red;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.col-md-4.col-xs-8.qty {
  /* opacity: 0; */
  /* pointer-events: none; */
  border: 1px solid #ccc;
  width: 80px;
}

span.radio-label.on-preorder,
.qty-hover.qty-nostock.on-preorder {
  opacity: 1 !important;
  text-decoration: none !important;
}

/*
.on-sold-out {
  opacity: 0.5;
}
*/

/* ------ HOMEPAGE V3 ----- */

.homeslider .banner-item-content .banner-img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
}

.homeslider .banner-item-content .custom-html {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  flex-direction: column;
  color: #fff;
  pointer-events: none;
}

.homeslider .banner-item-content h2 {
  font-size: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.homeslider .banner-item-content h4 {
  font-size: 20px;
  max-width: 800px;
  margin: 10px auto;
}

.homeslider .banner-item-content .banner-img {
  padding-bottom: 0;
}

.homeslider .-desktop {
  display: none;
}

.homeslider .builder-slide::before,
.homeslider .builder-vimeo::before {
  /* padding-top: (3 / 2) * 100%; */
  padding-top: 150%;
}

@media only screen and (min-width: 1024px) {
  .homeslider .-desktop {
    display: block;
  }
  .homeslider .-mobile {
    display: none;
  }

  .homeslider .builder-slide::before,
  .homeslider .builder-vimeo::before {
    /* padding-top: (9 / 16) * 100%; */
    padding-top: 56.25%;
  }
}

.reassurance-home {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  max-width: 1400px;
  margin: 5px auto 15px;
}

.reassurance-home img {
  width: 40px;
  height: 40px;
}

.reassurance-home p {
  font-size: 14px;
  text-transform: none;
  max-width: 200px;
  margin: auto;
  line-height: 1;
  font-weight: 400;
}

.reassurance-home .banner-item {
  width: 25%;
}

.citation h4 {
  font-family: "Traveling Typewriter", Courier, monospace;
  font-size: 30px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 30px;
}

.citation p {
  max-width: 800px;
  margin: auto;
  text-align: right !important;
  font-weight: 700;
}

.banner-item.citation {
  margin: 80px auto 80px;
}

.home-cat-full {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 80px;
}

.home-cat-full .banner-img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.home-cat-full .banner-item {
  width: 33.333%;
  padding: 15px;
}

.home-cat-full .custom-html {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-cat-left-2 .custom-html h2 img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}

.custombanners .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 60px;
}

#index .displayFooterBefore {
  display: none;
}

.cart_wrapper svg {
  width: auto;
  height: 25px;
  margin: 0;
}

.atelier-saaj {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.atelier-saaj span,
.trigger-search span,
.user-info span {
  margin-top: 3px;
  display: block;
  white-space: nowrap;
  font-size: 8px;
  line-height: 1;
}

.preview-cart--header span {
  margin-top: 7px;
  display: block;
  white-space: nowrap;
  font-size: 8px;
}

.preview-cart--header {
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

span.count {
  position: absolute;
  background: #000;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  line-height: 17px;
  bottom: 12px;
  right: 0px;
  text-align: center;
}

div#blockcart-wrapper {
  padding: 0 15px;
  /* padding: 0 2rem; */
}

.surheader p {
  font-size: 12px;
  text-transform: none;
  margin: 0.5rem 0;
}

.french-fab svg {
  height: 16px;
  width: auto;
  position: relative;
  top: -1px;
}

.french-fab a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0px 0 3rem;
}

.french-fab span {
  margin-left: 5px;
  font-size: 8px;
}

#index #footer hr {
  display: none;
}

.trigger-menu {
  display: none;
}

#_desktop_top_menu .atelier-saaj {
  display: none;
}

a.link-header {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 920px) {
  .trigger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin-right: 10px;
    z-index: 50;
  }
  #checkout #header {
    padding: 0;
  }
  .trigger-menu .open svg {
    width: 20px;
    height: auto;
    fill: #000;
  }
  .trigger-menu .fermer svg {
    width: 14px;
    height: auto;
    fill: #000;
  }
  .trigger-menu .fermer {
    display: none;
  }
  div#_desktop_logo {
    position: unset;
  }

  div#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #checkout div#logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  #adtm_menu_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    z-index: 999;
    background: #fff;
    flex-direction: column;
    overflow: hidden;
  }
  div#js-instagram .col-xs-12 {
    width: 25%;
  }
  .bloc-news-footer {
    width: 100%;
    margin-top: 50px;
  }
  ul#menu {
    width: 100%;
    position: relative;
    top: 90px;
    /* height: calc(100% - 146px); */
    height: calc(100% - 180px);
    overflow: auto;
    display: block !important;
    padding: 10px 0 !important;
  }
  .adtm_menu_toggle_open #adtm_menu_inner {
    /* height: calc(100vh - 106px); */
    height: calc(100vh - 72px);
    overflow: auto;
    padding: 1.5rem 0 !important;
  }
  #header #adtm_menu li.li-niveau1.advtm_menu_4 {
    display: none !important;
    height: 0;
    pointer-events: none;
  }
  #_desktop_top_menu .atelier-saaj {
    display: block;
    position: absolute;
    top: calc(100vh - 300px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ccc;
    z-index: 1;
    height: 160px;
  }
  #_desktop_top_menu .atelier-saaj a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #_desktop_top_menu .atelier-saaj a svg {
    width: 50px;
  }
  #_desktop_top_menu .atelier-saaj a span {
    font-size: 10px;
    margin-left: 10px;
  }
  .home-cat-left-2 .banner-item {
    padding: 0 0 30px;
  }
  .home-cat-left {
    width: 80%;
    margin: 30px auto;
  }
  .home-cat-full {
    padding: 0;
  }
  .home-cat-full .banner-item {
    padding: 5px;
  }
  .home-cat-right-2 {
    max-width: 80%;
    margin: auto;
  }
  #category #js-product-list-header .category-cover {
    height: 280px;
  }
  #category #js-product-list-header h1 {
    font-size: 30px;
  }
  .category-text {
    width: 50%;
    flex: 0 0 50%;
    padding: 30px 0px 30px 30px;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    margin: 15px 0px !important;
  }
  div#PM_ASBlock_1 {
  }
  .PM_ASCriterionsGroupList {
    justify-content: space-between !important;
  }
  #category .products {
    justify-content: space-between !important;
  }
  .bloc-achat.col-md-6 {
    padding: 0;
  }
  .nxtal-wishlist-icon {
    top: 5px;
  }
  .product-variants-colors .product-variants-item,
  #product .product-variants .product-variants-item,
  .quickview .product-variants .product-variants-item {
    width: 100% !important;
  }
  .product-variants-colors,
  .product-variants {
    flex-wrap: wrap;
  }
  .feat-icon svg,
  .feat-icon img {
    height: 20px;
  }
  .feat-icon span {
    letter-spacing: 0;
  }
  .product-actions .custombanners.displayFooterBefore {
    display: none;
  }
  .tabs .nav-tabs .nav-link {
    font-size: 8px;
  }
  .preview-cart-content {
    width: 70vw;
    right: -70vw;
  }
  .preview-cart--footer {
    width: 70vw !important;
    right: -70vw !important;
  }
  span.PM_ASCriterionsGroupName {
    font-size: 14px !important;
  }
  body#checkout section#content .row .col-md-8 {
    width: 100%;
    float: none;
    flex: 0 0 100%;
  }
  body#checkout section#content .row .col-md-4.border {
    width: 100%;
    float: none;
    flex: 0 0 100%;
  }
  body#checkout section#content .row {
    flex-wrap: wrap;
  }
  .cart-grid-body {
    width: 100%;
  }
  #cart .card.cart-summary {
    width: 100% !important;
  }
  .ov-hide {
    overflow: hidden !important;
  }
  #adtm_menu {
    z-index: -1;
  }
}

@media (max-width: 765px) {
  #adtm_menu {
    z-index: 9;
  }
  .trigger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin-right: 10px;
  }
  .trigger-menu .open svg {
    width: 20px;
    height: auto;
    fill: #000;
  }
  .trigger-menu .fermer svg {
    width: 14px;
    height: auto;
    fill: #000;
  }
  .trigger-menu .fermer {
    display: none;
  }
  .reassurance-home {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  .reassurance-home .banner-item {
    width: 100%;
    padding: 1.5rem 0 0.5rem;
  }
  .homeslider .banner-item-content .custom-html {
    justify-content: flex-end;
  }
  .homeslider {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .custom-html .btn {
    font-size: 10px;
    white-space: normal;
    background: rgba(255, 255, 255, 0.8);
  }
  .custom-html .btn {
    font-size: 10px;
    white-space: normal;
    background: rgba(255, 255, 255, 0.8);
  }
  .custom-html .btn:before {
    display: none;
  }
  .home-cat-full .banner-item {
    width: 100%;
    padding: 5px;
  }
  .home-cat-full .banner-item .banner-img {
    height: auto;
  }
  .home-cat-full {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .home-cat-right-2 {
    padding: 40px 0 80px;
  }
  #footer a:before {
    display: none;
  }
  .header-wishlist,
  .surheader,
  .atelier-saaj,
  .trigger-search {
    display: none;
  }
  div#blockcart-wrapper {
    padding: 0;
  }
  .french-fab {
    margin: 0;
    flex-direction: column;
    text-align: center;
  }
  #adtm_menu_inner {
    position: fixed;
    left: 0;
    /* top: 106px; */
    top: 72px;
    width: 100vw !important;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    z-index: 999;
    background: #fff;
    flex-direction: column;
    overflow: hidden;
  }
  ul#menu {
    width: 100%;
    position: relative;
    top: -23px;
    height: calc(100% - 146px);
    overflow: auto;
    display: block !important;
    padding: 10px 0 !important;
  }
  .adtm_menu_toggle_open #adtm_menu_inner {
    /* height: calc(100vh - 106px); */
    height: calc(100vh - 72px);
    overflow: auto;
    padding: 1.5rem 0 !important;
  }
  #header .header-top .row {
    justify-content: center;
    align-items: center;
  }
  .cart_wrapper {
    width: 40%;
    padding: 0 10px;
  }
  div#_desktop_logo {
    width: 40%;
    justify-content: flex-start;
    padding: 0 10px;
  }
  /* div#blockcart-wrapper {
        width: 50%;
    } */
  div#_desktop_user_info {
    /* width: 50%; */
    width: 65px;
  }
  .french-fab span {
    margin: 3px 0 0;
    font-size: 8px;
    display: block;
  }
  .ov-hide {
    overflow: hidden !important;
  }
  #header #adtm_menu li.li-niveau1.advtm_menu_4 {
    display: none !important;
    height: 0;
    pointer-events: none;
  }
  #_desktop_top_menu .atelier-saaj {
    display: block;
    position: absolute;
    top: calc(100vh - 300px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ccc;
    z-index: 1;
    height: 160px;
  }
  #_desktop_top_menu .atelier-saaj a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #_desktop_top_menu .atelier-saaj a svg {
    width: 50px;
  }
  #_desktop_top_menu .atelier-saaj a span {
    font-size: 10px;
    margin-left: 10px;
  }
  .french-fab a {
    flex-direction: column;
    margin: 0;
  }
  a.link-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
  }
  span.count {
    position: absolute;
    background: #000;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50%;
    line-height: 17px;
    bottom: 12px;
    right: -5px;
    text-align: center;
  }
  #header {
    top: 0;
  }
}

div#faire-un-retour {
  scroll-margin-top: 80px;
}

.form-group.row {
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

#contact input.btn.btn-primary {
  width: 100%;
  margin: 10px 0 0;
}

div#gdpr_consent {
  margin: 30px 0 0;
  display: block;
}

.prod-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.prod-images img {
  width: 100%;
}

.bloc-achat {
  position: sticky;
  float: none;
  padding-left: 60px;
  top: 40px;
}

.bloc-img {
  float: none;
}

.product-variants-colors,
.product-variants {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#product .clearfix.product-variants-item.color {
  width: 160px;
  border: none !important;
}

#product .clearfix.product-variants-item.radio {
  width: calc(100% - 180px);
}

#product .clearfix.product-variants-item.radio .radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 40px;
  width: auto;
  min-width: 40px;
  padding: 0 5px;
}

.product-actions .displayFooterBefore .banner-item {
  width: 50% !important;
  margin-bottom: 0;
}

.product-actions .displayFooterBefore .cb-wrapper .banner-item:before,
.product-actions .displayFooterBefore .banner-item:first-child,
.product-actions .displayFooterBefore .banner-item:last-child {
  display: none;
}

#product .displayFooterBefore .block-title {
  font-size: 12px;
  line-height: 1.2;
}

#product .displayFooterBefore .block-title img {
  /* display: none; */
}

#product .displayFooterBefore .banner-item-content p {
  line-height: 1.2;
}

.displayFooterBefore .banner-item-content p {
  max-width: 180px;
  margin: 0 auto;
}

.product-actions .displayFooterBefore .banner-item-content p {
  font-size: 10px;
  max-width: 140px;
}

.tabs .nav-tabs {
  background: #fff;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabs .nav-tabs .nav-link.active {
  border-bottom: 1px solid #000 !important;
}

.tabs .nav-tabs:after,
.tabs .nav-tabs:before {
  display: none;
}

.tabs .nav-tabs .nav-link {
  padding: 0 0px 2px 0px;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff !important;
  border-bottom: 1px solid #fff;
  font-family: "Josefin Sans";
}

.tabs .nav-tabs .nav-item {
  border: none;
}

.tabs {
  border: none;
}

.ui-tabs .ui-tabs-panel {
  padding: 15px 0 0;
}

.ui-tabs .ui-tabs-panel p {
  font-size: 14px;
  font-family: "Josefin Sans";
  line-height: 1.4;
}

.tabs .nav-tabs .nav-item {
  background: #fff;
}

.product-actions .custombanners.displayFooterBefore {
  background: #ececec;
  padding: 10px 0 10px;
  margin-top: 10px;
}

.ui-tabs .ui-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-panel ul li {
  display: list-item;
  font-size: 12px;
  font-family: "Josefin Sans";
  padding: 0 0px;
  margin: 0 15px;
  white-space: normal;
}

.feat-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
}

.feat-icon svg,
.feat-icon img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.feat-icon span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  width: calc(100% - 40px);
  line-height: 1.2;
  letter-spacing: 2px;
}

section.bloc-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.change-view {
  position: absolute;
  top: -25px;
  right: -5px;
  font-size: 12px;
  font-weight: 700;
}

.change-view span {
  padding: 5px;
  color: #999;
  cursor: pointer;
}

.change-view span.active {
  color: #000;
}

.img-container,
.prod-images .img-container.image-1,
.prod-images .img-container.image-2 {
  width: 100%;
  margin-bottom: 15px;
}

.img-container.video-bloc {
  margin: 0 0 10px;
}

.vue-2 .img-container,
.vue-2 .img-container.image-1,
.vue-2 .img-container.image-2 {
  width: calc(50% - 7.5px);
}

.vue-2 .img-container.video-bloc {
  margin: 0;
}

#video-prod p {
  margin: 0;
}

.list-video-bloc {
  background: url(/img/loader.gif) center center no-repeat;
}

.img-container:nth-last-child(-n + 3) {
  width: 100%;
}
.vue-2 .img-container:nth-last-child(-n + 3) {
  width: calc(33.333% - 10px);
}

.cb-wrapper.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 890px;
  margin: 30px auto 80px;
}

.cb-wrapper.flex .banner-item {
  width: 50%;
  text-align: left;
}

.cb-wrapper.flex .banner-item p,
.cb-wrapper.flex .banner-item h4 {
  padding: 0 50px;
}

.cb-wrapper.flex .banner-item h3 {
  padding: 30px 50px;
  font-size: 1.5rem;
}

.cb-wrapper.flex .btn {
  border: 1px solid #000;
  padding: 13px 30px;
  line-height: 1;
  margin: 10px auto 0;
  display: inline-block;
  text-align: center;
}

p.product-minimal-quantity {
  display: none;
}

.row.flex .col-md-6 {
  float: none;
}

.row.flex {
  display: flex;
  align-items: center;
}

#blockcart-modal .cart-content .cart-content-btn a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 5px 0px;
}

#blockcart-modal .cart-content .cart-content-btn a button {
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  background: #ececec;
}

p.cart_total_delivery-free p {
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 20px;
  text-align: center;
}

#precommande-modal {
  z-index: 9999;
}

#precommande-modal .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
}

#precommande-modal .modal-dialog {
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  /* background: rgba(0, 0, 0, .5); */
  margin: 0;
  overflow: auto;
  padding: 0;
}

#precommande-modal .modal-dialog .modal-content {
  max-width: 860px;
  margin: auto;
}

#precommande-modal .cart-content .cart-content-btn .btn {
  text-transform: uppercase;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 15px;
  display: block;
}

#precommande-modal .cart-content .cart-content-btn {
  display: block;
}

#precommande-modal .divide-right {
  border-color: #000;
}

#precommande-modal .product-name {
  margin-bottom: 15px;
}

#cart #advansedwishlist_cart_block {
  display: none !important;
}

.modal-body .custombanners.displayFooterProduct.clearfix {
  display: none;
}

#precommande-modal .modal-body,
#blockcart .modal-body {
  padding: 0 15px 15px;
}

#precommande-modal .cart-content {
  padding: 0;
}

section.featured-products {
  text-align: center;
  background: #faf8f4;
  margin: 0px -30px 15px -30px;
  padding: 0px 0px 0px 30px;
}

#main section.featured-products {
  display: none;
}

section.featured-products h2 {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700 !important;
  max-width: 540px;
  margin: auto;
  padding: 15px 0 30px;
}

.featured-products .product-miniature {
  margin: 0;
  padding: 0;
  width: 50%;
  flex: 0 0 50%;
}

.featured-products .products {
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
  display: none;
}

#category .featured-products.is-open .products,
.featured-products.is-open .products {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start !important;
}

.featured-products .product-description {
  background: transparent;
  position: relative;
  bottom: auto;
  text-align: left;
  height: 100%;
}

.featured-products .product-title {
  margin: 0;
  padding: 15px 15px 5px;
  text-align: left;
}

/* #product .thumbnail-container:hover .highlighted-informations {display: none;} */

div#wishlist_button_block,
.wrap_allert {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0;
}

#wishlist_button {
  height: auto;
  line-height: 1;
  padding: 0;
  font-size: 0;
  background: none !important;
}

#wishlist_button i {
  color: #000 !important;
}

.modal-body section.featured-products {
  display: block;
}

.modal-body table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.modal-body table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}

.modal-body table td strong {
  font-weight: 600;
}

#sizechart-1-modal .modal-body {
  padding: 30px 30px 60px;
}

.modal-header {
  border: navajowhite;
}

.product-variants-item.radio button {
  appearance: none;
  webkit-appearance: none;
  border: navajowhite;
  background: #fff;
  padding: 0;
}

.ui-widget-content {
  z-index: 1000;
}

.ui-widget-content a {
  text-decoration: underline;
}

#tab-content button {
  padding: 0;
  background: transparent;
  border: none;
  font-size: inherit;
  font-family: "Josefin Sans";
  text-decoration: underline;
}

.product-miniature .nxtal-wishlist-icon {
  top: 10px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
  box-shadow: none !important;
  top: -20px;
  padding: 15px 0 0;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  box-shadow: none !important;
}

#product .product-variants-colors .product-variants-item .product-variants-item,
#product .product-variants .product-variants-item .product-variants-item {
  width: 100%;
}

.ui-tabs .ui-tabs-panel.active {
  display: block !important;
}

.ui-tabs .ui-tabs-panel {
  display: none !important;
}

.tabs .nav-tabs .nav-item:last-child {
  order: -1;
}

.tabs .nav-tabs .nav-item {
  margin: 0;
}

.tabs .nav-tabs {
  padding: 0;
}

.mobile-trigger-cta {
  display: none;
}

.close-alert {
  font-size: 35px;
  position: absolute;
  right: 10px;
  top: -5px;
  cursor: pointer;
}

.display-alert {
  position: relative;
}

.product-variants-colors > .product-variants-item ul li a span,
.product-variants > .product-variants-item ul li a span {
  width: 100% !important;
  height: 100% !important;
}

body#module-nxtalwishlist-wishlist .product-add-to-cart {
  display: none;
}

body#module-nxtalwishlist-wishlist .product-line-info.product-attributes,
body#module-nxtalwishlist-wishlist .product-availability {
  display: none;
}

@media (max-width: 765px) {
  .images-container {
    margin-top: -60px;
  }
  .cb-wrapper.flex .vue-2 .img-container {
    display: block;
  }
  #product .product-variants-colors .product-variants-item,
  #product .product-variants .product-variants-item,
  .quickview .product-variants .product-variants-item {
    width: 100%;
  }
  .product-variants-colors,
  .product-variants {
    flex-wrap: wrap;
  }
  #product .clearfix.product-variants-item.radio {
    width: 100%;
  }
  .product-variants-colors > .product-variants-item ul li,
  .product-variants > .product-variants-item ul li {
    /* width: 42px; */
    height: 42px;
    overflow: hidden;
  }
  #product .clearfix.product-variants-item.radio .radio-label {
    /* width: 35px !important; */
    /* height: 35px !important; */
    min-width: 42px;
  }
  #product .clearfix.product-variants-item.radio {
    width: 100% !important;
  }
  #product .product-variants-colors ul label,
  #product .product-variants ul label,
  .quickview .product-variants ul label {
    /* width: 35px; */
  }
  .cb-wrapper.flex {
    flex-wrap: wrap;
    margin: 30px auto 0 !important;
  }
  .bloc-achat {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cb-wrapper.flex .banner-item {
    width: 100% !important;
  }
  .vue-2 .img-container {
    width: 100%;
  }
  #productcontainer {
    margin: 0;
    flex-wrap: wrap;
  }
  #productcontainer .col-md-6:first-child {
    padding: 0;
  }
  .change-view {
    display: none;
  }
  .lineven-relatedproducts {
    padding: 0px 15px;
  }
  .product-miniature {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lineven-relatedproducts .list-a ul li .container-description {
    width: 54%;
  }
  .buttons {
    margin-top: 15px;
  }
  .product-images {
    max-height: 447px;
  }
  .scroll-box-arrows.scroll {
    right: 235px;
  }
  #product .product-accessories .products article,
  .quickview .product-accessories .products article {
    max-width: 75%;
    flex: 0 0 75%;
    margin: 0;
    padding: 0 15px 0 0;
  }
  #product .product-accessories .products,
  .quickview .product-accessories .products {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .cb-wrapper.flex .banner-item h3 {
    padding: 15px !important;
  }
  .cb-wrapper.flex .banner-item p {
    padding: 0 15px 15px !important;
    margin: 0;
  }
  .cb-wrapper.flex .banner-item-content h4 {
    padding: 5px 15px;
    margin: 0;
  }
  .cb-wrapper.flex.second-para .banner-item:nth-child(1) {
    order: 2;
    display: block;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .cb-wrapper.flex .btn {
    padding: 15px 30px 13px;
  }
  .cb-wrapper.flex.second-para .banner-item h3 {
    padding-top: 40px !important;
  }
  .cb-wrapper.flex.second-para {
    margin-top: 0 !important;
  }
  .product-actions .custombanners.displayFooterBefore {
    display: none;
  }
  #product .product-accessories .h5,
  .quickview .product-accessories .h5 {
    font-size: 18px;
    text-align: left;
    padding: 40px 0 15px 0;
  }
  #product .product-accessories,
  .quickview .product-accessories {
    margin-top: 0;
  }
  .custombanners.displayFooterProduct h2 {
    font-size: 1.4rem;
    text-align: left;
    padding: 30px 15px 0;
    margin-bottom: -40px;
  }
  .cb-wrapper.flex .banner-item h3 {
    font-size: 1.2rem !important;
    padding: 60px 15px 15px !important;
  }
  .content-gsm.active {
    display: block;
  }
  #tab-content {
    display: none;
  }
  .tabs .nav-tabs .nav-item {
    width: 100%;
    padding: 10px 5px 7px !important;
    border: 1px solid #ccc !important;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    margin: -1px 0;
  }
  .tabs .nav-tabs .nav-link,
  .tabs .nav-tabs .nav-link.active {
    border: none !important;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 15px 0 !important;
    font-weight: 400;
  }
  .ui-tabs .ui-tabs-panel ul li {
    width: 100%;
    float: none;
    list-style: disc;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: "Josefin Sans";
    border: none;
    background: transparent;
    padding: 0;
    text-decoration: underline;
  }
  .tabs .nav-tabs .nav-item:after {
    content: "expand_more";
    font-family: "Material Icons";
    position: absolute;
    right: 5px;
    top: 5px;
    pointer-events: none;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: "expand_less";
  }
  .tabs .nav-tabs .nav-link,
  .tabs .nav-tabs .nav-link.active {
    display: block;
    width: 100%;
  }
  /* .banner-item-content .banner-img {
        margin: 15px 0 0;
    } */
  .mobile-trigger-cta {
    display: block;
  }
  .bloc-achat {
    position: relative;
    margin-top: -30px;
  }
  .mobile-trigger-cta {
    padding: 0;
    position: fixed;
    bottom: 0px;
    z-index: 1999;
    left: 0px;
    right: 0px;
    width: auto;
    padding: 0px 0 0px;
  }
  .mobile-trigger-cta .btn-primary {
    width: 100%;
    padding: 25px 0;
  }
  /* form#add-to-cart-or-refresh .clearfix.product-variants-item.radio {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px 15px 15px;
    margin: 0;
    border-top: 1px solid #ccc;
    pointer-events: none;
    opacity: 0;
  } */
  .product-actions {
    width: 100%;
  }
  .mobile-fixed {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 0;
    left: 0;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    pointer-events: none;
    min-height: 70px;
    opacity: 0;
  }
  .mobile-fixed .bloc-icons {
    display: none;
  }
  div#mailalert {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    margin: 0;
    padding: 10px;
    background: #fff;
    pointer-events: none;
    opacity: 0;
  }
  .totshowmailalerts_product button,
  #mailalert button,
  .totshowmailalerts_product,
  #mailalert {
    margin-bottom: 0;
  }
  form#add-to-cart-or-refresh.open div#mailalert,
  form#add-to-cart-or-refresh.open .mobile-fixed,
  form#add-to-cart-or-refresh.open .clearfix.product-variants-item.radio {
    opacity: 1;
    pointer-events: auto;
  }
  .add-open {
    overflow: hidden;
  }
  .mobile-trigger-close.open {
    position: fixed;
    background: #fff;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
  }
  .modal-body .row.flex {
    flex-wrap: wrap;
  }
  .modal-body .row.flex .row.flex {
    flex-wrap: nowrap;
  }
  #blockcart-modal .product-image {
    width: 80px;
  }
  .modal-body .row.flex .row.flex p,
  .modal-body .row.flex .row.flex h6 {
    margin: 0 !important;
  }
  .modal-open .modal {
    z-index: 99999;
  }
  .modal-backdrop {
    z-index: 9999;
  }
  section.bloc-icons {
    flex-wrap: wrap;
  }
  .feat-icon {
    padding: 10px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .modal-body table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: auto;
    max-width: calc(100vw - 60px);
    display: flex;
    margin-bottom: 50px;
  }
  .tabs .nav-tabs div:last-child {
    order: 0;
  }
  .tabs .nav-tabs .nav-item {
    order: 2;
  }
  .tabs .nav-tabs .nav-item:nth-last-child(2) {
    order: 0;
  }
  .tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    margin-bottom: 40px;
  }
  .ui-tabs .ui-tabs-panel {
    order: 2;
  }
  .product-discounts {
    margin-bottom: 0rem;
  }
  #precommande-modal .divide-right {
    border: none;
  }
  #precommande-modal .product-image {
    width: 100px;
    margin-bottom: 40px;
  }
  div#precommande-modal .flex {
    justify-content: center;
  }
  #precommande-modal .modal-dialog {
    padding: 0;
  }
  .eupopup-container {
    color: #fff;
    padding: 40px;
    max-width: 460px;
    bottom: 0px !important;
    left: 0px !important;
  }
}

.eupopup-closebutton,
.eupopup-learn-more {
  display: none !important;
}

.eupopup-container {
  color: #fff;
  padding: 40px;
  max-width: 460px;
  bottom: 10px;
  left: 10px;
}

.eupopup-buttons {
  padding: 30px 0 0;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.eupopup-body {
  font-size: 16px !important;
  font-family: "Josefin Sans" !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

.eupopup-button {
  padding: 10px !important;
  width: 100% !important;
}

div#js-product-list {
  margin: 0 -0.5rem;
}

.modal-body > .flex {
  align-items: flex-start;
}

.quickview .custombanners.displayFooterBefore.clearfix {
  display: none;
}

.quickview .product-variants .product-variants-item {
  width: 100%;
}

.left-column {
  padding: 0;
}

.PM_ASBlockOutputVertical .card-header {
  display: none;
}

.PM_ASBlockOutputVertical .card-block {
  padding: 0;
}

.card-block {
  padding: 0;
}

.PM_ASCriterionsGroupList {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
  margin: 1.5rem;
  position: relative;
  padding: 0 1.5rem 0 1rem;
}

.PM_ASCriterionsGroupOuter {
  position: absolute;
  width: 200px;
  border: 1px solid #ccc;
  padding: 2.5rem 0.5rem 1.5rem;
  opacity: 0;
  z-index: -1;
  background: #fff;
  top: -1rem;
  transform: translate(-50%, 0px);
  left: 50%;
  pointer-events: none;
}

.PM_ASBlockOutputVertical
  .PM_ASCriterionsGroup:first-child
  .PM_ASCriterionsGroupTitle {
  margin: 0;
  padding: 0;
  border: none;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup:hover {
  z-index: 2;
}

.PM_ASBlockOutputVertical
  .PM_ASCriterionsGroup:hover
  .PM_ASCriterionsGroupOuter {
  opacity: 1;
  pointer-events: all;
}

.PM_ASCriterionGroupImage .PM_ASCriterionLink,
.PM_ASCriterionGroupColor .PM_ASCriterionLink {
  margin: 0 0 10px !important;
  border: 1px solid #ccc;
}

.PM_ASCriterionGroupImage .PM_ASCriterionLink img,
.PM_ASCriterionGroupColor .PM_ASCriterionLink img {
  margin: 0 !important;
  width: 30px !important;
  height: 30px;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul {
  text-align: left;
}

span.PM_ASCriterionsGroupName {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

#PM_ASCriterionGroupCheckbox_1_6 label,
#PM_ASCriterionGroupCheckbox_1_7 label {
  border: 1px solid #ccc;
  height: 30px;
  width: auto;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  float: none;
  line-height: 29px;
  padding: 0 5px;
  min-width: 30px;
}

.PM_ASCriterionNbProduct {
  display: none !important;
}

#PM_ASCriterionGroupCheckbox_1_6 .checkbox,
#PM_ASCriterionGroupCheckbox_1_7 .checkbox {
  position: relative;
  margin: 0.25rem;
}

#PM_ASCriterionGroupCheckbox_1_6 input,
#PM_ASCriterionGroupCheckbox_1_7 input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#PM_ASCriterionGroupCheckbox_1_6 li,
#PM_ASCriterionGroupCheckbox_1_7 li {
  display: inline-block;
}

.PM_ASCriterionsGroupOuter .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
}

.PM_ASCriterionsGroupOuter .checkbox label {
  float: none;
  text-align: left;
  margin: 3px 0 0 10px;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

span.PM_ASCriterionsGroupName:after {
  content: url(/themes/saaj/assets/img/more.svg);
  position: absolute;
  right: 5px;
  top: -2px;
  pointer-events: none;
}

.PM_ASBlockOutputVertical
  .PM_ASCriterionsGroup:hover
  span.PM_ASCriterionsGroupName:after {
  content: url(/themes/saaj/assets/img/less.svg);
}

.banner-txt {
}

.thumbnail-container.img-banner .banner-txt {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 3rem;
  color: #fff;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 1;
}

.product-miniature:hover .thumbnail-container.img-banner .banner-txt {
  opacity: 1;
}

.banner-txt h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}

.banner-txt p {
  color: #fff;
}

.banner-txt a {
  padding: 12px 30px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.quickview .size-trigger {
  display: none;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul .radio {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul .radio label {
  width: calc(100% - 20px);
  text-align: left;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.5rem 0 0.3rem 7px;
}

.PM_ASBlockOutputVertical .PM_ASResetSearch {
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  margin: 1.1rem 0;
  z-index: 999;
  display: initial;
  width: auto;
  height: auto;
}

form#PM_ASForm_1 {
  position: relative;
  z-index: 99;
}

.PM_ASBlockOutputVertical a {
  color: #414141;
  display: block;
  width: 100%;
  height: 100%;
}

label.PM_ASLabelCheckbox.PM_ASLabelCheckboxSelected {
  border: 1px solid #000 !important;
}

.modal-body section.featured-products .highlighted-informations {
  display: none;
}

.modal-body section.featured-products article {
  padding: 0 1.5rem;
}

.modal-body section.featured-products .list-video-bloc {
  display: none !important;
}

.modal-body section.featured-products article .thumbnail-container {
  background: transparent;
}

.quickview .modal-header {
  position: absolute;
  right: 0;
  display: block;
  z-index: 1;
}

.PM_ASBlockOutput.PM_ASMobileMode .card-header {
  display: block;
}

.list-video-bloc a {
  display: block;
}

.list-video-prod {
  pointer-events: none;
}

#PM_ASCriterionsOutput_1_12 ul li:first-child,
#PM_ASCriterionsOutput_1_12 ul li:nth-child(2),
#PM_ASCriterionsOutput_1_12 ul li:nth-child(3),
#PM_ASCriterionsOutput_1_12 ul li:last-child {
  /* display: none; */
}

.preview-cart--footer {
  position: fixed;
  bottom: 0;
  padding: 0 30px 30px;
  display: block;
  width: 40vw;
  background: #fff;
  right: -40vw;
  transition: right 0.6s ease;
}

.is-open .preview-cart--footer {
  right: 0 !important;
}

#header .header-top .preview-cart--footer .cart-actions a {
  padding: 15px !important;
  display: block;
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
}

.cart-total p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.preview-cart--header a {
  z-index: 999;
  position: relative;
}

.preview-cart--body {
  padding: 30px 15px 0 0;
  border-top: 1px solid #ccc;
  margin: 0px 30px 30px;
  max-height: calc(100vh - 360px);
  overflow: auto;
}

.before-preview {
  padding: 35px 30px 16px;
  text-align: center;
}

.before-preview p {
  margin: 5px 0 0 !important;
  text-align: center;
  position: relative;
  top: auto;
  right: 0;
  left: 0;
}

.cart-product-line .md-col-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.size-20 {
  width: 100px;
}

.size-80 {
  width: calc(100% - 120px);
}

.cart-product-img a {
  display: block;
}

.cart-product-img img {
  width: 100%;
}

.cart-product-title {
  font-size: 20px;
  display: block;
  width: 80%;
  line-height: 1;
  margin-bottom: 10px;
}

.cart-product-price {
  font-weight: 700;
}

.no-margin {
  margin: 0;
}

.cart-product-line {
  padding-bottom: 30px;
}

.cart-actions {
  margin-top: 15px;
}

a.remove-from-cart {
  position: absolute;
  right: 0;
  font-weight: 400 !important;
  line-height: 1;
  font-size: 12px;
  text-decoration: underline;
  top: 5px;
}

.cart-summary-line.cart-summary-subtotals {
  padding: 0 0 0px;
}

.custombanners.displayFooterBefore img {
  width: 40px;
  height: 40px;
  mix-blend-mode: darken;
}

.custombanners.displayFooterBefore .block-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.custombanners.displayFooterBefore .cb-wrapper {
  max-width: 1440px;
  margin: auto;
}

.pre-panier .custombanners.displayFooterBefore {
  background: #ececec;
  padding: 15px;
}

.pre-panier .custombanners.displayFooterBefore .block-title {
  background: #ececec;
}

.pre-panier .custombanners.displayFooterBefore .banner-item {
  margin: 0;
}

.pre-panier .displayFooterBefore .banner-item-content p {
  font-size: 12px;
  line-height: 1;
}

.steps-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 30px;
  font-size: 14px;
  font-weight: 700;
  color: #959595;
}

#cart .col-md-2.col-sm-12.position-static.cart_wrapper,
#cart div#_desktop_logo,
#cart #adtm_menu ul#menu li.li-niveau1,
#checkout .col-md-2.col-sm-12.position-static.cart_wrapper,
#checkout div#_desktop_logo,
#checkout #adtm_menu ul#menu li.li-niveau1 {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 920px) {
  #checkout div#_desktop_logo {
    display: none;
  }

  #checkout div#logo {
    margin: 0 0 0 40px;
  }

  #checkout #header {
    position: relative;
    top: auto;
    background: none !important;
  }

  #checkout .pre-panier {
    margin-top: -78px;
  }
}

.step-item.active {
  color: #000;
}

.step-item {
  padding: 10px;
}

.step-item:after {
  content: ">";
  top: -2px;
  padding: 0 15px;
  position: relative;
}

body#checkout section#content .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

body#checkout section#content .row .col-md-8 {
  width: 60%;
}

body#checkout section#content .row:after {
  display: none;
}

a.btn.btn-lined {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
}

@media (min-width: 920px) {
  ul#menu > div:first-child {
    display: flex;
    /* width: calc(50% - 35px); */
    align-items: center;
    /* justify-content: flex-end; */
  }
  ul#menu > div:last-child {
    display: flex;
    /* width: calc(50% - 90px); */
    align-items: center;
    /* justify-content: flex-start; */
  }
}

.card.cart-container {
  padding: 0px 0 0;
}

.block-promo {
  width: 100%;
}

.cart-summary-line.cart-total {
  margin: 15px -30px -15px;
  border-top: 1px solid #ccc;
  padding: 30px 30px 0;
}

.row.product-row-header {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.product-line-grid-left {
  padding: 0;
}

#cart .bootstrap-touchspin:after {
  width: 25px;
  display: flex;
  align-items: center;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#checkout .cart_wrapper {
  display: none;
}

section#js-checkout-summary {
  padding: 30px 15px 15px;
}

.form-control-label ~ .col-md-6 {
  width: 100%;
  float: none;
  margin: 0px 0 15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; /* [ABAY-T27] - ARPA3 */
}

span.product-name {
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

body#checkout section.checkout-step .form-footer button {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}

#cart #header,
#checkout #header {
  border: none;
}

#checkout #footer .custombanners.displayFooterBefore {
  display: none;
}

#checkout #footer .footer-container {
  padding: 30px 0 0;
}

#checkout #footer hr {
  display: none;
}

.featured-products .thumbnail-container {
  display: flex;
  align-items: flex-start;
  background: transparent;
  margin: 0px 0 15px;
  position: relative;
}

.featured-products .product-thumbnail {
  width: 180px;
}

.featured-products .product-price-and-shipping {
  text-align: left;
  padding: 5px 15px 5px;
  font-weight: 700;
}

section.featured-products h3 {
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 20px;
}

#header .featured-products .products .button-default {
  margin: 15px;
  display: inline-block;
  padding: 5px 13px 3px !important;
  background: #000;
  color: #fff !important;
  position: relative;
  bottom: 0;
}

.featured-products .product-thumbnail a {
  display: block;
}

.featured-products ._desktop_wishlist_icon {
  display: none;
}

section.featured-products > h3:after {
  content: "+";
  position: absolute;
  font-size: 30px;
  right: 30px;
  top: 10px;
  pointer-events: none;
  font-weight: 400;
}

.featured-products.is-open > h3:after {
  transform: rotate(45deg);
}

#header .header-top .preview-cart--footer .cart-actions a.bt-small {
  padding: 5px 15px 15px !important;
  font-size: 14px;
  color: #000 !important;
  background: #fff;
}

.pre-panier {
  margin-bottom: 60px;
}

.col-md-4.border {
  position: sticky;
  top: 80px;
}

#cart #footer .custombanners.displayFooterBefore,
#checkout #footer .custombanners.displayFooterBefore {
  display: none;
}

#cart #main section.featured-products {
  display: block;
  background: #fff;
  max-width: 1380px;
  padding: 30px;
  margin: 30px auto;
}

.linked-products .featured-products .products {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
}

.linked-products .featured-products .product-miniature {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 30px;
}

.linked-products .featured-products .thumbnail-container {
  flex-direction: column;
}

.linked-products .featured-products .product-thumbnail {
  width: 100%;
}

.linked-products .featured-products .product-title {
  text-align: center;
  padding: 30px 0 0;
}

.linked-products .featured-products .product-price-and-shipping {
  text-align: center;
}

.linked-products .button-default {
  display: none;
}

.linked-products section.featured-products h3 {
  font-size: 20px;
  padding: 30px 30px 60px;
  font-weight: 700;
}

.back-label {
  display: none;
}

#cart .back-label,
#checkout .back-label {
  display: inline-block;
  padding: 10px !important;
}

#cart .back-label {
  position: absolute;
}

.cart-summary-products h3 {
  text-transform: uppercase;
  padding: 0 0 20px;
  font-weight: 700;
}

li.media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
}

.media-body .product-price {
  position: relative;
  /* right: 0; */
  margin-top: 15px;
}

section#js-checkout-summary h3 {
  text-transform: uppercase;
  text-align: center;
}

.bloc-voucher {
  margin-bottom: 30px;
  width: 100%;
}

.bloc-voucher h3 {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.product-line-grid-right.product-line-actions .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#cart .product-row-header .col-md-7 .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.col-md-4.col-xs-4.price {
  text-align: right;
}

.row.product-row-header .col-md-4.col-xs-8.qty {
  border: none;
}

label.col-md-3.form-control-label.radio-label {
  position: relative;
  width: 70px !important;
  top: -7px;
  left: -10px;
}

label.radio-inline {
  min-width: 60px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  align-items: flex-start;
  line-height: 24px;
}

.is-free,
.not-free {
  display: none;
}

ul.nav.nav-inline.my-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-control-label ~ .col-md-6 div {
  width: 100%;
}

section#content.page-order-confirmation {
  max-width: 720px;
  margin: 60px auto;
  text-align: center;
}

section#content.page-order-confirmation h3.h2 {
  font-size: 24px;
  font-family: "Josefin Sans";
  font-weight: 700 !important;
  margin-bottom: 30px;
}

section#content.page-order-confirmation .row {
  margin: 0 0 40px;
}

section#content.page-order-confirmation .row p {
  text-align: left;
  font-size: 16px;
}

#footer .custombanners.displayFooterBefore.clearfix {
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px;
}

section#js-checkout-summary h3.h3 {
  margin: 0;
  padding: 20px 0 0;
  display: block;
}

.expedition-date {
  padding: 10px 0 0;
  display: none;
}

.expedition-date p {
  margin-bottom: 0;
}

.later .expedition-date.later {
  display: block;
}

.now .expedition-date.now {
  display: block;
}

button#colissimo-select-pickup-point {
  width: 100%;
  font-size: 14px;
}

.colissimo-pickup-point-address {
  width: 100%;
  padding: 0 15px 15px;
  margin: -1px 0 0;
  background: #fff;
}

.order-options {
  display: none;
}

.trigger-preco {
  display: none;
}

div#js-cart #close-cart-fond:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.6s ease;
  pointer-events: none;
}

div#js-cart.is-open #close-cart-fond:before {
  opacity: 1;
}

.is-open #close-cart-fond {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  cursor: pointer;
  pointer-events: all;
  transition: 0.6s ease;
}

@media (max-width: 765px) {
  #close-cart-fond {
    display: none;
  }
}

div#close-preco {
  display: none;
}

div#colissimo-widget-container {
  height: auto !important;
}

.form-group.row.field-company,
.form-group.row.field-siret,
.form-group.row.field-vat_number {
  display: none !important;
}

span.algolia-places {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}

.js-address-form form section {
  width: 100%;
}

.preview-cart--header a {
  cursor: pointer;
}

body#password.page-customer-account #content {
  max-width: 640px;
}

.forgotten-password .form-fields button {
  margin: 15px 0;
}

@media (min-width: 766px) {
  .account-sidebar .back-to-home {
    display: none;
  }
}
@media (max-width: 765px) {
  div#js-product-list-top {
    display: none;
  }
  .account-sidebar a:not(.back-to-home) {
    display: none;
  }
  .page-my-account .account-sidebar a:not(.back-to-home) {
    display: block;
  }

  .PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,
  .PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {
    content: "expand_more";
    font-family: "Material Icons";
    padding-right: 5px;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    top: 6px;
  }
  .PM_ASMobileMode .card-header {
    padding: 0.1rem 2rem 0.3rem;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
  }
  .PM_ASCriterionsGroupList {
    margin-top: -1px;
    background: #fff;
    flex-direction: column;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    width: 100%;
    margin: 0;
    padding: 1rem;
  }
  span.PM_ASCriterionsGroupName:after {
    top: 11px;
    right: 15px;
  }
  span.PM_ASCriterionsGroupName {
    font-weight: 700;
    font-size: 0.8rem;
  }
  .PM_ASCriterionsGroupOuter {
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    left: auto;
    top: auto;
    transform: none;
    border: none;
    width: 100%;
  }
  .PM_ASBlockOutputVertical
    .PM_ASCriterionsGroup:hover
    .PM_ASCriterionsGroupOuter {
    height: auto;
    padding: 1rem 0 0;
    pointer-events: auto;
    z-index: 999;
  }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul {
    text-align: left;
  }
  .PM_ASBlockOutputVertical .PM_ASResetSearch {
    position: relative;
    padding: 0.3rem;
    margin: 10px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
  }
  .PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .card-block {
    border: 1px solid #000;
    margin-top: -10px;
    border-top: none;
    padding-top: 10px;
    background: #fff;
  }
  .product-miniature .thumbnail-container.img-banner .banner-txt {
    opacity: 1;
  }
  .preview-cart-content {
    width: 100vw;
    right: -100vw;
  }
  .trigger-preco {
    display: block;
    width: 100%;
    background: #2e578e !important;
    color: #fff !important;
  }
  .preco-bloc {
    display: none !important;
  }
  .preco-bloc.is-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .preco-bloc .info-preco {
    position: relative;
    opacity: 1;
    pointer-events: all;
    top: auto;
    margin: 0;
    padding: 45px 30px 0;
  }
  .preco-bloc .info-preco:before {
    display: none;
  }
  .preco-bloc button {
    margin: 15px;
    border: 15px solid #fff;
    padding: 15px;
    font-size: 14px;
    background: #000 !important;
  }
  .preview-cart--footer {
    width: 100vw !important;
    padding: 0 15px 15px;
    right: -100vw !important;
  }
  .is-open .preview-cart--footer {
    right: 0 !important;
  }
  article.product-miniature.js-product-miniature {
    width: 300px;
  }
  .preview-cart--body {
    padding: 30px 0px 0 0px;
    margin: 15px;
  }
  .steps-checkout {
    font-size: 10px;
    padding: 0;
  }
  .step-item {
    padding: 10px 15px 10px 0;
    position: relative;
  }
  .step-item:after {
    position: absolute;
    top: 9px;
    right: -10px;
  }
  .pre-panier .custombanners.displayFooterBefore .cb-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
  }
  .pre-panier .custombanners.displayFooterBefore .cb-wrapper .banner-item {
    flex: 0 0 160px;
    line-height: 1.2;
    padding: 15px 0;
  }
  .pre-panier .custombanners.displayFooterBefore {
    padding: 0px 0 10px;
    margin: 0 -15px;
    width: calc(100% + 15px);
  }
  .cart-grid-body {
    width: 100%;
    margin: 0 0 15px;
  }
  .pre-panier {
    margin: 0 0 30px;
  }
  .cart-grid-body .card-block {
    padding: 0;
  }
  #cart .product-line-grid {
    position: relative;
    padding-left: 100px;
    /* min-height: 140px; */
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 35px;
  }
  .product-line-grid-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }
  #cart .product-line-grid-body {
    padding: 0 !important;
    justify-content: flex-start;
  }
  .col-md-4.col-xs-4.price.current-price {
    display: none;
  }
  .product-line-grid-right.product-line-actions .row {
    justify-content: space-between;
  }
  #cart .remove-from-cart {
    font-size: 10px;
    top: 45px;
  }
  #cart .cart-summary {
    width: 100%;
  }
  .linked-products .featured-products .product-miniature {
    width: 70%;
    flex: 0 0 70%;
    padding: 0 15px;
  }
  .linked-products .featured-products .products {
    justify-content: flex-start;
  }
  #cart #main section.featured-products {
    margin: 30px -15px 0;
    padding: 0;
  }
  #cart .back-label,
  #checkout .back-label {
    /* top: 50px; */
    background: #fff;
    width: 100%;
    text-align: center;
    right: 0;
  }
  body#checkout section#content {
    margin: 0;
  }
  body#checkout section#content .row .col-md-8 {
    width: 100%;
    padding: 0;
  }
  .col-md-4.border {
    width: 100%;
  }
  body#checkout section#content .row {
    flex-wrap: wrap;
  }
  body#checkout section.checkout-step .step-title {
    padding-right: 90px;
  }
  .info-identity,
  .info-addresse,
  .info-livraison {
    padding-top: 15px;
  }
  body#checkout section.checkout-step.-current .content {
    padding: 15px 0;
  }
  body#checkout section.checkout-step .address-item {
    flex-direction: column;
    align-items: flex-start;
  }
  body#checkout section.checkout-step hr {
    display: none;
  }
  body#checkout section.checkout-step .add-invoice-address,
  body#checkout section.checkout-step .add-address {
    width: 100%;
    margin: 0 0 15px !important;
  }
  button.btn.btn-primary.continue {
    font-size: 12px;
  }
  /*
  #cart div#_desktop_logo,
  #checkout div#_desktop_logo {
    display: none;
  } */
  body#checkout section.checkout-step .delivery-option .col-sm-1 {
    padding: 0;
    width: 25px;
  }
  body#checkout section.checkout-step .delivery-option label {
    width: calc(100% - 25px);
  }
  body#checkout section#content .row .col-sm-4 {
    padding: 0 5px 0 0;
    width: calc(100% - 120px);
  }
  body#checkout section.checkout-step .delivery-option label .row .col-sm-3 {
    width: 65px;
    padding: 0;
  }
  body#checkout section#content .row .col-sm-5 {
    width: 40px;
    padding: 5px;
  }
  body#checkout section#content .row .col-sm-5 img {
    width: 100%;
  }
  body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body#checkout section.checkout-step .payment-options label {
    width: calc(100% - 50px);
  }
  #precommande-modal .modal-dialog .modal-content {
    padding: 30px 15px 0;
    width: 100%;
    text-align: center;
  }
  .info-identity p,
  .info-addresse p,
  .info-livraison p {
    /* width: 100%; */
    /* flex: 0 0 50%; */
    padding-right: 15px;
  }
  #precommande-modal .modal-body,
  #blockcart .modal-body {
    padding: 0 0 0;
  }
  #precommande-modal .cart-content {
    padding: 0;
  }
  #precommande-modal .modal-body .row {
    margin: 0;
  }
  body#checkout section#content .row .col-md-12 {
    padding: 0;
  }
  section#content.page-order-confirmation {
    padding: 0 15px;
  }
  #order-confirmation #footer .custombanners.displayFooterBefore.clearfix {
    display: none;
  }
  div#close-preco {
    position: absolute;
    font-size: 36px;
    right: 15px;
    top: 15px;
    display: block;
  }
  #cart #wrapper > .container {
    padding: 0;
  }
  #cart .product-row-header {
    display: none;
  }
  .nxtal-wishlist-icon {
    top: 61px;
  }
  #category #js-product-list-header .category-cover {
    height: auto;
  }
  .category-text {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 15px;
  }
  #category #js-product-list-header h1 {
    padding: 0;
  }
  #checkout div#_desktop_logo {
    display: none;
  }
  section.featured-products {
    text-align: center;
    background: #faf8f4;
    margin: 0px -15px 15px -15px;
    padding: 0px 0px 0px 0px;
  }
}

.pagination .page-list li {
  padding: 10px;
  min-width: 30px;
  height: 40px;
  color: #000;
}

.pagination .page-list li .spacer {
  font-weight: 700;
}

button.add-to-cart.processing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/Loader-add.gif) no-repeat center center #fff;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  background-size: 15%;
  border: 1px solid #000;
}

.btn.btn-primary.date-dispo {
  width: 100%;
  background: #666;
  pointer-events: none;
}

span.price.old-price {
  text-decoration: line-through;
  opacity: 0.3;
}

/* ARNAUD */

.align-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-center-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.align-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.align-end-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.align-end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.align-end-start {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.align-start-end {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.builder-text {
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
  font-family: "Josefin Sans";
}

/* CYCY */
/*header*/
.header-top {
  position: relative;
}
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}
#header .language-selector-list a{
  padding: 0 5px;
}
#_mobile_language_selector{
  position: absolute;
  z-index: 10;
  bottom: 10px;
}
.search-container i.search {
  font-size: 28px;
}
#header .header-top .trigger-search {
  display: block;
  /* margin-right: 2rem; */
  text-align: center;
}

.trigger-search .trigger-search--open svg {
  display: block;
  margin: 0 auto;
}

.trigger-search span {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .header-wishlist {
    margin-right: 15px;
  }
  .menu_wrapper,
  .adtm_menu_container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*home*/
.page-index #wrapper > .container {
  width: 100%;
  padding: 0;
}
.page-index #wrapper .custombanners {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .page-index #wrapper .custombanners {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page-index #wrapper .custombanners {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-index #wrapper .custombanners {
    width: 1080px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-index #wrapper .custombanners {
    width: 1480px;
    max-width: 100%;
  }
}
[class*="ratio-"] {
  position: relative;
}
[class*="ratio-"]::before {
  content: "";
  display: block;
  width: 100%;
}
[class*="ratio-"] img,
[class*="ratio-"] video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ratio-1_1::before {
  padding-top: 100%;
}

.tile--inner {
  position: relative;
  display: block;
}

.tile--inner__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.builder-4-titles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;

  margin-bottom: 20px;
}

.builder-2-1-titles {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}

.builder-3-titles {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;

  margin-bottom: 20px;
}

.builder-3-titles .tile {
  height: 730px;
}

.builder-3-titles .tile .tile--inner {
  height: 100%;
}

.builder-3-titles.-square {
  margin-bottom: 80px;
}
.builder-3-titles.-square .tile {
  height: auto;
}

.builder-slide,
.builder-vimeo {
  position: relative;
}

.builder-vimeo {
  pointer-events: none;
}

.builder-slide::before {
  content: "";
  display: block;
  width: 100%;
}

.builder-vimeo::before {
  content: "";
  display: block;
  width: 100%;
  /* padding-top: (220 / 147) * 100%; */
  padding-top: 149.659%;
}

.builder-slide.-paysage::before,
.builder-vimeo.-paysage::before {
  /* padding-top: (9 / 16) * 100%; */
  padding-top: 56.25%;
}

.builder-slide.-portrait::before,
.builder-vimeo.-portrait::before {
  /* padding-top: (3 / 2) * 100%; */
  padding-top: 150%;
}

.builder-slide img {
  height: 100% !important;
}

.builder-slide picture,
.builder-slide img,
.builder-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*click and collect*/
.add-to-collect {
	/* DEBUT - Julien (29/07/2023) : cache le bouton  [RÉSERVER EN BOUTIQUE] pour la braderie */
	/* display:none; */
	/* FIN - Julien (29/07/2023) : cache le bouton  [RÉSERVER EN BOUTIQUE] pour la braderie */
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.add-to-collect .info-preco {
  top: 120px;
}
.product-cc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.product-cc-info svg {
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.product-cc-info__content {
  width: calc(100% - 40px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 40px);
          flex: 0 0 calc(100% - 40px);
}
.product-cc-info__content p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (min-width: 960px) {
  .add-to-collect {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.add-to-collect .btn {
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.product-actions .add-to-collect.disabled {
  display: none;
}

.product-actions .add-to-cart {
  position: relative;
}

.product-actions .add-to-cart:disabled + .add-to-collect {
  width: 100%;
  margin-left: 0px;
}

.product-miniature.is-atelier {
  opacity: 1;
}
.product-miniature.is-atelier .product-thumbnail {
  opacity: 0.5;
}

.is-atelier-message {
  position: absolute;
  top: calc(50% - 47px);
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.is-atelier-message p {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.miniature-icon-shop {
  position: absolute;
  right: 50px;
  top: 18px;
	/* DEBUT - Julien (29/07/2023) : cache le bouton  [RÉSERVER EN BOUTIQUE] pour la braderie */
	/* display:none; */
	/* FIN - Julien (29/07/2023) : cache le bouton  [RÉSERVER EN BOUTIQUE] pour la braderie */
}

.miniature-icon-shop svg {
  display: block;
	/* DEBUT - Julien (29/07/2023) : cache le bouton  [RÉSERVER EN BOUTIQUE] pour la braderie */
	/* display:none; */
	/* FIN - Julien (29/07/2023) : cache le bouton  [RÉSERVER EN BOUTIQUE] pour la braderie */

  width: 20px;
  height: 20px;
}

.container-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container-add-to-cart .product-additional-info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media only screen and (min-width: 960px) {
  .container-add-to-cart {
    margin-bottom: 20px;
  }
}

/*Retour atelier*/
.retour-boutique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  padding: 20px;
}
.retour-boutique > div:first-of-type {
  width: 20px;
  flex: 0 0 20px;
  padding-right: 10px;
}
.retour-boutique > div:last-of-type {
  width: calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  padding-left: 10px;
}

.retour-boutique--title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.retour-boutique--content {
  margin-bottom: 0;
}

/*checkout*/
.payplugPaymentOption.with_fees img {
  width: 80px;
}

/*builder*/
[data-builder] {
  margin-bottom: 30px;
}
.builder-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.builder-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px;
}
.builder-title.-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
}

.builder-item {
  position: relative;
  padding: 5px;
}

.builder-item a {
  position: relative;
  display: block;
  /* height: 300px; */
}
.builder-item img,
.builder-item video {
  display: block;
  max-width: 100%;
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}

.builder-item img {
  object-position: top;
}

.builder-item video {
  object-position: center;
}

@media (min-width: 768px) {
  .builder-title {
    font-size: 16px;
  }
  .builder-title.-inner {
    padding: 30px;
  }
  .builder-item a {
    /* height: 600px; */
  }
}

[data-builder="content"] .builder-page-title {
  max-width: 670px;
  margin: auto;
}

/* builder - block 1 */
[data-builder="1"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
[data-builder="1"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
[data-builder="1"] .builder-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
/* builder - block 2 */
[data-builder="2"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
[data-builder="2"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
/* builder - block 3 */
[data-builder="3"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
[data-builder="3"] .builder-item:nth-of-type(2) a {
  /* height: 60%; */
  max-width: 60%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  [data-builder="3"] .builder-item:nth-of-type(1) a {
    /* height: 800px; */
  }
}
/* builder - block 4 */
[data-builder="4"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
/* builder - block 5 */
[data-builder="5"] .builder-item,
[data-builder="5"] img {
  padding: 0;
}
/* builder - block 6 */
[data-builder="6"] .builder-blocks {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[data-builder="6"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="6"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
@media (min-width: 768px) {
  [data-builder="6"] .builder-item:nth-of-type(1) a {
    /* height: 700px; */
  }
  [data-builder="6"] .builder-item:nth-of-type(2) a {
    /* height: 590px; */
  }
}
/* builder - block 7 */
[data-builder="7"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
/* builder - block 8 */
[data-builder="8"] .builder-blocks {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[data-builder="8"] .builder-title {
  margin-bottom: 15px;
}
[data-builder="8"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="8"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
@media (min-width: 768px) {
  [data-builder="8"] .builder-item:nth-of-type(1) a {
    /* height: 720px; */
  }
  [data-builder="8"] .builder-item:nth-of-type(2) a {
    /* height: 470px; */
  }
}
/* builder - block 9 */
[data-builder="9"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
/* builder - block 10 */
[data-builder="10"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
@media (min-width: 768px) {
  [data-builder="10"] .builder-item a {
    /* height: 330px; */
  }
}

/* builder - block 11 */
[data-builder="11"] .builder-blocks {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[data-builder="11"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  margin-bottom: 70px;
  transform: translateX(60px);
  z-index: 1;
}
[data-builder="11"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="11"] .builder-item:nth-of-type(1) a {
  /* height: 230px; */
}
@media (min-width: 768px) {
  [data-builder="11"] .builder-item:nth-of-type(1) a {
    /* height: 500px; */
  }
  [data-builder="11"] .builder-item:nth-of-type(2) a {
    /* height: 670px; */
  }
}

/* builder - block 12 */
[data-builder="12"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%;
}
[data-builder="12"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
}
[data-builder="12"] .builder-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
}
/* builder - block 13 */
[data-builder="13"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
}
@media (min-width: 768px) {
  [data-builder="13"] .builder-item a {
    /* height: 450px; */
  }
}
/* builder - block 14 */
[data-builder="14"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
[data-builder="14"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
@media (min-width: 768px) {
  [data-builder="14"] .builder-item a {
    /* height: 650px; */
  }
}
/* builder - block 15 */
[data-builder="15"] .builder-blocks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-builder="15"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="15"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  transform: translateX(-60px);
  z-index: 1;
}
[data-builder="15"] .builder-title {
  padding-left: 70px;
}
@media (min-width: 768px) {
  [data-builder="15"] .builder-item:nth-of-type(1) a {
    /* height: 670px; */
  }
  [data-builder="15"] .builder-item:nth-of-type(2) a {
    /* height: 500px; */
  }
}
/* builder - block 16 */
[data-builder="16"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}
/* builder - block 17 */
[data-builder="17"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
}
[data-builder="17"] .builder-item:nth-of-type(2) {
  margin-top: 120px;
  transform: translateX(-60px);
}
[data-builder="17"] .builder-item:nth-of-type(1) .builder-title {
  padding-right: 75px;
}
[data-builder="17"] .builder-item:nth-of-type(2) .builder-title {
  padding-left: 70px;
}
@media (min-width: 768px) {
  [data-builder="17"] .builder-item a {
    /* height: 430px; */
  }
}
/* builder - block 18 */
[data-builder="18"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
/* builder - block 19 */
[data-builder="19"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="19"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  margin-top: 80px;
}
[data-builder="19"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  transform: translateX(-60px);
  z-index: 1;
}
[data-builder="19"] .builder-item:nth-of-type(2) a {
  /* height: 410px; */
  border: 10px solid #fff;
}
[data-builder="19"] .builder-title {
  padding-left: 70px;
}
@media (min-width: 768px) {
  [data-builder="19"] .builder-item:nth-of-type(2) {
    transform: translateX(-140px);
  }
  [data-builder="19"] .builder-item:nth-of-type(2) a {
    /* height: 410px; */
  }
  [data-builder="19"] .builder-title {
    padding-left: 140px;
  }
}
/* builder - block 20 */
[data-builder="20"] .builder-item:nth-of-type(1) a {
  /* height: 470px; */
}
[data-builder="20"] .builder-item:nth-of-type(2) a {
  /* height: 410px; */
}
[data-builder="20"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="20"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  margin-top: 160px;
}
@media (min-width: 768px) {
  [data-builder="20"] .builder-item:nth-of-type(1) a {
    /* height: 470px; */
  }
  [data-builder="20"] .builder-item:nth-of-type(2) a {
    /* height: 360px; */
  }
  [data-builder="20"] .builder-item:nth-of-type(2) {
    margin-top: 310px;
  }
}

/* builder - block 22 */
[data-builder="22"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 768px) {
  [data-builder="22"] .builder-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

/* builder - block 23 */
[data-builder="23"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 768px) {
  [data-builder="23"] .builder-item a {
    /* height: 800px; */
  }
}
/* builder - block 24 */
[data-builder="24"] .col-lg-5,
[data-builder="24"] .col-lg-7 {
  padding-right: 0;
  padding-left: 0;
}
[data-builder="24"] .builder-blocks {
  display: grid;
  grid-template-areas:
    "a b"
    "a c";
}
[data-builder="24"] .builder-item:nth-of-type(1) {
  /* height: 400px; */
  grid-area: a;
}

[data-builder="24"] .builder-item:nth-of-type(2) {
  /* height: 200px; */
  grid-area: b;
}

[data-builder="24"] .builder-item:nth-of-type(3) {
  /* height: 200px; */
  grid-area: c;
}

[data-builder="24"] .builder-item:nth-of-type(1) a {
  /* height: 400px; */
}

[data-builder="24"] .builder-item:nth-of-type(2) a {
  /* height: 200px; */
  padding-bottom: 10px;
}

[data-builder="24"] .builder-item:nth-of-type(3) a {
  /* height: 200px; */
}

@media (min-width: 768px) {
  [data-builder="24"] .builder-item:nth-of-type(1) a {
    /* height: 1000px; */
  }

  [data-builder="24"] .builder-item:nth-of-type(2) a {
    /* height: 500px; */
  }

  [data-builder="24"] .builder-item:nth-of-type(3) a {
    /* height: 500px; */
  }
  [data-builder="24"] .builder-item:nth-of-type(1) {
    /* height: 1000px; */
    grid-area: a;
  }

  [data-builder="24"] .builder-item:nth-of-type(2) {
    /* height: 500px; */
    grid-area: b;
  }

  [data-builder="24"] .builder-item:nth-of-type(3) {
    /* height: 500px; */
    grid-area: c;
  }
}
/* builder - block 25 */
[data-builder="25"] .builder-blocks {
  flex-wrap: nowrap;
}

[data-builder="25"] .builder-blocks-1 {
  margin-bottom: 3rem;
}

[data-builder="25"] .-item2 a {
  /* height: 250px; */
}
[data-builder="25"] .-item3 a {
  /* height: 250px; */
}

@media (min-width: 768px) {
  .container-builder-bloc-25 {
    margin-bottom: 4rem;
  }
  [data-builder="25"] .builder-blocks-1 {
    margin-bottom: 0;
  }
  [data-builder="25"] .-item1 {
    /* height: 600px; */
  }

  [data-builder="25"] .-item2 {
    /* height: 400px; */
  }

  [data-builder="25"] .-item3 {
    /* height: 400px; */
  }

  [data-builder="25"] .-item2 a {
    /* height: 400px; */
  }
  [data-builder="25"] .-item3 a {
    /* height: 400px; */
  }
  [data-builder="25"] .-item4 {
    /* height: 600px; */
  }

  [data-builder="25"] .-margin-neg {
    margin-top: -150px;
  }
}

/* builder - block 26 */
[data-builder="26"] .builder {
  padding-top: 2rem;
}

[data-builder="26"] .builder-item {
  position: relative;
}
[data-builder="26"] .builder-item a {
  height: auto;
}
[data-builder="26"] .builder-title {
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 1;
  text-align: center;
  top: 0;
  font-size: 50px;
  color: black;
  transform: translateY(-50%);
  font-family: "Josefin Sans";
  font-weight: 700;
}
@media (min-width: 768px) {
  [data-builder="26"] .builder-title {
    font-size: 70px;
  }
}

/* builder - block 27 */
[data-builder="27"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="27"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  margin-top: 125px;
  z-index: 1;
}
[data-builder="27"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  transform: translateX(-60px);
}
[data-builder="27"] .builder-item:nth-of-type(1) a {
  /* height: 300px; */
  border: 10px solid #fff;
}
[data-builder="27"] .builder-title {
  padding-left: 70px;
}
@media (min-width: 768px) {
  [data-builder="27"] .builder-item:nth-of-type(1) {
    margin-top: 200px;
  }
  [data-builder="27"] .builder-item:nth-of-type(1) a {
    /* height: 510px; */
  }
  [data-builder="27"] .builder-item:nth-of-type(2) {
    transform: translateX(-140px);
  }
  [data-builder="27"] .builder-item:nth-of-type(2) a {
    /* height: 610px; */
  }
  [data-builder="27"] .builder-title {
    padding-left: 140px;
  }
}
/* builder - block 28 */
[data-builder="28"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
[data-builder="28"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
/* builder - block 29 */
[data-builder="29"] .builder-item a {
  /* height: 400px; */
}
[data-builder="29"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
[data-builder="29"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
[data-builder="29"] .builder-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
[data-builder="29"] .builder-item:nth-of-type(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

/* builder - block 30 */
[data-builder="30"] .builder-item {
  padding: 0;
}
[data-builder="30"] .builder-item a {
  /* height: 400px; */
  border: 20px solid #000;
}

[data-builder="30"] .builder-title {
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 50px;
  color: black;
  font-family: "Josefin Sans";
  font-weight: 700;
}
[data-builder="30"] .builder-subtitle {
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 25px;
  color: black;
  font-family: "Josefin Sans";
  font-weight: 700;
}
@media (min-width: 768px) {
  [data-builder="30"] .builder-item a {
    /* height: 710px; */
  }
  [data-builder="30"] .builder-title {
    font-size: 70px;
  }
  [data-builder="30"] .builder-subtitle {
    font-size: 25px;
  }
}

/* builder - block 31 */
[data-builder="31"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="31"] .builder-blocks {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 100px;
}
[data-builder="31"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  transform: translate(0px, 100px);
  z-index: 1;
}
[data-builder="31"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  width: 70%;
  transform: translateX(-70px);
}
[data-builder="31"] .builder-item:nth-of-type(1) a {
  /* height: 230px; */
  border: 10px solid #fff;
}

[data-builder="31"] .builder-item:nth-of-type(2) a {
  /* height: 300px; */
}
@media (min-width: 768px) {
  [data-builder="31"] .builder-blocks {
    padding-bottom: 0;
  }
  [data-builder="31"] .builder-item:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    margin-bottom: 40px;
    transform: translate(60px, 0);
    z-index: 1;
  }
  [data-builder="31"] .builder-item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    transform: translateX(0);
  }
  [data-builder="31"] .builder-item:nth-of-type(1) a {
    /* height: 500px; */
  }
  [data-builder="31"] .builder-item:nth-of-type(2) a {
    /* height: 670px; */
  }
}
/* builder - block 32 */
[data-builder="32"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="32"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  margin-top: 100px;
}
[data-builder="32"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  transform: translateX(-60px);
  z-index: 1;
}
[data-builder="32"] .builder-title {
  padding-left: 145px;
}
@media (max-width: 767px) {
  [data-builder="32"] .builder-title {
    padding-left: 65px;
  }
}
@media (min-width: 768px) {
  [data-builder="32"] .builder-item:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 70%;
    margin-top: 100px;
  }
  [data-builder="32"] .builder-item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 70%;
    transform: translateX(-55%);
    z-index: 1;
  }
  [data-builder="32"] .builder-item:nth-of-type(1) {
    margin-top: 200px;
  }
  [data-builder="32"] .builder-item:nth-of-type(1) a {
    /* height: 800px; */
    width: 90%;
  }
  [data-builder="32"] .builder-item:nth-of-type(2) a {
    /* height: 800px; */
  }
  [data-builder="32"] .builder-title {
    padding-left: 270px;
  }
}
/* builder - block 33 */
.align-spacebetween-center {
  justify-content: space-between;
  align-items: center;
}

[data-builder="33"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="33"] .builder-item:nth-of-type(1) {
  padding: 0;
}

[data-builder="33"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  /* height: 350px; */
}
[data-builder="33"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  /* height: 300px; */
}
[data-builder="33"] .builder-item:nth-of-type(1) a {
  border: 10px solid black;
  /* height: 350px; */
  margin-right: 0px;
}
[data-builder="33"] .builder-item:nth-of-type(2) a {
  /* height: 300px; */
}
[data-builder="33"] .builder-title {
  margin-left: 30px;
}

@media (min-width: 768px) {
  [data-builder="33"] .builder-item:nth-of-type(1) {
    /* height: 610px; */
  }
  [data-builder="33"] .builder-item:nth-of-type(1) a {
    border: 20px solid black;
    /* height: 610px; */
  }
  [data-builder="33"] .builder-item:nth-of-type(2) {
    /* height: 510px; */
  }
  [data-builder="33"] .builder-item:nth-of-type(2) a {
    /* height: 510px; */
  }
}

/* builder - block 34 */
[data-builder="34"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
}
[data-builder="34"] .builder-item a {
  border: 10px solid black;
}
@media (min-width: 768px) {
  [data-builder="34"] .builder-item a {
    border: 20px solid black;
  }
}

/* builder - block 35 */
[data-builder="35"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="35"] .builder-blocks {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[data-builder="35"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="35"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  width: 70%;
  margin-bottom: 0;
  transform: translateX(-125px);
  z-index: 1;
}
[data-builder="35"] .builder-title {
  margin-left: 120px;
}

@media (min-width: 768px) {
  [data-builder="35"] .builder-item:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  [data-builder="35"] .builder-item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 65%;
    margin-bottom: 80px;
    transform: translateX(-130px);
    z-index: 1;
  }
  [data-builder="35"] .builder-title {
    margin-left: 125px;
    max-width: 60%;
    width: 100%;
  }
}

[data-builder="35"] .builder-item:nth-of-type(2) a {
  /* height: 230px; */
  border: 10px solid #fff;
}
@media (min-width: 768px) {
  [data-builder="35"] .builder-item:nth-of-type(1) a {
    /* height: 670px; */
  }
  [data-builder="35"] .builder-item:nth-of-type(2) a {
    /* height: 460px; */
  }
}

/* builder - block 36 */
[data-builder="36"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
}
[data-builder="36"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
/* builder - block 37 */
@media (min-width: 768px) {
  [data-builder="37"] .builder-item:nth-of-type(1) {
    /* height: 510px; */
  }
}
/* builder - block 38 */
[data-builder="38"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="38"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
/* builder - block 39 */
[data-builder="39"] .builder-blocks {
  flex-wrap: nowrap;
}
[data-builder="39"] .-item1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
}
[data-builder="39"] .-item2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  margin-top: -250px;
}
[data-builder="39"] .-item2 a {
  border: 10px solid #fff;
}
@media (min-width: 768px) {
  [data-builder="39"] .-item2 {
    margin-top: -350px;
  }
  [data-builder="39"] .-item1 a {
    /* height: 510px; */
  }
  [data-builder="39"] .-item2 a {
    /* height: 710px; */
  }
}

/* builder - block 40 */
[data-builder="40"] .builder-blocks {
  padding-bottom: 4rem;
}
[data-builder="40"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}

@media (min-width: 768px) {
  [data-builder="40"] .builder-item {
    /* height: 400px; */
  }
  [data-builder="40"] .builder-item a {
    /* height: 400px; */
  }
}
/* builder - block 41 */
[data-builder="41"] .builder-blocks {
  padding: 0 3rem;
}
[data-builder="41"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}
[data-builder="41"] .builder-title-container {
  padding: 0 3rem;
}

@media (min-width: 768px) {
  [data-builder="41"] .builder-item {
    /* height: 400px; */
  }
  [data-builder="41"] .builder-item a {
    /* height: 400px; */
  }
}
/* builder - block 42 */
[data-builder="42"] .builder-blocks {
  padding: 0 5rem 0 3rem;
}
[data-builder="42"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
[data-builder="42"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}
[data-builder="42"] .builder-item:nth-of-type(3) {
  position: absolute;
  transform: rotate(5deg) translate(-50%, 10%);
  /* height: 200px; */
  top: 32%;
  right: 2rem;
}
[data-builder="42"] .builder-item:nth-of-type(3) a {
  border: 10px solid white;
  /* height: 200px; */
}
[data-builder="42"] .builder-title-container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  [data-builder="42"] .builder-blocks {
    padding: 0 3rem 0 3rem;
  }
  [data-builder="42"] .builder-item:nth-of-type(3) {
    right: -1rem;
    margin-left: 70%;
  }
}
@media (min-width: 768px) {
  [data-builder="42"] .builder-item:nth-of-type(3) {
    transform: rotate(5deg);
    /* height: 500px; */
  }
  [data-builder="42"] .builder-item:nth-of-type(3) a {
    /* height: 500px; */
  }
  [data-builder="42"] .builder-item {
    /* height: 700px; */
  }
  [data-builder="42"] .builder-item a {
    /* height: 700px; */
  }
}
/* builder - block 43 */
[data-builder="43"] .builder-blocks {
  padding: 0 3rem;
}
[data-builder="43"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  width: 37.5%;
}
[data-builder="43"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
[data-builder="43"] .builder-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  width: 37.5%;
}
[data-builder="43"] .builder-title-container {
  padding: 0 3rem;
}
@media (min-width: 768px) {
  [data-builder="43"] .builder-item {
    /* height: 600px; */
  }
  [data-builder="43"] .builder-item a {
    /* height: 600px; */
  }
}
/* builder - block 44 */
[data-builder="44"] .builder-blocks {
  flex-wrap: nowrap;
  margin-top: 21rem;
}
[data-builder="44"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  z-index: 5;
}
[data-builder="44"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  transform: translate(-6%, -50%);
  z-index: 10;
}
[data-builder="44"] .builder-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.5%;
  flex: 0 0 34.5%;
  width: 34.5%;
  transform: translate(-240%, -105%);
  z-index: 0;
  display: flex;
  flex-direction: column-reverse;
}
[data-builder="44"] .builder-title-container {
  padding: 0 3rem;
}
@media (min-width: 768px) {
  [data-builder="44"] .builder-blocks {
    margin-top: 33rem;
  }
  [data-builder="44"] .builder-item:nth-of-type(1),
  [data-builder="44"] .builder-item:nth-of-type(2) {
    /* height: 600px; */
  }
  [data-builder="44"] .builder-item:nth-of-type(3) {
    /* height: 500px; */
  }
  [data-builder="44"] .builder-item:nth-of-type(1) a,
  [data-builder="44"] .builder-item:nth-of-type(2) a {
    /* height: 600px; */
  }
  [data-builder="44"] .builder-item:nth-of-type(3) a {
    /* height: 500px; */
  }
}
/* builder - block 45 */
[data-builder="45"] .container-1 {
  padding-bottom: 10%;
}
[data-builder="45"] .builder-blocks {
  padding: 0;
  align-items: center;
}
[data-builder="45"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}
[data-builder="45"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
[data-builder="45"] .builder-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}
[data-builder="45"] .builder-item:nth-of-type(2),
[data-builder="45"] .builder-item:nth-of-type(2) a {
  /* height: 440px; */
}
[data-builder="45"] .builder-item:nth-of-type(1),
[data-builder="45"] .builder-item:nth-of-type(3),
[data-builder="45"] .builder-item:nth-of-type(1) a,
[data-builder="45"] .builder-item:nth-of-type(3) a {
  /* height: 300px; */
}

[data-builder="45"] .builder-title-container {
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  [data-builder="45"] .container-1 {
    padding-bottom: 0;
  }
  [data-builder="45"] .builder-blocks {
    padding: 0 3rem 3rem 0;
    align-items: center;
  }
  [data-builder="45"] .builder-item:nth-of-type(1),
  [data-builder="45"] .builder-item:nth-of-type(3) {
    /* height: 500px; */
  }
  [data-builder="45"] .builder-item:nth-of-type(2) {
    /* height: 700px; */
  }
  [data-builder="45"] .builder-item:nth-of-type(1) a,
  [data-builder="45"] .builder-item:nth-of-type(3) a {
    /* height: 500px; */
  }
  [data-builder="45"] .builder-item:nth-of-type(2) a {
    /* height: 700px; */
  }
}

/* builder - block 46 */
[data-builder="46"] .builder-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}
[data-builder="46"] .builder-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  justify-content: flex-end;
  width: 80%;
  padding: 0;
  float: right;
}

[data-builder="46"] .right-row {
  width: 100%;
}

[data-builder="46"] .right-row .col-xs-6 {
  width: 100%;
}

[data-builder="46"] .right-row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

[data-builder="46"] .item-1 {
  /* height: 350px; */
}
[data-builder="46"] .item-1 a {
  /* height: 350px; */
}
[data-builder="46"] .item-2 {
  /* height: 175px; */
  padding-bottom: 15px;
}
[data-builder="46"] .item-2 a {
  /* height: 175px; */
  padding-bottom: 15px;
}

[data-builder="46"] .item-3 {
  /* height: 175px; */
}
[data-builder="46"] .item-3 a {
  /* height: 175px; */
}

@media (min-width: 768px) {
  [data-builder="46"] .item-1 {
    /* height: 700px; */
  }
  [data-builder="46"] .item-1 a {
    /* height: 700px; */
  }
  [data-builder="46"] .item-2 {
    /* height: 350px; */
    padding-bottom: 15px;
  }
  [data-builder="46"] .item-2 a {
    /* height: 350px; */
    padding-bottom: 15px;
  }

  [data-builder="46"] .item-3 {
    /* height: 350px; */
  }
  [data-builder="46"] .item-3 a {
    /* height: 350px; */
  }
}
/* builder - block 47 */
[data-builder="47"] .slick-list {
  padding: 0 17%;
}
[data-builder="47"] .builder-item a {
  /* max-height: 470px; */
  /* height: 100%; */
}
[data-builder="47"] .builder-title {
  margin-top: 0px;
}
@media (min-width: 768px) {
  [data-builder="47"] .builder-item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  [data-builder="47"] .slick-arrow {
    margin-top: 13px;
  }
  [data-builder="47"] .builder-title {
    margin-top: -10px;
  }
}

/* builder - block 48 */
[data-builder="48"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 100%;
  /* height: 550px; */
}
[data-builder="48"] .builder-item a {
  width: 100%;
  /* height: 550px; */
}

@media (min-width: 768px) {
  [data-builder="48"] .builder-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 100%;
    /* height: 1110px; */
  }
  [data-builder="48"] .builder-item a {
    width: 740px;
    /* height: 1110px; */
  }
}
/* builder - block 49 */
[data-builder="49"] .builder-item:nth-child(1),
[data-builder="49"] .builder-item:nth-child(1) a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  /* height: 600px; */
}
[data-builder="49"] .builder-item:nth-child(2),
[data-builder="49"] .builder-item:nth-child(2) a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  /* height: 400px; */
}
[data-builder="49"] .builder-item:nth-child(2) {
  padding-left: 10px;
}
[data-builder="49"] .builder-item:nth-child(2) a {
  /* height: 400px; */
}
@media (min-width: 768px) {
  [data-builder="49"] .builder-item:nth-child(1),
  [data-builder="49"] .builder-item:nth-child(1) a {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  [data-builder="49"] .builder-item:nth-child(2) {
    padding-left: 40px;
  }
  [data-builder="49"] .builder-item:nth-child(2),
  [data-builder="49"] .builder-item:nth-child(2) a {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

/* builder - block 50 */
/* section [data-builder="50"] {
    height: 40rem;
} */
section [data-builder="50"] {
  position: relative;
  padding-bottom: 30px;
}
[data-builder="50"] .builder-blocks.block-1 {
  justify-content: flex-end;
}
[data-builder="50"] .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  width: 85%;
  float: right;
  /* height: 500px; */
}
[data-builder="50"] .item-1 a {
  /* height: 500px; */
}

[data-builder="50"] .img-table-container {
  position: absolute;
  transform: translateY(-150%);
  width: 200px;
}

[data-builder="50"] .item-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 200px; */
  padding-bottom: 10px;
}
[data-builder="50"] .item-2 a {
  padding-bottom: 10px;
}
[data-builder="50"] .item-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 200px; */
  margin-top: 10px;
}

[data-builder="50"] .item-2 a,
[data-builder="50"] .item-3 a {
  /* height: 200px; */
}
@media (max-width: 767px) {
  [data-builder="50"] .item-1 {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    width: 82%;
    /* height: 360px; */
  }

  [data-builder="50"] .item-1 a {
    /* height: 360px; */
  }

  [data-builder="50"] .img-table-container {
    transform: translateY(-115%);
  }

  [data-builder="50"] .item-2,
  [data-builder="50"] .item-3,
  [data-builder="50"] .item-2 a,
  [data-builder="50"] .item-3 a {
    /* height: 130px; */
  }
}

@media (min-width: 768px) {
  [data-builder="50"] .img-table-container {
    position: absolute;
    transform: translateY(-110%);
    width: 300px;
  }
}

/* builder - block 51 */
[data-builder="51"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 440px; */
}
[data-builder="51"] .builder-item a {
  width: auto;
  /* height: 440px; */
}
@media (min-width: 768px) {
  [data-builder="51"] .builder-item a {
    max-width: 906px;
    /* height: 440px; */
  }
}
/* builder - block 52 */
section [data-builder="52"] {
  position: relative;
}

[data-builder="52"] .builder-item {
  padding: 0;
}

[data-builder="52"] .container-1 {
  position: relative;
  padding-bottom: 20%;
  z-index: 1;
}
[data-builder="52"] .container-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
[data-builder="52"] .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  /* height: 500px; */
  right: 7%;
}
[data-builder="52"] .item-1 a {
  /* height: 400px; */
}
[data-builder="52"] .item-2 {
  position: relative;
  left: 7%;
}
[data-builder="52"] .item-2,
[data-builder="52"] .item-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
  /* height: 420px; */
  border: 10px solid white;
}
[data-builder="52"] .item-2 a,
[data-builder="52"] .item-3 a {
  /* height: 400px; */
}
[data-builder="52"] .item-3 {
  transform: translateY(-20%);
}

@media (min-width: 768px) {
  [data-builder="52"] .item-1 a {
    /* height: 500px; */
  }
}

/* builder - block 53 */
[data-builder="53"] .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
[data-builder="53"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 350px; */
  padding: 0;
}
[data-builder="53"] .builder-item a {
  /* height: 350px; */
  padding: 5px 0;
}
@media (max-width: 767px) {
  [data-builder="53"] .col-md-3 {
    width: 50%;
  }
}

/* builder - block 54 */
section [data-builder="54"] {
  position: relative;
}

[data-builder="54"] .builder-item {
  padding: 0;
}

[data-builder="54"] .container-1 {
  position: relative;
  padding-bottom: 300px;
  z-index: 1;
}
[data-builder="54"] .container-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

[data-builder="54"] .title-container {
  transform: rotate(-90deg) translate(40%, 110%);
  right: 0;
  position: absolute;
}

[data-builder="54"] .item-1,
[data-builder="54"] .item-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  /* height: 400px; */
}
[data-builder="54"] .item-1 a,
[data-builder="54"] .item-4 a {
  /* height: 400px; */
}
[data-builder="54"] .item-2,
[data-builder="54"] .item-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 150px;
  /* height: 250px; */
}
[data-builder="54"] .item-2 a,
[data-builder="54"] .item-3 a {
  width: 150px;
  /* height: 250px; */
}

[data-builder="54"] .item-2 {
  position: relative;
  transform: translateY(10%);
  z-index: 5;
}
[data-builder="54"] .item-2 a {
  transform: translateX(-20%);
  border: 10px solid white;
}
[data-builder="54"] .item-3 {
  transform: translateY(20%);
  z-index: 5;
}
[data-builder="54"] .item-3 a {
  transform: translateX(25%);
  border: 10px solid white;
}
@media (max-width: 767px) {
  [data-builder="54"] .item-2,
  [data-builder="54"] .item-3 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  [data-builder="54"] .container-1 {
    position: relative;
    padding-bottom: 420px;
    z-index: 1;
  }
  [data-builder="54"] .item-1,
  [data-builder="54"] .item-4 {
    /* height: 700px; */
  }
  [data-builder="54"] .item-1 a,
  [data-builder="54"] .item-4 a {
    /* height: 700px; */
  }
  [data-builder="54"] .item-2,
  [data-builder="54"] .item-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 250px;
    /* height: 350px; */
  }
  [data-builder="54"] .item-2 a,
  [data-builder="54"] .item-3 a {
    width: 250px;
    /* height: 350px; */
  }
  [data-builder="54"] .item-3 {
    transform: translateY(40%);
  }
}
/* builder - block 55 */
section [data-builder="55"] {
  position: relative;
}
[data-builder="55"] .container-1,
[data-builder="55"] .container-2 {
  padding: 0 5px;
}

[data-builder="55"] .builder-item {
  padding: 0;
}

[data-builder="55"] .item-1,
[data-builder="55"] .item-1 a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  /* height: 700px; */
}
[data-builder="55"] .item-2,
[data-builder="55"] .item-2 a,
[data-builder="55"] .item-3,
[data-builder="55"] .item-3 a,
[data-builder="55"] .item-4,
[data-builder="55"] .item-4 a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  /* height: 233px; */
}

[data-builder="55"] .item-2 a,
[data-builder="55"] .item-3 a {
  padding-bottom: 10px;
}

/* builder - block 56 */
[data-builder="56"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (max-width: 767px) {
  [data-builder="56"] .builder-blocks {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  [data-builder="56"] .builder-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

/* builder - block 57 */
[data-builder="57"] .builder-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
}
[data-builder="57"] .builder-item a {
  /* height: auto; */
}
[data-builder="57"] .builder-item a::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
[data-builder="57"] .builder-item img {
  position: absolute;
  transform: translateY(-100%);
}

/* builder - block 58 */
section [data-builder="58"] {
  position: relative;
}

[data-builder="58"] .builder-item {
  padding: 0;
}

[data-builder="58"] .container-1 {
  position: relative;
  padding-bottom: 3rem;
  z-index: 1;
}
[data-builder="58"] .container-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 2;
  transform: translate(-30%, -40%);
}

[data-builder="58"] .title-container {
  right: 0;
  position: absolute;
}
[data-builder="58"] .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 100%;
  /* height: 340px; */
  left: 10%;
}
[data-builder="58"] .item-1 a {
  width: auto;
  /* height: 340px; */
}
[data-builder="58"] .item-2 a {
  /* height: 170px; */
  width: 110px;
}

@media (min-width: 768px) {
  [data-builder="58"] .container-2 {
    transform: translate(-30%, -25%);
  }

  [data-builder="58"] .item-1,
  [data-builder="58"] .item-1 a {
    /* height: 810px; */
  }
  [data-builder="58"] .item-2 a {
    /* height: 400px; */
    width: 260px;
  }
}

/* builder - block 59 */
section [data-builder="59"] {
  position: relative;
}

[data-builder="59"] .builder-item {
  padding: 0;
}

[data-builder="59"] .container-1 {
  position: relative;
  padding-bottom: 3rem;
  z-index: 1;
}
[data-builder="59"] .container-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 2;
  transform: translate(-30%, -110%);
}

[data-builder="59"] .title-container {
  right: 0;
  position: absolute;
}
[data-builder="59"] .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 100%;
  /* height: 340px; */
  left: 10%;
}
[data-builder="59"] .item-2 {
  padding: 0;
}
[data-builder="59"] .item-1 a {
  width: auto;
  /* height: 340px; */
}
[data-builder="59"] .item-2 a {
  /* height: 170px; */
  width: 110px;
  border: 10px solid white;
}
@media (min-width: 768px) {
  [data-builder="59"] .container-2 {
    transform: translate(-30%, -100%);
  }

  [data-builder="59"] .item-1,
  [data-builder="59"] .item-1 a {
    /* height: 810px; */
  }
  [data-builder="59"] .item-2 a {
    /* height: 400px; */
    width: 260px;
    border: 10px solid white;
  }
}
/* builder - block 60 */
section [data-builder="60"] {
  position: relative;
}

[data-builder="60"] .builder-item {
  padding: 0;
}

[data-builder="60"] .container-1 {
  position: relative;
  padding-bottom: 40%;
  z-index: 1;
}
[data-builder="60"] .container-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

[data-builder="60"] .title-container {
  right: 0;
  position: absolute;
}
[data-builder="60"] .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  /* height: 700px; */
}
[data-builder="60"] .item-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  /* height: 700px; */
}
[data-builder="60"] .item-1 a {
  /* height: 700px; */
}
[data-builder="60"] .item-2 a {
  /* height: 700px; */
}
/* builder - block 61 */
section [data-builder="61"] {
  position: relative;
}

[data-builder="61"] .container-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
[data-builder="61"] .container-2 {
  position: relative;
  padding-top: 40%;
  padding-bottom: 40%;
  z-index: 1;
}
[data-builder="61"] .title-container {
  position: absolute;
  top: 570px;
  left: 0;
}

[data-builder="61"] .container-3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
[data-builder="61"] .container-1 {
  position: relative;
}
[data-builder="61"] .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  /* height: 700px; */
}
[data-builder="61"] .item-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  /* height: 700px; */
}
[data-builder="61"] .item-3 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  /* height: 700px; */
}
[data-builder="61"] .item-1 a {
  /* height: 440px; */
  width: 100%;
}
[data-builder="61"] .item-2 a {
  /* height: 440px; */
  width: 100%;
}
[data-builder="61"] .item-3 a {
  /* height: 440px; */
  width: 100%;
}

/* builder - block 62 */
[data-builder="62"] {
  margin-bottom: 45px;
}
[data-builder="62"] .builder-blocks {
  justify-content: center;
}
[data-builder="62"] .builder-item {
  position: relative;
}
[data-builder="62"] .builder-item a {
  /* height: auto; */
}
[data-builder="62"] .builder-title {
  position: absolute;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 50px;
  color: black;
  transform: translateY(-50%);
  font-family: "Josefin Sans";
  font-weight: 700;
}
@media (min-width: 768px) {
  [data-builder="62"] .builder-title {
    font-size: 70px;
  }
}

/* builder - block 63 */
section [data-builder="63"] {
  position: relative;
}
[data-builder="63"] .item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  width: 85%;
  /* height: 700px; */
}

[data-builder="63"] .-inner {
  position: absolute;
  bottom: 8%;
  left: 12%;
  width: 100%;
  padding: 15px;
  color: #fff;
}

[data-builder="63"] .item-2 {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: translate(-15%, -15%);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  width: 70%;
  /* height: 500px; */
}

[data-builder="63"] .item-1 a {
  /* height: 700px; */
  width: 100%;
}
[data-builder="63"] .item-2 a {
  /* height: 500px; */
  width: 100%;
}

@media (min-width: 768px) {
  [data-builder="63"] .item-1 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    /* height: 700px; */
  }
}
/* builder - block 64 */
section [data-builder="64"] {
  position: relative;
}
[data-builder="64"] .item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 900px; */
  z-index: 0;
}
[data-builder="64"] .item-2 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  width: 90%;
  /* height: 800px; */
  z-index: 1;
}
[data-builder="64"] .item-3 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  width: 90%;
  /* height: 700px; */
  z-index: 2;
}

[data-builder="64"] .-inner {
  position: absolute;
  bottom: -7%;
  left: 0%;
  width: 100%;
  padding: 15px;
  color: #fff;
}

[data-builder="64"] .item-1 a {
  /* height: 900px; */
  width: 100%;
}

[data-builder="64"] .item-2 a {
  /* height: 800px; */
  width: 100%;
}

[data-builder="64"] .item-3 a {
  /* height: 700px; */
  width: 100%;
}
@media (max-width: 767px) {
  [data-builder="64"] .item-1,
  [data-builder="64"] .item-1 a {
    /* height: 700px; */
  }
  [data-builder="64"] .item-2,
  [data-builder="64"] .item-2 a {
    /* height: 600px; */
  }
  [data-builder="64"] .item-3,
  [data-builder="64"] .item-3 a {
    /* height: 500px; */
  }
  [data-builder="64"] .item-2,
  [data-builder="64"] .item-3 {
    top: 7%;
  }
  [data-builder="64"] .-inner {
    bottom: -9%;
  }
}

/* builder - block 65 */
section [data-builder="65"] {
  position: relative;
}
[data-builder="65"] .item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 700px; */
  z-index: 0;
}
[data-builder="65"] .item-2 {
  position: absolute;
  top: 15%;
  left: 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  /* height: 400px; */
  z-index: 1;
}
[data-builder="65"] .item-3 {
  position: absolute;
  top: 0;
  left: 98%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  /* height: 400px; */
  z-index: 2;
}

[data-builder="65"] .-inner {
  position: absolute;
  bottom: 7%;
  left: 1%;
  width: 90%;
  padding: 15px;
  color: #fff;
}

[data-builder="65"] .item-1 a {
  /* height: 600px; */
  width: 100%;
}

[data-builder="65"] .item-2 a {
  /* height: 400px; */
  width: 100%;
}

[data-builder="65"] .item-3 a {
  /* height: 400px; */
  width: 100%;
}

@media (min-width: 768px) {
  [data-builder="65"] .-inner {
    bottom: 7%;
    left: 5%;
  }
  [data-builder="65"] .item-2,
  [data-builder="65"] .item-2 a {
    /* height: 400px; */
  }
  [data-builder="65"] .item-3,
  [data-builder="65"] .item-3 a {
    /* height: 400px; */
  }
}
/* builder - block 66 */
section [data-builder="66"] {
  position: relative;
}
[data-builder="66"] .item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  width: 37.5%;
  /* height: 600px; */
  z-index: 0;
}
[data-builder="66"] .item-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  /* height: 400px; */
  z-index: 1;
}
[data-builder="66"] .item-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  width: 37.5%;
  /* height: 600px; */
  z-index: 2;
}

[data-builder="66"] .item-1 a {
  /* height: 600px; */
  width: 100%;
}

[data-builder="66"] .item-2 a {
  /* height: 400px; */
  width: 100%;
}

[data-builder="66"] .item-3 a {
  /* height: 600px; */
  width: 100%;
}
/* builder - block 67 */
section [data-builder="67"] {
  position: relative;
}
[data-builder="67"] .item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 600px; */
  z-index: 0;
}
[data-builder="67"] .item-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.4);
}
[data-builder="67"] .item-2 {
  position: absolute;
  top: 25%;
  left: 15%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
  /* height: 400px; */
  z-index: 2;
}
[data-builder="67"] .item-3 {
  position: absolute;
  top: -20%;
  right: -165%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  /* height: 400px; */
  z-index: 3;
}

[data-builder="67"] .-inner {
  position: absolute;
  bottom: 10%;
  left: 45%;
  width: 25%;
  padding: 15px;
  color: #fff;
}

[data-builder="67"] .item-1 a {
  /* height: 600px; */
  width: 100%;
}

[data-builder="67"] .item-2 a {
  /* height: 400px; */
  width: 100%;
  border: 10px solid white;
}

[data-builder="67"] .item-3 a {
  /* height: 400px; */
  width: 100%;
  border: 10px solid white;
}

@media (min-width: 768px) {
  [data-builder="67"] .item-2,
  [data-builder="67"] .item-2 a {
    /* height: 400px; */
  }
  [data-builder="67"] .item-3,
  [data-builder="67"] .item-3 a {
    /* height: 400px; */
  }
}

/* builder - block 68 */
[data-builder="68"] .builder-blocks {
  display: flex;
  justify-content: center;
}
[data-builder="68"] .builder-block-1,
[data-builder="68"] .builder-block-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  /* max-height: 700px; */
}
[data-builder="68"] .builder-block-1 {
  padding: 0 5% 2% 0;
}
[data-builder="68"] .builder-block-1 .builder-item {
  /* height: 97%; */
  width: 100%;
}
[data-builder="68"] .builder-block-2 .builder-item {
  /* height: 50%; */
  width: 50%;
}
[data-builder="68"] .builder-block-2 {
  padding: 2% 0 3% 2%;
}
[data-builder="68"] .builder-block-2 .item-1 {
  padding-bottom: 4%;
}
[data-builder="68"] .builder-block-2 .item-2 {
  padding: 11% 0 15% 20%;
}
[data-builder="68"] .builder-block-2 .item-3 {
  padding: 15% 20% 11% 0;
}
[data-builder="68"] .builder-block-2 .item-4 {
  padding-top: 4%;
}
[data-builder="68"] .builder-title-container {
  width: 200%;
}
[data-builder="68"] .builder-item {
  padding: 0;
}
[data-builder="68"] .builder-item a {
  /* height: 100%; */
}

/* builder - block 69 */
[data-builder="69"] .builder-blocks {
  display: flex;
  justify-content: center;
}
[data-builder="69"] .builder-block-1,
[data-builder="69"] .builder-block-2,
[data-builder="69"] .builder-block-3 {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  /* max-height: 700px; */
}
[data-builder="69"] .builder-item {
  padding: 0;
}
[data-builder="69"] .builder-item a {
  /* height: 100%; */
}
[data-builder="69"] .builder-block-1 .item-1,
[data-builder="69"] .builder-block-2 .item-2,
[data-builder="69"] .builder-block-3 .item-1 {
  /* height: 67%; */
}
[data-builder="69"] .builder-block-1 .item-2,
[data-builder="69"] .builder-block-2 .item-1,
[data-builder="69"] .builder-block-3 .item-2 {
  /* height: 33%; */
}
[data-builder="69"] .builder-title-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 300%;
  color: white;
}
[data-builder="69"] .builder-title {
  padding: 1rem 2rem;
}

/* builder - block 70 */
[data-builder="70"] .builder-blocks {
  /* height: 530px; */
}
[data-builder="70"] .builder-item.item-1 {
  margin: auto 5%;
  z-index: 1;
}
[data-builder="70"] .builder-item.item-1 a {
  max-width: 50%;
  aspect-ratio: 1/1;
  /* height: auto; */
}
[data-builder="70"] .builder-item.item-2 {
  position: absolute;
  margin-right: 15px;
}
[data-builder="70"] .builder-item.item-2 a {
  /* height: 530px; */
}
[data-builder="70"] .builder-title-container {
  position: absolute;
  color: white;
}
@media (max-width: 767px) {
  [data-builder="70"] .builder-blocks {
    /* height: 380px; */
  }
  [data-builder="70"] .builder-item.item-1 a {
    max-width: 100%;
    /* height: 150px; */
    width: 150px;
  }
  [data-builder="70"] .builder-item.item-2 a {
    /* height: 370px; */
  }
}

/* builder - block 71 */
section [data-builder="71"] {
  position: relative;
}
section [data-builder="71"] .builder-blocks {
  justify-content: center;
}
[data-builder="71"] .item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  width: 85%;
  /* height: 700px; */
}
[data-builder="71"] .-inner {
  position: absolute;
  bottom: 8%;
  left: 12%;
  width: 60%;
  padding: 15px;
  color: #fff;
}
[data-builder="71"] .item-2 {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: translate(-15%, -15%);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  width: 70%;
  /* height: 500px; */
}
[data-builder="71"] .item-1 a {
  /* height: 700px; */
  width: 100%;
}
[data-builder="71"] .item-2 a {
  /* height: 500px; */
  width: 100%;
}
@media (min-width: 768px) {
  [data-builder="71"] .item-1 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    /* height: 700px; */
  }
}

/* builder - block 72 */
[data-builder="72"] .builder-block-1 .builder-item a {
  /* height: auto; */
  aspect-ratio: 2/3;
}
/* builder - block 73 */
[data-builder="73"] .builder-block-1 {
  margin: 20% 9%;
  z-index: 1;
}
[data-builder="73"] .builder-block-1 .builder-item a {
  /* height: auto; */
  aspect-ratio: 2/3;
}
[data-builder="73"] .item-10 {
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
  aspect-ratio: 2/3;
}
[data-builder="73"] .builder-title-container {
  position: absolute;
  bottom: 10%;
}
[data-builder="73"] .builder-title {
  color: white;
}
@media (max-width: 767px) {
  [data-builder="73"] .builder-title-container {
    bottom: 8%;
  }
}

/* builder - block 74 */
section [data-builder="74"] {
  position: relative;
}
[data-builder="74"] .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
[data-builder="74"] .builder-item {
  position: relative;
  padding-bottom: 0;
}
[data-builder="74"] .builder-item a {
  /* height: auto; */
  aspect-ratio: 2/3;
}
[data-builder="74"] .slick-slide img {
  padding: 0;
}
[data-builder="74"] button.slick-next {
  margin-right: 5px;
}
[data-builder="74"] button.slick-prev {
  margin-left: 5px;
}
@media (max-width: 765px) {
  [data-builder="74"] button.slick-prev.slick-arrow,
  [data-builder="74"] button.slick-next.slick-arrow {
    top: calc(50% - 25px) !important;
  }
}

/* builder - block 75 */
[data-builder="75"] .builder-blocks {
  justify-content: space-between;
}
[data-builder="75"] .builder-item {
  width: 16.5%;
}
[data-builder="75"] .builder-item a {
  /* height: auto; */
  aspect-ratio: 2/3;
}
[data-builder="75"] .builder-title {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  font-size: 12px;
  color: white;
}
@media (max-width: 767px) {
  [data-builder="75"] .builder-item,
  [data-builder="75"] .builder-title-container {
    width: 50%;
  }
}

/* builder - block 76 */
[data-builder="76"] .builder-blocks {
  justify-content: space-between;
}

[data-builder="76"] .builder-item,
[data-builder="76"] .builder-title-container {
  width: 16.5%;
  order: 3;
}
[data-builder="76"] .builder-item a {
  /* height: auto; */
  aspect-ratio: 2/3;
}
[data-builder="76"] .builder-title {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  font-size: 12px;
  color: white;
}
[data-builder="76"] .builder-title-container {
  position: relative;
}
[data-builder="76"] .builder-title-container .builder-title {
  z-index: 1;
  top: 40%;
  bottom: unset;
  margin-top: 0;
  margin-left: 5%;
  width: 490%;
  font-size: 70px;
  line-height: 70px;
  word-break: break-word;
  color: black;
}
@media (max-width: 767px) {
  [data-builder="76"] .builder-blocks .builder-item:nth-of-type(1) {
    order: 0;
  }
  [data-builder="76"] .builder-blocks .builder-title-container {
    order: 2;
  }
  [data-builder="76"] .builder-blocks .builder-item:nth-of-type(3) {
    order: 1;
  }
  [data-builder="76"] .builder-item,
  [data-builder="76"] .builder-title-container {
    width: 50%;
  }
  [data-builder="76"] .builder-title-container .builder-title {
    margin-left: 50%;
    width: 150%;
    font-size: 55px;
    top: 45%;
  }
}

/* builder - block 77 */
section [data-builder="77"] {
  position: relative;
}
[data-builder="77"] .builder-blocks {
  display: flex;
}
[data-builder="77"] .builder-title-container {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translate(0, -50%);
}
[data-builder="77"] .slide-item {
  display: flex !important;
}
[data-builder="77"] span {
  font-size: 60px;
  line-height: 1;
}
[data-builder="77"] .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
[data-builder="77"] .builder-item {
  position: relative;
  height: auto;
  padding-bottom: 0;
}
[data-builder="77"] .builder-item a {
  height: 100%;
}
[data-builder="77"] .slick-slide img {
  padding: 0;
}
[data-builder="77"] button.slick-next {
  margin-right: 5px;
}
[data-builder="77"] button.slick-prev {
  margin-left: 5px;
}
@media (max-width: 765px) {
  [data-builder="77"] button.slick-prev.slick-arrow,
  [data-builder="77"] button.slick-next.slick-arrow {
    top: calc(50% - 25px) !important;
  }
  [data-builder="77"] .builder-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 166.66%;
  }
  [data-builder="77"] .builder-item a {
    position: absolute;
    transform: translateY(-100%);
    padding-right: 5px;
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  [data-builder="77"] .builder-title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(0, -50%);
  }
  [data-builder="77"] span {
    font-size: 80px;
    line-height: 1;
  }
  [data-builder="77"] .builder-item {
    aspect-ratio: 2/3;
  }
}
/* builder - block 78 */
section [data-builder="78"] {
  /* height: 550px; */
}
[data-builder="78"] .img-table-container {
  z-index: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 6%;
}
[data-builder="78"] .builder-blocks.block-1,
[data-builder="78"] .builder-blocks.block-2,
[data-builder="78"] .builder-blocks.block-3 {
  justify-content: center;
}

[data-builder="78"] .item-1,
[data-builder="78"] .item-2,
[data-builder="78"] .item-3,
[data-builder="78"] .builder-title-container {
  z-index: 1;
}
[data-builder="78"] .item-1 a,
[data-builder="78"] .item-2 a,
[data-builder="78"] .item-3 a {
  /* height: 380px; */
  width: 100%;
  max-width: 250px;
}
[data-builder="78"] .builder-title-container {
  position: absolute;
  top: 100%;
}
[data-builder="78"] .builder-title {
  color: white;
}
[data-builder="78"] .item-4 {
  position: absolute;
  /* height: 550px; */
  width: 100%;
  transform: translateY(-71%);
}
@media (min-width: 768px) {
  [data-builder="78"] .builder-title {
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  section [data-builder="78"],
  [data-builder="78"] .item-4 {
    /* height: 350px; */
  }
  [data-builder="78"] .item-4 {
    transform: translateY(-54%);
  }
  [data-builder="78"] .item-1 a,
  [data-builder="78"] .item-2 a,
  [data-builder="78"] .item-3 a {
    /* height: 180px; */
  }
  [data-builder="78"] .builder-blocks.block-1,
  [data-builder="78"] .builder-blocks.block-2,
  [data-builder="78"] .builder-blocks.block-3 {
    padding: 0 5px;
  }
}

@media (min-width: 921px) {
  #menu div:last-of-type .li-niveau1:last-of-type .advtm_menu_span {
    position: relative;
    font-weight: 400;
  }
  #menu div:last-of-type .li-niveau1:last-of-type .advtm_menu_span::before {
    content: "—";
    display: inline-block;
    margin-right: 10px;
  }
  .builder-2-1-titles {
    grid-template-areas:
      "a c c c"
      "b c c c";
  }

  .builder-2-1-titles .tile:first-of-type {
    grid-area: a;
  }

  .builder-2-1-titles .tile:nth-of-type(2) {
    grid-area: b;
  }

  .builder-2-1-titles .tile:last-of-type {
    grid-area: c;
  }

  .builder-2-1-titles .tile:last-of-type a {
    height: 100%;
  }

  .builder-3-titles {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 920px) {
  /*header*/
  #header {
    padding-bottom: 0;
    z-index: 2000;
  }
  .search-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
  }
  .search-container .trigger-search {
    transform: translateX(76px);
    margin-right: 0;
  }
  .search-container .trigger-search span {
    display: none;
  }
  div#blockcart-wrapper {
    order: 2;
  }
  .search-widget form button[type="submit"] {
    top: 5px;
  }
  .search-widget form button[type="submit"] span {
    display: none;
  }

  .sub .column_wrap_title.is-sub + .adtm_elements {
    height: 0;
    overflow: hidden;
  }

  .sub .column_wrap_title.is-sub.is-open + .adtm_elements {
    height: auto;
  }
  .sub .column_wrap_title.is-sub {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z' fill='%23000'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 2px center;
  }
  .sub .column_wrap_title.is-sub.is-open {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13H5v-2h14v2z' fill='%23000'/%3E%3C/svg%3E");
  }
  .builder-2-1-titles .tile:last-of-type .ratio-custom {
    padding-top: 100%;
  }
}

/* BRADERIE BANNER IF VIP  */
.customBanners1 .cb-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.2rem;
  min-height: 630px;
}

.customBanners1 .cb-wrapper .banner-item {
  margin-bottom: 1.2rem;
}

.customBanners1 .cb-wrapper .banner-item1 {
  margin-bottom: 1.2rem;
}

.customBanners1 .cb-wrapper .banner-item:nth-child(1),
.customBanners1 .cb-wrapper .banner-item:nth-child(2),
.customBanners1 .cb-wrapper .banner-item:nth-child(3) {
  margin-top: 1.2rem;
}

.customBanners1 .cb-wrapper .banner-item-content {
  height: 100%;
}

.customBanners1 .cb-wrapper .custom-html {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customBanners1 .cb-wrapper .banner-item-content .banner-img {
  height: 100%;
  min-height: 630px;
  height: 100%;
  object-fit: cover;
}

#checkout .field-newsletter .custom-checkbox span,
#authentication .field-newsletter .custom-checkbox span{
  display: none;
}

#checkout .field-newsletter .custom-checkbox label,
#authentication .field-newsletter .custom-checkbox label{
  padding-left: 0;
  pointer-events: none;
  font-size: 14px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .customBanners1 .cb-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1.2rem;
    min-height: 330px;
  }

  .customBanners1 .cb-wrapper .banner-item-content .banner-img {
    min-height: 440px;
    height: 100%;
    margin-left: 0 !important;
  }
}

/* BRADERIE BANNER IF NOT VIP  */

.customBanners2 .cb-wrapper .banner-item {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.customBanners2 .cb-wrapper .custom-html {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customBanners2 .cb-wrapper .banner-item-content .banner-img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* @media (min-width: 1200px) {
  .customBanners2 .banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
} */
@media (max-width: 767px) {
  .customBanners2 .cb-wrapper .banner-item-content .banner-img {
    margin-left: 0 !important;
  }

  .page-account {
    display: flex;
    flex-direction: column;
  }

  .account-sidebar {
    order: 1;
    margin-top: 20px;
  }
}

/* PROFILEO #1026 - VC - START */
.loading .custombanners {
	display: none;
}
/* PROFILEO #1026 - VC - END */

.page-customer-account.loading .custombanners {
  display: block;
}

/* TOOLTIP */
.variant-tooltip {
  position: relative;
}
.variant-tooltip:hover .variant-tooltip__text {
  visibility: visible;
  opacity: 1;
}

.variant-tooltip .variant-tooltip__text {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #fff;
  color: #000;
  border: 1px solid #CCC !important;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;

  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}

.variant-tooltip__info {
  display: block;
  margin-top: -19px;
  margin-bottom: 10px;
  margin-left: 52px;
  font-size: 10px;
  font-weight: 700;
}

@media (min-width: 767px) {
  .variant-tooltip__info {
    display: none;
  }
}
#js-product-list .products {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 766px) {
  #search_widget.hover-active,
  .trigger-search:hover~#search_widget,
  #search_widget:hover{
    width: 400px;
  }
}

.searchbar-autocomplete li a.ui-corner-all{
  display: flex;
  align-items: center;
}

.searchbar-autocomplete li span.product{
  font-size: .875rem;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-family: 'Josefin Sans';
}