
.title-bar {
  /* padding: .5rem; */
  padding: .3rem;
  background: #fefefe;
  color: #616060;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* opacity: 0.95; */
}


img[alt]:after {  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 2;  
  text-align: center;
  content: attr(alt);
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #9b9b9b; /*353434 */
  -webkit-box-shadow: 0 7px 0 #9b9b9b, 0 14px 0 #9b9b9b;
  box-shadow: 0 7px 0 #9b9b9b 0 14px 0 #9b9b9b;
  content: '';
}

.menu-margin{
  margin-left: .25rem;
  margin-right: .25rem;
  margin-top: 10px;
}
.ico-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
}
.ico-menu .bar:nth-child(1) {
  top: 0;
}
.ico-menu .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #202121;
  border-radius: 2px;
  overflow: hidden;
}
.ico-menu .bar:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /* background: #A6ABAB; */
  background: #9B9B9B;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ico-menu .bar:nth-child(2) {
  top: 7px;
}
.ico-menu .bar:after {
  left: 0;
}
.ico-menu .bar:nth-child(2):after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3) {
  top: 14px;
}
.ico-menu .bar:nth-child(3):after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}




.animated-search-form[type=search] {
  /* width: 70%; */
  width: 100%;
  height: 36px;
  /* border: 0.125rem solid #e6e6e6;
  box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.18); */

  /* border-radius: 0; */
  /* background-image: url("//image.ibb.co/i7NbrQ/search_icon_15.png");
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat; */
  /* padding: 0.75rem 1.25rem 0.75rem 2rem; */
  
  /* padding: 0.75rem 1.25rem 0.75rem 1rem; */
  /* padding: 0.75rem 1.25rem 0.75rem 3rem; */
  padding: 0.75rem 0.25rem 0.75rem 3.4rem;
  transition: width 0.4s ease-in-out;
  border: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(10,10,10,.1);
  box-shadow: inset 0 0px 0px rgba(10,10,10,.1);
  border: 1px solid #d3d3d3;
}

.animated-search-form[type=search]:focus {
  width: 100%;
  /* background-color: rgb(231, 233, 144); */
}

/*.text-search-input{
  -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
} */

/*a{
   outline: none; 
}*/

/* .borderRadius{ */
  /* border: 2px solid red; */
  /* padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; */
 /* } */

.animated-search-form{
  margin: 0px;
}

.send-button {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  /* padding: 0.5rem 1rem 0rem 1rem;; */
  padding: 0.5rem 0.4rem 0rem 0.75rem;
  margin: 0;
  font-weight: 600;
  position: absolute;
  left: 2px;
  cursor: pointer;
}


.title-bar-title a,.namec a{
  /* color: #1779baa3; */
  color: #ffffff;
}

.title-bar-title{
  /* margin-right: 20px;
  margin-left: 8px; */
  margin-right: 12px;
  margin-left: 12px;
  font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 22px;
}

 /*.title-bar-left{
  padding-bottom: 4px; 
}*/

.menu-txt{
  display: none;
      float: right;
      font-size: small;
   /* margin-left: 9px; */
   margin-top: 3px;
}

.menu-icon-margin{
  margin-top: 6px;
  cursor: pointer;
  margin-right: 18px;
}

.top-bar-left{
  text-align: center;
  border-right: 1px solid #E6EAEA;
  position: relative;
  padding-right: 4px;
}
.menu-top-panel{
  /* margin: 12px 12px 20px 12px; */
  margin: 0px 12px 20px 12px;
}

 .menu-icon {
  outline: none;
  margin-left: .25rem;
  margin-right: .25rem;
  height: 20px;
}

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem;
}

.js-off-canvas-overlay{
  background: rgba(0, 0, 0, 0.5);
}


.namec{
  font-family: "Comic Sans MS", cursive, sans-serif;
  text-align: center;
  /* margin: 0px 0px 0px 12px; */
  width: 80%;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
}

footer {
  padding: 20px 0 0px;
}


.footer {
  /* position: absolute;
  right: 0;
  bottom: 0;
  left: 0; */
  /* padding: 1rem; */

  /* background-color: #f2f2f2; */
  text-align: center;
}


.container-fluid {
  padding-bottom: 6px;
  padding-top: 10px;
  background-color: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  color: #5f6368;
}

.off-canvas{
  /* background: #fefefe; */
  background: #f5f5f5;
  overflow: hidden;
}


.drilldown a ,.accordion-menu a{
  /* padding: .7rem 1rem; */
  /* background: #f5f5f5;  
   color: #808080; */
   /* background: #e6e5e5;
   color: #111; */
   background: #f5f5f5;
   /* color: #7d7d7d; */
   color: #111;
   /* font-weight: 700; */
   cursor: pointer;
   max-height: 40px;
   line-height: 1.2;


   min-height: var(--paper-item-min-height, 48px);
   padding: 0 24px;
  
   box-sizing: border-box;
   outline: 0;

   display: flex;
   -ms-flex-direction: row;
   -webkit-flex-direction: row;
   flex-direction: row;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   border-bottom: 1px solid #e2e2e2;
}


.drilldown a:hover ,.accordion-menu a:hover{
   /* background: #1779baa3; color: white;*/
   background-color: rgb(226, 226, 226);
   color: #7d7d7d;
}

/* .ui-autocomplete li { display: none; } */
/* 
.menu1{
  max-width: 24px;
  float: left;
} */

.span-menu1{
  margin-right: 24px;
  overflow: hidden;
   white-space: nowrap; 
  text-overflow: ellipsis;

  line-height: 2.1rem;
  margin-left: 18px;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #828282 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.js-drilldown-back a {
  background: #37a0e636;
}

 .is-submenu-item a {
  background: #b1afaf21;  
    font-weight: normal;
} 


.drilldown-div {
   overflow: auto; 
  height: 85%;
}
#div_filter_right .drilldown-div {
    /* overflow: auto; 
    height: 85%;*/
    height: 100%;
  }

.drilldown .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #828282;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.menu-top-panel::after {
  content: "";
  bottom: -5px;
 box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06);
  height: 5px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 56px;
  width: 100%; 
}

.small-topbar {
  border-bottom: 1px solid #E6EAEA;
  padding-bottom: 7px;
}

.title-bar::after,#topWin1::after {
bottom: -5px; 
/* box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06); */
box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, 0.66);
  content: "";
  height: 5px;
  left: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 100%;
  /* z-index: 2050; */
  z-index: 10;
}
.reveal-title::after {
  /* bottom: -5px; */
  box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06);
  content: "";
  height: 5px;
  left: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 100%;
  /* z-index: 2050; */
  z-index: 10;
}


.formsearch1{
 width: 100%;
}


.top-bar-right-search{
 width: 100%;
 min-height: 36px;
 /* display: none; */
}


.top-bar-right-1{
  width: 100%;
  min-height: 36px;
 }

#openTxtSearch{
  border-left: 1px solid #E6EAEA;
  padding-left: 12px;
}

.title-bar-left-text{
  font-family: "Comic Sans MS", cursive, sans-serif;
  margin-right: 12px;
  margin-left: 12px; 
  margin-top: 10px;
  font-size: .8em;

    text-align: left;
    line-height: normal;
    margin-right: 12px;
    text-overflow: ellipsis;

    overflow: hidden;
   /* display: -webkit-box; */

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.log-top-left{
  border-right: 1px solid #E6EAEA;
  position: relative;
}
.top-bar-logo{
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  width: auto;
  height: 23px;
  line-height: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
 }

.pswp__button--zi1{
  display: none;
  color:white;
}
.pswp__button--zo1{
  display: none;
  color:white;
}

/* dd */

.more {
  display: none;
}

.card1 {
  /* padding: 4px;*/
  margin: 4px; 
  padding: 0px;
   /* margin: 2px;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-bottom: 1rem; */
  /* border: 1px solid #d3d3d3; */
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
  /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px; */
  border-radius: .053333rem;
  box-shadow: 0 1PX 0.053333rem rgba(0,0,0,.08);
}

.content-search{
  background: #eaeded;
  padding-bottom: 6px;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.result-div{
  margin: 2px;
  margin-bottom: 10px;
  margin-top: 6px;
}

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1px;
  margin: 8px;
}


.card-product:hover .card-product-img-wrapper img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* .card-product:hover .card-product-img-wrapper img { */
  /* border: 1px solid #e6e6e6; */

/* } */

.card-product:hover{
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);

}

/* .card-product:hover .card-product-img-wrapper, .card-product:focus .card-product-img-wrapper { */
  /* box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);  */

 /* } */

.card-product:hover .card-product-img-wrapper .button, .card-product:focus .card-product-img-wrapper .button {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
     background-color: #174189;
 color: #fff;
    /* box-shadow: inset 0 0 0 20rem rgba(0,0,0,.0625); */

 }

.card-product:hover .card-product-img-wrapper .button {
  -webkit-transform: translateY(-3rem);
      -ms-transform: translateY(-3rem);
          transform: translateY(-3rem);
          /* border: 2px solid rgb(11, 3, 117); */

}


.card-product-img-wrapper {
  /* margin: 6px; */
  /* margin-bottom: 1.375rem; */
  position: relative;
  overflow: hidden;
  /* height: 298px; */
  /* height: 250px; */
}

.card-product-img-wrapper .button {
  transition: all 0.2s ease;
  /* background-color: #767676; */
  padding: 1rem 0.5rem;
  bottom: -3rem;
  -webkit-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
  position: absolute;
  z-index: 2;
  /* color: #fefefe; */
  margin-bottom: 0;
}

.window1{
  /* text-align: center; */
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.window1-content {
  /* position: fixed; */
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  /* height: 100%; */
  height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding: 20px 10px 10px; */
  padding: 18px 10px 10px;
}

.button-offerW1{
  width: 240px;
 padding-left: 12px;
 padding-right: 12px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  /* position: fixed; */
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}


.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* 
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
} */

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}


