/**
 * Commercial name: SEO-Presta
 * Proprietary-license whose copyright belongs to the Licensor PRESTA MODULE, a company registered under French law
 * under the number 528 531 767, located 90 rue Stanislas Torrents 13006 Marseille
 * support@presta-module.com https://www.presta-module.com
 *
 * SEO-Presta’ source codes are protected and Licensees are not allowed to create any Derivated Work.
 * The distribution or resale of SEO-Presta is strictly forbidden.
 *
 * SEO-Presta shall be used for Licensees’ own use, which allows Customization.
 *
 * Licensees shall not distribute nor resale publicly any Customization of SEO-Presta. However, Licensees are allowed
 * to sale a customization of SEO-Presta as part of a service provided to a designated customer.
 *
 * Limitation of Liability: Under no circumstances and under no legal theory, whether in tort (including negligence),
 * contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or
 * consequential damages of any character arising as a result of this License including, without limitation, damages
 * for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages
 * or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
 *
 * Attribution notice: SEO-Presta is a Derivated Work from an Original Work created by PrestaShop SA
 * and its contributors which can be found at https://github.com/PrestaShop/PrestaShop
 */
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#product .product-description ul,
#custom-text ul,
.articleContent ul,
#content.page-cms ul {
  padding-left: 40px;
}
#product .product-description ul li,
#content.page-cms ul li {
  list-style-type: disc;
}
#subcategories .thumbnail-container {
  position: relative;
  padding-top: 10px;
  margin-bottom: 1.563rem;
  margin: 0 0.625rem;
  height: 318px;
  width: 257px;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

p.subcategory-heading {
  color: #000;
  font-weight: bold;
}

#subcategories .thumbnail-container a {
  display: block;
  text-align: center;
}

#index #content {
  display: flex;
  flex-direction: column;
}

#header .header-nav .baseline {
  margin-top: 0.9375rem;
}

#_desktop_cart {
  float: right;
}

/* block cart */
.header-top [class*=" pe-7s-"],
.header-top [class^="pe-7s-"] {
  font-size: 35px;
}

.cart-preview,
.cart-preview:focus,
.cart-preview:hover,
.cart-preview:active,
.cart-preview:visited {
  outline: none !important;
  font-size: 25px;
}

.cart-preview i {
  font-size: 25px;
}

/*header*/
.header_ps_searchbar.left .search-widget,
.header_ps_searchbar.center .search-widget,
.header_ps_searchbar.right .search-widget {
  float: none;
  width: 100%;
}

.header_shoppingcart.right #_desktop_cart {
  float: none;
  text-align: center;
}

.logo_center {
  text-align: center;
}

.logo_right {
  text-align: right;
}

.header-top {
  transition: all 0.5s ease 0s;
}

.baseline {
  padding-right: 20px;
}

.carousel {
  box-shadow: none;
}

.border-right {
  border-right: 1px solid #dadada;

  /* line-height: 10px; */
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 14px;
  /* padding-top: 4px; */
}

nav.header-nav {
  min-width: 60px;
  min-height: 55px;
}

#header a,
.header-nav .baseline,
.dropdown-menu,
.dropdown .expand-more,
#header .header-nav .currency-selector {
  transition: all 0.5s ease 0s;
}

#header .header-nav .right-nav {
  padding-right: 0;
}

.dropdown-menu {
  margin: 0.825rem 0 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
}

span.cart-products-count {
  position: absolute;
  display: block;
  top: -19px;
  margin-left: 20px;
  width: 20px;
  text-align: center;
  font-size: 13px;
  border-radius: 16px;
  line-height: 21px;
}

.material-icons.shopping-cart {
  font-size: 32px;
}

/*
  PS banner
*/
.ps_banner span {
  display: block;
  position: absolute;
  margin-top: 11%;
  left: 46%;
  z-index: 1;
  font-weight: 400;
  font-size: 30px;
  color: #484848;
}

/* Newsletter */
#block-newsletter-label {
  font-weight: 400;
  font-size: 30px;

  /* padding-bottom: 11px; */
  /*color: #484848;*/
}

.block_newsletter p {
  /*color: #484848;*/
  font-weight: 100;
  font-size: 13px;
  text-align: left !important;
}
.block_newsletter .form-check-label {
  padding-left: 0 !important;
  margin-top: 10px;
}
/*.kl-product-list-left .slick-list.draggable{min-height: 150px !important;}*/
@media (max-width: 1199px) {
  /* under 1200px */
  .newsletter_content p {
    font-size: 24px;
    line-height: 30px;
    text-align: justify;
  }

  .banner .newsletter_content {
    margin-top: -56%;
  }

  .wsmenu {
    /*height: 800px;
        overflow: scroll;*/
    height: 100vh !important;
    overflow-y: scroll;
  }
  .wsactive {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .newsletter_content p {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    text-align: justify;
  }

  .banner .newsletter_content {
    position: absolute;
    margin-top: -12%;
    margin-left: 15%;
  }
  body .kl-img-mode span:after {
    left: 32%;
    width: 87%;
    top: 153px;
    height: 600px;
  }
  #main_home_background:before {
    background-size: 100% !important;
  }
}

