@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,500;6..12,700&family=Poppins&display=swap");

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
    box-sizing: border-box;
    outline: none;
}

.color {
    color: #ff007f;
}

body,
html {
    overflow-x: hidden;
}

.Breadcrumb-box {
    margin: 20px 0 0 0;
}

.centerng-item {
    padding-top: 3px;
}

.line-divider {
    width: 90%;
    height: 1.5px;
    background-color: #00adef;
}

.price-and-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-and-title a {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 35vw;
    color: black;
}

.clear-add-to-wishlist {
    display: flex;
    width: 80%;
    justify-content: space-between;
}

.cart-page-container {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.product-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 10px rgba(255, 0, 128, 0.1);
    padding: 15px 10px;
}

.cart-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
}

.cart-product-image img {
    height: 70px;
    width: 70px;
    border-radius: 20px;
    object-fit: contain;
}

.quantity-increase {
    border: 1px solid #ff007f;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100px;
    border-radius: 8px;
    margin: 0 30px 0 0;
}

.quantity-increase .plusButtons,
.minusButtons {
    padding: 9px 10px;
    color: black;
    font-size: 19px;
    font-weight: 900;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    user-select: none;
}

.quantity-increase .plusButtons {
    font-weight: 600;
}

.clear-btn i {
    font-size: 1.5rem;
    color: #00adef;

    cursor: pointer;
    transition: 0.3s;
}

.clear-btn:hover i {
    color: gray;
}

.product-title {
    width: 400px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px;
}

.product-price {
    width: 140px;
    font-size: 14px;
}

.product-non-discount-price {
    text-decoration: line-through;
    text-decoration-color: #ff007f;
    -webkit-text-decoration-color: #ff007f;
    color: #00adef !important;
    font-size: 0.9rem !important;
}

.product-summary {
    margin-top: 20px;
    background-color: white;
    width: 400px;
    padding: 20px;
    font-size: 0.9rem;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 0, 128, 0.1);
    margin-bottom: 6rem;
}

@media (min-width: 1048px) {
    .hide-in-desktop {
        display: none;
    }

    .line-divider {
        display: none;
    }
}

@media (max-width: 1100px) {
    .product-summary {
        width: 600px;
        justify-content: center;
    }

    .cart-product-data {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Breadcrumb-box {
        width: 80%;
    }

    .quantity-increase .plusButtons,
    .minusButtons {
        padding: 5px 6px;
    }

    .quantity-increase {
        margin: 0;
    }

    .line-divider {
        margin-top: 10px;
    }

    .clear-btn {
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
    }

    .clear-add-to-wishlist {
        padding: 10px 0 0 0;
    }

    .clear-btn i,
    .add-to-wishlist i {
        font-size: 1.1rem;
        color: #00adef;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .add-to-wishlist i {
        color: #ff007f !important;
        font-size: 25px;
    }

    .remove-text {
        font-size: 10px;
        margin-top: 2px;
    }

    .clear-btn:hover i {
        color: gray;
    }

    .product-divider {
        height: auto;
        width: 80vw;
        margin: 10px auto;
        flex-direction: column;
        border-radius: 20px;
        padding: 20px 0;
        justify-content: space-between;
    }

    .image-and-title a {
        width: 100%;
        padding: 0;
    }

    .product-title {
        width: auto;
    }

    .price-and-quantity {
        justify-content: space-between;
        width: 80%;
    }

    .cart-page-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cart-product {
        display: block;
        width: 100vw !important;
        padding: 0 5px 0 5px;
    }
}

@media (max-width: 600px) {
    .product-summary {
        width: 97vw;
    }
}

@media (max-width: 550px) {

    .product-divider,
    .Breadcrumb-box {
        width: 95vw;
    }
}

.cart-empty {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    left: 0;
    width: 100vw;
    height: 80%;
}

.empty-cart-img {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 300px;
    width: 300px;
}

.empty-cart-img img {
    height: 200px;
    object-fit: contain;
}

.empty-cart-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #ff007f;
}

.continue-shopping {
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: #ff007f;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    padding: 20px 40px;
}