.de_light .wm {
  color: rgba(232, 162, 219, 0.09);
}
.crumb a {
  font-weight: 700;
}
a.btn-custom:hover {
  color: #222;
  opacity: 1;
  background-color: var(--primary-darken-color-1);
}
.widget_category ul ul {
  padding-left: 15px;
}
.widget_category ul li:hover a {
  background-color: #fff;
}
.widget_category ul li > a:hover {
  background-color: var(--primary-color-1) !important;
}
#subheader span {
  letter-spacing: 2px;
  display: inline-block;
  font-size: 15px;
  margin-top: 0px;
  margin-left: 20px;
  color: var(--primary-color-1);
}
@keyframes glowing {
  0% {
    background-color: #e8a2db;
    box-shadow: 0 0 3px #e8a2db;
  }
  50% {
    background-color: #D31DB2FF;
    box-shadow: 0 0 10px #D31DB2FF;
  }
  100% {
    background-color: #e8a2db;
    box-shadow: 0 0 3px #e8a2db;
  }
}
#blockHeaderV1 #logo .logo {
  max-height: 50px;
  filter: invert(1);
}
#blockHeaderV1 #mainmenu a {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000000;
}
#blockHeaderV1 .social-icons {
  margin-top: 5px;
}
#blockHeaderV1 .social-icons a {
  padding: 5px;
}
#blockHeaderV1 .social-icons a i {
  color: var(--primary-color-1);
  text-shadow: none;
  padding: 6px 4px;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 15px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
