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

/*********************************************************
carousel
*********************************************************/

.productscategory_list .md-more-products .ajax_block_product .div-product-image {
  width: 100%;
}

.md-more-products .ajax_block_product .div-product-image {
  min-height: 70px;
}

.wt_sameproductscategory .owl-stage-outer {
  background: none;
}

.md-more-products .col-md-2 {
  width: 20%;
  padding: 0;
}

.md-more-products .carousel {
  box-shadow: none;
}

.md-more-products .carousel-inner {
  height: 450px;
}

.md-more-products.lines-2 .carousel-inner {
  min-height: 875px;
}

.md-more-products .col-sm-6 {
  padding: 0;
}

.md-more-products .carousel-sm,
.md-more-products .carousel-xs {
  display: none;
}

.md-more-products .carousel-md {
  display: flex;
  /*border: 1px solid blue;*/
}

.md-more-products .product-miniature .thumbnail-container {
  box-shadow: 0 0 2px rgba(0, 0, 0, .05);
  /*padding: 10px;*/
  margin: 5px;
  height: 410px;
}

.md-more-products .product-miniature {
  margin: 0 .0rem;
  box-shadow: none;
  background: #FCFCFC;
  width: 100%;
  padding: 0;
}

.md-more-products .stock {
  color: LimeGreen;
  font-weight: bold;
  text-align: center;
}

.md-more-products .out-of-stock p {
  color: orangered;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.md-more-products .product-miniature .thumbnail-container {
  box-shadow: 0 0 2px rgba(0, 0, 0, .05);
  /*padding: 10px;*/
  margin: 5px;
}

.md-more-products .product-miniature .thumbnail {
  border: 0;
}

.md-more-products .product-miniature .product-title a {
  font-size: 15px;
  height: 15px;
  display: -webkit-box !important;
  ;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.md-more-products .product-miniature .description {

  height: 20px;
  display: -webkit-box !important;
  margin-bottom: 10px;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.md-more-products .product-miniature .deliverDate,
.md-more-products .product-miniature .disponibility-brand,
.md-more-products .product-miniature .count-down-product,
.md-more-products .product-miniature .easyPay,
/*.md-more-products .product-miniature .product-quick-view,*/
.md-more-products .out-of-stock img {
  display: none;
}

/*.md-more-products .product-miniature .wt-button-container {
  display: none;
}*/

.md-more-products .title-block {
  background: #f0efef;
  min-height: 40px;
  overflow: hidden;
  font-size: 20px;
  border-radius: 4px;
  margin: 20px 0;
  position: relative;
}

.md-more-products .title-block h2 {
  text-align: center;
  margin-top: 11px;
  padding-right: 70px;
  padding-ledt: 10px;
  font-size: 16px;
  color: #555;
}

.md-more-products .owl-nav {
  top: 5px;
}

.md-more-products .owl-prev,
.md-more-products .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  display: inline-block;
}

.md-more-products .owl-prev::before {
  content: "\F053";
  font-family: FontAwesome;
  color: #333;
  margin: 5px;
  font-size: 9px;
  padding: 8px 9px;
  background: #fff;
  border-radius: 50%;
}

.md-more-products .owl-next::before {
  content: "\F054";
  font-family: FontAwesome;
  color: #333;
  font-size: 9px;
  padding: 8px 9px;
  background: #fff;
  border-radius: 50%;
}

.md-more-products #carousel-tilenav {
  box-shadow: none;
}




@media (min-width: 768px) and (max-width: 991px) {

  .md-more-products .carousel-xs,
  .md-more-products .carousel-md {
    display: none;
  }

  .md-more-products .carousel-sm {
    display: flex;
  }

  .md-more-products .carousel.carousel-sm {
    height: 490px;
  }

  .md-more-products.lines-2 .carousel.carousel-sm {
    height: 980px;
  }

  .md-more-products.lines-2 .carousel-inner {
    height: 940px;
  }

  .md-more-products.lines-2 .product-miniature {
    height: 480px;
  }

}
/* MOBILE : Contact en haut (barre mobile) */
@media (max-width: 767px){
  nav.header-nav .hidden-lg-up.mobile #_mobile_contact_top{
    float: none !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 4px !important;
  }
  nav.header-nav .hidden-lg-up.mobile #_mobile_contact_top .mobile-contact-link{
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-weight: 600 !important;
  }
}

/* TABLETTE : on garde logo + search => on masque la barre mobile */
@media (min-width: 768px) and (max-width: 991px){
  nav.header-nav .hidden-lg-up.mobile{
    display: none !important;
  }

  /* Affichage du lien dans le header desktop */
  .contact-top-tablet{
    width: 100%;
    text-align: center;
    padding: 6px 0;
    font-weight: 600;
  }
  .contact-top-tablet a{
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .contact-top-tablet i.material-icons{
    font-size: 18px;
    line-height: 1;
  }
}

/* DESKTOP : on cache le bloc tablette */
@media (min-width: 992px){
  .contact-top-tablet{ display:none; }
}
/* Mobile : on évite le doublon (le lien est déjà dans header-nav) */
@media (max-width: 767px){
  .contact-top-tablet{
    display: none !important;
  }
}
/* Tablette : forcer l'affichage de la barre top (nom) */
@media (min-width: 768px) and (max-width: 991px){
  nav.header-nav .hidden-sm-down{
    display: block !important;
  }
}
/* TABLETTE : barre top (Favoris / Déconnexion / Nom / Tél) sur une seule ligne */
@media (min-width: 768px) and (max-width: 991px){

  /* le conteneur de la topbar */
  #_desktop_user_info{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    white-space: nowrap !important;
  }

  /* éviter que les liens se coupent */
  #_desktop_user_info a,
  #_desktop_user_info span{
    white-space: nowrap !important;
  }

  /* optionnel : réduire un peu la taille sur tablette */
  #_desktop_user_info,
  #_desktop_user_info a{
    font-size: 13px !important;
  }

  /* optionnel : si "Favoris (0)" prend 2 lignes */
  #_desktop_user_info .wishlist,
  #_desktop_user_info .wishlist a{
    white-space: nowrap !important;
  }
}
/* TABLETTE : topbar (Favoris / Déconnexion / Nom / Tel) propre sur une ligne */
@media (min-width: 768px) and (max-width: 991px){

  /* cible exacte vue dans ton inspecteur */
  #header .header-nav .right-nav{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    white-space: nowrap !important;
  }

  /* empêche les retours à la ligne dans les items */
  #header .header-nav .right-nav *{
    white-space: nowrap !important;
  }

  /* évite que des spans "hidden-sm-down" ou labels sautent de ligne */
  #header .header-nav .right-nav a,
  #header .header-nav .right-nav span{
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  /* optionnel : réduire un peu la taille pour que tout rentre */
  #header .header-nav .right-nav{
    font-size: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  #header .header-nav .right-nav .phone-title{ display:none !important; } /* si le thème a un span "Call us:" */
}



