@charset "UTF-8";
.ampromo-item-buttons > .action.tocart.primary {
  display: inline-block;
  background-color: #bb005e !important;
  border-radius: 0 !important;
  border: 0 none;
  min-height: 46px;
  line-height: 46px;
  width: auto;
  padding: 0px 10px;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ampromo-item-buttons > .action.tocart.primary span {
  background-color: transparent;
}
.ampromo-item-buttons > .action.tocart.primary:hover, .ampromo-item-buttons > .action.tocart.primary:focus, .ampromo-item-buttons > .action.tocart.primary:active {
  text-decoration: none;
  border: 0 none;
  background-color: rgba(187, 0, 94, 0.8);
}

.page-header {
  border-bottom: inherit;
}
@media only screen and (max-width: 959px) {
  .page-header {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  }
}
.page-header .panel.header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (max-width: 1023px) {
  .page-header .panel.header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.page-header .panel.wrapper {
  background-color: transparent !important;
  border-bottom: inherit !important;
  color: #434559;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  line-height: 30px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active::after {
  line-height: 30px;
}
.page-header .header.content {
  padding: 0px 15px 0;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .page-header .header.content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header.content {
    position: static;
  }
  .page-header .header.content .block-search {
    position: static;
  }
  .page-header .header.content .search-autocomplete {
    z-index: 10;
  }
  .page-header .header.content .form.minisearch .actions {
    position: relative;
    top: -28px;
  }
}

.header {
  position: relative;
}
.header .ammenu-logo {
  position: absolute;
  top: 0;
  z-index: 10;
  border: 8px solid #FFFFFF;
}
.header .ammenu-logo img {
  width: 215px;
  height: 215px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .ammenu-logo {
    position: relative;
    display: inline-block;
    width: auto;
    height: 50px;
    border: 0;
    padding: 0;
  }
  .header .ammenu-logo img {
    width: auto;
    max-height: 100px;
  }
}

#confirmOverlay #confirmBox {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  html .search-state {
    display: none !important;
  }
}
html .amsearch-wrapper-block {
  position: static;
}
@media only screen and (min-width: 1024px) {
  html .amsearch-wrapper-block {
    display: inline-block !important;
    visibility: visible !important;
  }
}
@media only screen and (max-width: 1023px) {
  html .amsearch-wrapper-block {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 15px 15px 15px 125px !important;
    background-color: #4b4d5f;
  }
  html .amsearch-wrapper-block::before {
    display: none;
  }
}
html .amsearch-wrapper-block .amsearch-form-block {
  width: auto !important;
  position: static;
}
html .amsearch-wrapper-block .amsearch-input {
  min-height: 26px;
  padding: 0px 9px;
  border-radius: 3px;
}
html .amsearch-wrapper-block .amsearch-input, html .amsearch-wrapper-block .amsearch-input:focus, html .amsearch-wrapper-block .amsearch-input:focus-within {
  border: 1px solid #bb005e;
}
html .amsearch-wrapper-block .amsearch-result-section {
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
  width: 100%;
  border: inherit;
}
html .amsearch-highlight,
html .amsearch-products-section .amsearch-link,
html .amsearch-link .product-item-link,
html .amsearch-item-container .amsearch-item .amsearch-link {
  color: #bb005e;
}
html .amsearch-highlight:hover,
html .amsearch-products-section .amsearch-link:hover,
html .amsearch-link .product-item-link:hover,
html .amsearch-item-container .amsearch-item .amsearch-link:hover {
  color: #880044;
}
html .amsearch-highlight.product-item-link,
html .amsearch-products-section .amsearch-link.product-item-link,
html .amsearch-link .product-item-link.product-item-link,
html .amsearch-item-container .amsearch-item .amsearch-link.product-item-link {
  color: #4b4d5f;
}
html .amsearch-highlight.product-item-link:hover,
html .amsearch-products-section .amsearch-link.product-item-link:hover,
html .amsearch-link .product-item-link.product-item-link:hover,
html .amsearch-item-container .amsearch-item .amsearch-link.product-item-link:hover {
  color: #353643;
}
html .amsearch-products-section .amsearch-product-list {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html .amsearch-products-section .amsearch-product-list {
    padding-bottom: 50px;
  }
}
html .amsearch-products-section .product-item [data-role=priceBox] {
  padding-bottom: 0;
  margin: 10px 0;
}
html .amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 300px;
}
html .amsearch-products-section .product-item [data-role=priceBox] p, html .amsearch-products-section .product-item [data-role=priceBox] span {
  padding-bottom: 0;
}
html .amsearch-product-list {
  margin-left: -20px !important;
}
html .amsearch-product-list .amsearch-item {
  width: 100% !important;
  margin-left: 20px !important;
  max-width: calc(50% - 20px) !important;
}
@media only screen and (min-width: 768px) {
  html .amsearch-product-list .amsearch-item {
    max-width: calc(33% - 20px) !important;
  }
}
@media only screen and (min-width: 1024px) {
  html .amsearch-product-list .amsearch-item {
    max-width: calc(25% - 20px) !important;
  }
}
html .amsearch-product-list .amsearch-item .product-image-photo {
  max-width: 100%;
  max-height: 100%;
}
html .amsearch-product-list .amsearch-item .price-box {
  margin: 10px 0 10px;
}
html .amsearch-slider-section {
  max-width: inherit;
}
html .amsearch-slider-section .amsearch-description {
  margin: 0 auto;
}
html .amsearch-slider-section .product-image-photo {
  max-height: 100%;
}

