body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    background: #c1c1c1 url(../images/background.webp);
}
h2, h3, p, ul {
    margin: 0;
}

.main-wrap {
    width: 480px;
    margin: 0 auto;
    background: #fff8f0;
}
.main-wrap img {
    width: 100%;
}
.title {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    background: #ffee4a;
    line-height: 1.7;
}
h3 {
    color: #000;
    font-size: 28px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}
section {
    padding-bottom: 20px
}
section.dark_theme {
    background: #333;
    color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
p, ul {
    line-height: 1.3;
    font-size: 15px;
}
li {
    list-style: square;
}
ul li::marker {
  font-size: 1.5em;
}
footer {
    border-top: solid 1px;
    background: #f5f5f5;
    color: #000;
    padding: 10px;
}
.container {
    background: #fff;
    color: #000
}
.container p, .container ul {
    padding: 10px 30px;
}

.container h3 {
    background: #e58c1e;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 15px;
}
.item {
    width: 90%;
    background: #fff8f0;
    color: #000;
    text-align: left;
    color: #333;
    border-radius: 8px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.item img {
    width: 100%;
}
.button_site {
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    margin: 10px auto;
    display: block;
    border-radius: 40px;
    background: #ffbf6f;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(211, 176, 77, 0.8);
}
.item_info {
    text-align: center;
    padding: 10px;
}
.price {
    font-weight: 700;
    font-size: 30px;
/*    margin: 15px 0;*/
}
.price span {
    padding-left: 5px;
    text-decoration: line-through;
    color: #777;
}
.main_cart_title {
    background-color: rgb(255, 255, 255);
    color: #333;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.cart_title {
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-radius: 4px;
}
.cart_subtitle {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 22px;
}
.text_cart {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.text_cart p {
    font-size: 14px;
    text-align: center;
}
.title_text_cart {
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.title_text_cart strong {
    font-weight: 700;
}
.discount {
    margin-top: 20вpx;
    text-align: center;
}
.discount p {
    color: #000;
    font-size: 22px;
}
.price_new {
    margin-top: 10px;
    text-align: center;
}
.price_new span {
    padding-left: 5px;
    text-decoration: line-through;
    color: #000;
}
.price_new p {
    color: #000;
    font-size: 26px;
}
.price_new strong {
    font-weight: 700;
    text-decoration: underline;
}
.line {
    margin-top: 10px;
    width: 95%;
    border-top: 1px dotted rgb(0, 0, 0);
    display: inline-block;
    vertical-align: top;
}
.price-btn {
    background-color: rgb(74 247 243);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(74 247 243);
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 17px;
    color: rgb(255, 255, 255);
}
.order-btn {
    background-color: rgb(235, 104, 86);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(228, 53, 29);
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 17px;
    color: rgb(255, 255, 255);
}
.main_button {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*order_steps*/
.order_steps_section {
    padding: 30px 20px 30px;
    color: #333;
}
.order_title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #333;
}
.order_steps_list1 .step_item {
    float: left;
    margin: 0 10px 12px 0;
    padding: 23px 20px 0 30px;
    width: 165px;
    height: 140px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 0 #d9d9d9;
    box-shadow: 0 2px 0 #d9d9d9;
    position: relative;
}

.dark_theme .order_steps_list1 .step_item {
    background: #fff;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: #333;
}

.order_steps_list1 .step_item:nth-child(even) {
    margin: 0 0 11px;
}

.order_steps_list1 .step_item:before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: center no-repeat;
    position: absolute;
    top: 19px;
    right: 19px;
}

.order_steps_list1 .step_item:nth-child(1):before {
    background-image: url("../images/order_steps1__step1_icon.png");
}

.order_steps_list1 .step_item:nth-child(2):before {
    background-image: url("../images/order_steps1__step2_icon.png");
}

.order_steps_list1 .step_item:nth-child(3):before {
    background-image: url("../images/order_steps1__step3_icon.png");
}

.order_steps_list1 .step_item:nth-child(4):before {
    background-image: url("../images/order_steps1__step4_icon.png");
}

.order_steps_list1 .step_item h4 {
    margin: 0 0 7px;
    font-weight: 700;
    text-transform: uppercase;
}

.order_steps_list1 .step_item h4:after {
    display: block;
    content: '';
    margin: 12px 0 0;
    width: 30px;
    height: 2px;
    background: #e6e6e6;
}
/*order_steps end*/
/* reviews 1 */

.reviews1_section {
  padding: 30px 0 0;
}

.reviews1_section .image_bottom {
  display: block;
}

.reviews_list1 {
  margin: 0 auto 20px;
  width: 420px;
}

.reviews_list1 .author_block {
  margin: 0 0 30px;
}

.reviews_list1 .author_block .avatar {
  display: block;
  float: left;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_list1 .author_block .author_info_block {
  float: left;
  margin: 15px 0 0 20px;
  width: 320px;
}

.reviews_list1 .author_block .author_info {
  font-weight: 700;
}

.reviews_list1 .author_block .text {
  font-size: 14px;
  line-height: 22px;
}

.reviews_list1 .author_block .text:before {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  content: "";
  width: 17px;
  height: 16px;
  background: url("../images/reviews__like_icon1.png") center no-repeat;
}

.reviews_list1 .text_block {
  padding: 20px 40px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset;
  -moz-box-shadow: 0 -3px 0 #d9d9d9 inset;
  box-shadow: 0 -3px 0 #d9d9d9 inset;
  text-align: center;
  position: relative;
}

.reviews_list1 .text_block:before {
  display: block;
  content: "";
  border-bottom: 14px solid #f5f5f5;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: -14px;
  left: 30px;
}

.reviews_list1 .text_block:after {
  display: block;
  content: "";
  width: 30px;
  height: 21px;
  background: url("../images/reviews__quote_icon.png") center no-repeat;
  position: absolute;
  top: -10px;
  right: 40px;
}

.reviews_list1 .text_block p {
  margin: 0 0 15px;
}

.reviews_list1 .text_block p:last-child {
  margin: 0;
}

.reviews_list1 .text_block .photo {
  display: block;
  margin: 24px auto 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.reviews_list1 .owl-prev,
.reviews_list1 .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000000 url("../images/slider__arrows.png") no-repeat;
  position: absolute;
  top: 240px;
}

.reviews_list1 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list1 .owl-next {
  background-position: right center;
  right: -20px;
}

.reviews_list1 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  left: 0;
}

.reviews_list1 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list1 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #939090;
}
/*PopUP*/
/* Стилі для попап-форми */
.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 400px;
    height: 660px;
    z-index: 9999;
    border-radius: 5px;
}

.popup-form h2 {
    font-size: 21px;
    margin-bottom: -12px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.popup-form p {
    font-size: 18px;
    margin-bottom: 10px;
}

.popup-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}
.popup-form input,
.popup-form input[type="text"],
.popup-form input[type="tel"] {
    display: block;
    width: 93%;
    height: 29px; /* для input */
    padding: 6px 12px;
    font-size: 14px; /* для input */
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15px; /* Зменшуємо відступи до 5px */
}
.popup-form select {
    display: block;
    width: 100%;
    height: 50px; /* для select */
    padding: 6px 12px;
    font-size: 18px; /* для select */
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.popup-form button {
    margin-top: -5px;
    width: 100%;
    height: 50px; /* для select */
    padding: 13px;
    background-color: #0078d4;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block; /* Додайте цей рядок, щоб кнопка вибирала весь доступний простір */
}

.close {
    position: absolute;
    top: 1px;
    right: 8px;
    cursor: pointer;
    font-size: 28px;
}

/* Стилі для затемнення заднього фону */
.popup-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* затемнений фон */
    z-index: 999; /* забезпечує, що задній фон буде поверх усіх елементів */
}
.selected-product {
    margin-bottom: 3px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.selected-product, b {
    font-weight: 700;
    font-size: 18px;
}
.radio {
    font-size: 21px;
}
.radio input {
    height: 21px;
    margin-left: -65px;
}
/*text*/
.text-container {
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
/*    background-color: #fff8f0;*/
}
/*Spoiler*/
.spoiler {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            margin: 10px 0;
            background-color: #f9f9f9;
            text-align: center;
        }

        .spoiler-summary {
            font-weight: bold;
            cursor: pointer;
            display: flex;
            justify-content: center;
            position: relative;
        }

        .spoiler-details {
            display: none;
            margin-top: 10px;
            text-align: center;
        }

        .spoiler-summary:after {
            content: ' ▼';
            font-size: 12px;
            position: absolute;
            right: 0;
        }

        .spoiler-summary.active:after {
            content: ' ▲';
            font-size: 12px;
            position: absolute;
            right: 0;
        }

        .spoiler-line {
            margin-top: 10px;
            width: 95%;
            border-top: 1px dotted rgb(0, 0, 0);
            display: inline-block;
            vertical-align: top;
        }