/*!
Theme Name: lptheme
Theme URI: https://lpunity.com/
Author: lpunity.com
Author URI: https://lpunity.com/
Description: Description
Version: 5.0.0
Tested up to: 8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lptheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
  background: var(--gray-2);
}
::-webkit-scrollbar-track {
  visibility: hidden;
}
}

body {
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Noah Head', sans-serif;
  line-height: 1.5;
  color:var(--black);
  background-color:white;
  min-width: 280px;
}
.languages span{
  display: none!important;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

svg:not(:root) {
  overflow: hidden;
  height: auto;
}

.lp-svgsprite {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  padding: 1rem 1.6rem;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  color: var(--black);
  vertical-align: middle;
  transition: border-color .5s ease;
  border-radius: 0;
  border: 1px solid var(--border);
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  height: auto;
}

a {
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  color: var(--primary);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  border-left: 4px solid;
  line-height: 1.45;
  margin: 3rem 0;
  overflow: hidden;
  padding: 0 0 0 1.235em;
}

blockquote> :last-child {
  margin-bottom: 0;
}

blockquote p {
  margin-bottom: 0.875em;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

figure {
  margin: 0 0 1rem;
}

img, picture{
  image-rendering: auto;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}


table {
  border-collapse: inherit;
  border-spacing: 10px;
  border-width: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  position: relative;
}

th,
td {
  border-width: 0 1px 1px 0;
  font-weight: normal;
  text-align: left;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}


input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
  cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  display: none;
}

input::placeholder {
  color: var(--gray-2);
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}
dl, ol, ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
.page ul, .page ol, .wc-tab ul, article .entry-content ul, article .entry-content ol{
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}
.page li, .wc-tab li, article .entry-content li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.page li::before, .wc-tab li::before, article .entry-content li::before  {
  content: '';
  width: 0.47778rem;
  min-width: 0.47778rem;
  height: 0.47778rem;
  background-color: var(--black);
  border-radius: 50%;
  opacity: .1;
}
.page a:not(.button){
  text-decoration: underline;
  text-decoration-color: var(--gray-2);
    text-decoration-line: underline;
}
[hidden] {
  display: none !important;
}

.container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}

.grid {
  display: grid;
  grid-auto-flow: column;
  gap:1.6rem;
  align-items: center;
  justify-content: space-between;
}
.two-cols {
  grid-template-columns: repeat(2,1fr);
  align-items: flex-start;
  grid-auto-flow: dense;
}
.three-cols{
  grid-template-columns: repeat(3,1fr);
  align-items: flex-start;
  grid-auto-flow: dense;
}
.flex-column{
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
}

.col {
  position: relative;
}

.static {
  position: static;
}

a[data-fslightbox] {
  position: relative;
  cursor: zoom-in
}

.center {
  text-align: center
}

.color-gray{
  color: var(--gray);
}
.gray-bg{
  background-color: var(--gray-bg);
}
.overtopbar{
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.overtopbar-grid{
justify-content: space-between;
}
.topbar-menu .menu{
display: inline-flex;
gap: 1.6rem;
}
.topbar-menu .menu a{
  color: var(--gray-2);
}
.topbar,.footer-bottom {
  padding: 20px 0;
}
.currency-block {
  justify-self: flex-end;
  gap: 10px;
}
.page-content {
  margin-top: 3rem;
  margin-bottom: 6rem;
  min-height: 50vh;
}

input.search-field {
  border: 0;
  background: none;
  padding: 0;
  border-radius: 0;
}

.searchform button {
  background: none;
}
.voice-trigger {
  position: relative;
  cursor: pointer;
  padding: 4px;
  margin-right: 9px;
  opacity: .4;
}
.voice-trigger .pulsating-circle{
  opacity: 0;
  visibility: hidden;
}
.voice-trigger.active path{
fill: var(--primary);
animation: float 4s ease-in-out infinite;
}
.voice-trigger.active .pulsating-circle{
  opacity: 1;
  visibility: visible;
}


.lptheme-search-results {  
  max-height: 50vh;
  overflow: auto;
  width: 100%;
  margin: 0;
  position: absolute;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  background: #fff;
  z-index: 3;
}
.searchform {
  border-bottom: 1px solid var(--border);
  padding: 0.3rem 0;
  width: 100%;
}
.search-box {
  grid-column: span 4;
}

.sep {
  height: 16px;
  width: 1px;
  background: var(--gray-2);
}

.contact-phones {
  gap: 40px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 300px;
}
.header-logo a{
  display: flex;
}
.site-description {
  line-height: 1.2;
  font-size: 12px;
min-width: 120px;
width: 120px;
}

.header-bar {
  padding: 15px 0;
  /*background: white;
  border-bottom: 1px solid var(--border-2);
  border-top: 1px solid var(--border-2);*/
  background: #293643;
}
.header-contacts {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header-contacts__socials {
  display: flex;
  gap: 0.87rem;
  align-items: center;
}
.header-contacts__socials a {
  display: flex;
}
a svg{
  transition: all .3s ease;
}
.phones-dropdown {
  position: relative;
}
.phones-dropdown__toggle {
  display: flex;
  gap: 0.87rem;
  align-items: center;
}
.phones-dropdown a {
  color: var(--black);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.0525rem;
}
.icon-rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.header-shop-icons {
  gap: 1.4rem;
}
.h-icon, .h-icon svg {
  display: flex;
  max-width: 22px;
}
.phones-dropdown__hidden {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  padding: 0.5rem;
  background-color: #fff;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 10;
}
.phones-dropdown:hover .phones-dropdown__hidden {
  opacity: 1;
  visibility: visible;
}
.languages {
  gap: 15px;
}
.current-lang a {
  color: var(--black);
}
.lang-item a {
  font-size: .8em;
  color: var(--gray);
  text-decoration: none;
}
.current-lang {
  border-bottom: 1px dashed;
  text-decoration-color: var(--gray);
}
.cart-contents {
  position: relative;
}

.main-nav ul {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  position: relative;
}

.main-nav>ul a {
letter-spacing: -.03em;
    font-weight: 500;
    color: #fff;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}

.main-nav a:hover,
span.h-icon:hover svg,
.header-logo svg:hover {
  opacity: .7;
}

.main-nav .current-menu-item>a::before {
  content: '';
  border-bottom: 1px solid var(--gray-2);
  width: 100%;
  height: 120%;
  position: absolute;
}

.main-nav .menu-item-has-children>a::after {
  content: '';
  width: 10px;
  height: 7px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%0A%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-down' d='M1.41992 0.958679L5.41992 5.81989L9.41992 0.958679' stroke='%23BAC2D6' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50% /contain;
}

ul.sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 320px;
  gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  margin: 0;
  padding: 1.6rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
  pointer-events: none;
  transform: translateY(15px);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  z-index: 10;
}

.main-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 43px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -14px;
  border-bottom: 14px solid rgb(255 255 255);
}

ul.sub-menu a {
  color: var(--gray-2);
}

.main-nav .menu-item-has-children::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 50px;
  background: none;
}

.main-nav .menu-item-has-children:hover .sub-menu {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu-item-img a::before{
  display: none;
}
.menu-item-img a {
  flex-direction: column-reverse;
  display: flex;
  gap: 1.2rem;
  color: var(--black)!important;
}
.menu-item-img {
  width: 267px;
}
.sub-menu:has(.menu-item-img){
  width: 991px;
  column-count: 3;
  column-gap: 2rem;
  display: block;
}
.contact-btn{
  background-color: var(--black);
  width: 40px;height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn svg{
  width: 1em;
}

/* burger */

@media (min-width: 1200px) {
  button.burger, .contact-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
header .header-contacts__socials, .header-contacts{
display: none;
}
}

.burger {
  position: relative;
  width: 35px;
  height: 20px;
  display: grid;
  align-items: center;
  gap: 2px;
  background: none;
}

.burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 2px;
  transition: all .4s;
}

.burger span:nth-of-type(1) {
  top: 0;
}

.burger span:nth-of-type(3) {
  bottom: 0;
}

.burger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY (20px) rotate (-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.burger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.burger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/* page */
.section {
  position: relative;
  padding: 6rem 0;
}

.page-section {
  position: relative;
  padding: 2rem 0 6rem;
}
.content-column{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .7rem;
}

.section-heading,
.section-heading h1,
h1 {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.subheading,h2,.box-content h1,.subheading h1 {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
}

.second-subheading, .widget-title, h3, h4, .messengers-contact {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* breadcrumbs */
.breadcrumbs,
.woocommerce-breadcrumb {
  display: inline-flex;
  gap: .5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  flex-wrap: wrap;
    row-gap: 2px;
  z-index: 1;
}

.breadcrumbs *,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  color: var(--black);
}

.breadcrumb-last,
.breadcrumbs__current {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-2);
}

.title-section {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}

.button-area {
  margin-top: 3rem;
  gap: 30px;
}

.notice {
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-title__wrap {
  margin-bottom: 3rem;
}

/* button */

.btn,
input[type='submit'],
a.button.wc-backward,
.cart_totals .button.wc-forward,
#place_order, .woocommerce-button,.woocommerce-Button, .track_order .button, .woocommerce .button[type=submit] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  gap: 15px;
  font-weight: 700;
  text-align: center;
  transition: all .4s ease;
}

.btn svg {
  width: 13px;
  height: 13px;
}
.btn-primary path{
  stroke: white;
}

.btn:hover path {
  stroke: white;
}

.btn.btn-primary,
input[type='submit'],
.cart_totals .button.wc-forward,
#place_order {
  color: #fff;
  background: var(--primary);
}
.btn-secondary, .woocommerce-button,.woocommerce-Button, .track_order .button, .woocommerce .button[type=submit] {
  color: #fff;
  background: var(--black);
}
.btn-secondary path{
  stroke: white;
}
a.button.wc-backward {
  color: var(--black);
  background: none;
}

.btn-primary:hover,
.cart_totals .button.wc-forward:hover,
#place_order:hover {
  color: #fff;
  background: var(--black);
}
.divider{
  height: 3rem;
}

