.catalog_top__card-container{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	height: max-content;
}


.catalog_top__card-list .owl-stage{
	display: flex;
	width: max-content;
	height: max-content;
	/* align-items: start; */
	align-items: stretch;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item_content__box{
	height: 100%;
}
.product-item-container{
	height: 100%;
}





.catalog_top__btn{
	width: max-content;
	height: max-content;
	margin-top: 44px;
	display: flex;
	margin-left: auto;
  }
  
  .catalog_top__btn button{
	width: 48px;
	height: 48px;
	background: transparent;
	outline: none;
	border: 1px solid #30314F;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 12px;
	opacity: 1;
	transition: all 0.2s;
  }
  
  .catalog_top__btn button:hover{
	opacity: 0.8;
  }
  
  .catalog_top__btn button:last-child{
	margin-right: 0px;
  }
  
  .catalog_top__btn button:disabled{
	opacity: 0.4;
	cursor: default;
  }
  
  .catalog_top__btn button img{
	width: 12px;
	height: 20px;
  }
  

  .owl-nav{
	display: none;
  }
  

@media screen and ( max-width: 1400px ){
	
	.product_card {
		/* width: 19%; */
	}
  
	.product_card__img_box {
		width: 100%;
		/* height: 167px; */
	}
  
	.product_card__discount{
		bottom: 19px;
		border-radius: 0px 20px 20px 0px;
		padding: 4px 16px 4px 14px;
	}
  
	.product_card__discount span{
		font-size: 0.8rem;
	}
  
  
	.product_card__favorite_btn {
		top: 12px;
		right: 18px;
		width: 20px;
		height: 18px;
	}
  
	.product_card h4{
		/* font-size: 12px; */
		/* margin-top: 8px; */
		padding: 0px 14px;
	}
  
  
	.product_card h4 b{
		color: #838383;
		font-weight: 400;
	}
  
  
	.product_card__bottom_box{
		padding: 4px 10px;
	}
  
	.product_card__bottom_box_left{
		width: 80%;
		width: calc( 100% - 28px);
		padding-right: 4px;
		/* margin-right: auto; */
	}
  
  
	.bottom_box__price {
		display: flex;
		margin-top: 4px;
		align-items: end;
	}
  
	.bottom_box__price span{
		font-size: 14px;
	}
	.bottom_box__price s{
		margin-left: 6px;
	}
  
	.bottom_box__reviews_box {
		margin-top: 6px;
	}
  
	.reviews_box__star_box {
		display: flex;
		align-items: center;
		width: max-content;
		height: max-content;
		max-width: 100%;
	}
	.reviews_box__star {
		width: 10px;
		height: 10px;
		margin-right: 1px;
	}
  
	.bottom_box__reviews_box span{
		font-size: 12px;
		line-height: 14px;
		margin-left: 4px;
		width: max-content;
		margin-bottom: -2px;
	}
  
  
	.product_card__bottom_box_right{
		width: max-content;
		height: max-content;
	}
  
	.product_card__shop_btn{
		width: 24px;
		height: 22px;
	}
  
	.product_card__shop_btn img{
		width: 13px;
		height: 15px;
	}
  
  
	.catalog_top__btn{
		width: max-content;
		height: max-content;
		margin-top: 44px;
		display: flex;
		margin-left: auto;
	}
  
	.catalog_top__btn button{
		width: 48px;
		height: 48px;
		background: transparent;
		outline: none;
		border: 1px solid #30314F;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		margin-right: 12px;
		opacity: 1;
		transition: all 0.2s;
	}
  
}


@media screen and ( max-width: 1000px ){
	
	.catalog_top{
		margin-top: 30px;
	}
  
	.catalog_top__container{
		margin-top: 20px;
	}
  
	.product_card {
		/* width: 24%; */
	}
  
	.product_card__img_box {
		width: 100%;
		/* height: 167px; */
	}
  
	
	.catalog_top__btn {
		margin-top: 20px;
	}
  
	.catalog_top__btn button{
		width: 38px;
		height: 38px;
	}
  
	.catalog_top__btn button img{
		width: 10px;
		height: 18px;
	}
  
}

@media screen and ( max-width: 1000px ){
	.product_card__shop_btn{
		width: 35px;
		height: 32px;
	}
  
	.product_card__shop_btn img{
		width: 17px;
		height: 18px;
	}
}