@media (max-width: 767px) {

  .md-more-products .carousel-sm,
  .md-more-products .carousel-md {
    display: none;
  }

  .md-more-products .carousel-xs {
    display: flex;
  }

  .md-more-products .carousel.carousel-xs {
    height: 490px;
  }

  .md-more-products.lines-2 .carousel.carousel-xs {
    height: 980px;
  }

  .md-more-products.lines-2 .carousel-inner {
    height: 940px;
  }

  .md-more-products.lines-2 .product-miniature {
    height: 480px;
  }
}

.md-more-products .carousel .item article {
  width: 100%;
}


/* Medium Devices, Desktops */

@media (max-width: 991px) {
  /*  .carousel .item .col-xs-12:nth-last-child(-n+2) {
    display: none;
  }*/

  .md-more-products .carousel {
    /*border: 5px solid yellow;*/
  }

  .md-more-products .product-miniature .thumbnail-container {
    height: 460px;
  }

  .md-more-products .ajax_block_product .div-product-image {
    position: relative;
    width: 300px;
    margin: auto;
  }


}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: auto;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  border: 1px solid #ccc;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #3b94c3;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #3b94c3;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



/*********************************************************
 Color site
*********************************************************/
.btn-primary,
.btn-secondary,
.btn-tertiary {
  background: #3b94c3;
}

.quickview .modal-content .has-discount.product-price {
  color: #3b94c3;
}

#blockcart-modal .price {
  color: #3b94c3;
}

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

.custom-radio {
  border: 2px solid #3b94c3;
}

.price {
  color: #3b94c3;
}

.ajax-cart-container .cart-total .value {
  color: #3b94c3;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #3b94c3;
}

/*********************************************************
 Couponpop up
*********************************************************/

.g-banner-popup h3 {
  font-size: 25px;
}

/*********************************************************
 Header
*********************************************************/
#simple-translate {
  display: none !important;
}

.header-nav .left-nav {
  padding: 0;
}


/*********************************************************
 Footer
*********************************************************/



@media (min-width: 768px) {
  #block_myaccount_infos {
    width: 25%;
  }
}

@media (max-width: 768px) {

  #about-us h3,
  #follow-us h3 {
    color: #fff;
  }

}


#about-us ul,
#follow-us ul {
  /*background: inherit;*/
}

#about-us h3,
#follow-us h3 {
  color: #fff;
}

#about-us li,
#follow-us li {
  color: #999;
  font-size: 14px;
}

#follow-us img {
  float: left;
  width: 30px;
}

#follow-us a {
  display: flex;
}

#follow-us span {
  display: block;
  /*float: right;*/
  padding: 10px;
  padding-left: 20px;
}

@media (max-width: 768px) {

  #about-us h3,
  #follow-us h3 {
    width: 100%;
  }

  #footer .block-linklist {
    width: 100%;
  }

}



/*********************************************************
 product description style
*********************************************************/
#description .product-description p {
  color: #444;
}

#description .product-description table {
  width: 100% !important;
  font-size: .9375rem;
  border: 0;
  margin-bottom: .5rem;
}

#description .product-description colgroup {
  display: block;
}

#description .product-description tbody {
  display: block;
  width: 100%;
}

#description .product-description table tr {
  /*display: block;*/
  width: 100%;
  /*border: 2px solid black;*/
  margin-bottom: 1rem;
}

#description .product-description table td {
  /*display: block;*/
  font-weight: 300;
  /*width: 50%;*/
  line-height: 1.1;
  /*border: 0;*/
  border: 8px solid white;
  border-right: 10px solid #fff;
  margin: 2px;
  font-weight: 400;
  background: #f6f6f6;
  padding: .8rem;
  color: #333;
  /*margin-right: .625rem;*/
  /*min-height: 2.5rem;*/
  /*word-break: normal;*/
  margin-bottom: 1rem;
}



/*********************************************************
 systeme de paiement
*********************************************************/
.md.payment-container {
  font-size: 12pt;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px !important;
  width: 60% !important;
  height: 335px;
  display: block;
  opacity: .9 !important;
  padding: 20px !important;
  border-radius: 5px;
}

.md.payment-container label {
  /*background: brown;*/
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: outset 8px #00BBFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.md.payment-container label:hover {
  opacity: 1 !important;
  box-shadow: -1px -1px 50px 22px rgba(144, 238, 144, 0.53);
}

.md.payment-container label.selected {
  border: outset 8px lightgreen;
  box-shadow: -1px -1px 22px 17px rgba(144, 238, 144, 0.53);
}

.payment-options .payment-option label img,
.md.payment-container img {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  border-radius: 5px !important;
}