@media only screen and (min-width: 1025px) {
  .ammenu-nav-sections {
    z-index: 5;
    margin: 0 !important;
    padding: 5px 0 0 !important;
    background-color: transparent;
  }
}

.ammenu-menu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.ammenu-menu-wrapper {
  background: transparent !important;
  color: #4b4d5f;
  margin-bottom: 0;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .ammenu-menu-wrapper {
    display: block !important;
  }
}
.ammenu-menu-wrapper .ammenu-label {
  background-color: #bb005e;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-label {
    bottom: 95% !important;
    padding: 1px 3px !important;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root {
    text-align: right;
    display: block !important;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item {
  margin: auto;
  /**********************
      Sous menu amasty
  ***********************/
}
@media only screen and (min-width: 768px) {
  .ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item {
    pointer-events: initial;
    padding: 12px 15px !important;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 24px;
  font-weight: 400;
  color: #4b4d5f;
  text-transform: none;
  padding: 0;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item > .ammenu-link.has-children::after {
  position: relative;
  top: 4px;
  font-size: 10px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  color: #bb005e;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item.current {
  background: rgba(255, 255, 255, 0.15);
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper.ammenu-submenu-wrapper.-auto {
  padding: 20px;
  width: auto;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper.ammenu-submenu-wrapper.-auto a {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper.ammenu-submenu-wrapper.-auto ul {
  padding: 0;
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper {
  margin-top: 7px;
  border-radius: inherit;
  background: #FFFFFF;
  border-top: 2px solid #bb005e;
  border-bottom: 2px solid #bb005e;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  text-align: left;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper .ammenu-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper .ammenu-title:hover {
  color: #bb005e !important;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper .ammenu-list .ammenu-link {
  padding-bottom: 10px;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper .ammenu-list .ammenu-link .ammenu-text {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #4b4d5f;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item .ammenu-submenu-wrapper .ammenu-list .ammenu-link:hover .ammenu-text {
  color: #bb005e !important;
}
.ammenu-menu-wrapper .ammenu-nav-sections:not(.-opened) .ammenu-items.-root > .ammenu-item:nth-child(2) > .ammenu-link {
  color: #bb005e;
}

@media only screen and (max-width: 1024px) {
  .header-links {
    margin-right: 55px;
  }
}

.ammenu-menu-toggle {
  /*position: absolute;
  top: 12px; //50%;
  left: 10px;
  box-sizing: border-box;

  border: 1px solid $c-white;
  border-radius: 3px;

  padding: 10px;
  width: 42px;
  height: 42px;

  color: $c-white;*/
  /*@include max-screen($mage-bp-medium) {
       text-decoration: none;
       cursor: pointer;
       display: inline-block;
       width: 40px;
       height: 40px;
       text-align: center;
       line-height: 40px;
       right: 15px;
       left: auto;
       position: absolute;
       top: 10px;
       z-index: 14;
       background-color: $c-magenta;
       color: $c-white;
   }*/
}

.page-header #ammenu-sidebar .ammenu-button.-icon.-close {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-header #ammenu-sidebar {
    z-index: 99999 !important;
    min-width: 300px !important;
    width: 85% !important;
    max-width: 450px !important;
    background: #FFFFFF !important;
  }
}
.page-header #ammenu-sidebar.-opened {
  text-align: left;
}
.page-header #ammenu-sidebar.-opened .switcher .switcher-trigger strong {
  display: inline-block;
  padding-left: 15px;
}
.page-header #ammenu-sidebar.-opened .switcher .switcher-trigger strong::after {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .page-header #ammenu-sidebar .top-link-infos-mobile {
    display: block;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e6f2;
    background: #fbf8fa;
  }
  .page-header #ammenu-sidebar .top-link-infos-mobile .uk-float-left {
    float: none !important;
  }
  .page-header #ammenu-sidebar .top-link-infos-mobile strong {
    display: block;
  }
  .page-header #ammenu-sidebar .top-link-infos-mobile strong i {
    display: inline-block;
    width: 18px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .page-header #ammenu-sidebar .top-link-infos-mobile strong i.uk-icon-mobile-phone {
    font-size: 21px;
  }
  .page-header #ammenu-sidebar .top-link-infos-mobile strong[style*=margin-left] {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-header #ammenu-sidebar .ammenu-tabs-list {
    background: #FFFFFF;
    border: inherit;
    width: 100%;
    margin: 0;
    padding: 10px 0px;
  }
}
.page-header #ammenu-sidebar .ammenu-tabs-list .ammenu-button {
  color: #4b4d5f;
  text-transform: none;
  border-bottom: 3px solid #dbdbdb;
  width: 100%;
  border-radius: 0;
  padding: 10px 0px;
}
.page-header #ammenu-sidebar .ammenu-tabs-list .ammenu-button:hover, .page-header #ammenu-sidebar .ammenu-tabs-list .ammenu-button:active {
  color: #4b4d5f;
  text-transform: none;
}
.page-header #ammenu-sidebar .ammenu-tabs-list .ammenu-button span {
  display: block;
  padding: 3px 0 10px 0;
  text-align: center;
}
.page-header #ammenu-sidebar .ammenu-tabs-list .ammenu-button.-active {
  border-bottom-color: #bb005e;
  color: #4b4d5f;
}
.page-header #ammenu-sidebar .ammenu-tabs-list .ammenu-button.-active .ammenu-link {
  color: #4b4d5f;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .page-header #ammenu-sidebar .ammenu-items.-root {
    padding-top: 0px;
  }
}
.page-header #ammenu-sidebar .ammenu-items.-root .header.links {
  margin-top: 0;
  color: #4b4d5f;
  text-transform: none;
}
.page-header #ammenu-sidebar .ammenu-items.-root .greet.welcome {
  display: none;
  visibility: hidden;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  color: #000000;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item.-active > .ammenu-link > .ammenu-icon-block.-toggle {
  color: #bb005e !important;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item .ammenu-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  min-height: inherit;
  padding: 14px 0px;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-items {
  padding: 0 0 0 15px;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-items > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  color: #000000;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-items > .ammenu-item.-active > .ammenu-link > .ammenu-icon-block.-toggle {
  color: #bb005e !important;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-items > .ammenu-item > .ammenu-link {
  color: inherit !important;
  padding: 12px 0;
  min-height: inherit;
  font-weight: 600;
  font-size: 1.5rem;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-items > .ammenu-item > .ammenu-items {
  padding: 0 0 0 15px;
}
.page-header #ammenu-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-items > .ammenu-item > .ammenu-items > .ammenu-item > .ammenu-link {
  color: inherit !important;
  padding: 10px 0;
  min-height: inherit;
  font-size: 1.4rem;
}

