/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");*/
.add_title{
  color: #337ab7;
  text-decoration: underline;
}
.mt30 {
  margin-top: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mxwidth85 {
  max-width: 85px;
}

.mxwidth632 {
   max-width: 632px;
 }

.mxwidth677 {
  max-width: 677px;
}

.clearfix {
  clear: both;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.hd-flex-sm-block {
  display: flex;
}

.blue-btn-colorAL {
  color: #375F9B;
}

.blue-btn-colorAL-ARROW {
  color: #375F9B;
}

.blue-btn-colorAL:hover {
  color: #ffffff;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .hd-flex-sm-block {
    display: block;
  }

  .add_style_card {
    margin-top: 0!important;
  }
}

.d-inline {
  display: inline;
}

.mr0 {
  margin-right: 0 !important
}

.mt20 {
  margin-top: 20px;
}

.pb0 {
  position: absolute;
  right: 20px;
}

.b0 {
  bottom: 0;
}

/* button specific footer "see all products" gas list product*/
.b-55 {
  bottom: -55px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt25 {
  margin-top: 25px!important;
}

.mt15 {
  margin-top: 15px!important;
}

.mb30 {
  margin-bottom: 30px;
}

.nc_m-0 > p {
  margin: 0!important;
}

.pl40 {
  padding-left: 40px!important
}

.mr20 {
  margin-right: 20px!important;
}

/*value container blue footer catalog*/
.ptb60 {
  padding: 60px 0;
}

.d-none {
  display: none;
}

.flr {
  float: right;
}

.bg-primary {
  background-color: #003264 !important
}

.bg-secondary {
  background-color: #375f9b !important
}

.fontsize15 {
  font-size: 15px !important;
}

.fontWeight600 {
  font-weight: 600 !important;
}

@media (max-width: 600px) {
  .mt20 {
    margin-top: 15px
  }

  .pb0 {
    position: relative;
    right: 0;
  }

  .mt40 {
    margin-top: 30px;
  }

  .mt15 {
    margin-top: 10px;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mb30 {
    margin-bottom: 20px;
  }
}

/*font*/
.fontSize15 {
    font-size: 15px !important;
}

.fontSize14 {
  font-size: 14px !important;
}
.fontSize12 {
  font-size: 12px !important;
}

/* width */
.w-100 {
  width: 100% !important;
}

@media (max-width: 1365px) {
  .new_container {
    width: 100% !important
  }
}

body.page-catalog-gas-products-new,
body.page-catalog-equipment-products-new {
  line-height: 1.42857 !important;
  color: #464646 !important;
  background-color: #fff !important
}


.new_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.new_container:after, .new_container:before {
  content: " ";
  display: table
}

.new_container:after {
  clear: both
}

@media (min-width: 768px) {
  .new_container {
    width: 750px
  }
}

@media (min-width: 992px) {
  .new_container {
    width: 970px
  }
}

@media (min-width: 1366px) {
  .new_container {
    width: 1366px
  }
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 18px 20px !important;
  line-height: normal !important;
  vertical-align: middle !important;
  border-top: 1px solid #bce0fd !important;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bce0fd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0
}

.table > tbody + tbody {
  border-top: 2px solid #bce0fd
}

.table .table {
  background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #bce0fd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}

.btn {
  text-transform: uppercase;
}

.btn-default {
  color: #375f9b !important;
  background-color: #fff !important;
  border-color: #375f9b !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.btn-default.focus, .btn-default:focus {
  color: #fff !important;
  background-color: #375f9b !important;
  border-color: #fff !important;
}

.btn-default.focus svg, .btn-default:focus svg {
  color: #fff !important;
  fill: #fff !important;
}

.btn-default:hover {
  color: #fff !important;
  background-color: #375f9b !important;
  border-color: #fff !important;
}

.btn-default:hover svg {
  color: #fff;
  fill: #fff
}

.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #375f9b !important;
  border-color: #fff !important;
}

.btn-default.active.focus svg, .btn-default.active:focus svg, .btn-default.active:hover svg, .btn-default:active.focus svg, .btn-default:active:focus svg, .btn-default:active:hover svg, .open > .btn-default.dropdown-toggle.focus svg, .open > .btn-default.dropdown-toggle:focus svg, .open > .btn-default.dropdown-toggle:hover svg {
  color: #fff !important;
  fill: #fff !important;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
  background-image: none !important;
}

.btn-default.active svg, .btn-default:active svg, .open > .btn-default.dropdown-toggle svg {
  color: #fff !important;
  fill: #fff !important;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-default .badge, .btn-primary {
  color: #fff !important;
  background-color: #375f9b !important
}

/* btn ask to quote same mockup color cf #003264 */
.btn-ask {
  color: #003264 !important;
  background-color: #fff !important;
  border-color: #003264 !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.btn-ask.focus, .btn-ask:focus {
  color: #fff !important;
  background-color: #003264 !important;
  border-color: #fff !important;
}

.btn-ask.focus svg, .btn-ask:focus svg {
  color: #fff !important;
  fill: #fff !important;
}

.btn-ask:hover {
  color: #fff !important;
  background-color: #003264 !important;
  border-color: #fff !important;
}

.btn-ask:hover svg {
  color: #fff;
  fill: #fff
}

.btn-ask.active, .btn-ask.active.focus, .btn-ask.active:focus, .btn-ask.active:hover, .btn-ask:active, .btn-ask:active.focus, .btn-ask:active:focus, .btn-ask:active:hover, .open > .btn-ask.dropdown-toggle, .open > .btn-ask.dropdown-toggle.focus, .open > .btn-ask.dropdown-toggle:focus, .open > .btn-ask.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #003264 !important;
  border-color: #fff !important;
}

.btn-ask.active.focus svg, .btn-ask.active:focus svg, .btn-ask.active:hover svg, .btn-ask:active.focus svg, .btn-ask:active:focus svg, .btn-ask:active:hover svg, .open > .btn-ask.dropdown-toggle.focus svg, .open > .btn-ask.dropdown-toggle:focus svg, .open > .btn-ask.dropdown-toggle:hover svg {
  color: #fff !important;
  fill: #fff !important;
}

.btn-ask.active, .btn-ask:active, .open > .btn-ask.dropdown-toggle {
  background-image: none !important;
}

.btn-ask.active svg, .btn-ask:active svg, .open > .btn-ask.dropdown-toggle svg {
  color: #fff !important;
  fill: #fff !important;
}

.btn-ask.disabled.focus, .btn-ask.disabled:focus, .btn-ask.disabled:hover, .btn-ask[disabled].focus, .btn-ask[disabled]:focus, .btn-ask[disabled]:hover, fieldset[disabled] .btn-ask.focus, fieldset[disabled] .btn-ask:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-ask .badge, .btn-primary {
  color: #fff !important;
  background-color: #003264 !important
}

.btn-link-Add {
  font-weight: normal;
  color: #003264;
  border-radius: 0;
}

.btn-link-Add,
.btn-link-Add:active,
.btn-link-Add.active,
.btn-link-Add[disabled],
fieldset[disabled] .btn-link-Add {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link-Add,
.btn-link-Add:hover,
.btn-link-Add:focus,
.btn-link-Add:active {
  border-color: transparent;
}
.btn-link-Add:hover,
.btn-link-Add:focus {
  color: #003264;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link-Add[disabled]:hover,
fieldset[disabled] .btn-link-Add:hover,
.btn-link-Add[disabled]:focus,
fieldset[disabled] .btn-link-Add:focus {
  color: #777;
  text-decoration: none;
}

/* End */
.btn-primary {
  border-color: #375f9b !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.btn-primary.focus, .btn-primary:focus {
  color: #375f9b !important;
  background-color: #fff !important;
  border-color: #375f9b
}

.btn-primary.focus svg, .btn-primary:focus svg {
  color: #375f9b !important;
  fill: #375f9b
}

.btn-primary:hover {
  color: #375f9b !important;
  background-color: #fff !important;
  border-color: #375f9b
}

.btn-primary:hover svg {
  color: #375f9b !important;
  fill: #375f9b
}

.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #375f9b !important;
  background-color: #fff !important;
  border-color: #375f9b
}

.btn-primary.active.focus svg, .btn-primary.active:focus svg, .btn-primary.active:hover svg, .btn-primary:active.focus svg, .btn-primary:active:focus svg, .btn-primary:active:hover svg, .open > .btn-primary.dropdown-toggle.focus svg, .open > .btn-primary.dropdown-toggle:focus svg, .open > .btn-primary.dropdown-toggle:hover svg {
  color: #375f9b !important;
  fill: #375f9b
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.active svg, .btn-primary:active svg, .open > .btn-primary.dropdown-toggle svg {
  color: #375f9b !important;
  fill: #375f9b
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #375f9b !important;
  border-color: #375f9b
}

.btn-primary .badge {
  color: #375f9b !important;
  background-color: #fff
}

.btn-success {
  color: #fff !important;
  background-color: #49a02e !important;
  border-color: #49a02e !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease
}

.btn-success.focus, .btn-success:focus {
  color: #49a02e;
  background-color: #fff;
  border-color: #49a02e
}

.btn-success.focus svg, .btn-success:focus svg {
  color: #49a02e;
  fill: #49a02e
}

.btn-success:hover {
  color: #49a02e !important;
  background-color: #fff !important;
  border-color: #49a02e !important
}

.btn-success:hover svg {
  color: #49a02e !important;
  fill: #49a02e !important
}

.btn-success.active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #49a02e !important;
  background-color: #fff !important;
  border-color: #49a02e !important
}

.nav > li, .nav > li > a {
  position: relative !important;
  display: block !important;
}

.nav > li > a {
  padding: 10px 15px;
  font-size: 15px;
  color: #464646;
}

.catalog-tabs { /* ul */
  padding: 15px 0;
}

@media (min-width: 768px) {

  .catalog-tabs li:not(:first-child) {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {

  .catalog-tabs li {
    display: block;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #d7d7d7;
  }
}

.catalog-tabs li a {
  padding: 0;
  color: #464646;
}

.catalog-tabs li.active a {
  text-decoration: none !important;
}

.nav-tabs {
  border-bottom: 1px solid transparent !important;
}

.nav-tabs > li > h2 {
  font-size: inherit;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  text-transform: uppercase;
}

.nav-tabs > li > h2 > a {
  font-size: 15px;
}

.nav-tabs > li > h2 > a:hover {
  border-color: transparent !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #23527c;
}

.c-tab__cnt .table tr td h3 {
  font-size: inherit;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0px;
  line-height: inherit;
}

.c-tab__cnt .table p {
  margin-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #464646;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  border-bottom-color: transparent !important;
  cursor: default !important;
}

@media (max-width: 767px) {
  .c-details__desc {
    padding-left: 0;
  }

}

.block-facetapi li {
  line-height: normal;
  position: relative;
}


#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 16;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}

#cboxWrapper {
  max-width: none
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%
}

#cboxBottomLeft, #cboxMiddleLeft {
  clear: left
}

#cboxContent {
  position: relative;
  -moz-border-radius: 7px;
  border-radius: 7px
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

#cboxTitle {
  margin: 0;
  display: none !important
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

#cboxOverlay {
  background-color: #464646;
  opacity: .18 !important;
  filter: alpha(opacity=18)
}

#colorbox {
  outline: 0
}

#cboxContent {
  overflow: hidden
}