/* hero */
.discount-slider{
  margin-top: 20px;
}
.home .section.hero-section {
  padding-top: 30px;
  padding-bottom: 0;
}
.tiles-grid{
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 10px;
  grid-auto-flow: dense;
}
.tiles-grid__item{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.tiles-grid__item-title{
  position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  background-color: white;
  padding: 1.4rem;
}
.tiles-grid__item a{
  display: flex;
  height: 100%;
}

.tiles-grid__item-img img {
  width: 100%;
  height: 100%;
    object-fit: cover;
  transition: transform .3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.section-category{
  position: relative;
  height: 100vh;
  max-height: 700px;
}
.section-category__title{
  color: white;
}
.absolute-bg {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.absolute-bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.absolute-bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: calc(100% - -1px);
  max-width: 100%;
  background-color: var(--gray-bg);
}

.two-columns{
  grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));
  gap: 1.6rem;
  align-items: flex-start;
  grid-auto-flow: dense;
}
.four-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.6rem;
  align-items: flex-start;
  grid-auto-flow: dense;
}

.box {
  background: var(--gray-bg);
padding: 1.6rem;
}

.section.no-padding {
  padding: 0;
}
.section.pb0 {
 padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.product-card {
  position: relative;
  display: grid;
  justify-content: space-between;
  gap: 1.2rem;
}

.product-card__image {
  position: relative;
  overflow: hidden;
}

.action-buttons-holder {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.action-buttons{
  gap: 15px;
}

body .action-buttons-holder button {
  margin: 0;
}

.hidden {
  display: none;
}

.product-card__info .second-subheading a {
  color: var(--black);
  line-height: 1.2;
    display: inline-block;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce-loop-product__link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 2;
}

.product-card__price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-card__title{
font-weight: 500;
line-height: 1.2;
margin-bottom: 1rem;
}

.product-card__info a.button {
  font-size: 0;
}

.add_to_cart_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  max-width: 50px;
  background: var(--black);
  border-radius: 50%;
}

.add_to_cart_button:hover {
  background: var(--primary);
}

span.price {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
span.price *{
  text-decoration: none;
}

.product-card__image img, .post-card img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .7s ease;
  cursor: pointer;
}
.post-crad_img{
  overflow: hidden;
}
.product-card__image::before, .gallery-container a::before {
  content: '';
  background: rgba(89,92,95,0.06);
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
}

.product-card:hover .product-card__image img, .post-card:hover img{
  transform: scale(1.02);
}

.button-holder {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.sidebar-container {
  position: relative;
  max-width: 100%;
}

.catalog-page-area {
  display: grid;
  grid-template-columns: 266px 1fr;
  gap: 3rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
  align-items: flex-start;
  grid-auto-flow: dense;
}

.products-topbar {
  border-bottom: 1px solid var(--border-2);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sidebar-inner.lptheme-scroll {
  position: sticky;
  top: 3rem;
}
.heading-holder{
margin-bottom: 3rem;
}


.notice sup {
  font-size: 1.44rem;
  font-weight: bold;
  color: #ed674b;
  top: 0;
}

.compare-error {
  position: fixed;
  background: rgb(249 236 235);
  padding: 1.6rem;
  border-radius: 10px;
  z-index: 2;
  color: var(--red);
  font-size: 1.2rem;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.compare-table.shown {
  display: block;
}

.compare-table {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 351;
  display: none;
}

.compare-table table {
  padding: 3rem 0;
}

.compare-table .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.compare-table .widget-close {
  right: 1.6rem;
  top: 1.6rem;
  position: absolute;
  z-index: 1;
}

/* contacts */

.header-shop-icons .count {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
}

.wishlist-contents,
.comparison-contents {
  position: relative;
}

.blog-page-area {
  display: grid;
  grid-template-columns: 1fr 266px;
  gap: 3rem;
}

.blog-page-area .section-heading {
  margin-bottom: 0;
}

.sidebar-container .widget-title {
  margin-bottom: 1.6rem;
}

article.post-card {
  position: relative;
  display: grid;
}
.post-card a{
  position: absolute;
  inset: 0;
  z-index: 2;
}

.post-card img {
  min-height: 400px;
    object-fit: cover;
  background-color: var(--gray-bg);
}

.post-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 1.4rem;
}

.post-card .second-subheading {
  color: inherit;
  line-height: 1.2;
}
.tagcloud {
  display: inline-grid;
  gap: 10px;
  grid-auto-flow: column;
}
.tag-cloud-link{
  font-weight: bold;
  color: white;
  background-color: var(--primary);
  padding: 5px 10px;
}
.tag-cloud-link:hover{
  color: white;
  background-color: var(--black);
}

ol.comment-list {
  margin-bottom: 3rem;
  list-style: none;
  padding: 0;
}

.comment-content {
  background: #fff;
  padding: 1.6rem;
  border-radius: 10px;
  color: rgba(22, 23, 29, 0.67);
}

.comment-list .reply,
.comment-list .says,
.comment-list .edit-link {
  display: none;
}

.comment-author img {
  width: 54px;
}

.comment-author.vcard {
  display: grid;
  grid-auto-flow: column;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-start;
}

footer.comment-meta {
  background: none;
  display: grid;
  grid-auto-flow: column;
  gap: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6rem;
}

footer.comment-meta {
  background: none;
}

.comment-metadata>* {
  color: var(--black);
  pointer-events: none;
  opacity: .6;
}

/* carousel */

.sidebar-menu {
  left: 0;
  transform: translate3d(-340px, 0, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
  -ms-transform: translate3d(-340px, 0, 0);
  -moz-transform: translate3d(-340px, 0, 0);
  -o-transform: translate3d(-340px, 0, 0)
}

.fixed-menu-heading {
  position: sticky;
  top: 0;
  z-index: 15;
  background: #fff;
}

.sidebar-menu .widget {
  padding: 20px
}

.sidebar-menu li {
  border-bottom: 1px solid var(--border-2);
  margin-bottom: 0;
  position: relative
}

.menu-item-has-children {
  flex-direction: column;
  position: relative;
}

.entry-header {
  position: relative;
}
.article-img{
  margin-bottom: 3rem;
}

.article-img{
  position: relative;
}
.meta-categories{
  font-weight: 500;
}

.entry-meta-list{
  position: absolute;
  padding: 15px 15px 15px 0;
  bottom: 0;
    left: 0;
    font-size: .9rem;
    margin-bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 80%;
    z-index: 6;
}

.post-date {
color: var(--gray-2);
font-size: .9rem;
font-weight: 500;
gap: 10px;
}
.post-date path{
  fill: var(--gray-2);
}

.blog-page-area .entry-content img {
  margin: 1.6rem 0;
}

.blog-page-area img {
  overflow: hidden;
}

.comments-area {
  background: var(--gray-bg);
  padding: 4rem;
  margin-top: 4rem;
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.comment-notes,
.comment-form-comment {
  grid-column-start: span 2;
}

.comments-area .comment-respond input:not(input[type='submit']),
.comments-area .comment-respond textarea {
  background: #FFFFFF;
}

.comment-form-cookies-consent label {
  font-weight: 700;
  font-size: .8rem;
}

p.comment-form-cookies-consent {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 380px;
}

/* woocommerce */

.product_meta {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 0.4rem;
  color: var(--gray-2);
}
.buy-buttons-area .quantity {
  display: none;
}

.result-count {
  display: inline-block;
  color: var(--gray-2);
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
  color: var(--gray-2);
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  overflow: visible
}

.woocommerce-mini-cart__empty-message:after,
.woocommerce-mini-cart__empty-message:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gray-bg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  border-radius: 4px
}

.woocommerce-mini-cart__empty-message:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg)
}

.cart-widget-side .widget_shopping_cart_content {
  padding: 0 20px 20px
}

.product_list_widget li {
  border-bottom: 1px solid var(--border-2)
}

.cart-widget-side .product_list_widget li {
  padding: 10px 15px 10px 0
}

.cart-widget-side .widget_shopping_cart .product_list_widget {
  position: relative;
  text-align: left;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  margin-bottom: 30px
}

.cart-widget-side .widget_shopping_cart {
  margin-top: 30px
}

.cart-widget-side .product_list_widget li:first-child {
  padding-top: 0
}

.widget_shopping_cart .product_list_widget li {
  position: relative
}

.product_list_widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.widget_shopping_cart .product_list_widget li .remove {
  position: absolute;
  top: 5px;
  right: 0;
  padding-right: 0;
  font-size: 28px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, .6)
}

.widget_shopping_cart .product_list_widget li .quantity {
  color: rgba(22, 23, 29, 0.67);
  font-size: 12px;
  display: block;
  margin-top: 8px
}

.single-product .cart .quantity {
  display: none;
  max-width: 150px;
  margin-right: 15px
}

.single-product .cart {
  display: flex;
  align-items: center
}

.screen-reader-text {
  display: none
}

.widget_shopping_cart .product_list_widget li .quantity .amount,
.search-results-wrapper .woocommerce-Price-amount {
  color: inherit;
  font-size: 14px
}

.product_list_widget li a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.2;
  font-weight: bold;
}

.widget_shopping_cart .product_list_widget li>a:not(.remove) {
  padding-right: 15px;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
}

.search-results-wrapper .product_list_widget li>a {
  padding-right: 0;
  display: flex;
  align-items: center;
}

.cart-widget-side .widget_shopping_cart_content>p:not(:last-child) {
  margin-bottom: 10px
}

.widget_shopping_cart .total {
  border-top: 1px solid rgba(124, 124, 124, .2);
  border-bottom: 1px solid rgba(124, 124, 124, .2);
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: 24px
}

.widget_shopping_cart .total .amount {
  float: right;
  font-weight: 700;
  font-size: 1rem;
  color: inherit;
  text-transform: uppercase
}

.widget_shopping_cart .buttons {
  display: block;
  margin-bottom: 0;
  text-align: center
}

.widget_shopping_cart .buttons a:not(:last-child) {
  margin-bottom: 10px
}

.widget_shopping_cart .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  padding: 18px 40px;
  gap: 15px;
  font-weight: 700;
  text-align: center;
}