@media (min-width: 992px) {
  .col-md-2.js-product-miniature {
    max-width: 21% !important;
    flex: 0 37%;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  body .kl-img-mode span:after {
    left: 21%;
    width: 73%;
    top: 135px;
    height: 430px;
  }
  #main_home_background:before {
    background-size: 680px !important;
    background-position: left top !important;
  }
  .col-md-2.js-product-miniature {
    max-width: 24% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .kl-product--item button.slick-next.slick-arrow {
    max-width: 50px;
  }
  .modal.quickview .slick-next.slick-arrow {
    margin-right: 38px !important;
  }
  .col-md-2.js-product-miniature {
    max-width: 29% !important;
  }
  body .kl-img-mode span:after {
    left: 19%;
    top: 13%;
    width: 75%;
    height: 42%;
  }
  #main_home_background:before {
    background-size: 645px !important;
    background-position: left top !important;
  }
}
/*@media (max-width: 991px){    */
/*    section.kl-block-mode.kl-content-box.wow.seoprestahometext { padding-top: 150px !important;}*/
/*}*/
/*@media (min-width: 991px) and (max-width: 1200px){*/
/*    .kl-product--item button.slick-next.slick-arrow {*/
/*        bottom: -70px !important;*/
/*    }*/
/*}*/
@media (min-width: 768px) and (max-width: 991px) {
  .modal.quickview .slick-next.slick-arrow {
    margin-right: 6px !important;
  }
  .kl-product--item button.slick-prev.slick-arrow {
    margin-left: 0px !important;
  }
  .col-md-2.js-product-miniature {
    max-width: 34% !important;
  }
  .kl-img-mode span:before {
    width: 110% !important;
    background-size: 399px !important;
  }
  button.slick-next.slick-arrow {
    width: 90px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /*.kl-product--item button.slick-prev.slick-arrow, .kl-product--item button.slick-next.slick-arrow {*/
  /*    top: 39px !important}*/
  /*.kl-product--item button.slick-prev.slick-arrow{  left: -1px !important;}*/
  /* .kl-product--item button.slick-next.slick-arrow{    right: -1 !important;}*/
  /* .kl-product-list-left .slick-list.draggable {    min-height: 50px !important;}*/
  .kl-img-mode span:before {
    background-size: 100% !important;
  }
  .kl-img-mode {
    min-height: 530.5px;
  }

  /* #js-product-list.mb-5 .row.kl-row-listing { padding: 0 25px; } */

  .kl-fullwidth-xs .kl-article-xts {
    padding: 0 25px;
  }
  #js-product-list.mb-5 .kl-nbr-article-show {
    padding: 0 25px;
  }
  .kl-header-product {
    margin-top: 0;
  }
  /*.product-images .slick-list.draggable {
        max-width: 311px;
        overflow: hidden;
        margin-left: 1px !important;
    }
     .kl-product--item .slick-list.draggable, .kl-product--item .slick-track {
        margin-left: -60px;
    }
    .kl-product--item button.slick-prev.slick-arrow {
        width: 70px !important;
        left: -19px !important;
    }*/
}
@media (max-width: 575px) {
  .js-product-miniature {
    max-width: 100%;
  }
  /* .kl-img-mode span:before {   background-size: 407px !important;} */
  .kl-img-mode span:after {
    height: 250px;
  }
  .kl-img-mode {
    min-height: 385.5px;
  }
}
.ps_banner .simpleParallax {
  max-height: 600px;
}

#wrapper .banner img {
  margin: 0 auto;
  display: block;
}

.block_newsletter p.alert {
  margin-top: 20px;
}

/*Footer*/
ul#footer_sub_menu_simple {
  display: flex;
  justify-content: space-between;
}

.footer-container .social-links {
  font-size: 22px;
}

/* product list */
.product-desc-list {
  font-size: 13px;
  margin-bottom: 5px;
}

.btn-comment-big {
  padding: 7px 16px;
  height: 45px;
}

.kl-product--item button.slick-next.slick-arrow {
  bottom: -56px;
}
.kl-product--item button {
  z-index: 1 !important;
}
.kl-nav-menu {
  z-index: 1000;
}

#product .kl-bg-white .container-fluid .col {
  position: relative;
}

.js-product-miniature .kl-title-aff p {
  font-size: 16px;
  line-height: 1.71;
  font-weight: bold;
}