.card-product-img-wrapper .button:hover {
  background-color: #1779ba;
  /* background-color: #174189;# */
 color: #fff;
 opacity: 1;
}

.opacityx{
  opacity: 0.70;
}


.opacity-topbar{
  opacity: 0.70;
}
/* .card-product-img-wrapper img:hover {

  max-height: 250px;
} */
.card-product-img-wrapper img {
  transition: all 0.2s ease;
  /* -webkit-filter: grayscale(1);
          filter: grayscale(1); */
   /* -webkit-border-radius: 20px;
   -moz-border-radius: 20px; */
  /* 
  
   height: 298px; */
  /**/
  width: 100%;
  height: 100%;

  position: absolute;
  /* max-height: 300px; */
  max-width: 500px;
  color: #fff;
      vertical-align: middle;
}

#imgdiv {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-color: #fff;
  /* border-radius: 6px; */
  overflow: hidden;
  z-index: 1;
}

.card-product-img-wrapper .card-product-name {
  font-size: 1.375rem;
}

.card-product-img-wrapper .card-product-price {
  font-weight: bold;
}

.card-product-img-wrapper .card-product- {
  color: #8a8a8a;
  font-size: 0.875rem;
  margin-bottom: 0;
}



.card-section > a h3,.resum-text {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

/* .condition-top{
  color: #111111;
} */

/*
.card-product-img-wrapper a:hover, .card-product-img-wrapper a:focus, .card-product-img-wrapper a:active{
  color: #0275d8;
  text-decoration: underline;
}

color: #6a29b9;
*/
button:focus {
  outline: 0px solid #fff;
  outline-offset: -4px;
}

button:active {
  transform: scale(0.99);
}
.card-product:hover  a, .card-product:focus a, .card-product:active a ,.card-product:hover h3{
  color: #0275d8;
  text-decoration: underline;
}

.small, small {
  font-size: 80%;
  color: #8a8a8a;
}

.card-product-price {
  font-weight: 700;
  line-height: inherit;
  padding: 4px;
}


.product-card-price {
  font-weight: 700;
  line-height: inherit;
  padding: 4px;

  color: #3e3e3e;
  display: -block;
  font-size: 0.85rem;
  font-size: 21px;
  font-weight: 600;
  margin-top: 0.8rem;
}

.product-card-sale {
  /* color: #adabab; */
  color: #333;
  display: -block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}




.product-image-gallery {
  background-color: #fefefe;
  padding: 1.5rem;
}

.pdp-product-image {
  margin-bottom: 20px;
}

.product-thumbs a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 !important;
}

.product-thumbs a img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: none;
}

















/* 
@media (min-width: 768px){
  .tm-close {
      width: 80px;
      height: 80px;
    }
  } */
.top-gridWin1{
  padding-top: 30px;;
}


.hide-search-frm {

  position: absolute;
  top: -5px;
  right: -5px;

  padding: 0;
  width: 46px;
  height: 46px;

  background-color: #000;
  /* background: #1779ba; */
  /* background: #f54186; */
  border: none;
  z-index: 1000;
  -webkit-transition: background-color 0.14s ease-out;
  transition: background-color 0.14s ease-out;
  cursor: pointer;
}

.tm-close-panelquick {
    position: absolute;
    top: 0;
    right: 0;
  
    padding: 0;
    width: 50px;
    height: 50px; 

    /* background-color: #ffffff; */
    /* background-color: #D1132F; */
    background-color: #b22b07;
    /* background-color: #de384e; */
   
    border: none;
    z-index: 1000;
    -webkit-transition: background-color 0.14s ease-out;
    transition: background-color 0.14s ease-out;
    cursor: pointer;
    border-left: 1px solid #E6EAEA;
}

 /* .tm-close-panelquick { */
   /* border: solid; */
   /* border-right: none; */
/* } */

 .hide-search-frm:after {
  position: absolute;
  content: '';

  width: 15px;
  height: 2px;

  margin-left: 15px;
  background: #ffffff;
  transform: rotate(-45deg);
}
.hide-search-frm:before {
  position: absolute;
  content: '';

  width: 15px;
  height: 2px;

  margin-left: -8px;
  background: #ffffff;
  transform: rotate(45deg);
}

/* 
 .tm-close-panelquick:after {
  position: absolute;
  content: '';

  width: 20px;
  height: 2px;

  margin-left: -10px;
  background: #ffffff;
   transform: rotate(-45deg);
}

 .tm-close-panelquick:before {
  position: absolute;
  content: '';

  width: 20px;
  height: 2px;

  margin-left: -10px;
  background: #ffffff;
  transform: rotate(45deg);
}
 */

 
 .tm-close-panelquick::before {
  /* color: #111111; */
  color: #ffffff;
   content: '\00D7';
   display: block;
   font-size: 36px;
   font-weight: 600;
   line-height: 36px;
   padding: 0;
   margin: 0;
 }

 .tm-close {
  background: 0 0;
  margin-right: 3px;
  border: 0;
  cursor: pointer;
  height: 36px;
  outline: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  /* background-color: #111111; */
}

 
.tm-close::before {
  color: #fff;
  content: '\00D7';
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  padding: 0;
  margin: 0;
}

#boxCat1 .tm-close::before,#dealsWin .tm-close::before,#proposeCategoryWin .tm-close::before ,#mobile-ios-modal-4 .tm-close::before{
  color:#111; 
}

.overfloaHidden{
  overflow: hidden;
}

/* .styky-top-panel{
  position: absolute;
} */

.sticky1{
  margin: 0px;
  float: right;
  position: fixed;
}
 
