.single_product .product__price_download .item_action .remove_from_cart span {
    background-color: transparent;
    color: #ff6a6d;
}

.cart-action {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 15px;
    align-items: center;
    background-color: #f9f9f9;
    width: fit-content;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cart-action input {
    width: 50px;
    height: 35px;
    border-color: transparent;
    background-color: #f9f9f9;
    color: #3c3c3c !important;
}

.cart-action .btn-cart {
    color: #3c3c3c !important;
    background-color: transparent;
    padding: 4px 8px;
    font-size: 18px;
    cursor: pointer;
}

.text-price-modal {
    font-size: 20px;
    color: #eac230;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}

.text-primary {
    color: #eac230 !important;
}

.product--card3 .product-desc {
    height: 100px;
}

.contact_tile {
    height: 350px;
}

.btn-primary:hover {
    background-color: #ae8c11 !important;
}

.btn-primary:active {
    background-color: #ae8c11 !important;
}

.breadcrumb ul li.active a {
    color: #1e262f !important;
}

.foto-barang-kecil {
    border-radius: 4px;
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.item-preview .prev-slide img {
    /* max-width: 370px; */
    /* min-height: 370px; */
    border-radius: 4px;
}

.item-preview .prev-slide .container-prev-slide {
   background-color: #251306;
    padding: 20%;
    box-sizing: boxder-box;
    height: 400px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.item-preview .prev-slide .container-prev-slide img {
    height: 400px;
    object-fit: cover;
}

.product_foto_thumb {
    width: 100%;
    overflow: hidden;
}
.product_foto_thumb img {
    border-radius: 4px;
}

.product_foto_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 90px);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}
/* 
.product_foto_thumb { grid-area: 1 / 1 / 2 / 4; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 3; }
.div6 { grid-area: 2 / 3 / 3 / 4; } */