.catitem-list__i {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.catitem-list__i .catitem-country,
.catitem-list__i .catitem-name {
  padding-right: 50px;
}

.catitem-list__i .catitem-price {
  text-align: right;
  white-space: nowrap;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:12px;
}

.catitem-list__i .catitem-price .current-price {
  font-size: 24px;
  color: black;
  font-weight: 700;
  line-height: 1;
}

.catitem-list__i .catitem-price .old-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: line-through;
  margin-top: 2px;
  color: #737373;
}

.catitem-list__i .order-item-table {
  width: 100%;
}

.catitem-list__i .order-item-table .to-basket-btn-style {
  width: 100%;
}
.catitem-list__i .order-item-table .product-order-counter {
  height: 100%;
  width: 100%;
}
.catitem-list__i .catitem-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 5
}

.catitem-list__i .catitem-img {
  margin-left: auto;
  margin-right: auto;
}

.catitem-list__i .catitem-favourite {
  position: absolute;
  z-index: 5;
  right: 17px;
  top: 14px;
  width: 24px;
  height: 24px;
}

.favo-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  outline: none;
}

.favo-btn:hover svg {
  stroke: #FF0000;
}

.favo-btn.active svg {
  stroke: #FF0000;
  fill: #FF0000;
}

.favo-btn svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: transparent;
  transition: ease .4s;
  stroke: #6D6D6D;
}

.to-basket-btn-style {
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  background: #4CAAF4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: ease .4s;
  padding: 4px;
  height: 40px;
  letter-spacing: 0.1px;
  width: 70px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  font-family: Montserrat, sans-serif !important;
  text-decoration: none;
}

.to-basket-btn-style span {
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: inherit;
  letter-spacing: 0.1rem;
}

.order-item-table {
  position: relative;
  height: 40px;
}

.catitem-list__i .order-item-table.active-item .to-basket-btn-style {
  display: none !important;
}

.order-item-table .to-basket-btn-style {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.to-basket-btn-style svg {
  display: block;
  fill: white;
  width: 24px;
  height: 24px;
}

.cat-group {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

.cat-group .cat-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
}

.cat-group .cat-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.cat-list .cat-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: black;
  padding: 8px;
  height: 36px;
  transition: ease .4s;
  margin: 6px;
  background: #F7F7F7;
  white-space: nowrap;
}

.cat-sub-choice.choice-top {
  margin-bottom: 36px;
}

.cat-sub-sort.sort-end .cat-sub-sort__brand {
  margin-left: auto;
}

.cat-list .cat-button.active {
  background: #4BAAF3;
  color: #FFF;
}

@media (max-width:992px) {
  .cat-group {
    margin-bottom: 23px;
  }
  .cat-sub-choice.choice-top {
    margin-bottom: 20px;
  }
  .cat-group .cat-title {
    text-transform: none;
    font-size: 18px;
  }
  .cat-list .cat-button {
    text-transform: none;
    height: 40px;
    font-size: 14px;
  }
}

.product-order-counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  background: #fff;
  padding: 6px 12px;
  width: 70px;
  height: 32px;
}

.product-order-counter .counter-btn {
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  cursor: pointer;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: none;
  padding: 0;
  outline: none;
}

.product-order-counter .counter-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 2px;
  background: black;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  border-radius: 5px;
}

.product-order-counter .counter-btn.counter-plus::before,
.product-order-counter .counter-btn.counter-plus-style::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 19px;
  background: black;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

.product-order-counter .counter-btn.btn-disabled {
  pointer-events: none !important;
}

.product-order-counter .counter-btn.btn-disabled::after,
.product-order-counter .counter-btn.btn-disabled::before {
  background: #CDD1D5;
}

.product-order-counter input {
  background: none;
  overflow: hidden;
  padding: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: background ease .4s;
  transition: background ease .4s;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 10px;
  font-family: Montserrat, sans-serif;
}