.to-top {
 
  /* background: none; */
   
  /* margin: 0; */
  /* margin: 0px 10px 0px 6px ; */
   top:0px;
  /* position: fixed; */
   
  /* bottom: 0; */
   
  right: 0px;
   
  width: 100%;
   
  height: 50px;
   
  z-index: 1000;
  /* display: none; */
   
  text-decoration: none;
   
  color: #000000;
   
   background-color: #ffffff;  
   
  }
   
  .reveal-overlay{
    padding: 40px 0px 0px 0px;   
      overflow-y:  hidden;
  }

  .boxreveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,.45);
    /* overflow-y: auto; */
    padding: 40px 0px 0px 0px;   
    overflow-y:  hidden;
}

  .borderBottom{
    border-bottom: 1px solid #e6e6e6;
  }

  #boxHysto1{
    z-index: 9;
  }
  #boxBlack1{
    z-index: 15;
  }
  .reveal-category1{
    /* position: fixed; */
    width: 100%;
     max-width: 100%;
    height: 100%;
    padding-bottom: 6%;
    padding-right: 2px;
    padding-left: 2px;
    /* padding: 0px 0px 22px 0px; */
    background-color: #f5f5f5;
    overflow: hidden;
  }
  
  .win-mn{
     position: fixed;
    right: 50%;
    left: 50%;
  }

  .reveal-menu1{
    /* position: fixed;
    width: 100%;
     max-width: 100%; */
     width: 300px;
    height: 98%;
    padding-bottom: 6%;
    padding-right: 2px;
    padding-left: 2px;
    /* padding: 0px 0px 22px 0px; */
    background-color: #f5f5f5;
    overflow: hidden;
  }

 .reveal-menu1 .menu1, .reveal-category1 .menu1{
    height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* #proposeCategoryWin{ */
    /* width: 80%; */
  /* } */
 
  .reveal{

    outline: none;
      display: none;
      top: 0px;   
      overflow-x:  hidden;
      /* border: 2px solid #1779ba; */
      border: 2px solid #111111;
  }

  .title-menu1{
    font-family: "Comic Sans MS", cursive, sans-serif;
    /* text-align: center; */
    margin: 0px 0px 20px 12px;
    width: 80%;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    /*color: #007dbd;1575399c*/
    color:rgba(23, 121, 186, 0.6392156862745098);
  }

  .reveal-search-advanced {
    width: 250px;
    height: 96%;
    max-height: 500px;
    /* padding-bottom: 6%; */
    padding-right: 2px;
    padding-left: 2px;
    background-color: #f5f5f5;
    overflow: hidden;
}
  
.button-reveal-search{
text-align: center;
   margin-top: 6px;
}

.search-advanced{
  height: 88%;
  max-height: 418px;
  overflow-y: auto;
}

.top-infoMenu{
  height: 50px;
  /* padding: 10px; */
}

.menu-icon-w1{
  position: absolute;
  top: 0;
  width: 35px;
  height: 47px;
  position: absolute;
  top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  /* background: #f54186; */
  background-color: #ffffff;
  background: #ffffff;
  border: none;
  z-index: 1000;
  -webkit-transition: background-color 0.14s ease-out;
  transition: background-color 0.14s ease-out;
  cursor: pointer;
  /* border: solid; */
  margin-left: 0;
  border-right: 1px solid #E6EAEA;
}

.material-icons-topMenu{
     /* float: left; */
     font-size: 18px;
     margin-right: 4px;
     /* top: 24px; */
     /* position: absolute; */
     /* z-index: 22; */
      /*color: #111;*/
     text-align: center;
}

.backgroundLoad{
  background-image: url(default-skin/Eclipse36g.gif)  0 0 no-repeat;
}




.titlepage{
  margin: 10px 10px 10px 10px;
}

.logo-fill{
  fill: #9B9B9B;
  z-index: 0;
  transition: all 0.3s;
}


.logo-fill-top-bar{
  /* fill: #202121; pointer-events: none; display: block; width: 100%; height: 100%;*/
  fill: #9B9B9B;
  z-index: 0;
  transition: all 0.3s;
}

.first-logo-fill-top-bar{
  /* fill: #202121; */
  fill: #ffffff;
  z-index: 0;
  transition: all 0.3s;
}
.first-top-bar-logo{
  /* top: auto;  */
  top: 15px;
  left: 50%;
}

.first-sticky-container{
  position: absolute;
  width: 100%;
}

.title-bar-backgroun_f3f3f3{
  background-color: #f3f3f3;
}
.title-bar-backgroun_white{
  background-color: #fefefe;
}
.title-bar-backgroun_fe{
  background-color: #2021212e;
}

.first-title-bar{
  padding: 2.3rem;
  /* background: #fefefe00; */
  /* background:#2021212e; */
  background: rgba(32, 33, 33, 0.1803921568627451);
  color: #ffffff;
}



.title-bar.hidden1:after {
  display: none;
}

.first-top-bar-left{
  border-right: 0px solid #E6EAEA;
}

.ico-menu .bar.white-bar-menu:after {
  /* background: #ffffff; */
  background: #9B9B9B;
}
.first-top-bar-left .ico-menu .bar.white-bar-menu:after {
  background: #ffffff;
}


.second-top-bar-logo{
  /* top: auto;  */
  top: 10px;
  left: 50%;
}
.second-logo-fill-top-bar{
  /* fill: #202121; */
     fill: #9B9B9B;
     /*fill: #ffffff;*/
  z-index: 0;
  transition: all 0.3s;
}
.second-title-bar{
  /* padding: 2.3rem; */
  /* background: #fefefe00; */
  /* height: 150px; */
   /*background:#007dbd;*/
   /* background: linear-gradient(to right, rgb(117, 183, 225) 0%, rgb(63, 146, 199) 100%); */
   /* background-color: #2d2d2d; */
   /* background-color: #2b4b67; */
   /* background: #1569b3; */
   /* background: -moz-linear-gradient(top, #1569b3 0%, #1a558a 100%);
   background: -webkit-linear-gradient(top, #1569b3 0%, #1a558a 100%);
   background: linear-gradient(to bottom, #1569b3 0%, #1a558a 100%); */

   /* background: #070B11; */
background: #ffffff;
 /* color:#fff; */
 color:#575757;

  display: block;
    padding-top: 100px;
}

.second-top-bar-left{
  /* border-right: 0px solid #E6EAEA; */
  border-right: 0px solid #E6EAEA;
}

.second-sticky-container{
  position: relative;
  width: 100%;
}


/* -------------------------------- 

Basic style

-------------------------------- */
/* header {
  position: relative;
  height: 200px;
  line-height: 220px;
  background: #2E4057;
} 
header h1 {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 280px;
    line-height: 300px;
  }
  header h1 {
    font-size: 3rem;
  }
}

nav[role="navigation"] {
  text-align: center;
}
*/
.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  /* display: none; */
  display: inline-block;
  margin: 0 .2em;
}
.cd-pagination li.buttonp {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  /* padding: .6em .8em;
  font-size: 1.6rem; */
  padding: .3em .5em;
  font-size: 1.2rem;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover {
  background-color: #ca5757;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .buttonp:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .buttonp:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  background-color:#1779ba;/* #64a281*/
  border-color: #0764a2;/* #64a281*/
  color: #ffffff;
  pointer-events: none;
}



.imgInfo{   
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
    margin: 10px 2px 0px 0px;
}

.product-price {
  /* color: #1779ba;  */
    /* color: #c30606; */
    /* color: #B12704!important; */
    font-size: 0.85rem;
    font-weight: 800;
    font-size: 17px!important;
    line-height: 1.255!important;
}


.product-price-w1 {
  color: #f71073;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin: 15px auto;
  position: relative;
}

.block-recoproduit-container {

  width: 98%;
  height: 33px;
  margin: 0 auto 30px auto;
  border-bottom: solid 1px #e8e8e8!important;
  /* text-align: center; */
  padding-left: 40px;
}

.block-recoproduit-container h2 {

  background: white;
  /* font-family: "futura_medium"; */
  /* color: #C60!important; */
  /* color: #ee4a1b!important; */
  /* color: #f64b73!important; */
  /* color: #188edc!important; */
  /* color: #262626!important; */
  color: #4f4f4f!important;
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  margin: 0 auto;
  display: inline-block;
  font-size: 16px!important;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 10px;

}

.description-w1{
  position: relative;
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  color: #4c4c4c;
  /* margin-left: 47px; */
  margin-left: 80px;
  margin-right: 47px;
}









.card-info {
  background: #fefefe;
  border: 1px solid #8a8a8a;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 0; 
  /* margin: 1rem 0; */
  margin: 0.1rem 0.1rem;
  overflow: hidden;
  border-radius: 0;
}

.card-info .card-info-label {
  border-color: transparent #8a8a8a transparent transparent;
  border-color: rgba(255, 255, 255, 0) #8a8a8a rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.primary {
  border-color: #1779ba;
}

.card-info.primary .card-info-label {
  border-color: transparent #1779ba transparent transparent;
  border-color: rgba(255, 255, 255, 0) #1779ba rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.secondary {
  border-color: #767676;
}

.card-info.secondary .card-info-label {
  border-color: transparent #767676 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #767676 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.info {
  border-color: #959696a3;
}

.card-info.info .card-info-label {
  /* 37a0e6 #1779baa3 #8a8a8a */
  border-color: transparent #F10773 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #F10773 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.alert {
  border-color: #cc4b37;
}

.card-info.alert .card-info-label {
  border-color: transparent #cc4b37 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #cc4b37 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.success {
  border-color: #3adb76;
}

.card-info.success .card-info-label {
  border-color: transparent #3adb76 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #3adb76 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info.warning {
  border-color: #ffae00;
}

.card-info.warning .card-info-label {
  border-color: transparent #ffae00 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #ffae00 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-info .card-info-label {
  border-style: solid;
  border-width: 0 4.375rem 2.5rem 0;
  /* float: right; */
  height: 0px;
  width: 100%;
  /* width: 0px; */
  /* -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); */
}

.card-info .card-info-content {
  padding: 0.5rem 1.5rem 0.875rem;
  max-height: 450px;
   overflow: auto;
  text-align: left;
}

.card-info .card-info-label-text {
  color: #fefefe;
  font-size: 1.60rem;
  font-weight: bold;
  position: relative;
  /* right: -2.0rem; */
  top: 2px;
  width: 100%;
  height: 30px;
  text-decoration: underline;
  padding: 0px 0px 0px 45px;
  /* white-space: nowrap;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); */
}

.card-info .card-info-label-text a {

  width: 100%;
  display: block;
  /* color: black; */
  color: #F10773;
  font-weight: bold;
  height: 30px;
}







.menu-card {
width: 100%;
}

.card-menu {
  background: #fefefe;
  border: 1px solid #8a8a8a;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 0; 
  /* margin: 1rem 0; */
  margin: 0.1rem 0.1rem;
  overflow: hidden;
  border-radius: 0;
}

.card-menu .card-menu-label {
  border-color: transparent #8a8a8a transparent transparent;
  border-color: rgba(255, 255, 255, 0) #8a8a8a rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.card-menu .card-menu-label {
  border-style: solid;
  border-width: 0 4.375rem 2.5rem 0;
  /* float: right; */
  height: 0px;
  width: 100%;
  /* width: 0px; */
  /* -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); */
}


.card-menu .card-menu-content {
  padding: 0.5rem 1.5rem 0.875rem;
  /* max-height: 450px; */
    overflow: auto;
    /* border-top: double 1px #3b743b;  */
}

.card-menu .card-menu-label-text {
  color: #fefefe;
  /* font-size: 1.60rem; */
  font-weight: bold;
  position: relative;
  /* right: -2.0rem; */
  /* top: 2px; */
  width: 100%;
  height: 30px;
  padding: 0px 0px 0px 11px;
  /* white-space: nowrap;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); */
          /* text-decoration:underline; */
          text-decoration:none;
}

.card-menu .card-menu-label-text a {

  width: 100%;
  display: block;
  color: black;
  font-weight: bold;
  height: 44px;
  display: block;
  /* display: table-cell;
  vertical-align: middle; */
  line-height: 1;
}

.titel-span1{
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}

.card-menu.info {
  /* border-color: #1779baa3; */
  border-color: #959696a3;
}

.card-menu.info .card-menu-label {
  /* 37a0e6 */
  /*border-color: transparent #1779baa3 transparent transparent;
   border-color: rgba(255, 255, 255, 0) #1779baa3 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); */

  border-color: rgba(255, 255, 255, 0) #b7b7b7a3 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);

}

/* .active-card{
  background-color: #ca5757;
} */


/*select*/
.control_dropdown {
  /* float: left; */
  /* margin-right: 28px; */
  height: 32px;
  font-size: 13px;
  line-height: 32px;
}
 
.field_dropdown {
  margin-right: 4px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;

  width: 100%;
  /* height: 44px; */
  font-weight: bold;
  /* font-size: 16px; */
  /* line-height: 44px; */
  padding: 0 45px 0 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 2px 2px #eee;
  color: #1f1f1f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background-image: url(default-skin/bg_dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right center; */
  -webkit-transition: all .3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease false;
  background-color: #fff;
}
.field_dropdown:hover {
  border-color: #8b8b8b;
}
/* .field_dropdown:focus, .field_dropdown:hover { */
  /* background-image: url(default-skin/bg_dropdown-arrow_on.png); */
/* } */

.field_dropdown:focus{
  border-color: #007fab;
  box-shadow: inset 0 0 0 1px #007fab;
  -webkit-transition: border-color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  outline: none;
}

.field_dropdown:focus {
  border-color: #007fab;
}

.field_div{
  /* width: 30%; */
  padding: 10px 10px 0px 10px;
  /* display: inline-block; */
}

.input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.input-group-field::-webkit-inner-spin-button,
.input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}


