.iconSearchBox {
    border: none;
    padding: 7.8px 15px;
}

.inputSearch {
    border: none;
    background-color: #e9ecef;
    padding: 6.8px 15px;
}

.inputSearch:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
    background-color: #e9ecef;
}

.authBox {
    display: flex;
    font-size: 13px;
}

.authBoxIcon {
    display: flex;
    justify-content: center;
}


.services {
    background-color: #cfcdc5;
    margin-top: .8rem;
    border-radius: 15px;
    padding: 45px 50px;
}

.titleServices {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .6rem;
}

.textServices {
    font-size: .8rem;
}

.namePartTitle {
    font-weight: bold;
    font-size: 1rem;
    margin-left: 1rem;
}

.namePartText {
    font-size: .7rem;
    margin-left: 1rem;
    margin-top: .3rem;
}

.botonNamePart {
    border: 1.5px solid #f3f4f6;
    padding: .5rem;
    border-radius: 25px;
    font-weight: bold;
    font-size: .8rem;
}

.productsBox {
    background-color: #cfcdc5;
    border-radius: 15px;
}

.prouctStImage img {
    border-radius: 10px;
}

.productBoxSingle {
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.imageProdictBox {
    border-radius: 10px;
}

.infoProductBox {
    font-weight: bold;
}

.linkProductSingle {
    border: 1px solid #634c9f;
    border-radius: 25px;
    color: #634c9f;
    display: block;
    text-align: center;
    padding: 1px 0 6px 0;
}

.minHeader {
    display: none;
}

.footer {
    background-color: #f3f4f6;
}

.titleBox {
    font-weight: bold;
    font-weight: 1rem;
    margin: 1.5rem 0;
}

.textbTitile {
    font-size: .7rem;
}


.ulMenu {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
}

.SliderStore {
    border-radius: 15px;
    overflow: hidden;
}

.mainStoreBox {
    border: 1px solid #e5e7eb;
    margin: 2rem 1rem;
    border-radius: 10px;
}

.storeItem {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.contactMeTitle {
    font-weight: bold;
}
.contactMeh1 {
    font-weight: bold;
}

.myOfficeTitle {
    font-weight: bold;
}

.myOfficeText {
    font-size: .8rem;
}

.cardStuleStore {
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.singleBoxImage {
    border-radius: 10px;
}

.singleProductTitle {
    font-weight: bold;
}

@media (max-width: 1170px) {
    .authBoxIcon {
        color: red;
    }
}

@media (max-width: 970px) {
    .authBoxIcon {
        color: blue;
    }

    .minHeader {
        display: block;
    }

    .fullHeader {
        display: none;
    }
}

@media (max-width: 750px) {
    .authBoxIcon {
        color: aquamarine;
        margin-top: 1rem;
    }
}