#cboxContent, .cboxIframe {
  background: #fff
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc
}

#cboxLoadedContent {
  margin-bottom: 10px
}

#cboxTitle {
  left: 0;
  text-align: center;
  width: 100%
}

#cboxCurrent, #cboxTitle {
  position: absolute;
  bottom: 4px;
  color: #949494
}

#cboxCurrent {
  left: 58px
}

#cboxLoadingOverlay {
  background: url("../img/colorbox/loading_background.png") no-repeat 50%
}

#cboxLoadingGraphic {
  background: url("../img/colorbox/loading.gif") no-repeat 50%
}

#cboxNext, #cboxPrevious, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
  outline: 0
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/colorbox/controls.png") no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px
}

#cboxPrevious:hover {
  background-position: -75px -25px
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("../img/colorbox/controls.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px
}

#cboxNext:hover {
  background-position: -50px -25px
}

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)
}

.c-title__top {
  padding: 30px 0 10px 0;
  background-color: #003264;
  overflow: hidden;
}

.c-title__top > * {
  color: #fff
}

.c-title__top h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  text-transform: capitalize;
}

.more-test-equip,
.more-test {
  max-width: 811px;
}

.c-title__bottom {
  background-color: #375f9b;
  padding: 20px 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.c-title__bottom .c-contactUs, .c-title__bottom svg {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 5px
}

.c-item__product {
  padding: 0 5px 15px 5px;
  height: 100%;
}


.c-item__product .c-views-picture {
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden
}

.c-item__product .c-views-picture img {
  position: absolute;
  left: 0;
  margin: auto;
  z-index: 1;
  background-color: #fff;
  height: auto;
  display: block;
  right: 0;
  width: 100%;
}

.c-item__product .btn {
  margin: 10px 0;
  width: 100%;
  text-transform: uppercase;
}

.c-item__variation {
  padding: 0 5px 15px 5px;
  height: 100%;
}

@media screen and (max-width: 1320px) {
  .c-item__variation {
    padding: 0;
  }

}

@media screen and (max-width: 1200px) {
  .c-item__variation {
    padding: 0;
  }

  .c-item__variation .quantity {
    max-width: 100px;
  }

  .c-item__variation .quantity input {
    font-size: 16px;
  }

  .c-item__variation .price {
    font-size: 16px;
  }
}

@media screen and (max-width: 1150px) {
  .c-price__quantity {
    line-height: 30px;
    margin: 15px 0;
  }

  .quote-restricted {
    margin: unset !important;
  }

  .c-item__variation .price {
    line-height: 30px;
    height: 30px;
  }
}

.c-item__variation .c-img-center-inner {
  display: inline-block;
  text-align: center
}

.c-img-center-inner-poppin {
  display: inline-block;
  text-align: center;
  position : relative;
}

.c-item__variation .add_to_cart {
  padding: 6px 0;
  margin: 10px 0;
  display: block !important;
  border-radius: 10px;
}

.c-item__variation .add_to_cart:not(:last-of-type) {
  margin-bottom: 15px !important;

}

.add_equip_to_cart {
  max-width: 100% !important;
}

.c-item__variation .add_to_quote {
  padding: 6px 9px !important;
  margin: 10px 0;
  border-radius: 10px;
  width: 100%;
  text-transform: uppercase;
}

.c-item__variation .add_style_quote {
  margin-bottom: 15px !important;
  min-width: 4em!important;
  max-width: 100%;
}

.c-item__variation .add_style_card {
  padding: 6px 20px;
  display: block !important;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px !important;
  margin-left: 0.8em;
  max-width: 100%;
  float: right;
}

.c-item__variation .btn_catalog_font {
  font-size: 10px;
  text-overflow: ellipsis;
  text-size-adjust: auto;
  display: inline-block;
}

.c-item__variation .add_to_quote:not(:last-of-type) {
  margin-bottom: 15px !important;
}

#expanded {
  max-width: 100% !important;
}

