.ck-cart-list .d-grid {
    grid-template-columns: 10fr 2fr;
}
.ck-cart-box{
    border: 1px solid #eef0f4;
    border-radius: 5px;
    margin-bottom: 20px;
}
.ck-cart-list {
    --image-width: 45px;
    padding: 8px 15px;
}

.ck-cart-box .theme_select{
    float: none;
    border: none !important;
    border-top: 1px solid #e1e2e6!important;
    border-radius: 0 !important;
}

.ck-cart-list p {color: var(--base_color) !important;}

.ck-cart-list .img {
    max-width: var(--image-width);
    height: var(--image-width);
    border-radius: 100%;
    overflow: hidden;
    flex: 0 0 100%;
}

.ck-cart-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ck-cart-list .content {
    flex: 0 0 100%;
    max-width: calc(100% - var(--image-width));
    padding-left: 15px;
}
.custom-tr {
    position: relative;
    top: -10px;
    border: none !important;
}
 .amazy_table3 tbody .custom-tr td {
    border: none !important;
}

.custom-tr .nice-select {
    border-top: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right: none !important;
    border-left: 0 !important;
}