body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
button{
    cursor: pointer;
}
a{
    color: #fff;
}
/* ///////////Header////////////////// */
header{
    background-color: #000;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navBtn button{
    font-size: 30px;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
}
.input-search{
    width: 50%;
    display: flex;
    flex-direction: row;
    position: relative;    
    justify-content: center;
}
.input-search input{
    width: 90%;
    padding: 11px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    border: none;
}
.input-search button{
    width: 100px;
    position: absolute;
    right: 0;
    padding: 11px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background-color: green;
    cursor: pointer;
}
@media(max-width:768){
    .input-search input{
        width: 100%;
    }
    .btnRemoveText{
        width: 100px;
    }
}
.btnRemoveText{
    border: none;
    width: 100px;
}
.koshykToOrder{
    position: relative;
}
.koshykToOrder button{
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    
}
.koshykToOrder img{
    width: 100%;
}
.num{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    border-radius: 20px;
    background-color: red;
    padding: 2px;
}
/* ////////////Products///////////////// */
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 100px 0 40px;
    position: relative;
}
.product{
    width: 350px;
    border: 0.1px solid #e6e6e6;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px;
    position: relative;
}
.product button{
    color: #fff;
    padding: 10px 5px;
    background-color: green;
    border: none;
    border-radius: 5px;
    right: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    transform: translate(50%, -50%);
}
.product button:hover,
.product button:focus{
    color: #000;
}
.product img{
    width: 100%;
}

@media (max-width:768px){
    .productsIsNot h2{
        font-size: 30px;
        font-weight: 700;
        
    }
    .product{
        width: 45%;
        height: auto;
    }
    .product button{
        padding: 10px;
    }
}
@media(max-width:410px){
    .product{
        width: 80%;
    }
}
/* ////////////////вікно кошика///////////////// */
.backgroundKoshyk{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.navKoshyk{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.navKoshyk button{
    border: none;
    background: none;
    color: #000;
    font-size: 25px;
    cursor: pointer;
}
.koshyk h2{
    margin: 10px;
}
.koshyk{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    min-width: 300px;
    min-height: 300px;
    padding: 0 5px 5px;
    display: flex;
    flex-direction: column;
}
.btnRemoveProducts button{
    background-color: green;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/* /////////////навігаційне поле///////////////////// */

.background-nav{
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}
.navigation{
    width: 35%;
    height: 100%;
    position: fixed;
   
    background-color: #fff;
    padding-left: 0 10px;
    display: flex;
    flex-direction: column;
    margin-left: -70%;
    transition: all 0.3s ease;
}
.navigation.opn{
    margin-left: 0;
    transition: all 0.3;
    overflow-y: auto;
    overflow-x: hidden;
}

.navigation .headNav{
    background-color: #000;
    padding: 20px;
    color: #fff;
    font-family:  'Courier New', Courier, monospace;
    font-size: 30px;
    font-weight: 700;
}
.headNav img{
    width: 60px;
}
.headNav h2{
    margin: 0;
}
.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.closed{
    background: none;
    border: none;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}
.katalog{
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}
.katalog button{
    width: 90%;
    padding: 10px;
    color: #fff;
    background-color: green;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.line{
    width: 100%;
    margin: 5px 0;
    border: 1px solid #808080;
}
.info{
    padding: 0 5px;
}
.list{
    padding: 0 5px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 10px; 
}
.list a{
    color: #000;
    text-decoration: none;
}
.info-about{
    padding: 0 5px; 
    display: flex;
    flex-direction: column;
    gap: 10px;  
}
.info-about a{
    color: #000;
    text-decoration: none;
}
.help{
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.help a{
    color: #000;
    text-decoration: none;
}
@media(max-width:768px){
    .navigation{
        width: 70%;
        
    }
    .navigation h2{
        font-size: 30px;
    }
}
/* ///////////////Поле реєстрації/////////////////// */
.logIN{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 10px;
    width: 40%;
    border: 2px solid #000;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    display: none;
    z-index: 1000;
}
.logIN form{
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;  
}
form input{
    outline: none;
    font-size: 16px;
    width: 60%;
}
form button{
    padding: 10px;
    color: #fff;
    background-color: green;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.closed-reest{
    border: none;
    background: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 5px;
}
@media(max-width:786px){
    .logIN{
        width: 80%;
    }
}
/* ////////////////images//////////////// */
.blockImages {
    position: absolute;
    bottom: 10px;
    right: 10px;

    width: 100px;
    height: 100px;
    align-items: center;
    transition: border 1s ease;
    border-radius: 5px;

}
.blockImages img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.images{
    opacity: 1;
    transition: opacity 1s ease;
}
@media(max-width:768px){
    .blockImages{
        width: 70px;
        height: 70px;
    }
}
/* /////////////Footer///////////// */

footer{
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.contacts{
    display: flex;
    flex-direction: column;
}
.about{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.our-message{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(max-width:768px){
    footer{
        display: flex;
        flex-direction: column;
        padding: 0 10px 20px;
        text-align: center;
        align-items: center;
    }
    footer .about{
        width: 100%;
    }
}