.grayed {
  background-color: grey !important;
}

.c-item__variation .add_to_wishlist {
  position: absolute;
  top: 35px;
  right: 18px;
  color: white;
}

.c-details__share {
  display: flex;
  justify-content: flex-end;
}

.c-details__share .add_to_wishlist:hover {
  text-decoration: none;
}

.add_favorites, .c-partage,
.add_favorites:hover, .c-partage:hover,
.add_favorites:visited, .c-partage:visited {
  text-decoration: none;
}

.btn-add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  box-shadow: 2px 2px 10px #ccc;
  outline-style: none;
  margin-left: 1rem;
}

.btn-add .btn-add-icon {
  font-size: 2rem;
}

.c-partage .btn-add .btn-add-icon {
  color: #375f9b;
}

.c-partage .btn-add:hover {
  background-color: #375f9b;
}

.c-partage .btn-add:hover .btn-add-icon {
  color: #fff;
}

.add_favorites .btn-add .btn-add-icon {
  color: #464646;
}
.add_to_wishlist .btn-add .btn-add-icon {
  color: #d40f19;
}

.add_to_wishlist .btn-add:hover .btn-add-icon {
.fa-heart:before {
  content: "\f004";
}
}

.c-already .btn-add .btn-add-icon {
  color: #d40f19;
}

