:root{
  --tubs-blue: #2C6AD1;
}

html {
  scroll-behavior: smooth;
}

h1 {
  margin-bottom: 1%;
}

h2 {
  margin: 4% 0 2%;
  background: #FFFFFF;
  font-size: 1em;
  border: solid #AAAAAA;
  border-width: 1px 0 0 ;
  line-height: 30px;
}

a {
  outline: 0;
  color: #2C6AD1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 1px dotted #2C6AD1;
}

p {
  margin: 1% 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}


/* main classes */

body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  background: #E5EBF4;
}

#body {
  max-width: 1440px;
  background: #FFF;
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.skip {
  position: absolute;
  transition: transform .3s, opacity .3s;
  transform: translateY(-100%);
  background-color: white;
  border: solid #CFDCF1;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 5px 5px;
  padding: 1em;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  Z-index: 1;
  opacity: 0;
}

.skip:focus {
  opacity: 1;
  transform: translateY(0);
}

header#main {
  width: 100%;
  background: #2C6AD1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header#main a {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
}

#logo {
  width: 15%;
  padding-left: 2%;
  margin: 7px 0;
}

#logo a {
  display: inline-block;
}

#logo a:focus {
  outline: 1px dotted white;
}

#logo img {
  width: 100%;
}

#logo img:focus {
  outline: 1px solid white;
}

#logo .lang_flags {
  text-align: right;
}

#logo .lang_flags img {
  width: auto;
}

#header_searchbox {
  width: 46%;
  text-align: left;
  color: white;
  margin-left: -3em;
}

input.search-bar {
  height: 40px;
  width: 100%;
  font-size: 20px;
  padding-left: 10%;
  background: url('images/magnifying-glass.svg') no-repeat;
  background-position: 25px center;
  background-size: 5%;
  /* -webkit-background-size: 5%; */
        -o-background-size: 5%;
  background-color: #FFF;
  border-radius: 50px;
  border: none;
  transition: outline 200ms;
}

input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
  cursor:pointer;
}

input.search-bar:focus {
  outline: 2px solid #CFDCF1;
}

input.search-bar::placeholder {
  color: #525252;
  font-size: 20px;
}


#control-links {
  width: 30%;
  font-size: .8em;
  display: flex;
  justify-content: flex-end;
}

#control-links a {
  /* width: calc(100% / 3); */
  display: flex;
  align-items: center;
  margin-right: 3%;
}

#control-links a:focus {
  outline: 1px dotted white;
}

#control-links a * {
  flex-shrink: 0;
}

#control-links > a > img {
  width: 38px;
  margin: 2%;
  margin-right: 3%;
}

#language_button img {
  width: 35px;
}
.control_text {
  width: min-content;
  margin-left: .5em;
}

header#main #header-categories a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: normal;
  color: #000;
  text-align: center;
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
}

header#main #header-categories a:hover {
  color: #2C6AD1;
}

header#main #header-categories a:focus {
  outline: 1px dotted #2C6AD1;
}

header#main #header-categories a.active {
  background: #2C6AD1;
  color: white;
}

.menu_dropdown {
  position: absolute;
  z-index: 200;
  display: none;
  flex-direction: column;
  border: 1px solid white;
}

header#main .menu_dropdown a.dropdown_link,
header#main #header-categories .menu_dropdown a.dropdown_link {
  padding: 5px;
  border-bottom: 1px solid white;
  color: white;
  background: #2C6AD1;
  font-weight: normal;
}

header#main .menu_dropdown a.dropdown_link:hover,
header#main #header-categories .menu_dropdown a.dropdown_link:hover {
  background: #2C93D1;
}

.menu_dropdown span {
  display: none;
}

.menu_overlay {
  background: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 199;
}

.submenu_selection {
  height: 2em;
  margin: .7em 0 .7em .5em;
}

.submenu_selection label {
  margin-left: .5em;
}

.language_menu .button_right {
  margin-top: 3em;
}

/* custom select */

.custom_dropdown {
  width: calc(max-content + 2em);
}

.custom_dropdown img {
  width: 2.8em;
}

.select-js {
  border: 2px solid #CFDCF1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: .2em .8em;
  width: 250px;
}

.select-js::after {
  content: '\0025BE';
  color: #2C6AD1;
  margin-left: auto;
  margin-right: 1%;
  font-size: 1.4em;
}

.select-option-js {
  height: 220px;
  background: white;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  scrollbar-color: #2C6AD1 white;
  border: 2px solid #CFDCF1;
}

.option-js {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #CFDCF1;
  padding: .2em .8em;
}