.toggle-prices {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}
.toggle-prices button {
  background-color: transparent;
  color: #333;
  border: none;
  font-weight: 500;
  outline: none !important;
  cursor: pointer;
  font-size: 1rem;
}
.toggle-prices button.active {
  color: #bd7978;
  font-weight: 700;
}
.toggle-prices span {
  margin-right: 0.5rem;
}
.kl-frm-item input[type="text"],
.kl-frm-item label {
  margin-bottom: 0.4rem;
}
.kl-frm-item input[type="text"],
.kl-frm-item select,
input[type="date"] {
  width: 100%;
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 16px;
}
.kl-languagepicker {
  left: -22px;
  top: -16px;
}
.gift-icon img {
  max-width: 16px;
  object-fit: cover;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.kl-topbar {
  background: #bd7978 !important;
  padding: 10px 0 10px;
}
.kl-contact-top {
  color: #fff;
}
.kl-tel-top-header {
  color: #fff !important;
}
.kl-languagepicker div {
  background: #bd7978 !important;
  text-align: center;
}
.kl-languagepicker:hover div {
  background-color: #fff !important;
  padding: 0;
}
.kl-languagepicker:hover div a,
.kl-languagepicker:hover div span.obf {
  color: #bd7978;
}
.kl-languagepicker div a,
.kl-languagepicker div span.obf {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.kl-price-up svg {
  color: #fff;
  font-size: 15px;
}
.kl-translate-top .kl-btn-compte {
  padding: 4px 15px 4px 15px;
  background-color: #fff;
  color: #bd7978 !important;
  font-size: 15px !important;
  border-radius: 15px;
}
.kl-contact-top {
  margin-top: 5px;
}
.hvr-shutter-out-horizontal:before {
  border-radius: 22px;
  background-color: #ddd !important;
}
.navbar-expand-lg.navbar-light.kl-nav-menu {
  box-shadow: rgba(99, 99, 99, 0.08) 0px 2px 8px 0px;
  padding: 25px 0;
}
.col-auto.col-auto.cart-search {
  padding-left: 0px;
}
#main_home_background:before::after {
  display: none;
}
body .kl-img-mode span:after {
  display: none !important;
}
/* #main_home_background:before{
    background: url(https://www.cadeau-maroc.ma/themes/fashionseo/imgs/slider.jpg) no-repeat right top!important;
    background-size: cover;
} */
.kl-block-mode {
  padding-top: 0 !important;
}
.kl-choice {
  background: url(https://www.cadeau-maroc.ma/themes/fashionseo/imgs/Shopping-icon.png)
    no-repeat center top;
  width: 28px;
  height: 24px;
  position: relative;
}
.kl-choice span {
  background-color: #fff;
  border: 1px solid #bd7978;
  color: #bd7978;
}
.page-home .col-md-6 {
  margin: 30px 0 !important;
}
.page-home .col-md-6 .kl-title-h2 {
  font-family: "Josefin Snas" !important;
}
.page-home .kl-img-mode {
  margin-top: 0 !important;
}
#homedescription p {
  text-align: justify;
  word-spacing: -2px;
  font-size: 14px;
}
.wsmenu > .wsmenu-list > li > a,
.wsmenu > .wsmenu-list > li > span.obs {
  padding: 5px 13px 5px 13px;
  font-weight: 500 !important;
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  #main_home_background:before {
    background-size: 90% !important;
  }
}
html {
  scroll-behavior: smooth;
}

