html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    height: 1200px;
}

body.no-scroll {
    overflow: hidden;
}

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

main.main {
    flex: 1 1 auto;
    margin-top: 60px;
}


.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;

}

.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;
    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: 25px;
    width: 25px;
    margin-left: 320px;
    margin-top: -81px;
}

.about_title .golovna a {
    text-decoration: none;
    color: #cecece;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.catalog .golovna a {
    text-decoration: none;
    color: #cecece;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.about_title .about {
    color: #cecece;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.about_title .about2 {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.about_title {
    margin-top: 15px;
    width: 300px;
    margin: 0px auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.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;
}


.sending .sending_title {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 26px;
}

.sending .sending_description {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.sending .delivery_title {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 26px;
}

.sending .delivery_description {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.sending .return_title {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 26px;
}

.sending .return_description {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}


.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

.title_tovaru {
    width: 340px;
    margin: 20px auto;
    font-family: 'Futura Std', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.5rem;
}

.art {
    color: #000;
    font-family: 'Futura Std', sans-serif;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1rem;
    text-transform: uppercase;
}

.price {
    width: 340px;
    margin: 20px auto;
    margin-top: -20px;
    font-family: 'Futura Std', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
}

.desc_tovaru {
    width: 300px;
    margin: 20px auto;
    margin-top: 0px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
}



.dropdown-container5 {
    /* width: 300px; */
    margin: 20px auto;
    position: relative;
}

.dropdown5 {
    width: 100%;
    height: 23px;
    padding: 5px;
    box-sizing: border-box;
    background-color: white;
    /* border: 1px solid #cecece; */
    border-radius: 0;
    text-align: end;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    /* border-bottom: 1px solid #cecece; */
    color: #000;
    font-family: 'Futura Std', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    margin-top: -24px;
    margin-left: 0px;
}


.options5 {
    width: 125%;
    margin: 0 auto;
    background-color: white;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: -75px;
    margin-top: 3px;
}



.options5.open {
    border: 1px solid #cecece;
    border-top: none;
}

.options5 div {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cecece;
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px;
}

.options5 div:last-child {
    border-bottom: none;
}

.options5 div:hover {
    background-color: #cecece;
}

.options5 .default-option {
    pointer-events: none;
    color: grey;
    display: none;
}

.options5.show-default .default-option {
    display: flex;
}


.options5.show-border {
    border: 1px solid #cecece;
}



.dropdown-container {
    width: 400px;
    margin: 20px auto;
    position: relative;
}

.dropdown {
    width: 100%;
    height: 23px;
    padding: 5px;
    box-sizing: border-box;
    background-color: white;
    /* border: 1px solid #cecece; */
    border-radius: 0;
    text-align: end;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    /* border-bottom: 1px solid #cecece; */
    color: #000;
    font-family: 'Futura Std', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    margin-top: -24px;
    margin-left: 0px;
}

.options {
    width: 125%;
    margin: 0 auto;
    background-color: white;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    margin-left: -62px;
    margin-top: 10px;
}

.options.open {
    height: auto;
    /* Adjust height automatically to fit content */
    border: 1px solid #cecece;
}

.options div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cecece;
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px;
    margin-top: 0;
}

.options div:hover {
    border: 1px solid black;
}

.options .default-option {
    pointer-events: none;
    color: grey;
    display: none;
}

.options.show-default .default-option {
    display: flex;
}


.size {
    width: 300px;
    margin: 0px auto;
    margin-top: -5px;
    text-decoration: underline;
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.buttoncart {
    background-color: #2d2d2d;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 300px;
    margin: 10px auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}










.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;
}



.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;
}

#item2 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    margin-top: 8px;

}

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

}

.carusel2 .item2 img {
    /* min-height: 500px; */
    min-width: 370px;
    vertical-align: middle;
    margin-top: -15px;
    object-fit: cover;
}

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

#item3 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    margin-top: 8px;

}

.catalog {
    width: 300px;
    margin: 0 auto;
}

.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;
}

#item4 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    margin-top: -80px;

}

#item5 {
    width: 320px;
    height: 320px;
    margin-left: -85px;
    margin-top: -110px;

}

#item6 {
    width: 320px;
    height: 320px;
    margin-left: -115px;
    margin-top: -120px;

}


.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);
}



.color1 {
    width: 330px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-left: 15px;
}

.color1 .one {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px 0;

}

.color1 .one1 {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px 0;

}

.color1 .oneone {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100%;


}


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

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

.color .one {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px 0;

}

.color .one1 {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px 0;

}

.color .oneone {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100%;


}

.color {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;

}

.colortext {
    color: #000;
    width: 300px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}




.right {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-right: -15px;
}


.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


