@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Numans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-family: 'Encode Sans Semi Expanded', sans-serif;
    color: #535353;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex: auto;
}

img {
    max-width: 100%;
}

a {
    transition: .2s ease;
    color: #000;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 1em;
}

h3 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

section {
    padding: 75px 0;
}

blockquote header {
    margin-bottom: 28px;
}

blockquote footer {
    display: inline-block;
    padding-top: 18px;
    border-top: 1px solid #e8ded4;
    min-width: 150px;
    padding-right: 40px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-message {
    color: red;
    font-size: 11px;
}

.f-golden {
    color: #99774e;
}

.f-green {
    color: #00a65a;
}

.link-return,
.link-forward {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 14px;
    white-space: nowrap;
}

.link-return span,
.link-forward span {
    white-space: normal;
}

.link-return i,
.link-forward i {
    font-size: 12px;
}

.link-return i:first-child {
    margin-right: 8px;
}

.link-forward i:last-child {
    margin-left: 8px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    white-space: normal;
    position: relative;
    background: transparent;
}

.btn[class*="fa-"]:before {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    position: absolute;
}

.btn.brand {
    width: 100%;
    max-width: 190px;
}

.btn.brand:before {
    font-family: "Font Awesome\ 5 Brands";
}

.btn i:not(:last-child) {
    margin-right: 9px;
}

.btn i:not(:first-child) {
    margin-left: 9px;
}

.h40 {
    height: 40px;
    font-size: 12px;
    padding: 0 36px;
    font-weight: 700;
}

.h40[class*="fa-"] {
    padding-left: 40px;
    justify-content: flex-start;
}

.h40[class*="fa-"]:before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.h40:before {
    font-size: 14px;
}

.h44 {
    height: 44px;
    font-size: 13px;
    padding: 0 36px;
    font-weight: 700;
}

.h44[class*="fa-"] {
    padding-left: 40px;
    justify-content: flex-start;
}

.h44[class*="fa-"]:before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.h44:before {
    font-size: 15px;
}

.btn:disabled {
    pointer-events: none;
}

.btn.brown {
    background: #efe3c9;
    color: #000;
    border: 1px solid #efe3c9;
}

.btn.brown:before {
    color: #000;
}

.btn.brown:hover {
    background: #dccdad;
    border: 1px solid #dccdad;
}

.btn.brown-transparent {
    background: transparent;
    color: #535353;
    border: 1px solid #b79b7a;
}

.btn.brown-transparent:before {
    color: #000;
}

.btn.brown-transparent:hover {
    background: rgba(183, 155, 122, 0.2);
}

.styled-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    width: 21px;
    min-width: 21px;
    height: 21px;
}

.styled-checkbox:not(:last-child) {
    margin-right: 13px;
}

.styled-checkbox input {
    position: absolute;
    left: -99999px;
}

.styled-checkbox span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #b79b7a;
    transition: .2s ease;
    border-radius: 3px;
}

.styled-checkbox input.error + span {
    border: 1px solid red;
}

.styled-checkbox span:before {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    color: #000;
    font-size: 12px;
    opacity: 0;
    transition: .2s ease;
    margin-top: 1px;
}

.styled-checkbox input:checked + span:before {
    opacity: 1;
}

.inline-select-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.inline-select-input.disabled {
    pointer-events: none;
    opacity: .7;
}

.inline-select-input + .inline-select-input {
    margin-top: 10px;
}

.inline-select-input .styled-checkbox,
.inline-select-input .styled-radio {
    margin-bottom: 0 !important;
    margin-right: 16px;
}

.inline-select-input .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0 !important;
    margin-top: 6px;
    color: #535353;
}

.inline-select-input label.text {
    cursor: pointer;
}


.radio-behind {
    position: relative;
    overflow: hidden;
}

.radio-behind input {
    position: absolute;
    left: -99999999px;
    z-index: -1;
}

.radio-behind label {
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    line-height: 1.3;
}