.read-m {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bd7978;
  color: #fff !important;
  border-radius: 15px;
  max-width: 260px;
  padding: 10px 0;
  display: block;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.read-m:hover {
  background-color: #a66c6b !important;
}
.read-m:active {
  transform: translateY(5px);
}
.read-m span {
  position: relative;
  z-index: 10;
}
.read-m::before {
  content: "";
  width: 50px;
  height: 105%;
  background-color: #c38383;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: 5;
}
.read-m::after {
  content: "";
  width: 30px;
  height: 60%;
  background-color: #c78d8c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 5;
  box-shadow: #bd7978 0px 0 100px 0px;
}
.kl-see-more .svg-inline--fa {
  text-align: center !important;
  margin: 0 !important;
  margin-left: 5px !important;
}
.kl-img-mode {
  min-height: 600px;
}
/* h1,h2{
    font-family: "josefin Sans"!important;
} */
.r-center {
  align-items: center;
}
.services {
  background-color: #fff;
  padding: 90px 15px 50px 15px;
  background-image: none;
}
.services .title {
  text-align: center;
  margin-bottom: 4.5rem;
}
.services .title span {
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  font-size: 14.5px;
  font-weight: 600;
  color: #444;
  max-width: none;
}
.services .title h2 {
  margin: 0.3rem 0 0 0;
  font-family: "josefin Sans" !important;
}
.services .grid-v {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  row-gap: 1.8rem;
  justify-content: space-between;
}
.services .grid-v .service {
  text-align: center;
  background-color: #fff;
  color: #333;
  border-radius: 80px;
  box-shadow: #ffecec 0px 5px 15px;
  padding: 25px 0 40px 0;
  transition: all 0.3s ease-out 0s;
}
.services .grid-v .service:hover {
  background-color: #bd7978;
  color: #fff;
}
.services .grid-v .service.active {
  background-color: #bd7978;
  color: #fff;
}
.services .grid-v .service img {
  max-width: 45px;
  height: auto;
  object-fit: cover;
  font-size: 2.8rem;
  color: #bd7978;
  transition: all 0.3s ease-out 0s;
}
.services .grid-v .service h3 {
  color: #333;
  font-weight: 600;
  font-size: 0.98rem;
  margin: 1rem 0 0.8rem 0;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.services .grid-v .service.active h3 {
  color: #fff;
}
.services .grid-v .service:hover h3 {
  color: #fff;
}
.services .grid-v .service p {
  font-size: 12.5px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  max-width: 85%;
  margin: auto;
  transition: all 0.3s ease-out 0s;
}
.services .grid-v .service:hover p {
  color: #fff;
}
.services .grid-v .service.active p {
  color: #fff;
}
.wsmobileheader {
  padding: 5px 0;
  height: auto;
}
.wsmobileheader .smllogo {
  margin-top: 0 !important;
}
.wsmobileheader .wsanimated-arrow {
  margin: 18px 0 0 15px !important;
}
.wsmobileheader .wssearch {
  padding: 28px 22px !important;
}
/* .navbar.navbar-expand-lg.navbar-light.kl-nav-menu{
    z-index: 999!important;
} */
.services .grid-f .row-f {
  display: grid;
  grid-template-columns: 24% 49% 24%;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  row-gap: 1rem;
}
.services .grid-f .row-f .column-f {
  display: block;
  height: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.services .grid-f .row-f .column-f img {
  width: 100%;
  height: 100%;
  max-height: 335px;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
}
.services .grid-f .row-f .column-f:hover img {
  transform: scale(1.1);
}
.services .grid-f .row-f .column-f .txt {
  position: absolute;
  bottom: 40px;
  left: 25px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}
.services .grid-f .row-f .column-f .txt svg {
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.grid-seo {
  display: grid;
  grid-template-columns: 40% 55%;
  justify-content: space-between;
  row-gap: 2rem;
  padding: 80px 0 100px 0;
}
.grid-seo .one-c img {
  width: 100%;
  object-fit: cover;
  border-radius: 45px;
}
.grid-seo .one-c .sp-1 {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 14.5px;
  font-weight: 600;
  color: #444;
  max-width: none;
  text-align: left !important;
}
.grid-seo .one-c h3 {
  color: #bd7978;
  font-size: 28px;
  font-family: "josefin Sans" !important;
  margin: 10px 0 30px 0;
  letter-spacing: 0.04rem;
  text-align: justify;
  word-spacing: -2px;
}
.grid-seo .one-c p {
  font-size: 15px;
  color: #717171;
  line-height: 1.7;
  text-align: justify;
  word-spacing: -2px;
  letter-spacing: 0.04rem;
}
.grid-seo .one-c a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bd7978;
  color: #fff !important;
  border-radius: 15px;
  max-width: 160px;
  padding: 10px 0;
  display: block;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  margin-top: 0.5rem;
}
.content-quote {
  padding: 2.5rem 0 3rem 0;
  margin-bottom: 8.5rem;
  background-color: #bd7978;
  border-radius: 45px;
}
.content-quote .holder {
  width: 90%;
  margin: 0 auto;
  padding-left: 27px;
  position: relative;
}
.content-quote .holder span {
  position: absolute;
  top: 10px;
  left: -36px;
  color: #bd7978;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.content-quote .holder h3 {
  color: #fff;
  font-size: 28px;
  font-family: "josefin Sans" !important;
  margin-bottom: 20px;
  letter-spacing: 0.04rem;
}
.content-quote .holder p {
  font-size: 13.5px;
  font-weight: 400 !important;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  word-spacing: -2px;
  margin-bottom: 20px;
  letter-spacing: 0.04rem;
}
.content-quote .holder p b {
  font-weight: 600 !important;
}
.kl-footer {
  background-color: #a36767;
  padding: 60px 0;
  border-top-left-radius: 170px;
  border-top-right-radius: 170px;
  position: relative;
}
.kl-footer .container {
  position: relative;
  z-index: 100;
}
.kl-footer .container .row div {
  padding: 0;
}
.logo_footer_c {
  max-width: 130px;
}
.social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-right: 0.3rem;
  transition: all 0.3s ease-out 0s;
}
.social-icons li a:hover {
  background-color: #fff;
}
.social-icons li a svg {
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.social-icons li a:hover svg {
  color: #bd7978;
}
.kl-footer .container .row {
  margin: 0;
}
.kl-footer .kl-text-foot {
  font-size: 22px;
  font-family: "josefin Sans";
  position: relative;
  margin: 1rem 0 2rem 0;
}
.kl-information-footer a {
  margin-bottom: 20px;
  font-size: 13.5px;
  font-weight: 300;
}
.kl-footer .kl-text-foot::before {
  content: "";
  width: 21px;
  height: 3px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#newsletter-footer-form input#id-mail {
  padding: 12px 20px;
  border-radius: 15px;
  background-color: #fcf0f0;
}
#newsletter-footer-form .kl-submit {
  border-radius: 20px;
  padding: 10px 15px;
  background-color: #fcf0f0;
}
.kl-mail-footer p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: justify;
  word-spacing: -2px;
}
.kl-footer-seo {
  background-color: #a36767;
  padding: 0;
  position: relative;
}
.kl-footer-seo::before {
  content: "";
  width: 480px;
  height: 480px;
  background-color: #a66c6b;
  position: absolute;
  top: -350px;
  right: -20px;
  border-radius: 50%;
  z-index: 5;
}
.kl-footer-seo::after {
  content: "";
  width: 280px;
  height: 280px;
  background-color: #a8706f;
  position: absolute;
  top: -250px;
  right: -20px;
  border-radius: 50%;
  z-index: 5;
  box-shadow: #a36767 0px 0 100px 0px;
}
.kl-footer-seo img {
  display: none;
}
.kl-footer-seo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 26px 0 20px 0;
  position: relative;
  z-index: 10;
}
.kl-footer-seo .container p {
  color: #fff;
}
.kl-footer-seo .container p a {
  color: #fff;
}
.kl-footer-seo .container p:last-child {
  display: none;
}
.container.featured-products.clearfix.mt-3 {
  padding-top: 2.5rem !important;
}
.container.featured-products.clearfix.mt-3 .products {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  justify-content: space-between;
  row-gap: 1.8rem;
  padding: 60px 0;
}
.container.featured-products.clearfix.mt-3 .sp-1 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  font-size: 14.5px;
  font-weight: 600;
  color: #444;
  text-align: center;
}
.item.kl-xts-item:hover > div {
  outline: none !important;
}
.slick-slide .prdt_content:hover {
  outline: none !important;
}
button.slick-arrow {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.kl-aff-list.kl-slick-aujourdhui:hover button.slick-arrow {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
button.slick-prev.slick-arrow {
  border: 1px solid #bd7978;
  border-radius: 59%;
  width: 46px;
  transition: all 0.3s ease-out 0s;
  transform: translateX(20px);
}
button.slick-prev.slick-arrow:hover {
  background-color: #bd7978 !important;
}
button.slick-prev.slick-arrow:hover::before {
  color: #fff;
}
button.slick-next.slick-arrow {
  border: 1px solid #bd7978;
  border-radius: 59%;
  width: 46px;
  transition: all 0.3s ease-out 0s;
  transform: translateX(-20px);
}
button.slick-next.slick-arrow:hover {
  background-color: #bd7978 !important;
}
button.slick-next.slick-arrow:hover::before {
  color: #fff;
}
.kl-title-section h2 {
  font-family: "Josefin Sans";
}
.kl-title-section::after {
  display: none;
}
.container.featured-products.clearfix.mt-3 h1 {
  color: #bd7978;
  font-size: 42px;
  font-family: "josefin Sans";
  margin: 10px 0 10px 0;
  letter-spacing: 0.04rem;
  text-align: justify;
  word-spacing: -2px;
  text-align: center;
}
.kl-title-aff {
  background-color: #fffbfa !important;
  border-radius: 24px;
  min-height: auto;
  padding: 0 22px 22px 22px !important;
  margin-top: 1rem;
}
.kl-title-aff a:first-of-type {
  color: #444;
}
.kl-title-aff a:nth-child(2) {
  display: none;
}
.kl-title-aff h3 {
  min-height: auto;
}
.kl-title-aff ul {
  margin-top: 0 !important;
}
.kl-title-aff ul li {
  font-weight: 600 !important;
  font-size: 19px !important;
}
.kl-row-listing .prdt_content .kl-title-aff ul {
  padding: 10px 0 !important;
}
.kl-title-aff .add-p {
  background-color: #bd7978 !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 15px !important;
  padding: 8px !important;
  max-width: 175px !important;
  margin: 0 auto !important;
  min-height: auto !important;
  min-width: auto !important;
  display: block !important;
  text-decoration: none !important;
  transition: all 0.3s ease-out 0s;
}
.kl-title-aff .add-p:hover {
  background-color: #cf8d8c !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.kl-title-aff .add-p:active {
  transform: translateY(5px);
}
.kl-title-aff a p {
  margin-top: 20px !important;
}
.kl-see {
  display: none !important;
}

#content.page-home {
  flex-direction: column-reverse !important;
}
.kl-img-xts {
  overflow: hidden;
}
.kl-img-xts img {
  transition: all 0.4s ease-out 0s;
}
.js-product-miniature:hover .kl-img-xts img {
  transform: scale(1.08);
}
.kl-tag.kl-out_of_stock {
  display: none;
}
.kl-category-section {
  min-height: 196px;
  background-image: url("	https://www.universdespetits.ma/themes/fashionseo/imgs/ecofriendly-colored-wooden-educational-toys-according-montessori-method-preschool.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kl-title-sidebar {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.kl-title-sidebar::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.kl-title-sidebar::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #bd7978;
  position: absolute;
  bottom: 2px;
  left: 0;
}
#id-filter-xts {
  padding: 7px 14px;
}
.kl-filter-xts {
  border-bottom: none;
  padding-bottom: 0;
}
.kl-article-xts h2 {
  font-size: 35px;
  font-family: "josefin Sans" !important;
}
.kl-article-xts p {
  font-size: 15px;
  color: #717171;
  line-height: 1.7;
  text-align: justify;
  word-spacing: -2px;
  letter-spacing: 0.04rem;
}
h2.kl-title-post {
  font-family: poppins !important;
  font-size: 15px;
}
.cart-grid.row .label {
  display: flex !important;
}
#cart .kl-main-content {
  background-color: #fff !important;
}
#product .kl-bg-white .container-fluid .col:after {
  background-color: #fff !important;
}
.kl-aff-list:after {
  background-color: #fff;
}

