﻿.categories-title_spice{
    font-size: 0.8rem;
    right: 0.6rem;
    bottom: 0.6rem;
    opacity: 0.9;
   
    
    
}
.shadow__tatli_card{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
   
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: var(--swiper-pagination-bottom, -0.5rem);
}



.cat_spice .swiper-button-next:after{
    color: #FF38AC;
    font-size: 1.3rem;
    font-weight: bold;
}

.cat_spice .swiper-button-prev:after{
    color: #FF38AC;
    font-size: 1.3rem;
    font-weight: bold;
}

.cat_spice .swiper-button-prev{
    width: 3rem;
    height: 3rem;
    background-color: white;
    border-radius: 50%;
    transition: all 500ms ease-in-out 0s;

}

.cat_spice .swiper-button-next{
    width: 3rem;
    height: 3rem;
    background-color: white;
    border-radius: 50%;
    transition: all 500ms ease-in-out 0s;
}
.cat_spice .swiper-button-next:hover{
    background-color: #F49700;
}
.cat_spice .swiper-button-prev:hover{
    background-color:#F49700;
}
.bg-custom-box-color-cat_Spice{
    background-color: #eceff2;
    
}
.text-nowrapS{
    white-space: nowrap;
}