.layer {
  background: #f5f5f5;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .layer {
    padding: 24px 12px;
  }
}
.layer:first-child {
  margin-top: 0;
}
.layer-toggle {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.layer-toggle::after {
  content: '\e900';
  font-family: 'labelhabitation-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.layer-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -spec-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .layer-content {
    display: none;
    padding: 24px 12px;
  }
}
@media (min-width: 1024px) {
  .layer-content {
    height: auto !important;
    display: block !important;
  }
}
.layer-state {
  padding: 0 6px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddbdb;
}
.layer-state:after {
  clear: both;
  content: " ";
  display: block;
}
.layer-state-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  display: block;
  color: #17a7e0;
}
.layer-state-filters {
  margin: 7px -3px -3px -3px;
}
.layer-state-filters:after {
  clear: both;
  content: " ";
  display: block;
}
.layer-state-filter-box {
  float: left;
  padding: 3px;
}
.layer-state-filter {
  border: 1px solid #bbbfc2;
  color: #000;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 18px 4px 5px;
  position: relative;
}
.layer-state-filter-remove, .layer-state-filter-previous {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 0;
  color: #bfc3c4;
}
.layer-state-filter-remove:hover, .layer-state-filter-remove:focus, .layer-state-filter-previous:hover, .layer-state-filter-previous:focus {
  color: #ea0b1b;
  outline: 0;
}
.layer-state-filter-remove:active, .layer-state-filter-previous:active {
  color: #b90915;
}
.layer-state-filter-remove::before {
  font-size: 12px;
}
.layer-state-filter-color {
  font-size: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.layer-state-filter-color::before {
  content: '';
  border: 2px solid #ddd;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: block;
}
.layer-state-filter.color-blanc_ral9016::before {
  background-color: #FFFFFF;
}
.layer-state-filter.color-vert_ral6012::before {
  background-color: #3c7a3e;
}
.layer-state-filter.color-gris_ral7016_blanc_ral9016::before {
  background: url("../images/swatches/Pastille_BiColor.png") no-repeat -2px -1px;
}
.layer-state-filter.color-chene_dore::before {
  background: url("../images/swatches/Pastille_Chenedore.png") no-repeat -2px -1px;
}
.layer-state-filter.color-vert_ral6005::before {
  background-color: #3c7a3e;
}
.layer-state-filter.color-bleu_ral5003::before {
  background-color: #3856a2;
}
.layer-state-filter.color-bordeaux_ral3005::before {
  background-color: #950c0c;
}
.layer-state-filter.color-gris_ral7016::before {
  background-color: #484848;
}
.layer-state-filter.color-noir_ral9005::before {
  background-color: #000000;
}
.layer-state-clear {
  float: left;
  margin-top: 6px;
  background: none;
  border: 1px solid #bbbfc2;
  color: #000;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 18px 4px 5px;
  position: relative;
}
.layer-state-clear:hover, .layer-state-clear:hover::before, .layer-state-clear:focus, .layer-state-clear:focus::before {
  color: #ea0b1b;
  outline: 0;
}
.layer-state-clear:active, .layer-state-clear:active::before {
  color: #b90915;
}
.layer-state-clear::before {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  right: 5px;
  color: #bfc3c4;
}
.layer-filter {
  padding: 8px;
}
.layer-filters {
  margin: -8px;
}
@media (min-width: 1024px) {
  .layer-filters {
    margin: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layer-filter {
    width: 50%;
  }
  .layer-filter:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .layer-filter:nth-child(3n-2) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .layer-filter {
    float: none;
    clear: none;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #dddbdb;
    padding: 15px 6px 0;
  }
  .layer-filter:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
.layer-filter-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  display: block;
  color: #17a7e0;
  padding-right: 26px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .layer-filter-title {
    padding-right: 0;
    cursor: default;
  }
}
.layer-filter-title::before {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .layer-filter-title::before {
    content: none;
  }
}
.layer-filter-title.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -spec-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layer-filter-options {
  margin-top: 10px;
  overflow: hidden;
  font-size: 0;
  display: none;
}
@media (min-width: 1024px) {
  .layer-filter-options {
    max-height: 350px;
    display: block !important;
    height: auto !important;
  }
}
.layer-filter-options .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.layer-filter-options .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}
.layer-filter-options .mCSB_scrollTools,
.layer-filter-options .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
}
.layer-filter-options .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #cdcaca;
}
.layer-filter-option {
  font-size: 14px;
  line-height: 1.5em;
  background: none;
  color: #000;
  border: 0;
  padding: 0 0 0 1em;
  position: relative;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -spec-appearance: none;
  appearance: none;
}
@media (min-width: 1024px) {
  .layer-filter-option {
    font-size: 12px;
  }
}
.layer-filter-option:hover, .layer-filter-option:focus {
  color: #17a7e0;
  outline: 0;
}
.layer-filter-option:active {
  color: #1874a5;
}
.layer-filter-option::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #dfe7ea;
  border-radius: 100%;
}
.layer-filter-option-count {
  font-weight: bold;
}
.layer-filter-option-color-box {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 3px 2px 2px;
}
.layer-filter-option-color {
  display: block;
  border: 2px solid #ddd;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
}
.layer-filter-option-color.color-blanc_ral9016 {
  background-color: #FFFFFF;
}
.layer-filter-option-color.color-vert_ral6012 {
  background-color: #3c7a3e;
}
.layer-filter-option-color.color-gris_ral7016_blanc_ral9016 {
  background: url("../images/swatches/Pastille_BiColor.png") no-repeat -2px -1px;
}
.layer-filter-option-color.color-chene_dore {
  background: url("../images/swatches/Pastille_Chenedore.png") no-repeat -2px -1px;
}
.layer-filter-option-color.color-vert_ral6005 {
  background-color: #3c7a3e;
}
.layer-filter-option-color.color-bleu_ral5003 {
  background-color: #3856a2;
}
.layer-filter-option-color.color-bordeaux_ral3005 {
  background-color: #950c0c;
}
.layer-filter-option-color.color-gris_ral7016 {
  background-color: #484848;
}
.layer-filter-option-color.color-noir_ral9005 {
  background-color: #000000;
}