.c-added .btn-add .btn-add-icon {
  color: #d40f19;
}

.c-fav-disabled .btn-add .btn-add-icon {
  color: #464646;
}

.btn-disabled {
  color: #fff;
  background-color: #d7d7d7;
  border-color: #d7d7d7
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  color: #fff
}

.c-item__title,
.c-item__title_gp,
.c-item__titleProduct,
.c-item__title_var {
  margin-bottom: 0 !important;
  /*line-height: normal;*/
  color: #375f9b !important;
  /*min-height: 20px;*/
  text-transform: uppercase !important;
  line-height: 1em !important;
  margin-top: 10px !important;
}

.c-item__title_var {
  font-size: 15px !important;
}

.c-item__title {
  font-size: 20px !important;
}

.c-item__titlePop {
  color: #464646;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}

.c-btnsPop {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}

.btn-ellipsis {
  width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dPop-between {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.c-item__title > a {
  color: #375f9b;
}

.c-item__title_gp > a {
  color: #375f9b;
}

.c-item__title__link,
.c-item__title__unlink {
  -ms-word-break: break-word;
  word-break: break-word;
}

.c-item__title__unlink {
  text-decoration: none!important;
}

.c-item__title__unlink:hover {
  text-decoration: underline!important;
}

.c-top-details h1 span {
  word-break: break-all;
  display: inline-block;
}

.c-item__variation .c-item__title > a {
  text-decoration: underline;
  word-wrap: break-word;
}

.c-item__extrait {
  padding: 0 0 5px 0;
  display: block;
}

.c-item-link,
.c-item-link-e{
  display: block;
}

.c-item-link {
  min-height: 6.6em;
}

 .c-item-link-e {
   min-height: 5em;
 }

.c-purity-text {
  width: 100%;
  line-height: 1.5em;
}

.c-parent-title {
  display: inline;
}

.c-ref-sku  {
  display: inline-block;
}

.c-tooltip-inline div {
  display: inline-block;
}

.c-slogan-text {
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.c-outlet-inlet-text {
  text-align: justify;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.c-item__charac {
  min-height: 55px;
  margin: 30px 0 20px 0;
}

.c-item__charac,
.c-item__characProduct {
  line-height: normal;
  padding-bottom: 5px;
}

.text {
  width:100px;
  height:100%;
  overflow:hidden;
}

.c-item__characProduct {
  margin: 0 0 20px 0;
}

.c-item__characPop {
  font-size: 14px;
  text-align: center;
  padding: 5px 0 5px 0;
}

.c-item__variation.c-no-img > .text-center {
  margin-top: 52px;
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  min-height: 215px;
}

.c-item__variation > .text-center {
  margin-top: 52px;
}

.c-item__variation.c-no-img #variation_img {
  height: 80px !important;
}

.c-item__variation.c-no-img .img-responsive {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 0;
  bottom: 0;
}

.c-item__product .catalog_no_image {
  background-color: #f1f1f1;
  position: relative;
}

.c-item__product .catalog_no_image .img-responsive {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 0;
  background: #f1f1f1;
  bottom: 0;
  height: 80px;
}

.price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.c-price__quantity > .quote-restricted{
  margin: 12.3px 0;
}

.c-price__quantity,
.c-price__quantityProd {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.c-price__quantity {
  justify-content: space-between;
}

.c-price__quantityProd {
  justify-content: flex-end;
}

.c-price__quantityPop {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  /*[CSS for tablets in portrait or smartphone in landscape]*/
  .c-item__charac {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 763px) {
  /*[CSS mobile]*/
  .c-item__charac {
    margin-top: 23px;
  }
}

.c-price__quantity {
  line-height: 40px;
}

.filter_delete_box ul {
  padding-left: 0
}

.c-delete-box {
  border: 2px solid #375f9b;
  color: #375f9b;
  padding: 5px 9px;
  background: #f1f9ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 3px;
  margin-bottom: 5px;
  white-space: nowrap;
  max-width: 100%;
}

.c-delete-box span {
  line-height: normal
}

.c-delete-box .cls-delete {
  fill: #375f9b
}

.c-delete-box .c-icon-delete {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-left: 4px;
  cursor: pointer
}

.c-help {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 50px;
  padding-bottom: 50px
}

.c-more-about .c-help__title {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: normal;
}

.c-how-to-shoose {
  padding: 30px 20px 15px 20px;
}

.c-how-to-shoose__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
}

.catalog-list-item {
  padding: 0 15px;
  margin: 30px 0;
  position: relative;
}

.catalog-list-item.c-how-to-shoose {
  border-radius: 10px;
}

.catalog-list-item.c-sky .c-item__product {
  background-color: #f1f9ff;
  border-radius: 10px;

}

.catalog-list-item.c-sea .c-item__product {
  background-color: #375f9b;
  border-radius: 10px;
}

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

  .catalog-list-item {
    width: 100%;
  }

}

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

  .catalog-list-item {
    width: 50%;
  }

}

@media screen and (min-width: 992px) {

  .catalog-list-item {
    width: 33.333%;
  }

  .c-help .catalog-list-item {
    width: 50%;
  }

}

.c-cnt-listingProduct .c-how-to-shoose .c-help__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-cnt-listingProduct .c-how-to-shoose .c-help__title {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px 10px;
}

.c-cnt-listingProduct .c-how-to-shoose .c-help__btn {
  text-align: center;
}

.c-cnt-listingProduct .c-how-to-shoose .c-help__desc {
  padding: 0 10px;
}

.c-how-to-shoose .c-help__picture {
  text-align: center
}

.c-how-to-shoose .c-help__title {
  color: #375f9b;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: left;
  padding: 0 20px !important;
  font-size: 20px;
  overflow: hidden;
  line-height: 25px;
}

.c-how-to-shoose .c-help__desc {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px !important;
}

.c-how-to-shoose .c-help__btn {
  text-align: center;
}

.c-how-to-shoose.c-bg-bleu .c-help__title, .c-how-to-shoose.c-bg-bleu .c-help__title a,
.c-how-to-shoose.c-bg-bleu .c-help__desc, .c-how-to-shoose.c-bg-bleu .c-help__desc p {
  color: #fff !important
}

.c-how-to-shoose.c-bg-bleu .c-help__btn .btn {
  border-color: #fff !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.c-how-to-shoose.c-bg-bleu .c-help__btn .btn:hover {
  background-color: #fff !important;
  color: #375f9b !important
}

.c-how-to-shoose .c-help__btn .btn {
  background: transparent !important
}

.c-how-to-shoose.c-bg-white .c-help__btn .btn {
  border-color: #375f9b !important;
  color: #375f9b !important;
  border-radius: 10px !important;
}

.c-how-to-shoose.c-bg-white .c-help__btn .btn:hover {
  background: #375f9b !important;
  border-color: #375f9b !important;
  color: #fff !important;
}

/* TO DO Clean delete this style Take "tag tag--easy-variations" */

.c-tags-variations {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background-color: #375f9b;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  line-height: 25px;
  font-size: 12px;
  min-height: 25px;
  top: 15px;
  text-transform: uppercase
}

.c-tags-variations.c-easy {
  background-color: #f7ad00;
  background-image: url(../img/credit-card.png);
  background-position: 5px;
  background-repeat: no-repeat;
  padding-left: 25px
}

/* END : TO DO Clean delete this style */


@media screen and (max-width: 767px) {
  .c-item__variation {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-more-about {
    text-align: center
  }

  .c-how-to-shoose {
    margin: 15px 0
  }

  .c-more-about .c-help__title {
    margin-top: 0
  }
}

@media screen and (max-width: 767px) {
  body, button, input, select, textarea {
    font-size: 12px
  }

  .c-cnt-listingProduct {
    margin-top: 15px
  }

  .c-item__extrait {
    line-height: normal
  }

  .c-mobile_padd_hide {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .c-title__top h1 {
    font-size: 30px
  }

  .c-how-to-shoose {
    max-width: 100%;
  }

  .c-details__desc {
    padding-left: 0;
  }

  .c-details__picture {
    text-align: center;
  }

  .c-details__picture .img-responsive {
    display: inline-block;
  }
}

.filter_delete_box {
  max-width: 250px;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px !important;
}

.filter_delete_box aside.border-class {
  padding: 0;
}

.filter_delete_box label {
  padding-left: 30px;
  display: block
}

.filter_delete_box label.block-title {
  color: #375f9b;
  padding-left: 0px;
}

#title-filter-block {
  color: #375f9b !important;
  padding-left: 5px;
}

.filter_delete_box div.region-sidebar-first {
  padding-bottom: 0px;
}

.filter_delete_box .region-sidebar-first .border-class {
  border-top: 1px solid #c0c0c0;
  padding-top: 30px !important;
  margin-top: 30px !important;
  box-shadow: none;
}

.filter_delete_box .region-sidebar-first h2, .filter_delete_box .region-sidebar-first h3 {
  color: #375f9b;
  font-size: 20px;
  line-height: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: 'Roboto', Sans-Serif;
  font-weight: 700;
}

.filter_delete_box .region-sidebar-first .block-title {
  margin-bottom: 0 !important;
  cursor: inherit;
}

.region-sidebar-first aside h3 {
  margin: 0 !important;
}

.filter_delete_box .region-sidebar-first .border-class .content {
  margin-top: 10px;
}

.filter_delete_box .region-sidebar-first .leaf a {
  color: #464646;
  position: relative;
  min-height: inherit;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  z-index: 1;
  word-spacing: normal;
}

.filter_delete_box .region-sidebar-first .leaf a:first-letter {
  text-transform: capitalize;
}

.filter_delete_box .region-sidebar-first .leaf .facetapi-zero-results {
  display: none;
}

.filter_delete_box .region-sidebar-first .facetapi-active + strong {
  word-break: break-word;
  color: #464646;
}

.filter_delete_box .region-sidebar-first [type=radio] + .facetapi-active + strong {
  word-break: break-all;
  padding-left: 2px;
  color: #464646;
}

/*.facetapi-facetapi-checkbox-links .leaf strong{*/
/*text-transform: lowercase;*/
/*}*/

/*.facetapi-facetapi-checkbox-links .leaf strong::first-letter{*/
/*text-transform: uppercase;*/
/*}*/

.filter_delete_box .region-sidebar-first .leaf a:hover {
  color: #337ab7;
}

.filter_delete_box .facetapi-limit-link {
  text-decoration: underline;
}

.c-title__filter {
  margin-bottom: 30px
}

.c-title__filter > * {
  display: inline-block;
  vertical-align: middle
}

@media screen and (max-width: 600px) {
  .filter_delete_box {
    margin-left: auto;
    margin-right: auto;
    display: none
  }
}

.c-top-details {
  padding: 20px 0;
  background-color: #fff;
}

.c-top-details h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}


.c-details__price .btn {
  border-radius: 10px;
}

.c-top-details .c-btns a {
  width: auto;
}

.c-btns-product {
  float: right;
  text-align: right;
}

.c-top-details .price {
  font-size: 30px;
  margin-right: 20px
}


.c-top-details .c-btns a {
  padding: 10px 22px;
  margin-bottom: 15px;
}

.c-top-details .c-btns a:not(:last-of-type) {
  margin-bottom: 15px;
}

.c-top-details .c-details__picture {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .c-top-details .c-details__price {
    padding-right: 0
  }

  .c-top-details .c-btns {
    margin-top: 20px
  }

  .c-top-details .c-btns a {
    margin-left: 0;
    margin-bottom: 15px
  }

  .c-details__img {
    margin-bottom: 30px
  }
}

.c-tab__top {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  background-color: #fff;
}

.c-tab__top .active a {
  color: #375f9b !important
}

.c-tab__cnt {
  padding: 30px 0;
  background-color: #fff;
}

.c-tab__cnt .new_container {
  max-width: 910px;
  width: 100%
}

.c-tab__cnt .c-pane__title {
  margin: 30px 0;
  line-height: normal
}

@media screen and (max-width: 767px) {
  .c-tab__top {
    border: 0;
  }

  .c-tab__top .nav-tabs li {
    display: block !important;
    margin: 0 !important;
    border-top: 1px solid #d7d7d7;
  }

  .c-tab__top .nav-tabs li:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
}

.table td:first-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding-left: 30px
}

.table td {
  font-size: 12px
}

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

.table tr:first-child td {
  border-top: 0 !important;
}

.table tr:nth-child(2n) {
  background: #f1f9ff
}

.table tr:nth-child(odd) {
  background: #fff
}

.table tr:last-child td {
  border-bottom: 1px solid #bce0fd
}

.c-pdf {
  background-image: url(../img/file-pdf.svg);
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-size: 14px;
  color: #375f9b;
  line-height: 21px;
  text-decoration: underline
}

.tab-pane ul {
  list-style: none
}

.tab-pane ul li {
  margin-bottom: 10px;
  line-height: normal
}

.c-details__desc {
  background-color: #375f9b;
  padding: 30px 0;
  color: #fff;
  padding-left: 10%;
}

.c-details__desc .btn {
  padding: 10px 25px;
  background: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 10px;
  line-height: 1.4;
}

.c-details__desc .btn:hover {
  color: #375f9b;
  background-color: #fff;
  border-color: #375f9b;
}

#safety li {
  margin-bottom: 5px;
}

.c-details__title {
  color: #fff;
  padding-bottom: 30px;
  line-height: normal;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.c-details__text {
  padding-bottom: 45px;
}

.c-details__img {
  display: inline-block;
  vertical-align: middle
}

.c-chooseProduct {
  padding: 30px 40px;
  overflow: hidden
}

.c-chooseProduct h2 {
  color: #375f9b;
  line-height: normal;
  margin-bottom: 40px;
  font-size: 24px;
  margin-top: 0;
}

.ml-25 {
  margin-left: 25px !important;
}

.filter__label {
  font-weight: normal;
  font-size: 15px;
  color: #375f9b;
}

.c-chooseProduct .c-chooseProduct__left {
  float: right
}

.c-chooseProduct .c-chooseProduct__right {
  float: left;
  text-align: center
}

.c-chooseProduct .c-choosen {
  border-color: #f1f1f1;
  width: 360px;
  color: silver;
  padding: 6px 15px
}

.c-chooseProduct .c-img-center-inner {
  display: inline-block;
  vertical-align: middle
}

.c-chooseProduct .c-item__title {
  color: #464646
}

.c-chooseProduct svg {
  margin-left: 5px
}

.c-chooseProduct .c-left__img {
  float: left;
  width: 30%;
}

.c-chooseProduct .c-right__details {
  text-align: right;
  float: right;
  width: 70%;
  padding-left: 20px;
}

.c-chooseProduct .c-right__details .c-item__title {
  margin-top: 0 !important;
  text-align: left;
  display: inline-block;
  line-height: normal !important;
  height: initial !important;
}

.c-chooseProduct .c-right__details .c-item__title span {
  display: inline-block;
}

.c-chooseProduct .c-chooseProduct__bottom {
  float: right;
  margin-top: 30px
}

.c-chooseProduct .price {
  margin-right: 20px
}

.c-price__quantityPop .price {
  margin-right: 20px;
  line-height: 1.2;
}

.c-chooseProduct .c-btns a {
  padding: 10px 22px;
}

.c-chooseProduct .add_to_cart {
  margin-left: 15px
}

.c-chooseProduct .c-continue_shopping {
  text-transform: uppercase;
  background-image: url(../img/icon-flesh.png);
  background-position: 0;
  background-repeat: no-repeat;
  padding: 10px 12px !important;
}

.c-chooseProduct .form-control {
  border: 1px solid #375f9b;
  -moz-border-radius: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.c-chooseProduct .c-inpt__mail {
  display: inline-block;
  vertical-align: middle;
  width: 100%
}

.c-chooseProduct .c-inp__send {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left
}

.c-chooseProduct .c-inp__send .btn {
  margin-left: 0;
  margin-top: 13px;
}

.c-chooseProduct .btn {
  padding: 8px;
}

.c-chooseProduct .c-btns .btn {
  margin-bottom: 15px !important;
  border-radius: 10px;
}

.c-chooseProduct.c-paddBtnClose {
  padding: 30px 60px;
}

.c-chooseProduct.c-paddBtnClose #poppin_redirect {
  width: inherit;
  margin-bottom: 0px !important;
  display: inline-block !important;
  margin-left: 0;
}

.c-chooseProduct form {
  margin-bottom: 20px
}

.modal-chooseProduct {
  overflow: inherit;
}

.alert svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.succes-msg {
  font-weight: 500;
}

#scroll-to-top {
  position: fixed;
  right: -999px;
  bottom: 50px;
  z-index: 5;
  width: 65px;
  height: 50px;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
  cursor: pointer
}

#scroll-to-top .icon {border-color: transparent !important;
  position: relative;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#scroll-to-top.visible {
  right: 0
}