.price-div{
  background-color: #f3f3f3;
  /* padding: 9px 0px 0px 3px; */
  padding: 0px 0px 0px 3px;
}
.input-price {
  width: 89px;
  padding: 0px 0px 0px 3px;
  margin-right: 1px;
  margin-bottom: 3px;
  font-size: 12px;
}

.el-advanced{
  padding-right: 11px;
  }

.title-advanced{
   color: #4c4c4c;
   font-size: 12px;
   font-weight: 800;
   padding-left: 4px;
  }



/* ------ */















.responsive-hidden-nav-container {
  min-width: 240px;
  background: #1779ba;
  padding: .5rem 1rem;
  /* height: 80vh; */
  width: 90%;
}

.responsive-hidden-nav {
  margin: 0;
  padding: 0;
  background-color: #fefefe;
  position: relative;
  min-width: 240px;
  background: #fefefe;
  z-index: 33;
}

.responsive-hidden-nav a {
  display: block;
  /* padding: 1.25rem 2rem; */
  padding: 4px 1rem;
  background: #fefefe;
  /* font-size: 1.1em; */
  font-size: 13px;
  font-weight: 700;
  color: #1779ba;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.responsive-hidden-nav a:hover {
  color: #ffffff;
  background-color: #0c3e5f;
}

.responsive-hidden-nav button {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 1rem;
  border: 0;
  outline: none;
  background-color: #115b8d;
  color: #fefefe;
  cursor: pointer;
}

.responsive-hidden-nav button:hover {
  background-color: #0c3e5f;
}

.responsive-hidden-nav button::after {
  content: attr(count);
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: -1rem;
  /* top: .75rem; */
  top: 0;
  text-align: center;
  background-color: #0c3e5f;
  color: #fefefe;
  font-size: .9em;
  line-height: 1.6;
  border-radius: 50%;
  border: 0.25rem solid #fefefe;
  font-weight: bold;
}

.responsive-hidden-nav button:hover::after {
  -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
          transform: scale(1.075);
}

.responsive-hidden-nav .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.responsive-hidden-nav .hamburger::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.responsive-hidden-nav .hamburger:hover::after {
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.responsive-hidden-nav .visible-links-menu {
  display: inline-table;
  margin: 0;
  padding: 0;
}

.responsive-hidden-nav .visible-links-menu li {
  display: table-cell;
  border-left: 1px solid #1779ba;
}

.responsive-hidden-nav .visible-links-menu li:first-child {
  font-weight: bold;
}

.responsive-hidden-nav .visible-links-menu li:first-child a {
  color: #1779ba !important;
}

.responsive-hidden-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
}

.responsive-hidden-nav .hidden-links li {
  display: block;
  border-top: 0.0625rem solid #115b8d;
}

.responsive-hidden-nav .hidden {
  visibility: hidden;
  display: none;
}


.is-hide{
  visibility: hidden;
  display: none;
}

.is-show{
  visibility: visible;
  display: block;
}




.container-slick {
  position: relative;
  margin: 0 auto;
  /* padding: 40px; */
  padding: 4px;
  width: 99%;
  color: #333;
  background: #ffffff;
   /*max-height: 200px; */

  display: block;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
 /* min-height: 220px;*/
}

.container-slick .slick-prev,.container-slick .slick-next {
  display: none;
  visibility: hidden;
  }

  .container-slick .slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
  /* margin:13px; */
  /* max-height: 111px; */
  
}

.container-slick .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 777px;
}

.title-mobile{
  display:none;
  visibility: hidden;
} 

.title-desktop{
  display:block;
  visibility: visible;
}



.backgroundBlue{
  background: #1569b3;
  background: -moz-linear-gradient(top, #1569b3 0%, #1a558a 100%);
  background: -webkit-linear-gradient(top, #1569b3 0%, #1a558a 100%);
  background: linear-gradient(to bottom, #1569b3 0%, #1a558a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1569b3', endColorstr='#1a558a',GradientType=0 );
}

.to-center{
  text-align: center;
}

.txt-bottom-about{
  color: #ffffff;
  font-size: 25px;
  /* margin-top: 4em; */
  padding-bottom: 45px;
}

.container-slick .feed-left {
  left: 0;
  border-radius: 0 3px 3px 0;
  clip: rect(-10px,55px,110px,0);
  padding-right: 5px;
}

.container-slick .feed-right {
  right: 0;
  border-radius: 3px 0 0 3px;
  clip: rect(-10px,45px,110px,-10px);
  padding-left: 5px;
}


.container-slick .container-slick-control {
  position: absolute;
  /* top: 55px; */
  /* top: 90px; */
  top: 29%;
  background-color: #fff;
  height: 100px;
  line-height: 100px;
  width: 45px;
  text-align: center;
  box-shadow: 0 1px 3px #888;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  /* display: none;  */
     opacity: .1;
     filter: alpha(opacity=50); /* For IE8 and earlier */
     z-index: 2;
}


#slickInfo1 .container-slick-control {
  /* top: 0%;
  height: 94%; */
  top: 40%;
  height: 80px;
}

#slickInfo1 .feed-right {
  right: 0;
  border-radius: 3px 0 0 3px;
  clip: auto;
  padding-left: 5px;
}

#slickInfo1 .feed-left {
  right: 0;
  border-radius: 3px 0 0 3px;
  clip: auto;
  padding-left: 5px;
}

.container-slick .container-slick-control:hover {
  opacity: 1;
}

.a-inline-block:hover>.container-slick-control {
  opacity: 1;
}
.container-slick .feed-left .feed-arrow {
  background-position: -14px 0;
}
.container-slick .feed-arrow {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  position: relative;
  top: 50%;
  height: 22px;
  width: 13px;
  margin-top: -11px;
}

.back-gw-icon {
  background-image: url('default-skin/back24.png');
  background-repeat: round;
}

.next-gw-icon {
  background-image: url('default-skin/next24.png');
  background-repeat: round;
}


#items_slick3{
  display: none;
}



/* .mobile-ios-modal {
  width: 226px;
  top:0px;
  margin: 0;
  padding: 0;
  border-radius: 0.75rem;
  position: absolute;
  overflow: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
} */

/* .mobile-ios-modal-inner {
  padding: 0.5rem 0.5rem 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-ios-modal-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
} */

/* .mobile-ios-modal-options .button {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-bottom: 0;
  color: #1779ba;
  background: transparent;
  border-color: #e6e6e6;
  border-bottom: 0;
} */

 /*  .mobile-ios-modal-options-stacked .button {
  display: block;
  width: 100%;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-bottom: 0;
  color: #ffffff;
  background: transparent;
  border-color: #e6e6e6;
  border-bottom: 0;  
  background-color:#1779ba; 
} */

.buttontop{
  background-color: white;
  color: #1f1f1f;
  margin: 0px;
  padding: .55em 0.25em;
  font-size: .9rem;
  cursor: pointer;
}

#viewoffer{
  /* background-color: #ffffff;
 color: #4f4f4f;  */
 /* background-color: #188edc; */
 /* background-color: #337ab7; */
 /* background-color: #2c2a29; */
 /* background-color: #4e4e4e;*/
 background-color: #2c353d;
 /* background-color: #005c98;
 background: linear-gradient(to right, rgb(117, 183, 225) 0%, rgb(63, 146, 199) 100%); */
 /* background-color: #2b4b67; */
  /* background-color: #1a558a; */

  color: #ffffff; 
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 11px;
  border: 0;
  display: block;
  font-size: 13px;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  /* border: solid 1px #111; */
}

#viewoffer:hover{ 
  background-color: #f5761d;
  /* border-color: #2686ca; */
 
  /* background-color: #00487b; */
  /* background: linear-gradient(to bottom,#ed9220,#ed9220); */
  /* 
  color: #d49802; */
  /* background: #1e88e5; */
 color: #111; 
   /* color: #4f4f4f;*/
}

.itemTopButton{
  width: 40%;
}

.variation-span{
  font-size: 1.9rem;
  border-bottom: 5px solid #202021;
}

.filterNote{
  font-size: 11px;
  width: 100%;
}

.filter-desktop{
  display: none;
}



.switch-toggle-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 1rem; */
  /* margin: 0.5rem 0rem 0.5rem 0rem; */
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.switch-toggle-wrapper .switch {
  margin-bottom: 0;
}




.tag-category {
  display: inline-block;
  /* padding: 0.33333rem 0.5rem; */
  /* padding: 0.01rem 0.3rem; */
  /* border-radius: 0; */
  font-size: 0.8rem;
  line-height: 1;
  /* white-space: nowrap; */
  cursor: pointer;
  /* border-radius: 5000px; */
  /*#d1d8dc70 #2c3840*/
  /* background: #ebeff0; */

 
  margin: 3px;
  /* text-transform: uppercase; */
  font-weight: bold;



  position: relative;
  /* display: block; */
 height: 34px; 
  padding: 0 20px;
  line-height: 34px;
  color: #202121;
  border: 1px solid #202121;
  border-color: #DBE0DF;
  border-radius: 36px;
  overflow: hidden;
  /* z-index: 1; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.histo-panel .tag-category {
  background:none;
}
/* #proposeCategory .tag-category {
  padding: 0.31rem 0.2rem;
  border: solid 1px #898989;
} */

#proposeCategory{
background-color: #ffffff;
border-bottom: 1px solid #d3d3d3;
}

 .tag-category:hover {
  /*background:#1779baa3;*/
  transition: background-color .2s ease-in;
  /* color: #1779ba; */
  color: #3af;
  border-color: #3af;
} 

