html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    /* height: 2670px; */
}
 
body.no-scroll {
    overflow: hidden;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main.main {
    flex: 1 1 auto;
}

.wrapper .header {
    width: 100%;
    height: 60px;
    margin: 20px auto;
    padding: 7px 0px 0px 0px;
    border-bottom: 0.5px solid #cecece;
}

.wrapper .header .logotext {
    margin-top: 4px;
    margin-left: 20px;
}

.wrapper .header .logotext .lt1 {
    color: black;
    font-family: 'Voga', sans-serif;
    font-size: 32px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.wrapper .header .logotext .lt2 {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.burger {
    display: none;
    position: absolute;
    z-index: 50;
    align-items: center;
    width: 25px;
    height: 18px;
    margin-top: -33px;
    /* margin-left: 45px; */
    right: 20px;

}

.burger span {
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: black;
    /* text-align: right; */
    position: absolute;
    right: 0;
}

.burger::before,
.burger::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: black;
    transition: all 0.3s ease 0s;
}

.burger::before {
    top: 0px;
}

.burger::after {
    bottom: 0;
}

.burger.active span {
    transform: scale(0);
}

.burger.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

@media (max-width: 1920px) {
    .burger {
        display: flex;
    }

    .nav {
        display: none;
        flex-direction: column;
        position: fixed;
        height: auto;
        bottom: 0;
        left: 0;
        top: 0;
        z-index: 50;
        overflow-y: auto;
        width: 100%;
        background-color: white;
        animation: burgerAnimation 0.4s;
    }
}

@media (max-width: 330px) {
    .nav ul {
        width: 100%;
        position: fixed;
        left: 10px;
    }
}

.nav ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin: 80px auto auto;
    width: 100%;
    margin-left: 20px;
    z-index: 1000;
}

.open {
    display: flex;
}

@keyframes burgerAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav ul li a {
    text-decoration: none;
    color: black;
}

/* .cart img {
    height: 30px;
    width: 30px;
    margin-left: 271px;
    margin-top: -81px;
} */

.cart img {
    height: 25px;
    width: 25px;
    margin-left: 320px;
    margin-top: -81px;
}

.logo_wrap {
    margin-top: -50px;
    width: 100%;
    max-width: 523px;
    height: 605px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.logo_wrap img {
    width: 100%;
    vertical-align: middle;
    margin-top: -360px;

}

.logo_wrap .one {
    bottom: calc(50% + 135px);
    position: absolute;
    left: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: white;
    text-align: center;
}

.logo_wrap .two {
    bottom: calc(50% + -5px);
    position: absolute;
    left: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
        font-weight: 300;
    font-style: normal;
    font-size: 32px;
    color: white;
    text-align: center;
}

.logo_wrap .button {
    bottom: calc(50% + -80px);
    position: absolute;
    left: 0;
    width: 210px;
    height: 51px;
    background-color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_wrap .button .three {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding: 2px 0;
    text-align: center;
}

.logo_wrap .one,
.logo_wrap .two,
.logo_wrap .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.logo_wrap .one,
.two,
.button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media (max-width: 480px) {
    #develop {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        height: auto;
        max-height: 100%;
        width: auto;

    }
    #develop2 {
    position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        height: auto;
        max-height: 100%;
        width: auto;
    }
}

.new-collection-container {
    position: relative;
    margin-top: -30px;
}

.new_collection {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    right: 20px;
}

.new_collection .left-block1 {
    text-decoration: none;
    color: #2d2d2d;
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
}

.new_collection .right-block1 a {
    text-decoration: none;
    color: #2d2d2d;
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-decoration: underline;
}

.carusel {
    display: flex;
    overflow-x: auto;
    margin-top: 30px;
}

.carusel::-webkit-scrollbar {
    width: 0;
}

.carusel .item {
    min-width: 195px;
    height: 300px;
    line-height: 110px;
    text-align: center;
    background-color: #f4f4f4;
    margin-right: 0px;
    margin-left: 10px;
}

#item1 {
    width: 320px;
    height: 320px;
    margin-left: -100px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item2 {
    width: 320px;
    height: 320px;
    margin-left: -104px;
    /* margin-top: 18px; */
    object-fit: contain;

}

#item3 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item4 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    margin-top: -19px;
    object-fit: contain;

}

#item5 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    margin-top: 0px;
    object-fit: contain;


}

#item6 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    object-fit: contain;

}



