.category-block ul.product_list.grid > li.first-in-line, .category-block ul.product_list.grid > li.first-item-of-mobile-line, .category-block ul.product_list.grid > li.first-item-of-tablet-line {
  clear: none !important; }

.category-block .bx-viewport > ul {
  margin: 0; }

.category-block .bx-viewport ul.product_list.grid > li {
  padding: 0; }

.category-block {
  margin-top: 65px; }
  .category-block .title_block {
    padding-bottom: 26px;
    margin-bottom: 43px;
    border-bottom: 1px solid #d2dae3; }
    .category-block .title_block:after {
      display: none; }
  .category-block .bx-has-controls-direction {
    width: 100%;
    overflow: hidden; }
    .category-block .bx-has-controls-direction a {
      display: block;
      text-align: center;
      z-index: 10;
      background: #262626;
      margin: 0;
      padding: 0;
      height: 50px;
      width: 50px;
      text-transform: uppercase;
      color: white;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: hidden;
      font-size: 0;
      line-height: 0; }
      .category-block .bx-has-controls-direction a:first-letter {
        display: inline-block;
        font-size: 16px;
        line-height: 50px; }
      .category-block .bx-has-controls-direction a.bx-next:hover, .category-block .bx-has-controls-direction a.bx-prev:hover {
        background: #ebc953;
        border-color: #ebc953;
        width: 85px;
        font-size: 16px;
        line-height: 50px; }
      .category-block .bx-has-controls-direction a.disabled.bx-next, .category-block .bx-has-controls-direction a.disable.bx-next:hover, .category-block .bx-has-controls-direction a.disabled.bx-prev, .category-block .bx-has-controls-direction a.disable.bx-prev:hover {
        background: #f7f7f7;
        color: #262626;
        cursor: default;
        width: 50px;
        font-size: 0;
        line-height: 0; }
        .category-block .bx-has-controls-direction a.disabled.bx-next:first-letter, .category-block .bx-has-controls-direction a.disable.bx-next:hover:first-letter, .category-block .bx-has-controls-direction a.disabled.bx-prev:first-letter, .category-block .bx-has-controls-direction a.disable.bx-prev:hover:first-letter {
          display: inline-block;
          font-size: 16px;
          line-height: 50px; }
      .category-block .bx-has-controls-direction a:before, .category-block .bx-has-controls-direction a:after {
        display: none; }
      .category-block .bx-has-controls-direction a.bx-prev {
        left: 0; }
      .category-block .bx-has-controls-direction a.bx-next {
        right: 0; }
    .category-block .bx-has-controls-direction a.disabled {
      display: none; }

body.lang_es .category-block .bx-has-controls-direction a:hover,
body.lang_fr .category-block .bx-has-controls-direction a:hover {
  width: 100px; }