#blockHeaderV1 .social-icons a:hover i {
  color: #fff;
}
#blockHeaderV1 #headerBookingButton {
  text-transform: uppercase;
  background-color: #e8a2db;
  letter-spacing: 2px;
  line-height: normal;
  text-decoration: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000000 !important;
  font-weight: 600;
  font-size: 11px;
  padding: 9px 20px 9px 22px;
  border-radius: 0 !important;
  border-width: 0;
  font-style: normal;
  text-align: center;
  margin-bottom: 3px;
  animation: glowing 2000ms infinite;
}
#blockHeaderV1 header {
  background-color: #fff;
}
#blockHeaderV1 .header-custom:not(.header-mobile):not(.no-sticky) {
  position: fixed !important;
}
#blockHeaderV1 #searchBox {
  background-color: #111111;
  padding: 10px;
  max-width: 1200px;
  margin: auto;
}
#blockHeaderV1 #searchBox #catalogitemsearch-search {
  border-radius: 0;
}
#blockHeaderV1 #searchBox .search-hints ul {
  list-style: none;
  padding-left: 0;
}
#blockHeaderV1 #searchBox .search-hints ul li {
  margin-bottom: 10px;
}
#blockHeaderV1 #searchBox .search-hints ul li a {
  display: inline-block;
}
@media (max-width: 991px) {
  header {
    height: 130px;
  }
  #blockHeaderV1 .container .col-md-12 {
    margin-bottom: 0px;
  }
  #blockHeaderV1 .social-icons {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #blockHeaderV1 #mainmenu a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #blockHeaderV1 .header-custom:not(.header-mobile) #mainmenu > li > a {
    padding: 20px 0px 20px 10px;
  }
}
@media (min-width: 992px) {
  #blockHeaderV1 .col-lg,
  #blockHeaderV1 .col-lg-1,
  #blockHeaderV1 .col-lg-10,
  #blockHeaderV1 .col-lg-11,
  #blockHeaderV1 .col-lg-12,
  #blockHeaderV1 .col-lg-2,
  #blockHeaderV1 .col-lg-3,
  #blockHeaderV1 .col-lg-4,
  #blockHeaderV1 .col-lg-5,
  #blockHeaderV1 .col-lg-6,
  #blockHeaderV1 .col-lg-7,
  #blockHeaderV1 .col-lg-8,
  #blockHeaderV1 .col-lg-9,
  #blockHeaderV1 .col-lg-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  #blockHeaderV1 #logoCol {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
  #blockHeaderV1 #contentCol {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
  }
  #blockHeaderV1 #socialCol {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1280.98px) {
  #blockHeaderV1 #mainmenu a {
    font-size: 12px;
  }
  #blockHeaderV1 .header-custom:not(.header-mobile) #mainmenu > li > a {
    padding: 20px 0px 20px 15px;
  }
}
#blockNewsV1 {
  position: relative;
  z-index: 123;
}
#blockPricesV1 #services-list li {
  background: #fbfbfb;
}
#blockPricesV1 #services-list li.active {
  background: var(--primary-color-1);
}
#blockPricesV1 #services-list li > a.active {
  background: var(--primary-color-1);
}
#blockAboutV1 h2 {
  font-size: 2.4rem;
}
@media (max-width: 575.98px) {
  #blockAboutV1 h2 {
    margin-top: 100px;
  }
}
#blockGalleryV1 #filters a:hover {
  background-color: var(--primary-color-1);
  color: #fff;
}
#blockContentV1,
.block-content-v1 {
  position: relative;
  padding: 80px 0 112px;
  background: #fff;
}
#blockContentV1 .container,
.block-content-v1 .container {
  position: relative;
  max-width: 900px;
}
#blockContentV1 h2,
.block-content-v1 h2 {
  color: #1a1a1a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 18px;
  position: relative;
  line-height: 1.15;
}
#blockContentV1 h2::after,
.block-content-v1 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 4px;
  background: #e8a2db;
  border-radius: 2px;
}
#blockContentV1 h3,
.block-content-v1 h3 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.35;
}
#blockContentV1 p,
.block-content-v1 p {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}
#blockContentV1 ul,
.block-content-v1 ul,
#blockContentV1 ol,
.block-content-v1 ol {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 18px;
  padding-left: 0;
  list-style: none;
}
#blockContentV1 li,
.block-content-v1 li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
}
#blockContentV1 li::before,
.block-content-v1 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #e8a2db;
  border-radius: 50%;
}
#blockContentV1 a,
.block-content-v1 a {
  color: #c0209c;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 162, 219, 0.6);
  transition: color 150ms cubic-bezier(0.23, 1, 0.32, 1), border-color 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
#blockContentV1 a:hover,
.block-content-v1 a:hover,
#blockContentV1 a:focus,
.block-content-v1 a:focus {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
.lvs-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 48px 72px;
  margin-bottom: 56px;
  background: linear-gradient(135deg, #fff 0%, #fdf5fa 100%);
  border-radius: 20px;
  text-align: center;
}
.lvs-hero::before,
.lvs-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}
.lvs-hero::before {
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: #e8a2db;
}
.lvs-hero::after {
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: #f6c1ed;
}
.lvs-hero__title,
.lvs-hero__lead,
.lvs-hero p {
  position: relative;
  z-index: 1;
}
.lvs-hero__title {
  font-size: 52px;
  margin-bottom: 28px;
}
#blockContentV1 .lvs-hero__title::after,
.block-content-v1 .lvs-hero__title::after {
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}
.lvs-hero__lead {
  font-size: 21px;
  color: #3a3a3a;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 18px;
}
.lvs-hero p:last-child {
  margin-bottom: 0;
}
.lvs-content-section {
  padding: 56px 0;
}
.lvs-content-section + .lvs-content-section {
  border-top: 1px solid #f4e7f0;
}
.lvs-story {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.lvs-story__badge {
  flex: 0 0 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: #fdf5fa;
  border: 2px solid #e8a2db;
  border-radius: 50%;
  text-align: center;
}
.lvs-story__year {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 700;
  color: #c0209c;
  line-height: 1;
}
.lvs-story__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6b6b6b;
  margin: 4px 0 0;
  text-transform: uppercase;
}
.lvs-story__content {
  flex: 1;
}
.lvs-quote {
  margin: 0 0 28px;
  padding: 24px 32px;
  background: #fdf5fa;
  border-left: 4px solid #e8a2db;
  border-radius: 0 12px 12px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.55;
}
.lvs-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 36px;
}
@media (min-width: 769px) {
  .lvs-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lvs-product-card {
  background: #fff;
  border: 1px solid #f4e7f0;
  border-radius: 16px;
  padding: 32px;
  transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.lvs-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(232, 162, 219, 0.14);
}
.lvs-product-card:active {
  transform: scale(0.98);
}
.lvs-product-card--wide {
  grid-column: 1 / -1;
}
.lvs-product-card .lvs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  background: #fdf5fa;
  border: 1px solid #f4e7f0;
  border-radius: 50%;
}
.lvs-product-card .lvs-icon i {
  font-size: 24px;
  color: #c0209c;
  line-height: 1;
}
.lvs-product-card h3 {
  margin-bottom: 12px;
}
.lvs-product-card p:last-child {
  margin-bottom: 0;
}
.lvs-brand-list li {
  font-size: 19px;
  font-weight: 500;
  padding-left: 34px;
  margin-bottom: 14px;
}
.lvs-brand-list li::before {
  top: 10px;
  width: 12px;
  height: 12px;
}
.lvs-service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.lvs-service-tag {
  display: inline-block;
  padding: 12px 20px;
  background: #fdf5fa;
  border: 1px solid #f4e7f0;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  transition: background 150ms cubic-bezier(0.23, 1, 0.32, 1), transform 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
.lvs-service-tag:hover {
  background: #fff;
  transform: translateY(-2px);
}
.lvs-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}
@media (min-width: 769px) {
  .lvs-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lvs-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  background: #fdf5fa;
  border-radius: 12px;
}
.lvs-feature__icon {
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(232, 162, 219, 0.15);
}
.lvs-feature__icon i {
  font-size: 18px;
  color: #c0209c;
  line-height: 1;
}
.lvs-feature p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}
.lvs-link-card {
  padding: 28px;
  background: #fdf5fa;
  border-radius: 16px;
}
.lvs-link-card p:last-child {
  margin-bottom: 0;
}
.lvs-welcome {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  padding: 64px 48px;
  background: #fdf5fa;
  border-radius: 20px;
  text-align: center;
}
.lvs-welcome::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #e8a2db 0%, transparent 70%);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.lvs-welcome::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, #f6c1ed 0%, transparent 70%);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.lvs-welcome h2,
.lvs-welcome p,
.lvs-welcome .lvs-cta {
  position: relative;
  z-index: 1;
}
.lvs-welcome h2 {
  font-size: 42px;
}
#blockContentV1 .lvs-welcome h2::after,
.block-content-v1 .lvs-welcome h2::after {
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #e8a2db, #f6c1ed);
  width: 90px;
}
.lvs-welcome p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.lvs-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 16px 40px;
  background: #c0209c;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 160ms cubic-bezier(0.23, 1, 0.32, 1), background 160ms cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 8px 24px rgba(192, 32, 156, 0.22);
}
.lvs-cta:hover,
.lvs-cta:focus {
  background: #a91a82;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(192, 32, 156, 0.3);
}
.lvs-cta:active {
  transform: scale(0.97);
}
.content-page {
  padding-top: 100px !important;
}
.content-page-title {
  color: #1a1a1a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 700;
  margin: 52px 0 36px;
  text-align: center;
  line-height: 1.2;
}
.block-content-v1 .container > h2:not(:first-of-type) {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #f4e7f0;
}
.block-content-v1 .container > h3 {
  background: #fdf5fa;
  border-left: 3px solid #e8a2db;
  border-radius: 0 12px 12px 0;
  padding: 20px 22px;
  margin-top: 36px;
  margin-bottom: 18px;
}
.block-content-v1 .container > h2:first-of-type + p,
.block-content-v1 .container > h2:first-child + p {
  font-size: 20px;
  color: #3a3a3a;
  line-height: 1.75;
}
.block-content-v1 .container > ul:has( > li:nth-child(6)),
.block-content-v1 .container > ol:has( > li:nth-child(6)) {
  columns: 2;
  column-gap: 40px;
}
.block-content-v1 .container > ul:has( > li:nth-child(6)) li,
.block-content-v1 .container > ol:has( > li:nth-child(6)) li {
  break-inside: avoid;
}
.lvs-service-page .lvs-hero {
  text-align: left;
  padding: 52px 48px 56px;
  background: linear-gradient(135deg, #fdf5fa 0%, #fff 100%);
  border: 1px solid #f4e7f0;
}
.lvs-service-page .lvs-hero__title {
  margin-bottom: 22px;
}
#blockContentV1 .lvs-service-page .lvs-hero__title::after,
.block-content-v1 .lvs-service-page .lvs-hero__title::after {
  left: 0;
  transform: none;
}
.lvs-service-page .lvs-hero p {
  max-width: 720px;
}
.lvs-service-page .lvs-hero--split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
  padding: 40px 40px 40px 48px;
}
.lvs-service-page .lvs-hero--split .lvs-hero__copy p {
  max-width: none;
}
.lvs-service-page .lvs-hero--split .lvs-hero__visual img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(192, 32, 156, 0.12);
}
.lvs-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.lvs-section-header__icon {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fdf5fa;
  border: 1px solid #f4e7f0;
  border-radius: 50%;
  line-height: 1;
  transform: translateY(-3px);
}
.lvs-section-header__icon i {
  font-size: 22px;
  color: #c0209c;
  line-height: 1;
}
#blockContentV1 .lvs-section-header h2,
.block-content-v1 .lvs-section-header h2 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  line-height: 1.25;
}
#blockContentV1 .lvs-section-header h2::after,
.block-content-v1 .lvs-section-header h2::after {
  display: none;
}
.lvs-toc {
  background: #fdf5fa;
  border: 1px solid #f4e7f0;
  border-radius: 16px;
  padding: 28px 32px;
  margin: 0 0 56px;
}
.lvs-toc__title {
  color: #1a1a1a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}
.lvs-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 24px;
  font-size: 15px;
}
.lvs-toc li {
  margin: 0 0 10px;
  padding-left: 0;
  break-inside: avoid;
}
.lvs-toc li::before {
  display: none;
}
.lvs-toc a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: none;
  padding: 3px 0;
}
.lvs-toc a:hover,
.lvs-toc a:focus {
  color: #c0209c;
}
.lvs-toc a::before {
  content: attr(data-num) '.';
  flex: 0 0 28px;
  font-weight: 700;
  color: #c0209c;
  font-size: 13px;
}
.lvs-service-section {
  scroll-margin-top: 100px;
}
.lvs-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 32px;
  margin: 56px 0 0;
  background: #fdf5fa;
  border: 1px solid #f4e7f0;
  border-radius: 16px;
}
.lvs-contact-card__icon {
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(232, 162, 219, 0.18);
}
.lvs-contact-card__icon i {
  font-size: 24px;
  color: #c0209c;
}
.lvs-contact-card__body {
  flex: 1;
}
.lvs-contact-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.lvs-contact-card p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lvs-toc {
    padding: 22px 24px;
  }
  .lvs-toc ol {
    columns: 1;
  }
  .lvs-service-page .lvs-hero {
    padding: 40px 24px 44px;
  }
  .lvs-service-page .lvs-hero--split {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }
  .lvs-service-page .lvs-hero--split .lvs-hero__visual {
    order: -1;
  }
  .lvs-service-page .lvs-hero--split .lvs-hero__visual img {
    height: 200px;
  }
  .lvs-section-header {
    gap: 12px;
  }
  .lvs-section-header__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .lvs-section-header__icon i {
    font-size: 18px;
  }
  #blockContentV1 .lvs-section-header h2,
  .block-content-v1 .lvs-section-header h2 {
    font-size: 28px;
  }
  .lvs-contact-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .lvs-contact-card__icon {
    flex: 0 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lvs-product-card,
  .lvs-service-tag,
  .lvs-cta,
  .lvs-feature,
  #blockContentV1 a,
  .block-content-v1 a {
    transition: none;
  }
  .lvs-product-card:hover,
  .lvs-service-tag:hover,
  .lvs-cta:hover {
    transform: none;
  }
}
@media (max-width: 991px) {
  .content-page {
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  #blockContentV1,
  .block-content-v1 {
    padding: 48px 0 80px;
  }
  #blockContentV1 h2,
  .block-content-v1 h2 {
    font-size: 30px;
  }
  #blockContentV1 h3,
  .block-content-v1 h3 {
    font-size: 20px;
  }
  #blockContentV1 p,
  .block-content-v1 p,
  #blockContentV1 li,
  .block-content-v1 li {
    font-size: 17px;
  }
  .lvs-hero {
    padding: 48px 24px 56px;
    border-radius: 16px;
  }
  .lvs-hero__title {
    font-size: 38px;
  }
  .lvs-hero__lead {
    font-size: 18px;
  }
  .lvs-story {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .lvs-story__badge {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
  }
  .lvs-story__year {
    font-size: 36px;
  }
  .lvs-quote {
    font-size: 19px;
    padding: 20px 24px;
  }
  .lvs-product-card {
    padding: 24px;
  }
  .lvs-brand-list li {
    font-size: 18px;
  }
  .lvs-welcome {
    padding: 48px 24px;
  }
  .lvs-welcome h2 {
    font-size: 34px;
  }
  .lvs-cta {
    padding: 14px 32px;
  }
  .content-page-title {
    font-size: 32px;
    margin: 36px 0 24px;
  }
  .block-content-v1 .container > h2:not(:first-of-type) {
    margin-top: 44px;
    padding-top: 44px;
  }
  .block-content-v1 .container > h3 {
    padding: 16px 18px;
    margin-top: 28px;
    margin-bottom: 16px;
  }
  .block-content-v1 .container > h2:first-of-type + p,
  .block-content-v1 .container > h2:first-child + p {
    font-size: 18px;
  }
  .block-content-v1 .container > ul:has( > li:nth-child(6)),
  .block-content-v1 .container > ol:has( > li:nth-child(6)) {
    columns: 1;
  }
}
#cartSidebarBlock {
  margin-bottom: 10px;
  border: 4px dotted var(--primary-color-1);
  padding: 10px;
}
#cartSidebarBlock h4 {
  padding-bottom: 10px;
  font-size: 14px;
}
#cartSidebarBlock ul {
  padding: 0;
}
#cartSidebarBlock li {
  min-height: auto;
  margin-bottom: 5px;
}
#cartSidebarBlock li img {
  position: absolute;
  width: 45px;
  height: 45px;
}
#cartSidebarBlock li .text {
  padding-top: 0;
  padding-left: 60px;
  font-size: 10px;
  line-height: 1.8;
}
#cartSidebarBlock .btn {
  color: #fff;
}
#sidebar .widget_search {
  border-bottom: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