#item001 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item002 {
    width: 320px;
    height: 320px;
    margin-left: -100px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item003 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item004 {
    width: 320px;
    height: 320px;
    margin-left: -115px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item005 {
    width: 320px;
    height: 320px;
    margin-left: -92px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item006 {
    width: 320px;
    height: 320px;
    margin-left: -110px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item007 {
    width: 320px;
    height: 320px;
    margin-left: -100px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item008 {
    width: 320px;
    height: 320px;
    margin-left: -120px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item009 {
    width: 320px;
    height: 320px;
    margin-left: -100px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item010 {
    width: 320px;
    height: 320px;
    margin-left: -100px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item011 {
    width: 320px;
    height: 320px;
    margin-left: -110px;
    /* margin-top: 8px; */
    object-fit: contain;

}

#item012 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    /* margin-top: 8px; */
    object-fit: contain;

}

.sale {
    position: absolute;
    color: red;
    font-size: 14px;
    width: 75px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: 6px;
    margin-left: -11px;
}









.carusel .item {
    margin-top: 17px;
    width: 210px;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;

}

.carusel .item img {
    min-width: 400px;
    vertical-align: middle;
    display: flex;
    object-fit: cover;
}

.carusel .item1 {
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #2d2d2d;
    margin-left: 10px;
    margin-top: 15px;
}

.price1 {
    display: block;
    margin-top: 5px;
}

.spring_collection .spring_title {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 20px;
}

.spring_collection .spring_logo {
    height: 332px;
    width: 320px;
}

.spring_collection .spring_logo {
    margin-top: 17px;
    width: 100%;
    max-width: 523px;
    height: 600px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;

}

.spring_collection .spring_logo img {
    vertical-align: middle;
    margin-top: -400px;

}

@media (max-width: 480px) {
    #spring_logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        height: auto;
        max-height: 100%;
        width: auto;

    }
}

.spring_collection .spring_description {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -65px;
}

.new-collection-container2 {
    position: relative;
    margin-top: 30px;
}

.new_collection2 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 30px;
    right: 20px;
    margin-top: 45px;
}

.new_collection2 .left-block2 {
    text-decoration: none;
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

.new_collection2 .right-block2 a {
    text-decoration: none;
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.carusel2 {
    display: flex;
    overflow-x: auto;
    margin-top: 105px;
}

.carusel2::-webkit-scrollbar {
    width: 0;
}

.carusel2 .item2 {
    min-width: 222px;
    height: 336px;
    line-height: 110px;
    text-align: center;
    background-color: #BDBFBE;
    margin-right: 15px;
    margin-left: 10px;
}


.carusel2 .item2 {
    margin-top: 17px;
    width: 222px;
    height: 336px;
    overflow: hidden;
    position: relative;

}

.carusel2 .item2 img {
    min-width: 375px;
    vertical-align: middle;
    margin-top: -15px;
    object-fit: cover;
}

.carusel2 .item3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #2d2d2d;
    margin-left: 10px;
    margin-top: 15px;
}


.inst {
    margin-right: 80px;
}
.price2 {
    display: block;
    margin-top: 5px;
}

.footer {
    margin-top: -60px;
    /* height: 185px; */
    text-align: center;
    color: #f8f8f8;
    border-top: 1px solid grey;
    background-color: #fff;
}

.footer .nav_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-top: 16px;
}

.num {
    display: flex; /* Використовуйте Flexbox для горизонтального розташування */
    align-items: center; /* Вирівнює елементи по вертикалі по центру */
    gap: 10px; /* Відстань між елементами, можна змінити за потреби */
}

.num1 {
    flex: 1; /* Це дозволяє блоку num1 займати більше місця, якщо потрібно */
}

.inst, .tg {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 41px;
    margin-top: 50px;
}

.inst img, .tg img {
    width: 50px;
    height: 50px; /* Зберігає пропорції зображення */
}



.num .num1 {
    color: #000;
    text-decoration: none;
}
.footer .nav_menu li {
    display: inline-block;
    margin-right: 15px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
}

.footer .nav_menu li a {
    text-decoration: none;
    color: black;
}

.footer .logo {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-top: 5px;
}

.footer .logo .logo1 {
    color: black;
    font-family: 'Voga', sans-serif;
    font-size: 32px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.line_footer {
    width: 90%;
    margin: 0 auto;
    border-bottom: 0.8px solid #cecece;
}


.toggle-container,.toggle-container2,.toggle-container3 {
    width: 92%;
    margin: 20px auto;
}

.toggle-header,.toggle-header2,.toggle-header3 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 95%;
    margin: 0 auto;
}

.arrow,.arrow2,.arrow3 {
    transition: transform 0.3s;
}

.toggle-content,.toggle-content2,.toggle-content3 {
    display: flex;
    flex-direction: row;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.toggle-content.active,.toggle-content2.active,.toggle-content3.active {
    max-height: 500px; /* Достатньо велике значення для плавного переходу */
    padding: 10px;
}

.left-block, .left-block2, .left-block3 {
       /* margin-top: 10px; */
       width: 100%;
       font-size: 13px;
       line-height: 24px;
       color: grey;
       text-align: left;
       margin-left: 20px;
       font-weight: 200;
}

.right-block, .right-block2, .right-block3 {
    margin-top: 10px;
    width: 50%;
    color: #7b7b7b;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
}

#det_tov, #det_tov2, #det_tov3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 580;
    font-style: normal;
    font-size: 13px;
    color: #000;
}

.footer .footb {
    margin-top: 20px;
    color: grey;
    font-family: 'Voga', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.line {
    width: 85%;
    height: 1px;
    background-color: #cecece;
    margin: 0 auto;
    margin-top: 90px;
    border-radius: 50px;
}

.line2 {
    width: 85%;
    height: 1px;
    background-color: #cecece;
    margin: 0 auto;
    border-radius: 50px;
}

.footinp {
    display: flex; /* Використовує Flexbox для горизонтального розташування */
    gap: 15px; /* Відстань між блоками, змініть за потреби */
}

.catalog, .inp2 {
    flex: 1; /* Розширює блоки, щоб вони заповнювали доступний простір (необов'язково) */
    /* Можете також визначити конкретні розміри для кожного блоку, якщо потрібно */

text-align: left;
}


.custom-select {
    position: absolute;
    font-family: Arial;
    display: inline-block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    left: 0;
    right: 0;
    margin-top: 25px; /* Зсуваємо трішки вниз */
    margin-left: 15px; /* Зсув у право */
}
.custom-select.show {
    max-height: 340px;
    margin-left: 40px;
}

.custom-select {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 40px; 
}
.custom-select select {
    display: none;
}
.select-selected {
    background-color: #ccc;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}
.select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    margin-bottom: 40px; /* Відступ між елементами */
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}







select option[value="1"] {
    margin-bottom: 20px;
  }

  .spaced-option {
    margin-bottom: 20px;
  }



  .cart {
    position: absolute;
    right: 70px;
}

.cart-badge {
    position: absolute;
    top: -33.5px;
    right: 3px;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}