﻿body {
    background-color: #edf0ee;
}


.clientConteiner input {
    border-radius: 10px;
    border: 1px solid lightgray;
    width: calc(100% - 30px);
    height: 35px;
}

.clientConteiner p {
    color: red;
}

.clientConteiner {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid gold;
    margin: auto;
}


.selectProductInCart {
    display: flex;
    border-radius: 10px;
    border: 0.5px solid black;
    margin: 10px;
    padding-right: 10px;
    width: 281px;
}

    .selectProductInCart img {
        width: 121px;
        height: 121px;
        margin: 0 20px 0 0px;
        border-radius: 10px;
    }

.placingAnOrder h2 {
    text-align: center;
    justify-content: center;
    margin: 20px auto 50px auto;
}

.clientSelectProduct {
    margin-left: 50px;
}

    .clientSelectProduct h3 {
        justify-content: center;
        text-align: center;
    }

.btnBuySelectProduct {
    border: 0.5px solid grey;
    border-radius: 10px;
    background-color: lightgreen;
}

.popUpInCart {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.conteinerCartPopUp {
    margin: 300px auto;
    z-index: 1000;
    background-color: lightgray;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    width: 600px;
    height: 100px;
    transition: margin-right 0.3s ease-in-out;
}

.divId {
    display: none;
}

.containerAboutUs {
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: #f8f9fa; /* Light gray */
    border-radius: 10px; /* Smooth corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Drop shadow */
    width: 300px;
}

.mainContainerAboutUs {
    padding: 20px;
}

.closeAboutUs {
    text-align: right;
}

    .closeAboutUs button {
        background-color: transparent;
        border: none;
        font-size: 16px;
        cursor: pointer;
        color: #6c757d; /* Gray */
    }

        .closeAboutUs button:hover {
            color: #343a40; /* Darker gray */
        }

/* Style for labels */
.containerAboutUs label {
    font-weight: bold;
    color: #212529; /* Black */
}

/* Style for content */
.containerAboutUs div {
    margin-bottom: 15px;
    color: #495057; /* Dark gray */
}
.backToHome {
    margin-top: 20px;
    bottom: 75px;
    text-decoration: none;
    color: black;
    border: 0.5px solid grey;
    border-radius: 10px;
    padding: 3px 6px;
}

.modulConteinerInLayout {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modulBody {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background-color: lightgray;
    padding: 10px;
    border: 1px solid black;
    border-radius: 20px 0 0 20px;
    width: 400px;
    height: 100%;
    transition: margin-right 0.3s ease-in-out;
}

.popupHeader {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-radius: 10px;
    margin: 10px auto;
}

.closePopUp {
    text-align: center;
    margin: 0 20px 3px 0;
    border: none;
    border-radius: 5px;
}

    .closePopUp img {
        width: 20px;
        height: 20px;
    }

.buttonCloseElement {
    border: none;
    background-color: white;
}

    .buttonCloseElement img {
        width: 45px;
        height: 25px;
    }

.popUpHeaderConteiner {
    display: flex;
}

    .popUpHeaderConteiner button {
        margin-left: auto;
    }

.divQuantity {
    display: flex;
    padding: 0 0 10px 20px;
}

    .divQuantity input {
        width: 50px;
        border: none;
        text-align: center;
    }

    .divQuantity button {
        border-radius: 10px;
        border: 0.5px solid blue;
        width: 30px;
        height: 30px;
        background-color: white;
    }

    .divQuantity h3 {
        margin-left: auto;
    }

.headers {
    display: flex;
}

.youreOdersHeaders {
    /*margin: 0 0 0 100px;*/
    text-align: center;
}

.infForClient {
    text-align: center;
}

.dataFillingInCart {
    /*   width: calc(100% - 177px);
                    margin-left: calc(100% - 491px);*/
    /*margin-left: 100px;*/
    /*width: 300px;*/
    /* margin-left: 179px;
                    width: 287px;*/
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.afterThePurchasePopUp {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.afterThePurchaseConteiner {
    background-color: white;
    margin: 200px auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 300px;
    line-height: normal;
}

    .afterThePurchaseConteiner p {
        text-align: end;
        cursor: pointer;
    }

.headerConteiner {
    width: 100%;
}

.orderContainer {
    display: grid;
    /*grid-template-columns: repeat(3,440px);*/
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
}

.section1 h3 {
    text-align: center;
}
#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadingScreenContent {
    text-align: center;
}

    .loadingScreenContent img {
        width: 100px; /* Adjust size as needed */
        height: 100px; /* Adjust size as needed */
    }