.option-js.selected {
  background-color: #CFDCF188;
}

.option-js:hover {
  background-color: #CFDCF1;
  cursor: pointer;
}

.option_text {
  margin-left: 2em;
}

.cart-container {
  position: relative;
}

#cart-count {
  display: flex;
  position: absolute;
  font-weight: bold;
  border-radius: 50%;
  width: 22px;
  padding: 1%;
  height: 22px;
  color: #2C6AD1;
  top: -4px;
  left: 27px;
  background: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.language_menu {
  padding: 1em;
  background-color: white;
  border: 5px solid #CFDCF1;
  border-radius: 5px;
}


#header-categories {
  background: #FFF;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
}

#breadcrumb {
  width: 100%;
  background: #FFF;
  margin-top: 1px;
}

#breadcrumb .breadcrumb_item a {
  color: #FFF;
  line-height: 29px;
  text-decoration: none;
}

.breadcrumb_item {
  border-top: 1px solid var(--tubs-blue);
  display: inline-block;
  padding: 0 8px 0 23px;
  background: url('images/icons/breadcrumb_arrow_white.png') #2C6AD1 no-repeat left bottom;
  border-bottom: 1px solid #2c6ad1;
}

.breadcrumb_item.breadcrumb_home {
  background: #2C6AD1;
}

.breadcrumb_current {
  background: url('images/icons/breadcrumb_arrow_blue.png')  no-repeat left bottom, #FFF;
  border-top-right-radius: 16px;
}

.breadcrumb_current:after {
  content:'';
  width: 15px;
  height: 30px;
  display: inline-block;
  background: url('images/icons/breadcrumb_arrow_blue_on_white.png') no-repeat bottom;
  margin-bottom: -10px;
  margin-left: 11px;
  margin-right: -11px;
}

#breadcrumb .breadcrumb_current a {
  color: #2C6AD1;
}

.breadcrumb_separator {
  display: inline-block;
  border: solid #82A1d7;
  border-width: 0 2px 2px 0;
  padding: 6px;
  -webkit-transform: rotate(-45deg) translateY(3px);
     -moz-transform: rotate(-45deg) translateY(3px);
      -ms-transform: rotate(-45deg) translateY(3px);
       -o-transform: rotate(-45deg) translateY(3px);
          transform: rotate(-45deg) translateY(3px);
}

#logos {
  color: #666;
  font-size: 0.8em;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  margin: 5px auto;
  width: 70%;
  align-items: center;
}

.logo {
  width: 22%;
}

.logo a {
  color: #666666;
  display: flex;
  align-items: center;
}

#logos a img {
  width: 45px;
  margin: 5px;
}


#welcome-text {
  margin: 20px auto;
  color: #333;
  text-align: center;
  width: 70%;
}


#welcome-text h1 {
  margin: 10px;
}

.welcome_description {
  text-shadow: white 0.2em 0.2em 0.2em;
}

.new_welcome_description {
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 14px;
  font-style: italic;
}

header#category_header {
  padding: 7px;
  margin-bottom: 20px;
  font-size: 14px;
}

header#category_header img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

header#category_header p {
  margin: 1% 0;
}

.category_header_title {
  width: 100%;
  border-radius: 5px;
  max-height: 10vh;
  overflow: hidden;
  font-size: 1.8em;
  position: relative;
}

.category_img_title {
  width: 100%;
}

.category_title {
  position: absolute;
  top: 20%;
  left: .7em;
  right: .7em;
}

.module {
  margin-top: 25px;
  background: #F5F5F5;
  border-radius: 10px;
}

a.new_special_link {
  font-weight: bold;
  color: #2C6AD1 !important;
}

.sales {
  background: #e4eeff !important;
}

.title {
  font-size: 1.2em;
  background: inherit;
  margin: 8px 0 0 10px;
  display: inline-block;
  border-width: 0;
  color: #2c6ad1;
}

.sales  a {
  color: red;
}

.show_all_link {
  text-align: right;
  padding: 0 10px 7px 0;
}

.grid_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 10px;
}

.grid {
  /*display: -webkit-box;
  */display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 2px;
  border: 1px dotted #DDD;
  border-radius: 8px;
  font-size: 15px;
  text-indent: 0;
  background: #FFFFFF;
}

.grid ul {
  list-style: none;
  font-size: 12px;
  padding: 0;
}

.grid a {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-decoration: none;
  color: #000;
  width: 65%;
  margin: 0;
}

.grid > * {
  margin: 1% 0 1% 4%;
}

.grid a:hover {
  text-decoration: underline;
  color: #2C6AD1
}

