#forswappCarousel{
    max-width: 1200px;
    margin: 0 auto;
}

.forswappCarousel_header {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forswappCarousel_header p{
    padding: 0px;
}

.forswappCarousel_header h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.forswappCarousel_header a {
    text-decoration: none;
    background: #2D314226;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 20px;
}

.carousel-item {
    padding: 10px;
}

.item_card p{
    display: none;
}

.item_card{
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    background: #2D314208;
    color: #3B4158;


}

.item_card > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.item_image {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;
    padding-top: 74.4285714286%;
}

.item_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 1px solid #ececec;
}

.item_body {
    padding: .7rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.body_top {
    flex-grow: 1;
}

.item_name {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 10px;
    line-height: 1.6;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.item_price {
    font-size: 1rem;
    font-weight: 800;
    color: #7b45ac;
    flex-shrink: 0;
}

.price_row {
    display: flex;
    justify-content: space-between;
}

.listing_type {
    display: flex;
    gap: 5px;
}

.slick-next, .slick-prev{
    display: none !important;
    &::before{
        color: #d0d0d0 !important;
        font-size: 2rem !important;

    }
}

.slick-prev {
    left: -35px !important;
}
.listing_type svg {
    width: 19px;
    height: 13px;
}

.listing_type.both span {
    display: none;
}

.forswapp-date{
    font-size: 12px;
}

.carousel_item_currency {
    font-weight: normal;
    margin: 0px 2px;
}

.cashswapp-item{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 20px;
    background: #d4d4d485;
    line-height: 0px;
    font-size: 14px;

}
[dir=rtl] .slick-prev {
    right: -40px;
}
@media screen and (min-width: 768px){
    
    .slick-next, .slick-prev{
        display: block !important;
    }
    
}