.cart-upsell-heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.upsell-mini-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-product-carousel {
    display: flex;
    overflow: hidden;
}

.product-info h3,
.product-info .price,
.product-info .product-rating,
.product-info .add-to-cart {
    margin-bottom: 10px;
}

.product-info .price del {
    color: #777;
}

.product-image img {
    max-width: 120px;
    height: auto;
}

.carousel-control {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.carousel-control.left,
.carousel-control.right {
    font-size: 70px;
    padding: 0;
    margin: 0;
    height: 100%;
    color: #000;
    font-weight: lighter;
}

.item-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px;
    flex: 0 0 300px;
    margin-right: 15px;
}

.item-product .product-title {
    color: #111;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    line-height: 1.4;
}

.item-product .product-info {
    width: 65%;
    text-align: left;
    flex: 2;
}

.item-product .product-image {
    width: 35%;
}

.item-product img {
    width: 100%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.item-product .price {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.item-product .button {
    background-color: #008CBA;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.item-product .button:hover {
    background-color: #005f73;
    cursor: pointer;
}

.item-product .price del .woocommerce-Price-amount.amount {
    color: #1c1b1b;
    font-weight: 600;
    opacity: 0.5;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    margin-left: 5px;
}

.item-product a.button.checkout {
    border-radius: 4px !important;
    color: var(--primary-color) !important;
    background-color: white !important;
    font-size: 13px !important;
    font-family: "Open Sans", sans-serif !important;
    min-width: 120px;
    padding: 10px !important;
    letter-spacing: 0.2em !important;
    font-weight: 600 !important;
    font-style: normal !important;
    -webkit-tap-highlight-color: initial;
    border: 1px solid var(--primary-color) !important;
    text-transform: uppercase;
    text-align: center;
}

.item-product .price ins .woocommerce-Price-amount.amount {
    text-decoration: none;
    color: #F94C43 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
}

.product-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-image {
    flex: 1;
}

.product-bottom-row {
    width: 100%;
}

.variation-select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