.grid a img {
  width: 100%;
}

.cat.grid a img,
.prd.grid a img {
  width: 125px;
  height: auto;
}

.grid div {
  width: 100%;
}


.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  border: 1px solid #EEE;
  background: #FFFFFF;
}

.product.grid a img {
  width: auto;
}

.product div {
  padding: 1%;
  text-align: center;
}

.product > div:first-of-type {
  height: 100%;
  font-size: 1.2em;
  /* font-weight: bold; */

}

.product > div:last-of-type {
  text-align: left;
  padding-left: 10%;
}

.product a {
  text-decoration: none;
  color: #000;
}

span.dispo a {
  color: #2C6AD1;
}

.product a:hover {
  text-decoration: underline;
  color: #2C6AD1;
}

div.grid-price {
  text-align: right;
  font-size: 1.2em;
  margin-left: 5%;
  font-weight: bold;
}

div.grid-price-index {
  font-size: 15px;
}

div.grid-prices,
div.grid-buy {
  margin: 0 5%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 1.2em;
}

.grid-buy a {
  margin-right: 8%;
  width: 38%;
  flex-grow: 0;
}

.dispo {
  display: inline-block;
  width: 130px;
  font-weight: bold;
}

.product_header_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dispo-now {
  color: #0E8B0E;
}

.dispo-later {
  color: #DD7F14;
}

.info_box_heading h3 {
  color: #2C6AD1;
}

.list {
  padding: 1%;
  padding-left: 5%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid #d1d1d1;
  align-items: center;
}


.list_center {
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  max-width: 55%;
}

.list_center > * {
  margin-bottom: 3%;
}


.list_center > p {
  margin-bottom: 1%;
}

.list_center > p:last-of-type {
  margin-bottom: 4%;
}


.list_center a:last-child {
  margin-top: auto;
}

.list_center a {
  text-decoration: none;
}

.menu_with_summary_container .list_center a {
  font-weight: bold;
}

.list_center a:hover {
  color: #2C6AD1;
}

.list_center a.more_infos {
  color: #2C6AD1;
  font-weight: normal;
}

.list_center a.more_infos:hover {
  text-decoration: underline;
}
.list_center .dispo {
  width: 100%;
}

.productSpecialPrice {
  font-weight: bold;
  color: red;
}

.list .list_right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.list_right > *:last-child {
  margin-top: 5%;
}

.list_right_shopping_cart {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-grow: 2;
}

.list_right_shopping_cart input,
.list_right_shopping_cart select {
  width: 50px;
  margin: 0 5px;
}

.availability_container {
  text-align: right;
}

.menu_with_summary_container .availability_container {
  text-align: left;
}

.dispo a {
  font-size: .8em;
}

.price_container {
  font-size: 1.2em;
  font-weight: bold;
  flex-grow: 1;
}

.list_right .price_container {
  text-align: right;
}

.menu_with_summary_container .price_container {
  flex-grow: 0;
  min-width: 120px;
  text-align: right;
  margin-right: 20px;
}

#footer {
  position: relative;
  background-color: #2C6AD1;
  color: #FFF;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}

#footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

#footer a {
  text-decoration: none;
  color: #FFF;
  font-weight: normal;
}

.footer-infos ul{
  list-style: none;
  padding: 0;
}

#footer-lang {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#footer-lang a {
  margin: 5px;
}

.footer_icons_images {
  vertical-align: sub;
}

.footer_google_review_container {
  height: 54px;
  width: 100%;
}

.consent {
  position: fixed;
  bottom: 1em;
  left: 1em;
  width: 20%;
  border: .3em solid #CFDCF188;
  border-radius: 1em;
  background: white;
  color: black;
  padding: 0 1.5em;
  box-shadow: 2px 2px 10px black;
}

.button_consent {
  display: flex;
  justify-content: center;
  gap: 3em;
}

.text_consent {
  margin: 1.5em 0;
}

#footer a.link_consent {
  color: black;
  text-decoration: underline;
}

#logos-payment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#logos-payment h4 {
  grid-column: 1 / span 3;
}

section.main {
  padding: 1%;
  flex-grow: 1;
}

.filtersearch_box > label {
  margin-top: 3%;
}