.wsmenu > .wsmenu-list > li > a,
.wsmenu > .wsmenu-list > li > span.obs,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > span.obs,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > span.obs,
.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a,
.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > span.obs,
.wsmenu > .wsmenu-list > li .wstheading,
.wsmenu > .wsmenu-list > li .wstliststy02 li.wstheading,
.wsmenu > .wsmenu-list > li .wstliststy02 li.wstheading a,
.wsmenu > .wsmenu-list > li > .wsmegamenu,
.wsmenu > .wsmenu-list > li > .wsmegamenu span.obs,
.wsmenu > .wsmenu-list > li > .wsmegamenu span.a,
.wsmenu > .wsmenu-list > li > .wsmegamenu a {
  text-transform: unset !important;
}

@media screen and (max-width: 1199px) {
  \ .toggle-prices {
    justify-content: center;
    text-align: center;
  }
  .toggle-prices span {
    width: 100%;
  }
  .col.product-prices {
    text-align: center;
  }
}

@media screen and (min-width: 1010px) {
  .container-f {
    max-width: 850px;
  }
}
@media screen and (max-width: 1200px) {
  .services .grid-v {
    grid-template-columns: 32% 32% 32%;
  }
  /* .r-center{
        align-items: flex-start;
    } */
  .kl-img-mode {
    min-height: 520px;
  }
}
@media screen and (max-width: 995px) {
  .kl-img-mode {
    min-height: 420px;
  }
  .services .grid-f .row-f {
    grid-template-columns: 34% 63%;
  }
  .services .grid-f .row-f .column-f.third {
    grid-column: 1 / 3;
  }
  .grid-seo {
    grid-template-columns: 100%;
  }
  .grid-seo .img-c {
    text-align: center;
  }
  .grid-seo .one-c img {
    width: 70%;
    margin: 0 auto;
  }
  .content-quote .holder span {
    left: -27px;
  }
  .kl-footer-seo .container {
    flex-direction: column;
    justify-content: center;
  }
  .container.featured-products.clearfix.mt-3 .products {
    grid-template-columns: 32% 32% 32%;
  }
}
@media screen and (max-width: 800px) {
  .services .grid-v {
    grid-template-columns: 48% 48%;
  }
  .content-quote .holder {
    padding: 0;
    padding-top: 60px;
  }
  .content-quote .holder span {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 770px) {
  .kl-footer .kl-text-foot::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .kl-footer .kl-mail-footer .kl-text-foot::before {
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .page-home
    .kl-block-mode.kl-content-box.wow.seoprestahometext.fadeInUp
    .container
    .row {
    flex-direction: column-reverse;
  }
  .container.featured-products.clearfix.mt-3 .products {
    grid-template-columns: 48% 48%;
  }
}
@media screen and (max-width: 750px) {
  .services .grid-f .row-f {
    grid-template-columns: 48.5% 48.5%;
  }
  .grid-seo .one-c img {
    width: 80%;
  }
  .services {
    padding: 70px 10px 50px 10px;
  }
  .services .grid-f .row-f .column-f .txt {
    bottom: 30px;
    left: 20px;
    font-size: 0.9rem;
  }
  .services .grid-f .row-f .column-f .txt svg {
    font-size: 0.85rem;
    margin-left: 6px;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .services .grid-v {
    grid-template-columns: 100%;
  }
  .grid-seo .one-c img {
    width: 100%;
  }
  .kl-img-mode {
    min-height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .container.featured-products.clearfix.mt-3 .products {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 450px) {
  .services .grid-f .row-f {
    grid-template-columns: 100%;
  }
  .kl-img-mode {
    min-height: 310px;
  }
  .kl-img-mode span {
    height: 310px;
  }
}
@media screen and (max-width: 400px) {
  .services .grid-f .row-f {
    grid-template-columns: 100%;
  }
  .kl-img-mode {
    min-height: 280px;
  }
  .kl-img-mode span {
    height: 280px;
  }
}
@media screen and (max-width: 380px) {
  .kl-img-mode span:before {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 300px) {
  .page-home .col-md-6 {
    margin: 0 !important;
  }
}

#category-description {
  height: auto !important;
  position: relative;
  padding: 50px 50px 40px 50px;
  background-color: #f5f5f5;
}

#category-description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #fff;
  border-left: 2px solid #bd7a78;
}

#category-description h1 {
  color: #bd7978;
  font-family: "Josefin Sans";
  font-size: 24px;
  margin-bottom: 20px;
}

#category-description h2,
#category-description h3 {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

#category-description ul {
  margin-bottom: 15px;
}

#category-description p,
#category-description li {
  line-height: normal;
  color: #5a5a5a;
  text-align: justify;
}

.list_tabs .h2 {
  font-family: Poppins, sans-serif;
  color: #bd7978;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}

.list_tabs .tab-item {
  padding: 55px 0;
}

.list_tabs .tab-item:nth-child(2n + 1) {
  background-color: #f7f7f7;
}

.list_tabs .tab-item span,
.list_tabs .tab-item p,
.list_tabs .tab-item div,
.list_tabs .tab-item li,
.list_tabs .tab-item ul {
  background-color: unset !important;
  background: unset !important;
  padding: 0 !important;
}

.text-seo {
  position: relative;
  padding: 40px 50px 40px 100px;
  margin-bottom: 55px;
}

.text-seo:last-child {
  margin-bottom: 100px;
}

.text-seo.bg {
  background-color: #bd7978;
}

.text-seo.shadow {
  background-color: #f5f5f5;
}

.text-seo h2 {
  font-family: "Josefin Sans";
  font-size: 24px;
  margin-bottom: 15px;
}

.text-seo h3 {
  font-size: 18px;
  font-weight: 500;
}

.text-seo.shadow h2,
.text-seo.shadow h3 {
  color: #bd7978;
}

.text-seo.bg h2,
.text-seo.bg h3 {
  color: #fff;
}

.text-seo p:last-child {
  margin-bottom: 0;
}

.text-seo p,
.text-seo li {
  line-height: normal;
  text-align: justify;
}

.text-seo.shadow p,
.text-seo.shadow li {
  color: #5a5a5a;
}

.text-seo.bg p,
.text-seo.bg li {
  color: #fff;
  opacity: 0.9;
}

.text-seo ul {
  margin-bottom: 10px;
}

.text-seo.bg::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  left: 37px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  font-weight: 600;
}

.text-seo.shadow::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  position: absolute;
  color: #bd7978;
  border-radius: 50%;
  left: 37px;
  border: solid 1px #bd7978;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  font-weight: 600;
}