.div-tag-cat:hover .tag-category {
  color: #3af;
} 
.div-tag-cat:hover {
 
  transition: background-color .2s ease-in;
  color: #3af;
  border-color: #3af;
} 

.div-tag-cat .tag-category{
  border: 0px solid #202121;
  background: none;
  padding: 0.01rem 0.3rem;
  height: auto;
  line-height: 18px;
  border-radius: 0px;
 
  overflow: unset;
  margin: 0;
}

/* .tag-category a:hover {
  transition: background-color .2s ease-in;
  color: #dfee0b;
} */

.div-tag-cat {





  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  /* white-space: nowrap; */
  cursor: default;
  border-radius: 5000px;
  /* background: #d1d8dc70; */
  display: inline-block;
  color: #202121;
  margin: 3px;
  /* text-transform: uppercase; */
  font-weight: bold;
  border: solid 1px #DBE0DF;
  margin: 6px;
}

.div-tag-cat>button:hover {
  transition: background-color .2s ease-in;
  color: #bd1313;
  background-color: #fefefe;
}

.top-search-span {
  /* position: absolute;
  top: 0px;
  font-size: 11px;
  margin-left: 14px;
  color: #33333373; */
  margin-left: 8px;
  color: #0275d8;
  border: solid 0px;
  margin-right: 4px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  /* width: 200px; */
  font-weight: bold;
  /* padding: 0 45px 0 14px; */
}

.top-search-span-cat {
  color: #ca0000;
}

.top-search-span-change{
  font-size: 12px;
  font-weight: 800;
  top: -1px;
  display: block;
  color:#e04d6e;
}

/* .title-bar-change{ */
  /* padding-top: 15px; */
    /* margin-bottom: 20px; */
/* } */

.titleTop{
  color: #333;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
 

.dtitleTop{
  padding: 16px 16px 0px 16px;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 .45rem;
  opacity: 1;
  content: ">";
  color: #cacaca;
}

.breadcrumbs li a{
  /* color: #333;
  color: #555; */
  color: #999;
}
.breadcrumbs li a:hover{
  color: #3af;
}

hr {
  background-color: transparent;
  display: block;
  height: 1px;
  border-width: 0;
  border-top: 1px solid #e7e7e7;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 14px;
}


/* 
.overlay-nav-menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

  list-style: none;
  background: #1779ba;
  background-size: cover;
  text-align: center;

}

.overlay-nav-menu li {
  font-size: 1.5rem;
  background-color: #1779ba;
}

.overlay-nav-menu a {
  display: block;
  color: #fefefe;
  font-weight: bold;
  height: 6.25rem;
  line-height: 6.25rem;
  border-bottom: 1px solid rgba(254, 254, 254, 0.5);
  text-decoration: none;
}

.overlay-nav-menu a:hover {
  background-color: rgba(254, 254, 254, 0.6);
  color: #0a0a0a;
}
 */






 .posittion-searchTop{
  position: absolute;
  right: 100px;
}
.posittion-histoTop{
  position: absolute;
  /* right: 15px; */
  right: 55px;
}
.posittion-dealsTop{
  position: absolute;
  right: 55px;
}

.histo-panel{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: 1rem; */
  border-bottom: 1px solid #e6e6e6;
}

.histo-button,.histo-button2{
  display: none;
  max-width: 23px;
  min-width: 23px;
  min-height: 22px;
  max-height: 22px;

  /* padding-left: 15px;
  padding-top: 6px; */
  color: #a1a1a1;
  /* position: absolute;
  right: 2px; */
}

.historybtn1_menu{
  display: none;
}

.has-alignment-center{
  left: 0px;
}

.mega-menu .dropdown-pane {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto !important;
  left: 0% !important;
  right: 0% !important;
  padding:0px;
  z-index: 10;
  position: fixed;
}


.container .dropdown-pane {
  width: 100%;
  max-width: 85rem;
  height: 68%;
  /* overflow: auto; */
  padding-left: 12px;
  padding-top: 12px;
  margin: 0 auto !important;
  left: 0% !important;
  right: 0% !important;
  /* padding:0px; */
  z-index: 11;
  position: fixed;
}

.mega-menu .tabs-content{
  border: 0px solid #e6e6e6;
  /* padding-left: 22px; */
  /* padding-top: 4px; */
  padding-top: 4px;
}



.card-tabs .card-divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff; 
  height: 45px;
}

.card-tabs .card-divider h1, .card-tabs .card-divider h2, .card-tabs .card-divider h3, .card-tabs .card-divider h4, .card-tabs .card-divider h5, .card-tabs .card-divider h6 {
  margin-bottom: 0;
}

.card-tabs .card-divider .fa {
  position: relative;
  margin-right: 0;
}

.card-tabs .tabs {
  padding-top: 4px;
  border: 0px solid #e6e6e6;
  /* border-bottom: 1px solid #e5e5e5;  */
}

.card-tabs .tabs,
.card-tabs .tabs a {
  background: none;
  text-decoration:none;
}

.card-tabs .tabs a {
  padding: 0px;
  /* margin: 0 10px; */
  color: #8a8a8a;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: .7px;
  padding-left: 16px;
  padding-right: 16px;
}

.card-tabs .tabs a:hover,
.card-tabs .tabs .is-active a {
  color: #0a0a0a;
  text-decoration:none;
}

.card-tabs .tabs .is-active a {
  font-weight: 800;
}

.card-tabs .tabs-panel {
  overflow: auto;
  padding: 10px;
  border: 0px solid #e6e6e6;
  height: auto;
  max-height: 300px; 
}

#advanced_panel .tabs-panel {
 /* display: block; */
 overflow: auto;
 padding: 10px;
 border-bottom: 1px solid #e6e6e6;
 height: auto;
 max-height: 98%; 
}
#advanced_panel .card{
     margin-bottom: auto;
}
#advanced_panel #searchadvanced{
  margin: 0 0 6px 0;
}
/* .histo-panel .tabs-content a{ */
  /* --font-size: 15px; */
  /* color: #000000; */
/* } */

.card {
  padding: 0;
  border: 0px solid #e6e6e6;
}

.histo-svg{
/* color: #a1a1a1; 
color: #888888;*/
color:#9B9B9B;
pointer-events: none; display: block; width: 100%; height: 100%;
}




.hover-underline-menu .menu .underline-from-center {
  position: relative;
} 

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #0f0f0f;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.title-partiesHome {
  font-family: "Comic Sans MS", cursive, sans-serif;
  /* text-align: center; */
  margin: 0px 0px 20px 12px;
  width: 80%;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  color: #111;
}

.title-itemW1{

  /* color: #4B4B4B; */
  /* font-size: 20px; */
  text-align: left;
  /* padding-left: 30px; */
   /* font-size: 21px!important;
   line-height: 1.3!important; */
   font-size: 21px!important;
  /* line-height: 1!important; */
  line-height: normal;
  font-weight: bold;
  display: block;
  margin: 0;

  letter-spacing: 0.2px;

  color: #4f4f4f!important;
  text-decoration: none;
  margin-right: 15px;

  text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;

  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* text-transform: capitalize; */
}

.label-w1{
  color: #111!important;
  /* text-align: right!important; */
  font-size: 13px!important;
    line-height: 20px!important;
    white-space: nowrap;
    padding: 0 6px;
    padding-left: 0;
    font-weight: 600;

    /* width: 35%; */
    word-wrap: break-word;
    display: inline-block;
    vertical-align: top;
}

.val-w1{
  /* font-weight: 700; */
  color: #111;
  font-size: 14px!important;
  /* vertical-align: middle; */

  /* width: 62.99999%;
    margin-left: 2%; */
    word-wrap: break-word;
    /* display: inline-block; */
    vertical-align: top;
}

.price-w1{
  text-rendering: optimizeLegibility;
  font-size: 14px!important;
  line-height: 1.255!important;
  color: #111!important;
}

.price-now-w1{
  color: #B12704!important; 
  /* color: #f64b73!important;*/
  font-size: 40px!important;
  line-height: 1.255!important;
  vertical-align: middle;
}

 .nav-arrow {
  border-style: solid;
  _border-style: dashed;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #ccc;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  /* top: -9px;   */
    /* top: 47px; */
    top: 36px;
    right: 15px;
}

 .nav-arrow-inner {
  border-style: solid;
  _border-style: dashed;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  /* border-bottom: 9px solid #fff; */
  border-bottom: 9px solid #909090;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 1px;
  left: -9px;
}

#panel2items{overflow: hidden;}
















/* .slider_home {
  width: 100%;
  height: 222px;
} */


.fullscreen-image-slider .orbit-image {
  width: 100%;
  /* height: 100vh; */
  height: 330px;
  max-height: 330px;
}

.fullscreen-image-slider .orbit-caption {
  /* bottom: 80%;*/
  bottom: 15%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  /* background: none;  */
  text-align: center;
  color: #fefefe;
  font-weight: bold;
  /* 
  background-color: black;*/
  opacity: .5; 
  width: auto;
}
 /* 
.left-title{
 width: 40%;
}
 */
  /*.left-title h1{*/
 /*font-size: 2rem; */
    /* text-align: left;
    margin-left: 55px;
    margin-right: 55px; */
  /*}*/


  /* #nextSlick,#backSlick{
    display: inline;
  } */

  .sticky-container{
z-index: 10;
width: 100%;
  }
  .orbit-next, .orbit-previous{
z-index: 8;
  }
 .nextSlick,.backSlick{
    display: inline;
  }

  .orbit-next {
    left: auto;
    right: 10px;
}

