.market-option-img{
    min-width: 140px;
    min-height: 140px;
    max-width: 300px;
    max-height: 300px;
}

li::marker {
    content: '';
}

hr{
    color: #979797;
}

.margin-title{
    margin-bottom: 40px;
}

ul.adjust-ul {
    padding: 0;
    white-space: nowrap;
    display: grid;
    grid-column-gap: 10%;
    text-align: start;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
}

.free-shipping{
    font-size: 15px;
    margin-top: 10px;
}

.card-type{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
}.selected{
     box-shadow: none;
 }

.button-70{
    max-width: 240px;
    margin-right: 5vw;
    width: 100%;
}

.light-text{
    font-family: 'Hacen LinerScreen', serif;
    color: #6B6B6B;
    font-size: 16px;
}

.picked-color {
    color: #333333;
}

.market {
    width: 100%;
    height: 100%;
}


@media (max-width: 767px) {
    .market {
        width: 110%;
        height: 110%;
    }
}

.shopping-count {
    position: absolute;
    left: 45px !important;
    top: -5px;
    height: 24px;
    width: 24px;
    background-color: #FF0000;
    border-radius: 50%;
    z-index: 2 !important;
    color: white;
}
.cart {
    z-index: 1;
}
.floating-cart {
    float: left !important;
    height: 20px !important;
    transform: translateY(-60px);
    transition: all 0.3s ease-in-out;
}
@media (min-width: 991px) {

    ul.adjust-ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .suggest{
        display: grid;
        grid-template-columns: repeat(1, minmax(160px, 220px));
        justify-content: center;
        text-align: center;
    }
    .col-6.d-lg-flex{
        justify-content: center;
        text-align: center;
    }
    
    .suggest>div>h6{
        justify-content: center;
    }

    .free-shipping{
        font-size: 15px;
        margin-top: 5px;
    }

    .button-70{
        max-width: 240px;
        width: 100%;
        height: 40px;
        text-align: center;
    }
}
