@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css');


.choose__by__category > strong{
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--tp-font);
  margin-bottom: 20px;
  justify-content: center;
}

.choose__by__categories {
  display: flex;
}


.choose__by__category__item .category__item__image img {
  border-radius: 50%;
  border: 2px solid #cbcbcb8a;
  display: flex;
  box-shadow: 0px 1px 4px 0px rgb(98 98 98 / 64%);
}

.choose__by__category__item .category__item__image img:hover {
    opacity: 0.8;
}

.choose__by__category__item > span{
  margin-top: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  font-family: var(--tp-font);
  margin-top: 0px;
}

.choose__by__category__item a{
	    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 0px 4px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}


.choose__by__category__item img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
    z-index: 1;
    border: 3px solid #dc2743;
}

@media(max-width: 992px){
	
	.choose__by__category{
		margin-top: 50px;
	}
	
}