.orbit-previous {
  left: auto;
  right: 48px;
}
.fa-3x {
  font-size: 1em;
}
.orbit-next, .orbit-previous {
    position: absolute;
    top: 89%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
    padding: 0.65rem;
    color: #fefefe;
    border: solid 1px;
}

  .rowHome {
    margin: 0 10px;
    padding: 20px 10px;
  }
  .rowHome .cell, .swiper-container-info .cell, .swiper-container-info2 .cell{
    /* margin-bottom: 20px; */
    /* margin-bottom: -2px; */
    background-color: #ffffff;
  }

 .as-title-block {
    /* white-space: nowrap; */
    overflow: hidden;
    margin-bottom: 25px;
    margin: 10px 0 0;
    padding-bottom: 10px;
  }

 .as-title-block-left {
    display: block;
    width: auto;
    float: left;
    font-size: 21px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    padding-bottom: 0;
}

 .as-title-block .a-color-base {
  color: #111!important;
  font-weight: 700;
}
 .as-title-block .a-color-base {
  color: #444!important;
}
.a-color-base {
  color: #111!important;
}

 .as-title-block-right {
  /* display: block; */
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #1779ba;
  width: auto;
  /* float: left;
  text-align: right; */
  font-size: 14px;
  vertical-align: middle;
  /* padding-left: 15px; */
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.hl-card-header__headline {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.slick-margin{
  padding: 10px 20px;
      margin-bottom: 20px;
      line-height: 1;
}

.border-slick{
  border: 1px solid #ccc;
}

#slickHome2,#slickHome3,#slickHome4{
  display: none;
}


#pageContent {
  background: #eaeded;
  margin: 0 auto;
  /* max-width: 1500px;
  min-width: 1000px; */
  /* overflow: hidden; */
}

.hl-color-block-banner__image-link {
  display: block;
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.focus-inset {
  position: relative;
  outline: 0;
}


.product-image {
  width: auto;
  height: auto;
  /*max-width: 270px;*/
  /* max-height: 250px; */
  max-width: 225px;
  max-height: 202px;
  vertical-align: middle;
}


.feed-carousel-card {
  text-align: center;
  min-width: 145px;
  max-width: 270px;
  max-height: 200px;
  overflow: hidden;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: top;
  min-height: 200px;
  height: 200px;
}


/* body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
} */



.swiper-container {
  width: 100%;
      height: 234px;
  /*  margin: 20px auto;*/
      margin-bottom: 6px;
}

.swiper-container-menu1{
max-height: 80px;
min-height: 80px;
}

.swiper-container-towColumne{
/* height: auto; */
max-height: 485px;
min-height: 469px;
}

.swiper-container-info {
  /* width: 84vh; */
   width: 100%;  
  /* height: 84vh; */
  height: auto;
  /*  margin: 20px auto;*/
      margin-bottom: 6px;
}

.swiper-container-info2 {
   width: 100%;  
  height: auto;
      margin-bottom: 12px;
}

.swiper-pagination{
  z-index: 7!important;
}
.swiper-container-info .swiper-pagination-fraction,.swiper-container-info2 .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: auto;
  background-color: black;
  opacity: 0.5;
  padding: 5px;
  color: white;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  /* bottom: 3px; */
  bottom: -2px;
  z-index: 9!important;
  height: 5px;
  width: 98%;
}
.swiper-container-info .feed-carousel-card {
  text-align: center;
  min-width: 145px;
  max-width: none;
  max-height: none;
  min-height: none;
  overflow: hidden;
  margin: 0;
  position: relative;
  vertical-align: top;
  /* height: 82vh; */
  height: auto;
  max-height: 700px;
}
.swiper-container-info .swiper-wrapper{
  min-height: 400px;
}

.swiper-container .swiper-notification {
  /* position: absolute;
  left: 0; */
  top: 0;
  /* pointer-events: none;
  opacity: 0;
  z-index: -1000; */
}

.slick-margin-topmenu{
 /* padding: 10px 20px; */
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 0px;
 padding-right: 0px;
 margin-bottom: 10px;
      margin-bottom: 0px;
      line-height: 1;
}
.border-slick-topmenu {
  border: 0px solid #ccc;
}

.menuSlick1 .swiper-slide {

    width: 140px;
    max-width: 140px;
    max-height: 46px;
}

.swiper-container .ico-menuB:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  min-height: inherit;
}

.swiper-container .ico-menuB a svg:hover g {
 color:#1e7be5;
 fill: #1e7be5;
}
.swiper-container .ico-menuB a svg:hover path {
 color:#1e7be5;
 fill: #1e7be5;
}
.swiper-container .ico-menuB a svg:hover .icons-fill-top-menu {
 color:#1e7be5;
 fill: #1e7be5;
}

#cat_choose_menu .swiper-slide:hover .cell .bloc_cat_title a{
  /* color:#8a898a; */
  color:#1e7be5;
}
#cat_choose_menu .swiper-slide:hover  .ico-menuB a svg .icons-fill-top-menu{
  /* color:#0068ad;
  fill: #0068ad; */
  color:#1e7be5;
  fill: #1e7be5;
}
.menuSlick1 .icons-fill-top-menu{
  /* fill: #9B9B9B; */
  /* fill: #8a898a; */
  /* fill: #0068ad; */
   /*fill: #68a8d5;*/
  fill: #575757;
  transition: all 0.3s;
}

.menuSlick1 .box_vente__img {
  position: relative;
  display: block;
  min-height: 36px;
  text-align: center;
  border: 0px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}

.menuSlick1 .bloc_cat_title,.menuSlick1 .bloc_cat_title a{
  font-size: 11px;
  font-weight: 600;
  line-height: 1px;
  margin: 2px;
  /* color: #9B9B9B;
  color: #8a898a; */
  color: #8a898a;
}

.menuSlick1 .bloc_cat_title a:hover{
  /* color: #9B9B9B; */
  color: #1e7be5;
  /* color: #3af; */
}

.swiper-container-info .swiper-slide {
  max-width: none;
  max-height: none;
  height: auto!important;
}