.product_list_widget {
  margin-bottom: 2rem;
  display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget_shopping_cart .buttons .checkout {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary)
}
.shop-head-filters {
  grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.woocommerce-widget-layered-nav .widget-title{
display: none;
}

.woocommerce-ordering,
.buy-buttons-area select {
  position: relative
}

.woocommerce-ordering:after,
.woocommerce-ordering:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  display: block;
  background: var(--gray-2);
  top: 50%;
  right: 1px;
  border-radius: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg)
}

.woocommerce-ordering:before {
  right: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.woocommerce-info,
.woocommerce-error li,
.content-none {
  padding: 20px 30px;
  border: 2px solid #f8ba03;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto 50px
}

.woocommerce-error li {
  border: 2px solid red
}

.woocommerce-error strong {
  margin-left: 5px
}

.woocommerce-error li strong:nth-child(2) {
  margin-right: 5px
}

.woocommerce-error a {
  border-bottom: 1px solid var(--border);
  margin-left: 5px
}

.woocommerce-notices-wrapper {
  position: relative;
  z-index: 9
}
tr.woocommerce-shipping-totals.shipping,.woocommerce-checkout-payment li::before {
  display: none;
}

.wc-block-components-notice-banner {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid var(--border-2);
  font-weight: bold;
  margin-bottom: 2rem;
}

.wc-block-components-notice-banner svg{
min-width: 2.2em;
}

.wc-block-components-notice-banner.is-success{
  border: 1px solid #00A046;
}

.woocommerce-message {
  top: 30px;
  right: 30px;
  z-index: 999;
  padding: 20px 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 10px
}

.woocommerce-message:before {
  font-weight: 700;
  content: '!';
  width: 50px;
  height: 50px;
  background: #fff;
  color: var(--black);
  display: block;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 40px;
  text-align: center;
  line-height: 47px
}

.woocommerce-message a, .lptheme-my-account-links .dashboard-link {
  display: none
}

.woocommerce-message a:hover {
  color: var(--primary);
}

.return-to-shop a {
  margin: 0 auto
}

p.cart-empty.woocommerce-info {
  border: none;
  font-size: 25px;
  background: none
}

.product_list_widget li img {
  float: left;
  margin-right: 12px;
  max-width: 60px;
  min-width: 60px
}

.account-box {
  max-width: 260px
}

.toolbar-account {
  position: relative
}

.toolbar-label p {
color: white;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}

.toolbar-label p span {
  margin: 0;
  color: var(--gray-2);
  font-size: .8rem;
  display: block;
  white-space: nowrap
}

.product-disabled {
  opacity: .4;
  filter: grayscale(1)
}

.result-count {
  margin: 0
}

select.orderby {
  background: none;
  padding: 0;
  font-weight: 700;
  height: auto;
  padding-right: 16px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

ul.product-categories {
  display: grid;
  gap: 10px;
}
.count{
  color: var(--gray-2);
  font-weight: 500;
  font-size: .8rem;
}

.product-categories>.cat-item>a {
  font-weight: 500;
  color: var(--black);
}

.product-categories>.cat-item>a:hover {
  color: var(--primary);
}

.product-categories .children {
  padding-left: 15px;
  margin: 15px 0px;
  display: none;
}

.product-categories .children a {
  color: var(--black);
}

.cat-parent {
  position: relative
}

.children .current-cat a {
  font-weight: 400
}

.dropdown-arrow {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-menu' d='M1 1L8 9L15 1' stroke='%2316171D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

li.active .dropdown-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* price slider */
.price_slider {
  position: relative;
  background: #ced7db;
  width: 100%;
  height: 3px;
  margin-bottom: 30px;
  max-width: calc(100% - 15px)
}

.ui-slider-handle {
  width: 15px;
  height: 15px;
  background: var(--black);
  display: block;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-43%);
  position: absolute
}

.ui-slider-range {
  background: var(--gray-2);
  height: 3px;
  position: absolute
}

.price_slider_amount {
  display: flex;
  flex-direction: column-reverse
}

.price_slider_wrapper button {
  margin-top: 15px;
  background: var(--gray-2);
  box-shadow: none
}

.price_slider_wrapper button:hover {
  box-shadow: none;
  opacity: .7
}


/* single product */
.single-product-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  margin-top: 2rem;
}

.gallery-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.single-product-area .col {
  min-width: 100%;
}
.products-gallery{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.products-gallery img {
  object-fit: cover;
  object-position: center;
}

.summary .section-heading h1 {
  margin-bottom: 1.6rem;
}

.grid.meta-area {
  margin-bottom: 1.6em;
}
.summary.entry-summary {
  position: sticky;
  top: 30px;
}

/* wishlist */

.action-button {
  position: relative;
  color: var(--gray-2);
  background: white;
  padding: 4px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
}
.action-button span{
  display: none;
}

.action-button svg,
.link-button svg {
  z-index: 5;
}

.action-button path {
  fill: var(--black);
}

.action-button svg {
  max-width: 20px;
  transition: all .2s ease;
}

.action-button.active path,
.action-button:hover path {
  fill: var(--primary);
}

.action-button.loading svg {
  fill: var(--gray-2);
  opacity: .5;
}

.product-card .action-button span {
  display: none;
}


.stock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px
}

.in-stock {
  color: #00A046;
  background: #F4FAF6;
}

.in-stock::before {
  content: '';
  width: 17px;
  height: 17px;
  margin-right: 10px;
  display: inline-block;
  background: url("data:image/svg+xml,%0A%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='check' d='M5.70177 8.00372L7.92718 10.2291L11.8897 6.26661M13.6746 2.75C16.5741 5.64949 16.5741 10.3505 13.6746 13.25C10.7751 16.1495 6.07412 16.1495 3.17462 13.25C0.275126 10.3505 0.275126 5.64949 3.17462 2.75C6.07412 -0.149495 10.7751 -0.149496 13.6746 2.75Z' stroke='%2300A046' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")no-repeat 50% 50%/contain;
}

.out-of-stock {
  color: red;
  background: #fae8e7
}

.buy-buttons-area {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6em;
}

.triggers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  font-weight: 500;
}
.trigger-item {
  gap: 10px;
}
.trigger-item .h-icon{
  min-width: 1.3em;
  display: flex;
  justify-content: center;
}
.variations{
  border-spacing: 0px;
}
.variations_form table tr td {
  padding: 0;
  border: none;
  text-align: left;
  border-bottom: 0;
}

.variations_form table tr {
  display: grid;
  gap: 2rem;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.variations_form .label {
  min-width: 120px;
}

form.grid.cart {
  justify-content: flex-start;
}
.wholesale-priсe {
  display: flex;
  flex-direction: column;
}
.wholesale-priсe span:last-child{
  font-weight: bold;
}

.buy-buttons-area label {
  font-size: 1rem;
  margin-bottom: 0;
}

.woocommerce select, .buy-buttons-area select {
  color: var(--gray-2);
  border: 1px solid var(--border-2);
  padding: 4px 30px 4px 10px;
  width: 100%;
  min-width: 200px;
  appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml,%0A%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 1' d='M1 1.5L5.5 6.5L10 1.5' stroke='%239097A8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")no-repeat 95% 50%/12px;
}

.woocommerce-variation-availability,
.reset_variations,
.buy-buttons-area .stock,
dl.variation,
.woocommerce-variation-description,
.product-type-variable .price-row {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: grid;
  grid-auto-flow: column;
  gap: 1.6rem;
  align-items: center;
}

.woocommerce-variation-add-to-cart,
.price-row,
form.grid.cart,
.woocommerce-variation.single_variation {
  border: 1px solid var(--border-2);
  padding: 1.6rem;
}

.single_variation_wrap {
  gap: 1.6rem;
  display: grid;
}

.woocommerce-variation.single_variation {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}

.link-button {
  background: none;
  padding: 0;
  justify-content: flex-start;
  gap: 10px;
  transition: all .3s ease;
}

.link-button span {
  border-bottom: 1px solid;
}

.woocommerce-product-attributes tr:nth-child(even) {
  background-color: var(--gray-bg);
}

.wc-tabs-wrapper table td {
  text-align: left
}

.single-spec {
  margin-bottom: 30px
}

.single-spec p {
  margin: 0
}

.wc-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 30px;
}

.woocommerce-tabs .wc-tab {
  padding: 3.2rem;
  border: 1px solid #E2E8F1;
  margin-top: -1px;
}

.wc-tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 18px 40px;
  color: var(--black);
  font-weight: 700;
  text-align: center;
}

.wc-tabs .active {
  background: var(--gray-bg);
  border: 1px solid var(--border-2);
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 6rem
}

.description-tab-content__left table {
  font-size: 14px;
  margin-bottom: 1.6rem;
}

.description-tab-content__left table td {
  padding: 5px 0px;
  overflow: hidden;
}

.description-tab-content__left table p {
  margin-bottom: 0;
}

.shop_attributes th,
.shop_attributes td {
  border: none;
  text-transform: none;
  padding: 10px 15px;
  font-weight: inherit;
}

.woocommerce-product-attributes-item__label {
  position: relative;
  text-align: left;
}

.woocommerce-product-attributes-item__value p {
  margin: 0;
  text-align: right;
}

.woocommerce-product-attributes-item__value a {
  color: inherit;
}

.description-tab-content__right {
  position: relative;
}

.description-tab-content__left img {
  margin-bottom: 1.6rem;
  border-radius: 10px;
}

.description-tab-content__wrapper {
  position: sticky;
  top: 7rem;
}

.tags-cloud,
.widget_categories ul {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.tag,
.widget_categories a {
  background: var(--gray-bg);
  border-radius: 10px;
  padding: 8px 10px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  color: #16171D;
  font-weight: bold;
}

.tag img {
  max-height: 20px;
  width: auto;
}


/* comments */
.commentlist {
  list-style: none;
  padding: 0
}

.single-product #reviews {
  position: relative
}

.single-product #comments {
  width: 50%;
  padding-top: 20px;
  padding-right: 40px;
  float: left
}