.md.payment-container input {
  display: none;
}

.md.js-payment-option-form {
  /*background: yellow;*/
}

.md.ps-show form {
  margin: 0 !important;
}

.payment-option .custom-radio {
  display: none !important;
}

.md.mask {
  opacity: 0;
}



/**********************************************************
 MD CSS
**********************************************************/
.md.col-md-3 {
  display: none;
}

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

.md.d_block {
  display: block;
}

.md.left_10 {
  margin-left: 8px;
}

.md.recaptcha {
  padding-right: 30px;
  margin-left: 8px;
  padding-top: 30px;
  margin-bottom: 50px;
}

.md.ps-show {
  display: block !important;
}

.md.ps-hide {
  opacity: .5;
}

/**********************************************************
Ajout Adresse
**********************************************************/
.page-addresses .address .address-body address {
  height: 100px;
  overflow-y: auto;
}

.page-addresses .address {
  height: 255px;
}

#main .page-content {
  margin-bottom: 1.563rem;
  box-shadow: none;
}

.footer-container {
  margin-top: 15px;
}

/**********************************************************
Modidfication formulaire
**********************************************************/
#md_identity .md.col-md-3 {
  display: block;
}

input[type="checkbox"]:disabled,
.custom-checkbox input[type="checkbox"]:disabled+span,
input[type="radio"]:disabled {
  cursor: not-allowed;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  color: #aaa;
}

.custom-radio.disabled {
  cursor: not-allowed;
}

/**********************************************************
Modidfication du Header fix
**********************************************************/
#header.header-sticky .blockcart .header a i {
  color: #fff;
}

@media (min-width: 991px) {
  #header.header-sticky .wt-menu-horizontal {
    display: block !important;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 988;
    left: 0;
    right: 0;
    background: #3b94c3;
  }

  #header.header-sticky .wt-menu-horizontal .title-menu-mobile {
    display: none;
  }

  #header.header-sticky .wt-menu-horizontal .title-menu-mobile {
    display: none;
  }

  #header.header-sticky .wt-menu-horizontal .menu-content {
    opacity: 0;
  }

  #header.header-sticky .wt-menu-horizontal .menu-content {
    opacity: 0;
  }

}

@media (max-width: 991px) {
  #header.header-sticky .header-top>.container {
    /*background: aqua;*/
  }

  #header.header-sticky #search_block_top {
    position: initial;
    margin-top: -5px !important;
    mag top: auto;
    margin: 0;
    z-index: 988;
    margin-bottom: 10px;
    /*left: 26%;*/
  }

  #header.header-sticky #search_block_top #searchbox {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    border: 2px solid #3b94c3;
    border-radius: 4px;
    height: 50px;
  }

  #header .logo {
    display: block;
    width: auto;
  }

  .wt-verticalmenu.sticky {
    position: relative !important;
    max-width: 100%;
    top: -2px !important;
    z-index: 998 !important;
    margin-top: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }

  .header-sticky #_desktop_cart {
    position: absolute !important;
    top: 0;
    right: 5%;
    z-index: 999;
  }

  .header-sticky #_desktop_cart .blockcart.inactive .header i {
    color: #3b94c3;
  }

  .header-sticky #_desktop_cart .blockcart.inactive .header {
    color: #000;
  }

  .header-sticky #_desktop_cart .hidden-sm-down {
    font-size: 16px;
  }

  .header-sticky .top-wishlists {
    position: relative !important;
    top: 6px;
    right: 0;
    z-index: 999;
  }

  .header-sticky .top-wishlists a.icon {
    color: #000;
  }

  .header-sticky .top-wishlists a.icon i {
    color: #000;
  }

  .header-sticky .top-wishlists .icon .hidden-sm-down {
    font-size: 13px;
  }

}

@media (max-width: 768px) {
  #header.header-sticky .header-top>.container {
    /*background: yellow;*/
  }

  .wt-verticalmenu.sticky {
    position: relative !important;
    max-width: 100%;
    top: 10px !important;
    z-index: 998 !important;
    margin-top: -76px !important;
    padding-right: 0;
    padding-left: 0;
  }

  .header-sticky .top-wishlists {
    top: 10px;
  }

}



/**********************************************************
Modidfication du WT Menu vertical
**********************************************************/

#wt-menu-ver-left ul li.item-header a {
  font-size: 13px;
  color: #CD853F;
  text-align: left;
  margin-top: 15px;
  font-weight: 600;
}

#wt-menu-ver-left ul li.item-line a {
  padding: 4px 0;
  line-height: 20px;
}

.wt-sub-menu.menu-dropdown.wt-vm-sub-top {
  position: relative;
  min-height: 100%;
  /*max-height: 110%;*/
  overflow-y: auto;
}

.wt-sub-menu .col-xs-12 {
  /*margin-bottom: 20px;*/
}

@media (min-width: 768px) {
  .wt-sub-menu.menu-dropdown.wt-vm-sub-top {
    width: 322% !important;
  }
}

@media (max-width: 991px) {
  #wt-menu-ver-left .menu-dropdown {
    position: initial;
    opacity: 1;
    /*width: 100%!important;*/
    padding: 0;
    visibility: visible;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform-origin: none;
    box-shadow: none;

  }

  #wt-menu-ver-left .menu-dropdown:not( :hover) {
    visibility: visible;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform-origin: none;
    box-shadow: none;
  }

}

/**********************************************************
Modification new product et hot deals et header
**********************************************************/
#wt_special_product .product-image-container img {
  width: auto;
  max-height: 203.5px;
}

.wt-special-products .ajax_block_product {
  height: 226px;
}

.wt-new-products .ajax_block_product {
  height: 144px;
}

#wt_new_product .product-image-container img {
  width: auto;
  max-height: 123px;
}