.swiper-slide {
   max-width: 270px;
   max-height: 200px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.append-buttons {
  text-align: center;
  margin-top: 20px;
}
.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.swiper-container .feed-carousel-card:before {
   content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
min-height: inherit;
}


.a-list-item{
  width: 100%;
  height: 100%;
text-align: center;
position: relative;
display: inline-block;
min-width: 145px;
}

.a-inline-block {
display: inline-block;
}

.swiper-scrollbar{
background:none;
}


 #imgdiv:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} 
.zoom01 {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom-02 {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.panel-item-left{
  /* width: 55%; */
  width: 100%;
  overflow: hidden;
}


.panel-item-right{
  width: 100%;
  overflow: hidden;
}


.button-view-of{
 color: #fff; 
   /* color: #111;*/
  text-decoration: none;
  /* border: 1px solid #101010; */
  border-radius: 3px;
  /* background: #f6bf42; */
  /* background: #ff571c; */
  /* background: #f64b73; */ 
     /* background-color: #0095ff;     background-color: #07c;*/
     /* background-color: #005cbd;
     background: linear-gradient(to right, rgb(117, 183, 225) 0%, rgb(63, 146, 199) 100%); */
     /* background: linear-gradient(to bottom,#ed9220,#ed9220); */

     /* background: linear-gradient(to bottom,#2b4b67,#2b4b67); */
     
     background: #2e2e2e;
      /* background: #f5761d; */
     /* background: linear-gradient(to bottom,#ed9220,#ed9220); */
     /* background: -moz-linear-gradient(top, #1569b3 0%, #1a558a 100%);
     background: -webkit-linear-gradient(top, #1569b3 0%, #1a558a 100%);
     background: linear-gradient(to bottom, #1569b3 0%, #1a558a 100%);
      */
    box-shadow: inset 0 1px 0 #66bfff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(31,31,31,0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(31,31,31,0.5);
  box-shadow: 0 1px 3px 0 rgba(31,31,31,0.5);
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 700;
  height: 44px;
  line-height: 43px;
  cursor: pointer;
  text-align: center;
}

.a-button{
  text-rendering: auto;
  /* color: initial; */
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font: 400 13.3333px Arial;
  text-align: center;
  align-items: flex-start;
  /* -webkit-writing-mode: horizontal-tb !important;
  -webkit-appearance: button; */
  font-weight: 700;
  vertical-align: middle;
  line-height: 41px;
  letter-spacing: 2px;
  /* border-color: #EE4A1B; */
  /* border-color: #07c; */
}

.button-view-of:hover {
  background: #f5761d;
 
  color: #111;  

  /* background-color: #00487b; */
  /* background: linear-gradient(to bottom,#2b4b67,#2b4b67); */
   background: linear-gradient(to bottom,#ed9220,#ed9220); 
 /* background: #1e88e5; */
  /* background: #1569b3; */
  border-color: #111;
  /* box-shadow: inset 0 1px 0 #3af; */
}
/* .container .button-view-of {
  color: #ffffff;
  border-color: #07c;
  background-color: #0095ff;
} */
.container .button-view-of:hover {
  /* background: #00a0dc; */
  /* color: #efefef; */
  /* color: #333; */
    color: #111;
   /*  color: #111111;   */
   background: linear-gradient(to bottom,#ed9220,#ed9220);  
  /* background: #1e88e5; */
  
  /* background: #1569b3; */
  background: #f5761d;
  
  border-color: #111;
  /* font-weight: 900; */
}

.label-slide{
  color: #111;
}

.product-card-price2{
  color: #ee4a1b;
}

.menu-w1{

  
  position: absolute;
  top: 0;
  width: 35px;
  height: 47px;
  position: absolute;
  top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  /* background: #1779ba; */
  /* background: #d87959; */
  border: none;
  z-index: 1000;
  -webkit-transition: background-color 0.14s ease-out;
  transition: background-color 0.14s ease-out;
  cursor: pointer;
  /* border: solid; */
  margin-left: 0;

}

.menu-w1::after {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 20px;
  height: 2px;
  background: #4f4f4f;
  -webkit-box-shadow: 0 7px 0 #4f4f4f, 0 14px 0 #4f4f4f;
  box-shadow: 0 7px 0 #9b9b9b 0 14px 0 #9b9b9b;
  content: '';
}

.fp__prix {
  /* margin: 15px 0 0; */
  margin: 1px 0 15px;
  text-align: center;
  width: 88%;
  
}



.fp__prix-montant {
  /* color: #f71073; */
  color: #f64b73;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin: 15px auto;
  position: relative;
}

.fp__prix-decote {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 43px;
  position: absolute;
  top: -20px;
  right: -50px;
  background-color: #ededed;
  font-size: 13px;
  color: #4c4c4c;
  font-weight: 600;
}

.fp__prix_boutique{
  text-align: center;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif, arial, sans-serif;
  font-size: 13px;
  color: #4c4c4c;
}

.product-info_content {
  margin-bottom: 35px;
}
.product-info_social .social-share_list {
  display: inline-block;
}

.product-info_social .social-share_item {
  float: left;
  margin: 0 10px;
}
.social-share_link {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease false;
  background: #8b8b8b;
}
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.social-share_link .icon--social {
  fill: #fff;
}
svg:not(:root) {
  overflow: hidden;
}
.icon--social {
  height: 30px;
  width: 30px;
}
.product-info_content:after {
  content: "";
  display: block;
  clear: both;
}
ul, ul li {
  list-style: none;
}

.social-share_link--pinterest:hover, .social-share_link--pinterest:focus {
  background: #d6281d;
}
.social-share_link--twitter:hover, .social-share_link--twitter:focus {
  background: #09a0f1;
}
.social-share_link--facebook:hover, .social-share_link--facebook:focus {
  background: #3d5998;
}

.social-share_link:hover {
  -webkit-transition: all .3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease false;
}

.product-info_shop-more, .product-info_social {
  float: right;
  width: 50%;
  margin-top: 30px;
}
.product-info_title {
font-size: 12px;
letter-spacing: 2.4px;
}
.product-info_social .social-share_item {
margin-left: 0;
}

.info-table{
  width: auto;
}
.info-tbody{
  border: 0;
  text-align: left;
}
.info-tbody td{
  border: 0;
}

.info-tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #ffffff;
}

.info-th {
  padding: .5rem .625rem .625rem;
  /* background-color: #f3f3f3; */
  background-color: #ffffff;
}

.info-tbody td, .info-tbody th {
  /* border-top: 1px solid #e7e7e7; */
  padding: 4px 6px 0px;
}

.d-item-page{
  width: 44%!important;
   padding-left: 0px!important;
} 


.variations-sp{
  width: 271px;
  padding-left: 12px;
  padding-bottom: 20px;
} 


.value-variations{
  padding-left: 32px;
   border: solid 1px #e9e9e9; 
  width: 100%;
  max-height: 200px;
  overflow: auto;
} 

.box-autocomplete{
/* width: 40%;   */
/* overflow-x: hidden;
overflow-y: auto; */
overflow: hidden;
max-height: 450px;
/* border: solid 1px #e6e6e6; */
}
#boxHistoAuto {
  max-height: 450px;
  overflow: auto;
}

.box-histotext{
  /* width: 40%; */
overflow: hidden;
/* max-height: 250px; */
max-height: 98%;
padding-left: 22px;
  }
  #boxHistoText {
    overflow: auto;
      max-height: 250px;
      padding-left: 22px;      
    border-top: solid 1px #e6e6e6;
  }

  .title-sug,.title-sug a{
    padding-left: 4px;
    font-weight: 600;
    color: #ada9a9;
  }

ul#fkoop-autocomplete {
  display: block;
  position: relative;
  padding: 0;
  border: solid 1px #e6e6e6;
  /* margin: 1px 0 0 -2px; */
  margin: 1px 0 0 14px;
  /* z-index: 100000; */
  background: #fff;
  /* width: calc(100% - -11px); */
  /* overflow-y: scroll; */
  /* min-width: 320px; */
  outline: 0;
}

ul#fkoop-autocomplete>li {
  position: relative;
  list-style: none;
  margin: -1px 0 0 0;
  font: 14px "Helvetica Neue",Helvetica,Arial,Verdana,Sans-serif;
  cursor: pointer;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 8px 0 0 0;
}

ul#fkoop-autocomplete>li>a {
  padding: 1px 0 2px 10px;
  text-decoration: none;
  color: #333;
  outline: 0;
}
.fkoop-autocomplete-suggestion {
  width: 85%;
  display: inline-block;
  padding: 9px 4px;
  font-weight: 700;
  color: #333;
}
.fkoop-autocomplete-simple {
  font-weight: 400;
  color: #333;
}
ul#fkoop-autocomplete>li:hover {
  background: #f0f0f0;
}

ul#fkoop-autocomplete>li:active {
  background: #f0f0f0;
}

.dot {
  text-align: center;
  height: 13px;
  width: 13px;
  background-color: #737373;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  vertical-align: middle;
}

.l-wrapper{
  padding: 0 10px;
margin: 0 auto;
}

.box_vente {
  position: relative;
  /* border: 1px solid #D3D3D3; */
  overflow: hidden;
      /* padding: 2px 0 0 2px; */
      padding: 0px 12px 12px 0px;
}