.single-product #review_form_wrapper {
  float: left;
  width: 50%;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px
}

.single-product #review_form_wrapper #reply-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}

.single-product .comment-form .comment-form-rating label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px
}

.single-product .comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px
}

.comment_container img {
  border-radius: 50%;
  max-width: 60px;
  margin-bottom: 15px
}

.commentlist li {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px
}

.comment-form-rating {
  display: flex;
}

.comment-respond .stars {
  position: relative;
  display: block;
  white-space: nowrap;
  height: 25px;
  width: 112px;
  margin: 0;
  margin-left: 5px;
}

.comment-respond .stars a {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 0
}

.comment-respond .stars a:after {
  content: ''
}

.comment-respond .stars a:after,
.comment-respond .stars a:before {
  position: absolute;
  left: 0;
  height: 20px;
  color: #A5A5A5;
  font-size: 14px;
  line-height: 20px
}

.comment-respond .star-1 {
  z-index: 5
}

.comment-respond .star-1.active:after,
.comment-respond .star-1:hover:after {
  content: "★"
}

.comment-respond .star-1:after {
  width: 13px
}

.comment-respond .star-2 {
  z-index: 4
}

.comment-respond .star-2.active:after,
.comment-respond .star-2:hover:after {
  content: "★""★"
}

.comment-respond .star-2:after {
  width: 29px
}

.comment-respond .star-3 {
  z-index: 3
}

.comment-respond .star-3.active:after,
.comment-respond .star-3:hover:after {
  content: "★""★""★"
}

.comment-respond .star-3:after {
  width: 44px
}

.comment-respond .star-4 {
  z-index: 2
}

.comment-respond .star-4.active:after,
.comment-respond .star-4:hover:after {
  content: "★""★""★""★"
}

.comment-respond .star-4:after {
  width: 59px
}

.comment-respond .star-5 {
  z-index: 1
}

.comment-respond .star-5.active:after,
.comment-respond .star-5:hover:after {
  content: "★""★""★""★""★"
}

.comment-respond .star-5:before {
  content: "☆""☆""☆""☆""☆"
}

.comment-respond .stars a.active:after,
.comment-respond .stars a:hover:after {
  color: var(--primary)
}

.single-product .comment-form .comment-form-comment {
  margin-bottom: 10px
}

.single-product .comment-form .comment-form-author {
  padding-right: 15px
}

.single-product .comment-form .comment-form-author,
.single-product .comment-form .comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 25px
}

.single-product .comment-form>p>label {
  display: block
}

.single-product .comment-form input[type=text],
.single-product .comment-form input[type=email],
.single-product .comment-form textarea {
  box-shadow: none;
  margin: 0
}

.single-product .comment-form .comment-form-email {
  padding-left: 15px
}

.single-product .comment-form>p {
  margin-bottom: 20px
}

.single-product .comment-form>p:last-child {
  margin-bottom: 0
}

.single-product .comment-form textarea {
  height: 150px;
  width: 100%
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none
}

.lptheme-dropdown-account-links a {
  border-bottom: 1px solid var(--border-2);
  padding: 10px 0;
  display: flex;
  align-items: center
}

.lptheme-dropdown-account-links .customer-logout-link a {
  border: none;
  padding-bottom: 0
}

.toolbar-account:hover .lptheme-dropdown-account-links {
  visibility: visible;
  opacity: 1;
  top: 30px
}

.customer-logout-link a:after,
.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: '';
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EExport%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath d='M34 22V6H2v52h32V42' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke='%23202020' fill='none' data-name='layer2' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 32h47M48 43l13-11-13-11' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke='%23202020' fill='none' data-name='layer1' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block
}

.lptheme-my-account-links .customer-logout-link a:after {
  display: none
}

.button.wc-forward {
  background: var(--gray-bg);
  box-shadow: none
}

.button.wc-forward:hover {
  opacity: .7
}

.add_to_cart_button:after,
.single_add_to_cart_button:after {
  content: '';
  background: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5365 5.9355H3.93667M15.4405 5.9355H17.4454L15.096 13.3387H5.69868L2.762 1H1' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.37049 17.3798C7.0091 17.3798 7.5268 16.7583 7.5268 15.9916C7.5268 15.225 7.0091 14.6035 6.37049 14.6035C5.73187 14.6035 5.21417 15.225 5.21417 15.9916C5.21417 16.7583 5.73187 17.3798 6.37049 17.3798Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8865 17.3798C14.5251 17.3798 15.0428 16.7583 15.0428 15.9916C15.0428 15.225 14.5251 14.6035 13.8865 14.6035C13.2479 14.6035 12.7302 15.225 12.7302 15.9916C12.7302 16.7583 13.2479 17.3798 13.8865 17.3798Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")no-repeat 50% 50% /contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.added_to_cart {
  display: none
}

.summary .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 1.7rem;
}
ins, del{
  text-decoration: none;
}

.price del bdi {
  font-size: 0.8em;
  color: var(--gray-2);
  text-decoration: line-through;
}

.product-box-right>a {
  min-height: 67px;
  display: inline-block
}

.summary hr {
  margin: 30px 0
}

.lp-reviews-list {
  padding: 0;
  list-style: none
}

.lp-reviews-list .single-review {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 9px 30px 2px rgb(0 0 0 / 10%);
  border-radius: 5px
}

.review-text {
  padding: 15px 15px 15px 30px;
  border-radius: 10px;
  margin: 15px 0;
  position: relative
}

.review-text::before {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='39' height='31' viewBox='0 0 39 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.46234 27.4159C1.20952 25.0162 0 22.3248 0 17.962C0 10.2849 5.37396 3.40402 13.1888 0.00195312L15.142 3.02455C7.84768 6.98155 6.42163 12.1165 5.85295 15.354C7.02748 14.7442 8.56508 14.5315 10.0721 14.6718C14.0178 15.0381 17.128 18.2867 17.128 22.3248C17.128 24.3609 16.3215 26.3136 14.8858 27.7534C13.4502 29.1931 11.5031 30.002 9.47277 30.002C8.34999 29.9921 7.24037 29.7584 6.20851 29.3144C5.17664 28.8704 4.24314 28.2251 3.46234 27.4159ZM25.3344 27.4159C23.0815 25.0162 21.872 22.3248 21.872 17.962C21.872 10.2849 27.246 3.40402 35.0609 0.00195312L37.014 3.02455C29.7197 6.98155 28.2936 12.1165 27.725 15.354C28.8995 14.7442 30.4371 14.5315 31.9441 14.6718C35.8898 15.0381 39 18.2867 39 22.3248C39 24.3609 38.1935 26.3136 36.7578 27.7534C35.3222 29.1931 33.3751 30.002 31.3448 30.002C30.222 29.9921 29.1124 29.7584 28.0805 29.3144C27.0487 28.8704 26.1152 28.2251 25.3344 27.4159Z' fill='%23777777' fill-opacity='0.35'/%3E%3C/svg%3E")no-repeat 50% 50%/contain;
  width: 20px;
  height: 20px;
  left: 0
}

.review-avatar {
  margin-right: 15px
}

.review-avatar img {
  border-radius: 50%
}

.review-date {
  color: var(--gray-2)
}

.review-author-name {
  font-weight: 700
}

.single-review a {
  border-bottom: 1px solid;
  line-height: 1
}

del .amount {
  color: var(--gray-2);
  font-size: 1em
}

span.onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 50%;
  padding: 5px 7px;
    min-width: 50px;
    background-color: #fff;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
  background-color: var(--black);
  color: #fff;
  pointer-events: none;
}

.widget_shopping_cart .product_list_widget:before,
.ajax_add_to_cart:before,
.single_add_to_cart_button:before,
#searchsubmit:before {
  content: " ";
  width: 40px;
  height: 40px;
  border: 2px solid #ff509f;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-animation: cssload-spin 750ms linear infinite;
  animation: cssload-spin 750ms linear infinite
}

.ajax_add_to_cart:before,
.single_add_to_cart_button:before {
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent
}

#searchsubmit:before {
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-left-color: transparent;
  border-right-color: transparent
}

.ajax_add_to_cart.loading,
.single_add_to_cart_button.loading,
#searchsubmit.loading {
  position: relative;
  color: transparent
}

#searchsubmit.loading svg {
  opacity: 0;
  visibility: hidden
}

.ajax_add_to_cart.loading::before,
.single_add_to_cart_button.loading:before,
#searchsubmit.loading:before {
  opacity: 1;
  visibility: visible
}

/* pagination */

.lp-pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.lp-pagination .page-numbers {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #F5F7FA;
  color: inherit;
}

.lp-pagination .current {
  background: #ff509f;
  color: #fff;
}

.lp-pagination .page-numbers:hover:not(.dots) {
  background: #ff509f;
  color: #fff;
}

.woocommerce-pagination {
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.woocommerce-pagination .page-numbers {
  margin: 0;
  padding: 0;
  display: inline-flex;
gap: 20px;
flex-wrap: wrap;
}

.woocommerce-pagination .page-numbers li {
  display: grid;
  text-align: center;
  gap: 3px
}

.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li:hover * {
  background: #ff509f;
  color: #fff;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #F5F7FA;
  color: inherit;
}

.single-product .cart .quantity {
  height: 49px;
  white-space: nowrap
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0
}

.quantity input[type=number] {
  text-align: center;
  width: 55px;
  padding: 15px 10px;
  margin: 0 3px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity .minus,
.quantity .plus {
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  font-weight: 700;
  font-size: 1.4rem;
}

input.plus:hover,
input.minus:hover {
  opacity: .7
}

.woocommerce-customer-details {
  display: none
}

/* search */
.search-results-wrapper .loading li {
  opacity: .3
}

.lptheme-search-results {
  overflow: auto;
  width: 100%;
  margin: 0;
  position: absolute;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  background: #fff;
  z-index: 30;
}

input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 14px
}
.lptheme-search-results .cart_list {
  padding: 0
}

.lptheme-search-results.active {
  padding: 10px 20px 0
}

.lptheme-search-results h4 {
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 20px 20px 30px
}

.search-results-wrapper .woocommerce-Price-amount {
  display: block
}

.lptheme-search-results li {
  border-bottom: none
}

.lptheme-search-results li>a {
  border-bottom: 1px solid var(--border-2);
}

.login-sidebar .register-question {
  padding: 20px 0;
  text-align: center;
  margin: 0 20px;
  border-top: 1px solid #E2E2E2
}

.login-sidebar .register-question:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUser%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46 26c0 6.1-3.4 11.5-7 14.8V44c0 2 1 5.1 11 7a15.5 15.5 0 0 1 12 11H2a13.4 13.4 0 0 1 11-11c10-1.8 12-5 12-7v-3.2c-3.6-3.3-7-8.6-7-14.8v-9.6C18 6 25.4 2 32 2s14 4 14 14.4z' fill='none' stroke='%23E2E2E2' stroke-miterlimit='10' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain;
  width: 54px;
  height: 54px;
  display: block;
  margin: auto;
  margin-bottom: 15px
}

