/*
Custom Css
*/

.cgallery {
    display: flex !important;
}

.animslide {
    transition: all 0.25s linear;
}

.cartlist {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    padding-inline: 64px;
    
    &>img {
        width: 256px !important;
    }
}

label.cart__requiredfield:after {
    content: "*";
    color: red !important;
}