.box_cat-sp {
  position: relative;
  border: 1px solid #D3D3D3;
  overflow: hidden;
      padding: 2px 0 0 2px;
      margin: 2px 0 0 2px;
}
.box_vente__img {
  position: relative;
  display: block;
  min-height: 100px;
  text-align: center;
  border: 1px solid #D3D3D3; 
}
.img-responsive {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border: 0;
}
.bloc_vente__new-podium-wrapper {
  width: 100%;
  padding: 0.4vw;
  padding-right: 12px;
  margin-top: 0;
  position: absolute;
  /* bottom: 0; */
  bottom: 12px;
  z-index: 1;
}
.box_sp .bloc_vente__new-podium-wrapper {
  width: 100%;
  padding: 0.4vw;
  margin-top: 0;
  position: absolute;
  /* bottom: 0; */
  bottom: 0px;
  z-index: 1;
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* height: 12vw; */
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium .new-podium__picto {
  width: 27%;
  height: 100%;
  padding: 5.5%;
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium .new-podium__picto img {
  max-width: 100%;
  max-height: 100%;
}

.bloc_vente__new-podium-wrapper .bloc_vente__new-podium .new-podium__logo {
  height: 100%;
  width: 46%;
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium .new-podium__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.bloc_vente__new-podium-wrapper .bloc_vente__new-podium .new-podium__action {
  width: 27%;
  text-align: center;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.bloc_vente__new-podium-wrapper .bloc_vente__new-podium .new-podium__action .points {
  padding: 1.1vw;
  border-radius: 100%;
  font-size: 4vw;
  background: #fff;
  color: #BFBFBF;
}

.bloc_cat_title{
  color: red;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  /* margin: 12px; */
  margin-top: 4px;
  margin-bottom: 2px;
}

.bloc_cat_title a{
  /* color: red; */
  color: #333; 
  /* color: #07C;*/
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  /* margin: 12px; */
  margin-left: 2px;
  margin-right: 2px;
}

.bloc_cat_title a:hover{
  /* color: red; */
  color: #3af;
  /* text-decoration: underline; */
}

.bloc_vente__new-podium-wrapper:hover .bloc_vente__new-podium .bloc_cat_title a{
   /* color: #3af; */
      color: #3af;
 }

 .box_vente:hover .bloc_vente__new-podium-wrapper .bloc_vente__new-podium .bloc_cat_title a {
  color: #3af;
}

 .box_cat-sp:hover .bloc_vente__new-podium-wrapper .bloc_vente__new-podium .bloc_cat_title a {
  color: #3af;
}

a:focus, a:hover {
  /* color: #1468a0; */
  color: #3af;
}

.cat-specific{
  z-index: 1005;
  width: 100%;
  display: none;
  visibility: hidden;
}


.box_sp {
  background: #ffffff;
  padding: 12px;
  bottom: 0px;
  position: absolute;
  width: 96%;
  left: 2%;
  height: 95%;
  max-height: 95%;
  /* overflow: auto; */
  border: 2px solid #006ba3;
}


.box_sp_div {
  position: relative;
  background: #ffffff;
  padding: 12px;
  max-height: 95%;
  overflow: auto;
}
.label-box-sp{
  width: 100%;
  text-align: center;
  font-weight: bold;
}
/* 
.points::before {
  content: "\e928";
}
[class*=" "]::before, [class^=""]::before {
  font-family: 'picto_srp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.row_variations{
  padding-bottom: 60px;
}

.cell_variations{
  padding-bottom: 33px;
}




.orbit-background {

  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
   background-repeat: no-repeat;
   background-position: center center ;
   background-attachment: fixed;
      /* background-position: center top; 
       width: 100%;
        height: 100%;*/
         opacity: 1;
          visibility: inherit;
           /* z-index: 20; */
/*  */

  text-align: center;
  /* min-height: 66vh;  */
  min-height: 75vh; 
   /* min-height: 100vh; */
    /* min-height: 50vh;*/
   display: block;
 position:relative;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

 
}


.orbit-description1 {
   /* z-index: 7; */
   /* min-width: 410px;
   max-width: 410px; */
   white-space: normal;
   font-weight: 500;
   color: rgba(255, 255, 255, 0.9);
   font-family: Roboto;
   visibility: inherit;
   transition: none 0s ease 0s;
   line-height: 24px;
   border-width: 0px;
   margin: 0px;
   padding: 0px;
   letter-spacing: 1px;
   font-size: 15px;
   /* min-height: 100px;
   max-height: 100px; */
   opacity: 1;
   transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
   transform-origin: 50% 50% 0px;
}
.orbit-description1 a {
  color: rgba(255, 255, 255, 0.9);
}

.orbit-title1{
   /* z-index: 6; */
   white-space: nowrap;
   font-weight: 800;
   font-family: Oswald;
   visibility: inherit;
   transition: none 0s ease 0s;
   line-height: 52px;
   border-width: 0px;
   margin: 0px;
   padding: 9px 0px;
   letter-spacing: 0px;
   font-size: 61px;
   min-height: 0px;
   min-width: 0px;
   max-height: none;
   max-width: none;
   opacity: 1;
   transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
   transform-origin: 50% 50% 0px;
}

.orbit-title1 a{
 color: #fbfbfb
}


.notification-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.notification-banner {
  position: relative;
}
.notification-banner--type__alert {
  background: #ffb533;
  color: #0d1215;
}
.notification-banner {
  background: #ffb533;
}

#cookie_warning_notification_NOTIFICATION.notification-banner--format__thick .notification-banner__inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.notification-banner__inner {
  padding: 8px 52px 8px 16px;
  min-height: 48px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.notification-banner__title, .notification-banner__text, .notification-banner__dismiss-button {
  margin: 0;
  text-align: left;
}
.btn-row {
  clear: left;
}

.notification-banner__inner .btn {
  margin-bottom: 0;
}
.btn-row .btn {
  padding: 10px;
}


.notification-banner--type__alert .btn {
  background: #fff;
  color: #313131;
}

.notification-banner--type__alert .btn {
  background: #fff;
  color: #313131;
}

.btn:after, button:after, input[type="submit"]:after {
  content: "";
  display: table;
  clear: both;
}
.container__inner:after, .notification-banner__inner:after {
  content: "";
  display: table;
  clear: both;
}

.menuSlick1 .size-icon{
  width: 35px;
height: 35px;
}
/*

.menuSlick1 .swiper-slide span:before {

  display: block;
  content: ' ';
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.menuSlick1 .swiper-slide .cl-item-women span:before {
  background-image: url(default-skin/icons-fkoop-m1.png);
  background-position: 0 -3044px;
  background-repeat: no-repeat;
}


.menuSlick1 .swiper-slide .cl-item-women a:hover span:before {
  background-image: url(default-skin/icons-fkoop-m1.png);
  background-position: 0 -3088px;
  background-repeat: no-repeat;
} */


#parent_div_similar_category{
  display: none;
}



.product-filters {
  padding: 0.5rem 1.5rem;
  background-color: #fefefe;
  /* margin-top: 2.5rem; */
  margin-top: 0.5rem;
}

.product-filters label {
  color: #8a8a8a;
}

.product-filters label:hover {
  color: #1779ba;
}

.product-filters .menu.nested {
  margin-left: 0rem;
  margin-bottom: 0.9rem;
}

.product-filters .menu > li > a,.product-filters span {
  padding-left: 0;
  color: #4a4a4a;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: default; outline: 0px solid #fff;
}
.product-filters .menu > li > a:focus {outline: 0px solid #fff;}

.product-filters .submenu-toggle{
 width: 100%;
  margin-left: 90%;
}
.product-filters .submenu-toggle::after{
 
  margin-left: 90%;
}
/* .product-filters .is-accordion-submenu-parent > a::after {
  border-color: #cacaca transparent transparent;
} 
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
 
  margin-top: -3px;
  right: 1rem;
}
*/
.product-filters .clear-all {
  font-size: 0.9rem;
  color: #cacaca;
}

.product-filters .more {
  color: #1779ba;
  font-size: 0.9rem;
  cursor: pointer;
  /* display: block; */
}

.product-filters-header {
  font-size: 1.25rem;
  padding-top: 0.5rem;
}

.product-filters-tab {
  border-top: 1px solid #e6e6e6;
}

.product-filters-tab:last-child() {
  border-bottom: 1px solid #e6e6e6;
}

.mobile-product-filters {
  border-bottom: 1px solid #e6e6e6;
}



/* ------ */
 
@media screen and (min-width: 960px){
.hl-color-block-banner__image-link {
    height: 330px;
    width: calc(100% - 352px);
}
.menu-txt{
  display: block;
}
 .top-bar-left{
    border-right: 0px solid #E6EAEA;
    padding-right: 0px;
  }
  .first-top-bar-left{
    border-right: 0px solid #E6EAEA;
  }
}
@media screen and (min-width: 768px)
{
  .hl-color-block-banner__image-link {
      flex-grow: initial;
      height: 330px;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(100% - 300px);
      
  }


}

/* ------ */
/* @media only screen and (min-width: 768px) { */
  /* .cd-pagination li { */
    /* display: inline-block; */
  /* } */
/* } */
/* @media only screen and (min-width: 1170px) { */
  /* .cd-pagination { */
    /* margin: 4em auto 8em; */
  /* } */
/* } */

@media (max-height: 500px){
  /* .mobile-ios-modal {
    top: 0px;
    height: 90%;
  } */

  .search-advanced {
    height: 80%;
    max-height: 418px;
    overflow-y: auto;
}
}

@media (max-width: 640px){
  .reveal-menu1{
    /* width: 80%;
    height: 60%;
      padding-bottom: 10%;
    padding-right: 2px;
    padding-left: 2px;
    min-height: 80%; */
    position: fixed;
    width: 100%;
    height: 95%;
    padding-bottom: 10%;
    padding-right: 2px;
    padding-left: 2px;
    min-height: 100%;
    top: 0px;
  } 
 
  
  .win-mn{
    position: fixed;
    right: 0;
    left: 0;
  }

  .window1-content {
    height: 94%;
  }

  .orbit-title1{
    line-height: 40px;
    padding: 5px 0px;
    font-size: 31px;
  }

  .content-search{
    background: #eaeded;
    padding-bottom: 6px;
  }
  .fullscreen-image-slider{
    /* display: none; */
  }
  .nextSlick,.backSlick{
    display: none;
  }
/* .fullscreen-image-slider .orbit-image {
  width: 100%;
  height: 200px;
  max-height: 200px;
} */
   /* .tm-close{
    width: 36px;
    height: 36px;
  }  */
  .reveal-search-advanced{
    height: 80%;
      padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
    min-height: 80%;
  }

  .menu-icon-margin{
        margin-right: 0px;
  }
  
  .animated-search-form[type=search]{
    padding: 0.75rem 0.25rem 0.75rem 2.4rem;
  }
  .send-button {
    padding: 0.5rem 0.2rem 0rem 0.1rem;
  }

  .reveal{
     /* min-height: 50%;  */
         margin-left: auto;
         
  }

.filter-mobile{
  display: none;
  }
  .filter-desktop{
    display: block;
  }
  .mobile-ios-modal {
    height: 90%;
  }
  .cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .1em .3em;
    font-size: 0.95rem;
  }
  .cd-pagination li {
    /* display: none; */
    display: inline-block;
    margin: 0 .1em;
}
.field_div{
  /* width: 50%; */
  padding: 10px;
  /* display: inline-block; */
}

.rowHome .as-title-block-right
{
  font-size: 11px;
  line-height: 22px;
}

.rowHome .as-title-block-left
{
  font-size: 16px;
}


.swiper-container-menu1{
  max-height: 60px;
  min-height: 60px;
  }

.swiper-container-towColumne{
  /* height: auto; */
  /* max-height: 485px; */
  min-height: 0;
  }
  
.panel-item-left{
  width: 100%;
  overflow: hidden;
}

.panel-item-right{
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

.window1-content .slick-margin{
  padding: 0px 0px;
      margin-bottom: 0px;
      line-height: 1;
}

.top-gridWin1{
  padding-top: 0px;;
}

.title-itemW1{
  font-size: 1rem!important;
}

.button-offerW1{
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 6px;
}

.description-w1{
  margin-left: 22px;
  margin-right: 15px;
}
.fp__prix-montant{
  margin: 15px auto;
  margin-top: 6px;
}

.fp__prix{
  width: 100%;
}

.d-item-page{
  width: 90%!important;
  padding-left: 22px!important;
}

.title-mobile{
  display:block;
  visibility: visible;
} 

.title-mobile hr{
  margin-bottom: 0px;
} 

.title-desktop{
  display:none;
  visibility: hidden;
}
.h-infoWin1{
  margin-bottom: 5px;
}

.box-autocomplete{
  max-height: 250px;
  overflow: hidden;
}

#boxHistoAuto {
  max-height: 250px;
  overflow: auto;
}

.box-histotext{
  /* max-height: 150px; */
  overflow: hidden;
  padding-left: 4px;
}
#boxHistoText {
  overflow: auto;
    max-height: 150px;
    padding-left: 6px;
}
.box_sp {

  max-height: 92%;

}

.second-top-bar-logo {
  top: 20px;
}

.product-card-price {

  font-size: 17px;
}


.posittion-searchTop{
  position: absolute;
  right: 56px;
}
.posittion-histoTop{
  position: absolute;
  right: 2px;
}
.posittion-dealsTop{
  position: absolute;
  right: 28px;
}

.first-top-bar-logo{
  /* top: auto;  */
  top: 24px;
}

.top-bar-logo{
  left: 50%;
}

.log-top-left{
  display: none;
}

.title-partiesHome{
  font-size: 16px;
}
  
.menuSlick1 .swiper-slide {

  width: 80px;

}


.menuSlick1 .size-icon{
  width: 26px;
height: 26px;
}

}




























 





















