/* Base Styles */
.product-container {
    display: none;
    width: 900px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}
.product-container2{
    width: 900px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; 

}

/* Product Image */
.product-image {
    float: left;
    width: 40%;
    margin-right: 30px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

/* Product Info Section */
.product-info {
    float: left;
    width: 55%;
}

h2 {
    font-size: 24px;
    color: #5c0c85;
    margin-bottom: 15px;
}

.price {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

/* Size Section */
.size-section {
    display: flex;
    margin-bottom: 20px;
}

.size-section label {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

#size, #custom-size {
    font-size: 16px;
    padding: 8px;
    margin-right: 10px;
}

#custom-size {
    width: 150px;
}

/* Order Section */
.order-section {
    margin-top: 20px;
}









.form-control1{
    margin-left: 1px;
    width: 30%;
    height: 40px;
}

/* Container for quantity input */
.quantity-input {
    display: inline-flex;
    align-items: center;
    
    
    overflow: hidden;
}

/* Styling for the quantity buttons */
.quantity-btn {
    margin: 1px;
    background-color: transparent;
    border: none;
    width: 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #180202;
}

.quantity-btn:hover {
    background-color: #e0e0e0;
}

/* Input field for quantity */
input[type="number"] {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Order button styling */
.order-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}

.order-btn:hover {
    background-color: #218838;
}


#quantity {
    width: 50px;
    padding: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.order-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.order-btn:hover {
    background-color: #218838;
}

/* Thumbnail Image Section */
.product-thumbnails {
    clear: both;
    margin-top: 20px;
    display: flex;
   
}

.thumbnail {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 2px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.1);
    border-color: #5c0c85;
}

/* Clearfix for floated elements */
.product-container::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .product-container {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
        box-shadow: none;
    }

    .product-image, .product-info {
        float: none;
        width: 100%;
    }

    .product-info {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 22px;
    }

    .price {
        font-size: 20px;
    }

    .order-btn {
        padding: 8px 15px;
    }

    .thumbnail {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 20px;
    }

    .price {
        font-size: 18px;
    }

    .product-image img {
        width: 100%;
        height: auto;
    }

    .order-btn {
        padding: 7px 12px;
    }

    .thumbnail {
        width: 60px;
        height: 60px;
    }
}




























































.container{

    margin-bottom: 100px;
}
.orange-bg{
    background-color: #fceae8;
    border-radius: 10px;
}
.carousel-item{
    padding: 20px 40px;
}
.price{
    color: #FF136F;
}
.buy-now-button{
    margin-top: 5px;
    background-image: linear-gradient(to bottom, #FF589B 0%, #FF136F 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 25px;
    cursor: pointer;
}
.cat1, .cat2, .cat3{
    padding: 10px 30px;
    border-radius: 10px;
}
.cat1{
    background-color: orange;
}
.cat2{
    background-color: orchid;
}
.cat3{
    background-color: blue;
}
.categories h1{
    color: white;
}
.categories img{
    width: 100px;
}
.card{
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px lightgray;
}
.card-footer{
    background-color: white;
    border-top: none;
}
#subscribe{
    height: 300px;
}
#subscribe h6{
    color: gray;
}

.showmore{
    text-align: center;
    
}
footer{
    text-align: center;
}
















* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}

.checkout{
    
    max-height: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.notification-bar {
    background-color: #f0f9f0;
    padding: 10px;
    border: 1px solid #d4edda;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.notification-bar p {
    margin: 0;
    color: #28a745;
    font-size: 14px;
}

.continue-shopping {
    color: #007bff;
    text-decoration: none;
}

.checkout-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-section, .order-summary {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 48%;
}

h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.shipping-options label {
    font-size: 14px;
}

.coupon-section a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.payment-options {
    margin: 20px 0;
}

.payment-options label {
    font-size: 14px;
}

.place-order button {
    width: 100%;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.place-order button:hover {
    background-color: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
    .checkout-wrapper {
        flex-direction: column;
    }

    .form-section, .order-summary {
        width: 100%;
    }
}
