.testi_bg_img h2 {
  font-size: 54px !important;
}
.testi_bg_img h3 {
  font-size: 35px;
}
.testi_bg_img p {
    font-size: 20px;
    line-height: 28px;
}

.testi_bg_img {
    left: 15% !important;
    /* background: #0564a4b0; */
}

.bg_img350.banner-ecommerce, .bg_img350.banner-custom-made {
    min-height: 550px;
}

.overlay {
    background: #0000000d !important;
}

/* OVAL IMG CHIUSURA */
span.oval.closure {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

/* --------------- COLLAPSE SECTION P.O.P --------------- */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* sottocategoria */
.panel-heading .sottocat.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #213c75;         /* adjust as needed */
}
.panel-heading .sottocat.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

div#W_W, div#R_W{
    padding-left: 35px;
}

li.panel-heading.inside {
    padding-top: 0;
    padding-bottom: 0;
}

li.panel-heading.newone {
    padding-left: 35px;
    padding-top: 0;
    padding-bottom: 0;
}
.border_blue, {
  padding-top: 0;
  padding-bottom: 0;
}

/* ETICHETTE filtri selezionati */
.product .filter_list ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    background: #213c75;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 10px;
}
.product .filter_list ul li .close {
    top: 0px;
    right: -5px;
    color: #fff;
    opacity: 1;
    font-size: 17px;
    line-height: 11px;
}

body.trade.grey, body {
    background: #ffffff;
}


/* CLEAR ALL */
a.clear {
    float: left;
    margin-right: 10px;
    background: #213c75;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 11px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}


/* etichetta lente d'ingrandimento */
.prgroup span.pr1 {
    width: auto !important;
    font-weight: 600 !important;
}
.prgroup span.pr2 {
    width: auto !important;
    text-align: left !important;
    margin-right: 10px;
    font-weight: 600 !important;
}
.prgroup span.pr3 {
    width: auto !important;
}


/* sovrapposizione logo kids */

img.label_production.img-kids.image-responsive {
    /* bottom: 34px !important; */
    bottom: 34px;
}

.HIDE_{
  display: none !important;
}


.input_dual_range {
  width: 90%;
  margin: 5px auto;
  position: relative;
  margin-bottom: 40px;
}
.input_dual_range::before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  top: 11px;
  width: 100%;
  background-color: lightgrey;
  z-index: -1;
}

.fill {
  height: 3px;
  width: 100%;
  background-color: #39497E;
  position: absolute;
  top: 11px;
  left: 0px;
  z-index: -1;
}

.info {
  box-sizing: border-box;
  padding: 25px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: black;
  font-size: 14px;
}
.info_input {
  box-sizing: border-box;
  padding: 5px 0px;
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  font-size: 14px;
}
.separatore{
  margin: 0 18px;
}

/***** Position dual *****/
.range {
  position: absolute;
  left: 0;
  top: 5px;
}

/****** Style range ******/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  margin: 0;
}

input[type=range]:focus {
  outline: none;
}

/******** STYLE THUMB ********/
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 4;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #39497E;
  cursor: pointer;
  margin-top: 0px;
}

/******** STYLE TRACK ********/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  border-radius: 3px;
  /*
  background-color: rgba(36,180,35,0.2);
  */
}

a.btn.btn-no-anim.btn_dispo {
  width: 70%;
  margin: 0 auto;
  padding: 10px 0px;
}
a.btn.btn-no-anim.btn_dispo:hover {
  color: white !important;
  background: #39497E !important;
}

/* .col-lg-12.item_product_list.title_collection {
    display: none !important;
} */


/* MEDIA QUERY */
@media screen and (max-width: 767px) {
  .bg_img350.banner-ecommerce {
      /* background-image: url(/myatl/assmod/new_site_public/Collection/blue_mobile.png) !important; */
      display: flex;
      justify-content: center;
      align-items: flex-end;
      background-position-x: center;
  }
  .testi_bg_img h2 {
    text-transform: uppercase;
    font-size: 48px !important;
  }
  .testi_bg_img h3 {
    font-size: 25px;
    text-align: center;
  }
  img.label_production.img-kids.image-responsive {
      left: 140px !important;
  }
}