.kl-row-listing .prdt_content form .kl-add-see {
  position: unset !important;
  transform: unset !important;
  background-color: #bd7978;
  color: #fff !important;
  border: unset;
  padding: 5px 20px;
  margin-top: 0 !important;
  font-size: 16px !important;
  cursor: pointer;
  border-radius: 15px;
}

.kl-row-listing .item .kl-add-see:hover {
  background-color: #995756;
}

.kl-row-listing form {
  width: 100%;
}

@media (max-width: 767px) {
  .text-seo {
    padding: 70px 15px 30px 15px;
  }

  .text-seo.shadow::before,
  .text-seo.bg::before {
    top: 17px;
    left: 15px;
  }
}

.kl-details-product .order-last {
  order: unset;
}

.product-comments-additional-info {
  width: 100%;
}

.product-comments-additional-info .comments-note {
  margin: 0;
  display: flex;
  align-items: center;
}

.product-comments-additional-info .star-content {
  margin: 0;
}

.product-comments-additional-info .grade-stars {
  margin-right: 15px;
}

.product-comments-additional-info .nb {
  position: relative;
  top: 4px;
  letter-spacing: 1px;
  color: #333333;
}

#product-comments-list-header .nb_comm {
  display: none;
}

#product-comments-list-header .comments-note {
  display: flex;
}

