/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-grid-g {
  display: unset;
}

html,
body {
  scroll-behavior: smooth;
}

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

body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

button.lmr__gallery-tile {
  padding: var(--btn-padding, 2px 20px);
  min-height: var(--btn-height, 3px);
  font-size: var(--btn-font-size, 8px);
}

h1.main__banner-title.h1-sg {
  color: #fff;
}

.footer__links--1 .menu-item a {
  color: #fff;
}

.footer li,
header li {
  list-style: none;
}

.footer ul,
header ul {
  padding-left: 0;
}

fieldset {
  border: inherit;
  padding: inherit;
  margin: inherit;
  background: inherit;
}

.comments-title {
  color: #000;
}

.comment-content {
  color: #000;
}

#page {
  flex-grow: 1;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}

.link {
  text-decoration: underline;
}

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

.links a {
  text-decoration: underline;
}

.links a:hover {
  text-decoration: none;
}

.links-no-underline a {
  text-decoration: none;
}

.links-no-underline a:hover {
  text-decoration: underline;
}

.main-input {
  border: 1px solid #adaab1;
  padding: 11px 12px;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main-label-text {
  margin-bottom: 8px;
  display: inline-flex;
}

.main-textarea {
  border: 1px solid #adaab1;
  padding: 11px 12px;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background: #ee2424;
  border-radius: 28px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  transition: 0.3s background-color ease-in-out;
  -webkit-transition: 0.3s background-color ease-in-out;
  -moz-transition: 0.3s background-color ease-in-out;
  -ms-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
}

.main-btn:disabled {
  background-color: #c60808;
  color: gray;
}

.main-btn:hover {
  background-color: darkred;
}

.main-btn:disabled:hover {
  background-color: #c60808;
}

.form-check p {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
}

.main-check {
  border: 1px solid #adaab1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-check .wpcf7-list-item {
  margin: 0;
}

.form-check p br {
  display: none;
}

.main-indent {
  padding: 140px 20px;
}

.label {
  margin-bottom: 8px;
  display: inline-flex;
}

.loading_wrapp_content {
  /*   padding: 8rem 0; */
  margin: 0 auto;
  max-width: 100%;
}

.loadingwp_container {
  margin: 0 auto;
}

@media (min-width: 1400px) {
  .loadingwp_container {
    max-width: 1320px;
  }
}

body.woocommerce-page:not([class*="wrapper-boxed"]) {
  background: #000000;
}

body.woocommerce-page.woocommerce-edit-account,
body.woocommerce-page.user-registration-page {
  background: #fff;
}

body.woocommerce-page *,
body.woocommerce-page a *,
body.woocommerce-page p,
body.woocommerce-page div {
  color: hsl(0deg 0% 100% / 79%);
  font-family: "Roboto-Regular";
}

body.woocommerce-page .header-dark .header__nav-menu a {
  color: #fff;
}

body.woocommerce-page.woocommerce .woocommerce-ordering select {
  background: #000000;
  padding: 10px;
  border-radius: 0;
}

li.product.type-product a.add_to_cart_button {
  width: 50%;
  margin: 11px 8px 7px;
  padding: 17px 5px;
  border: none;
  background: #ffffff !important;
  color: #0f0f0f !important;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: all !important;
  cursor: pointer;
  transition: background 0.5s ease;
  font-size: 12px;
  border-radius: 0 !important;
  height: auto;
  position: relative;
}

a.button.add_to_cart_button::before {
  content: "";
  position: absolute;
  right: -2px;
  border: 10px solid transparent;
  border-right-color: #000;
  border-top-width: 17px;
  border-bottom-width: 0;
  bottom: 0px;
  border-right-width: 21px;
}

li.product.type-product:hover {
  outline: none;
}

a.button.add_to_cart_button {
  width: 89%;
  margin: 30px 0 15px;
  padding: 13px 5px;
  border: none;
  background: #393555;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: all !important;
  cursor: pointer;
  transition: background 0.5s ease;
  font-size: 12px;
}

a.button.add_to_cart_button span {
  white-space: nowrap;
}

a.button.add_to_cart_button:hover {
  background: #5144ac;
  outline: none;
  color: #fff;
}

.woocommerce .price,
.woocommerce .price * {
  font-size: 1rem;
  /* padding: 10px 0; */
  color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 0.8em;
}

.woocommerce .price {
  padding: 5px 0;
}

.woocommerce ul.products li.product a img {
  max-width: 100%;
  min-width: 150px;
  min-height: 150px;
  max-width: 178px;
  max-height: max-content;
  transition: all 0.5s ease;
  display: inline-block;
}

.woocommerce ul.products li.product {
  border: 2px solid #ccc;
  padding: 10px 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce input.button {
  color: #ffffff;
  background-color: #33003e;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #000000;
  text-decoration: none;
  background-image: none;
  color: #ffffff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #140717;
}

.loading_wrapp_content {
  display: block;
  /* flex-wrap: wrap; */
}

.loadingwp_container {
  position: relative;
  overflow: hidden;
}

.loadingwp_container img.wp-post-image {
  max-width: 100%;
}

.woocommerce div.product {
  display: block;
}

.woocommerce div.product div.images img {
  width: auto;
  max-width: 100% !important;
}

.woocommerce .quantity .qty {
  padding: 9px;
  color: white
}

.loadingwp_container {
  padding: 0 20px;
}

.loadingwp_container ul.products {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 110px;
  border: 1px solid rgb(238 238 238 / 36%);
  text-align: center;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  max-width: 105px;
  width: 100px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #000000 !important;
  border-color: #000000 !important;
  color: red !important;
  box-shadow: 0 0 0 2px #5c5858 !important;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid hsl(0deg 0% 100% / 17%);
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  background-color: #140717 !important;
  border: 1px solid hsl(0deg 0% 100% / 80%) !important;
  color: #fff !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: #140717;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  color: #fff;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid hsl(0deg 0% 100% / 80%) !important;
  color: #fff !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button * {
  color: #000 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select * {
  color: #f9f9f9;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  background: #140717 !important;
  border-color: #fff !important;
  color: #fff !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container label {
  color: #eee !important;
}

.wc-block-components-notice-banner.is-error * {
  color: #000 !important;
}

.wc-block-components-totals-wrapper {
  border-color: #eeeeee42 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) * {
  color: #000;
}

.wc-blocks-components-select .wc-blocks-components-select__select * {
  color: #f9f9f9;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  background: #140717 !important;
  border-color: #fff !important;
  color: #fff !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container label {
  color: #eee;
}

.wc-block-components-notice-banner.is-error * {
  color: #000;
}

.wc-block-components-totals-wrapper {
  border-color: #eeeeee42 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) * {
  color: #000000;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link)[style="pointer-events: none;"] * {
  color: #fffafa;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: #fff;
}

.woocommerce-billing-fields>h3 {
  display: none;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px !important;
  max-height: max-content;
  height: auto;
}

.woocommerce form span.select2-selection {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  background-color: #000000;
  border: var(--wc-form-border-width, 1px) solid rgb(255 255 255 / 80%);
  border-radius: var(--wc-form-border-radius, 4px);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #1c1c1c;
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.woocommerce div#customer_details {
  display: flex;
  width: 45% !important;
  flex-direction: column;
  padding-right: 2rem;
}

form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce h3#order_review_heading,
.woocommerce-checkout-review-order {
  width: 55%;
}

div#order_review {
  padding: 3rem;
  border-left: 1px solid rgb(255 255 255 / 36%);
}

h3#order_review_heading {
  display: none;
}

.woocommerce div#customer_details .col-1,
.woocommerce div#customer_details .col-2 {
  width: 100%;
}

.woocommerce table.shop_table td {
  position: relative;
  overflow: hidden;
}

.pcthum {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* display: none; */
}

.pcthum span:first-child {
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .pcthum {
    flex-direction: column;
    align-items: center;
  }

  .pcthum span:first-child {
    flex-shrink: 0;
    width: 100%;
  }
}

.wd-checkout-prod-title {
  position: relative;
}

strong.product-quantity {
  display: none;
}

div.product-quantity {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #ffffff00;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  /*border: 1px solid #fff; */
  font-size: 16px;
  background: #000000;
  line-height: 2;  
}

.pcthum span:first-child {
  border: 1px solid hsl(0deg 0% 100% / 49%);
  width: 200px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcthum span:first-child img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.pcthum span:last-child {
  padding: 18px;
  font-size: 13px;
}

.pcthum .alignleft {
  margin: 0!important;
}

.woocommerce table.shop_table th {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}

ul#shipping_method li {
  position: relative;
}

td.product-total span.woocommerce-Price-amount.amount {
  font-size: 13px;
}

.woocommerce ul#shipping_method li input {
  display: none;
}

.woocommerce ul#shipping_method li label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #140717;
  left: 0;
  border-radius: 50px;
  border: 4px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: inset 1px 1px 3px 0px rgb(0 0 0 / 67%);
}