@media (max-width: 768px) {
  .wt-new-products.col-sm-4 {
    width: 100%;
  }

  #wt-special-products {
    width: 100%;
  }
}


/**********************************************************
Modidfication des catégories de la page d'acceuil
**********************************************************/


.wt-prod-cat .item_sub {
  overflow: hidden;
  min-width: 10px !important;
}

.wt-prod-cat .wt-block-title {
  overflow: hidden;
}

.wt-prod-cat .item_sub a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  min-width: 1px;
}

.wt-prod-cat .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.wt-prod-cat .wt-prod-special .product-name {
  padding-right: 7px;
  padding-left: 5px;
}

.wt-prod-cat .product_list .product-name {
  padding-right: 5px;
}

.wt-prod-cat .ajax_block_product .product-image-container img {
  display: block;
  width: auto;
  margin: auto;

}

.wt-prod-cat .wt-prod-special .product-image-container img {
  max-height: 210px;
}

.wt-prod-cat .product_list .product-image-container img {
  max-height: 155px;
}

.wt-prod-cat .wt-prod-special .product-image-container .owl-lazy {
  display: block;
  /*width: 77%!important;*/
  /*height: 100%!important;*/
}


.wt-prod-cat .wt-prod-special .product-image-container {
  display: block;
  /*width: 100%!important;*/
  height: 260px;
  /*margin-bottom: 20px;*/
}


.wt-prod-cat .product_list .product-container {
  height: 175px;
}

.wt-prod-cat .wt-prod-special .product-container {
  height: 380px;
  /*background: red;*/
}

.wt-prod-cat .wt-prod-special .wt-button-container {
  bottom: 0%;
  position: relative !important;
}

.wt-prod-cat .wt-prod-special {
  width: 27%;
  /*min-width: 20px;*/
}

.wt-prod-cat .product_list {
  width: 73%;
  /*background: azure;*/
}

.wt-prod-cat .product-list .product-image-container {
  width: 43%;
  /*background: red;*/
}

.wt-prod-cat .ajax_block_product .col-right {
  width: 49%;
}

.wt-prod-cat .wt-button-container .medium-button {
  font-size: 9px;
}


.wt-prod-cat .owl-item.active {
  /*background: red;*/
  /*clear: left;*/
  /*float: left;*/

}

.wt-prod-cat .wt_countdown {
  display: inline-flex;
  flex-wrap: nowrap;
  /*background: yellow;*/

}

.wt-prod-cat .count-down {
  display: inline-flex;
  flex-wrap: wrap;
  /*background: azure;*/
  width: auto;
}

.wt-prod-cat .cat-md {
  display: none;
}

.wt-prod-cat .wt-count-down {
  width: auto;
}

@media (max-width: 768px) {

  .wt-prod-cat .wt-prod-special {
    width: 0%;
    /*background: red;*/
    /*min-width: 20px;*/
  }

  .wt-prod-cat .product_list {
    width: 60%;
  }

  .wt-prod-cat .product-list-cat.md {
    display: none;
  }

  .wt-prod-cat .cat-md {
    display: block;
  }

  .wt-prod-cat .product_list.col-sm-6 {
    float: left;
    width: 100%;
  }

  .wt-prod-cat .item.ajax_block_product.col-sm-6 {
    width: 100%;
  }

  .wt-prod-cat .right-block.col-sm-9 {
    width: 100%;
  }

  .cat-banner.col-sm-4 {
    float: none;
    width: 100%;
  }

  .cat-banner.col-xs-12 {
    float: none;
    width: 60%;
    margin: auto;
  }

  .wt-prod-cat .product-list .product-image-container {
    width: 40%;
  }

  .wt-prod-cat .ajax_block_product .col-right {
    width: 55%;
  }

  .wt-prod-cat .wt-block-title {
    width: 100%;
  }


}

@media (min-width: 768px) and (max-width: 991px) {

  .wt-prod-cat .product-list .product-image-container {
    width: 37%;
  }

  .wt-prod-cat .wt-prod-special {
    width: 33%;
    /*min-width: 20px;*/
  }

  .wt-prod-cat .product_list {
    width: 67%;
  }

  .wt-prod-cat .product-list-cat.md {
    display: none;
  }

  .wt-prod-cat .cat-md {
    display: block;
  }



}


/**********************************************************
Modidfication de la barre de recherche
**********************************************************/

#search_category {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-position-y: 47% !important;
  margin-right: 1rem !important;
  cursor: pointer;
  padding-right: 2rem !important;
}

.button-search {
  margin-top: -.2px !important;
  height: 48px !important;
}

.header-sticky .button-search {
  /*  margin-top: 1px!important;
  height: 46px!important;
  margin-right: 2px!important;*/
  /*height: 100%!important;*/
}

#search_block_top {
  margin-bottom: 18px;
}

#search_block_top #search_query_top {
  width: 100%;
  border-left: 0;
}

/**********************************************************
Style css hot deals
**********************************************************/
#wt_special_product .product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**********************************************************
Style css Modal Product Quick view
**********************************************************/


.modal-body #product-description-short {
  padding-bottom: 20px;
}

#wtsearch_content_result {
  display: none;
  opacity: 0;
}

/*#header .header-top {
  padding-bottom: 1.9rem;
}*/



/**********************************************************
Style css minuterie vente flash
**********************************************************/
.wt-prod-cat .center_clock {
  width: 235px !important;
  /*width: 100% !important;*/
  /*background-color: yellow;*/
  margin: auto auto;
  margin-top: -10px !important;
  text-align: center;
}


.top-product .count-down,
#js-product-list .row-line .count-down {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.wt-prod-cat .title-count-down,
.top-product .title-count-down,
#js-product-list .title-count-down {
  margin: 5px 0 0 0;
  float: left;
  font-size: 12px;
  line-height: 1.3em;
}