.ammenu-menu-wrapper.-mobile {
  /* @include min-screen($mage-bp-large) {
       display: none !important;
   }*/
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-main {
  text-transform: none;
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-main::before {
  content: none;
}

.ammenu-nav-sections:not(.-hamburger) .ammenu-title {
  /*@include min-screen($mage-bp-large) {
      display: none !important;
  }*/
}

.ammenu-button.-hamburger {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 14;
  background-color: #bb005e;
  color: #FFFFFF;
  border: inherit;
  padding: 0 10px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ammenu-button.-hamburger {
    position: absolute;
    right: 15px;
    left: auto;
    top: 10px;
  }
}
.ammenu-button.-hamburger .apk-bar {
  position: relative;
  display: block;
  border-bottom: 2px solid;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  min-width: 18px;
  width: 18px;
  margin: 5px 0;
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
.ammenu-button.-hamburger[aria-expanded=true] .apk-bar:nth-of-type(1) {
  margin-top: 8px;
  -webkit-transform: translate(1px, 4px) rotate(45deg);
      -ms-transform: translate(1px, 4px) rotate(45deg);
          transform: translate(1px, 4px) rotate(45deg);
}
.ammenu-button.-hamburger[aria-expanded=true] .apk-bar:nth-of-type(2) {
  opacity: 0;
}
.ammenu-button.-hamburger[aria-expanded=true] .apk-bar:nth-of-type(3) {
  margin-top: 0px;
  -webkit-transform: translate(1px, -10px) rotate(-45deg);
      -ms-transform: translate(1px, -10px) rotate(-45deg);
          transform: translate(1px, -10px) rotate(-45deg);
}

body.events-index-index {
  /*.apk-events-filter {
  	padding-top: 95px;
  	position: relative;

  	& > .container {
  		position: relative;
  	}
  }*/
}
body.events-index-index .page-main-fullwidth {
  position: relative;
  padding-top: 95px;
  background-color: #f8f6fd;
}
body.events-index-index .page-main-fullwidth .page-title-wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 95px;
  margin: auto;
  left: auto;
  top: auto;
}
body.events-index-index .page-main-fullwidth .page-title-wrapper .page-title {
  position: absolute;
  display: inline-block;
  width: auto;
  left: 280px;
  top: 25px;
}
@media only screen and (max-width: 959px) {
  body.events-index-index .page-main-fullwidth .page-title-wrapper .page-title {
    position: relative;
    display: block;
    left: initial !important;
    top: initial !important;
  }
}
body.events-index-index .apk-section-title {
  position: absolute;
  display: inline-block;
  width: auto;
  left: 280px;
  top: -85px;
}
@media only screen and (max-width: 959px) {
  body.events-index-index .apk-section-title {
    position: relative;
    display: block;
    left: initial !important;
    top: initial !important;
  }
}

.gm-style .gm-style-iw-c {
  padding: 0;
  max-height: 250px !important;
}

.gm-style-iw-d {
  max-height: 250px !important;
}

.page-products .column.main .products-grid .product-items {
  margin-left: -20px;
}
.page-products .column.main .products-grid .product-items .product-item {
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 640px) {
  .page-products .column.main .products-grid .product-items .product-item {
    width: 50% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-products .column.main .products-grid .product-items .product-item {
    width: 33.3333333333% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .page-products .column.main .products-grid .product-items .product-item {
    width: 25% !important;
    margin-left: 0 !important;
  }
}

.column.main .toolbar {
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.apk-product-item-pictos {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.apk-product-item-pictos--text {
  display: inline-block;
  margin: 2px 3px;
  height: 24px;
  border-radius: 2px;
  background-color: #bb005e;
  padding: 0 7px;
  font-size: 11px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .apk-product-item-pictos--text {
    font-size: 10px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0 5px;
    max-width: 50px;
    /* Nécessaires pour text-overflow */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
body.catalog-product-view .apk-product-item-pictos--text {
  margin-right: 5px;
  margin-left: 5px;
  height: 34px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  body.catalog-product-view .apk-product-item-pictos--text {
    height: 28px;
    border-radius: 4px;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 28px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .apk-product-item-pictos--text {
    max-width: initial;
  }
}
@media only screen and (max-width: 479px) {
  body.catalog-product-view .apk-product-item-pictos--text {
    height: 24px;
    margin-right: 1px;
    margin-left: 1px;
    line-height: 24px;
    font-size: 10px;
  }
}
.apk-product-item-pictos img {
  display: inline-block;
  margin: 0 5px;
  max-width: 80px;
  max-height: 80px;
}
@media only screen and (max-width: 959px) {
  .apk-product-item-pictos img {
    margin: 0 4px;
    max-width: 60px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .apk-product-item-pictos {
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .apk-product-item-pictos img {
    margin: 0 2px;
    max-width: 70px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .apk-product-item-pictos img {
    margin: 0 2px;
    max-width: 40px;
    max-height: 40px;
  }
}

.products.list .apk-product-item-pictos img {
  display: inline-block;
  margin: 0 2px;
  max-width: 40px;
  max-height: 40px;
}

.products-list .products.list .apk-product-item-pictos {
  top: 15px;
  left: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  /*& > .uk-flex.uk-flex-center {
  	justify-content: end !important;
  }*/
}
@media only screen and (max-width: 959px) {
  .products-list .products.list .apk-product-item-pictos img:nth-last-of-type(n+4) {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .products-list .products.list .apk-product-item-pictos img:nth-last-of-type(n+3) {
    display: none;
    visibility: hidden;
  }
}

.products-grid .product-item-info {
  position: relative;
}

.price-box .old-price {
  display: block;
}
.price-box .old-price .price-label {
  display: none !important;
}
.price-box .old-price .price {
  position: relative;
  font-size: 19px !important;
}
.price-box .old-price .price::before {
  content: "";
  position: absolute;
  right: -5%;
  bottom: calc(50% - 1px);
  display: block;
  width: 110%;
  height: 2px;
  background-color: #4b4d5f;
}

.product-info-main .apk-read-more {
  display: none;
  visibility: hidden;
}
.product-info-main .apk-show-more {
  position: relative;
}
.product-info-main .apk-show-more .value p {
  margin: 0;
}
.product-info-main .apk-show-more:not(.is-open) .value {
  width: 100%;
  margin: 0 0 1em 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-info-main .apk-show-more .apk-read-more {
  position: relative;
  display: block;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: {
  	top: 35px;
  	bottom: 30px;
  }*/
  text-align: center;
}
.product-info-main .apk-show-more .apk-read-more span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: #4b4d5f;
  font-weight: 700;
  color: #FFFFFF;
}
.product-info-main .apk-show-more.is-open .apk-read-more {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 959px) {
  .ammenu-header-container .block-search {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 959px) {
  .ammenu-header-container .block-search {
    margin-left: 0 !important;
    padding-right: 0px;
  }
  .ammenu-header-container .block-search .minisearch .control {
    position: static;
    background-color: inherit;
  }
}

.block.block-search {
  /*
  & + .apk-search-toggle-link {

  	.apk-search-icon {
  		display: none;
  		visibility: hidden;
  	}

  	.apk-close-icon {
  		display: block;
  		visibility: visible;
  	}
  }

  @include max-screen($uk-bp-medium) {
  	position: absolute;
  	top: 61px;
  	right: 0;
  	left: 0;
  	margin: 0;
  	height: 64px;
  	padding-top: 18px;
  	padding-left: 130px;

  	background-color: $c-blue-gray;
  	color: $c-white;

  	.control {
  		border-top: 0 none;
  		clear: initial;
  		margin: 0;
  		padding: initial;
  	}

  	.uk-form input[type=text]{
  		display: block;
  		width: -webkit-calc(100% - 40px);
  		width: calc(100% - 40px);
  		position: relative;
  		left: auto;
  		top: auto;
  	}

  	.label::before {
  		color: $c-white;
  	}

  	.search-autocomplete {
  		margin-top: 0;
  		color: $c-gray-light;
  	}

  }


  &.uk-hidden {
  	& + .apk-search-toggle-link {

  		.apk-search-icon {
  			display: block;
  			visibility: visible;
  		}

  		.apk-close-icon {
  			display: none;
  			visibility: hidden;
  		}
  	}
  }



  .uk-form input[type=text]{
  	height: 30px;
  	line-height: 30px;
  	min-height: 30px;
  	margin-top: -2px;
  }*/
}
@media only screen and (min-width: 960px) {
  .block.block-search.uk-hidden {
    display: block !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 960px) {
  .block.block-search + .apk-search-toggle-link {
    display: none !important;
    visibility: hidden !important;
  }
}
.block.block-search .uk-form input[type=text] {
  display: block;
  width: calc(100% - 40px);
  position: relative;
  left: auto;
  top: auto;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .block.block-search .uk-form input[type=text] {
    border: 1px solid #bb005e;
  }
}
@media only screen and (min-width: 768px) {
  .block.block-search button.action.search {
    top: -2px;
    right: 7px;
    display: block;
    background-color: #bb005e;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .block.block-search button.action.search::before {
    color: #FFFFFF;
  }
}

.title.apk-gift-message-tab {
  margin-bottom: 0;
  color: #FFFFFF;
}
.title.apk-gift-message-tab svg {
  margin-right: 10px;
  width: auto;
  height: 55px;
  color: #FFFFFF;
}

.cart-container .cart-gift-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gift-item-block {
  border: 0;
  border-radius: 15px;
  background-color: #bb005e;
  padding: 15px 35px;
  color: #FFFFFF;
}
.gift-item-block a {
  color: #FFFFFF;
  text-decoration: underline;
}
.gift-item-block .title {
  font-size: 20px;
  font-weight: bold;
}
.gift-item-block .title::after {
  content: none;
}
.gift-item-block._active .title::after {
  content: none;
}
.gift-item-block .content {
  padding: 0;
  display: block !important;
}

.gift-options-content .fieldset .label {
  color: #FFFFFF;
}
.gift-options-content button:not(.primary) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gift-options .actions-toolbar {
  margin-top: 15px;
}

.gift-options .actions-toolbar .secondary .action-cancel {
  margin-top: 0;
  height: 46px;
  line-height: 44px;
  color: #FFFFFF;
}

.gift-summary .action-edit:before, .gift-summary .action-delete:before {
  color: #FFFFFF;
}

.gift-summary .action-edit:before, .gift-summary .action-delete:before {
  color: #FFFFFF;
}

.checkout-index-index .modal-popup .fieldset .field .label {
  color: #4b4d5f;
}

.apk-newsletter-miniform {
  padding-top: 15px;
  padding-bottom: 15px;
}
.apk-newsletter-miniform .uk-form {
  padding: 10px 20px;
}
.apk-newsletter-miniform label {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.apk-newsletter-miniform .apk-newsletter-gdpr label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

html .filter-options .am-labels-folding.-am-singleselect .item .am-input, .filter-options [class*=am-filter-items-].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type=radio] {
  display: inline-block;
  left: -8px;
}

html .filter-options .am-labels-folding.-am-singleselect .item .am-input, .filter-options [class*=am-filter-items-].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) .label {
  margin-left: 10px;
}
html .filter-options .am-labels-folding.-am-singleselect .item .am-input:checked, .filter-options [class*=am-filter-items-].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) .label:checked {
  border-color: #cccccc;
}

html .filter-options-content .items.-am-singleselect .amshopby-link-selected {
  color: #494949;
  font-weight: 400;
}

html .filter-options-item .filter-options-content .count {
  color: #FFFFFF !important;
  display: inline-block;
  padding-left: 5px;
}

html .filter-options-item.apk-is-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .filter-options-item.apk-is-swatch .filter-options-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html .filter-options-item.apk-is-swatch .filter-options-title::after {
  display: none;
}
html .filter-options-item.apk-is-swatch .filter-options-content {
  display: block !important;
  padding: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: inline-block;
}
html .filter-options-item.apk-is-swatch .filter-options-content .item {
  margin-bottom: 0px !important;
}
html .filter-options-item.apk-is-swatch .filter-options-content .am-shopby-form {
  margin-right: 0;
}
html .filter-options-item.apk-is-swatch .filter-options-content .swatch-option.text {
  margin-bottom: 0px;
}

html .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view) {
  margin-right: 5px;
}
/*# sourceMappingURL=application-new.css.map */