.brandlist-became {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.brandlist-title {
  font-weight: bold;
  margin-bottom: 12px;
  float: left;
  font-size: 25px;
}
@media (max-width: 767px) {
  .brandlist-title {
    margin-left: 5px;
    font-size: 30px;
  }
}
.brandlist-content {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 13px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  .brandlist-content {
    margin-bottom: 20px;
    padding-left: 44px;
    padding-top: 12px;
    font-size: 16px;
  }
}
.brandlist-content:after {
  clear: both;
  content: " ";
  display: block;
}
.brandlist-item {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .brandlist-item {
    margin-bottom: 4px;
  }
}

.toolbar {
  padding: 8px;
  display: table;
  width: 100%;
  font-size: 0;
  margin: 20px 0;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .toolbar {
    padding-left: 16px;
    padding-right: 16px;
    table-layout: fixed;
  }
}
.toolbar:first-child {
  margin-top: 0;
}
.toolbar:last-child {
  margin-bottom: 0;
}
.toolbar-element {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .toolbar-element {
    padding: 0 15px;
  }
  .toolbar-element:first-child {
    text-align: right;
    padding-left: 0;
  }
  .toolbar-element:last-child {
    text-align: left;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .toolbar-element {
    padding: 0 8px;
  }
  .toolbar-element:first-child {
    text-align: left;
  }
  .toolbar-element:last-child {
    text-align: right;
  }
}
.toolbar-element-label {
  margin-right: 10px;
  font-weight: 600;
}
.toolbar-element-label::after {
  content: '\00a0:';
}
.toolbar-element-label, .toolbar-element-select-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.toolbar-element-select-box::before {
  z-index: 1;
  color: #fff;
  font-size: 12px;
  right: 6px;
}
.toolbar-element-select-box::after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  background: #000;
}
.toolbar-element-select {
  color: #000;
  padding: 0 36px 0 12px;
  line-height: 24px;
  height: 24px;
}
.toolbar-next {
  font-size: 17px;
  white-space: nowrap;
  text-transform: none;
  background: none;
}
.toolbar-next::after {
  content: '\e901';
  font-family: 'labelhabitation-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: -4px;
}
@media (min-width: 1024px) {
  .toolbar-next-box {
    display: block;
    width: 100%;
    padding: 0;
    clear: left;
    margin-top: 27px;
  }
  .toolbar-next {
    width: 334px;
    font-size: 17px;
    height: 57px;
    line-height: 55px;
  }
}
.toolbar-sorter-box {
  padding-right: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  .toolbar-sorter-box {
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .toolbar-sorter-box {
    display: inline-block;
    vertical-align: middle;
  }
}
.toolbar-sorter-direction {
  position: relative;
  top: 10px;
  width: 100%;
  right: 0;
  padding: 0;
  height: 24px;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.toolbar-sorter-direction:hover {
  color: #fff;
}
.toolbar-sorter-direction:hover::before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.toolbar-sorter-direction::before {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 3.5px;
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .toolbar-sorter-direction {
    position: absolute;
    top: 0;
    width: 24px;
  }
  .toolbar-sorter-direction:hover {
    color: #3bb0ee;
  }
}
@media (max-width: 1023px) {
  .toolbar-sorter, .toolbar-display {
    display: block;
    margin-top: 20px;
    white-space: normal;
  }
  .toolbar-sorter, .toolbar-sorter:first-child, .toolbar-sorter:last-child, .toolbar-display, .toolbar-display:first-child, .toolbar-display:last-child {
    text-align: left;
  }
  .toolbar-sorter .toolbar-element-label, .toolbar-sorter .toolbar-element-select-box, .toolbar-display .toolbar-element-label, .toolbar-display .toolbar-element-select-box {
    display: block;
  }
  .toolbar-sorter .toolbar-element-label, .toolbar-display .toolbar-element-label {
    margin-bottom: 10px;
  }
  .toolbar-sorter .toolbar-element-select, .toolbar-display .toolbar-element-select {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .toolbar-inline-xs, .toolbar-block-xs {
    margin: 0;
    padding: 5px 8px !important;
  }
  .toolbar-inline-xs {
    display: inline-block;
    vertical-align: middle;
  }
  .toolbar-inline-xs:last-child {
    float: right;
  }
  .toolbar-block-xs, .toolbar-block-xs:first-child {
    display: block;
    text-align: center;
  }
  .toolbar-block-xs .toolbar-element-label, .toolbar-block-xs .toolbar-element-select-box, .toolbar-block-xs:first-child .toolbar-element-label, .toolbar-block-xs:first-child .toolbar-element-select-box {
    display: block;
  }
  .toolbar-block-xs .toolbar-element-label, .toolbar-block-xs:first-child .toolbar-element-label {
    margin-bottom: 10px;
  }
  .toolbar-block-xs .toolbar-element-select, .toolbar-block-xs:first-child .toolbar-element-select {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .toolbar-sorter, .toolbar-display {
    float: left;
    width: 50%;
  }
  .toolbar-sorter {
    clear: left;
    padding-right: 8px;
  }
  .toolbar-display {
    padding-left: 8px;
  }
}

.pager {
  display: inline-block;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.pager-page-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .pager-page-box {
    margin-left: 6px;
  }
}
.pager-page-box:first-child {
  margin-left: 0;
}
.pager-page, .pager-page-current {
  display: block;
  border: 1px solid #000;
  width: 30px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .pager-page, .pager-page-current {
    width: 23px;
    height: 27px;
    line-height: 25px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .pager-page, .pager-page-current {
    width: 20px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.pager-page {
  color: #000;
}
.pager-page:hover, .pager-page:focus, .pager-page-current {
  background: #000;
  color: #fff;
}
.pager-page:active {
  background: #000;
}

.grid {
  text-align: center;
  margin-top: 57px;
}
.grid:first-child {
  margin-top: 0;
}
.grid-title {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 42px;
  color: #17a7e0;
}
.grid-products-box {
  margin-top: 34px;
}
.grid-products-title {
  font-size: 23px;
  font-weight: 900;
  color: #17a7e0;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.grid-products {
  margin: -8px;
}
.grid-product-box {
  padding: 8px;
}
.grid-product {
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid #f2f2f2;
  padding-bottom: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .grid-product {
    padding-bottom: 20px;
  }
}
.grid-product:hover {
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17);
}
.grid-product-image-box {
  margin-bottom: 15px;
  position: relative;
  background: #f8f8f8;
  z-index: 1;
}
.grid-product-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .grid-product-image-big {
    overflow: hidden;
    position: relative;
  }
  .grid-product-image-big .grid-product-image {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -spec-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.grid-product-name {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 13px;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .grid-product-name {
    font-size: 14px;
  }
}
.grid-product-video-link {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  color: #5d7319;
  background: #d5f966;
  padding: 0 5px;
  outline: 0;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .grid-product-video-link {
    line-height: 17px;
  }
}
.grid-product-video-link::before {
  margin-right: 3px;
}
.grid-product-discount {
  position: absolute;
  top: 1.09091em;
  left: 3.18182em;
  line-height: 1.90909em;
  font-size: 7px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 8px;
  font-weight: 900;
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
}
.grid-product-discount, .grid-product-discount-value {
  box-shadow: 0 2px 3px rgba(25, 25, 25, 0.38);
  text-align: center;
  background: #ea0b1b;
}
.grid-product-discount-value {
  line-height: 3em;
  height: 3em;
  width: 3em;
  border-radius: 100%;
  position: absolute;
  left: -2.72727em;
  top: -0.54545em;
}
@media (min-width: 768px) {
  .grid-product-discount {
    font-size: 11px;
  }
}
.grid-product-featured {
  width: 85px;
  height: 38px;
  position: absolute;
  bottom: -6px;
  right: 4px;
  background: url(../images/reco-robert.png);
  font-size: 0;
}
.grid-product-price .price-box {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .grid-product-price .price-box {
    font-size: 19px;
  }
}
.grid-product-price .price-label {
  display: none;
}
.grid-product-price .old-price,
.grid-product-price .special-price {
  display: inline-block;
  vertical-align: middle;
}
.grid-product-price .old-price {
  font-size: 0.63158em;
  color: #8e8e8e;
  text-decoration: line-through;
  margin-top: .3em;
}
.grid-product-price .special-price {
  color: #ea0b1b;
}
@media (min-width: 1024px) {
  .grid-product-box.col-md-4 .grid-product-price {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
  }
}
.grid-product-link {
  font-size: 14px;
  padding-right: 25px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .grid-product-link {
    font-size: 16px;
    padding-right: 34px;
  }
}
.grid-product-link::before {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: 8px;
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .grid-product-link::before {
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .grid-product-swatchable:hover {
    margin-left: -56px;
    padding-left: 56px;
  }
}
.grid-product-swatch-prev {
  -webkit-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  -spec-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.grid-product-swatch-current {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn 0.3s backwards;
  -moz-animation: fadeIn 0.3s backwards;
  -spec-animation: fadeIn 0.3s backwards;
  animation: fadeIn 0.3s backwards;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.grid-product-swatches {
  width: 55px;
  padding: 9px 8px 9px 5px;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.grid-product:hover .grid-product-swatches {
  opacity: 1;
  visibility: visible;
}
.grid-product-swatch-box {
  margin-top: 7px;
}
.grid-product-swatch-box:first-child {
  margin-top: 0;
}
.grid-product-swatch {
  display: block;
  border: 1px solid #bebebe;
}
.grid-product-swatch-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.grid-slider-dots {
  margin: 22px 0 18px;
  text-align: center;
  font-size: 0;
}
.grid-slider-dots li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
  background: #a9a9a9;
  border-radius: 100%;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -spec-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.grid-slider-dots li:first-child {
  margin-left: 0;
}
.grid-slider-dots li:nth-child(n+11) {
  display: none;
}
.grid-slider-dots li:hover, .grid-slider-dots li:active, .grid-slider-dots li.slick-active {
  -webkit-transform: scale(1.66667);
  -moz-transform: scale(1.66667);
  -ms-transform: scale(1.66667);
  -o-transform: scale(1.66667);
  -spec-transform: scale(1.66667);
  transform: scale(1.66667);
  background: #17a7e0;
}

/*# sourceMappingURL=catalog.css.map */