#js-product-list .title-count-down {
  font-size: 12px;
  line-height: 1.7em;
}

#js-product-list .wt-count-down i {
  font-size: 18px;
  line-height: 1.4;
}

.top-product .wt-count-down,
#js-product-list .wt-count-down {
  position: relative !important;
  overflow: hidden !important;
  max-width: 140px;
}

.wt-prod-cat .wt-count-down i,
.top-product .wt-count-down i,
#js-product-list .wt-count-down i {
  color: #ff820c;
  float: left;
}

.wt-prod-cat .product-list .col-right,
.top-product .col-right,
#js-product-list .col-right {
  text-align: left;
}

.wt-prod-cat .wt-count-down .clock,
.top-product .wt-count-down .clock,
#js-product-list .wt-count-down .clock {
  float: left;
  margin: 2px 0 0 4px;
  /*width: 120px;*/
  /*background: yellow;*/
  display: inline-flex;
  flex-wrap: nowrap;
}

.wt-prod-cat .clock li,
.top-product .wt-count-down .clock li,
#js-product-list .clock li {
  float: left;
}

.wt-prod-cat .product-list .col-right {
  text-align: left;
}

.wt-prod-cat .clock li div,
.top-product .clock li div,
#js-product-list .clock li div {
  float: left;
  font-size: 13px;
  /*letter-spacing: 2px;*/
  /*font-weight: 600;*/
}

.top-product .clock li div {
  line-height: 1.7em;
}

.wt-prod-cat .clock li .dot,
.top-product .clock li .dot,
#js-product-list .clock li .dot {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  /*margin: 0 4px;*/
  margin-left: 2px;
  margin-right: 4px;


}

@media (max-width: 767px) {
  .wt-count-down {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wt-count-down {
    display: block;
  }
}

/**********************************************************
Modidfication de la liste des produits de la page catégorie
**********************************************************/

#js-product-list .description,
#js-product-list .deliverDate,
#js-product-list .disponibility-brand,
#js-product-list .easyPay,
#js-product-list .out-of-stock p,
#js-product-list .out-of-stock img {
  display: none;
}

#js-product-list .div-product-image {
  min-height: 40px !important;
}

#js-product-list .out-of-stock p {
  color: red;
  text-align: center;
  font-weight: bolder;
  margin-top: 20px;

}

/*--------------------------------------- row line
*/

#js-product-list .row-line .description,
#js-product-list .row-line .deliverDate,
#js-product-list .row-line .disponibility-brand,
#js-product-list .row-line .easyPay,
#js-product-list .row-line .out-of-stock img {
  display: block;
}

#js-product-list .row-line .stock {
  display: none;
}

#js-product-list .row-line .wt_container_thumbnail {
  height: 200px;
}

#js-product-list .row-line .div-product-image img {
  display: block;
  width: auto;
  max-height: 180px;
  margin: auto;
}

#js-product-list .row-line .product-thumbnail {
  position: relative;
}

#js-product-list .row-line .product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#js-product-list .row-line .product-description {
  max-width: 46%;
  min-width: 10%;
  margin-left: 10px;
}

#js-product-list .row-line .product-aside {
  width: 230px;
  /*border: 1px solid red;*/
  float: right;
  margin-right: 10px;
  padding-top: 10px !important;
}

#js-product-list .row-line .description {
  width: 100%;
  /*border: 1px solid red;*/
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

}

#js-product-list .row-line .discount-percentage {
  /*left: 0!important;*/
  /*display: none;*/
}


#js-product-list .row-line .deliverDate,
#js-product-list .col-md-4 .deliverDate,
#js-product-list .col-md-6 .deliverDate {
  margin-top: 15px;
  color: #53C0EF;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  /*height: 25px;*/
}

#js-product-list .row-line .product-price-and-shipping {
  width: 50%;
  position: relative;
}

#js-product-list .row-line .regular-price {
  padding-left: 0px;
  float: right;
  padding-right: 15px;
}

#js-product-list .row-line .price {
  font-size: 25px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

#js-product-list .row-line .count-down-product {
  clear: both;
  /*background: skyblue;*/
  width: 100%;
  margin-top: -2px;
  height: 20px;
}


/* .row-line */
#js-product-list .row-line .info-price,
#js-product-list .col-md-6 .info-price,
#js-product-list .row-line .disponibility-brand,
.top-product .disponibility-brand {
  /*background: yellow;*/
  width: 100%;
  justify-content: space-between;
  display: inline-flex;
}

#js-product-list .easyPay,
#js-product-list .row-line .disponibility-brand .disponibility,
#js-product-list .row-line .disponibility-brand .brand,
.top-product .disponibility-brand .brand {
  /*background-color: blue;*/
  height: 50px;
  width: 130px;
}

#js-product-list .info-price .price-per-time span {
  color: LimeGreen;
  font-weight: bolder;
}

#js-product-list .row-line .brand .info,
.top-product .brand .info {
  font-weight: bolder;
}

#js-product-list .row-line .disponibility .info,
.top-product .disponibility .info {
  color: LimeGreen;
  font-weight: bolder;
}

.top-product .disponibility .info.alert {
  color: red;
  /*font-size: 13px;*/
}

#js-product-list .row-line .brand {
  width: 45%;
}

#js-product-list .row-line .disponibility,
.top-product .disponibility {
  width: 100%;
}

#js-product-list .easyPay .title,
#js-product-list .row-line .disponibility-brand .title,
.top-product .disponibility-brand .title {
  background: #7F7F7F;
  color: white;
  /*border: 3px solid dimgrey;*/
  font-weight: 600;
  font-size: 10px;
  margin: 0 !important;
  text-align: center;
}

#js-product-list .row-line .disponibility-brand .title,
.top-product .disponibility-brand .title {
  height: 17px;
  line-height: 1em;
}

