﻿.cartdetail {
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.item-bookmark.active.style-1 i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.col-12.col-sm-6.col-md-4.col-lg-3 {
    transition: height 0.3s ease;
}