.login-sidebar .create-account-text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px
}

.login-sidebar input {
  margin: 0
}

.btn.btn-style-link,
button.btn-style-link,
input[type=submit].btn-style-link {
  padding: 0;
  width: auto;
  height: auto;
  min-width: auto;
  display: inline-block;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  color: var(--black);
  box-shadow: none;
  border-bottom: 1px solid var(--black);
  border-radius: 0
}

label {
  display: block;
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
  margin-bottom: 5px
}

.login-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.login-form-footer .lost_password,
.login-form-footer .woocommerce-form-login__rememberme {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400
}

.login-form-footer .lost_password {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.login-form-footer .woocommerce-form-login__rememberme {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 10px
}

.login-form .social-login-title {
  margin-top: 10px;
  margin-bottom: 20px
}

.register-or,
.social-login-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.register-or:before,
.social-login-title:before {
  margin-right: 20px
}

.register-or:after,
.social-login-title:after {
  margin-left: 20px
}

.register-or:after,
.register-or:before,
.social-login-title:after,
.social-login-title:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2
}

.login>:last-child,
.lost_reset_password>:last-child,
.register>:last-child {
  margin-bottom: 0
}

.clear {
  clear: both;
  width: 100%
}

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

.woocommerce-account .container>.woocommerce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

#customer_login {
  margin: 0 auto
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.woocommerce-MyAccount-navigation li::before{
display: none;
}

.woocommerce-password-hint {
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -10px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  transition: opacity 0.5s, visibility .5s;
  -webkit-transition: opacity 0.5s, visibility .5s;
  animation: fade-in .5s;
  -webkit-animation: fade-in .5s
}

.woocommerce-password-hint:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  font-size: 26px;
  line-height: 7px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #fff
}

.woocommerce-password-strength {
  margin-top: 20px;
  margin-bottom: -10px;
  padding: 10px 20px;
  display: none
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad,
.woocommerce-password-strength.strong,
.woocommerce-password-strength.good {
  display: block;
  color: #fff
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
  background-color: #E0B252
}

.woocommerce-password-strength.strong,
.woocommerce-password-strength.good {
  font-weight: 700;
  background-color: #459647
}

.woocommerce-password-strength:empty {
  display: none;
  margin: 0;
  padding: 0
}

.woocommerce-account .entry-content>.woocommerce,
.woocommerce-wishlist .entry-content>.woocommerce {
  margin-left: -15px;
  margin-right: -15px
}

.woocommerce-MyAccount-content>p:not(.woocommerce-info) {
  padding: 20px;
  background-color: #f1f1f1;
  margin-top: 0
}

.woocommerce-MyAccount-content>p:not(.woocommerce-info):first-child {
  font-size: 16px
}

.woocommerce-MyAccount-content>p:not(.woocommerce-info) a:not(.vendor-dashboard) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  display: inline;
  padding: 0 0 1px
}

.woocommerce-MyAccount-content>p:not(.woocommerce-info) a:not(.vendor-dashboard):hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent
}

.woocommerce-MyAccount-content>p:not(.woocommerce-info) a:not(.vendor-dashboard):focus {
  border-color: #A6A6A6;
  background-color: transparent
}

.woocommerce-MyAccount-content .order-again {
  margin-bottom: 30px
}

.woocommerce-MyAccount-title {
  margin-bottom: 0;
  border-bottom: none;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 40px
}

.woocommerce-MyAccount-navigation ul {
  border: 1px solid rgba(136, 136, 136, 0.12)
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(136, 136, 136, 0.12)
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  align-items: center
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
  color: rgba(71, 71, 71, 0.8);
  background-color: rgba(136, 136, 136, 0.05)
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
  color: var(--black);
  background-color: var(--gray-bg);
  cursor: default
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  font-weight: inherit;
  margin: 4px 0;
  padding: 10px;
  height: auto;
  background: #f1f1f1;
  box-shadow: none;
  color: #2f2f30;
  min-width: auto
}

.woocommerce-orders-table__cell .woocommerce-Price-amount,
.woocommerce-table__product-total .woocommerce-Price-amount,
.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
  font-size: 16px;
  color: #2f2f30
}

.woocommerce-table--order-details tfoot tr th {
  text-align: left
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a+a {
  margin-left: 3px
}

.woocommerce-Address-title a {
  font-weight: 700
}

.woocommerce-form-row span em {
  font-size: 12px
}

.woocommerce-order-pay #order_review {
  max-width: 555px;
  background-color: #f8f8f8;
  background-image: url(images/checkout-border.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 40px 30px;
  margin: 0 auto
}

.woocommerce-order-pay #order_review .product-total,
.woocommerce-order-pay #order_review .product-subtotal {
  text-align: right
}

.woocommerce-order-pay #order_review .button {
  background-color: #12b9f5;
  color: #fff;
  border-color: #12b9f5;
  width: 100%
}

.woocommerce-order-pay #order_review .button:hover,
.woocommerce-order-pay #order_review .button:focus {
  background-color: #12b9f5;
  border-color: #12b9f5;
  opacity: .8;
  color: #fff;
  text-decoration: none
}

.woocommerce-order-pay #order_review .button.btn-style-bordered {
  background-color: transparent;
  color: #12b9f5
}

.woocommerce-order-pay #order_review .button.btn-style-bordered:hover,
.woocommerce-order-pay #order_review .button.btn-style-bordered:focus {
  background-color: #12b9f5;
  color: #fff;
  opacity: 1
}

.woocommerce-order-pay #order_review .button.btn-style-link {
  background-color: transparent;
  color: #000;
  opacity: .5
}

.woocommerce-order-pay #order_review .button.btn-style-link:hover,
.woocommerce-order-pay #order_review .button.btn-style-link:focus {
  background-color: transparent;
  color: #000;
  opacity: .8
}

.woocommerce-order-pay #order_review tfoot th {
  text-align: left
}

.woocommerce-order-pay #order_review tfoot td {
  text-align: right
}

.woocommerce-order-pay #order_review tfoot tr:last-child {
  border-bottom: none
}

.woocommerce-order-pay #order_review tfoot tr:last-child th,
.woocommerce-order-pay #order_review tfoot tr:last-child td {
  border: none
}

.woocommerce-order-pay .responsive-table {
  background-color: #fff;
  padding: 20px 25px 0
}

.woocommerce-order-pay .wc_payment_methods {
  margin-bottom: 20px
}

.woocommerce-order-pay .wc_payment_methods li label {
  margin-bottom: 0;
  display: inline-block
}

.woocommerce-order-pay .wc_payment_methods li img {
  max-height: 40px;
  margin-left: 10px;
  margin-right: 5px
}

.woocommerce-order-pay .wc_payment_method {
  margin-bottom: 20px
}

.woocommerce-order-pay .payment_box {
  position: relative;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid rgba(115, 115, 115, 0.1)
}

.woocommerce-order-pay .payment_box p {
  margin-bottom: 5px
}

.woocommerce-order-pay .payment_box:before {
  content: "";
  position: absolute;
  top: -5px;
  line-height: 0;
  left: 25px;
  color: #e8e8e8;
  font-size: 22px
}

.lptheme-my-account-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px
}

.lptheme-my-account-links>div {
  flex: 1 1 33%;
  max-width: 33%;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px
}

.lptheme-my-account-links a {
  color: rgba(71, 71, 71, 0.8);
  display: block;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(136, 136, 136, 0.12)
}

.lptheme-my-account-links a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

.lptheme-my-account-links a:hover,
.lptheme-my-account-links a:focus {
  background-color: rgba(136, 136, 136, 0.05);
  text-decoration: none
}

.lptheme-my-account-links a:hover:before,
.lptheme-my-account-links a:focus:before {
  color: #12b9f5
}


.lptheme-my-account-links .edit-account-link a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EProfile Settings%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M34.2 51.5H2s0-7 9.4-8.8 8.6-3.6 8.6-5.2v-2a14.2 14.2 0 0 1-4-7c-2.5 0-4-3-4-6 0-.8 0-4 2-4-1.6-6.4-.4-13 4-13 10.4-7 25-1.5 20 13 2 0 2 3.2 2 4 0 3-1.5 6-4 6a14.1 14.1 0 0 1-4 7v2a3.8 3.8 0 0 0 2.5 3.5l1.1.6' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Ccircle data-name='layer1' cx='48' cy='47.5' r='4' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M62 51.3l-3.1-1.8a11.2 11.2 0 0 0 .2-1.9 11.3 11.3 0 0 0-.2-2.1l2.8-1.7-3.7-6.5-2.9 1.7a9.5 9.5 0 0 0-3.1-2v-3.5h-8V37a9.8 9.8 0 0 0-3.2 2L38 37.3l-3.7 6.5 2.8 1.6a11 11 0 0 0 0 4.1L34 51.3l3.7 6.5 3-1.8a9.8 9.8 0 0 0 3.3 2.1v3.4h8v-3.4a9.6 9.6 0 0 0 3.2-2.1l3.1 1.8z' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain
}

.lptheme-my-account-links .orders-link a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShopping Basket%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M6.1 27L12 57h40l6-30' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer2' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M26 7L8.1 27M38 7l18 20' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M2 27h60' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain
}