.filter_select_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  background: white;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.radio_selector {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.att_select {
  padding: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
}

.radio_selector:focus + label {
  border: 2px dashed;
  border-color: #AEAEAE;
}

.radio_selector:checked + label {
  border: 2px dashed #2C6AD1;
}



/* product_info.php */

.not_found_container {
  height: 20vh;
  background: #F4F4F4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3%;
  /* color: #2C6AD1; */
  margin-bottom: 3%;
}

.product_header {
  width: 100%;
  margin-bottom: 2%;
  display: flex;
  justify-content: space-between;
}

.product_header.article h1 {
  color: #2C6AD1;
}

.product_header .product_info_price {
  display: none;
}

.product_header .reduce_product_title_margin {
  margin-bottom: -4%;
}

.product_header .dispo {
  font-size: 1.3em;
}

.product_header_info h1 {
  font-size: 24px;
}

.product_info_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/*.product_info_top .dispo,*/
.confirmation .dispo {
  width: max-content;
}

.product_price {
  font-size: 20px;
  font-weight: bold;
}

.public_price,
.tax_text {
  width: 100%;
  text-align: right;
  margin-bottom: auto;
}

.unit_text {
  font-size: 1em;
  font-weight: normal;
}

.free_delivery {
  width: 100%;
  text-align: right;
  color: #FF0000;
}

.seen_cheaper {
  margin-top: 3%;
}

.seen_cheaper .title_container {
  width: 100%;
  text-align: right;
  font-size: .8em;
}

label.underline {
  outline: 0;
  color: #2C6AD1;
  text-decoration: none;
}

label.underline:hover {
  text-decoration: underline;
}

.cbx_seen_cheaper {
  opacity: 0;
  height: 1px;
}

.cbx_seen_cheaper:focus + .title_container > label {
  outline: 1px dotted #2C6AD1;
}

.seen_cheaper_container {
  height: 0;
  overflow: hidden;
}

.cbx_seen_cheaper:checked ~ .seen_cheaper_container {
  height: auto;
  transition: height 10ms;
}

.seen_cheaper .field_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1% 0;
}

.seen_cheaper .field_container label {
  width: 100%;
  text-align: right;
  font-size: .8em;
  padding-right: 5px;
}

.seen_cheaper .field_container input {
  padding: .375rem .35rem;
  margin-right: 2px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
}

.seen_cheaper_container .submit_container {
  width: 100%;
  text-align: right;
}

.product_desc,
.menu_with_summary_container {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 5fr 2fr;
  grid-gap: 20px 10px;
  align-items: flex-start;
  margin-bottom: 3%;
}

.menu_with_summary_container {
  grid-template-rows: auto;
}

.product_desc,
.multiple_rows {
  grid-template-rows: auto 1fr auto;
}

.product_pictures_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  height: 480px;
  width: 100%;
  margin: 0 auto;
}

.popover_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000AA;
  z-index: 999;
  display: none;
}

.picture_popover {
  position: fixed;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: min-content;
  padding: 1%;
  background: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.js_btn {
  position: absolute;
  height: 40px;
  width: 40px;
  background: white;
  border: 3px solid #2C6AD1;
  color: #2C6AD1;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.js_close_btn {
  top: -20px;
  right: -20px;
}

.js_next_btn {
  right: -26px;
  top: 50%;
  font-size: 2em;
  line-height: 29px;
}

.product_pictures_container img {
  vertical-align: middle;
}

.main_image img {
  max-width: 800px;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
}

.sub_image {
  border: 1px solid #BBBBBB;
  margin-bottom: 3px;
  cursor: pointer;
}

.sub_image.active {
  border-color: #2C6AD1;
}

#youtube {
  position: relative;
}

#youtube:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top : 14px solid transparent;
  border-bottom : 14px solid transparent;
  border-left : 25px solid rgba(0, 0, 0, .45);
}