#sidebar .widget_search h4 {
  padding-bottom: 0;
  font-size: 14px;
}
#sidebar .widget_search #search {
  padding: 3px;
}
#sidebar .widget_search #btn-search:before {
  font-size: 12px;
  color: #fff;
}
#sidebar .widget_search #btn-search {
  padding: 3px;
  height: 32px;
}
#sidebar .widget_search .help-block {
  display: none;
  margin: 0;
}
#sidebar .widget_search .form-group {
  margin-bottom: 0;
}
.accordion-filters .widget {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border: 0;
}
.accordion-filters .active-filter > a {
  background-color: var(--primary-color-1) !important;
}
.catalog-item-filters {
  padding: 20px;
  border: 3px dotted #ffe1f3;
  margin-bottom: 30px;
}
.catalog-item-filters .btn-filter {
  margin-top: 35px;
}
.widget-collapsing-brands {
  margin-top: 40px;
}
.widget-collapsing-brands > .accordion .widget-collapsing-ul li {
  border: solid 1px #ddd;
  color: #111;
  display: block;
  padding: 12px 20px 12px 20px;
  margin-bottom: 8px;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget-brands {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  /* CATEGORY HEADER FLEX */
}
.widget-brands h4 {
  padding-bottom: 5px;
  font-size: 14px;
}
.widget-brands li .item {
  border: solid 1px #ddd;
  color: #111;
  display: block;
  padding: 12px 20px 12px 20px;
  margin-bottom: 8px;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget-brands ul ul {
  padding-left: 15px;
}
.widget-brands ul li .item {
  padding: 2px 10px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 11px;
}
.widget-brands ul li .item:hover {
  background-color: var(--primary-color-1) !important;
  cursor: pointer;
}
.widget-brands ul li .item.not-collapsible-link a:hover {
  text-decoration: underline;
}
.widget-brands ul li .item.collapsible-link a:hover {
  text-decoration: underline !important;
}
.widget-brands ul li.active-filter > .item {
  background-color: var(--primary-color-1) !important;
}
.widget-brands .collapsible-link::before,
.widget-brands .collapsible-link::after {
  content: none;
}
.widget-brands .category-item {
  position: relative;
}
.widget-brands .category-item .category-header {
  display: flex;
  justify-content: space-between;
}
.widget-brands .category-children {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  padding-left: 15px;
}
.widget-brands .category-item.open > .category-children {
  max-height: fit-content;
}
.widget-brands .category-toggle {
  margin-left: auto;
  cursor: pointer;
  font-size: 10px;
  color: #555;
  padding-left: 10px;
}
.widget-brands .category-toggle i {
  transition: transform 0.25s ease;
  font-size: 14px;
}
.widget-brands .category-item.open > .item .category-toggle i {
  transform: rotate(90deg);
}
.widget-brands .item.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-collapsing-categories {
  margin-top: 40px;
}
.widget-collapsing-categories .widget-collapsing-ul li {
  border: solid 1px #ddd;
  color: #111;
  display: block;
  padding: 12px 20px 12px 20px;
  margin-bottom: 8px;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget-categories {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  /* CATEGORY HEADER FLEX */
}
.widget-categories h4 {
  padding-bottom: 5px;
  font-size: 14px;
}
.widget-categories li .item {
  border: solid 1px #ddd;
  color: #111;
  display: block;
  padding: 12px 20px 12px 20px;
  margin-bottom: 8px;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget-categories ul ul {
  padding-left: 15px;
}
.widget-categories ul li .item {
  padding: 2px 10px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 11px;
}
.widget-categories ul li .item:hover {
  background-color: var(--primary-color-1) !important;
  cursor: pointer;
}
.widget-categories ul li .item.not-collapsible-link a:hover {
  text-decoration: underline;
}
.widget-categories ul li .item.collapsible-link a:hover {
  text-decoration: underline !important;
}
.widget-categories ul li.active-filter > .item {
  background-color: var(--primary-color-1) !important;
}
.widget-categories .category-item {
  position: relative;
}
.widget-categories .category-item .category-header {
  display: flex;
  justify-content: space-between;
}
.widget-categories .category-children {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  padding-left: 15px;
}
.widget-categories .category-item.open > .category-children {
  max-height: 1000px;
}
.widget-categories .category-toggle {
  margin-left: auto;
  cursor: pointer;
  font-size: 10px;
  color: #555;
  padding-left: 10px;
}
.widget-categories .category-toggle i {
  transition: transform 0.25s ease;
  font-size: 14px;
}
.widget-categories .category-item.open > .item .category-toggle i {
  transform: rotate(90deg);
}
.widget-categories .item.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: var(--primary-color-1);
}
.irs--flat .irs-bar {
  background-color: var(--primary-color-1);
}
@media (min-width: 768px) {
  .catalog-item-filters.fixed-filters {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 885px;
    top: 20px;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.75);
  }
  .sidebar-filters.fixed-filters {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 195px;
    top: 20px;
  }
  .bottom-fixed {
    top: auto !important;
    bottom: 0;
    position: absolute !important;
  }
}
@media (max-width: 767.98px) {
  #cartSidebarBlock {
    margin-bottom: 30px;
    border: 0;
  }
  .catalog-item-filters {
    padding: 10px 15px;
    border: 0;
    margin-bottom: 0;
  }
  .catalog-item-filters .control-label {
    margin-bottom: 2px;
  }
  .catalog-item-filters .form-group {
    margin-bottom: 3px;
  }
  .catalog-item-filters .label-for-checkbox {
    display: none !important;
  }
  .catalog-item-filters p {
    margin-bottom: 0;
  }
  .catalog-item-filters .btn-filter {
    margin-top: 0;
  }
  .widget-categories {
    margin-top: 0px;
  }
  .widget-brands {
    margin-top: 0px;
  }
  #subheader.style-3,
  #subheader.style-4 {
    padding: 20px 0 0 0  !important;
  }
  #content:not(.no-top) {
    padding-top: 10px !important;
  }
  .accordion-filters .widget h4 {
    display: none;
  }
  .widget_search h4 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .accordion-filters {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
  }
  .accordion-filters .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
  }
  .accordion-filters .card .card-header {
    padding: 10px 15px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
  }
  .accordion-filters .card .card-header a h5 {
    color: var(--primary-color-1);
  }
  .accordion-filters .collapse .widget {
    padding: 10px 15px;
  }
  .accordion-filters .widget {
    border-bottom: 0 !important;
  }
}
@media (min-width: 769.98px) {
  .accordion-filters .card {
    display: none;
  }
  .accordion-filters .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  #subheader h1 {
    text-align: center;
    margin: auto;
    padding-right: 0;
    float: none;
  }
  #subheader h1 span {
    letter-spacing: 2px;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    display: block;
    color: var(--primary-color-1);
  }
  #subheader .crumb {
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    padding-left: 0;
    float: none;
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
#topBarCategoriesList li > a {
  color: #fff;
  text-decoration: dotted;
  font-size: 11px;
  padding: 2px 10px;
}
#topBarCategoriesList li > a > span {
  border-bottom: 1px dotted #fff;
}
#topBarCategoriesList li > a.active {
  background-color: transparent;
  font-weight: bold;
}
#topBarCategoriesList li > a.active > span {
  border-bottom: 0;
}
#topBarCategoriesList .dropdown-item {
  font-size: 11px;
  padding: 2px 10px;
}
@media (max-width: 767.98px) {
  .left-sidebar .accordion-filters {
    margin-left: 5px;
  }
}
#catalogDefaultCartT1 #cartSidebarWidget {
  background-color: #fffcfc;
  padding: 20px;
}
#catalogDefaultCartT1 #prepareOrderForm .btn {
  max-width: 400px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-weight: 600;
}
#applyPromocode {
  max-width: 400px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