.lptheme-my-account-links .edit-address-link a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAddress Book%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M51 8h8v42h-8m8-28h-8m8 14h-8' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer2' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M9 2h42v60H9zm4 10H3m10 10H3m10 10H3m10 10H3m10 10H3' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M21 12h20v14H21z' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain
}

.lptheme-my-account-links .customer-logout-link a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EExport%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath d='M34 22V6H2v52h32V42' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke='%23202020' fill='none' data-name='layer2' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 32h47M48 43l13-11-13-11' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke='%23202020' fill='none' data-name='layer1' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain
}

.woocommerce .track_order {
  max-width: 500px;
}

.woocommerce .track_order p:first-child {
  font-size: 18px;
  line-height: 1.8;
  display: inline;
  border-bottom: 1px solid #EFEFEF
}

.woocommerce .track_order .form-row-first {
  margin-top: 20px
}

.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  width: 100%
}


.woocommerce-PaymentMethod>label {
  vertical-align: baseline;
  display: inline-block;
  margin-bottom: 15px
}

.woocommerce-order:not(.lptheme-with-extra-content) {
  margin: 0 auto;
  max-width: 800px
}

.lptheme-order-extra-content:not(:last-child) {
  margin-bottom: 30px
}

.woocommerce-order-received .responsive-table {
  margin-bottom: 60px
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background: #def4de;
  color: green;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 25px
}

.woocommerce-order-overview__total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 16px;
  color: #16171D
}

.woocommerce-order-details {
  padding-bottom: 0
}

.woocommerce-order-received ul.order_details {
  margin-left: 0
}

.woocommerce-order-received .order-again {
  margin-top: -40px;
  margin-bottom: 60px
}

.woocommerce-order-details>p {
  text-align: center
}

.woocommerce-order-details>p>a {
  margin-left: 5px;
  margin-right: 5px
}

.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  margin-bottom: 5px;
  text-align: center
}

.woocommerce-order-details__title+h3,
.wc-bacs-bank-details-heading+h3 {
  font-size: 16px;
  opacity: .8;
  margin-bottom: 30px;
  text-align: center
}

.woocommerce-customer-details>h2,
.woocommerce-customer-details>h3 {
  text-align: center
}

.woocommerce-customer-details address {
  padding: 30px;
  border: 2px dashed #d5d5d5
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-bottom: 0
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 60px;margin-bottom: 10px;
}

.shop_table th.product-remove {
  width: 40px
}

table tr th {
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #ced7db
}

.woocommerce-cart-form table tr th {
  font-size: .8em
}

table tr td {
  padding: 15px 12px;
  border: none;
  text-align: center;
  border-bottom: 1px solid #ced7db
}

.shop_table td.product-subtotal span {
  font-weight: 700
}

.woocommerce .cart-actions {
  text-align: right;
  margin-bottom: 60px
}

.shop_table td.product-thumbnail img {
  max-width: 80px;
  min-width: 80px
}

.shop_table th.product-thumbnail {
  width: 10px
}

.shop_table th.product-name {
  text-align: left
}

.responsive-table table {
  margin: 0
}

.woocommerce-checkout>.row {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.shop_table td.product-remove a {
  position: relative;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 28px;
  background-color: #000;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 0
}

.shop_table td.product-remove a:before {
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg)
}

.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  right: 5px
}

.shop_table td.product-remove a:after {
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg)
}

.shop_table td.product-remove a:hover:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.shop_table td.product-remove a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0)
}

.shop_table td.product-thumbnail>a {
  display: block;
  overflow: hidden
}

.shop_table td.product-name>a {
  color: #424242;
  text-transform: none;
  letter-spacing: .3px;
  display: block
}

.cart-collaterals .cart_totals {
  background-color: var(--gray-bg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 20px
}

.cart-collaterals .cart_totals h2 {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 700
}

.cart-collaterals .cart_totals table {
  background-color: #fff;
  padding: 10px 20px
}

.woocommerce-cart-form,
.cart-collaterals {
  width: 100%
}

.cart-collaterals {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cart_totals .woocommerce-shipping-totals.shipping {
  display: none;
}

.checkout-order-review input[type="checkbox"],
.checkout-order-review input[type="radio"] {
  background: transparent;
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.checkout-order-review input:checked {
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px #bac2d6;
  background: #ff509f;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
}

.checkout-order-review .woocommerce-shipping-methods li {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  justify-content: flex-end;
}

.responsive-table .responsive-table {
  margin-bottom: 0;
  overflow-x: visible
}

.responsive-table {
  overflow-x: auto
}

.cart-collaterals .cart_totals table {
  margin-bottom: 15px
}

.responsive-table table {
  margin: 0
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center
}

.cart-collaterals .cart_totals table tr:last-child td,
.cart-collaterals .cart_totals table tr:last-child th {
  border-bottom: none
}

.cart-collaterals .cart_totals table .order-total th {
  text-transform: uppercase;
  font-weight: 700
}

.cart-collaterals .cart_totals table th {
  text-align: left;
  font-size: 1em;
  width: 45%
}

.cart-collaterals .cart_totals table td {
  text-align: right
}

.cart-collaterals .cart_totals table .order-total td strong span {
  font-weight: 700
}

.cart-collaterals .cart_totals table .order-total td>strong {
  font-weight: 700
}

.woocommerce .cart-actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row
}

.woocommerce .cart-actions .coupon label {
  display: none
}

.woocommerce .cart-actions .coupon .input-text {
  max-width: 250px;
  margin-right: 10px
}

form.woocommerce-checkout {
  margin: 0 -15px
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 25px;
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: visible;
  color: #8C8C8C
}

.woocommerce-checkout .woocommerce-info .showcoupon,
.woocommerce-checkout .woocommerce-info .showlogin {
  border-bottom: 1px solid #E6E6E6;
  display: inline;
  margin-left: 5px;
  line-height: 1.5
}

.woocommerce-checkout .woocommerce-info a {
  color: #202020;
  text-decoration: none
}

.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .login.hidden-form {
  position: relative;
  background-color: #f8f8f8
}

.woocommerce-checkout .login.hidden-form {
  max-width: 500px;
  padding: 20px 25px;
  margin-bottom: 20px
}

.woocommerce-checkout h3 {
  margin-bottom: 1.6rem;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce-page .form-row-first,
.woocommerce-page .form-row-last {
  float: left;
  width: 47%;
  overflow: visible
}

.woocommerce .form-row-last,
.woocommerce-page .form-row-last {
  float: right
}

.woocommerce .form-row-wide,
.woocommerce-page .form-row-wide {
  clear: both
}

.woocommerce-checkout .checkout-order-review {
  background-color: var(--gray-bg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 25px;
  margin-top: 8px
}

#order_review_heading {
  font-weight: 700;
  margin-top: 10px;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1
}

.shop_table td.product-name {
  text-align: left
}

.checkout-order-review .amount {
  font-weight: 500
}

.woocommerce-checkout .checkout-order-review .shop_table {
  background-color: #fff;
  padding: 20px 25px 0
}

.woocommerce-checkout-review-order .shop_table {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2
}

.woocommerce-checkout-review-order-table {
  border: none
}

.woocommerce-checkout .checkout-order-review .responsive-table {
  background-color: #fff;
}

.woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid rgba(129, 129, 129, .05)
}

.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
  padding-top: 20px
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .shipping th {
  font-size: 16px
}

.woocommerce-checkout-review-order-table tfoot th {
  text-align: left
}

.woocommerce-checkout-review-order-table tfoot td {
  text-align: right
}

.woocommerce-checkout-review-order-table th {
  background-color: transparent
}

.woocommerce-checkout-review-order-table tbody td.product-name {
  text-transform: none
}

.woocommerce-checkout-review-order-table td {
  width: 50%
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  border: none;
  width: 70%;
  max-width: 70%
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right
}

.woocommerce-checkout-review-order-table tfoot .order-total td .amount {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--primary)
}

#payment {
  order: 4;
  -webkit-order: 4;
  -ms-order: 4
}

.wc_payment_methods {
  list-style: none;
  padding: 0
}

.woocommerce-checkout ol,
.woocommerce-checkout ul:not(.main-nav ul) {
  list-style: none;
  padding: 0;
  margin: 0
}

.woocommerce-checkout .woocommerce-checkout-payment li {
  margin-bottom: 15px
}

.woocommerce-checkout-payment img {
  display: none;
  margin: 15px;
  max-width: 150px;
  background-color: #fff;
  border: 2px solid rgba(115, 115, 115, .1)
}

.woocommerce-checkout-payment {
  margin-top: 30px
}

.woocommerce-checkout .woocommerce-checkout-payment li label {
  margin-bottom: 0;
  position: relative;
  bottom: 3px;
  display: inline-flex;
  align-items: center
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_box,
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions {
  position: relative;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid rgba(115, 115, 115, .1);
  font-size: 14px
}

.payment_box p {
  margin: 0
}

.woocommerce-checkout .woocommerce-privacy-policy-text p:last-child {
  margin-bottom: 25px
}

.woocommerce-checkout .place-order {
  margin: 25px 0
}

.woocommerce-checkout .woocommerce-privacy-policy-text a,
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 700
}

.woocommerce-privacy-policy-text {
  font-size: 12px
}

.woocommerce-checkout .woocommerce-account-fields abbr,
.woocommerce-checkout .woocommerce-billing-fields abbr,
.woocommerce-checkout .woocommerce-shipping-fields abbr {
  border: none;
  text-decoration: none
}

ul#shipping_method {
  list-style: none;
}
.register-question {
  padding: 2rem;
  border: 1px solid var(--border-2);
  margin-top: 2rem;
}
.woocommerce-form-coupon {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

/* mobile nav/sidebar nav */

.sidebar-menu li a {
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 13px 30px !important;
  color: inherit;
}

.icon-sub-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
  right: 0;
  padding-right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid var(--border-2);
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}
.active .icon-sub-menu{
  height: 49px;
}