.modal {
  z-index: 999;
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_box {
  max-width: calc(100vw - 40px);
  width: max-content;
  height: 85%;
  background: white;
  padding: 3%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_box.hm {
  height: 150px;
}

.modal_box img {
  width: auto;
  height: auto;
  max-width:100%;
  max-height: 100%;
}

.modal_box_close {
  content: 'X';
  cursor: pointer;
  position: absolute;
  display: block;
  top: 10px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  opacity: .5;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
}

.modal_box_close:hover {
  opacity: 1;
}

.modal_arrow {
  border-width: 0 0 5px 5px;
  border-style: solid;
  border-color: black;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 50%;
  opacity: .5;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
}

.modal_arrow:hover {
  opacity: 1;
}

.arrow_left {
  left: 15px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

.arrow_right {
  right: 15px;
  transform: rotateZ(225deg);
  -webkit-transform: rotateZ(225deg);
  -moz-transform: rotateZ(225deg);
  -ms-transform: rotateZ(225deg);
  -o-transform: rotateZ(225deg);
}

.product_info_description p {
  margin: 2% 0;
}

.product_info_description h4 ~ p {
  margin-top: 1%;
}

.product_info_description.article h4 {
  font-size: 1.2em;
  margin-top: 3%;
}

.download_title {
  margin-top: 2%;
}

h4 {
  color: #2C6AD1;
}

.list_center h4 {
  color: black;
  font-size: 1.2em;
}

.box {
  grid-column: 2;
  grid-row: 1 / -1;
  border: 4px solid #CFDCF1;
  position: sticky;
  top: 20px;
  padding: 4%;
  background: #F8F8F8;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}

.quantityLabel input {
  width: 60px;
}

.buy_actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
}

.extra {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.extra p {
  width: 100%;
  margin-bottom: 0px;
}

.extra_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.extra_thumb {
  height: auto;
}

.options {
  margin: 2%;
}

.options .separator {
  margin: 3% 0;
  border-color: #EAEAEA;
}

.radio_option {
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  padding: 1% 0;
}

.radio_option * {
  cursor: pointer
}

.option select {
  width: 100%;
}

.product_separator {
  margin-bottom: 2%;
}

/* account */
.account_grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 30px;
}

.account_grid .main_form {
  width: 100%;
}

.account_grid h3 {
  margin-bottom: 1%;
}

.account_grid .form_box a {
  display: inline-block;
  margin: 1% 0;
}

.account_menu {
  width: 100%;
  padding-left: 0;
}

.account_menu li {
  margin-bottom: 1%;
  border: 1px outset #8DB9FF;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  cursor: pointer;
}

.account_menu li:hover {
  background: #CEE1FF;
  border-style: inset;
}

.account_menu li.active {
  background: #2C6AD1;
  border-style: inset;
}

.account_menu li a {
  color: #2C6AD1;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
}

.account_menu li.active a {
  color: white;
}

.account_grid .form_box a {
  color: #2C6AD1;
  text-decoration: none;
}

.tracking table {
  border-collapse: collapse;
}

.tracking table th,
.tracking table td {
  padding: 1%;
  border: 1px solid black;
}

/* create account */
#create_account select {
  background: white;
}

#account_mspa .products_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
}
#account_mspa .products_container .products {
  width: 25%;
  padding: 0 8px;
}
#account_mspa .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}
#account_mspa .content_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
#account_mspa .content_header {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}
#account_mspa .content_header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#account_mspa .content_header .link_add_mspa {
  padding: 10% 0;
}
#account_mspa .content_header .btn_add_mspa {
  width: 25%;
}
#account_mspa .content_img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
#account_mspa .content_img_top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#account_mspa .title_container {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
}
#account_mspa .content_serial {
  font-size: 0.75rem;
  color: dimgray;
}
#account_mspa .need_help {
  width: 100%;
  text-align: center;
  margin-top: 10%;
}

#account_mspa_edit .input_serial_desc {
  color: dimgray;
  margin-top: 0;
  padding-top: 0;
}

/* search */

.search_counter, .bottom_counter {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}

.search_counter .link {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: black;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  text-decoration: none;
}
.search_counter .link:hover {
  background-color: #d2d2d2;
}
.search_counter .link.active {
  background-color: #2c6ad1;
  color: white;
}

.search_counter .separator {
  font-weight: bold;
  margin-right: 5px;
}

/* forms */

.main_form {
  display: flex;
  flex-direction: column;
  width: 55%;
  margin: 0 auto;
}

.module-description-section {
  margin-bottom: 30px;
}

.wide_form {
  width: 100%
}

.form_box {
  border: 4px solid #CFDCF1;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 2%;
  background: #F8F8F8;
  min-height: 150px;
  margin-bottom: 2%;
}

.main_form p {
  margin: 2% 0;
}

.main_form input {
  margin: 2% 0;
}

.main_form label {
  font-weight: bold;
}

.checkboxes {
  display: flex;
  align-items: center;
  height: 28px;
}

.checkboxes label {
  margin-left: 1%;
  font-weight: normal;
}

.main_form input:not([type="file"]),
.main_form textarea,
.main_form select {
  height: 40px;
  padding: 15px;
  margin: 2% 0;
  border: 2px inset #EBE9ED;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main_form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.main_form select {
  padding: 5px;
}


.main_form textarea {
  height: auto;
}

.required {
  font-weight: normal;
  font-size: .9em;
  color: #555555;
}

.subtitle {
  font-weight: normal;
  font-size: .8em;
  color: #555555;
}

/* order details */

.list_details {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  height: 40px;
}

.list_details tr {
  border: 1px solid #999999;
}

.list_details thead a {
  color: #2C6AD1;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif, arial;
}