.xs-item__title, .xs_filter_delete_box {
  display: none
}

.bootstrap-select {
  margin-bottom: 15px;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > .dropdown-toggle {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle .caret {
  background-image: url(../img/icon-select.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 15px;
  display: block;
  height: 10px;
  border: 0
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.bootstrap-select .dropdown-menu li {
  position: relative
}


.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none
}


@media screen and (max-width: 767px) {
  .c-chooseProduct {
    padding: 20px 0
  }

  .c-details__text {
    min-height: inherit;
  }

  .c-top-details .c-btns {
    text-align: center;
  }

  .c-top-details .c-btns {
    margin-top: 0;
  }

  .c-chooseProduct h2 {
    color: #464646;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    font-size: 15px
  }

  .c-chooseProduct label {
    display: none
  }

  #cboxClose {
    top: 22px;
    right: 25px;
  }

  .c-chooseProduct__right.c-xs__hide {
    display: none
  }

  .facet-filters-block {
    display: none;
  }

  .xs_filter_delete_box {
    display: block
  }

  .xs-btn-filter {
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 15px;
    border: 1px solid #d7d7d7;
    padding: 10px;
    color: #878787;
    text-transform: uppercase;
  }

  .xs-btn-filter span, .xs-btn-sort span {
    cursor: pointer
  }

  .xs-btn-filter > * {
    display: inline-block;
    vertical-align: middle
  }

  .xs-btn-filter svg {
    margin-right: 10px
  }

  .btn {
    padding: 12px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }

  .xs-btns .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    max-width: 130px;
    width: 100%
  }

  .xs-filter-btm {
    display: none
  }

  .xs-filter-btm .input-group {
    border: 2px solid #f1f1f1 !important;
    border-radius: 10px !important;
    margin: 15px 0;
    overflow: hidden;
  }

  .xs-filter-btm .input-group .btn {
    height: auto !important;
    margin: 0 6px 0 12px !important;
    padding: 0 !important;
  }

  .xs-filter-btm .input-group .btn .glyphicon-search {
    font-size: 12px;
  }

  .xs-filter-btm .form-control, .xs-filter-btm .form-control:focus {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    border: none;
    text-transform: none !important;
    height: auto !important;
    padding: 6px 12px 6px 0 !important;
  }

  .xs-filter-btm .form-control::placeholder {
    font-weight: normal !important;
    color: #c0c0c0 !important;
  }

  .xs-filter-btm .xs-frm-search {
    position: relative
  }

  .xs-filter-btm .xs-frm-search .form-control {
    background-image: url(../img/icon-search.svg);
    background-position: 97%;
    background-repeat: no-repeat
  }

  .xs-filter-btm .dropdown-toggle {
    border: 2px solid #f1f1f1 !important;
    text-transform: none !important;
    color: #c0c0c0 !important;
  }

  .xs-filter-btm .bootstrap-select.open .dropdown-toggle {
    border: 2px solid #bce0fd !important;
    background: #fff !important;
    color: #464646 !important;
  }

  .xs-filter-btm .dropdown-menu.open {
    padding: 0;
    border: 2px solid #bce0fd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .xs-filter-btm .dropdown-menu.open .active {
    background-color: #f1f9ff;
    color: #333;
  }

  .xs-btn-close {
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin-right: 0
  }

  .btnMenu.open {
    color: #375f9b
  }

  .btnMenu.open .cls-filters-1 {
    fill: #375f9b !important
  }

  .btnMenu.open .xs-btn-close {
    visibility: visible
  }

  .openMenu .xs-filter-btm {
    display: block
  }

  .c-chooseProduct .c-chooseProduct__bottom .c-left__img {
    width: 100%
  }

  /* .c-chooseProduct .c-img-center-inner {
        width: 24%
    } */
  #cboxClose {
    top: 38px !important;
    right: 15px !important;
  }

  .c-chooseProduct .c-btns a.c-continue_shopping {
    padding: 10px 0px 10px 10px;
    display: block;
  }

  .c-chooseProduct .xs-item__title {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    padding-left: 25px
  }

  .c-chooseProduct .c-right__details {
    width: 100%
  }

  .c-chooseProduct .c-right__details .c-item__title {
    display: none
  }

  .c-chooseProduct .c-right__details .c-btns a {
    max-width: 100%;
    margin-bottom: 10px !important;
    font-weight: 700;
    margin-left: 0 !important;
    width: 100%;
    white-space: inherit;
  }

  .c-chooseProduct .c-right__details .c-btns .add_to_quote {
    float: left
  }

  .c-chooseProduct .c-item__title {
    font-size: 20px
  }
}