#js-product-list .easyPay p,
#js-product-list .row-line .disponibility-brand p,
.top-product .disponibility-brand p {
  font-size: 12px;
  border: 3px solid #7F7F7F;
}

#js-product-list .row-line .brand p,
.top-product .brand p {
  border-left: 0px;
}

#js-product-list .row-line .product_brand,
.top-product .product_brand {
  border: 3px solid #7F7F7F;
  border-left: 0px;
  overflow: hidden;
}

#js-product-list .row-line .product_brand img,
.top-product .product_brand img {
  /*border: 1px solid red;*/
  height: 100%;
  /*margin: 5px;*/
}

#js-product-list .row-line .out-of-stock img {
  height: 150px;
}


#js-product-list .easyPay .info,
#js-product-list .row-line .disponibility-brand .info,
.top-product .disponibility-brand .info {
  padding: 0px 5px 0px 5px;
  border-top: 0;
}

#js-product-list .row-line .disponibility-brand p,
.top-product .disponibility-brand p {
  text-align: center;
}

#js-product-list .row-line .disponibility-brand .info,
.top-product .disponibility-brand .info {
  height: 35px;
  text-align: center;
  font-size: 15px;
  /*font-family: 'open sans',sans-serif;*/
  white-space: nowrap;
  line-height: 2.05em
}

#js-product-list .row-line .brand .info {
  /*border-color: #fff;*/
  text-align: center;
  line-height: 0;
  padding: 2px;

}

/*#js-product-list .wt_container_thumbnail {
  display: inline-flex;
}*/

#js-product-list .ajax_block_product.row-line .wt-button-container {
  top: 70%;
  right: 20px;
}

/********************************************************* .col-md-2 */

#js-product-list .stock {
  color: LimeGreen;
  font-weight: bold;
  text-align: center;
  /*background: red;*/
}

#js-product-list .col-md-2 .out-of-stock p,
#js-product-list .col-md-4 .out-of-stock p,
#js-product-list .col-md-6 .out-of-stock p {
  display: block;
}

#js-product-list .col-md-2 .price {
  font-size: 20px;
}

#js-product-list .col-md-2 .div-product-image img,
#js-product-list .col-md-2 .wt-image {
  display: block;
  width: auto;
  margin: auto;
  max-height: 120px;
}

#js-product-list .col-md-2 .product-title {
  height: 45px;
  /*border: 1px solid red;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#js-product-list .col-md-2 .info-price {
  padding-top: 0px;
  /*background: yellow;*/
  margin: 0;
}

#js-product-list .regular-price {
  margin: 0;
  padding: 0;
}

#js-product-list .col-md-2 .info-price {
  margin: 0;
  padding: 0;
}

#js-product-list .col-md-2 .wt-count-down {
  /*background: beige;*/
  padding: 0;
  overflow-y: hidden;
  /*border: 1px solid blue;*/
  width: 120px;
}

#js-product-list .col-md-2 .clock li div {
  font-size: 12px;
}

#js-product-list .col-md-2 .wt-count-down .dot {
  color: dimgrey;
  margin: 0 1px;
  /*padding: 0 .5px;*/
  line-height: 0em;
  /*font-size: 10px;*/
}

#js-product-list .col-md-2 .title-count-down,
#js-product-list .col-md-6 .title-count-down,
#js-product-list .col-md-4 .title-count-down {
  display: none;
}

#js-product-list .col-md-2 .wt_container_thumbnail {
  height: 310px;
}

#js-product-list .col-md-2 .count-down-product {
  overflow: hidden;
  margin-top: -10px;
}

/*********************************************************col-md-4
/* .col-md-4 */
#js-product-list .col-md-4 {
  /*background: green;*/
}

/*#js-product-list .col-md-4 .deliverDate,*/
#js-product-list .col-md-4 .disponibility-brand,
#js-product-list .col-md-4 .easyPay {
  display: none;
}

#js-product-list .col-md-4 .deliverDate {
  display: block;
  position: absolute;
  bottom: -2px;
  font-size: 13px;
  width: 95%;
  text-align: center;
}

#js-product-list .col-md-4 .product-title {
  padding: 0 20px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .5rem !important;
}

#js-product-list .col-md-4 .description {
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#js-product-list .col-md-4 .wt_container_thumbnail {
  height: 460px;
}

#js-product-list .col-md-4 .wt-count-down {
  margin: auto;
}

#js-product-list .col-md-4 .wt-image,
#js-product-list .col-md-4 .div-product-image img {
  display: block;
  width: auto;
  max-height: 220px;
  margin: auto;

}

#js-product-list .col-md-4 .price {
  font-size: 27px;
}

#js-product-list .col-md-4 .stock {
  margin-bottom: 0;
}

/***********************************************************col-md-6

/* .col-md-6 */
#js-product-list .col-md-6 {
  /*background: pink;*/
}

#js-product-list .col-md-6 .price {
  font-size: 23px;
  line-height: 1em;
}


#js-product-list .col-md-6 .deliverDate,
#js-product-list .col-md-6 .disponibility-brand,
#js-product-list .col-md-6 .easyPay {
  display: block;
}

#js-product-list .col-md-6 .brand .title,
#js-product-list .col-md-6 .disponibility {
  display: none;
}


#js-product-list .col-md-6 .wt_container_thumbnail {
  height: 520px;
  /*background: cyan;*/
  /*min-width: 400px;*/
}

#js-product-list .col-md-6 .wt-image,
#js-product-list .col-md-6 .div-product-image img {
  width: auto;
  display: block;
  margin: auto;
  max-height: 220px;
}

#js-product-list .col-md-6 .product-aside {
  position: relative;
  overflow: hidden;
  height: 100px;
}

#js-product-list .col-md-6 .count-down {
  position: absolute;
  top: 20px;
  left: 0px;
}