.list_details thead a.active {
  color: black;
  font-weight: normal;
}

.list_details thead tr {
  height: 30px;
  background: #E0E0E0;
  border: 1px solid black;
}

.list_details thead th.wrap {
  width: 150px;
}

.list_details tbody tr:nth-of-type(odd) {
  background: #ECF3FF;
}

/* order_infos */

.order_totals {
  width: 100%;
  text-align: right;
}

ul.product_attribute li {
  list-style-type: disclosure-closed;
  font-size: .7em;
}

/* shopping_cart */

.summary {
  padding: 5%;
}

.shopping_cart_summary {
  padding: 5%;
  display: flex;
  flex-direction: column;
}

.shopping_cart_summary p {
  font-size: .8em;
}

.shopping_cart_summary div {
  padding: 4% 0;
}

.shopping_cart_summary div p {
  line-height: 1.5em;
}

.shopping_cart_summary_item {
  border-bottom: 1px dashed #777777;
}

.shopping_cart_buttons {
  margin: 0 4px;
}

.shopping_cart_buttons .css_button{
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.takeover_section a {
  font-weight: normal !important;
}
.takeover_section a:hover {
  text-decoration: underline;
}
/* checkout pages */

.list_row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  margin: 1% 0;
}

.list_row:hover {
  background: #EAEAEA;
}

.list_row label {
  font-weight: normal;
}

.list_row p {
  font-weight: normal;
}

label.list_row {
  width: 100%;
  padding: 0 2%;
}

input:checked ~ label.list_row {
  background: #F0F8FF;
}

.comment_box {
  margin-top: 2%;
}

.shipping_options {
  width: 100%;
}

.quote_container_header {
  line-height: 50px;
  border: 1px solid #d3d3d3;
  padding: 0 2%;
  margin-top: 2%;
}

.quote_container_header.selected {
  border: 3px solid #2C6AD1;
}

.quote_container_header:hover {
  background: #2C6BD191;
  color: #000000;
}

.methods {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 1%;
}

.method_selected {
  border: 2px dashed #2C6AD1;
}

.methods:nth-of-type(even) {
  background: #F2F2F2;
}

.methods .address_infos {
  flex-grow: 1;
  padding-left: 1%;
}

.quotes_header_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
}

.js-quote-header {
  /*width: 49%;*/
  flex-grow: 1;
  text-align: center;
  border: 2px outset #D3D3D3;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 8px;
}

.js-quote-header:hover {
  background: #F0F0F0;
}

.js-quote-header.selected {
  background: #2C6AD1;
  color: white;
}

.js-hide {
  max-height: 0px;
  border: none;
}

.payment_method {
  display: flex;
  justify-content: space-between;
  border: 2px outset #eaeaea;
  border-radius: 8px;
  align-items: center;
  margin: 1%;
  line-height: 30px;
  font-weight: bold;
}

.payment_method label {
  display: inline-block;
  padding: 1%;
  flex-grow: 1;
  cursor: pointer;
}

.payment_method:hover {
  background: #F2F2F2;
}

.address_infos label {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.method_type {
  padding: 1%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #D7D7D7;
}


.method_container {
  border: 1px solid #d3d3d3;
  margin-top: 1%;
  max-height: 100%;
  transition: max-height .5s;
}

input:checked ~ .relais_infos {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  max-height: 400px;
}

.relais_infos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  transform-origin: 0 0;
  max-height: 0;
  padding-left: 3%;
  padding-top: 1%;
  overflow: hidden;
  transition: scale .2s ease-in-out, max-height .4s ease-in-out;
  -webkit-transition: scale .2s ease-in-out, max-height .4s ease-in-out;
  -moz-transition: scale .2s ease-in-out, max-height .4s ease-in-out;
  -ms-transition: scale .2s ease-in-out, max-height .4s ease-in-out;
  -o-transition: scale .2s ease-in-out, max-height .4s ease-in-out;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}

.smartlockers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 3%;
  padding-top: 1%;
}

.relais-days {
  width: 100px;
  display: inline-block;
}

.relais_distance {
  color: #14AE14;
}

.relais_more {
  display: none;
}

.custom_breadcrumb {
  display: flex;
  justify-content: space-around;
  line-height: 2em;
  margin: 2% 0;
}

.custom_breadcrumb_item {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
}

.breadcrumb_visited {
  background: #F2F2F2;
}

.breadcrumb_active {
  background: #2C6AD1;
  color: #FFFFFF;
}

.spaced_elements > div {
  display: flex;
  justify-content: space-between;
}

.spaced_elements .box_title {
  margin-top: 5%;
}