/* TODO : to remove */
.page-catalog-gas-products-new aside.box, .page-catalog-equipment-products-new aside.box {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-catalog-gas-products-new #footer {
  position: relative;
}

.page-catalog-equipment-products-new ol.al-breadcrumb.breadcrumb, .page-catalog-gas-products-new ol.al-breadcrumb.breadcrumb {
  width: 100%;
  padding-left: 15px !important;
}

h3:after {
  display: none !important;
}

.catalog-pagination {
  text-align: center;
}

.catalog-pagination .pagination > li > a {
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.catalog-pagination .pagination > li > a:hover {
  background-color: transparent;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:visited {
  background-color: #375f9b;
  border: 0;
  color: #fff;
  text-decoration: none;
}

#pager__item--previous #pager__item--next {
  background-color: transparent !important;
  border-color: transparent !important;
}

.sky .inside_box {
  background-color: #f1f9ff;
  padding: 15px 15px 0px 15px;
  margin-top: 18px;
  vertical-align: top;
  display: inline-block;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
}

.sea .inside_box {
  background-color: #375f9b;
  padding: 15px 15px 0px 15px;
  margin-top: 18px;
  vertical-align: top;
  display: inline-block;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  height: 100%;
}

.inside_box img {
  max-width: 14%;
  height: 20%;
}

.sea.c-how-to-shoose, .sky.c-how-to-shoose {
  max-width: 100% !important;
  margin-right: 0px !important;
  background-color: transparent !important;
}

.c-action-choose {
  border-radius: 10px !important;
}

.c-help__desc p.d-inline {
  display: flex;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 7.2em;
}

/** Add svg image */
.c-views-picture.catalog_no_image img {
  height: 94%;
}

/** FIX button login **/

.al-login .btn {
  text-transform: none !important;
}

.see_all_catalog {
  text-align: left;
}

.clear_all_catalog > a{
  color: rgb(51, 122, 183);
  text-decoration: underline;
}

.page-catalog-gas-products-new h2 {
  padding-left: 0px !important;
  padding-right: 0px !important;

}

.page-catalog-equipment-products-new h2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


#variation_img {
  height: 210px !important;
  width: auto;
}