#catalogDefaultCheckoutT1 .error-summary {
  color: red;
  background-color: rgba(232, 162, 219, 0.2);
  padding: 20px;
  border: 1px dashed #c11d23;
}
#catalogDefaultCheckoutT1 .error-summary p {
  font-weight: 600;
}
#catalogDefaultCheckoutT1 .help-block {
  color: red;
}
#catalogDefaultCheckoutT1 .checkout-button {
  max-width: 400px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 50px;
  font-weight: 600;
}
#deliveryMethods .td-1 {
  width: 75%;
}
#deliveryMethods .td-2 {
  width: 25%;
}
#catalogDefaultIndexT1 #subheader {
  padding: 20px 0 20px 0;
}
#catalogDefaultIndexT1 #subheader h1 {
  margin-top: 0;
  padding-top: 0;
}
#catalogDefaultIndexT1 #subheader .crumb {
  margin-top: 10px;
  margin-bottom: 0;
}
#catalogDefaultIndexT1 #content {
  padding: 25px 0 90px 0;
}
#catalogDefaultIndexT1 #content .catalog-item-filters {
  padding: 10px;
  border: 2px dotted #ffe1f3;
  margin-bottom: 20px;
}
#catalogDefaultIndexT1 #content .catalog-item-filters label {
  margin-bottom: 3px;
}
#catalogDefaultIndexT1 #content .catalog-item-filters button.dropdown-toggle {
  padding: 3px 5px;
  font-size: 12px;
}
#catalogDefaultIndexT1 #content .catalog-item-filters .help-block {
  margin: 0;
}
#catalogDefaultIndexT1 #content .catalog-item-filters .form-group {
  margin-bottom: 4px;
}
#catalogDefaultIndexT1 #content .catalog-item-filters .btn-filter {
  color: #fff;
}
#catalogDefaultIndexT1 .product {
  display: flex;
}
#catalogDefaultIndexT1 .product .catalog-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
#catalogDefaultIndexT1 .product .variant-chip {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
#catalogDefaultIndexT1 .product .variant-chip:hover {
  background-color: #f0f0f0;
  border-color: #888;
  cursor: pointer;
}
#catalogDefaultIndexT1 .product .variant-chip.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
#catalogDefaultIndexT1 .btn-cart {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: var(--primary-color-1) !important;
  color: #fff !important;
  border: solid 1px var(--primary-color-1);
}
#catalogDefaultIndexT1 .btn-out-stock {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  color: #111;
  border: solid 1px #dddddd;
  cursor: not-allowed;
}
#catalogDefaultIndexT1 .pagination-block .summary {
  display: none;
}
#catalogDefaultIndexT1 .pagination-block .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
}
#catalogDefaultIndexT1 .pagination-block .pagination li.disabled span {
  color: #EAEAEA;
  border: solid 1px #eaeaea;
  background: none;
  margin: 3px;
  padding: 15px 20px 15px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#catalogDefaultIndexT1 .stock {
  font-size: 11px;
}
#catalogDefaultIndexT1 .in-stock {
  color: var(--primary-color-1);
}
#catalogDefaultIndexT1 .out-stock {
  color: grey;
}
#catalogDefaultIndexT1 .price {
  margin-top: 5px;
}
#catalogDefaultIndexT1 .price.has-old-price .base-price {
  font-weight: 600;
}
#catalogDefaultIndexT1 .price.has-old-price .old-price {
  color: #c3c3c3;
  text-decoration: line-through;
}
#catalogDefaultIndexT1 .product .btn-line {
  padding-left: 0;
  padding-right: 0;
}
#catalogDefaultIndexT1 .sale-flash .badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-wrap: auto;
}
#catalogDefaultIndexT1 .sale-flash .badge.p-2 {
  padding: 0.6rem !important;
}
@media (max-width: 767.98px) {
  #catalogDefaultIndexT1 .product .btn-line {
    width: auto;
  }
  #catalogDefaultIndexT1 .product .btn-out-stock {
    margin-left: -3px;
  }
  #catalogDefaultIndexT1 .product:hover img:not(:first-child):not(.p-1) {
    display: none !important;
  }
}
@media (min-width: 767.98px) {
  #catalogDefaultIndexT1 .p-images {
    position: relative;
    overflow: hidden;
    height: 237px;
  }
  #catalogDefaultIndexT1 .product-image .pi-1 {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
  }
}
#catalogDefaultViewT1 .card a {
  color: var(--primary-color-1);
  /*font-weight: 700;*/
}
#catalogDefaultViewT1 .eavSelectBox {
  border: 1px dashed #000;
  display: inline-block;
  background: #dadada;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 3px;
}
#catalogDefaultViewT1 .eavSelectBox.active {
  background: var(--primary-color-1);
}
#catalogDefaultViewT1 .stock {
  font-size: 16px;
}
#catalogDefaultViewT1 .in-stock {
  color: var(--primary-color-1);
}
#catalogDefaultViewT1 .out-stock {
  color: grey;
}
#catalogDefaultViewT1 .widget_top_rated_product {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #ddd;
}
#catalogDefaultViewT1 table.table-of-sizes {
  width: 100%;
}
#catalogDefaultViewT1 table.table-of-sizes td {
  text-align: center;
  vertical-align: middle;
}
#catalogDefaultViewT1 table.table-of-sizes .td-col-2 {
  width: 60px;
  height: 37px;
  background-color: #767676;
  color: #fff;
}
#catalogDefaultViewT1 table.table-of-sizes .td-col-3 {
  width: 60px;
  height: 37px;
}
#catalogDefaultViewT1 table.table-of-sizes tr {
  border-bottom: 1px solid #dddddd;
}
#catalogDefaultViewT1 table.table-of-sizes img {
  max-width: 300px;
}
.accordion-filters .widget {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border: 0;
}
.accordion-filters .active-filter > a {
  background-color: var(--primary-color-1) !important;
}
.widget_search {
  border-bottom: 0 !important;
  margin-bottom: 10px !important;
  padding-bottom: 30px !important;
}
.catalog-item-filters {
  padding: 20px;
  border: 3px dotted #ffe1f3;
  margin-bottom: 30px;
}
.catalog-item-filters .btn-filter {
  margin-top: 35px;
}
.widget-categories {
  margin-top: 40px;
}
.widget-brands {
  margin-top: 40px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: var(--primary-color-1);
}
.irs--flat .irs-bar {
  background-color: var(--primary-color-1);
}
@media (max-width: 767.98px) {
  #cartSidebarBlock {
    margin-bottom: 30px;
    border: 0;
  }
  .catalog-item-filters {
    padding: 10px 15px;
    border: 0;
    margin-bottom: 0;
  }
  .catalog-item-filters .control-label {
    margin-bottom: 2px;
  }
  .catalog-item-filters .form-group {
    margin-bottom: 3px;
  }
  .catalog-item-filters .label-for-checkbox {
    display: none !important;
  }
  .catalog-item-filters p {
    margin-bottom: 0;
  }
  .catalog-item-filters .btn-filter {
    margin-top: 0;
  }
  .widget-categories {
    margin-top: 0px;
  }
  .widget-brands {
    margin-top: 0px;
  }
  #subheader.style-3,
  #subheader.style-4 {
    padding: 20px 0 0 0  !important;
  }
  #content:not(.no-top) {
    padding-top: 10px !important;
  }
  .accordion-filters .widget h4 {
    display: none;
  }
  .widget_search h4 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .accordion-filters {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
  }
  .accordion-filters .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
  }
  .accordion-filters .card .card-header {
    padding: 10px 15px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
  }
  .accordion-filters .card .card-header a h5 {
    color: var(--primary-color-1);
  }
  .accordion-filters .collapse .widget {
    padding: 10px 15px;
  }
  .accordion-filters .widget {
    border-bottom: 0 !important;
  }
}
@media (min-width: 769.98px) {
  .accordion-filters .card {
    display: none;
  }
  .accordion-filters .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  #subheader h1 {
    text-align: center;
    margin: auto;
    padding-right: 0;
    float: none;
  }
  #subheader h1 span {
    letter-spacing: 2px;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    display: block;
    color: var(--primary-color-1);
  }
  #subheader .crumb {
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    padding-left: 0;
    float: none;
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
#servicesDefaultIndexT1 .btn-cart {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 7px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: var(--primary-color-1) !important;
  color: #fff !important;
  border: solid 1px var(--primary-color-1);
}
#servicesDefaultIndexT1 .item-title h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}
#servicesDefaultIndexT1 .pagination-block .summary {
  display: none;
}
#servicesDefaultIndexT1 .pagination-block .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
}
#servicesDefaultIndexT1 .pagination-block .pagination li.disabled span {
  color: #EAEAEA;
  border: solid 1px #eaeaea;
  background: none;
  margin: 3px;
  padding: 15px 20px 15px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#servicesDefaultIndexT1 .stock {
  font-size: 11px;
}
#servicesDefaultIndexT1 .in-stock {
  color: var(--primary-color-1);
}
#servicesDefaultIndexT1 .out-stock {
  color: grey;
}
@media (min-width: 767.98px) {
  #servicesDefaultIndexT1 .p-images {
    position: relative;
    overflow: hidden;
    height: 335px;
  }
  #servicesDefaultIndexT1 .product-image .pi-1 {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
  }
}
#servicesDefaultViewT1 .card a {
  color: var(--primary-color-1);
  /*font-weight: 700;*/
}
#servicesDefaultViewT1 .stock {
  font-size: 16px;
}
#servicesDefaultViewT1 .in-stock {
  color: var(--primary-color-1);
}
#servicesDefaultViewT1 .out-stock {
  color: grey;
}
#servicesDefaultViewT1 .widget_top_rated_product {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #ddd;
}
.bg-class-pulse {
  -webkit-animation: color_bg_change 2s infinite alternate;
  -moz-animation: color_bg_change 2s infinite alternate;
  -ms-animation: color_bg_change 2s infinite alternate;
  -o-animation: color_bg_change 2s infinite alternate;
  animation: color_bg_change 2s infinite alternate;
}
.text-class-pulse {
  -webkit-animation: color_change 2s infinite alternate;
  -moz-animation: color_change 2s infinite alternate;
  -ms-animation: color_change 2s infinite alternate;
  -o-animation: color_change 2s infinite alternate;
  animation: color_change 2s infinite alternate;
}
@-webkit-keyframes color_change {
  from {
    color: #e8a2db;
  }
  to {
    color: #e9d1e4;
  }
}
@-moz-keyframes color_change {
  from {
    color: #e8a2db;
  }
  to {
    color: #e9d1e4;
  }
}
@-ms-keyframes color_change {
  from {
    color: #e8a2db;
  }
  to {
    color: #e9d1e4;
  }
}
@-o-keyframes color_change {
  from {
    color: #e8a2db;
  }
  to {
    color: #e9d1e4;
  }
}
@keyframes color_change {
  from {
    color: #e8a2db;
  }
  to {
    color: #e9d1e4;
  }
}
@-webkit-keyframes color_bg_change {
  from {
    background-color: #e8a2db;
  }
  to {
    background-color: #e9d1e4;
  }
}
@-moz-keyframes color_bg_change {
  from {
    background-color: #e8a2db;
  }
  to {
    background-color: #e9d1e4;
  }
}
@-ms-keyframes color_bg_change {
  from {
    background-color: #e8a2db;
  }
  to {
    background-color: #e9d1e4;
  }
}
@-o-keyframes color_bg_change {
  from {
    background-color: #e8a2db;
  }
  to {
    background-color: #e9d1e4;
  }
}
@keyframes color_bg_change {
  from {
    background-color: #e8a2db;
  }
  to {
    background-color: #e9d1e4;
  }
}