#js-product-list .col-md-6 .stock {
  position: absolute;
  width: 180px;
  /*border: 1px solid blue;*/
  top: 40px;
  left: 0;
}

#js-product-list .col-md-6 .easyPay {
  position: absolute;
  top: 0px;
  left: 40%;
  width: 120px;
}

#js-product-list .col-md-6 .brand .info {
  position: absolute;
  /*background: red;*/
  top: 0px;
  right: 2%;
  width: 100px;
  height: auto;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

#js-product-list .col-md-6 .product-price-and-shipping {
  width: 180px;
}

#js-product-list .col-md-6 .deliverDate {
  position: absolute;
  bottom: 15px;
  font-size: 13px;
  width: 95%;
  text-align: center;
}

#js-product-list .col-md-6 .product_brand img {
  height: 45px;
  max-width: 80px;
  /*border: 1px solid grey;*/
}

#js-product-list .col-md-6 .product-title {
  padding: 0 20px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#js-product-list .col-md-6 .description {
  height: 60px;
  margin-bottom: 20px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}



@media (min-width: 850px) and (max-width: 1200px) {
  #js-product-list .col-md-6 .wt_container_thumbnail {
    height: 520px;
    /*background: yellow;*/
    /*min-width: 400px;*/
  }

  #js-product-list .col-md-6 .brand .info {
    display: none;
  }

  #js-product-list .col-md-6 .easyPay {
    left: auto;
    right: 5%;
    width: 120px;
  }

}

@media (min-width: 0px) and (max-width: 900px) {
  #js-product-list .col-md-6 .wt_container_thumbnail {
    height: 520px;
    /*background: green;*/
    /*min-width: 400px;*/
  }

  #js-product-list .col-md-6 .brand .info {
    display: none;
  }

  #js-product-list .col-md-6 .easyPay {
    display: none;
  }

  #js-product-list .col-md-6 .product-price-and-shipping {
    margin: auto;
  }

  #js-product-list .col-md-6 .stock {
    left: 16%
  }

  #js-product-list .col-md-6 .product-aside {
    /*display: none;*/
  }

  #js-product-list .col-sm-6 .deliverDate {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    width: 95%;
    color: #53C0EF;
    font-weight: 600;
    text-align: center;
  }

  #js-product-list .col-sm-6.row-line .deliverDate {
    text-align: left;
  }

  #js-product-list .col-sm-6.row-line .out-of-stock img{
    display: none;
  }

  #js-product-list .col-sm-6.row-line .out-of-stock p{
    display: block;
    position: absolute;
    bottom: 0;
    left: 32.5%;
  }



}


/*body {
  min-width: 1200px;
}*/

@media (min-width: 767px) and (max-width: 991px) {

  #js-product-list .col-md-2 {
    /*background: azure !important;*/
  }

  #js-product-list .row-line .wt_container_thumbnail {
    /*background: pink !important;*/
  }

  #js-product-list .ajax_block_product.row-line .wt-button-container {
    top: 70%;
    left: -7%;
    overflow: hidden;
    height: 34px;
  }

  #js-product-list .row-line .product-title {
    width: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #js-product-list .row-line .out-of-stock p {
    display: block;
    text-align: left;
    position: absolute;
    top: 100px;
    left: 70px;
  }

  #js-product-list .row-line .deliverDate,
  #js-product-list .row-line .disponibility-brand,
  #js-product-list .row-line .easyPay,
  #js-product-list .row-line .count-down-product,
  #js-product-list .row-line .out-of-stock img {
    display: none;
  }

  #js-product-list .row-line .product-description {
    /*background: pink;*/
    width: 800px !important;
    position: absolute;
    left: 60px;
    top: 0;

  }

  #js-product-list .row-line .description {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #js-product-list .row-line .info-price {
    height: 50px;
    /*border: 1px solid red;*/
    top: 90px;
    position: absolute;
    left: 70px;
    width: 200px;
  }

  #js-product-list .row-line .regular-price {
    display: absolute;
    text-align: left;
    /*background: red;*/
    right: 0;
    padding: 0;
  }

  #js-product-list .row-line .product-price-and-shipping {
    /*margin: .1rem 0;*/
    /*background: yellow;*/
    position: relative;
    width: auto;
  }

  #js-product-list .col-md-2 .div-product-image img {
    display: block;
    width: auto;
    margin: auto;
    height: 280px;
  }

  #js-product-list .col-md-2 .wt_container_thumbnail {
    height: 500px;
  }

  #js-product-list .wt-count-down {
    display: block;
    margin: auto;
  }

}

@media (min-width: 0px) and (max-width: 767px) {

  #js-product-list {
    /*background: blue !important;*/
  }

  /*  #js-product-list .description,
  #js-product-list .deliverDate,
  #js-product-list .disponibility-brand,
  #js-product-list .easyPay
  {
    display: none;
  }*/
  #js-product-list .out-of-stock p {
    display: block;
  }

  #js-product-list .wt-count-down {
    display: block;
    margin: auto;
  }

  #js-product-list .title-count-down {
    display: none;
  }

  #js-product-list .wt_container_thumbnail {
    height: 460px;
  }

  #js-product-list .product-title {
    padding: 0 20px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #js-product-list .description {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #js-product-list .col-md-4 .wt-count-down {
    margin: auto;
  }

  #js-product-list .wt-image,
  #js-product-list .div-product-image {
    display: block;
    position: relative;
    /*height: 220px;*/

  }

  #js-product-list .wt-image,
  #js-product-list .div-product-image img {
    width: auto;
    display: block;
    margin: auto;
    max-height: 220px;
  }

  #js-product-list .price {
    font-size: 27px;
  }

  #js-product-list .stock {
    margin-bottom: 0;
  }

  #js-product-list .row-line .product-description {
    max-width: 60%;
  }

  #js-product-list .row-line .deliverDate {
    /*color: red;*/
    margin-top: -12px;
  }

  #js-product-list .row-line .product-title {
    /*color: red;*/
    padding-left: 0;
  }

  #js-product-list .row-line .disponibility-brand,
  #js-product-list .row-line .easyPay,
  #js-product-list .row-line .count-down-product {
    display: none;
  }

}