.facet-filters-block section {
  margin: 0;
}

div.facet-filters-block span.glyphicon-collapse-down {
  display: none;
}

.facet-filters-block {
  margin-top: 15px;
}

.block-title {
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-top: -7px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

.price {
  display: inline-block;
}

@media (max-width: 600px) {
  .c-cnt-listingProduct .col-lg-4 {
    height: inherit;
  }

  .c-cnt-listingProduct .c-how-to-shoose {
    height: inherit;
  }

  .c-cnt-listingProduct .c-how-to-shoose .c-help__btn {
    position: relative;
  }
}

.modal-backdrop.fade {
  z-index: -10 !important;
}

#global-search-button {
  border: 1px solid transparent !important;
}

#global-search-button.btn-default:hover {
  background-color: transparent !important;
}

/* Footer */
#footer li a {
  display: inline-block !important;
}

#footer li {
  display: inline !important;
}

#block-alsolr-switch-category, #block-alsolr-smart-tags {
  display: none;
}

#block-alcore-alcontact .label-title-block {
  padding-left: 0;
}

#block-alsolr-smart-cloud .border-class {
  border-top: 0;
  padding-top: 20px !important;
  margin-top: 0 !important;
}

.field_gas_model_choice .facetapi-zero-results + strong, {
  padding-left: 0px !important;
}