.info-block {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-left: -9px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 20px;

}





.right.open {
    transform: rotate(45deg);
    /* Повертаємо кнопку на 45 градусів */
}

.details {
    overflow: hidden;
    /* Щоб приховати деталі, які виходять за межі контейнера */
    transition: max-height 0.3s ease;
    /* Додаємо анімацію для відкриття/закриття */
    max-height: 0;
}


.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;
}


.custom-select {
    position: absolute;
    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;
}











.right4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-right: -15px;
}


.container4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


.info-block4 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-left: -9px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 20px;

}





.right4.open4 {
    transform: rotate(45deg);
    /* Повертаємо кнопку на 45 градусів */
}

.details4 {
    overflow: hidden;
    /* Щоб приховати деталі, які виходять за межі контейнера */
    transition: max-height 0.3s ease;
    /* Додаємо анімацію для відкриття/закриття */
    max-height: 0;
}










.footer {
    margin-top: 22px;
    /* 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;
}

.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;
}

.footer .footb {

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






.buttoncart {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #2d2d2d;
    color: white;
    border: none;
    cursor: pointer;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background-color: #fff;
    color: #000;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #0000;
    width: 96%;
    max-width: 600px;
    text-align: center;
    position: relative;
    animation: slideIn 0.3s ease;
    font-family: 'Futura Std', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    margin-top: 85px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* ssadasdadsasdads */
.close1 {
    color: #000;
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 50px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 050;
    font-style: normal;
}











.modal.active {
    display: block;
}

/* Main styles */
body.modal-open {
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0%);
    }
}




.modal1 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    animation: fadeIn 0.3s ease;
}

.modal-content2 {
    background-color: #fefefe;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #888;
    width: 85%;
    max-width: 600px;
    height: 520px;
    position: relative;
    display: flex;
    flex-direction: column;
    top: 80px;
    border-radius: 10px;




    padding: 20px;
    border: 1px solid #0000;


    animation: slideIn 0.3s ease;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;

}

.modal-header {
    margin-bottom: 10px;
    width: 290px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.modal-header h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* .close {
    color: black;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 200;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 200;
} */

.tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.tab button {
    background-color: #cecece;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 30px;
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.tab button.active {
    background-color: #2d2d2d;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
    flex-grow: 1;
    overflow-y: auto;
}

.active-tabcontent {
    display: block;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    border: none;
}


#table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cecece;
    background-color: #f2f2f2;
}

#table caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: #e0e0e0;
    border: 1px solid #cecece;
}

#table th,
#table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #cecece;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#table th {
    background-color: #e0e0e0;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}








/* Стиль для контейнера .color */
.color {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 340px;
    font-family: 'Futura Std', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
}

.title_color,
.osn_color {
    flex: 1;
    /* Поділ 50% */
}

.title_color {
    text-align: left;
    /* Вирівнювання тексту зліва */
}

.osn_color {
    display: flex;
    justify-content: flex-end;
    /* Вирівнювання вправо */
    align-items: center;
    /* Вертикальне вирівнювання по центру */
}

/* Стиль для модального вікна */
.modal_color {
    display: none;
    /* Приховуємо модальне вікно за замовчуванням */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Напівпрозорий фон */
    overflow: hidden;
    /* Відсутність прокрутки */
}

#modal_color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Напівпрозорий фон */
    display: none;
    /* Сховати за замовчуванням */
    overflow: auto;
    /* Дозволити прокрутку всередині модального вікна */
}

.modal_content {
    position: absolute;
    top: 0;
    right: -100%;
    /* Початкова позиція за межами екрана праворуч */
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: right 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    /* Плавна анімація */
    max-height: 100vh;
    /* Максимальна висота 90% від висоти екрану */
    overflow: auto;
    /* Дозволити прокрутку всередині контенту */
}

.modal_content.active {
    right: 0;
    /* Кінцева позиція на екрані */
}

.modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.modal_header h2 {
    margin: 0;
    font-family: 'Futura Std', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.close {
    font-size: 25px;
    cursor: pointer;
    user-select: none;
    font-family: 'Futura Std', sans-serif;
    font-weight: 200;
}



/* Стиль для блоків у модальному вікні */
.modal_body {
    display: flex;
    flex-wrap: wrap;
    /* Розміщення блоків у кілька рядків */
    justify-content: space-around;
}

.block_active {
    width: 150px;
    height: 150px;
    background-color: white;
    margin-bottom: 19px;
    border-radius: 7px;
    border: 1px solid black;
}

.block {
    width: 150px;
    height: 150px;
    background-color: white;
    margin-bottom: 19px;
    border-radius: 7px;
    border: 1px solid #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_active {
    width: 150px;
    height: 150px;
    background-color: white;
    margin-bottom: 19px;
    border-radius: 7px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image {
    width: 130px;
    height: 130px;
    background-color: #000;
    margin: 0 auto;
    border-radius: 10px;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}


.line {
    width: 340px;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px;
}

.buttoncart {
    border: none;
    background-color: #000;
    color: rgb(255, 255, 255);
    height: 45px;
    border-radius: 100px;
    font-family: 'Futura Std', sans-serif;
    width: 340px;
    font-weight: 100;
}












/* Стиль для dropdown-container */
.dropdown-containers {
    display: flex;
    /* justify-content: space-between; */
    cursor: pointer;
    /* padding: 10px; */
    /* border: 1px solid #cecece; */
    /* border-radius: 5px; */
    width: 340px;
    margin-top: 15px;
    margin: 0 auto;
}

.dropdown_s {
    flex: 1;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 340px;
    font-family: 'Futura Std', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
}

.selectedsize {
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Futura Std', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    position: absolute;
    right: 0px;
}

/* Стиль для модального вікна */
.modal_color {
    display: none;
    /* Приховуємо модальне вікно за замовчуванням */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Напівпрозорий фон */
    overflow: hidden;
    /* Відсутність прокрутки */
}

.modal_content {
    position: absolute;
    top: 0;
    right: -100%;
    /* Початкова позиція за межами екрана праворуч */
    width: 100%;
    /* height: 100%; */
    background-color: #fff;
    transition: right 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    /* Плавна анімація */
}

.modal_content.active {
    right: 0;
    /* Кінцева позиція на екрані */
}

.modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.modal_header h2 {
    margin: 0;
}

.close {
    font-size: 30px;
    cursor: pointer;
    user-select: none;
}

.no-scroll {
    overflow: hidden;
}



/* Стиль для блоків вибору розміру у модальному вікні */
.modal_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    margin-top: -20px;
}

.size-option {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #cecece;
    transition: border 0.3s ease;
}

.size-option.selected {
    border: 2px solid black;
}



/* <div class="basketbtn">
<button id="addToCartButton" class="buttoncart" onclick="addToCart()"
    style="background-color: #000;">Додати в корзину</button>

<div id="messageContainer"></div>
</div> */

/* Додайте стиль для кнопки у кошику */
.btn.disabled {
    border: 1px solid black;
    color: #000;
    background-color: #fff;
}


/* Стилі для кнопки, якщо товар вже є в корзині */
.buttoncart[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}








.toggle-container4,
.toggle-container5 {
    width: 340px;
    margin: 0px auto;
    margin-bottom: 25px;
}

.toggle-header4,
.toggle-header5 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.arrow4,
.arrow5 {
    transition: transform 0.3s;
    position: absolute;
    margin-left: 200px;
}

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

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

.left-block4,
.left-block5 {
    margin-top: 10px;
    width: 50%;
    font-size: 13px;
    line-height: 24px;
    color: #000;
}

.left-block55 {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #000;
}

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

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








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

.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;

}

.carusel .item {
    margin-top: 17px;
    width: 195px;
    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;
}

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

}

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

}

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

}


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

}

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

}


.left-block11 {
    /* margin-left: 30px; */
    font-weight: 500;
    margin-bottom: -30px;
}

.new_collection {
    width: 340px;
    margin: 0 auto;
}








.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;
}

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

span.color_text1 {
    position: absolute;
    margin-left: -239px;
    margin-top: 154px;
    font-size: 13px;
}

span.color_text2 {
    position: absolute;
    margin-left: 115px;
    margin-top: 154px;
    font-size: 13px;
}

span.color_text3 {
    position: absolute;
    margin-left: -177px;
    margin-top: 343px;
    font-size: 13px;
}

span.color_text4 {
    position: absolute;
    margin-left: 115px;
    margin-top: 343px;
    font-size: 13px;
}

span.color_text5 {
    position: absolute;
    margin-left: -239px;
    margin-top: 533px;
    font-size: 13px;
}

span.color_text6 {
    position: absolute;
    margin-left: -239px;
    margin-top: 533px;
    font-size: 13px;
}

span.color_text7 {
    position: absolute;
    margin-left: -239px;
    margin-top: 533px;
    font-size: 13px;
}

span.color_text8 {
    position: absolute;
    margin-left: -239px;
    margin-top: 533px;
    font-size: 13px;
}

span.color_text9 {
    position: absolute;
    margin-left: -239px;
    margin-top: 533px;
    font-size: 13px;
}

.color_text1, .color_text2, .color_text3, .color_text4 {
    margin-top: -18px;
    margin-left: 5px;
    text-align: left;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 12px;
}
a {
    text-decoration: none;
}