.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 50%;
}

.woocommerce div.product div.summary {
    margin: 0;
}

.logos {
    width: 30%;
}

.woocommerce-page img.logo-top {
    width: auto;
}

.product-template-default h1.small-title {
    font-size: 20px !important;
}

.buttons-block-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-family: Spectral;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.woocommerce div.product .buttons-block-wrapper form.cart {
    width: 50%;
    margin: 0;
}

.woocommerce div.product .buttons-block-wrapper form.cart .button {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-family: Spectral;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border: 1px solid #af855b;
    text-transform: none;
}

.reserve-product-wrapper {
    width: 50%;
}

.reserve-product {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #af855b;
    color: #af855b;
}

.reserve-product:hover,
.reserve-product:focus {
    color: #af855b;
}

.actions-box-wrapper {
    width: 100%;
    margin: 28px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.actions-box-wrapper .actions-box {
    width: 49%;
    margin: 0;
    padding: 16px 15px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #af855b;
    font-family: Spectral;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.actions-box-wrapper .actions-box .icon {
    width: 40px;
    height: 40px;
}

.actions-box-wrapper .actions-box .text {
    padding: 0;
}

.actions-box-wrapper .actions-box .text span {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.actions-box-wrapper .actions-box .text p {
    color: #af855b !important;
    line-height: normal;
}

.prop-block {
    order: 99;
    background: #f5f5f5;
    padding: 10px 0;
}

.prop-block ul.products {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    margin: 0;
    flex-wrap: nowrap;
}

.prop-block .prop-name {
    color: #3E3E3E;
    font-family: Spectral;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 4px;
}

.prop-block .prop-value {
    color: #3E3E3E;
    font-family: Spectral;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
}

#wpgs-gallery {
    margin-bottom: 20px;
}

.gallery-navigation-carousel {
    margin-top: 48px !important;
}

.pum-theme-trendoptika .pum-title {
    text-transform: uppercase;
}

.pum-container .pum-content>.reserve-form:first-child {
    margin-top: 32px;
}

.reserve-form .wpforms-field-container {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.wpforms-container.reserve-form .wpforms-submit-container,
.reserve-close-button-wrapper {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}

.reserve-form-input {
    width: 50%;
}

.reserve-form-input input {
    border-color: #af855b !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Spectral;
    padding: 14px 24px;
}

.reserve-form-input input::placeholder {
    color: rgba(0, 0, 0, 0.33);
}

.reserve-form-input input:focus {
    outline: none;
}

.reserve-form-hidden {
    display: none;
}

.reserve-form-button {
    color: #fff;
    font-family: Spectral;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #af855b;
    background: #af855b;
    padding: 12px 20px;
    min-width: 262px;
}

.reserve-form-button:hover,
.reserve-form-button:focus {
    border: 1px solid #af855b;
    background: #af855b;
}

.form-link {
    color: #af855b;
}

.form-link:hover {
    color: #000;
}

.reserve-success {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reserve-success-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #3e3e3e;
    font-family: Spectral;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reserve-success-text p {
    margin: 0;
}

@media screen and (max-width: 425px) {

    .prop-block .prop-name,
    .prop-block .prop-value {
        font-size: 13px;
    }

    .pum-theme-trendoptika .pum-container {
        padding: 24px 12px;
    }

    .pum-container .pum-content>.reserve-form:first-child {
        margin-top: 24px;
    }

    .reserve-success {
        gap: 16px;
    }

    .reserve-success-text {
        gap: 8px;
    }

    .reserve-form .wpforms-field-container {
        flex-direction: column;
        gap: 8px;
    }

    .reserve-form.wpforms-container .wpforms-field {
        padding: 0;
    }

    .reserve-form-input {
        width: 100%;
    }

    .reserve-form-button {
        padding: 4px 20px;
    }

    .wpforms-container.reserve-form .wpforms-submit-container,
    .reserve-close-button-wrapper {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 1077px) {
    #wpgs-gallery.woocommerce-product-gallery .wcgs-carousel {
        display: block;
        min-height: auto;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        max-width: 100% !important;
        width: 100% !important;
    }

    #wpgs-gallery {
        max-width: 100% !important;
        margin-bottom: 30px;
    }

    #wpgs-gallery>div {
        max-width: 552px !important;
        margin: 0 auto;
        width: 100%;
    }

    .gallery-navigation-carousel {
        margin-top: 12px !important;
    }

    .logos {
        margin: 0 auto;
    }

    .product-template-default h1.small-title {
        text-align: center;
    }

    .actions-box-wrapper {
        margin: 21px 0;
        gap: 21px;
    }

    .actions-box-wrapper .actions-box {
        width: 100%;
    }

    p.price {
        text-align: center;
    }
}

@media screen and (max-width: 590px) {
    #wpgs-gallery>div {
        max-width: 100% !important;
    }

}



.ast-accordion__layer {
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 576px) {
    .ast-accordion__layer {
        padding: 10px 25px 10px 0;
    }
}

.ast-accordion__layer.active .ast-accordion__header_text {
    color: #AF855B;
    background: #fff;
}

.ast-accordion__layer.active .ast-accordion__content {
    box-sizing: border-box;
}

.ast-accordion__layer.active .ast-accordion__header_ico::before {
    top: 11px;
    transform: rotate(315deg);
    border-top: 1px solid #3E3E3E;
    border-right: 1px solid #3E3E3E;
}

@media (max-width: 576px) {
    .ast-accordion__layer.active .ast-accordion__header_ico::before {
        top: 20px;
    }
}

.ast-accordion__header {
    position: relative;
}

.ast-accordion__header_ico {
    position: absolute;
    top: 0;
    right: 0;
}

.ast-accordion__header_ico::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3E3E3E;
    border-right: 1px solid #3E3E3E;
    transform: rotate(135deg);
    right: 0;
    top: 9px;
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .ast-accordion__header_ico::before {
        top: 20px;
        right: -20px;
    }
}

.ast-accordion__header_text {
    cursor: pointer;
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3E3E3E;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.ast-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-sizing: border-box;
}

.ast-accordion__content p {
    padding: 10px 0;
    margin: 0;
}

@media (max-width: 576px) {
    .ast-accordion__content p {
        padding: 10px 0;
    }
}