.p-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  line-height: 1.5em;
  max-height: 3em;
  word-wrap: break-word;
}

.p-price {
  height: 28px;
}

.btn-product-details {
  background-color: #e9ecef;
  color: #343a40;
}

.header .catalog-header__dropdown-left-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background-color: #ffffff;
  text-align: left;
  padding: 8px 16px;
  border-radius: 8px;
}

.header .catalog-header__dropdown-left-menu li a:hover {
  background-color: #e9ecef;
}

.header .catalog-header__dropdown-left-menu li a:hover .fa-chevron-right {
  display: block;
}

.header .catalog-header__dropdown-left-menu li a .fa-chevron-right {
  display: none;
}

.slider__item {
  position: relative;
  margin-top: 24px;
  width: 200px;
}

.slider__item-like {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color: #ced4da;
}

.slider__item-old-price {
  text-decoration: line-through;
  color: #ced4da;
}

.slider__item-image {
  display: block;
  height: 200px;
  background-image: url("../assets/product.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slider__item button {
  padding: 8px 0;
}

main .about-text p {
  padding-bottom: 1em;
}

main .about-text {
  position: relative;
  height: 163px;
  overflow: hidden;
}

main .about-text-more {
  position: absolute;
  cursor: pointer;
  color: #6EA8FE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -57.29%, #FFFFFF 60.68%);
  height: 96px;
  width: 100%;
  bottom: 0;
}

main .about-text.open {
  height: auto;
  overflow: visible;
}

.collection-head-image .collection-overlay {
  background-size: cover;
  background-position: center;
}

.recomendation-block::before {
  display: none;
}

.recomendation-block {
  border-radius: 8px;
  background-image: url("../assets/catalog-image.png");
  background-size: cover;
  background-position: center;
}

#order-form .input-default,
#order-form .input-area {
  width: 100%;
}

.dh3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.25px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E9ECEF;
}

#cart-summary {
  padding: 0;
}

.header .catalog-header__dropdown-middle-menu {
  display: none;
}

.header .catalog-header__dropdown-middle-menu.active {
  display: block;
}

.header .catalog-header__dropdown-middle-menu-goto {
  max-width: 200px;
}

.header .catalog-header__dropdown-left-menu {
  margin-top: 70px;
}

.header .main-header-mobile__menu-categories-popup {
  z-index: -1;
}

.container-collection .product__order-quantity-buy-now--main,
.container-collection .product__order-go-to-cart,
.container-collection .product__order-quantity-like,
.container-collection .owl-carousel .card-old-price {
  display: none !important;
}