#product-comments-list-header .comments-note .nb {
  position: relative;
  top: 2px;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 15px;
}

#product-comments-list-header {
  padding: 20px 0;
}

.kl-languagepicker {
  left: 0;
  top: 0;
}

.kl-languagepicker ~ i {
  position: relative;
  left: 50px;
}

.kl-contact-top li {
  font-size: 14px;
}

.kl-contact-top li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.kl-contact-top li img {
  width: 18px;
  margin: 0 3px 0 3px;
}

.kl-footer .logo_footer_c {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .flotant-wtsp {
    display: block !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
  }

  .flotant-wtsp .btn-wtsp {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-shadow: rgb(31 76 118) 0px 1px 0px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgb(90 153 220 / 70%) 0px 0px 0px 0px,
      rgb(171 203 233) 0px 1px 0px inset;
    border-radius: 100%;
    background: url(/img/wa.png) 0% 0% / 3em 3em no-repeat rgb(255, 255, 255);
    background-size: 100%;
    cursor: pointer;
    animation: 1s cubic-bezier(0.6, 0, 0, 1) 0s infinite normal none running
      pulse;
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

#checkout-personal-information-step .nav {
  display: none !important;
}

#checkout-personal-information-step #customer-form section > p {
  display: none !important;
}

#checkout-personal-information-step .form-group:nth-of-type(5) {
  display: none !important;
}

.under-navbar {
  background-color: #6bba5d;
  padding: 5px 0;
  box-shadow: 0 0 15px -2px rgb(0 0 0 / 15%);
  position: relative;
  z-index: 1;
}

.under-navbar p {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 992px) {
  .under-navbar {
    margin-top: 35px;
  }

  .wsmobileheader .wscart {
    position: absolute;
    top: 23px;
    right: 60px;
  }

  .wsmobileheader .wscart .kl-choice {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }

  .wsmobileheader .wscart .kl-choice span {
    right: -8px;
  }

  .wsmobileheader .wscart .blockcart {
    display: block !important;
  }
}

.product-add-to-cart .kl-quantity {
  border: 0;
}

.product-add-to-cart #quantity_wanted {
  border: 1px solid #eaeaea !important;
  height: 45px;
}

@media (max-width: 767px) {
  .product-add-to-cart .bloc-addtocart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
  }

  .product-add-to-cart .bloc-addtocart label {
    display: none;
  }

  .product-add-to-cart .bloc-addtocart .add {
    padding-left: 0;
  }

  #product .flotant-wtsp {
    bottom: 140px;
  }
}

.kl-details-product .kl-price-note {
  margin-bottom: 0;
}

#product .bloc-addtocart {
  margin-bottom: 0;
}

.widget-badges {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
}

.widget-badges .widget-badge {
  padding: 0 25px;
}

.widget-badges .widget-badge .media {
  height: 50px;
}

.widget-badges .media img {
  width: 100%;
  height: 44px;
  object-fit: contain;
  margin: auto;
  display: block;
}

.widget-badges .widget-badge:nth-child(2) .media img {
  height: 32px;
}

.widget-badges .widget-badge:nth-child(3) .media img {
  height: 34px;
}

.widget-badges .widget-badge span {
  display: block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
}

.kl-choice span {
  width: 18px;
  height: 18px;
  right: -10px;
  font-size: 13px;
  font-weight: 500;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-right: 1px;
}

.kl-product-list-left .slick-slider.slick-vertical {
  width: 100%;
}

.product--images .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #51b59f !important;
  font-weight: 900;
}

.product--images .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #51b59f !important;
  font-weight: 900;
}

.product--images .slick-arrow {
  opacity: 1;
  visibility: visible;
  border: 0 !important;
}

.product--images .slick-list {
  padding-right: 75px;
}

.product--images button.slick-arrow:hover {
  background-color: unset !important;
}

.product--images .slick-slide img {
  cursor: pointer;
}

.product--images .slick-slide img.selected {
  border: 3px solid #52b69f;
}

.kl-header-product {
  padding: 25px 0 53px;
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
  position: relative;
  top: -2px;
  height: unset !important;
  width: unset !important;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 10px;
  padding-left: 15px;
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 0 !important;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #product #main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .product--images
    .kl-product-list-left
    .slick-slider:not(.slick-vertical)
    > button.slick-next,
  .product--images
    .kl-product-list-left
    .slick-slider:not(.slick-vertical)
    > button.slick-prev {
    flex-basis: 30px;
    max-width: 30px;
  }

  .product--images .slick-list {
    padding-right: 25px;
  }

  .kl-header-product {
    padding: 20px 0 50px;
  }

  .toggle-prices span {
    text-align: left;
  }

  .kl-details-product .kl-price-note p {
    text-align: left;
  }

  .product-variants {
    margin-bottom: 0;
  }

  .product-minimal-quantity {
    margin: 0;
  }

  #cart .cart-grid-body > .btn-secondary {
    display: none !important;
  }

  #cart .checkout .btn-primary {
    display: block;
    text-align: center;
  }
}

