@charset "UTF-8";

.ak-items-sidebar {}

.ak-items-sidebar .form-check-input:checked, .ak-red-checkbox:checked {
    background-color: red;
    border-color: red;
}

.ak-items-grid {}

.ak-items-name {
    font-size: 0.80rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ak-items-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* div & image */
.ak-items-div {
    overflow: hidden !important;
}
.ak-items-sold-box {
    width: 0px;
    height: 0px;
    border-top: 60px solid #EA352D;
    border-right: 60px solid transparent;
    position: absolute;
    z-index: 999;
}
.ak-items-sold-text {
    width: max-content;
    color: #fff;
    transform: rotate(-45deg) translateY(-35px) translateX(40px);
    position: absolute;
}
.ak-items-thumb {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    /*object-fit: cover;*/
    object-fit: contain;
}
.ak-items-thumb:hover {
    transform: scale(1.35);
}


.ak-order-thumb {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    /*object-fit: cover;*/
    object-fit: contain;
}
.ak-order-thumb:hover {
    transform: scale(1.35);
}

.ak-row-height-170 {
    height: 170px;
}

.ak-row-height-190 {
    height: 190px;
}

.ak-row-height-200 {
    height: 200px;
}

.ak-row-height-210 {
    height: 210px;
}

.ak-row-height-250 {
    height: 250px;
}

.ak-row-height-260 {
    height: 260px;
}

.ak-row-height-280 {
    height: 280px;
}


.ak-row-height-290 {
    height: 290px;
}

.ak-row-height-300 {
    height: 300px;
}

.ak-row-height-310 {
    height: 310px;
}

.ak-card-img-top {
    width: 100%;
    height: 90%;
    object-fit: cover;
}