.icon-sub-menu:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Down%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='%23232323' stroke-miterlimit='10' stroke-width='2' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E")no-repeat 50% 50%/contain;
  width: 30px;
  height: 30px;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease
}

.icon-sub-menu.up-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sidebar-menu .pll-parent-menu-item {
  border-bottom: none;
  position: relative
}

.sidebar-menu .contact-list {
  margin-top: 30px
}

.sidebar-menu .email {
  margin: 10px 0
}

.mobile-nav-tabs>ul {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff
}

.mobile-nav-tabs li.active {
  background-color: #ff509f;
  color: #fff
}

.mobile-nav-tabs li {
  position: relative;
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  max-width: 50%;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease
}

.mobile-nav-tabs .active path {
  stroke: #fff
}

.mobile-nav-tabs svg {
  width: 20px;
  margin-right: 10px
}

.mobile-nav-tabs span {
  position: relative;
  top: 2px
}

.mobile-menu-tab.active {
  display: block
}

.mobile-menu-tab {
  display: none;
  -webkit-animation: wd-fadeIn 1s ease;
  animation: wd-fadeIn 1s ease
}

@keyframes wd-fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.mobile-menu-tab>ul {
  position: relative
}

.mobile-nav li{
  border-bottom: 1px solid var(--border-2);
}
.mobile-nav .menu-item-has-children>a {
  padding-right: 60px;
}

.mobile-nav .menu-item-has-children.opener-page>a {
  border-bottom: 1px solid var(--border-2);
}

.mobile-nav .sub-menu {
  position: static;
  visibility: visible;
  margin: 0;
  padding: 0;
  width: auto;
  background: 0 0;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: visible;
  pointer-events: unset
}

.mobile-nav .sub-menu,
.mobile-nav .sub-menu>ul {
  display: none
}

.mobile-nav .sub-menu a {
  color: var(--gray-2)
}
.mobile-nav .sub-menu:has(.menu-item-img) {
  column-count: unset;
}
.mobile-nav .menu-item-img {
  width: auto;
}
.mobile-nav .menu-img {
  display: none;
}

.mobile-nav .sub-menu li:last-child {
  border: none
}
.large-box{
  padding: 6rem;
  background-color: var(--gray-bg);
}
.box-content-wrapper {
  position: relative;
}
.box-scroll {
  position: relative;
  padding-right: 1em;
  padding-bottom: 5rem;
  max-height: 28rem;
  overflow-y: hidden;
  transition: all .3s ease;
}
.box-content-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 7.5rem;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.84) 46.88%,#fff 100%);
  z-index: 1;
}
.scroll-to-top.is-shown {
    opacity: 1;
    transform: none;
    pointer-events: visible;
}
.scroll-to-top svg {
    transform: rotate(-90deg);
}
.scroll-to-top {
    position: fixed;
    right: 4rem;
    bottom: 11rem;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    width: 45px;
    height: 45px;
    background-color: var(--gray-bg);
    color: var(--black);
    font-size: 0;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    transform: scale(.6);
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.footer a {
    color: white;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* footer */
.footer{
    background-color: #293643;
    color: white;
    padding: 6rem 0 0;
}
.footer-grid{
  margin-bottom: 6rem;
  align-items: flex-start;
}
.footer-bottom {
border-top: 1px solid var(--border-2);
}

.footer-section .grid {
  align-items: flex-start;
}

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

.widget_nav_menu li {
  display: flex;
}

footer .widget_nav_menu li:nth-child(1) a {
  padding-top: 0;
}

.widget_nav_menu li a {
  padding: 10px 0;
  font-weight: 500;
  display: inline
}

aside .widget {
  margin-bottom: 3rem
}

footer .widget_nav_menu li a {
  line-height: 1.2
}

footer .widget_nav_menu a:hover {
  opacity: .7;
  text-decoration: underline;
}

footer .sub-menu {
  display: none;
}

footer .widget-title {
  margin-bottom: 2rem;
}

.bottom-footer .row {
  padding: 30px 0
}

.bottom-footer .container-fluid {
  border-top: 1px solid rgba(255, 255, 255, 0.3)
}
.contact-list__item{
  /*font-weight: bold;*/
}
.product-category {
    position: relative;
    list-style: none;
    height: 100%;
}
.count {
    color: var(--gray-2);
    font-weight: 500;
    font-size: .8rem;
}
.woocommerce-loop-category__title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background-color: #fff;
    padding: 10px;
    font-size: 1rem;
    min-height: 4rem;
    margin-bottom: 0;
    display: flex
;
    align-items: center;
}
.dropdown-arrow {
    cursor: pointer;
    width: 30px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 15px;
    border: none;
    line-height: 1.2;
    background: url("data:image/svg+xml,%0A%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-menu' d='M1 1L8 9L15 1' stroke='%2316171D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.product-categories .children {
    padding-left: 15px;
    margin: 15px 0;
    display: none;
}
.product-categories > .cat-item {
    border-bottom: 1px solid var(--border-2);
    padding-bottom: 10px;
}
.section-subscription{
  padding: 3rem 0;
border-top: 1px solid var(--border-2);
}
.subscription {
  gap: 1.6rem;
  justify-content: space-between;
}

.subscription-description{
  line-height: 1.2;
}
.show-less {
  display: none;
}

/* overlay & sidebar */
.overflow {
  overflow-y: hidden;
}

.callback-btn{position:fixed;bottom:2rem;right:2rem;width:7.11111rem;height:7.11111rem;background-color:var(--black);border-radius:50%;-webkit-animation:pulse-dot 2.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;animation:pulse-dot 2.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;z-index:100}
.pulsating-circle{content:"";position:absolute;display:flex;width:200%;height:200%;box-sizing:border-box;border-radius:50%;background-color:var(--primary);-webkit-animation:pulse-ring 3.25s cubic-bezier(.215,.61,.355,1) infinite;animation:pulse-ring 3.25s cubic-bezier(.215,.61,.355,1) infinite;z-index:0;opacity:.5;pointer-events:none}
@-webkit-keyframes pulse-ring{
0%{transform:scale(.33)}
100%,80%{opacity:0}
}
@keyframes pulse-ring{
0%{transform:scale(.33)}
100%,80%{opacity:0}
}
@-webkit-keyframes pulse-dot{
0%{transform:scale(.8)}
50%{transform:scale(1)}
100%{transform:scale(.8)}
}
@keyframes pulse-dot{
0%{transform:scale(.8)}
50%{transform:scale(1)}
100%{transform:scale(.8)}
}

.notification-box{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--black);background:var(--gray-bg);font-weight:700;font-size:1.2rem;padding:2em;visibility:hidden;z-index:2}
.notification-box.show-error,.notification-box.show-success{opacity:1;visibility:visible}
form .error{border:1px solid var(--red)}
.lp-form{display:grid;gap:10px}
.panel-trigger{cursor: pointer;}
.panel-show{pointer-events:auto;visibility:visible}
.panel-show .panel-content{opacity:1}
.panel-show,.panel-showed .panel-fill{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
body.panel-showed{overflow:hidden}
.panel-showed .lp-overlay{opacity:.87;visibility:visible}
.panel-scroll,.panel-scroll .scroll-content{height:100vh}
.panel-content{height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding: 4rem 8rem;
  margin: 0 auto;
  transition: opacity 1s ease,-webkit-transform 1s ease;}
.panel-body{position:relative}
.panel-close{position:fixed;top:20px;right:20px;width:36px;height:36px;background:0 0;display:grid;align-items:center;justify-content:center;z-index:1000}
button.panel-close:hover{opacity:.7}
.panel-close:before{transform:rotate(45deg)}
.panel-close:after{transform:rotate(-45deg)}
.panel-close:after,.panel-close:before{content:" ";position:absolute;border-radius:2px;background-color:var(--black);width:32px;height:2px;display:grid;-webkit-transition:background-color .2s ease-in-out,transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out}
.widget-heading {
  margin-bottom: 2rem;
}
.callback-panel .widget-heading {
  max-width: 78%;
}
.messengers-contact{
  background-color: var(--gray-bg);
  padding: 2rem;
  display: flex;
  gap: 3rem;
  align-items: center;
}
.messengers-contact svg{
  width: 1.5em;
  height: 1.5em;
}
.messengers-contact p {
  line-height: 1.2;
}


@media (hover:hover){
  .tiles-grid__item:hover img {
    transform: scale(1.08);
  }
  .btn-secondary:hover{
      background: var(--primary);
      color: #fff;
  }
  .link-button:hover span{
    border-bottom: 1px solid var(--primary);
    color: var(--gray-2);
  }
  a svg:hover{
    opacity: .5;
  }
  
}

/* responsive */

@media (max-width: 1400px) {
  html {
    font-size: 16px;
  }

  .section-heading,
  .section-heading h1,
  h1 {
    font-size: 2.45rem;
    margin-bottom: 2rem;
  }

  .subheading,.box-content h1, .subheading h1,
  h2,
  h3,
  h4 {
    font-size: 1.5rem;
  }

  .second-subheading,
  span.price {
    font-size: 1.1rem;
  }

  .page-section {
    padding: 2rem 0 5rem;
  }

  .btn,
  input[type='submit'],
  a.button.wc-backward,
  .cart_totals .button.wc-forward,
  #place_order {
    padding: 1rem 1.2rem;
  }
  .buttons{
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .testimonial,
  .service-card-box,
  .white-box {
    padding: 3rem;
  }

  .woocommerce-variation-add-to-cart,
  .price-row,
  form.grid.cart,
  .woocommerce-variation.single_variation {
    padding: 1.2rem;
  }

  .tag img {
    max-height: 17px;
  }

  .comments-area {
    padding: 3rem;
    margin-top: 3rem;
  }
  .overtopbar-grid {
    grid-auto-flow: column;
    grid-template-columns: auto;
}
}

@media (max-width: 1260px) {
.catalog-page-area {
  grid-template-columns: 200px 1fr;
  gap: 1.6rem;
}
}

@media (max-width: 1199px) {
  html {
    font-size: 15px;
  }

  .header-logo svg{
    max-width: 130px;
  }

  .section-heading,
  .section-heading h1,
  h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }

  .btn,
  input[type='submit'],
  a.button.wc-backward,
  .cart_totals .button.wc-forward,
  #place_order{
    padding: 0.8rem 1.1rem;
  }
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea{
    padding: 0.8rem 1.1rem;
  }

  header .main-nav{
    display: none;
  }
  .header-bar {
    padding: 10px 0;
  }
  .searchform{padding: 0;}

  .buy-buttons-area .quantity {
    grid-row-start: span 2;
  }

  .woocommerce-variation-add-to-cart {
    gap: 1.2rem;
  }

  .stock.in-stock {
    grid-column: 1 / 3;
  }

  .meta-area .compare-btn {
    grid-column: 1 / 2;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 2rem;
  }
  .single-product-area {
    gap: 2rem;
  }
  .products-grid {
    grid-template-columns: 1fr 1fr;
}
  footer .widget-title {
    margin-bottom: 2rem;
  }

  footer .widget_media_image {
    max-width: 100px;
  }
  .callback-btn {
    bottom: 1rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
  }
}