.field_gas_model_molecule .facetapi-zero-results + strong {
  padding-left: 0px !important;
}

.facetapi-zero-results.facetapi-active + strong {
  padding-left: 31px !important;
}


.c-not__product {
  margin: 45px auto;
  text-align: left;
  font-size: 20px;
}

.c-help .c-sky {
  text-align: right;
}

.c-help .c-sea {
  text-align: left;
}

@media (max-width: 600px) {
  .c-help .c-sky, .c-help .c-sea {
    text-align: center;
  }

}


.c-chooseProduct select.form-control {
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
  text-transform: none;
  background-color: #f1f9ff !important;
  border: 2px solid #bce0fd !important;
  color: #454545;
  border-radius: 10px !important;
  line-height: normal;
  height: 39px;
  box-shadow: initial;
  cursor: pointer;
}

.c-chooseProduct select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1ex;
  background-origin: content-box;
  background-image: url("../img/icon-select.svg");
}

.c-chooseProduct select.form-control:hover, select.form-control:focus, select.form-control:active {
  border-color: #bce0fd !important;
  color: #454545;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  border-width: 2px;
  background-color: #f1f9ff !important;
}

.c-chooseProduct select.form-control.selected {
  background-color: #f1f9ff !important;
  border: 2px solid #bce0fd !important;
  color: #454545;
}

.c-chooseProduct select.form-control:disabled {
  cursor: not-allowed;
  border-color: silver !important;
  background-color: #f1f1f1 !important;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: silver !important;
}


.small-head {
  overflow: hidden;
}

.c-title__top .mt20 > a {
  color: #fff;
  display: block;
}


.big-head {
  height: auto;
}

.hidden-head {
  display: none;
}

body.not-logged-in .al-header-container:first-child .btn-login-header {
  padding: 15px 15px 0px 15px !important;
  border: 0 !important;
  height: 100%;
}

a.btn.btn-al-primary.btn-login-header, a.btn.btn-al-primary.btn-shoppingcart-header {
  padding: 15px 15px 0px 15px !important;
  border: 0 !important;
  height: 100%;
}

/* Add for header */

@media (min-width: 768px) {
  .almegamenu .dropup, .almegamenu .dropdown {
    position: static !important;
  }
}

.show-link {
  color: white;
  font-size: 20px;
}

.show-link:hover,
.show-link:visited {
  color: white;
  text-decoration: none;
}

.hide_product {
  display: none !important;
}

.lb-detail .c-sky {
  display:block !important;
}

.lb-detail .c-sea {
  display:block !important;
}