.radio-behind input:checked + label,
.radio-behind input:focus + label,
.radio-behind:hover .form-control + label,
.radio-behind .form-control + label:hover {
    border: 1px solid #ffa027;
    color: #ffa027;
}

.radio-behind input:disabled + label {
    pointer-events: none;
    opacity: .6;
}

.radio-behind .form-control + label {
    width: 100%;
    padding: 11px 16px;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    color: #505050;
    font-weight: 400;
    border: 1px solid #cfcfcf;
}

.radio-behind .form-control.blue + label {
    border: 1px solid #b4d5ea;
}

.btn-hamburger {
    min-width: 44px;
    width: 44px;
    height: 44px;
    position: relative;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-left: auto;
    background: transparent;
    border: none;
}

.btn-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    max-width: 30px;
    background: #000;
    border-radius: 0;
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.btn-hamburger span:nth-child(1) {
    top: 25%;
}

.btn-hamburger span:nth-child(2) {
    top: 45%;
}

.btn-hamburger span:nth-child(3) {
    top: 65%;
}

.menu-open .btn-hamburger span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-open .btn-hamburger span:nth-child(2) {
    opacity: 0;
    left: 60px;
}

.menu-open .btn-hamburger span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.form-group ul {
    color: #d20c11;
    font-size: 11px;
}

.form-group > label {
    font-size: 14px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    margin-bottom: 7px;
    color: #000;
}

.form-group > label.required:after {
    font-size: 18px;
    content: ' *';
    color: #99774e;
}

.form-control {
    border: 1px solid #b79b7a;
    height: 44px;
    border-radius: 3px;
    padding: 0 16px;
    color: #535353;
    font-size: 14px;
}

#page-header {
    position: relative;
    left: 0;
    overflow: hidden;
    transition: .2s ease;
}

#page-footer {
    background: url("../images/photos/footer-photo.webp") no-repeat center;
    background-size: cover;
    font-size: 14px;
    padding: 71px 0 68px 0;
    color: #535353;
}

#page-footer .copy {
    font-size: 12px;
}

.page-header-top {
    background: url("../images/etc/bg1.webp") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 4px;
}

.page-header-top > img {
    display: none;
    position: relative;
    z-index: 1;
}

.page-header-top-photo{
    width: 1210px;
    max-width: 100%;
    height: auto;
}

.page-header-bottom {
    position: relative;
    z-index: 2;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: url("../images/etc/bg2.png") no-repeat, #1b1b1b;
    background-size: cover;
}

#primary-menu.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 -10px;
}

.menu-item {

}

.menu-link {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 15px;
}

.menu-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #e3d1b4;
    opacity: 0;
    transition: .2s ease;
}

.menu-link.active,
.menu-link:hover {
    color: #e3d1b4;
    text-decoration: none;
}

.menu-link.active:before,
.menu-link:hover:before {
    opacity: 1;
}

.footer-menu-item {
    margin-bottom: 4px;
    white-space: nowrap;
}

.footer-menu-item:last-child {
    margin-bottom: 0;
}

.footer-menu-link {
    font-weight: normal;
    color: #535353;
}