@media (max-width: 991px) {
  nav.main-nav {
    display: none;
  }

  .header-info__contacts,
  .contact-phones {
    gap: 15px;
  }

  .section-heading,
  .section-heading h1,
  h1 {
    font-size: 2.15rem;
  }

  .section:not(.footer) {
    padding: 4rem 0;
  }

  .home main {
    overflow-x: hidden;
  }

  .entry-summary {
    margin: 40px 0 30px
  }

  .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%
  }

  .woocommerce .shop_table td.product-thumbnail img {
    max-width: 48px;
    min-width: 48px
  }

  .single-product #comments {
    width: auto;
    padding-right: 0;
    padding-bottom: 30px;
    float: none;
    border-bottom: 1px solid #efefef
  }

  .single-product-content #comments>h2 {
    font-size: 18px
  }

  .single-product #review_form_wrapper {
    float: none;
    width: auto;
    border-left: none;
    border-bottom: none;
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0
  }

  .woocommerce .checkout-order-review {
    padding: 30px 15px 15px
  }

  .woocommerce .checkout-order-review .responsive-table {
    padding: 8px 5px 0
  }
  .breadcrumbs, .woocommerce-breadcrumb{
    font-size: 12px;
  }
  .infobox {
    grid-template-columns: auto;
    padding: 2rem;
  }
  .testimonials-img {
    max-width: 100%;
}
.tabs-overflow {
  overflow-x: scroll;
}
.lp-tabs {
  min-width: 900px;
}
.testimonial {
  padding: 2rem;
}

.blog-page-area, .catalog-page-area {
  grid-template-columns: auto;
  grid-auto-flow: dense;
}
.sidebar-container{
  order: 2;
}
.sidebar-inner.lptheme-scroll {
  position: unset;
  top: 0;
}
.page-section {
  padding: 3rem 0 4rem;
}
.comments-area {
  padding: 2rem;
}
.post-crad_img {
  max-height: 400px;
}

.three-cols {
  grid-template-columns: repeat(2,1fr);
}
.section-category {
  max-height: 400px;
}
.testimonials-grid {
  column-count: 2;
}
.panel-content {
  padding: 4rem;
}
.subscription-info {
  max-width: 300px;
}
.footer-grid {
  margin-bottom: 4rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  row-gap: 3rem;
}
}

@media (max-width: 870px) {
  .large-box {
    padding: 4rem;
}
.wc-tabs {
  min-width: 900px;
}
.single-product-area {
  grid-template-columns: auto;
  margin-top: 0;
}

.description-tab-content__wrapper {
  position: unset;
}

.buy-buttons-area .quantity {
  grid-row-start: unset;
}
.stock.in-stock, .meta-area .compare-btn {
  grid-column: unset;
}
.cart_item .quantity input[type=number] {
  width: 35px;
  padding: 6px 5px;
}
.cart-collaterals, .woocommerce-checkout>.row {
  grid-template-columns: auto;
}

.comment-form {
  grid-template-columns: auto;
}
.topbar-menu{
  display: none;
}
.two-cols{
  grid-template-columns: auto;
}
}

@media screen and (max-width: 767px) {
  .overtopbar, header .languages-wrapper,.meta-author, .meta-categories{
    display: none;
  }
    #custom_html-2{
      position: relative !important;
    min-width: fit-content !important;
    left: 0 !important;
    top: 0 !important;
  }
  .tiles-grid {
    grid-template-columns: 1fr 1fr;
}
.four-columns:has(.product-card ), .products-grid {
  grid-template-columns: 1fr 1fr;
  row-gap: 4rem;
  column-gap: 10px;
}
.catalog-area {
  margin-bottom: 4rem;
}
.large-box .three-cols {
  grid-template-columns: auto;
}
.product-card__info a, .second-subheading, span.price {
  font-size: 1.3rem;
}
.action-buttons-holder {
  top: 10px;
  right: 10px;
  gap: 5px;
}
.topbar .grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.description-tab-content .two-columns {
  grid-template-columns: auto;
}

.woocommerce-variation-add-to-cart {
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
}

  .single-product .summary .woocommerce-Price-amount {
    font-size: 25px
  }
  .woocommerce-tabs .wc-tab {
    padding: 1.6rem;
  }
  .woocommerce-products-header h1 {
    margin-bottom: 15px
  }

  .woocommerce table.shop_table_responsive thead {
    display: none
  }

  .woocommerce .cart-actions {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    text-align: center;
    margin-bottom: 50px
  }

  .woocommerce table.shop_table_responsive tbody td {
    background-color: #f8f8f8;
    display: block;
    text-align: right;
    border: none;
    padding: 20px
  }

  .woocommerce table.shop_table_responsive .product-thumbnail {
    text-align: center
  }

  .woocommerce table.shop_table_responsive tbody td {
    background-color: #f8f8f8;
    display: block;
    text-align: right;
    border: none;
    padding: 20px
  }

  .woocommerce table.shop_table_responsive .product-thumbnail a {
    max-width: 100%;
    display: inline-block
  }

  .woocommerce table.shop_table_responsive .product-thumbnail img {
    max-width: 80px;
    min-width: 80px
  }

  .woocommerce table.shop_table_responsive tbody td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    font-size: 14px
  }
  .woocommerce-checkout .checkout-order-review .shop_table {
    padding: 0;
}

  .woocommerce table.shop_table_responsive tbody tr:first-child .product-remove {
    height: 0
  }

  .woocommerce table.shop_table_responsive .product-remove {
    position: relative;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child .product-remove .remove {
    top: 20px
  }

  .woocommerce table.shop_table_responsive .product-remove .remove {
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 40px
  }

  .woocommerce .cart-collaterals .cart_totals>.responsive-table {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px
  }

  .woocommerce .cart-collaterals .cart_totals td {
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px
  }

  .woocommerce .cart-collaterals .cart_totals th,
  .shop_table_responsive .product-remove:before {
    display: none
  }

  .woocommerce .cart-actions .coupon {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 40px;
    padding: 7%;
    border: 2px dashed #dbdbdb
  }

  .woocommerce .cart-actions .button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px
  }

  .woocommerce .cart-actions .coupon .input-text {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 12px 15px
  }
  .service-card__box {
    padding: 1rem;
    width: 200px;
    height: 270px;
}
.subscription {
  flex-direction: column;
  align-items: flex-start;
}
.box-scroll {
  padding-bottom: 4rem;
  max-height: 13rem;
}
.comment-form {
  gap: 0;
}
.comment-notes, .comment-form-comment {
  grid-column-start: unset;
}
}

@media (max-width: 520px) {
 .header-grid {
    gap: 1.6rem;
}
  .header-logo svg {
    max-width: 100px;
}
 .tiles-grid__item .tiles-grid__item-title {
    padding: 1rem;
    font-size: 1rem;
}

.large-box {
  padding: 1.6rem;
}
.buy-buttons-area .quantity {
  grid-row-start: span 2;
}
.stock.in-stock {
  grid-column: 1 / 3;
}
.meta-area .compare-btn {
  grid-column: 1 / 2;
}
span.onsale{font-size: 11px;}

  .woocommerce .cart-collaterals .cart_totals .responsive-table {
    background-color: transparent;
    padding: 0
  }

  .woocommerce .cart-actions .coupon label {
    width: 100%
  }

  .woocommerce .cart-collaterals .cart_totals .order-total td:before {
    font-size: 22px
  }

  .single-product .comment-form .comment-form-author,
  .single-product .comment-form .comment-form-email {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }

  .single-product .comment-form .comment-form-author {
    margin-bottom: 15px
  }

  .single-product .comment-form .comment-form-email {
    margin-bottom: 30px
  }

  .woocommerce-checkout .woocommerce-account-fields,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 0
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px
  }

  .single-product .tabs li {
    margin-right: 40px;
    margin-bottom: 0
  }

  .wc-tabs {
    overflow: auto;
    white-space: nowrap
  }

  .wc-tab {
    padding: 20px
  }

  .single-spec {
    margin-bottom: 15px
  }

  .wc-tabs-wrapper table td {
    padding: 5px 5px;
    font-size: 12px;
  }
  .products-topbar {
    grid-auto-flow: dense;
    gap: 15px;
}
.wc-tabs {
  gap: 1rem;
}
ul.grid.lp-tabs {
  gap: 1rem;
}
.copyrights{
  line-height: 1.2;
}
}

@media (max-width: 380px) {
  html {
    font-size: 14px;
  }
  .section-heading, .section-heading h1, h1 {
    font-size: 2rem;
}
.header-logo {
  max-width: 84px;
}
.variations_form .label {
  min-width: auto;
}
}

@media (max-width: 360px) {
.woocommerce-tabs .wc-tab {
  padding: 3.2rem 0 0;border: 0;
}
.woocommerce-variation-add-to-cart {
  grid-template-columns: 1fr;
}

}


div#custom_html-2 {
    position: absolute;
    min-width: max-content;
    left: 100%;
    top: -25px;
    font-weight: 700;
}

div#smena a {
    color: #d9a46d;
}