#container, #as-container {
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    display: grid ;
    place-items: center
  }
  
  #slider-container {
    height: 400px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  #as-slider-container {
    height: 300px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  #slider-container .btn, #as-slider-container .as-btn {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid #a18c6f;
    border-top: 8px solid #a18c6f;
    z-index: 2000;
  }

  #as-slider-container .as-btn {
    cursor: pointer;
  }
  
  #slider-container .btn:hover, #as-slider-container .as-btn:hover {
    transform: scale(1.2);
  }
  
  #slider-container .btn.inactive, #as-slider-container .as-btn.inactive {
    border-color: rgb(153, 121, 126)
  }
  
  #slider-container .btn:first-of-type, #as-slider-container .as-btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
  }
  
  #slider-container .btn:last-of-type, #as-slider-container .as-btn:last-of-type {
    transform: rotate(135deg);
    right: 12px;
  }
  
  #slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%; 
    transition: all .5s;
  }

  #as-slider-container #as-slider {
    display: flex;
    width: 1000%;
    height: 100%; 
    transition: all .5s;
  }
  
  #slider-container #slider .slide, #as-slider-container #as-slider .as-slide {
    height: 90%;
    margin: auto 12px;
    box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
    display: grid;
    /*border: 2px solid #a18c6f;*/
    border: 1px solid #dbdbdb;
  }
  
  @media only screen and (min-width: 1100px) {
    #slider-container #slider .slide {
      width: 2%;
      margin-left: 0.3%;
      margin-right: 0.16%;
    }
  }
  
  @media only screen and (max-width: 1100px) {
    #slider-container #slider .slide {
      width: 2.65%;
      margin-left: 0.4%;
      margin-right: 0.22%
    }
  }
  
  @media only screen and (max-width: 900px) {
    #slider-container #slider .slide {
      width: 4%;
      margin-left: 0.55%;
      margin-right: 0.3%;
    }
  }
  
  @media only screen and (max-width: 550px) {
    #slider-container #slider .slide {
      width: 7%;
      margin-left: 1.5%;
      margin-right: 1.5%;
    }
  }

  @media only screen and (min-width: 991px) {
    #as-slider-container #as-slider .as-slide {
      width: 2.61%;
      margin-left: 0.44%;
      margin-right: 0.2%;
    }
  }

  @media only screen and (max-width: 991px) {
    #as-slider-container #as-slider .as-slide {
      width: 3.6%;
      margin-left: 0.75%;
      margin-right: 0.5%;
    }
    body #layer_cart .bloc-layer_cart, body .mab-popin .bloc-layer_cart {
      /*min-width: 505px;*/
    }
  }

  @media only screen and (max-width: 550px) {
    #as-slider-container #as-slider .as-slide {
      width: 5%;
      margin-left: 2.6%;
    }
  }

  .img_slide {
    position: relative;
    width: 100%;
    height: 180px;
  }
  .as-img_slide {
    position: relative;
    width: 100%;
    height: 110px;
  }
  .name_slide {
    position: relative;
    width: 100%;
    height: 20px;
    font-size: 13px;
    font-weight: 700;
  }
  .as-name_slide {
    position: relative;
    width: 96%;
    height: 32px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .name_slide a, .as-name_slide a {
    color: black;
  }
  .name_slide a:hover, .name_slide a:active, .as-name_slide a:hover, .as-name_slide a:active {
    color: #a18c6f;
  }
  .price_slide {
    display: flex;
    position: relative;
    width: 100%;
    height: 30px;
  }
  .as-price_slide {
    display: flex;
    position: relative;
    width: 96%;
    height: 30px;
    margin: 0 auto;
  }
  .cs_price {
    width: 35%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #a18c6f;
    text-align: center;
    margin-right: 12px;
  }
  .as-cs_price {
    width: 38%;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    color: #a18c6f;
    text-align: center;
    /*margin-right: 2px;*/
  }
  .cs_taille, .cs_taille_2 {
    width: 65%;
    height: 30px;
    margin-left: 10px;
  }
  .as-cs_taille, .as-cs_taille_2 {
    width: 62%;
    height: 30px;
    /*margin-left: 4px;*/
  }
  .cs_taille_2 {
    line-height: 30px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #2c333a;
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    border: 1px solid #d6d6d6;
  }
  .as-cs_taille_2 {
    line-height: 30px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #2c333a;
    text-align: left;
    margin-left: 5px;
    padding-left: 8px;
    border: 1px solid #d6d6d6;
  }
  .cs_taille div.selector > span {
    line-height: 30px !important;
    font-size: 13px !important;
    height: 30px !important;
  }
  .as-cs_taille div.selector > span {
    line-height: 30px !important;
    font-size: 11px !important;
    height: 30px !important;
    width: 100% !important;
  }
  .cs_taille div.selector, .as-cs_taille div.selector {
    height: 30px !important;
    line-height: 30px !important;
  }
  .as-cs_taille div.selector {
    width: 98% !important;
  }
  .btn_slide, .as-btn_slide {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .as-btn_slide {
    display: flex;
    justify-content: center;
  }
  .add_button {
    border-radius: 6px;
    width: 95%;
    height: 32px;
    line-height: 32px;
    background: #a18c6f;
    text-align: center;
    outline: 0;
    border: 0;
}
.add_button:hover, .add_button:active {
    background: #ebebe8;
}
.add_button span {
    border: 2px solid transparent;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: none;
    color: white;
    font-weight: 700;
}
.add_button:hover span, .add_button:active span {
    color: #a18c6f;
}


.ma_mySlides1, .ma_mySlides2, .ma_mySlides3, .ma_mySlides4, .ma_mySlides5, .ma_mySlides6, .ma_mySlides7, .ma_mySlides8, .ma_mySlides9, .ma_mySlides10 {display: none}

.as_mySlides1, .as_mySlides2, .as_mySlides3, .as_mySlides4, .as_mySlides5, .as_mySlides6, .as_mySlides7, .as_mySlides8, .as_mySlides9, .as_mySlides10 {display: none; /*background: white;*/}

/* Slideshow container */
.ma_slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.as-slideshow-container {
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

/* Next & previous buttons */
.ma_prev, .ma_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 23px;
  padding: 16px 0px 16px 0px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 15px 15px 0;
  user-select: none;
  background: #a18c6f;
}

.as_prev, .as_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 20px;
  padding: 12px 12px 12px 6px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  transition: 0.6s ease;
  border-radius: 0 15px 15px 0;
  user-select: none;
  background: #a18c6f;
}

.ma_prev:hover, .ma_prev:active, .ma_next:hover, .ma_next:active,
.as_prev:hover, .as_prev:active, .as_next:hover, .as_next:active {
  color: white;
}

/* Position the "next button" to the right */
.ma_next, .as_next {
  right: 0;
  border-radius: 15px 0 0 15px;
}

.ma_prev, .as_prev {
  left: 0;
}

.ma_mySlides1 img, .ma_mySlides2 img, .ma_mySlides3 img, .ma_mySlides4 img, .ma_mySlides5 img, .ma_mySlides6 img, .ma_mySlides7 img, .ma_mySlides8 img, .ma_mySlides9 img, .ma_mySlides10 img {
  height: 180px;
  width: 180px;
}

.as_mySlides1 img, .as_mySlides2 img, .as_mySlides3 img, .as_mySlides4 img, .as_mySlides5 img, .as_mySlides6 img, .as_mySlides7 img, .as_mySlides8 img, .as_mySlides9 img, .as_mySlides10 img {
  height: auto;
  width: 110px;
}

.slide .ma-sale-label, .as-slide .ma-sale-label {
  background: white;
  border: 1px solid #a18c6f;
  border-left: none;
  color: #a18c6f;
  height: 22px;
  -moz-border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: auto;
  left: 0;
  top: 10px;
  padding: 0 10px 0 6px;
  text-shadow: none;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 22px;
  cursor: default;
}

.slide .ma-sale-box {
  position: absolute;
  top: 10px;
  width: auto;
  text-align: center;
  top: 14px;
  left: 0;
  height: auto;
  overflow: visible;
  z-index: 1000;
}

.as-slide .ma-sale-box {
  position: absolute;
  top: 10px;
  width: auto;
  text-align: center;
  top: -4px;
  left: 0;
  height: auto;
  overflow: visible;
  z-index: 1000;
}
@media only screen and (max-width: 992px) {
  #modal-container {
    margin-top: -35px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #modal-container {
    margin-top: -100px;
    width: 100%;
  }
}
#additional-title span {
  /*background: #ebebe8 !important;*/
}
@media only screen and (min-width: 450px) {
  #additional-title::before {
    left: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 451px) {
  #additional-title::before {
    left: 10px;
    right: 10px;
  }
}