.productDisabledWarning {
  color: #FF0000;
  font-size: .8em;
}

table.confirmation {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

table.confirmation + table.confirmation {
  margin-top: 3%;
}


table.confirmation thead tr {
  background: #EAEAEA;
  border: none;
}

table.confirmation tr {
  border: 1px solid #EAEAEA;
}

table.confirmation td {
  padding: 1%;
}

table.confirmation td:not(:first-child) {
  text-align: center;
  vertical-align: top;
}

table.confirmation td:last-child {
  text-align: right;
}

table.confirmation.confirmation_center td {
  text-align: center;
  width: 50%;
  border: 1px solid #EAEAEA;
}

table.confirmation.confirmation_center thead td {
  border: none;
}

table.confirmation.confirmation_center td.address {
  text-align: left;
}

table.confirmation.confirmation_comment td {
  text-align: left;
}

/* filtersearch page */

fieldset {
  border: none;
}

.attachment_selection label {
  font-weight: normal;
}

/* honeypot */

.hp {
  display: none;
}

/*css buttons*/

.big_button {
   background: linear-gradient(#FEFEFE, #EFEFEF);
   border: 2px outset #EAEEAEA;
   border-radius: 8px;
}

.css_button {
  /* background: #C9C9C9 ; */
  background: linear-gradient(  to bottom, #ffffff, #C9C9C9 );
  padding: 1px 10px;
  border: 1px solid #2d389e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: Helvetica, Arial;
  font-size:13px;
  font-weight:bold;
  font-style:italic;
  line-height:23px;
  text-align:center;
  cursor: pointer;
  width: auto;
  min-width: 100px;
  vertical-align: top;
}

.css_button.button_orange{
  background: #EEBA36;
  background:linear-gradient(to bottom, #F4D58A,#EEBA36 );
}

.css_button.small {
  font-size:10px;
  line-height:14px;
  min-width: auto;
}

.css_button:active {
  position: relative;
  top: 1px;
  right: 1px;
}

.css_button img {
  vertical-align: middle;
}

.button_right {
  text-align: right;
  margin: 1% 0;
}

input.delete_button {
  width: 38px;
  justify-self: flex-end;
}

.css_button.disabled {
  color: #5F5F5F;
}


/* messagestack */

.msg {
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 1%;
  display: flex;
  margin-bottom: 1%;
  justify-content: space-between;
}

.msgStackHeader {
  padding: 1em 1em 0 1em;
}

.messageStackError {
  background: #FF4C4C;
  border-color: #FF9C9C;
}

.messageStackWarning {
  background: #FFF9DF;
  border-color: #FFCF00;
}

.messageStackSuccess {
  background: #E5FFDF;
  border-color: #9AFF83;
}

.messageStackClaralys {
  border-color: #391561;
  background: #F8E2F9;
}

.messageStackCheckout {
  padding-right: 1%;
}

label.msg-close:after {
  content: 'X';
  font-weight: bold;
  cursor: pointer;
}

input.msg-close {
  display: none;
}


input.msg-close:checked + .msg {
  display: none;
}


.error_msg {
  color: red;
  line-height: 19px !important;
}

/* js related css */

.js-cut {
  display: none;
}

.methods.js-relais-control {
  cursor: default;
  background: #FFFFFF;
}

.methods div.customer_control {
  width: 90%;
}

.js-hide {
  display: none;
}

.js-relais-control label {
  cursor: default;
  background: #FFFFFF;
}

#file-uploader {
  margin: 20px 0;
}

.qq-uploader {
  width: 100%;
  min-height: 125px;
  border: 5px dashed #B7C4FF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  font-weight: bold;
  color: #B7C4FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.qq-upload-button:hover {
  border-color:#A0B1FF;
}
.qq-uploader .js-little {
  font-size: .6em;
}

.qq-upload-button-focus {
  outline:1px dotted black;
}

.qq-upload-list {
  margin: 0 35px 15px 35px;
  padding: 0;
  list-style: disc;
  display: inline-block;
}

.qq-upload-list li {
  margin:0;
  padding:0;
  line-height:15px;
  font-size:12px;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  margin-right: 7px;
}

.qq-upload-spinner {
  display:inline-block;
  background: url("/images/loading.gif");
  width:15px;
  height:15px;
  vertical-align:text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
  font-size:11px;
}

.qq-upload-failed-text {
  display:none;
}
.qq-upload-fail .qq-upload-failed-text {
  display:inline;
}

.qq-upload-remove {
  display:none;
}


/* generic classes */

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex_top {
  align-items: flex-start;
}

.column {
  flex-direction: column;
}

.space_me_that {
  justify-content: space-between;
}

.flex_center {
  justify-content: center;
}

.flex_max {
  flex: 1 1 100%;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.small {
  font-size: .7em;
}
/* accessibility */

.aria_only {
  display: none;
}


/* hack for safari 10.1+ only */
@media not all and (min-resolution:.001dpcm)
{ @media {
  .product > * {
    flex: 1 1 100px;
  }
}}




/* specials messages */

.special_maintenance {
  align-items: center;
}

.special_maintenance p {
  text-align: left;
  width: 55%;
}

.shopping_cart_summary div.covid  {
  line-height: 16px;
  font-size: 12px;
}

.error_unchecked {
  color: red;
}

.messageStackError a {
  font-weight: bold;
}

.christmas_message {
  border-radius: 10px;
  text-shadow: #FFF 0 0 2px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 1%;
  padding: 1.5em 2.5em;
  background: center / 50% repeat-x url('images/flocons_noel.png'),
              linear-gradient( #2C6AD1AA, #2C6AD111);
}

.new_year_message {
  border-radius: 10px;
  text-shadow: #FFF 0 0 2px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 1%;
  padding: 1.5em 2.5em;
  background: center repeat-x url('images/nouvel-an-tubs.png'),
              linear-gradient( #2C6AD111, #2C6AD1AA);
  background-size: auto 150%;
}

.winter_sales {
  border-radius: 10px;
  text-shadow: #FFF 0 0 2px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 1%;
  padding: 1.5em 2.5em;
  background: center / 50% repeat url('images/flocons_sales.png'),
              linear-gradient( #3C88E0, #FFFFFF);
}

.summer_sales {
  border-radius: 10px;
  text-shadow: #FFF 0 0 2px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 1%;
  padding: 1.5em 2.5em;
  background: linear-gradient( #3C88E0, #FFFFFF);
}

img.swirl_spinner {
  animation: swirl_loader 4s linear infinite;
}

.modal_box img.swirl_spinner {
  width: 75px;
  margin-right: 15px;
}

@keyframes swirl_loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loading_modal .modal_box {
  padding: 1%;
}

/* remove xdebug var_dump line spell */
.xdebug-var-dump > small:first-child {
  display: none;
}

/* tinymce tables */

table.prd-desc {
  border-spacing: 0px;
  border-collapse: collapse;
  float: none;
}

table.prd-desc td {
  padding: 4px;
  border: 1px solid #000000;
}

table.prd-desc.centered {
  text-align: center;
}

table.prd-desc.nocorner tr:first-child td:first-child {
  border: 0px;
}

table.prd-desc.nocorner tr td:first-child {
  text-align: left;
}

.grid_container.categories .prd.grid .categories_info_container {
  position: relative;
  height: 100%;
}
.categories_info_container a {
  position: absolute;
  width: 100%;
  top: 5px;
}
.grid_container.categories .prd.grid .grid-price {
  position: absolute;
  bottom: 0;
  text-align: right;
  padding-right: 20px;
}

a.claralys_color {
  color: #B22166;
  font-weight: bold;
}

#create_account_container #header_page {
  width: 55%; margin: 0 auto;
}

#create_account_container #customer_type_container {
  margin-top: 5%;
}
#create_account_container #customer_type_container .field .flex button {
  width: 15%;
  margin-left: 2%;
}
#create_account_container #customer_type_container .main_form {
  width: 100%;
}

#create_account_container .main_form .field {
  width: 100%;
}
#create_account_container .main_form .field label {
  display: block;
}
#create_account_container .main_form .field * {
  width: 100%;
}

#create_account_container .quotes_header_container {
  padding: 10px 0 20px 0;
}
#create_account_container .quotes_header_container button {
  font-weight: bolder;
}

#create_account_container .form_section {
  margin-top: 15px;
  margin-bottom: 10px;
}

#create_account_container .title_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#create_account_container .title_section div {
  width: 33%;
  height: 1px;
  border: 1px #f0f1f1 solid;
}

/* Basic margin and padding classes */
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

.pt-1 {
  padding-top: 1rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pl-1 {
  padding-left: 1rem;
}

#address_list_form #address_list_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#address_list_form #address_list_head #address_head_action {
  min-width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1%;
}
.address_action_container > *, .address_action_container button {
  margin-left: 5px;
}
.address_action_container .list_space {
  width: 14px;
  padding: 0 2px;
}

.module_filtersearch .field_style select {
  width: 100%;
}
.module_filtersearch .field_style input[type=number] {
  width: 95%;
}
