.cc_block_list_shop_cart {
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 30px 0;
    background-color: var(--white);
}

.cc_list_shop_cart_layout {
    border: 1px solid #dedfe0;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.cc_list_shop_cart_img {
    width: 18%;
    margin-right: 15px;
}

.cc_list_shop_cart_img img {
    width: 130px;
    height: 73px;
    object-fit: cover;
}

.cc_list_shop_cart_title {
    margin-right: 15px;
}

.cc_list_shop_cart_title a {
    color: var(--dark);
}

.cc_list_shop_cart_title p {
    margin-bottom: 0;
    color: var(--gray);
    font-size: var(--fsize-small);
}

.cc_list_shop_cart_money p {
    color: var(--main-color);
    margin-bottom: 0;
}

.cc_list_shop_cart_money s {
    color: var(--gray);
}

.cc_list_shop_cart_money {
    margin: 0 15px;
    flex: 1;
}

.cc_list_shop_cart_img,
.cc_list_shop_cart_remove,
.cc_list_shop_cart_money,
.cc_list_shop_cart_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_list_shop_cart_remove .btn {
    background-color: transparent;
    color: var(--gray);
}

.cc_list_shop_cart_remove .btn:hover {
    background-color: var(--main-color);
    color: var(--white);
}

.cc_list_shop_cart_payment > .btn {
    width: 100%;
    margin: 15px 0;
}

.cc_list_shop_cart_payment form {
    display: flex;
}

.cc_list_shop_cart_payment_child p,
.cc_list_shop_cart_payment_child s {
    margin-bottom: 0;
    color: var(--gray);
}

.cc_list_shop_cart_payment_child p:first-child {
    font-size: 20px;
    color: var(--gray);
}

.cc_list_shop_cart_payment_child p:nth-child(2) {
    font-size: 32px;
    color: var(--dark);
}

.cc_list_shop_cart_payment_child {
    display: block;
}

.cc_list_shop_cart_payment_child > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_list_shop_cart_content {
    width: 65%;
    font-size: var(--fsize-small);
    color: var(--dark);
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_list_shop_cart_content:hover {
    color: var(--dark);
    text-decoration: none;
}

.cc_list_shop_cart_content > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc_list_shop_cart_payment .cc_comp_btn_main_color {
    padding: 13px 0px;
}

.cc_list_shop_cart_payment form input {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 12px;
}

.cc_list_shop_cart_payment form button {
    font-size: 15px;
}