/**********************************************************
Modidfication de la page produit
**********************************************************/

.top-product {
  /*background: yellow!important;*/
}

.top-product .col-md-4 {
  /*background: red;*/
  height: 550px;
}

.top-product .h1 {
  /*border: 1px solid red;*/
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.top-product .product-description {
  margin-top: 70px;
  height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  /*background: pink;*/
}

.top-product .product_additional .info-product,
.top-product .product-information .shipping {
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  padding: .625rem 1.25rem;
}

.top-product .product-information .shipping {
  position: absolute;
  bottom: 0px;
}

.top-product .product-information .shipping .title {
  margin-bottom: 10px;
}

.top-product .product-information .title b {
  text-transform: uppercase;
  font-weight: 500px;
}

.top-product .product-information .shipping span {
  /*color: red;*/
  font-family: Poppins, sans-serif;
}

.top-product .product-information .shipping i.local_shipping {
  /*font-size: 17px;*/
  color: #3b94c3;
  margin-right: 5px;
}

.top-product .product-information .shipping i.timer {
  /*font-size: 17px;*/
  color: #ff820c;
  margin-right: 5px;
}

.top-product .product_additional .info-product {
  position: relative;
  /*background: pink;*/
 /* height: 640px;*/
  height: 800px;
  width: 100%;
}

.top-product .product_additional .product-prices {
  /*background: yellow;*/
  display: inline-flex;
  flex-wrap: wrap;
  /*margin-top: 5px;*/
  margin-bottom: 0px;
  padding: 0;

}

.top-product .product_additional .product-prices div {
  /*margin-bottom: .225rem;*/
  padding-bottom: 0;
}

.top-product .product_additional .current-price {
  font-size: 27px;
  margin-right: 10px;
}

.top-product .product-prices .product-discount {
  margin-left: 0;
}

.top-product .product_additional .product-discount,
.top-product .product-prices .tax-shipping-delivery-label {
  padding-top: 8px;
}



/*.top-product .product_additional .divider {*/
.top-product .product_additional .divider{
  display: inline-flex;
  width: 100%;
  /*background: yellow;*/
}

.top-product .product_additional .col {
  width: 100%;
}

.top-product .product_additional .divider .col-auto {
  width: 650px !important;
  min-width: 120px;
  /*background: pink;*/
  text-align: center;
  line-height: 1.8em;
}

.top-product .product_additional .payement-detail {
  width: 100%;
}

.product_additional .payement-detail .payement-month {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}

.product_additional .payement-detail .payement-month p {
  /*width: 100%;*/
  /*background: pink;*/
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  white-space: nowrap;
  text-align: left;
}



.product_additional .payement-detail hr.dotted {
  border-top: dotted 1px;
  width: 70%;
  min-width: 10px;
}

.product_additional .payement-detail #month0 {
  display: none;
}

.product_additional .payement-detail #month-0 {
  color: red !important;
  /*border: 1px solid red;*/
  position: relative;

}

.product_additional .payement-detail #month-0 .entier {
  color: red !important;
  font-size: 30px;
  font-weight: 900;
}

.product_additional .payement-detail #month-0 .decimal {
  color: red;
  position: absolute;
  top: -5px;
}

@media (min-width: 768px) and (max-width: 930px) {
  .top-product .product_additional .current-price {
    font-size: 23px;
  }

  .top-product .product_additional .regular-price {
    font-size: 15px;
  }

  .product_additional .payement-detail .payement-month p {
    /*background: azure;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: normal;*/
    font-size: 10px;
  }

  .product_additional .payement-detail #month-0 .entier {
    color: red !important;
    font-size: 20px;
    font-weight: 900;
  }

  .product_additional .payement-detail #month-0 .decimal {
    color: red;
    position: absolute;
    top: -10px;
  }

  .top-product .disponibility-brand .info {
    font-size: 10px;
    line-height: 3.2em
  }

  .top-product .clock li div {
    float: left;
    font-size: 10px;
    letter-spacing: 2px;
    /*font-weight: 600;*/
    line-height: 2.4em;
  }

  .top-product .clock li .dot {
    font-weight: 600;
    font-size: 9px;
    margin-left: 0px;
  }

  .top-product .wt-count-down i {
    color: #ff820c;
    float: left;
    font-size: 15px;
  }

  .top-product .wt-count-down .clock {
    margin: -5px 0 0 4px;
  }

  .top-product .product_additional .divider .col-auto {
    font-size: 13px;
  }

  .product-actions .control-label {
    /*line-height: 2.7em;*/
    width: auto;
    font-size: 14px;
  }

  .top-product .add .btn {
    width: 140px;
    font-size: 10px;
    padding: 0;
  }

  .top-product .add .btn i {
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: .9em;
  }

}

.product-actions .control-label {
  /*margin-bottom: .375rem;*/
  /*display: block;
    width: 100%;
    text-align: center;*/
  /*background: red;*/
  line-height: 2.7em;
  width: auto;
  padding-right: 5px;
}

.top-product .product-quantity {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  /*background: blue;*/
  justify-content: center;
  flex-direction: column;
}

.top-product .qty {
  margin: auto;
}

.top-product .add {
  margin: auto;
  margin-top: 10px;
}

.top-product .add span {
  display: none !important;
}

.top-product .mousetrap {
  width: 100% !important;
}

.floa-payx{
	width: 50px;
}