.banner-link {
    display: block;
    position: relative;
    overflow: hidden;
    background: url("../images/etc/bg3.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 83.57%;
    font-size: 26px;
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.banner-link:hover {
    color: #000;
    text-decoration: none;
}

.banner-link-content {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-link i {
    width: 69px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    border: 2px solid #000;
    margin-bottom: 18px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail-img {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}

.thumbnail-img img {
    width: 100%;
}

.page-module {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 44px;
}

.page-module:last-child {
    margin-bottom: 0;
}

.page-module p {
    margin-bottom: 36px;
}

.page-module h1 {
    font-size: 26px;
}

.page-module h3 {
    font-size: 20px;
}

.page-module blockquote {
    margin-bottom: 60px;
}

.page-module *:last-child {
    margin-bottom: 0;
}

.page-module .date {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #535353;
}

.mobile-menu-container {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 100%;
    bottom: 0;
    width: calc(100% - 54px);
    transition: .2s ease;
    background: #000;
    padding: 14px;
}

.mobile-menu-container .menu {
    display: block;
}

.mobile-menu-container .menu-item {
    margin-right: 0;
    margin-bottom: 8px;
}

.card {
    border-radius: 0;
    max-width: 280px;
    margin-bottom: 18px;
    border: none;
    height: 100%;
    max-height: calc(100% - 18px);
}

.card.post {
    max-width: none;
}

.card:not(.video):not(.post) {
    min-height: 350px;
}

.card:not(.video) {
    padding: 12px;
    border: 1px solid #e8ded4;
}

.card * {
    transition: .2s ease;
}

.card:hover {
    text-decoration: none;
}

.card:not(.video):hover {
    border: 1px solid #bfa387;
}

.card-body {
    border: none;
    padding: 0;
}

.card-img {
    border-radius: 0;
    margin-bottom: 14px;
}

.card-video {
    margin-bottom: 18px;
}

.card-title {
    color: #535353;
    font-weight: 700;
    font-size: 16px;
}

.card:hover .card-title {
    color: #000;
}

.card-footer {
    padding: 17px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-top: 1px solid #e8ded4;
}

.card .btn {
    min-width: 110px;
}

.card:hover .btn {
    background: #dccdad;
    border: 1px solid #dccdad;
}

.time-in-block {
    background: #efe3c9;
    padding: 18px 22px;
    display: inline-block;
    min-width: 248px;
    text-align: left;
    margin-bottom: 30px;
}

.time-in-block strong {
    font-size: 30px;
    color: #000;
    font-family: "Archivo Narrow", sans-serif;
}

.time-in-block sup {
    font-size: 14px;
    top: -10px;
}

.datepicker-wrapper {
    max-width: 920px;
    margin: auto;
    box-shadow: 0 0 8px #e3e0db;
}

.datepicker-header-top {
    position: relative;
    text-align: center;
    padding: 18px;
    background: #efe3c9;
}

.datepicker-header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 32px;
}

.datepicker-title {
    position: relative;
    padding-left: 30px;
    text-align: center;
    color: #535353;
    font-size: 15px;
    display: inline-block;
}

.datepicker-title:before {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 1px;
    color: #000;
}

.datepicker-header-actions {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
}

.datepicker-body {
    padding: 0 20px 20px;
}

.datepicker-widget-wrapper {
    width: 100% !important;
}

.datepicker-times-wrapper {
    padding: 0 10px;
    width: 100% !important;
    display: none;
}

.datepicker-products-wrapper {
    display: none;
    width: 100% !important;
}

.datepicker-widget-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px 0 20px;
}

.datepicker-footer-bottom {
    padding: 24px 20px;
    border-top: 1px solid #e8ded4;
    margin: 10px 20px;
}

.datepicker-times-list {
    margin-bottom: 20px;
}

.ui-datepicker {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker table th {
    border-bottom: 1px solid #e8ded4;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 6px;
}

.ui-datepicker table .ui-state-default {
    display: block;
    text-align: center;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #99774e;
    text-decoration: none !important;
    padding: 14px;
}

.ui-datepicker table .ui-datepicker-unselectable .ui-state-default {
    color: #cacaca;
}

.ui-datepicker table tbody .ui-state-default:after {
    content: attr(data-content);
    display: block;
    color: #cacaca;
    font-size: 12px;
    font-weight: 400;
}

.ui-datepicker-header {
    display: none;
}

.gallery .image {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 8px 0;
    padding-bottom: 60%;
}

.gallery .image.auto {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding-bottom: 0;
    height: auto;
}

.gallery .image:before {
    content: '';
    font-size: 32px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

div.pagination {
    display: flex;
    justify-content: center;
}

div.pagination > * {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

div.pagination .current {
    margin: 0;
}

div.pagination a {
    text-decoration: none;
    border: 1px solid #cfcfcf;
}

div.category-list h2 {
    margin-bottom: .3em;
}

div.category-list .descr p:last-child {
    margin-bottom: 0;
}

div.category-list .count {
    font-weight: 400;
    opacity: .5;
}

div.breadcrumbs {
    display: flex;
    height: 75px;
    align-items: center;
    margin-right: 30px;
}

div.breadcrumbs i {
    margin: 0 1em 0 .5em
}

ol.comment-list ol {
    padding-left: 30px;
}

/* Main container for the comments area and the respond form */
.comments-area, .comment-respond {
    margin: 20px auto;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* Individual comment styling */
.comment {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.comment .avatar {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

.comment .user-details {
    overflow: hidden;
}

.comment .user-details .username {
    font-weight: bold;
    font-size: 1.1em;
}

.comment .user-details .comment-date {
    font-size: 0.9em;
    color: #999;
}

.comment .comment-text {
    margin-top: 5px;
    line-height: 1.5;
    text-align: justify;
}

/* Styling for the comment respond form */
.comment-respond form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.comment-respond textarea {
    height: 120px;
    resize: vertical;
}

/* Unified button styles for reply and submit */
.comment .reply-btn,
.comment-respond input[type="submit"],
.woocommerce .button {
    padding: 10px 15px !important;
    background: #efe3c9 !important;
    border: 1px solid #efe3c9 !important;
    color: #000 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.comment .reply-btn:hover,
.comment-respond input[type="submit"]:hover,
.woocommerce .button:hover {
    background: #dccdad !important;
    border: 1px solid #dccdad !important;
}

/* Responsive design adjustments */
@media (max-width: 600px) {
    .comment .avatar {
        display: none;
    }

    .comment .user-details .username,
    .comment-respond input[type="submit"] {
        font-size: 0.9em;
    }

    .comment-respond textarea {
        height: 80px;
    }
}

.card-footer small {
    display: flex;
    align-items: center;
}

.card-footer small > span {
    margin-right: 1em;
}

.card-footer small i {
    font-size: 1.5em;
}

a.card.post {
    position: relative;
}

.subscriptionr {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.video-blocks-container {
}

div.video-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0;
}

div.video-blocks > div {
    padding: 0 15px;
    margin-top: 30px;
    min-width: 50%;
    max-width: 50%;
    display: flex;
}

div.video-blocks > div a,
figure.wp-block-video a,
figure.wp-block-image a {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}

div.video-blocks > div a img,
figure.wp-block-video a img,
figure.wp-block-image a img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

div.video-blocks .caption,
figure.wp-block-video a .caption,
figure.wp-block-image a .caption {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
}

div.video-blocks .descr,
figure.wp-block-video a .descr,
figure.wp-block-image a .descr {
    text-align: center;
    margin-top: .5em;
}

div.video-blocks > div a[data-type="html5video"] .video-thumb,
figure.wp-block-video a[data-type="html5video"] .video-thumb,
figure.wp-block-image a[data-type="html5video"] .video-thumb {
    position: relative;
}

div.video-blocks > div a[data-type="html5video"] .video-thumb:before,
figure.wp-block-video a[data-type="html5video"] .video-thumb:before,
figure.wp-block-image a[data-type="html5video"] .video-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.video-blocks > div a[data-type="html5video"]:hover .video-thumb:before,
figure.wp-block-video a[data-type="html5video"]:hover .video-thumb:before,
figure.wp-block-image a[data-type="html5video"]:hover .video-thumb:before {
    background: rgba(0, 0, 0, 0);
}

div.video-blocks > div a[data-type="html5video"] .video-thumb:after,
figure.wp-block-video a[data-type="html5video"] .video-thumb:after,
figure.wp-block-image a[data-type="html5video"] .video-thumb:after {
    content: '\f03d';
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 60px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.video-blocks > div a[data-type="html5video"]:hover .video-thumb:after,
figure.wp-block-video a[data-type="html5video"]:hover .video-thumb:after,
figure.wp-block-image a[data-type="html5video"]:hover .video-thumb:after {
    scale: 0;
}

.entry-content .wp-block-video,
.entry-content .wp-block-image {

}

.restricted-content-article {
    position: relative;
}

.restricted-content-article:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

section.main-section {
}

div.top-elements-container {
    display: flex;
    height: 75px;
    margin-top: -75px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

div.wp_nav_menu-container {
    display: flex;
    margin: 0 -1em;
}

div.wp_nav_menu-container > div {
    display: flex;
}

div.wp_nav_menu-container a {
    display: flex;
    align-items: center;
    padding: 0 1em;
    text-decoration: none !important;
}

div.wp_nav_menu-container a i {
    font-size: 1.5em;
}

div.menu-main-menu-container {
    display: flex;
}

div.menu-main-menu-container ul.menu {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: flex;
    min-width: 1px;
    flex: auto;
}

div.menu-main-menu-container ul.menu li {
    display: flex;
}

div.menu-main-menu-container ul.menu li a {
    display: flex;
    align-items: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    height: 100%;
    padding: 20px 10px;
    text-transform: uppercase;
    text-decoration: none !important;
}

div.menu-main-menu-container ul.menu li a:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 2px solid #e3d1b4;
    opacity: 0;
    transition: .2s ease;
}

div.menu-main-menu-container ul.menu li:hover a,
div.menu-main-menu-container ul.menu li.current-menu-item a {
    color: #e3d1b4;
}

div.menu-main-menu-container ul.menu li:hover a:after,
div.menu-main-menu-container ul.menu li.current-menu-item a:after {
    opacity: 1;
}

section.woocommerce-order-details {
    padding: 0;
}

.extr-button {
    padding: 10px 15px;
    background: #efe3c9;
    border: 1px solid #efe3c9;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
}

.extr-button:hover {
    background: #dccdad;
    border: 1px solid #dccdad;
    color: #000 !important;
}

.woocommerce table.my_account_orders .button + .button {
    margin-left: 1em;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

h2 {
    margin-bottom: .5em !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px 15px !important;
}

/* General Form Styling */
.woocommerce form .form-row {
    margin-bottom: 1rem;
}

.woocommerce form .form-row label {
    display: block;
    margin-bottom: .5rem;
    font-weight: bold;
}

/* Input, Textarea, and Password Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.input-password,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: .7rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Select Box */
.woocommerce form .form-row select {
    width: 100%;
    padding: .5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

/* Focus State */
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row input.input-password:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    outline: none;
    border-color: #007cba;
}

/* Validation Error Messages */
.woocommerce form .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.woocommerce form .woocommerce-error,
.woocommerce form .woocommerce-info,
.woocommerce form .woocommerce-message {
    color: #a00;
    border-left: 4px solid #a00;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 3px;
}

/* Submit Buttons */
.woocommerce form button.button {
    background-color: #007cba;
    color: #fff;
    border: none;
    padding: .7rem 1.5rem;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1rem;
}

.woocommerce form button.button:hover {
    background-color: #005f8c;
}

/* Checkbox and Radio Buttons */
.woocommerce form .form-row input[type='checkbox'],
.woocommerce form .form-row input[type='radio'] {
    margin-right: .5rem;
}

/* Alignment Fixes */
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    float: left;
    width: 48%;
}

.woocommerce form .form-row-first {
    margin-right: 4%;
}

@media screen and (max-width: 768px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 3px !important;
}

.lgret-actior {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lgret-actior:before,
.lgret-actior:after {
    display: none !important;
}

.lgret-actior button {
    margin: 0 !important;
}

div.login-form-ss-container {
    margin: 0 auto;
    max-width: 400px;
}

div.for-subscribers-only-block {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 50px;
    background: rgba(0, 0, 0, .05);
}

div.for-subscribers-only-block > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

div.for-subscribers-only-block > div > * + * {
    margin-top: 15px;
}

div.for-subscribers-only-block i {
    font-size: 2em;
}

div.for-subscribers-only-block .action {
    display: flex;
    font-size: 16px;
}

div.for-subscribers-only-block .action > * {
    margin: 0 1em;
}

div.subscription-list-container {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}

ul.subscription-list {
    list-style: none;
    padding: 0;
    margin: -30px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

ul.subscription-list > li {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 30px 15px 0;
    min-width: 250px;
    display: flex;
}

div.subscription-list-item {
    display: flex;
    flex: auto;
    flex-direction: column;
}

div.subscription-list-item .title {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: .5em;
}

div.subscription-list-item .descr {
    margin-bottom: 1em;
}

div.subscription-list-item .price {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: .5em;
}

div.subscription-list-item .action {
}

div.subscription-list-item .action p {
    margin: 0;
}

#billing_email_field {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 !important;
}

#wc-stripe-cc-form {
    max-width: 400px;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin-bottom: 0 !important;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    flex: 100%;
    min-width: 1px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 10px !important;
}

#stripe-exp-element,
#stripe-cvc-element {
    width: 100%;
}

.woocommerce-terms-and-conditions-wrapper {
    flex: auto;
    min-width: 1px;
}

#place_order {
    align-self: center;
    font-size: 1.2em;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 700;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    text-decoration: none !important;
    color: #000 !important;
    cursor: default;
}

.pld-template-1 {
    font-size: 20px;
}

#user_photo {
    margin-bottom: 20px;
}

.rref {
    display: flex;
    flex-direction: column;
}

.comment a.comment-reply-link {
    font-size: 0;
    text-decoration: none !important;
}

.comment a.comment-reply-link:after {
    content: '\f122';
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
}

div.comment-body {
    padding: 0 0 0 60px;
}

.comment .avatar {
    margin-left: -60px;
}

.avatar_user_image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.wp-block-embed__wrapper iframe{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
}

.login-label{
    display: block !important;
    margin-right: 15px !important;
}

figure.wp-block-video{
    margin: 0 0 30px !important
}

.wp-block-column figure.wp-block-video{
    margin: 0 !important;
}

figure.wp-block-gallery{
    gap: 30px !important;
}

figure.wp-block-gallery figure{
    max-width: calc(33.33% - 20px) !important;
}

.photo-thumb{
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.photo-thumb:hover{
    border: 1px solid rgba(0, 0, 0, 1);
}

.wp-block-image a .caption{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.wp-block-image a:hover .caption{
    background: #000 !important;
}

@media (max-width: 768px) {

    section{
        padding: 30px 0 !important;
    }

    .page-header-top{
        height: 70px;
        padding-right: 70px !important;
        justify-content: flex-start;
    }

    .page-header-top .page-logo{
        margin-right: 0 !important
    }

    .page-header-bottom {
        display: none;
    }

    div.mob_nav_container{
        background: url("../images/etc/bg1.webp") 0 0 no-repeat !important;
        background-size: auto 100% !important;
        left: 70px !important;
    }

    #page-footer{
        padding: 30px 0;
    }

    .wp_nav_menu-container{
        margin: 0 !important;
        display: flex;
        justify-content: center;
        padding: 0;
        height: 70px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .wp_nav_menu-container > div:first-child{
        min-width: 1px;
        flex: auto;
    }

    section.main-section .top-elements-container{
        display: none;
    }

    #primary-menu.menu{
        margin: 0;
        flex-direction: column;
    }

    #primary-menu.menu > li > a{
        flex: auto;
        padding: 15px;
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-decoration: none !important;
    }

    #primary-menu.menu > li > a:after{
        display: none;
    }

    #primary-menu.menu > li:hover > a,
    #primary-menu.menu > li.current-menu-item > a{
        background: #1b1b1b;
        color: #fff;
    }

    div.mob_nav_container div.menu-footer-menu-container .menu{
        flex-direction: column;
        display: flex;
    }

    div.mob_nav_container div.menu-footer-menu-container .menu > li{
        display: flex;
        flex-direction: column;
    }

    div.mob_nav_container div.menu-footer-menu-container .menu > li > a{
        padding: 15px;
        color: #000;
        flex: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-decoration: none !important;
    }

    div.mob_nav_container div.menu-footer-menu-container .menu > li:hover > a,
    div.mob_nav_container div.menu-footer-menu-container .menu > li.current-menu-item > a{
        background: #1b1b1b;
        color: #fff;
    }

}