.slick-slider .slick-track .prdt_content .kl-title-aff > a p,
.slick-slider .slick-list .prdt_content .kl-title-aff > a p,
.kl-row-listing .prdt_content .kl-title-aff > a p {
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}

.col-firstname .form-control-comment {
  display: none !important;
}

.col-lastname .form-control-comment {
  display: none !important;
}

#checkout-personal-information-step .form-group:nth-of-type(4) {
  display: none !important;
}

@media (max-width: 767px) {
  #checkout #wrapper {
    padding: 20px 0 !important;
  }

  #checkout-personal-information-step .form-group,
  #checkout-addresses-step .form-group {
    flex-wrap: wrap;
  }

  #checkout-personal-information-step .col-3,
  #checkout-addresses-step .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body#checkout section.checkout-step .custom-radio input[type="radio"] {
    position: relative;
    top: -2px;
    height: unset !important;
    width: unset !important;
  }

  section.checkout-step
    #conditions-to-approve
    input[name="conditions_to_approve[terms-and-conditions]"] {
    position: relative;
    top: -11px;
    height: unset !important;
    width: unset !important;
  }

  body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 0 !important;
    margin-bottom: 15px;
  }

  #payment-confirmation .btn {
    width: 100%;
  }

  .toggle-prices button {
    padding-left: 0;
    padding-right: 15px;
  }
}

.kl-title-section {
  font-family: "Josefin Sans";
}

.wtsp-command {
  display: none;
}

@media (max-width: 767px) {
  .wtsp-command {
    display: block;
  }

  .wtsp-command a {
    background-color: #27ca65;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    line-height: normal;
    margin-top: 12px;
  }

  .wtsp-command a i {
    margin-right: 6px;
  }
}

@media screen and (max-width: 575px) {
  .kl-article-xts {
    width: 100%;
    max-width: 500px !important;
    margin: 0 auto;
  }
  .kl-article-xts h1{
    font-size: 28px     ;
  }
  .kl-article-xts h2{
    font-size: 27px     ;
  }
  .kl-article-xts h3{
    font-size: 25px     ;
  }
}
@media screen and (max-width: 430px) {
  .kl-article-xts {
    width: 100%;
    max-width: 340px !important;
    margin: 0 auto;
  }
  
}

.lab-reassurance {
  margin-top: 15px;
}

.lab-reassurance span {
  min-height: unset;
  color: #747475;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 5px !important;
  padding: 0 !important;
}

.lab-reassurance span:last-child {
  margin-bottom: 0 !important;
}

.lab-reassurance-prod .item {
  color: #747475;
  display: flex;
  align-items: center;
}

.lab-reassurance-prod .item:not(:last-child) {
  margin-bottom: 15px;
}

.lab-reassurance-prod .item i {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 13px;
}

@media (max-width: 767px) {

  .kl-category-section .kl-intro h1 {
    font-size: 24px !important;
  }

}

#category .services {
  padding:15px 0 100px;
}

#product .services {
  padding:30px 0 90px;
}

@media (max-width:767px) {

  #category .services {
    padding:15px 0 60px;
  }

  #category-description{
    padding:50px 15px 40px 25px;
  }

  #category .services .title,
  #product .services .title{
    margin-bottom:20px;
  }
}

.wsphone {
  position: absolute;
  top: 19px;
  right: 98px;
}

.wsphone a {
  background-color: #bd7a78;
  color: white;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  border-radius: 33px;
  font-size: 14px;
}

.bk-image-fleurs {
    padding: 20px;
    box-shadow: 0px 0px 16.56px 1.44px rgb(235 243 251);
    border-radius: 15px;
    text-align: center;
    margin: 0 auto 100px;
    background-image: url(/img/olia-gozha-676766-unsplash.jpg);
    background-position: center;
    background-size: cover;
    width: fit-content;
}

.bk-image-fleurs .bloc-inter {
    background-color: rgba(255, 255, 255, 0.856);
    padding: 20px;
    box-shadow: 0px 0px 16.56px 1.44px rgb(235 243 251);
    border-radius: 15px;
}

.bk-image-fleurs .bloc-inter p {
    font-size: 14px;
    text-align: center;
    color: #4b508f;
}

.bk-image-fleurs .le-saviez {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-family: Bodoni MT;
    font-size: 20px;
    text-transform: uppercase;
    color: #4b508f;
    font-weight: 700;
}

.bk-image-fleurs .bloc-inter a {
    display: flex;
    color: #fff !important;
    font-size: 16px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 40px;
    justify-content: center;
    width: fit-content;
    padding: 5px 19px;
    font-weight: 500;
    text-decoration: none !important;
    flex-wrap: wrap;
    max-width: 260px;
}

.bk-image-fleurs .bloc-inter a.for-phone {
    background: #76A4E2;
}

.bk-image-fleurs .bloc-inter a.for-whatssap {
    background: #3DD693;
}

#product .bage_feature {
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: #52b69f;
    color: #FFF;
    padding: 6px 25px;
}

#category .bage_feature {
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #52b69f;
  color: #FFF;
  padding: 6px 25px;
}