button[name="woocommerce_checkout_place_order"]::after {
  content: "";
  position: absolute;
  left: -4px;
  border: 10px solid transparent;
  border-right-color: #000;
  border-top-width: 17px;
  border-bottom-width: 0;
  top: 0px;
  border-right-width: 21px;
  transform: rotate(-180deg);
}

.woocommerce ul#shipping_method li label {
  padding-left: 2rem;
}

.woocommerce ul#shipping_method li input:checked+label::before {
  background: red;
}

button[name="woocommerce_checkout_place_order"] {
  display: block;
  width: auto;
  margin-top: 7px !important;
  float: none !important;
  padding: 19px 40px !important;
  height: auto;
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  position: relative;
}

button[name="woocommerce_checkout_place_order"]::before {
  content: "";
  content: "";
  position: absolute;
  right: -2px;
  border: 10px solid transparent;
  border-right-color: #000;
  border-top-width: 17px;
  border-bottom-width: 0;
  bottom: 0px;
  border-right-width: 21px;
}

.woocommerce-checkout #payment div.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

button[name="woocommerce_checkout_place_order"]:hover {
  background: #eee !important;
}

.woocommerce table.shop_table td.product-name {
  font-size: 0;
}

.woocommerce table.shop_table td.product-name .pcthum {
  font-size: 17px;
}

.woocommerce table.shop_table tr.cart_item td {
  /* border-bottom: 1px solid rgb(255 255 255 / 17%); */
  padding-left: 0;
  padding: 1rem 0;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  width: 50%;
  clear: none;
  display: inline-block;
  padding: 0 1.2rem;
}

.woocommerce-checkout header.entry-header {
  padding: 0 1.8rem;
}

.woocommerce table.shop_table th {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;

  font-size: 14px;
}

td.product-total span.woocommerce-Price-amount.amount {
  font-size: 13px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.payment_box.payment_method_bacs {
  display: none !important;
}

.wc_payment_methods li.wc_payment_method {
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}

.form-row.thwcfd-field-heading {
  padding: 0 1.8rem !important;
  padding-bottom: 0rem !important;
  padding-top: 1.5rem !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #101011;
  color: #515151;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #101011;
}

.woocommerce form .form-row-wide#billing_full_name_field {
  width: 100%;
}

.woocommerce form .form-row label {
  font-size: 11px;
  padding-bottom: 8px;
  padding-top: 10px;
}

.form-row.thwcfd-field-heading h3,
.form-row.thwcfd-field-heading h1 {
  font-size: 16px;
}

.woocommerce form .woocommerce-additional-fields {
  padding: 10px;
}

.woocommerce table.shop_table td.product-name .pcthum span {
  line-height: 1;
}

.woocommerce ul#shipping_method li label {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}

.woocommerce-checkout header.entry-header {
  padding: 0 1.8rem;
}

@media screen and (max-width: 800px) {
  .woocommerce div#customer_details {
    width: 100% !important;
    padding-right: 0;
  }

  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    width: 100%;
    clear: none;
    display: inline-block;
    padding: 0 1.2rem;
  }

  .default-page {
    padding: 140px 14px;
  }

  div#order_review {
    padding: 3rem;
    border-left: 0;
  }

  .woocommerce h3#order_review_heading,
  .woocommerce-checkout-review-order {
    width: 100%;
  }

  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    padding: 0 0.5rem;
  }

  .form-row.thwcfd-field-heading,
  .woocommerce form .woocommerce-additional-fields {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  div#order_review {
    padding: 0rem;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce table.shop_table thead {
    display: none;
  }

  .category-everlasting__small-post-category {
    margin-left: 0 !important;
    margin-top: 12px;
  }

  .woocommerce table.shop_table tbody tr,
  .woocommerce table.shop_table tbody {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce table.shop_table {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce table.shop_table td.product-name .pcthum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .woocommerce table.shop_table tr.cart_item td {
    border-bottom: 0;
    display: inline-flex;
  }

  .woocommerce table.shop_table tr.cart_item td.product-total {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .woocommerce table.shop_table td.product-name .pcthum span {
    line-height: 1;
    font-size: 14px;
  }

  .woocommerce table.shop_table tbody tr {
    justify-content: center;
    align-items: center;
  }

  .pcthum span:first-child img {
    width: 100%;
    height: auto;
  }

  .woocommerce table.shop_table tfoot {
    padding-top: 20px;
    width: 100%;
  }

  div#order_review {
    padding: 0rem;
  }

  .woocommerce-privacy-policy-text {
    font-size: 12px;
    line-height: 2;
  }

  .woocommerce table.shop_table tfoot tr {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
  }

  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    padding: 0 0.5rem;
  }

  .form-row.thwcfd-field-heading,
  .woocommerce form .woocommerce-additional-fields {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 1rem;
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 18.2%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.8% 2.992em 0;
}

.wrap_store_lmr_content {
  display: flex;
  flex-wrap: wrap;
  float: none;
  padding-top: 76px;
  justify-content: center;
}

.lmr-store__discount {
  position: relative;
  margin-bottom: 24px;
}

.lmr-store__discount-text {
  color: #000 !important;
}

.h6-roboto-sg {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.wrap_store_lmr_content {
  min-width: 100%;
}

.wd-shop-tools {
  justify-content: space-between;
}

form.woocommerce-ordering.wd-style-underline.wd-ordering-mb-icon {
  display: flex;
  flex-basis: 67%;
  justify-content: flex-end;
}

body.woocommerce-page.woocommerce .woocommerce-ordering select {
  background: #000000;
  padding: 10px;
  border-radius: 0;
  border: 1px solid !important;
}

:root select.orderby option {
  background-color: #000;
}

.woocommerce div.product {
  border: 2px solid #ccc;
  padding: 10px 15px;
  height: 100%;
}

.wd-product .product-wrapper {
  height: 100%;
}

.lmr-buy-now-button {
  width: 74%;
  margin: 0 auto;
  padding: 9px 5px;
  border: 1px solid #fff;
  background: #ffffff !important;
  color: #171717 !important;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: all !important;
  cursor: pointer;
  transition: background 0.2s ease !important;
  font-size: 12px;
  border-radius: 0 !important;
  height: 36px;
  position: relative;
  clip-path: polygon(0% 0%,
      100% 0,
      100% calc(100% - 12px),
      calc(100% - 12px) 100%,
      0% 100%);
}

.lmr-buy-now-button:hover {
  background: #eae9e9 !important;
}

.wd-add-btn.wd-add-btn-replace a.button.product_type_simple.add_to_cart_button {
  width: 75%;
  margin: auto 8px 7px;
  padding: 9px 5px;
  border: 1px solid #fff;
  background: transparent !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: all !important;
  cursor: pointer;
  transition: background 0.2s ease !important;
  font-size: 12px;
  border-radius: 0 !important;
  height: 40px;
  position: relative;
  clip-path: polygon(0% 0%,
      100% 0,
      100% calc(100% - 12px),
      calc(100% - 12px) 100%,
      0% 100%);
}

.wd-add-btn.wd-add-btn-replace a.button.product_type_simple.add_to_cart_button::after,
.lmr-buy-now-button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10.5px;
  right: -12px;
  z-index: 5;
  width: 19px;
  height: 20px;
  border: unset;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  transform: rotate(135.5deg) !important;
  top: unset;
  inset-inline-start: unset;
  border-left-color: unset;
  border-radius: unset;
}

.wd-product.wd-hover-standard .wd-add-btn {
  margin-top: 0 !important;
}

.wd-content-area {
  display: flex;
  flex-direction: column;
}

.wd-add-btn.wd-add-btn-replace a.button.product_type_simple.add_to_cart_button:hover {
  background: #555555 !important;
}

.wd-add-btn.wd-add-btn-replace a.button.product_type_simple.add_to_cart_button span {
  padding: 0;
  min-height: 0;
  color: inherit;
}

.wd-add-btn-replace .add-to-cart-loop:hover:before {
  display: none;
}

.wd-add-btn-replace .add-to-cart-loop:hover::after {
  display: none;
}

.wd-add-btn-replace .add-to-cart-loop:hover span {
  transform: unset !important;
}

section.lmr-store__newsletter {
  margin-top: 155px;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.lmr-store__input.body-5-sg {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}

.lmr-store__checkbox .wpcf7-list-item-label {
  margin-left: 32px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.lmr-store__submit.body-8-sg {
  background: transparent;
  margin-top: -45px;
  height: fit-content;
}

.lmr-store .lmr-store__submit-wrapper p {
	position: relative !important;
	display: block !important;
	height: 16px !important;
}

.lmr-store input.wpcf7-form-control.wpcf7-submit.has-spinner.lmr-store__submit.body-8-sg {
  position: absolute !important;
}

label.main-check-label.body-8-sg {
  margin-bottom: -7px;
}

section.lmr-store__newsletter h3.lmr-store__newsletter-title.h6-roboto-sg,
section.lmr-store__newsletter span.wpcf7-list-item-label,
section.lmr-store__newsletter a.lmr-store__privacy-link {
  color: #fff;
}

:is(.woocommerce-checkout > .checkout-order-review,
  .woocommerce-order-pay #order_review),
.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
  background-color: #000 !important;
}

div#order_review {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
  margin-top: 32px;
}

.wd-table-wrapper.wd-manage-on {
  margin-top: 23px;
}

aside.wd-sidebar.sidebar-container.wd-grid-col.sidebar-right,
:is(.woocommerce-checkout > .checkout-order-review,
  .woocommerce-order-pay #order_review):after {
  display: none;
}

.posts__categories {
  min-width: 300px;
}

ul.posts__categories-list {
  list-style: none;
  padding-left: 0;
}

p.woocommerce-result-count {
  margin-bottom: 0;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin-top: 100px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin-top: 100px;
  padding: 0 23px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

:is(.woocommerce-checkout > .checkout-order-review,
  .woocommerce-order-pay #order_review):before {
  display: none !important;
}

:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  position: fixed;
  bottom: 0;
}

/* .checkout-order-review {
  margin-top: 72px;
} */
div#ur-frontend-form {
  box-shadow: unset !important;
}

button.user-registration-Button.button.ur-submit-button,
button.btn.button.ur-submit-button {
  background: #ee2424 !important;
}

p.user-registration-LostPassword.lost_password a {
  color: #ee2424 !important;
}

.main__small-post h3.main__post-title.h6-roboto-sg {
  margin-bottom: 0px !important;
}

.main__small-post p {
  margin-bottom: 0px;
}

h3.main__post-title.h6-roboto-sg {
  text-align: left;
}

div#user-registration {
  max-width: unset !important;
}

form.user-registration-form.user-registration-form-login.login {
  margin-top: 0;
  margin-bottom: 94px;
}

div#ur-frontend-form {
  padding: unset;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  padding: 10px 0 !important;
  color: #fff !important;
}

header.content-post__header {
  margin-bottom: 20px;
}

main.post-page .entry-content {
  margin-top: 20px;
}

.tab-indicator {
  height: 1px !important;
}

h3.posts__post-title.h6-roboto-sg {
  text-align: left !important;
}

form.register input {
  min-height: 48px !important;
}

body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error) {
  font-size: 14px !important;
}

button.btn.button.ur-submit-button {
  border: unset !important;
}

div#user-registration-form-99 {
  padding: unset;
}

/* div#user-registration-form-99 .ur-form-grid.ur-grid-1 {
  max-width: 480px;
} */
button.btn.button.ur-submit-button {
  margin-top: 17px !important;
}

.register__form-wrapper div#user-registration-form-99 button.btn.button.ur-submit-button {
  margin-top: 24px !important;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Molot";
  src: url("fonts/Molot.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* =======================
category-everlasting-summer */

.category-everlasting-summer,
.category-everlasting-summer-en {
  background-color: #212121 !important;
  color: #fff;
  font-family: "Roboto Mono", monospace;
}

.category-everlasting-summer .header-dark .header__nav-svg path,
.category-everlasting-summer-en .header-dark .header__nav-svg path,
.category-love-money-rock-n-roll .header-dark .header__nav-svg path,
.category-love-money-rock-n-roll-en .header-dark .header__nav-svg path {
  stroke: #fff;
}

.container {
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 20px;
}

.category-everlasting {
  margin: 100px 0 93px;
}

.category-everlasting__heading {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.category-everlasting__title {
  margin: 0;
  font-family: "Molot", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #ee2424;
  text-shadow: 0px 4px 4px #00000040;
}

.category-everlasting__inner {
  display: grid;
  grid-template-columns: 256px 1fr;
  gap: 64px;
}

.category-everlasting__subtitle {
  font-family: "Molot", sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 16px;
  color: inherit;
}

.category-everlasting__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.category-everlasting__list a {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.category-everlasting__posts {
  display: flex;
  flex-direction: column;
}

.category-everlasting .container {
  max-width: 1920px !important;
}

.category-everlasting__large-post {
  display: flex;
  margin-bottom: 90px;
}

.category-everlasting__post-image {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0.5px solid #fff;
}

.category-everlasting__large-post-thumbnail {
  width: 100%;
  aspect-ratio: 634 / 500;
  margin-right: 48px;
  max-width: 634px;
  overflow: hidden;
  border-radius: 16px;
}

.category-everlasting__large-post-thumbnail a {
  display: block;
}

.category-everlasting__large-post-thumbnail .category-everlasting__post-image {
  width: 100%;
  aspect-ratio: 634 / 500;
  max-width: 634px;
  object-fit: cover;
  border-radius: 16px;
}

.category-everlasting__large-post-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-everlasting__large-post-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.category-everlasting__large-post-header .category-everlasting__post-category {
  border-radius: 4px;
  padding: 6.5px 8px;
  background-color: #f4f4f4;
  color: #212121;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-family: "Molot", sans-serif;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: fit-content;
  line-height: 1;
}

.category-everlasting__large-post-header .category-everlasting__post-category:hover {
  opacity: 0.8;
  color: #212121;
}

.category-everlasting__small-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 100px;
}

.category-everlasting__small-post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.category-everlasting__small-post-footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-everlasting__small-post {
  display: flex;
  flex-direction: column;
}

.category-everlasting__small-post-thumbnail {
  width: 100%;
  aspect-ratio: 416 / 300;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
}

.category-everlasting__small-post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.category-everlasting__small-post-thumbnail .category-everlasting__post-image {
  width: 100%;
  aspect-ratio: 416 / 300;
  object-fit: cover;
  border-radius: 16px;
}

.category-everlasting__small-post-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.category-everlasting__author-avatar {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
}

.category-everlasting__author-avatar-rounded img {
  border-radius: 50%;
}

.category-everlasting__author-avatar-rounded {
  margin-right: 12px !important;
}

.category-everlasting__author-avatar img {
  display: block;
}

.category-everlasting__author-name {
  line-height: 1 !important;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.category-everlasting__author-name:hover {
  opacity: 0.7;
  color: #fff;
}

.category-everlasting__comments-count-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 3px 12px;
  width: fit-content;
}

.category-everlasting__comments-count-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.category-everlasting__comments-count-text {
  color: #212121;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
}

.category-everlasting__small-comments-count {
  margin-left: 12px;
}

.category-everlasting__small-post-category {
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #f4f4f4;
  color: #212121;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
}

.category-everlasting__small-post-category:hover {
  opacity: 0.8;
  color: #212121;
}

.category-everlasting__post-heading {
  margin: 24px 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.category-everlasting__post-heading span:first-child {
  padding: 4px 8px;
  font-size: 14px;
  font-family: "Molot", sans-serif;
  color: #212121;
  text-transform: uppercase;
  background-color: #f4f4f4;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.category-everlasting__post-heading span:last-child {
  font-size: 14px;
  font-weight: 700;
}

.category-everlasting__post-title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: inherit;
}

.category-everlasting__post-title a:hover {
  color: inherit !important;
}

.category-everlasting__large-post .category-everlasting__post-title {
  margin-top: 8px;
  font-size: 32px;
}

.category-everlasting__post-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.category-everlasting__post-text {
  font-size: 16px;
}

.category-everlasting__post-author {
  display: flex;
  align-items: center;
}

.category-everlasting__post-datetime {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.category-everlasting__post-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.category-everlasting__post-link:hover {
  text-decoration: underline;
  color: #fff;
}

.category-everlasting__read-more-icon {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

/* =======================
category-lmr */

.category-lmr {
  margin: 112px 0 230px;
  line-height: 1.5;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container-lmr {
  margin: 0 auto;
  padding: 0 20px;
}

.category-love-money-rock-n-roll,
.category-love-money-rock-n-roll-en {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #171717 !important;
}

.category-love-money-rock-n-roll a,
.category-love-money-rock-n-roll-en a {
  color: inherit;
  text-decoration: none;
}

.category-lmr__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.category-lmr__heading p {
  font-size: 18px;
  margin: 0;
}

.category-lmr__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

.category-everlasting-summer .category-lmr__title,
.category-everlasting-summer-en .category-lmr__title {
  font-family: "Molot";
  color: #ee2424;
}

.category-lmr__nav-wrapper {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: max-content;
  justify-self: center;
}

.category-lmr__nav {
  width: 100%;
  line-height: 1.2;
  height: 300px;
  overflow: scroll;
  position: absolute;
  top: 100%;
}

.list-reset{
	  background:#171717 !important;
}

.category-lmr__nav ul {
  display: none;
}

.category-lmr__nav a,
.category-lmr__btn {
  margin-bottom: 16px !important;
  position: relative !important;
  padding: 19px 52px !important;
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center !important;
  border: 1px solid #adaab1 !important;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s !important;
}

.single-related .category-lmr__btn {
  margin-bottom: 0;
}


.category-lmr__nav a:hover::before,
.category-lmr__btn:hover::before,
.category-lmr__btn:hover::after,
.category-lmr__nav a:hover::after {
  border-color: #fff;
}

.category-lmr__nav a::before,
.category-lmr__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 5;
  width: 26.5px;
  height: 20px;
  border-bottom: 1px solid #adaab1;
  background-color: #171717;
  transform: rotate(-40deg);
  transition: border-color 0.3s;
}

.block-flexArticles__img {
  width: 100%;
}

.category-lmr__nav a::after,
.category-lmr__btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10.5px;
  right: -10.5px;
  z-index: 5;
  width: 26px;
  height: 20px;
  border-bottom: 1px solid #adaab1;
  background-color: #171717;
  transform: rotate(141.5deg);
}

.category-lmr__btn {
  background: unset !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: inherit !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  justify-self: center !important;
}

.category-lmr__btn span {
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 26px solid #fff;
  transition: border-top-color 0.3s;
}

.category-lmr__btn:hover span {
  border-top-color: #171717;
}

.category-lmr__posts {
  margin-top: 40px;
}

.category-lmr__inner {
  display: grid;
  gap: 80px 32px;
  line-height: 1.5;
}

.category-lmr__cat {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
}

.category-lmr a:hover,
.single-related .category-lmr__inner a:hover,
.single-related .category-lmr__small-posts-grid a:hover,
.single__heading a:hover,
.single__bottom a:hover {
  color: inherit !important;
}

.category-lmr__post-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}

.category-lmr__post-title a:hover {
  color: inherit !important;
}

.category-lmr__post-text {
  font-size: 16px;
}

.category-lmr__bottom {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.category-lmr__bottom img {
  border-radius: 50%;
  width: 48px;
}

.category-lmr__author {
  margin-bottom: 3px;
  font-weight: 600;
}

.category-lmr__posts .category-lmr__btn {
  margin-top: 64px;
}

/* Small posts grid for category-lmr */
.category-lmr__small-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 100px;
}

.single-related .category-lmr__small-posts-grid {
  margin-bottom: 0;
}

.category-lmr__small-post {
  display: flex;
  flex-direction: column;
}

.category-lmr__small-post-thumbnail {
  width: 100%;
  aspect-ratio: 416 / 300;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
}

.category-lmr__small-post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.category-lmr__small-post-thumbnail .category-lmr__post-image {
  width: 100%;
  aspect-ratio: 416 / 300;
  object-fit: cover;
  border-radius: 16px;
}

.category-lmr__small-post-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.category-lmr__author-avatar {
  display: inline-block;
  flex-shrink: 0;
}

.category-lmr__author-avatar-rounded img {
  border-radius: 50%;
}

.category-lmr__author-avatar-rounded {
  margin-right: 12px !important;
}

.category-lmr__author-avatar img {
  display: block;
}

.category-lmr__author-name {
  line-height: 1 !important;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.category-lmr__author-name:hover {
  opacity: 0.7;
  color: #fff;
}

.category-lmr__comments-count-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 6.5px 12px;
  width: fit-content;
}

.category-lmr__comments-count-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.category-lmr__comments-count-text {
  color: #000;
  margin: 0;
  font-weight: 500;
}

.category-lmr__small-comments-count {
  margin-left: 12px;
}

.category-lmr__post-category {
  border-radius: 4px;
  padding: 6.5px 8px;
  background-color: #f4f4f4;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.category-lmr__post-category:hover {
  opacity: 0.8;
  color: #000;
}

.category-lmr__small-post-category {
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #f4f4f4 !important;
  color: #000 !important;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
}

.category-lmr__small-post-header a.category-lmr__small-post-category:hover {
  opacity: 0.8;
  color: #000 !important;
}

.category-lmr__post-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.category-lmr__post-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}

.category-lmr__post-title a:hover {
  color: inherit !important;
}

.category-lmr__post-text {
  font-size: 16px;
}

.category-lmr__small-post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.category-lmr__small-post-footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-lmr__post-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.category-lmr__post-link:hover {
  text-decoration: underline;
  color: #fff;
}

.category-lmr__read-more-icon {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.category-lmr__read-more-icon--no-filter {
  filter: none;
}

.category-lmr__post-date,
.category-lmr__post-time {
  font-size: 14px;
  color: inherit;
}

.category-lmr__divider {
  color: #fff;
}

/* ======================= 
Breadcrumbs */

.breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.category-love-money-rock-n-roll .breadcrumbs,
.category-love-money-rock-n-roll-en .breadcrumbs,
.category-everlasting-summer .breadcrumbs,
.category-everlasting-summer-en .breadcrumbs {
  color: #fff;
}

.breadcrumbs>span {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.breadcrumbs span {
  color: inherit;
}

.breadcrumbs svg {
  fill: #000;
}

.category-love-money-rock-n-roll .breadcrumbs svg,
.category-love-money-rock-n-roll-en .breadcrumbs svg,
.category-everlasting-summer .breadcrumbs svg,
.category-everlasting-summer-en .breadcrumbs svg {
  fill: #fff;
}

.breadcrumbs a,
.breadcrumbs svg {
  opacity: 0.5;
}

.breadcrumbs a:hover {
  opacity: 1;
  color: inherit;
}

/* ======================= 
Single */

.single {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #000;
}

.single:not(.single-product) {
  padding: 30px 0;
}

.category-love-money-rock-n-roll .single,
.category-love-money-rock-n-roll-en .single {
  color: #fff;
  margin-bottom: 64px;
}

.category-everlasting-summer .single,
.category-everlasting-summer-en .single {
  color: #fff;
  font-family: "Roboto Mono", monospace;
}

.single a {
  color: inherit;
  text-decoration: none;
}

.single__content a {
  text-decoration: underline !important;
}

.single__content a:hover {
  color: #ee2424;
  text-decoration: none !important;
}

.container-single {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 20px;
}

.single__title {
  margin: 24px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}

.single__heading {
  margin-bottom: 24px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.single__author {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}

.category-love-money-rock-n-roll .single__author,
.category-love-money-rock-n-roll-en .single__author,
.category-everlasting-summer .single__author,
.category-everlasting-summer-en .single__author {
  color: #fff;
}

.single__author img {
  border-radius: 4px;
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.single__data {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single__data svg {
  stroke: #000;
}

.category-love-money-rock-n-roll .single__data svg,
.category-love-money-rock-n-roll-en .single__data svg,
.category-everlasting-summer .single__data svg,
.category-everlasting-summer-en .single__data svg {
  stroke: #fff;
}

.category-love-money-rock-n-roll .single__comments,
.category-love-money-rock-n-roll-en .single__comments,
.category-everlasting-summer .single__comments,
.category-everlasting-summer-en .single__comments {
  color: #adaab1;
}

.category-love-money-rock-n-roll .single__datetime,
.category-love-money-rock-n-roll-en .single__datetime,
.category-everlasting-summer .single__datetime,
.category-everlasting-summer-en .single__datetime {
  color: #adaab1;
}

.single__cat {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f4f4f4;
}

.category-love-money-rock-n-roll .single__cat,
.category-love-money-rock-n-roll-en .single__cat {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.category-everlasting-summer .single__cat,
.category-everlasting-summer-en .single__cat {
  font-family: "Molot", sans-serif;
  color: #212121;
}

.single__comments {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #212121;
}

.single__heading .single__data {
  justify-content: flex-end;
  margin-bottom: 19px;
}

.single__datetime {
  font-size: 14px;
  color: #212121;
}

.single__content {
  color: inherit;
}

.single__content>* {
  margin-bottom: 16px;
}

.single__content blockquote {
  margin: 32px 0;
  padding-left: 24px;
  font-weight: 500;
  border-left: 2px solid #000;
  line-height: 1.2;
}

.category-love-money-rock-n-roll .single__content blockquote,
.category-love-money-rock-n-roll-en .single__content blockquote,
.category-everlasting-summer .single__content blockquote,
.category-everlasting-summer-en .single__content blockquote {
  border-left: 2px solid #fff;
}

.single__content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 40px 0 20px;
  line-height: 1.3;
  color: inherit;
}

.container-img__wrapper {
  margin: 64px 0;
}

.container-img {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.single-img__caption {
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.5;
  padding-left: 8px;
  color: inherit;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
}

.category-love-money-rock-n-roll .single-img__caption,
.category-love-money-rock-n-roll-en .single-img__caption,
.category-everlasting-summer .single-img__caption,
.category-everlasting-summer-en .single-img__caption {
  border-color: #adaab1;
  opacity: 1;
}

.single__bottom {
  margin-top: 40px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.single-related {
  margin-bottom: 100px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.category-love-money-rock-n-roll .single-related,
.category-love-money-rock-n-roll-en .single-related {
  padding-top: 112px;
  color: #fff;
  border-top: 1px solid #fff;
}

.category-everlasting-summer .single-related,
.category-everlasting-summer-en .single-related {
  color: #fff;
  font-family: "Roboto Mono", sans-serif;
}

.single-related__heading {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.single-related__heading p {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
}

.single-btn-red {
  padding: 12px 52px;
  font-size: 16px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 28px;
  background-color: #ee2424;
  text-decoration: none;
}

.single-related .category-lmr__bottom {
  margin-top: 8px;
  display: block;
  color: #212121;
}

.category-love-money-rock-n-roll .single-related .category-lmr__bottom,
.category-love-money-rock-n-roll-en .single-related .category-lmr__bottom {
  color: #adaab1;
}

.single-related .category-lmr__small-post-thumbnail .category-lmr__post-image {
  border-radius: 16px;
}

.category-love-money-rock-n-roll .single-related .category-lmr__small-post-thumbnail .category-lmr__post-image,
.category-love-money-rock-n-roll-en .single-related .category-lmr__small-post-thumbnail .category-lmr__post-image {
  border-radius: 16px;
}

.category-everlasting-summer .single-related .category-lmr__small-post-thumbnail .category-lmr__post-image,
.category-everlasting-summer-en .single-related .category-lmr__small-post-thumbnail .category-lmr__post-image {
  border: 0.5px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.category-lmr__link {
  margin-top: 24px;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.category-lmr__link:hover {
  color: inherit;
}

.category-lmr__link svg {
  fill: #000;
}

.category-love-money-rock-n-roll .category-lmr__link svg,
.category-love-money-rock-n-roll-en .category-lmr__link svg,
.category-everlasting-summer .category-lmr__link svg,
.category-everlasting-summer-en .category-lmr__link svg {
  fill: #fff;
}

.category-lmr__data {
  margin: 32px 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.category-lmr__data .category-lmr__cat {
  padding: 4px 8px;
  margin: 0;
  background-color: #f4f4f4;
}

.category-love-money-rock-n-roll .category-lmr__data .category-lmr__cat,
.category-love-money-rock-n-roll-en .category-lmr__data .category-lmr__cat {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.category-everlasting-summer .category-lmr__data .category-lmr__cat,
.category-everlasting-summer-en .category-lmr__data .category-lmr__cat {
  font-family: "Molot";
  font-weight: 400;
  color: #212121;
}

.category-lmr__data span {
  font-size: 14px;
}

.single-btn-transparent {
  padding: 9px 16px;
  font-size: 20px;
  font-family: "Molot";
  color: inherit;
  text-decoration: none;
  border: 1px solid #fff;
}

.single-btn-transparent:hover {
  /* 	color: #fff; */
  background-color: #fff;
}

.category-everlasting__list a:hover {
  opacity: 0.7;
  color: #fff;
}

.category-everlasting__post-link:hover,
.category-everlasting__list a.active {
  opacity: 0.7;
  color: #fff;
}

.category-everlasting-summer #page,
.category-everlasting-summer-en #page,
.category-love-money-rock-n-roll #page,
.category-love-money-rock-n-roll-en #page,
.single #page {
  position: static;
}

.category-lmr .category-lmr__post:hover {
  color: #fff;
}

.category-everlasting-summer .category-lmr__bottom,
.category-everlasting-summer-en .category-lmr__bottom {
  display: none;
}

.category-love-money-rock-n-roll .footer,
.category-love-money-rock-n-roll-en .footer,
.category-everlasting-summer .footer,
.category-everlasting-summer-en .footer {
  background-color: inherit;
}

.category-love-money-rock-n-roll .footer #menu-footer-links-2 a:hover,
.category-love-money-rock-n-roll-en .footer #menu-footer-links-2 a:hover,
.category-everlasting-summer .footer #menu-footer-links-2 a:hover,
.category-everlasting-summer-en .footer #menu-footer-links-2 a:hover {
  color: #fff;
}

.category-lmr__nav a:hover,
.category-lmr__btn:hover {
  background-color: #fff !important;
  color: #171717 !important;
  border-color: #fff !important;
}


/* =======================
Category Responsive */
@media (max-width: 1200px) {
  .category-everlasting__inner {
    grid-template-columns: 220px 1fr;
    gap: 48px;
  }

  .category-everlasting__small-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-lmr {
    margin: 96px 0 200px;
  }

  .category-lmr__inner {
    gap: 64px 28px;
  }

  .category-lmr__small-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }

  .category-everlasting {
    margin: 80px 0 88px;
  }

  .category-everlasting__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .category-everlasting__list {
    grid-template-columns: 1fr;
  }

  .category-everlasting__title {
    font-size: 42px;
  }

  .category-everlasting__posts {
    grid-template-columns: 1fr 1fr;
  }

  .category-lmr {
    margin: 96px 0 160px;
  }

  .category-lmr__inner {
    gap: 56px 24px;
  }

  .category-lmr__small-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .category-lmr__title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .category-everlasting {
    margin: 64px 0 72px;
  }

  .category-everlasting__title {
    font-size: 36px;
  }

  .category-everlasting__large-post {
    flex-direction: column;
  }

  .category-everlasting__large-post-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .category-everlasting__small-posts-grid {
    grid-template-columns: 1fr;
  }

  .category-everlasting__list a {
    font-size: 18px;
  }

  .category-lmr {
    margin: 80px 0 120px;
  }

  .category-lmr__inner {
    gap: 40px;
  }

  .category-lmr__small-posts-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .category-lmr__nav-wrapper {
    margin-top: 20px;
    padding: 12px;
  }

  .category-lmr__nav a,
  .category-lmr__btn {
    padding: 16px 28px !important;
    font-size: 20px;
  }

  .category-lmr__posts {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .pcthum span:last-child {
    padding: 10px 5px;
  }

  .wd-checkout-prod-total {
    text-align: center !important;
  }

  .container {
    padding: 0 16px;
  }

  .category-everlasting {
    margin: 56px 0 64px;
  }

  .category-everlasting__title {
    font-size: 30px;
  }

  .category-everlasting__post-title {
    font-size: 22px;
  }

  .category-lmr {
    margin: 72px 0 100px;
  }

  .category-lmr__title {
    font-size: 36px;
  }

  .category-lmr__small-posts-grid {
    gap: 24px;
    margin-bottom: 64px;
  }

  .category-lmr__post-title {
    font-size: 20px;
  }

  .category-lmr__nav a,
  .category-lmr__btn {
    padding: 14px 22px !important;
    font-size: 18px;
  }
}

/* =======================
Single Responsive */

/* small desktops */
@media (max-width: 1200px) {

  .category-love-money-rock-n-roll .single,
  .category-love-money-rock-n-roll-en .single {
    margin-bottom: 56px;
  }

  .container-single {
    max-width: 900px;
    padding: 0 36px;
  }

  .container-img {
    max-width: 1000px;
    padding: 0 36px;
  }

  .single__title {
    font-size: 30px;
  }

  .single__content h2 {
    font-size: 26px;
  }

  .single-related__heading {
    margin-bottom: 64px;
  }

  .single-related .category-lmr__small-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* Tablets */
@media (max-width: 992px) {

  .category-love-money-rock-n-roll .single,
  .category-love-money-rock-n-roll-en .single {
    margin-bottom: 48px;
  }

  .container-single {
    max-width: 100%;
    padding: 0 24px;
  }

  .container-img {
    padding: 0 24px;
  }

  .single__title {
    font-size: 28px;
    margin: 20px 0;
  }

  .single__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
  }

  .single__heading .single__data {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .single__author {
    width: 100%;
  }

  .single__content h2 {
    font-size: 24px;
    margin: 32px 0 16px;
  }

  .single__content blockquote {
    margin: 24px 0;
    padding-left: 20px;
  }

  .container-img__wrapper {
    margin: 48px 0;
  }

  .single-img__caption {
    font-size: 13px;
    margin-top: 12px;
  }

  .single__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
  }

  .single-related {
    margin-bottom: 80px;
  }

  .category-love-money-rock-n-roll .single-related,
  .category-love-money-rock-n-roll-en .single-related {
    padding-top: 80px;
  }

  .single-related__heading {
    margin-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .single-related .category-lmr__small-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .single-btn-red {
    padding: 10px 44px;
    font-size: 15px;
  }
}

/* Small tablets */
@media (max-width: 768px) {

  .category-love-money-rock-n-roll .single,
  .category-love-money-rock-n-roll-en .single {
    margin-bottom: 40px;
  }

  .container-single {
    padding: 0 20px;
  }

  .container-img {
    padding: 0 20px;
  }

  .single__title {
    font-size: 24px;
    margin: 16px 0;
  }

  .single__author {
    gap: 12px;
    font-size: 13px;
  }

  .single__author img {
    width: 64px;
    height: 64px;
  }

  .single__data {
    gap: 12px;
    font-size: 13px;
  }

  .single__cat {
    padding: 3px 6px;
    font-size: 13px;
  }

  .single__comments {
    font-size: 13px;
    gap: 6px;
  }

  .single__datetime {
    font-size: 13px;
  }

  .single__content>* {
    margin-bottom: 14px;
  }

  .single__content h2 {
    font-size: 22px;
    margin: 28px 0 14px;
  }

  .single__content blockquote {
    margin: 20px 0;
    padding-left: 16px;
    font-size: 15px;
  }

  .container-img__wrapper {
    margin: 40px 0;
  }

  .container-img img {
    border-radius: 12px;
  }

  .single-img__caption {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 6px;
  }

  .single__bottom {
    margin-top: 32px;
    padding: 10px 0;
    gap: 12px;
  }

  .single-related {
    margin-bottom: 64px;
  }

  .category-love-money-rock-n-roll .single-related,
  .category-love-money-rock-n-roll-en .single-related {
    padding-top: 64px;
  }

  .single-related__heading {
    margin-bottom: 40px;
  }

  .single-related__heading p {
    margin-top: 16px;
    font-size: 16px;
  }

  .single-related .category-lmr__small-posts-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .category-lmr__post-title {
    font-size: 22px;
  }

  .category-lmr__post-text {
    font-size: 15px;
  }

  .single-btn-red {
    padding: 10px 40px;
    font-size: 14px;
  }

  .single-btn-transparent {
    padding: 8px 14px;
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .category-lmr__small-post-category {
    margin-left: 0 !important;
    margin-top: 12px;
  }

  .custom-logo {
    width: auto;
    min-width: 32px;
    object-fit: contain;
    height: 32px;
  }

  .footer__bl-logo {
    width: auto;
    height: auto;
    min-width: 100px;
    object-fit: contain;
  }

  .category-love-money-rock-n-roll .single,
  .category-love-money-rock-n-roll-en .single {
    margin-bottom: 32px;
  }

  .container-single {
    padding: 0 16px;
  }

  .container-img {
    padding: 0 16px;
  }

  .single__title {
    font-size: 22px;
    margin: 12px 0;
    line-height: 1.2;
  }

  .single__author {
    gap: 10px;
    font-size: 12px;
    flex-wrap: wrap;
  }

  .single__author img {
    width: 56px;
    height: 56px;
  }

  .single__data {
    gap: 10px;
    font-size: 12px;
    flex-wrap: wrap;
  }

  .single__cat {
    padding: 3px 6px;
    font-size: 12px;
  }

  .single__comments {
    font-size: 12px;
    gap: 6px;
  }

  .single__datetime {
    font-size: 12px;
  }

  .single__content>* {
    margin-bottom: 12px;
  }

  .single__content h2 {
    font-size: 20px;
    margin: 24px 0 12px;
  }

  .single__content blockquote {
    margin: 16px 0;
    padding-left: 12px;
    font-size: 14px;
  }

  .container-img__wrapper {
    margin: 32px 0;
  }

  .container-img img {
    border-radius: 8px;
  }

  .single-img__caption {
    font-size: 11px;
    margin-top: 8px;
    padding-left: 6px;
  }

  .single__bottom {
    margin-top: 24px;
    padding: 8px 0;
    gap: 10px;
  }

  .single-related {
    margin-bottom: 48px;
  }

  .category-love-money-rock-n-roll .single-related,
  .category-love-money-rock-n-roll-en .single-related {
    padding-top: 48px;
  }

  .single-related__heading {
    margin-bottom: 32px;
  }

  .single-related__heading p {
    margin-top: 12px;
    font-size: 15px;
  }

  .single-related .category-lmr__small-posts-grid {
    gap: 24px;
  }

  .category-lmr__post-title {
    font-size: 20px;
    margin: 6px 0;
  }

  .category-lmr__post-text {
    font-size: 14px;
  }

  .category-lmr__bottom {
    margin-top: 16px;
    gap: 12px;
    font-size: 13px;
  }

  .category-lmr__bottom img {
    width: 40px;
  }

  .single-btn-red {
    padding: 10px 32px;
    font-size: 14px;
  }

  .single-btn-transparent {
    padding: 6px 12px;
    font-size: 16px;
  }

  .category-lmr__data {
    margin: 24px 0 12px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .category-lmr__data span {
    font-size: 13px;
  }

  .category-lmr__link {
    margin-top: 16px;
    gap: 12px;
    font-size: 14px;
  }

  .woocommerce table.shop_table tbody tr,
  .woocommerce table.shop_table tbody {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 768px) {
  .h6-roboto-sg {
    margin-bottom: 10px;
  }

  .lmr-store__discount {
    margin-bottom: 30px !important;
  }

  .lmr-store__discount svg {
    width: 200px;
    height: auto;
    transform: scaleY(1.1) translateY(3px);
  }

  .lmr-store__discount-text {
    font-size: 16px !important;
    line-height: 1;
    margin-bottom: 0px !important;
  }

  .post-239 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.category-love-money-rock-n-roll .header__nav-menu a,
.category-love-money-rock-n-roll-en .header__nav-menu a {
  color: #fff !important;
}

.category-love-money-rock-n-roll .sub-menu a,
.category-love-money-rock-n-roll-en .sub-menu a {
  color: #ffffff;
}

.category-love-money-rock-n-roll .header__burger span,
.category-love-money-rock-n-roll-en .header__burger span {
  background-color: #fff !important;
}

.required-field-message {
  color: #8b8b8b;
  font-weight: 600;
}

#comments {
  margin-bottom: 30px;
}

#privacy_policy_1763805103_field label abbr {
  display: contents !important;
}

.wd-notice.wd-warning,
.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
div.wc-block-components-notice-banner.is-info,
div.wc-block-components-notice-banner.is-error,
.woocommerce-error,
.woocommerce-info {
  background-color: #dc3545 !important;
}

#custom_terms_checkbox_field {
  display: block;
  width: 100%;
  font-family: "Roboto-Regular";
  color: hsl(0deg 0% 100% / 79%);
  margin-bottom: 0 !important;
}

#custom_terms_checkbox_field a{
	text-decoration: underline !important;
}

#custom_terms_checkbox_field a:hover{
	color: inherit !important;
	text-decoration: none !important;
}

#custom_terms_checkbox_field label {
  font-size: 1rem !important;
}

.main-profile-page * {
  color: #000 !important;
}

.main-profile-page a {
  text-decoration: underline;
}

body .select2-container--default .select2-search--dropdown,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__options {
  background-color: #000 !important;
}

.select2-container--open .select2-dropdown--below {
  border-width: 1px !important;
  border-top: none !important;
}

/* Пример для WebKit-браузеров */
.select2-results__options::-webkit-scrollbar {
  width: 10px;
  /* Ширина */
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #000;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
  /* Скруглённые углы */
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Цвет при наведении */
}

.lmr-store__privacy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}

.lmr-store__privacy-link {
  margin-bottom: 10px;
  position: relative;
  display: inline-flex !important;
  text-decoration: none !important;
  align-items: center;
  gap: 5px;
}

.lmr-store__privacy-wrapper .lmr-store__cart-link{
  position: absolute;
  top: -67.5px;
  right: 0;
  z-index: 999;
}

.lmr-store__privacy-link .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #d9d9d9;
  color: #000 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
}

.header__user-menu .lmr-store__privacy-link .cart-count {
  width: 12px;
  height: 12px;
  font-size: 8px;
  right: -10px;
}

@media (max-width: 576px) {
	
  .lmr-store__privacy-wrapper .lmr-store__cart-link{
	 top: -45px;
  }

  .lmr-store__privacy-wrapper {
    justify-content: end;
  }

  .lmr-store__privacy-link svg {
    width: 30px;
    height: 30px;
  }

  .lmr-store__privacy-link .cart-count {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }
}

.checkout-digital-item .woocommerce-additional-fields {
  display: none;
}

.checkout-digital-item .woocommerce form .form-row-wide,
.checkout-digital-item .woocommerce-page form .form-row-wide {
  width: 100%;
}

/* ======================= 
Category Default (Universal Category Page) */

.category-default {
  position: relative;
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 0 62px;
}

/* Баннер с черным фоном */
.category-default__banner {
  background-color: #000;
  color: #fff;
  padding: 0 60px;
  width: 100%;
  position: relative;
  height: 258px;
  max-width: 1352px;
  margin: 0 auto;
  border-radius: 16px;
  background: url("./assets/archive/banner-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-default__banner-container {
  margin: 0 auto;
  width: 100%;
}

.category-default__breadcrumbs {
  margin-bottom: 16px;
}

.category-default__breadcrumbs .breadcrumbs {
  color: #fff;
}

.category-default__breadcrumbs .breadcrumbs svg {
  fill: #fff;
  opacity: 0.5;
}

.category-default__breadcrumbs .breadcrumbs a {
  color: #fff;
  opacity: 0.5;
}

.category-default__breadcrumbs .breadcrumbs a:hover {
  opacity: 1;
}

.author-archive__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.author-archive__avatar {
  padding-bottom: 2px;
}

.author-archive__avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.category-default__title {
  margin-bottom: 16px;
  color: #fff;
}

.category-default__banner-info {
  display: grid;
  grid-template-columns: 9fr 3fr;
  align-items: center;
}

/* Блок с количеством записей */
.category-default__count-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 6.5px 12px;
  width: fit-content;
  align-self: flex-end;
}

.category-default__count-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.category-default__count-text {
  color: #000;
  margin: 0;
  font-weight: 500;
}

.category-default__description {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0;
}

/* Красное изображение справа */
.category-default__ellipse {
  position: absolute;
  right: -20px;
  top: 300px;
  z-index: 0;
  pointer-events: none;
}

/* Контент: архив слева, записи справа */
.category-default__content {
  position: relative;
  padding: 100px 20px;
}

.category-default__content .main__small-posts-grid {
  grid-template-columns: repeat(2, 1fr);
}

.category-default__container {
  max-width: 1352px;
  margin: 0 auto;
}

.category-default__inner {
  display: flex;
  gap: 34px;
  position: relative;
}

/* Архив по месяцам слева */
.category-default__archive {
  flex: 0 0 200px;
  max-height: 600px;
  overflow-y: auto;
}

.category-default__archive-title {
  margin-bottom: 24px;
  font-weight: 600;
}

.category-default__archive-nav {
  position: relative;
}

.category-default__archive-btn {
  background: unset !important;
  color: #000 !important;
  cursor: pointer !important;
  font-family: inherit !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 16px;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
  transition: background-color 0.3s;
}

.category-default__archive-btn:hover {
  background-color: #f4f4f4 !important;
}

.category-default__archive-btn span {
  display: block;
  width: 0;
  height: 0;
  margin-left: auto;
}

.category-default__archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}

.category-default__archive-item {
  margin: 0;
  padding: 0;
  margin-bottom: var(--li-mb);
}

.category-default__archive-item:not(:last-child) {
  border-bottom: none;
}

.category-default__archive-list a,
.category-default__archive-list span {
  display: block;
  padding: 12px 16px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 8px;
}

.category-default__archive-list a:hover {
  background-color: #f4f4f4;
}

.category-default__archive-item.active a {
  background-color: #ee2424;
  color: #fff;
}

.category-default__archive-item.active a:hover {
  background-color: #ee2424;
  color: #fff;
}

.author-archive__sidebar {
  flex: 0 0 240px;
}

.author-archive__posts {
  flex: 1;
}

.author-archive__month {
  margin-bottom: 24px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 8px;
}

.author-archive__month:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.author-archive__month-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.author-archive__month-title {
  flex: 0 0 auto;
}

.author-archive__month-count {
  margin-left: auto;
  background-color: #f5f5f5;
}

.author-archive__month-info {
  margin-left: auto;
  display: flex;
}

.author-archive__toggle {
  margin-left: auto;
  background-color: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  color: #212121 !important;
  transition: color 0.2s;
}

.author-archive__toggle:hover {
  color: rgb(89, 89, 89) !important;
}

.author-archive__toggle-icon {
  display: block;
  width: 13px;
  height: 8px;
  transition: transform 0.15s;
}

.author-archive__month.is-collapsed .author-archive__toggle-icon {
  transform: rotate(180deg);
}

.author-archive__header .category-default__title {
  margin-bottom: 0 !important;
}

.author-archive__count-icon {
  opacity: 0.5;
}

/* Записи справа */
.category-default__posts {
  flex: 1;
  position: relative;
}

.category-default__large-post {
  display: flex;
  margin-bottom: 90px;
}

.category-default__large-post-thumbnail {
  flex: 0 0 500px;
  margin-right: 48px;
}

.category-default__large-post-thumbnail a {
  display: block;
}

.category-default__large-post-thumbnail img {
  width: 100%;
  height: auto;
}

.category-default__large-post-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-default__small-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 50px;
}

.category-default__small-post {
  border-radius: 8px;
}

.category-default__small-post-thumbnail {
  margin-bottom: 24px;
}

.category-default__small-post-thumbnail img {
  width: 100%;
  height: auto;
}

.category-default__post-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.category-default__post-about {
  display: flex;
  gap: 8px;
  align-items: center;
}

.category-default__post-category {
  background-color: #f4f4f4;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.category-default__reading-time {
  font-size: 12px;
  color: #666;
}

.category-default__post-title {
  margin: 0 0 10px;
  text-align: left !important;
  color: #000 !important;
}

.category-default__post-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.wd-entities-title a:hover,
.wd-product-cats a:hover,
.product_meta a:hover,
.wd-breadcrumbs a:hover {
	color: #fff !important;
}

.category-default__post-title a:hover {
  color: #ee2424;
}

.category-default__post-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.category-default__post-description p:last-child {
  margin-bottom: 0;
}

.category-default__read-more {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.category-default__read-more:hover {
  color: #ee2424;
}

.category-default__read-more svg {
  transition: transform 0.3s;
}

.category-default__read-more:hover svg {
  transform: translateX(4px);
}

/* Кнопка "Показать все" */
.category-default__show-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background-color: #ee2424;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.category-default__show-all-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.category-default__show-all-btn:hover {
  background-color: #d01e1e;
}

.category-default__no-posts {
  padding: 40px 0;
  text-align: center;
  color: #666;
}

/* Responsive */
@media (max-width: 1200px) {
  .category-default__inner {
    gap: 28px;
  }

  .category-default__large-post-thumbnail {
    flex: 0 0 440px;
    margin-right: 36px;
  }

  .category-default__small-posts-grid {
    gap: 24px;
    margin-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .category-default {
    padding: 100px 0 48px;
  }

  .category-default__banner {
    padding: 80px 32px 48px;
    height: auto;
  }

  .category-default__banner-info {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .category-default__count-box {
    margin-left: 0;
    justify-content: flex-start;
  }

  .category-default__inner {
    flex-direction: column;
    gap: 32px;
  }

  .category-default__archive {
    flex: 0 0 auto;
    max-height: none;
  }

  .category-default__large-post-thumbnail {
    flex: 0 0 380px;
    margin-right: 28px;
  }
}

@media (max-width: 768px) {
  .category-default__content .main__small-posts-grid {
    grid-template-columns: 1fr;
  }

  .category-default__banner {
    padding: 72px 20px 40px;
    width: calc(100% - 10px);
  }

  .category-default__content {
    padding: 40px 20px;
  }

  .category-default__ellipse {
    top: 800px;
    max-width: 150px;
    height: auto;
  }

  .category-default__large-post {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .category-default__large-post-thumbnail {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .category-default__small-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .category-default__post-content {
    gap: 6px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .category-default__banner {
    padding: 64px 16px 32px;
  }

  .category-default__content {
    padding: 32px 16px;
  }

  .category-default__title {
    font-size: 32px !important;
  }

  .category-default__small-posts-grid {
    gap: 16px;
    margin-bottom: 48px;
  }
}

/* Author Archive Responsive */
@media (max-width: 1200px) {
  .author-archive__sidebar {
    flex: 0 0 200px;
  }

  .author-archive__month-header {
    gap: 12px;
  }

  .author-archive__month-info {
    gap: 12px;
  }
}

@media (max-width: 992px) {
  .author-archive__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .author-archive__avatar {
    margin-bottom: 0;
  }

  .author-archive__sidebar {
    flex: 0 0 auto;
    width: 100%;
  }

  .author-archive__month-header {
    flex-wrap: wrap;
    gap: 12px;
  }

  .author-archive__month-title {
    width: 100%;
    margin-bottom: 8px;
  }

  .author-archive__month-info {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  .author-archive__month-count {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .author-archive__header {
    gap: 10px;
  }

  .author-archive__avatar img {
    width: 36px;
    height: 36px;
  }

  .author-archive__month {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .author-archive__month-header {
    gap: 10px;
    margin-bottom: 12px;
  }

  .author-archive__month-title {
    font-size: 16px;
  }

  .author-archive__month-info {
    gap: 8px;
  }

  .author-archive__month-count {
    padding: 4px 10px;
  }

  .author-archive__count-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 576px) {
  .author-archive__header {
    gap: 8px;
  }

  .author-archive__avatar img {
    width: 32px;
    height: 32px;
  }

  .author-archive__month {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .author-archive__month-header {
    gap: 8px;
    margin-bottom: 10px;
  }

  .author-archive__month-title {
    font-size: 14px;
  }

  .author-archive__month-info {
    gap: 6px;
    flex-wrap: wrap;
  }

  .author-archive__month-count {
    padding: 3px 8px;
    font-size: 12px;
  }

  .author-archive__count-icon {
    width: 14px;
    height: 14px;
  }

  .author-archive__count-text {
    font-size: 12px;
  }
}

/* Принудительно показываем баннер куки на всех страницах */
.wd-cookies-popup,
.woodmart-cookies-popup {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 99999 !important;
}

.wd-cookies-popup.popup-display,
.woodmart-cookies-popup.popup-display {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.popup-added_to_cart {
  background-color: #000 !important;
}

.wc-block-grid__product-onsale {
  background-color: #b91111 !important;
}

.cookies-info-text,
.cookies-info-text a {
  color: #000 !important;
}

.field-privacy_policy label *:not(input) {
  display: contents !important;
}

.product_meta .meta-label {
  color: hsl(0deg 0% 100% / 79%) !important;
}

.wd-products-nav .wd-dropdown {
  background-color: #ee2424 !important;
}

.product-tabs-wrapper {
  margin-bottom: 40px !important;
}

.product-tabs-inner .wd-tabs-title::after {
  display: none !important;
}

.wd-nav-tabs-wrapper {
  margin-bottom: 0 !important;
}

.product-image-summary .wd-carousel-container .wd-arrow-inner {
  background-color: #252525 !important;
}

.woodmart-show-product-gallery span {
  color: #252525 !important;
}

.responsive-table:has(.shop_table):not(:last-child) {
  margin-bottom: 10px;
}

.responsive-table:has(.lmfwc-shop-table-custom) {
  background: #e4e4e4;
  padding: 10px;
  border-radius: 5px;
}

.wd-with-extra-content .responsive-table:has(.lmfwc-shop-table-custom) {
  background: #000!important;
}

.lmfwc-myaccount-license-key-custom-td {
  text-align: center;
  display: block;
  width: fit-content;
  outline: none;
  border: none;
  padding: 0;
  margin: 5px auto;
}

.lmfwc-myaccount-license-key-custom {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s;
  width: 100%;
  display: block;
  font-weight: 700;
  padding: 10px 40px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.lmfwc-myaccount-license-key-custom .copyIcon {
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 0;
  transition: opacity smooth .2s;
  pointer-events: none;
}

.lmfwc-myaccount-license-key-custom .copyIcon.active {
  left: 11px;
  z-index: 1;
}

.lmfwc-myaccount-license-key-custom .copyIcon svg {
  width: 25px;
  height: 25px;
}

.lmfwc-myaccount-license-key-custom .copyIcon svg path:first-child {
  fill: #d5d5d5;
}

.lmfwc-myaccount-license-key-custom:hover .copyIcon svg path:first-child,
.lmfwc-myaccount-license-key-custom.copyAnim .copyIcon svg path:first-child {
  fill: white;
}

.lmfwc-myaccount-license-key-custom .copyIcon svg path:last-child {
  fill: white;
}

.lmfwc-myaccount-license-key-custom .copyIcon.idle {
  opacity: 1;
}

.lmfwc-myaccount-license-key-custom .copyIcon.active {
  opacity: 0;
}

.lmfwc-myaccount-license-key-custom.copyAnim .copyIcon.idle {
  opacity: 0;
}

.lmfwc-myaccount-license-key-custom.copyAnim .copyIcon.active {
  opacity: 1;
}

.lmfwc-myaccount-license-key-custom .keyValue {
  color: white !important;
}

.lmfwc-myaccount-license-key-custom .keyCopied {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 40px;
  left: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.lmfwc-myaccount-license-key-custom:not(.copyAnim):hover,
.lmfwc-myaccount-license-key-custom.copyAnim {
  background: #EE2424;
}

.lmfwc-myaccount-license-key-custom.copyAnim .keyValue {
  opacity: 0;
  transition: opacity 0 !important;
  color: white !important;
}

.lmfwc-myaccount-license-key-custom.copyAnim .keyCopied {
  opacity: 1;
  animation: lmfwc-key-copied 1s ease-out forwards;
  animation-delay: 0s;
}

@keyframes lmfwc-key-copied {
  0% {
    opacity: 0;
    top: 40px;
  }

  33% {
    opacity: 1;
    top: 10px;
  }

  66% {
    opacity: 1;
    top: 10px;
  }

  100% {
    opacity: 0;
    top: -25px;
  }
}

.product-labels.labels-rounded:has(.out-of-stock) .onsale {
  display: none;
}

body.woocommerce-shop {
  outline: 50px solid lime !important;
}

/* Разделитель после 4-го товара на shop странице */
/* 3-й и 5-й товары с логотипом снизу */
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3),
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5) {
  position: relative;
}

/* 5-й товар начинает новую строку */
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5) {
  grid-column: 1;
}

/* Логотип после 3-го товара снизу */
/* Для русского языка */
html[lang="ru"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
html[lang="ru-RU"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -77.5px;
  left: 10px;
  right: 0;
  width: 100%;
  height: 60px;
  background-image: url("/wp-content/uploads/es-2-logo-ru.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* Для английского языка */
html[lang="en"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
html[lang="en-US"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
html[lang="en-GB"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -77.5px;
  left: 10px;
  right: 0;
  width: 100%;
  height: 60px;
  background-image: url("/wp-content/uploads/es-2-logo-en.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* Логотип после 5-го товара снизу */
/* Для русского языка */
html[lang="ru"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
html[lang="ru-RU"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 10px;
  right: 0;
  width: 100%;
  height: 60px;
  background-image: url("/wp-content/uploads/lmr_logo_rus-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* Для английского языка */
html[lang="en"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
html[lang="en-US"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
html[lang="en-GB"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 10px;
  right: 0;
  width: 100%;
  height: 60px;
  background-image: url("/wp-content/uploads/LMR_LOGO_eng.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.product-wrapper .price {
  margin-top: auto !important;
}

/* Отступ сверху для товаров после 5-го */
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5),
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(6),
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(7),
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(8),
.products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(9) {
  margin-top: 90px;
  margin-bottom: -90px;
}

.custom-payment-primary-btn {
  margin-top: 20px;
  background-color: white !important;
  color: black !important;
  font-size: 24px !important;
  text-transform: none;
  padding: 18px 37px !important;
  clip-path: polygon(20px 0%, 110% 0%, calc(100% - 20px) 100%, -10% 100%);
  text-align: center;
  margin:70px auto;
}

.woocommerce-customer-details{
	display:flex;
	flex-direction:column;
}

.woodmart-thankyou-image{
	width: 100px;	
}

.woocommerce-MyAccount-content .woocommerce-customer-details .custom-payment-primary-btn {
	background:#EE2424 !important;
	color: #fff !important;
	margin:20px 0 0;
	clip-path: none;
	border-radius: 35px;
	font-size: 16px !important;
	max-width: 163px;
	height: 43px;
	padding: 0 !important;
}

@media (max-width: 600px) {
  /* Логотип на 1-м и 5-м товарах сверху для мобильных */
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(1),
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5) {
    position: relative;
  }
	
  .custom-payment-primary-btn {
	margin:50px auto;
  }

  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5),
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(6),
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(7),
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(8),
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(9) {
    margin-top: 0;
    margin-bottom: 0;
  }


  html[lang="ru"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
  html[lang="ru-RU"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
  html[lang="en"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
  html[lang="en-US"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
  html[lang="en-GB"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::before,
  html[lang="ru"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
  html[lang="ru-RU"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
  html[lang="en"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
  html[lang="en-US"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after,
  html[lang="en-GB"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(3)::after {
    display: none;
  }

  /* Логотип перед 1-м товаром */
  html[lang="ru"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(1)::before,
  html[lang="ru-RU"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(1)::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url("/wp-content/uploads/es-2-logo-ru.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  html[lang="en"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(1)::before,
  html[lang="en-US"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(1)::before,
  html[lang="en-GB"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(1)::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url("/wp-content/uploads/es-2-logo-en.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  /* Логотип перед 5-м товаром */
  html[lang="ru"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5)::before,
  html[lang="ru-RU"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5)::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url("/wp-content/uploads/lmr_logo_rus-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  html[lang="en"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5)::before,
  html[lang="en-US"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5)::before,
  html[lang="en-GB"] .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(5)::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url("/wp-content/uploads/LMR_LOGO_eng.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  /* Отступы для мобильных */
  .products.wd-products.wd-grid-g.grid-columns-5 .wd-product:nth-child(n+5) {
    margin-top: 70px;
    margin-bottom: -70px;
  }

  .shop-loop-head {
    margin-bottom: 40px !important;
  }
}

.lmr-store__submit-wrapper {
  position: relative;
}

.lmr-store__submit {
  position: absolute !important;
  top: 65px !important;
}

.category-love-money-rock-n-roll .comment-author *,
.category-love-money-rock-n-roll .comment-content * {
	color: #fff !important;
}

.non-draggable, .non-draggable *, .custom-logo {
  user-drag: none;
  -webkit-user-drag: none;
}

.non-selectable, .non-selectable *, .custom-logo {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.main__contact-form-wrapper .form-label.body-5-sg {
  margin-bottom: 10px;
}

.wd-checkout-prod-total.product-total {
  min-width: 100px;
}

.checkout-modal__overlay {
  background: rgba(0, 0, 0, 0.85)!important;
}

.blockUI.blockOverlay {
  background: transparent!important;
}

.blockUI.blockOverlay::after {
  display: none;
  border: 1px solid red!important;
}

.wd-carousel-inner .wd-carousel-item {
  height: auto!important;
}

.wd-carousel-item .product-wrapper .product-image-link img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.single-product-page.single-product-content.product-design-default {
  border: none!important;
  padding: 50px 0px!important;
}

.wd-btn-arrow.wd-disabled {
  display: none!important;
}

.product-tabs-wrapper .wd-nav-wrapper.wd-nav-tabs-wrapper.text-center {
  text-align: left!important;
}

.product-tabs-wrapper .wd-nav.wd-nav-tabs.tabs.wc-tabs.wd-style-underline-reverse {
  margin-bottom: 0px;
}

.wd-carousel-wrap .woocommerce-product-gallery__image img {
  max-height: 250px!important;
}

#billing_email-description {
  display: block!important;
  height: 24px!important;
  margin: 0!important;
  margin-top: 5px!important;
}

[data-iframe-wrapper] {
  position: relative;
}

[data-iframe-wrapper] iframe {
  z-index: 1;
}

[data-iframe-wrapper] .iframe-wrapper-msg {
  position: absolute;
  z-index: 0;
  color: white;
  font-size: 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
  padding: 20px;
}

.single-related {
    display: none;
}