@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.collapsing {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0s;
  transition: height 0.2s ease;
}

.min-vh-100 {
  min-height: 100svh !important;
}

.min-h-100 {
  min-height: 100% !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html:focus-within {
  scroll-behavior: smooth;
}

/*html, body {
  height: 100%;
}*/
body {
  color: rgb(84, 84, 84);
  font-weight: 500;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5;
}
body * {
  font-family: "PT Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

ul {
  list-style: none;
}

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

input,
button {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul {
  padding-left: 0;
}

.go-to-top {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 1;
  display: flex;
  width: clamp(60px, 10vw, 70px);
  height: clamp(60px, 10vw, 70px);
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  background-color: #2f2f2f;
  color: #fff;
  text-align: center;
}
.go-to-top:hover {
  background-color: rgba(47, 47, 47, 0.5);
}

.separator:not(:last-of-type):after {
  content: "/";
  padding-inline: 0.5rem;
}

/*.button {
    display: inline-flex;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    border: 0;
    font-weight: $fw-700;
    padding: 1.125em 2em;
    transition: 275ms ease;

    &[data-type="accent"] {
        background-color: clr(primary, 400);
        color: clr(neutral, 900);
    }

    &[data-type="outline"] {
        --outline-size: 5px;

        background: transparent;
        outline: var(--outline-size) solid clr(neutral, 100);
        outline-offset: calc(var(--outline-size) * -1);
        color: clr(neutral, 100);
    }

    &:is(:hover, :focus) {
        background: clr(neutral, 100);
        color: clr(neutral, 900);
    }
}*/
.cards .card,
.vertical-cards .card {
  margin-bottom: 2rem;
  border: 0;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  box-shadow: 0px 0px 7px rgba(84, 84, 84, 0.1);
  -webkit-box-shadow: 0px 0px 7px rgba(84, 84, 84, 0.1);
  -moz-box-shadow: 0px 0px 7px rgba(84, 84, 84, 0.1);
  overflow: hidden;
}
.cards .card div:first-child img,
.vertical-cards .card div:first-child img {
  margin-bottom: 1.5rem;
}
.cards .card div img,
.vertical-cards .card div img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
}
.cards .card ul,
.cards .card ul > li,
.vertical-cards .card ul,
.vertical-cards .card ul > li {
  padding: 0;
}
.cards .card .card-header,
.cards .card .card-body,
.cards .card .card-footer,
.vertical-cards .card .card-header,
.vertical-cards .card .card-body,
.vertical-cards .card .card-footer {
  padding: 2rem;
}
.cards .card .card-body h3,
.vertical-cards .card .card-body h3 {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
}
.cards .card .card-body p,
.cards .card .card-body h3 + div,
.cards .card .card-body h2 + div,
.cards .card .card-body h3 + .card-text,
.cards .card .card-body h2 + .card-text,
.vertical-cards .card .card-body p,
.vertical-cards .card .card-body h3 + div,
.vertical-cards .card .card-body h2 + div,
.vertical-cards .card .card-body h3 + .card-text,
.vertical-cards .card .card-body h2 + .card-text {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.cards .card .card-body:first-child p,
.vertical-cards .card .card-body:first-child p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cards:not(.vertical-cards),
  .vertical-cards:not(.vertical-cards) {
    grid-template-columns: 100%;
  }
  .cards:not(.vertical-cards) .card,
  .vertical-cards:not(.vertical-cards) .card {
    width: 100%;
  }
}

.vertical-cards .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.vertical-cards .card .card-header {
  padding: 0;
  width: clamp(80px, 30%, 350px);
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border: 0;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .vertical-cards .card .card-header {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.vertical-cards .card .card-header a {
  display: block;
  width: 100%;
  height: 100%;
}
.vertical-cards .card .card-header a img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.vertical-cards .card .card-header:first-child img {
  margin-bottom: 0;
}
.vertical-cards .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(50%, 70%, 800px);
  height: 100%;
  padding-block: 0;
}
@media (max-width: 575.98px) {
  .vertical-cards .card .card-body {
    width: 100%;
  }
}
.vertical-cards .card .card-body h2,
.vertical-cards .card .card-body h3 {
  width: 100%;
  margin-top: 0;
  text-align: left;
}
.vertical-cards .card .card-body p,
.vertical-cards .card .card-body .card-text {
  width: 100%;
  text-align: left !important;
}

form.one-line-form button,
form.one-line-form input[type=submit] {
  background: #060606;
  border: none;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
  width: 40%;
}
form .form-check {
  text-align: start;
}
form .btn-success {
  background-color: #db1e9d;
  border-color: #db1e9d;
}
form input {
  max-width: 100%;
}

.gallery {
  margin-bottom: 1rem;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
}
.gallery figure {
  width: 100%;
  margin-bottom: 0;
}
.gallery figure img {
  width: 100%;
}
.gallery video + figure {
  width: auto;
}
.gallery a {
  position: relative;
}
.gallery a .cover {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(84, 84, 84, 0.9);
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.gallery a .cover:is(:hover, :focus, :active) {
  background-color: rgba(84, 84, 84, 0.7);
}
.gallery.style-1 {
  background-color: #ffffff;
}
.gallery.style-1 .preview {
  position: relative;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery.style-1 .thumbnail-list {
  overflow: hidden;
}
.gallery.style-1 .thumbnail-list .slick-list .slick-track {
  height: 100px;
  background-color: #666;
}
.gallery.style-1 .thumbnail-list .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  background-color: transparent;
}
.gallery.style-1 .thumbnail-list .slick-list .slick-track .slick-slide a svg,
.gallery.style-1 .thumbnail-list .slick-list .slick-track .slick-slide a i {
  inset: 0.25rem;
}
.gallery.style-1 .preview svg,
.gallery.style-1 .preview i,
.gallery.style-1 .thumbnail-list svg,
.gallery.style-1 .thumbnail-list i {
  position: absolute;
  inset: 1rem;
  padding: 0.25rem;
  background-color: rgba(102, 102, 102, 0.5);
  color: #ffffff;
  font-size: 1.125rem;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}
.gallery.style-1 .preview a,
.gallery.style-1 .thumbnail-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gallery.style-1 .preview a img,
.gallery.style-1 .thumbnail-list a img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.gallery.style-2 > div > div {
  background-color: #666;
}
.gallery.style-2 > div > div ul {
  display: flex;
  height: auto;
}
.gallery.style-2 > div > div ul li {
  padding-block: 0;
}
.gallery.style-2 > div > div ul li img {
  overflow: hidden;
}
.gallery.style-2 .lSPager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  padding-block: 1rem;
  background-color: #f8f8f8;
}
.gallery.style-2 .lSPager li {
  display: flex;
  align-self: strech;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  overflow: hidden;
}
.gallery.style-2 .lSPager li a img {
  width: 100%;
}
.gallery.style-3 .slick-slider .slick-prev,
.gallery.style-3 .slick-slider .slick-next {
  margin-left: 0.5rem;
  inset: 50% calc(100% + 1.25rem) 50% 0;
  z-index: 2;
}
.gallery.style-3 .slick-slider .slick-prev::before,
.gallery.style-3 .slick-slider .slick-next::before {
  content: "\f104";
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: rgba(84, 84, 84, 0.8);
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.125rem;
  color: #ffffff;
}
.gallery.style-3 .slick-slider .slick-next {
  margin-left: -0.5rem;
  inset: 50% 0 50% calc(100% - 1.25rem);
}
.gallery.style-3 .slick-slider .slick-next:before {
  content: "\f105";
}
.gallery.style-3 .slick-list .slick-track {
  height: 100px;
  background-color: #666;
}
.gallery.style-3 .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  background-color: #666;
}
.gallery.style-3 .slick-list .slick-track .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-inline: 0.5rem;
}
.gallery.style-3 .slick-list .slick-track .slick-slide a svg,
.gallery.style-3 .slick-list .slick-track .slick-slide a i {
  position: absolute;
  inset: 0.25rem;
  margin-left: 0.5rem;
  background-color: rgba(102, 102, 102, 0.5);
  color: #ffffff;
  font-size: 1.125rem;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}
.gallery.style-3 .slick-list .slick-track .slick-slide a img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.gallery.style-3 .slick-list .slick-track .slick-slide .show-ohters {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.gallery.style-4 {
  padding-block: var(--bs-gutter-y);
  padding-inline: calc(var(--bs-gutter-x) * 0.5);
  border: 0;
  background-color: #666;
}
.gallery.style-4 .row > a {
  padding-inline: 0;
  margin-block: 1rem;
}
.gallery.style-4 .row > a figure {
  background-color: #ffffff;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  overflow: hidden;
  margin: 1rem;
}
.gallery.style-4 a figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.gallery.style-4 a:hover, .gallery.style-4 a:focus, .gallery.style-4 a:active {
  color: #fff;
}
.gallery.style-4 a.video {
  background-color: #f0f0f0;
}
.gallery.style-4 a.video i,
.gallery.style-4 a.video svg {
  position: absolute;
}
.gallery.style-4 a img {
  width: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  height: auto;
  object-fit: contain;
}
.gallery.style-5 {
  /*.row {
       >a {

           padding-inline: 0;
           margin-block: $margin;
           span {
               background-color: clr(neutral, 100);
               @include border-radius(15px);
               overflow: hidden;
               margin: $margin;
           }
       }
   }*/
}
.gallery.style-5 a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.gallery.style-5 a figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.gallery.style-5 a:hover, .gallery.style-5 a:focus, .gallery.style-5 a:active {
  color: #fff;
}
.gallery.style-5 a.video {
  background-color: #f0f0f0;
}
.gallery.style-5 a.video i,
.gallery.style-5 a.video svg {
  position: absolute;
}
.gallery.style-5 a img {
  width: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  height: auto;
  object-fit: contain;
}
.gallery.style-6 > div {
  margin-bottom: 1rem;
}
.gallery.style-6 a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 1rem;
}
.gallery.style-6 a figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: 1rem;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(84, 84, 84, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(84, 84, 84, 0.2);
  -moz-box-shadow: 0 0 15px rgba(84, 84, 84, 0.2);
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.gallery.style-6 a:hover, .gallery.style-6 a:focus, .gallery.style-6 a:active {
  color: #fff;
}
.gallery.style-6 a.video {
  background-color: #f0f0f0;
}
.gallery.style-6 a.video i,
.gallery.style-6 a.video svg {
  position: absolute;
}
.gallery.style-6 a img {
  width: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  height: auto;
  object-fit: contain;
}
.gallery.style-8 {
  columns: 20rem;
  gap: 0;
  counter-reset: grid;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.gallery.style-8 .grid-item {
  position: relative;
  break-inside: avoid;
  padding: 0;
  border-radius: 0.75rem;
}
.gallery.style-8 .grid-item:hover figcaption {
  display: block;
  opacity: 1;
  transition: opacity 1.3s ease;
}
.gallery.style-8 .grid-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  opacity: 0;
  transition: opacity 1.3s ease;
}
.gallery.style-8 .grid-item figcaption .title {
  display: block;
  font-weight: bold;
}
.gallery.style-8 .grid-item figcaption .description {
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

table {
  height: auto !important;
  margin-bottom: 1.5rem !important;
  border: 0;
  table-layout: fixed;
}
table.no-margin-bottom {
  margin-bottom: 0 !important;
}
table.half-margin-bottom {
  margin-bottom: 0.75rem !important;
}
@media (max-width: 767.98px) {
  table.mobile-reverse thead tr,
  table.mobile-reverse tbody tr {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767.98px) {
  table.mobile-column-gap thead tr, table.mobile-column-gap tbody tr {
    row-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  table.mobile-row-gap thead, table.mobile-row-gap tbody {
    row-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  table.mobile-x05-column-gap thead tr, table.mobile-x05-column-gap tbody tr {
    row-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  table.mobile-x05-row-gap thead, table.mobile-x05-row-gap tbody {
    row-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  table.mobile-xx-column-gap thead tr, table.mobile-xx-column-gap tbody tr {
    column-gap: 4rem;
  }
}
@media (max-width: 767.98px) {
  table.mobile-xx-row-gap thead, table.mobile-xx-row-gap tbody {
    row-gap: 4rem;
  }
}
@media (max-width: 767.98px) {
  table.mobile-imge-first thead tr td, table.mobile-imge-first thead tr th, table.mobile-imge-first tbody tr td, table.mobile-imge-first tbody tr th {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  table.mobile-imge-first thead tr td:has(> img:only-child), table.mobile-imge-first thead tr th:has(> img:only-child), table.mobile-imge-first tbody tr td:has(> img:only-child), table.mobile-imge-first tbody tr th:has(> img:only-child) {
    order: 0;
  }
}
@media (max-width: 767.98px) {
  table.mobile-imge-last thead tr td, table.mobile-imge-last thead tr th, table.mobile-imge-last tbody tr td, table.mobile-imge-last tbody tr th {
    order: 0;
  }
}
@media (max-width: 767.98px) {
  table.mobile-imge-last thead tr td:has(> img:only-child), table.mobile-imge-last thead tr th:has(> img:only-child), table.mobile-imge-last tbody tr td:has(> img:only-child), table.mobile-imge-last tbody tr th:has(> img:only-child) {
    order: 1;
  }
}
table:not(.default-img-aspect-ratio):not(.img-aspect-ratio-15-1) tbody tr td img, table:not(.default-img-aspect-ratio):not(.img-aspect-ratio-15-1) tbody tr th img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
table.img-aspect-ratio-15-1 tbody tr td img, table.img-aspect-ratio-15-1 tbody tr th img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}
table thead,
table tbody {
  height: auto !important;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 767.98px) {
  table thead,
  table tbody {
    row-gap: 2rem;
  }
}
table thead:not(:has(> tr + tr)) tr td:has(> img:only-child), table thead:not(:has(> tr + tr)) tr th:has(> img:only-child),
table tbody:not(:has(> tr + tr)) tr td:has(> img:only-child),
table tbody:not(:has(> tr + tr)) tr th:has(> img:only-child) {
  position: relative;
  padding: 0;
  overflow: hidden;
}
table thead tr,
table tbody tr {
  display: flex;
  flex-direction: row;
  height: auto !important;
  column-gap: 2rem;
  /*@include media-breakpoint-up(lg) {
      &:last-child {
          td, th {
              margin-bottom: 0;
          }
      }
  }*/
  /* když je v inline style vertical-align: top */
  /* když je vertical-align: middle */
  /* když je vertical-align: bottom */
}
@media (max-width: 767.98px) {
  table thead tr,
  table tbody tr {
    flex-direction: column;
    row-gap: 2rem;
  }
}
table thead tr td[style*="vertical-align: top"], table thead tr th[style*="vertical-align: top"],
table tbody tr td[style*="vertical-align: top"],
table tbody tr th[style*="vertical-align: top"] {
  justify-content: start;
}
table thead tr td[style*="vertical-align: middle"], table thead tr th[style*="vertical-align: middle"],
table tbody tr td[style*="vertical-align: middle"],
table tbody tr th[style*="vertical-align: middle"] {
  justify-content: center;
}
table thead tr td[style*="vertical-align: bottom"], table thead tr th[style*="vertical-align: bottom"],
table tbody tr td[style*="vertical-align: bottom"],
table tbody tr th[style*="vertical-align: bottom"] {
  justify-content: end;
}
table thead tr td:has(h2:first-child):has(+ td:has(img:first-child)) > h2:first-child,
table tbody tr td:has(h2:first-child):has(+ td:has(img:first-child)) > h2:first-child {
  transform: translateY(-3px);
  color: yellow !important;
}
@media (min-width: 1200px) {
  table thead tr th:has(p:first-child) ~ th:has(img:first-child), table thead tr th:has(p:first-child) ~ td:has(img:first-child),
  table thead tr td:has(p:first-child) ~ th:has(img:first-child),
  table thead tr td:has(p:first-child) ~ td:has(img:first-child),
  table thead tr th:has(h2:first-child) ~ th:has(img:first-child),
  table thead tr th:has(h2:first-child) ~ td:has(img:first-child),
  table thead tr td:has(h2:first-child) ~ th:has(img:first-child),
  table thead tr td:has(h2:first-child) ~ td:has(img:first-child),
  table tbody tr th:has(p:first-child) ~ th:has(img:first-child),
  table tbody tr th:has(p:first-child) ~ td:has(img:first-child),
  table tbody tr td:has(p:first-child) ~ th:has(img:first-child),
  table tbody tr td:has(p:first-child) ~ td:has(img:first-child),
  table tbody tr th:has(h2:first-child) ~ th:has(img:first-child),
  table tbody tr th:has(h2:first-child) ~ td:has(img:first-child),
  table tbody tr td:has(h2:first-child) ~ th:has(img:first-child),
  table tbody tr td:has(h2:first-child) ~ td:has(img:first-child) {
    position: relative;
    top: 6px;
  }
}
table thead tr td, table thead tr th,
table tbody tr td,
table tbody tr th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto !important;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  /*@include media-breakpoint-down(md) {
      &:last-child {
          margin-bottom: 0;
      }
  }*/
}
table thead tr td .br-gap, table thead tr th .br-gap,
table tbody tr td .br-gap,
table tbody tr th .br-gap {
  display: block;
  height: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  table thead tr td .br-gap, table thead tr th .br-gap,
  table tbody tr td .br-gap,
  table tbody tr th .br-gap {
    margin-bottom: 1rem;
  }
}
table thead tr td > *:last-child, table thead tr th > *:last-child,
table tbody tr td > *:last-child,
table tbody tr th > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  table thead tr td, table thead tr th,
  table tbody tr td,
  table tbody tr th {
    width: 100% !important;
  }
  table thead tr td::before, table thead tr th::before,
  table tbody tr td::before,
  table tbody tr th::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-right: 0.5rem;
    font-weight: bold;
    white-space: normal;
    text-align: left;
  }
}
table.column-gap tbody tr {
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  table.column-gap tbody tr {
    column-gap: 2rem;
  }
}
table.row-gap tbody {
  row-gap: 2rem;
}
@media (max-width: 767.98px) {
  table.row-gap tbody {
    row-gap: 2rem;
  }
}
table.no-column-gap tbody tr {
  column-gap: 0;
}
@media (max-width: 767.98px) {
  table.no-column-gap tbody tr {
    column-gap: 0;
  }
}
table.no-row-gap tbody {
  row-gap: 0;
}
@media (max-width: 767.98px) {
  table.no-row-gap tbody {
    row-gap: 0;
  }
}
@media (max-width: 767.98px) {
  table.no-row-gap tr {
    row-gap: 0;
  }
}
table.xx-column-gap tbody tr {
  column-gap: 4rem;
}
@media (max-width: 767.98px) {
  table.xx-column-gap tbody tr {
    column-gap: 2rem;
  }
}
table.xx-row-gap tbody {
  row-gap: 4rem;
}
@media (max-width: 767.98px) {
  table.xx-row-gap tbody {
    row-gap: 2rem;
  }
}
table.x05-column-gap tbody tr {
  column-gap: 1rem;
}
@media (max-width: 767.98px) {
  table.x05-column-gap tbody tr {
    column-gap: 1rem;
  }
}
table.x05-row-gap tbody {
  row-gap: 1rem;
}
@media (max-width: 767.98px) {
  table.x05-row-gap tbody {
    row-gap: 1rem;
  }
}
table.x25-column-gap tbody tr {
  column-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  table.x25-column-gap tbody tr {
    column-gap: 0.5rem;
  }
}
table.x25-row-gap tbody {
  row-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  table.x25-row-gap tbody {
    row-gap: 0.5rem;
  }
}

div.fake-table {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  overflow: hidden;
}
div.fake-table.table-striped .tbody .row:nth-of-type(odd) div:not(.alert) {
  color: #545454;
  background-color: #EDEDED;
}
div.fake-table.table-striped .tbody .row div:empty {
  padding: 0 !important;
}
div.fake-table.table-striped .tbody .row div .alert {
  width: 100%;
}
div.fake-table.table-striped .tbody .row div .alert:last-child {
  margin-bottom: 0;
}
div.fake-table .caption {
  background-color: #2f2f2f;
  color: #fff;
}
div.fake-table .thead .row > .th,
div.fake-table .tbody .row > .th,
div.fake-table .tfoot .row > .th {
  background-color: #2f2f2f !important;
  color: #fff !important;
}
div.fake-table .thead .row > .th,
div.fake-table .thead .row > .td,
div.fake-table .tbody .row > .th,
div.fake-table .tbody .row > .td,
div.fake-table .tfoot .row > .th,
div.fake-table .tfoot .row > .td {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding-block: 1rem;
}
div.fake-table .thead .row > .th::before,
div.fake-table .thead .row > .td::before,
div.fake-table .tbody .row > .th::before,
div.fake-table .tbody .row > .td::before,
div.fake-table .tfoot .row > .th::before,
div.fake-table .tfoot .row > .td::before {
  content: " ";
  padding-right: 1rem;
}
div.fake-table .thead .row > .th::after,
div.fake-table .thead .row > .td::after,
div.fake-table .tbody .row > .th::after,
div.fake-table .tbody .row > .td::after,
div.fake-table .tfoot .row > .th::after,
div.fake-table .tfoot .row > .td::after {
  content: " ";
  padding-left: 1rem;
}
div.fake-table .thead .th,
div.fake-table .thead .th > h2,
div.fake-table .tfoot .th,
div.fake-table .tfoot .th > h2 {
  font-size: 1.125rem !important;
}
div.fake-table .thead .th:is(h2),
div.fake-table .thead .th > h2:is(h2),
div.fake-table .tfoot .th:is(h2),
div.fake-table .tfoot .th > h2:is(h2) {
  margin-bottom: 0;
}
div.fake-table tbody > .row:last-of-type > :is(.td, .th) {
  border-bottom: 0;
}
div.fake-table tfoot > .row:last-of-type > td {
  border-bottom: 10px solid #2f2f2f !important;
  border-collapse: separate;
}
div.fake-table input[type=checkbox],
div.fake-table input[type=radio] {
  border-color: #545454;
}
div.fake-table input[type=checkbox]:is([disabled]),
div.fake-table input[type=radio]:is([disabled]) {
  border-color: #666;
  opacity: 0.25;
}
div.fake-table:is(.small) .thead tr th,
div.fake-table:is(.small) .thead tr td,
div.fake-table:is(.small) .tbody tr th,
div.fake-table:is(.small) .tbody tr td,
div.fake-table:is(.small) .tfoot tr th,
div.fake-table:is(.small) .tfoot tr td {
  padding: 1rem !important;
}
@media (max-width: 767.98px) {
  div.fake-table .thead {
    display: none;
  }
  div.fake-table .tbody .row,
  div.fake-table .tfoot .row {
    margin-bottom: 1rem;
  }
  div.fake-table .tbody .row .td,
  div.fake-table .tfoot .row .td {
    display: grid;
    width: 100%;
  }
  div.fake-table:not(.hide-labels) .tbody .td,
  div.fake-table:not(.hide-labels) .tfoot .td {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(15ch, auto));
    padding: 0.5rem 1rem !important;
  }
  div.fake-table:not(.hide-labels) .tbody .td::after,
  div.fake-table:not(.hide-labels) .tfoot .td::after {
    content: none;
  }
  div.fake-table:not(.hide-labels) .tbody .td::before,
  div.fake-table:not(.hide-labels) .tfoot .td::before {
    display: inline-block;
    content: attr(data-label) ": ";
  }
  div.fake-table:not(.hide-labels) .tbody .td:not([data-label]), div.fake-table:not(.hide-labels) .tbody .td:is([data-label=""]),
  div.fake-table:not(.hide-labels) .tfoot .td:not([data-label]),
  div.fake-table:not(.hide-labels) .tfoot .td:is([data-label=""]) {
    grid-template-columns: auto;
    text-align: center;
    justify-content: center;
  }
  div.fake-table:not(.hide-labels) .tbody .td:not([data-label])::before, div.fake-table:not(.hide-labels) .tbody .td:is([data-label=""])::before,
  div.fake-table:not(.hide-labels) .tfoot .td:not([data-label])::before,
  div.fake-table:not(.hide-labels) .tfoot .td:is([data-label=""])::before {
    display: none;
    content: none;
  }
  div.fake-table:not(.hide-labels) .tbody .td:not([data-label]):has(img), div.fake-table:not(.hide-labels) .tbody .td:is([data-label=""]):has(img),
  div.fake-table:not(.hide-labels) .tfoot .td:not([data-label]):has(img),
  div.fake-table:not(.hide-labels) .tfoot .td:is([data-label=""]):has(img) {
    width: clamp(80px, 10%, 250px);
  }
  div.fake-table:not(.hide-labels) .tbody .td:first-of-type,
  div.fake-table:not(.hide-labels) .tfoot .td:first-of-type {
    margin-top: 1rem !important;
  }
  div.fake-table:not(.hide-labels) .tbody .td:last-of-type,
  div.fake-table:not(.hide-labels) .tfoot .td:last-of-type {
    padding-bottom: 2rem !important;
  }
}

.toggle-list ul.dropdown-menu {
  list-style: none;
}
.toggle-list ul.dropdown-menu li {
  padding: 0.5rem 1rem;
}

.blog-news-timeline h2 {
  border-bottom: 0;
}

.timeline {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(30, 87, 153)), color-stop(100%, rgb(125, 185, 232)));
  background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  z-index: 5;
}
.timeline li {
  padding: 2em 0;
}
.timeline li .flag-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  display: row;
  justify-content: center;
}
.timeline li .flag-wrapper .flag {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  text-align: center;
}
.timeline li .flag-wrapper .flag h3 {
  margin-bottom: 0;
}
.timeline li .flag-wrapper .hexa {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  width: 16px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  background: #db1e9d;
}
.timeline li .flag-wrapper .hexa::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-bottom: 4px solid #db1e9d;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left-width: 8px;
  border-right-width: 8px;
}
.timeline li .flag-wrapper .hexa::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 4px solid #db1e9d;
  border-left-width: 8px;
  border-right-width: 8px;
  bottom: -4px;
}
.timeline li .flag-wrapper .hexa + .info {
  padding-top: 30px;
}
.timeline .desc {
  position: relative;
  max-width: 50ch;
  margin: 1em auto 0 auto;
  padding: 1em;
  background: rgb(254, 254, 254);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
}
@media (min-width: 576px) {
  .timeline {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .timeline li::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .timeline li .direction-l,
  .timeline li .direction-r {
    display: flex;
    flex-direction: column;
  }
  .timeline li .direction-l .flag-wrapper,
  .timeline li .direction-r .flag-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    gap: 1rem;
  }
  .timeline li .direction-l .flag-wrapper .hexa,
  .timeline li .direction-r .flag-wrapper .hexa {
    top: 11px !important;
  }
  .timeline li .direction-l .flag-wrapper .info,
  .timeline li .direction-r .flag-wrapper .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
  .timeline li .direction-l .flag-wrapper .info .flag,
  .timeline li .direction-l .flag-wrapper .info .time-wrapper,
  .timeline li .direction-r .flag-wrapper .info .flag,
  .timeline li .direction-r .flag-wrapper .info .time-wrapper {
    display: inline-block;
    width: auto;
  }
  .timeline li .direction-l .flag-wrapper .info .flag,
  .timeline li .direction-r .flag-wrapper .info .flag {
    padding: 0 1rem;
  }
  .timeline li .direction-l .desc,
  .timeline li .direction-r .desc {
    margin: 0.25rem 0;
    left: 0.25rem;
  }
  .timeline li .direction-l .flag-wrapper {
    justify-content: flex-end;
  }
  .timeline li .direction-l .desc {
    width: 100%;
    align-self: end;
    left: -0.25rem;
  }
  .timeline .direction-l {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
  }
  .timeline .direction-l .hexa {
    left: auto !important;
    right: -9px !important;
  }
  .timeline .direction-r {
    position: relative;
    width: 50%;
    float: right;
    text-align: left;
  }
  .timeline .direction-r .hexa {
    left: -9px !important;
    right: auto !important;
    top: 8px !important;
  }
}

.direction-l,
.direction-r {
  position: relative;
  float: none;
  width: 100%;
  text-align: center;
}
.direction-l .time-wrapper,
.direction-r .time-wrapper {
  display: block;
  position: relative;
  margin: 0;
  z-index: 14;
  line-height: 1em;
  color: #fff;
}
.direction-l .time-wrapper .time,
.direction-r .time-wrapper .time {
  background: #db1e9d;
  display: inline-block;
  padding: 8px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.sortbox:is(ul) {
  padding-left: 0;
}
.sortbox > * {
  padding-right: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  color: #545454;
  border-right: 1px solid #db1e9d;
  transition: all 0.5s ease;
}
.sortbox > *:is(:hover, :active, :focus) {
  color: #db1e9d;
}
.sortbox > *:nth-of-type(3), .sortbox > *:last-of-type {
  border: 0;
}
.sortbox > *.active {
  color: #db1e9d;
}
.sortbox > *:is(.view-box, .view-line, .view-table) {
  margin: 0.5rem 0 0.5rem 1rem;
}
.sortbox > *:is(.view-box, .view-line, .view-table):is(.view-table) {
  padding-right: 0;
}
.sortbox a.view-box:before, .sortbox a.view-line:before, .sortbox a.view-table:before {
  padding-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f00b";
}
.sortbox a.view-box:before {
  content: "\f00a";
}
.sortbox a.view-table:before {
  content: "\f039";
}

.link-list ul,
.link-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.link-list ul li,
.link-list ol li {
  margin-bottom: 0.5rem;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.link-list ul li a,
.link-list ul li button,
.link-list ul li .separator,
.link-list ol li a,
.link-list ol li button,
.link-list ol li .separator {
  display: block;
  margin-bottom: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border: 0;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  background-color: #db1e9d;
  color: #545454;
  transition: all 1s ease;
}
.link-list ul li a:is(.separator),
.link-list ul li button:is(.separator),
.link-list ul li .separator:is(.separator),
.link-list ol li a:is(.separator),
.link-list ol li button:is(.separator),
.link-list ol li .separator:is(.separator) {
  background-color: rgba(84, 84, 84, 0.7);
  color: #ffffff;
  cursor: default;
}
.link-list ul li a:is(:hover, :active, :focus),
.link-list ul li button:is(:hover, :active, :focus),
.link-list ul li .separator:is(:hover, :active, :focus),
.link-list ol li a:is(:hover, :active, :focus),
.link-list ol li button:is(:hover, :active, :focus),
.link-list ol li .separator:is(:hover, :active, :focus) {
  background-color: #545454;
  color: #ffffff;
}
.link-list ul li a i,
.link-list ul li a svg,
.link-list ul li button i,
.link-list ul li button svg,
.link-list ul li .separator i,
.link-list ul li .separator svg,
.link-list ol li a i,
.link-list ol li a svg,
.link-list ol li button i,
.link-list ol li button svg,
.link-list ol li .separator i,
.link-list ol li .separator svg {
  margin-right: 0.5rem;
}
.link-list ul li.active > a,
.link-list ul li.active > button,
.link-list ul li.active > .separator,
.link-list ol li.active > a,
.link-list ol li.active > button,
.link-list ol li.active > .separator {
  background-color: rgba(219, 30, 157, 0.8);
  color: #ffffff;
}
.link-list ul li ul,
.link-list ol li ul {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 1rem;
  background-color: rgba(219, 30, 157, 0.3);
  animation: fadeInFadeOut 750ms ease-in-out both;
}
.link-list ul li:is(:hover, :active, :focus, .active, .open) > ul,
.link-list ol li:is(:hover, :active, :focus, .active, .open) > ul {
  display: block;
  opacity: 1;
  height: auto;
}
.link-list ul li:is(:hover, :active, :focus, .active, .open) > ul li a,
.link-list ul li:is(:hover, :active, :focus, .active, .open) > ul li button,
.link-list ol li:is(:hover, :active, :focus, .active, .open) > ul li a,
.link-list ol li:is(:hover, :active, :focus, .active, .open) > ul li button {
  background-color: #666666;
  color: #ffffff;
}
.link-list ul li:is(:hover, :active, :focus, .active, .open) > ul li a:is(:hover, :active, :focus),
.link-list ul li:is(:hover, :active, :focus, .active, .open) > ul li button:is(:hover, :active, :focus),
.link-list ol li:is(:hover, :active, :focus, .active, .open) > ul li a:is(:hover, :active, :focus),
.link-list ol li:is(:hover, :active, :focus, .active, .open) > ul li button:is(:hover, :active, :focus) {
  background-color: #545454;
}

@keyframes fadeInFadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.list-tile .row > div {
  margin-block: 1rem;
}
.list-tile .row > div:is(:hover, :action, :focus) {
  transform: scale(1.1);
}
.list-tile .row > div a:has(img) {
  padding: 1rem;
}
.list-tile .row > div .card {
  display: flex;
  align-self: stretch;
  height: 100%;
  border: 0;
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.03);
}
.list-tile .row > div .card > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-tile .row > div .card > a img {
  width: clamp(0px, 100%, 80px);
}
.list-tile .row > div .card .card-body h2 {
  font-size: 1.3125rem;
  margin-bottom: 0;
  text-align: center;
}
.list-tile .row > div .card .card-body h2 a {
  color: #545454;
}
.list-tile .row > div .card .card-body h2 a:hover, .list-tile .row > div .card .card-body h2 a:focus, .list-tile .row > div .card .card-body h2 a:active {
  color: #db1e9d;
}
.list-tile .row > div .card .card-footer {
  flex-grow: 1;
  padding-inline: 0;
  border: 0;
  background-color: #ffffff;
  color: #666;
  font-size: 1rem;
}
.list-tile .row > div .card .card-footer ul li a {
  color: #666;
}
.list-tile .row > div .card .card-footer ul li a:hover, .list-tile .row > div .card .card-footer ul li a:focus, .list-tile .row > div .card .card-footer ul li a:active {
  color: #db1e9d;
}

.vertical-img-list ul {
  margin: 0;
  padding: 0;
}
.vertical-img-list ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.vertical-img-list ul li img {
  width: 100%;
}

.list.line .item {
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.list.line .item ul.info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0;
  background-color: #f8f8f8;
  font-size: 0.8rem;
}
.list.line .item ul.info li {
  margin-inline: 0.25rem;
}
.list.line .item ul.info li:first-child {
  margin-left: 0.25rem;
}
.list.line .item ul.info li i,
.list.line .item ul.info li svg {
  margin-right: 0.5rem;
}
.list.line .item h2 {
  margin-block: 0 1rem;
  font-size: 1.35rem;
}
.list.line .item h2 a {
  color: inherit;
  transition: color 0.5s ease;
}
.list.line .item h2 a:is(:hover, :active, :focus) {
  color: #db1e9d;
}
.list.line .item .price {
  color: #db1e9d;
}
.list.line .item .links a {
  transition: all 0.5s ease;
}
.list.line .item .links a:is(:hover, :active, :focus) {
  color: #db1e9d;
  text-decoration: underline;
}

.list.box.row {
  margin-bottom: -1rem;
}
.list.box.row > div {
  margin-bottom: 1rem;
}
.list.box.row > .col-12 > .item a {
  max-height: 450px;
}
.list.box .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
}
.list.box .item > *:not(.image):not(.info) {
  padding: 1rem;
}
.list.box .item > *:first-child {
  flex-grow: 0;
}
.list.box .item > *:last-child {
  font-size: 1.3125rem;
}
.list.box .item .image {
  position: relative;
}
.list.box .item .image > a {
  max-height: 250px;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list.box .item .image > a img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.list.box .item .image > ul {
  position: absolute;
  inset: 1rem;
}
.list.box .item .image > ul li a, .list.box .item .image > ul li span {
  background-color: rgba(219, 30, 157, 0.8);
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
}
.list.box .item ul.info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 1rem 0;
  background-color: #f8f8f8;
  font-size: 0.85rem;
}
.list.box .item ul.info li {
  display: flex;
  align-items: center;
  padding-inline: 1rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  .list.box .item ul.info li {
    flex: 0 0 50%;
  }
}
.list.box .item ul.info li i,
.list.box .item ul.info li svg {
  margin-right: 0.5rem;
}
.list.box .item .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.list.box .item .content h2 {
  display: flex;
  margin-block: 1rem;
  font-size: 1.3125rem;
  text-align: start;
}
.list.box .item .content h2 a {
  color: inherit;
  transition: color 0.5s ease;
}
.list.box .item .content h2 a:is(:hover, :active, :focus) {
  color: #db1e9d;
}
.list.box .item .content h2 + div {
  text-align: left;
  flex-grow: 1;
  font-size: 1rem;
  color: #666;
}
.list.box .item .content h2 + div.rating {
  align-items: start;
  justify-content: start;
}
.list.box .item .content strong {
  text-align: left;
}
.list.box .item .content strong.price {
  text-align: center;
}
.list.box .item .content strong + div a {
  transition: transform 0.25 ease-in-out;
}
.list.box .item .content strong + div a:is(:hover, :active, :focus) {
  transform: scale(1.1);
  color: #db1e9d;
}

.list.table .item {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.list.table .item td.img {
  padding-inline: 1rem 0 !important;
}
.list.table .item h2 {
  margin: 0;
  font-size: 1.3125rem;
  text-align: left;
}
.list.table .item h2 a {
  color: inherit;
  transition: color 0.5s ease;
}
.list.table .item h2 a:is(:hover, :active, :focus) {
  color: #db1e9d;
}
.list.table .item h2 + div {
  font-size: 0.85rem;
  color: #666;
}
.list.table .item img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.list.table .item ul {
  padding: 0;
  margin: 0;
}
.list.table .item .price {
  color: #db1e9d;
}
.list.table .item .links a {
  transition: all 0.5s ease;
}
.list.table .item .links a:is(:hover, :active, :focus) {
  color: #db1e9d;
  text-decoration: underline;
}

.list.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.list.tags li {
  margin-bottom: 0.5rem;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.list.tags li a,
.list.tags li span {
  display: inline-block;
  width: auto;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border: 0;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  background-color: #db1e9d;
  color: #545454;
}

.list.cards {
  margin-bottom: 2rem;
}
.list.cards .card {
  height: 100%;
  padding: 0;
  margin-bottom: 1rem;
}
.list.cards .card .card-header {
  padding: 0;
}
.list.cards .card .card-header img {
  margin-bottom: 0;
}
.list.cards .card img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.base-poll .card {
  border: 0;
  border-radius: 0;
  background-color: #f8f8f8;
}
.base-poll .card hr {
  display: none;
}
.base-poll .answer {
  position: relative;
  margin-bottom: 0.25rem;
  background-color: #f2f2f2;
  border: #2f2f2f;
}
.base-poll .answer .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background-color: red;
  z-index: 1;
}
.base-poll .answer .form-check {
  position: relative;
  z-index: 2;
}

.pagination {
  margin: 1rem 0;
  padding: 0;
  text-align: right;
  justify-content: flex-end;
}
.pagination li > a,
.pagination li > span {
  display: inline-block;
  background-color: #db1e9d;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.pagination li > a.current,
.pagination li > span.current {
  background-color: #f8f8f8;
  color: #545454;
}
.pagination li > a:is(:hover, :active, :focus) {
  background-color: #e861bb;
  color: #ffffff;
  text-decoration: none;
}

.alert {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}

.googlemap-canvas {
  width: 100%;
  height: 250px;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
}

.rating > div {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-direction: row-reverse;
}
.rating a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #db1e9d;
  font-size: 1.125rem;
}
.rating a:hover {
  text-decoration: none;
}
.rating a:hover i,
.rating a:hover svg, .rating a:hover ~ a i, .rating a:hover ~ a svg {
  content: "\f005";
  fill: #545454;
  color: #545454;
  font-weight: 900;
}
.rating a:hover i::before, .rating a:hover ~ a i::before {
  content: "\f005";
  color: #ffffff;
  font-weight: 900;
}
.rating a i {
  display: inline-block;
  width: 24px;
}

.comment-list {
  margin-block: 1rem;
}
.comment-list > div {
  padding: 1rem;
  margin-bottom: 1rem;
}
.comment-list > div:nth-of-type(odd) {
  background: #f8f8f8;
}
.comment-list > div .info {
  font-size: 1rem;
}
.comment-list > div .info span:first-of-type {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.comment-list > div .info span:last-child {
  font-size: 0.85rem;
}

.nav-tabs {
  margin-bottom: 1rem;
}
.nav-tabs .nav-link {
  border-color: #db1e9d;
}
.nav-tabs .nav-link.active {
  background-color: #db1e9d;
  border-color: #db1e9d;
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  background-color: #f8f8f8;
  color: #545454;
}

.nav-pills {
  column-gap: 0.5rem;
  margin-bottom: 1rem;
}
.nav-pills .nav-item {
  border-color: #db1e9d;
}
.nav-pills .nav-item.active a, .nav-pills .nav-item:has(a.active) a {
  background-color: #db1e9d;
  border-color: #db1e9d;
  color: #ffffff;
}
.nav-pills .nav-item:not(.active) a, .nav-pills .nav-item:not(:has(a.active)) a {
  background-color: #f8f8f8;
  color: #545454;
}

@media (min-width: 768px) {
  ul[role=menu].dropdown-hover li:hover > .dropdown-menu {
    display: block;
  }
  ul[role=menu].dropdown-hover .dropdown-menu > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  ul[role=menu] li {
    position: relative;
  }
  ul[role=menu] .dropdown-submenu {
    display: none;
    position: absolute !important;
    left: 0;
    top: 100%;
    margin-top: 0;
  }
  ul[role=menu] .dropdown-submenu .dropdown-submenu {
    left: 100%;
    top: -7px;
  }
  ul[role=menu] .dropdown-submenu-left {
    right: 100%;
    left: auto;
  }
  ul[role=menu] > li:hover > .dropdown-submenu {
    display: block;
  }
}
@media (max-width: 767.98px) {
  ul[role=menu] > li:hover > .dropdown-submenu {
    display: block;
  }
}
ul[role=menu] .dropdown-submenu {
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: 0;
}

.autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  margin: 0;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 15px rgba(84, 84, 84, 0.2);
  font-size: 1rem;
  list-style: none;
  z-index: 2;
}
.autocomplete.open {
  display: block;
}
.autocomplete .alert {
  margin-bottom: 0 !important;
}
.autocomplete .spinner {
  display: block;
  margin: 0 auto;
  font-size: 1.125rem;
}
.autocomplete .title {
  display: block;
  margin-bottom: 0.6666666667rem;
  padding: 0;
  color: #545454;
  font-size: 1.3125rem;
  font-weight: 400;
  text-shadow: 0 0;
  white-space: nowrap;
}
.autocomplete .category-list a {
  display: block;
  font-size: 1rem;
}
.autocomplete .product-list {
  background-color: #545454;
}
.autocomplete .product-list ~ a {
  display: block;
  width: 100%;
  margin-top: 0.6666666667rem;
  padding: 0.25rem;
  background-color: rgba(84, 84, 84, 0.2);
  color: #545454;
  text-align: center;
}
.autocomplete .product-list ~ a:hover {
  background-color: #db1e9d;
}
.autocomplete .product-list .item {
  position: relative;
}
.autocomplete .product-list .item a {
  display: flex;
  padding: 0.5rem 0;
  text-decoration: none !important;
}
.autocomplete .product-list .item a img {
  max-width: 25px;
  height: 25px;
  flex-shrink: 0;
  image-rendering: -webkit-optimize-contrast;
}
.autocomplete .product-list .item a .content {
  display: flex;
  width: 100%;
  margin-left: 0.5rem;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
.autocomplete .product-list .item a .content span.name {
  flex-grow: 1;
  max-width: 70%;
}
.autocomplete .product-list .item a .content span.price {
  flex-grow: 1;
  flex-shrink: 1;
  color: #db1e9d;
  font-weight: 600;
  text-align: right;
}
.autocomplete .product-list .item a .content span.availability {
  width: 100%;
  color: #2b9b11;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social svg {
  margin: auto;
  padding: 2px;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: 38px;
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none;
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none;
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none;
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none;
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none;
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

.btn-seznam {
  color: #fff;
  background-color: #D50911;
  border-color: #a5060b;
}
.btn-seznam:hover {
  color: #fff;
  background-color: #e5060e;
}
.btn-seznam span {
  display: block;
  padding: 5px;
}
.btn-seznam span .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../media/images/seznam.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body {
  position: relative;
  overflow-x: hidden;
  height: auto !important;
  background-color: #fff;
  color: #545454;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-block: 1rem;
  background-color: white;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 991.98px) {
  header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
  }
  header .container-lg {
    padding-inline: 0;
  }
}
header.scrolled {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
header nav {
  width: 100%;
  background-color: transparent !important;
  color: red;
}
@media (max-width: 991.98px) {
  header nav .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100dvh; /* celá výška obrazovky */
    background-color: white; /* nebo barva pozadí */
    z-index: 1050; /* nad většinou prvků */
    padding: 1rem;
    overflow-y: auto;
    padding-top: 100px;
    transition: right 0.3s ease;
  }
  header nav .navbar-collapse.show {
    right: 0;
  }
}
header nav .navbar-toggler {
  border: 0;
  padding-inline: 0;
}
header nav .navbar-toggler .close-icon,
header nav .navbar-toggler .navbar-toggler-icon {
  transition: right 0.3s ease;
}
@media (max-width: 991.98px) {
  header nav .navbar-toggler {
    right: 1rem;
    z-index: 1051; /* nad menu */
  }
  header nav .navbar-toggler.collapsed .navbar-toggler-icon {
    visibility: visible;
  }
  header nav .navbar-toggler.collapsed .close-icon {
    display: none;
  }
  header nav .navbar-toggler:not(.collapsed) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1051;
  }
  header nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    visibility: hidden;
  }
  header nav .navbar-toggler:not(.collapsed) .close-icon {
    display: block;
    position: absolute;
  }
}
header nav.light .nav-link {
  font-size: 0.95rem;
}
header nav .navbar-brand {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-block: 10px;
}
@media (max-width: 991.98px) {
  header nav .navbar-brand {
    display: block;
  }
}
@media (min-width: 1200px) {
  header nav .navbar-brand {
    height: 70px;
  }
}
header nav .navbar-brand img {
  height: 100%;
  max-height: 50px;
  width: auto;
  display: block;
}
@media (max-width: 991.98px) {
  header nav .navbar-brand img {
    max-width: 50%;
    max-height: 35px;
    min-height: 20px;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  header nav .navbar-brand img {
    max-width: 100%;
  }
}
header nav .collapse {
  align-self: center !important;
}
header nav ul:nth-child(1) li:last-child .nav-link {
  padding-right: 0 !important;
}
@media (max-width: 991.98px) {
  header nav ul {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: white;
    padding: 1rem;
  }
  header nav ul li {
    padding-inline: 1rem;
  }
}
@media (max-width: 991.98px) {
  header nav ul li {
    padding-inline: 0;
  }
}
header nav ul li .nav-link {
  padding-inline: 0.75rem !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1em;
  color: #333333 !important;
  text-decoration: none;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
header nav ul li .nav-link::first-letter {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  header nav ul li .nav-link {
    font-weight: 600 !important;
    border-bottom: 1px solid #ddd;
    padding-block: 1rem;
    padding-inline: 2rem !important;
  }
}
header nav ul li.active .nav-link {
  color: #db1e9d !important;
}
header nav ul li:hover .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
}
header .intro-list .carousel-item > span {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
header .intro-list .carousel-item > span img {
  width: 100%;
}
header .intro-list .carousel-item .carousel-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header .intro-list .carousel-item .carousel-caption h1 {
  width: 95%;
  min-width: 200px;
  max-width: 477px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
header .intro-list .carousel-item .carousel-caption img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  header .intro-list .carousel-item .carousel-caption img {
    max-width: 80%;
  }
}
header .intro-list .carousel-item .carousel-caption a {
  background-color: transparent;
  border: 2px solid #fff !important;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3em;
  padding: 1rem 2rem;
  display: inline-block;
  line-height: 1em;
  margin: 2rem 0 0;
  -webkit-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  position: relative;
  z-index: inherit;
}
header .intro-list .carousel-item .carousel-caption a:hover {
  background-color: #fff;
  color: #363636;
  border: none;
}

main {
  z-index: 1;
  padding-inline: 1rem;
  background-color: white;
  flex-grow: 1;
}
main .w-100 > article {
  width: 100%;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  color: #db1e9d;
  letter-spacing: 1px;
}
main h1 {
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
main h2 {
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 600;
}
main p {
  margin-bottom: 1rem !important;
  line-height: 1.4;
  /*&:not(:has(+ p)) {
      margin-bottom: 2*$margin !important;
  }*/
}
main div:empty {
  margin-bottom: 1rem;
}
main a {
  color: #db1e9d;
}
main a svg path, main a i {
  color: #db1e9d;
  fill: #db1e9d;
}
main a.bordered-link {
  display: inline-block;
  padding: 0.7rem 2rem;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #db1e9d;
  border-radius: 0;
  color: #db1e9d;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
main a.bordered-link::first-letter {
  text-transform: uppercase;
}
main a.bordered-link:hover, main a.bordered-link:active, main a.bordered-link:focus {
  color: #ffffff !important;
  background-color: #db1e9d;
}
main section:has(~ aside) {
  padding-block: 2rem;
}
main section {
  margin-bottom: 3rem;
  padding-block: 2rem 0;
}
main section.highlight {
  padding-bottom: 8rem;
  background-color: #fbb034;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 300px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 300px;
  -moz-border-radius-bottomleft: 25px;
}
main section.highlight .card {
  background-color: transparent;
  border: 0;
}
main section.highlight .card img {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
main *[class*=fa-instagram] {
  transform: scale(1.2);
}
main *[class*=fa-instagram], main *[class*=fa-facebook-f] {
  margin-inline: 0.25rem;
}

footer {
  font-size: 1.1rem;
  color: #666;
  border-top: 1px solid #c1c1c1;
}
footer:has(> div:not(.wrapper)),
footer > .wrapper {
  margin-inline: 1rem;
  overflow: hidden;
}
footer *:is(h1, h2, h3, h4, h5, h6):not(:empty) {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  text-transform: none;
}
footer a,
footer .nav-link {
  transition: ease 0.5s;
  color: #fff;
}
footer a.nav-link,
footer .nav-link.nav-link {
  font-size: 1.3125rem;
}
footer a:hover,
footer .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
footer a span, footer a svg,
footer .nav-link span,
footer .nav-link svg {
  color: white;
}
footer a span path, footer a svg path,
footer .nav-link span path,
footer .nav-link svg path {
  fill: white;
}
footer a span.text, footer a svg.text,
footer .nav-link span.text,
footer .nav-link svg.text {
  display: none;
}
footer section:last-of-type {
  font-size: 1rem;
}
footer section:last-of-type {
  color: #545454;
  font-size: 0.85rem;
}
footer section:last-of-type a {
  color: #545454;
}
footer section .row > div:first-child p {
  line-height: 1.25;
  color: #a38273;
}
footer section .row > div:first-child p a {
  color: #545454;
}
footer section .row > div:first-child .nav-item {
  display: inline-block;
  color: white;
  padding-inline: 2px;
}
footer section .row > div:last-child .nav-item a {
  padding-block: 0;
}
footer .ap-footer ul {
  display: flex;
}
footer .ap-footer ul li {
  width: 50%;
  margin: 0 !important;
  aspect-ratio: 628/419;
  padding: 0 0.5rem;
}
footer .ap-footer ul li a:has(> image),
footer .ap-footer ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .ap-footer ul li a:has(> image) img,
footer .ap-footer ul li div img {
  object-fit: cover;
  width: auto;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}

#page-homepage main section h2 {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700;
}
#page-homepage main section :has(h2 + p) h2 {
  margin-bottom: 1rem;
}
#page-homepage main section :has(h2 + p) p {
  margin: 0 0 6rem;
  text-align: center;
}
#page-homepage main section .article-list.cards > div {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #page-homepage main section .article-list.cards > div:nth-child(2n) .card > .card-body {
    order: 1;
  }
  #page-homepage main section .article-list.cards > div:nth-child(2n) .card > :not(.card-body) {
    order: 2;
  }
}
#page-homepage main section .article-list.cards > div:nth-child(2n) .card .card-header img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
}

body:has(#payment-form) main .sms-list .alert,
body:has(#payment-page) main .sms-list .alert {
  padding: 2rem;
}
body:has(#payment-form) main .sms-list .alert.alert-success h2 + p,
body:has(#payment-page) main .sms-list .alert.alert-success h2 + p {
  margin-bottom: 0;
}
body:has(#payment-form) main .sms-list .alert.alert-success h2 + p::after,
body:has(#payment-page) main .sms-list .alert.alert-success h2 + p::after {
  content: "\f7cd";
  display: block;
  margin-top: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.875rem;
  opacity: 0.3;
  color: green;
}
body:has(#payment-form) main form table,
body:has(#payment-page) main form table {
  font-size: 1rem;
}
body:has(#payment-form) main form table tbody tr td:nth-child(2) label,
body:has(#payment-page) main form table tbody tr td:nth-child(2) label {
  font-weight: 700;
}
body:has(#payment-form) main form table tbody tr td:nth-child(2) label small,
body:has(#payment-page) main form table tbody tr td:nth-child(2) label small {
  color: #db1e9d;
  font-weight: 700;
}
body:has(#payment-form) main form table tbody tr td:last-child,
body:has(#payment-page) main form table tbody tr td:last-child {
  color: #db1e9d;
  font-weight: 600;
}
body:has(#payment-form) main form table tbody tr td span,
body:has(#payment-page) main form table tbody tr td span {
  display: block;
  font-weight: 300;
}
body:has(#payment-form) main form table tfoot tr:nth-last-child(2),
body:has(#payment-page) main form table tfoot tr:nth-last-child(2) {
  font-size: 1.125rem;
}
body:has(#payment-form) main form table tfoot tr:nth-last-child(2) td,
body:has(#payment-page) main form table tfoot tr:nth-last-child(2) td {
  border: 0;
}
body:has(#payment-form) main form table tfoot tr:nth-last-child(2) td strong,
body:has(#payment-page) main form table tfoot tr:nth-last-child(2) td strong {
  margin-left: 1rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #db1e9d;
}
body:has(#payment-form) main form table tfoot tr th:has(h2),
body:has(#payment-page) main form table tfoot tr th:has(h2) {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border: 0;
}
body:has(#payment-form) main form table tfoot tr td label,
body:has(#payment-page) main form table tfoot tr td label {
  font-weight: 700;
}
body:has(#payment-form) main form table tfoot tr td label small,
body:has(#payment-page) main form table tfoot tr td label small {
  font-weight: 300;
}
@media (max-width: 575.98px) {
  body:has(#payment-form) main form table tbody td, body:has(#payment-form) main form table tfoot td,
  body:has(#payment-page) main form table tbody td,
  body:has(#payment-page) main form table tfoot td {
    border: 0;
    padding-block: 0.5rem !important;
  }
}

body:has(#bazaar-advert-detail) .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body:has(#bazaar-advert-detail) .heading h1 {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
body:has(#bazaar-advert-detail) .heading h2 {
  margin: 0;
  padding: 0;
  color: #db1e9d;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail > div:first-child {
  margin-bottom: 1rem;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail > div:first-child > ul:first-child {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail > div:first-child > ul:first-child li:not(:last-child) {
  padding-right: 1rem;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail > div:first-child > ul:first-child li:not(:last-child) a {
  color: #db1e9d;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail > div:first-child > ul:first-child li:not(:last-child) a:is(:hover, :active, :focus) {
  color: #e861bb;
  text-decoration: underline;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail > div:first-child > ul:first-child li.views::after {
  content: "x";
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .social-plugins + div {
  margin-bottom: 1rem;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .social-plugins + div > div {
  padding-block: 1rem;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .social-plugins + div > div:first-child {
  background-color: #666;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .social-plugins + div > div:last-child {
  background-color: #f8f8f8;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .social-plugins + div > div:last-child ul {
  margin: 0;
  padding: 0;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail div.text {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .gallery.style-3 {
  margin-top: 2rem;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  max-width: 100%;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  overflow: hidden;
  aspect-ratio: 1/1;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .icon a img {
  width: 100%;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form {
  position: relative;
  padding: 1rem;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bs-danger);
  opacity: 0.2;
  z-index: -1;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form a,
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form button {
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
  transition: background-color 1s ease, border-color 1s ease;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form a.btn-warning,
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form button.btn-warning {
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form a:is(:hover, :active, :focus),
body:has(#bazaar-advert-detail) #bazaar-advert-detail #response-form button:is(:hover, :active, :focus) {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
body:has(#bazaar-advert-detail) #bazaar-advert-detail .quick-price-list-wrapper .card:hover {
  transform: scale(1.05);
}

body:has(#bazaar-add-advert) form,
body:has(#bazaar-edit-advert) form {
  position: relative;
}
body:has(#bazaar-add-advert) form button,
body:has(#bazaar-add-advert) form input[type=submit],
body:has(#bazaar-edit-advert) form button,
body:has(#bazaar-edit-advert) form input[type=submit] {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #db1e9d;
  border-color: #db1e9d;
}
body:has(#bazaar-add-advert) .collapsing,
body:has(#bazaar-edit-advert) .collapsing {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0s;
  transition: height 0.2s ease;
}
body:has(#bazaar-add-advert) .min-vh-100,
body:has(#bazaar-edit-advert) .min-vh-100 {
  min-height: 100svh !important;
}
body:has(#bazaar-add-advert) .min-h-100,
body:has(#bazaar-edit-advert) .min-h-100 {
  min-height: 100% !important;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList {
  margin-block: 1rem;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card {
  border: 0;
  margin-bottom: 1rem;
  background-color: rgba(251, 176, 52, 0.3);
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card .card-body,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card .card-body {
  padding-top: 1rem;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card .card-body > .card,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card .card-body > .card {
  margin-inline: 2rem;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-header,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-header {
  border: 0;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-header:has(> .form-check),
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-header:has(> .form-check) {
  background-color: white;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-header .form-check,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-header .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label {
  background-color: green;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label::before,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label::before {
  width: 100%;
  height: 24px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: green;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList label,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList label {
  flex-grow: 1;
  text-align: left;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList a,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList a {
  text-decoration: none;
  background-color: #e861bb;
  color: #ffffff;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList a::before,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList a::before {
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList a.collapsed::before,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList a.collapsed::before {
  content: "\f105";
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList a:not(.collapsed)::before,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList a:not(.collapsed)::before {
  content: "\f107";
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-body,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-body {
  padding: 0;
}
body:has(#bazaar-add-advert) .step1 form #addPageCategoryList .card-body .card,
body:has(#bazaar-edit-advert) .step1 form #addPageCategoryList .card-body .card {
  border: 0;
}
@media (min-width: 768px) {
  body:has(#bazaar-add-advert) .step1 .card .card *:is(a),
  body:has(#bazaar-edit-advert) .step1 .card .card *:is(a) {
    font-weight: 300;
    padding-left: 2rem !important;
  }
  body:has(#bazaar-add-advert) .step1 .card .card .card *:is(label, a),
  body:has(#bazaar-edit-advert) .step1 .card .card .card *:is(label, a) {
    padding-left: 2rem;
  }
  body:has(#bazaar-add-advert) .step1 .card .card .card a,
  body:has(#bazaar-edit-advert) .step1 .card .card .card a {
    font-weight: 300;
    padding-left: 2rem;
  }
}
body:has(#bazaar-add-advert) .collapsing,
body:has(#bazaar-edit-advert) .collapsing {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0s;
  transition: height 0.2s ease;
}
body:has(#bazaar-add-advert) .min-vh-100,
body:has(#bazaar-edit-advert) .min-vh-100 {
  min-height: 100svh !important;
}
body:has(#bazaar-add-advert) .min-h-100,
body:has(#bazaar-edit-advert) .min-h-100 {
  min-height: 100% !important;
}
body:has(#bazaar-add-advert) .step2 > ul:first-child,
body:has(#bazaar-edit-advert) .step2 > ul:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 1rem;
  padding-left: 0;
}
body:has(#bazaar-add-advert) .step2 > ul:first-child li,
body:has(#bazaar-edit-advert) .step2 > ul:first-child li {
  list-style: none;
}
body:has(#bazaar-add-advert) .step2 > ul:first-child li:first-of-type,
body:has(#bazaar-edit-advert) .step2 > ul:first-child li:first-of-type {
  font-weight: bold;
}
body:has(#bazaar-add-advert) .step2 > ul:first-child li:first-of-type::after,
body:has(#bazaar-edit-advert) .step2 > ul:first-child li:first-of-type::after {
  content: ": ";
  padding-right: 1rem;
}
body:has(#bazaar-add-advert) .step2 > ul:first-child li:not(:last-of-type):not(:first-of-type)::after,
body:has(#bazaar-edit-advert) .step2 > ul:first-child li:not(:last-of-type):not(:first-of-type)::after {
  content: ", ";
  padding-right: 1rem;
}
body:has(#bazaar-add-advert) .step2 form small,
body:has(#bazaar-edit-advert) .step2 form small {
  display: block;
  width: 100%;
  text-align: left;
}
body:has(#bazaar-add-advert) .step2 form .icon-wrapper span,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span {
  display: block;
  width: 100%;
}
body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file::before {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  content: "?";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3125rem;
  color: #545454;
}
body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file.png::before, body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file.jpg::before, body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file.jpeg::before, body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file.gif::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file.png::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file.jpg::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file.jpeg::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file.gif::before {
  content: "\f1c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file.pdf::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file.txt::before,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file.txt::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body:has(#bazaar-add-advert) .step2 form .icon-wrapper span.file .filename,
body:has(#bazaar-edit-advert) .step2 form .icon-wrapper span.file .filename {
  position: relative;
  top: -1rem;
}
body:has(#bazaar-add-advert) .collapsing,
body:has(#bazaar-edit-advert) .collapsing {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0s;
  transition: height 0.2s ease;
}
body:has(#bazaar-add-advert) .min-vh-100,
body:has(#bazaar-edit-advert) .min-vh-100 {
  min-height: 100svh !important;
}
body:has(#bazaar-add-advert) .min-h-100,
body:has(#bazaar-edit-advert) .min-h-100 {
  min-height: 100% !important;
}
@media (min-width: 992px) {
  body:has(#bazaar-add-advert) .step2 form #group-6 legend,
  body:has(#bazaar-edit-advert) .step2 form #group-6 legend {
    display: none;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7,
  body:has(#bazaar-edit-advert) .step2 form #group-7 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 legend,
  body:has(#bazaar-edit-advert) .step2 form #group-7 legend {
    display: none;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:first-of-type, body:has(#bazaar-add-advert) .step2 form #group-7 > div:last-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:first-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:last-of-type {
    width: 100%;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:first-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:first-of-type {
    margin: 0;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:first-of-type > div,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:first-of-type > div {
    padding-inline: 0;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2),
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2) {
    display: flex;
    width: 35%;
    margin: 0;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2) > div,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2) > div {
    padding-inline: 0;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2) > div:first-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2) > div:first-of-type {
    width: 71.6666666667%;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2) > div:last-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2) > div:last-of-type {
    width: 28.3333333333%;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2):not([hidden]) + div + div,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2):not([hidden]) + div + div {
    display: flex;
    flex-grow: 1;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2):not([hidden]) + div + div > div:first-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2):not([hidden]) + div + div > div:first-of-type {
    text-align: right;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(2)[hidden] + div + div,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(2)[hidden] + div + div {
    width: 100%;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(3),
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(3) {
    display: flex;
    width: 15%;
    margin: 0;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(3) > div:first-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(3) > div:first-of-type {
    display: none;
  }
  body:has(#bazaar-add-advert) .step2 form #group-7 > div:nth-of-type(3) > div:last-of-type,
  body:has(#bazaar-edit-advert) .step2 form #group-7 > div:nth-of-type(3) > div:last-of-type {
    width: auto;
    flex-grow: 1;
    padding-inline: 0;
  }
}
body:has(#bazaar-add-advert) #bazaar-edit-advert .nav,
body:has(#bazaar-edit-advert) #bazaar-edit-advert .nav {
  margin-block: 2rem;
}
body:has(#bazaar-add-advert) #bazaar-edit-advert .nav .nav-link,
body:has(#bazaar-edit-advert) #bazaar-edit-advert .nav .nav-link {
  font-weight: 500;
}

body:has(#comcat-advert-detail) .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body:has(#comcat-advert-detail) .heading h1 {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
body:has(#comcat-advert-detail) .heading h2 {
  margin: 0;
  padding: 0;
  color: #db1e9d;
}
body:has(#comcat-advert-detail) #comcat-advert-detail > div:first-child {
  margin-bottom: 1rem;
}
body:has(#comcat-advert-detail) #comcat-advert-detail > div:first-child > ul:first-child {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
body:has(#comcat-advert-detail) #comcat-advert-detail > div:first-child > ul:first-child li:not(:last-child) {
  padding-right: 1rem;
}
body:has(#comcat-advert-detail) #comcat-advert-detail > div:first-child > ul:first-child li:not(:last-child) a {
  color: #db1e9d;
}
body:has(#comcat-advert-detail) #comcat-advert-detail > div:first-child > ul:first-child li:not(:last-child) a:is(:hover, :active, :focus) {
  color: #e861bb;
  text-decoration: underline;
}
body:has(#comcat-advert-detail) #comcat-advert-detail > div:first-child > ul:first-child li.views::after {
  content: "x";
}
body:has(#comcat-advert-detail) #comcat-advert-detail .social-plugins + div {
  margin-bottom: 1rem;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .social-plugins + div > div {
  padding-block: 1rem;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .social-plugins + div > div:first-child {
  background-color: #666;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .social-plugins + div > div:last-child {
  background-color: #f8f8f8;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .social-plugins + div > div:last-child ul {
  margin: 0;
  padding: 0;
}
body:has(#comcat-advert-detail) #comcat-advert-detail div.text {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .gallery.style-3 {
  margin-top: 2rem;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  max-width: 100%;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  overflow: hidden;
  aspect-ratio: 1/1;
}
body:has(#comcat-advert-detail) #comcat-advert-detail .icon a img {
  width: 100%;
}
body:has(#comcat-advert-detail) #comcat-advert-detail #response-form {
  position: relative;
  padding: 1rem;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
}
body:has(#comcat-advert-detail) #comcat-advert-detail #response-form::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bs-danger);
  opacity: 0.2;
  z-index: -1;
}
body:has(#comcat-advert-detail) #comcat-advert-detail #response-form h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
body:has(#comcat-advert-detail) #comcat-advert-detail #response-form button {
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
  transition: all 1s ease;
}
body:has(#comcat-advert-detail) #comcat-advert-detail #response-form button:is(:hover, :active, :focus) {
  background-color: #545454;
  border-color: #545454;
  color: #ffffff;
}
body:has(#comcat-advert-detail) .quick-price-list-wrapper .card:hover {
  transform: scale(1.05);
}

body:has(#comcat-add-advert) form,
body:has(#comcat-edit-advert) form {
  position: relative;
}
body:has(#comcat-add-advert) form button,
body:has(#comcat-add-advert) form input[type=submit],
body:has(#comcat-edit-advert) form button,
body:has(#comcat-edit-advert) form input[type=submit] {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #db1e9d;
  border-color: #db1e9d;
}
body:has(#comcat-add-advert) .collapsing,
body:has(#comcat-edit-advert) .collapsing {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0s;
  transition: height 0.2s ease;
}
body:has(#comcat-add-advert) .min-vh-100,
body:has(#comcat-edit-advert) .min-vh-100 {
  min-height: 100svh !important;
}
body:has(#comcat-add-advert) .min-h-100,
body:has(#comcat-edit-advert) .min-h-100 {
  min-height: 100% !important;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList {
  margin-block: 1rem;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card {
  border: 0;
  margin-bottom: 1rem;
  background-color: rgba(251, 176, 52, 0.3);
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card .card-body,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card .card-body {
  padding-top: 1rem;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card .card-body > .card,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card .card-body > .card {
  margin-inline: 2rem;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-header,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-header {
  border: 0;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-header:has(> .form-check),
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-header:has(> .form-check) {
  background-color: white;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-header .form-check,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-header .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label {
  background-color: green;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label::before,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-header .form-check input:checked + label::before {
  width: 100%;
  height: 24px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: green;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList label,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList label {
  flex-grow: 1;
  text-align: left;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList a,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList a {
  text-decoration: none;
  background-color: #e861bb;
  color: #ffffff;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList a::before,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList a::before {
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList a.collapsed::before,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList a.collapsed::before {
  content: "\f105";
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList a:not(.collapsed)::before,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList a:not(.collapsed)::before {
  content: "\f107";
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-body,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-body {
  padding: 0;
}
body:has(#comcat-add-advert) .step1 form #addPageCategoryList .card-body .card,
body:has(#comcat-edit-advert) .step1 form #addPageCategoryList .card-body .card {
  border: 0;
}
@media (min-width: 768px) {
  body:has(#comcat-add-advert) .step1 .card .card *:is(a),
  body:has(#comcat-edit-advert) .step1 .card .card *:is(a) {
    font-weight: 300;
    padding-left: 2rem !important;
  }
  body:has(#comcat-add-advert) .step1 .card .card .card *:is(label, a),
  body:has(#comcat-edit-advert) .step1 .card .card .card *:is(label, a) {
    padding-left: 2rem;
  }
  body:has(#comcat-add-advert) .step1 .card .card .card a,
  body:has(#comcat-edit-advert) .step1 .card .card .card a {
    font-weight: 300;
    padding-left: 2rem;
  }
}
body:has(#comcat-add-advert) .collapsing,
body:has(#comcat-edit-advert) .collapsing {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0s;
  transition: height 0.2s ease;
}
body:has(#comcat-add-advert) .min-vh-100,
body:has(#comcat-edit-advert) .min-vh-100 {
  min-height: 100svh !important;
}
body:has(#comcat-add-advert) .min-h-100,
body:has(#comcat-edit-advert) .min-h-100 {
  min-height: 100% !important;
}
body:has(#comcat-add-advert) .step2 > ul:first-child,
body:has(#comcat-edit-advert) .step2 > ul:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 1rem;
  padding-left: 0;
}
body:has(#comcat-add-advert) .step2 > ul:first-child li,
body:has(#comcat-edit-advert) .step2 > ul:first-child li {
  list-style: none;
}
body:has(#comcat-add-advert) .step2 > ul:first-child li:first-of-type,
body:has(#comcat-edit-advert) .step2 > ul:first-child li:first-of-type {
  font-weight: bold;
}
body:has(#comcat-add-advert) .step2 > ul:first-child li:first-of-type::after,
body:has(#comcat-edit-advert) .step2 > ul:first-child li:first-of-type::after {
  content: ": ";
  padding-right: 1rem;
}
body:has(#comcat-add-advert) .step2 > ul:first-child li:not(:last-of-type):not(:first-of-type)::after,
body:has(#comcat-edit-advert) .step2 > ul:first-child li:not(:last-of-type):not(:first-of-type)::after {
  content: ", ";
  padding-right: 1rem;
}
body:has(#comcat-add-advert) .step2 form small,
body:has(#comcat-edit-advert) .step2 form small {
  display: block;
  width: 100%;
  text-align: left;
}
body:has(#comcat-add-advert) .step2 form .icon-wrapper span,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span {
  display: block;
  width: 100%;
}
body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file::before {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  content: "?";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3125rem;
  color: #545454;
}
body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file.png::before, body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file.jpg::before, body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file.jpeg::before, body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file.gif::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file.png::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file.jpg::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file.jpeg::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file.gif::before {
  content: "\f1c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file.pdf::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file.txt::before,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file.txt::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body:has(#comcat-add-advert) .step2 form .icon-wrapper span.file .filename,
body:has(#comcat-edit-advert) .step2 form .icon-wrapper span.file .filename {
  position: relative;
  top: -1rem;
}
body:has(#comcat-add-advert) #comcat-edit-advert .nav,
body:has(#comcat-edit-advert) #comcat-edit-advert .nav {
  margin-block: 2rem;
}
body:has(#comcat-add-advert) #comcat-edit-advert .nav .nav-link,
body:has(#comcat-edit-advert) #comcat-edit-advert .nav .nav-link {
  font-weight: 500;
}

.discussion-page .message > div {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
  /*.image-wrapper {
      display: flex;
      height: 150px;
      align-items: center;
      justify-content: center;
      margin-bottom: $margin*.5;
      overflow: hidden;
      @include border-radius(50%);

      img {
          display: block;
          width: auto;
          height: 100%;
      }
  }*/
}
.discussion-page .message > div:not(.base-adlist) {
  height: 100%;
}
.discussion-page .message > div:not(.base-adlist) p {
  flex-grow: 1;
  height: 65px;
  overflow: hidden;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid #cfcfcf;
}
.discussion-page .message > div h2 {
  margin-top: 0;
  padding: 0 1rem;
  font-size: 1.2rem !important;
}
.discussion-page .message > div h2 a {
  color: #2f2f2f;
  text-decoration: none;
}
.discussion-page .message > div .gallery.style-4 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.discussion-page .message > div > div.d-flex {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #f2f2f2;
}
.discussion-page .message > div > div.d-flex img {
  display: block;
  width: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}
.discussion-page .message > div > div > div > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem 0;
  list-style: none;
}
.discussion-page .message > div > div > div > ul li {
  font-size: 1rem;
  color: #666;
}
.discussion-page .message > div > div > div > ul li:first-child {
  width: 100%;
  font-weight: 600;
}
.discussion-page .message > div > div > div > ul li:last-child {
  display: flex;
  justify-content: flex-end;
}
.discussion-page .message > div .infoline ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem 0;
  margin-bottom: 0;
  list-style: none;
}
.discussion-page .message > div .infoline ul li > a, .discussion-page .message > div .infoline ul li > span {
  text-decoration: none;
  padding-right: 0.5rem;
  margin: 0 0.5rem 0 0;
  border-right: 1px solid #cfcfcf;
}
.discussion-page .message > div .infoline ul li > a:hover {
  text-decoration: underline;
}
.discussion-page .message > div .infoline ul li:last-of-type > a:last-of-type, .discussion-page .message > div .infoline ul li:last-of-type > span:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.message-detail > div > ul:first-of-type {
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
}
.message-detail > div > ul:first-of-type li {
  display: flex;
  align-items: center;
  order: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #cfcfcf;
  font-size: 1rem;
}
.message-detail > div > ul:first-of-type li:last-child {
  order: 1;
}
.message-detail > div > ul:first-of-type li a, .message-detail > div > ul:first-of-type li button {
  color: #545454;
  text-decoration: none;
}
.message-detail > div > ul:first-of-type li a:hover, .message-detail > div > ul:first-of-type li button:hover {
  color: #db1e9d;
}

.message-detail #comments .list .item {
  margin-bottom: 0.5rem;
  padding: 1rem 0.5;
  border: 1px solid #eee;
  border-radius: 10px;
}
.message-detail #comments .list .item, .message-detail #comments .list .item:nth-of-type(2n) > .sub-item-list > .item:nth-of-type(2n+1), .message-detail #comments .list .item:nth-of-type(2n+1) > .sub-item-list > .item:nth-of-type(2n) {
  background: white;
}
.message-detail #comments .list .item:nth-of-type(2n), .message-detail #comments .list .item:nth-of-type(2n) > .sub-item-list > .item:nth-of-type(2n), .message-detail #comments .list .item:nth-of-type(2n+1) > .sub-item-list > .item:nth-of-type(2n+1) {
  background: #efefef;
}
.message-detail #comments .list .item:hover ul li {
  color: #2f2f2f;
}
.message-detail #comments .list .item:hover ul li a {
  color: #2f2f2f;
}
.message-detail #comments .list .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.message-detail #comments .list .item ul li {
  padding-right: 1rem;
  font-size: 1rem;
  color: #888;
}
.message-detail #comments .list .item ul li i,
.message-detail #comments .list .item ul li svg {
  margin-right: 0.25rem;
}
.message-detail #comments .list .item ul li:first-of-type {
  padding-right: 1rem 0.5;
}
.message-detail #comments .list .item ul li:last-of-type {
  padding-right: 0;
}
.message-detail #comments .list .item ul li a {
  text-decoration: none;
  color: #888;
}
.message-detail #comments .list .item ul li a:hover {
  color: #db1e9d;
}
.message-detail #comments .list .item > div:first-of-type > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  max-height: 35px;
  overflow: hidden;
  margin-right: 0.5rem;
  /*margin-right: $margin/2;
  padding-right: $padding/2;*/
  padding: 0;
  background: #f8f8f8;
  border-right: 1px solid #eee;
  border-radius: 50%;
}
.message-detail #comments .list .item > div:first-of-type > div:first-of-type img {
  width: 100%;
}
.message-detail #comments .list .item > div.sub-item-list {
  margin-top: 1rem;
  margin-left: 1rem;
}

.newsletter-form .row > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.newsletter-form .row > div:first-child > h2, .newsletter-form .row > div:first-child > p {
  display: block;
  width: 100%;
  text-align: left !important;
}
@media (max-width: 767.98px) {
  .newsletter-form .row > div:first-child > h2, .newsletter-form .row > div:first-child > p {
    text-align: center !important;
  }
}
.newsletter-form .row > div:first-child > h2 + p, .newsletter-form .row > div:first-child > p + p {
  margin-bottom: 0 !important;
}
.newsletter-form form .btn:is(:hover, :active, :focus) {
  background-color: #666;
}

body.blog-page .flash-message-list {
  width: 800px;
  background-color: rgba(0, 0, 0, 0.2);
}
body.blog-page .flash-message-list .carousel-item .row {
  height: 200px;
  object-fit: cover;
}
body.blog-page .flash-message-list .carousel-item .row > div:first-child .img-container {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.blog-page .flash-message-list .carousel-item .row > div:first-child img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
body.blog-page .flash-message-list .carousel-item .row > div:last-child {
  padding: 1rem;
  padding-right: 80px;
  font-size: 1rem;
}
body.blog-page .flash-message-list .carousel-item .row > div:last-child h5 {
  margin-bottom: 0;
  font-size: 1.1rem;
}
body.blog-page .flash-message-list .carousel-item .row > div:last-child .date {
  font-size: 0.8rem;
}
body.blog-page .flash-message-list .carousel-item .row > div:last-child .text {
  padding-block: 0.5rem;
}
body.blog-page .flash-message-list .carousel-item .row > div:last-child a {
  margin: 0;
  padding: 0;
  padding-inline: 0;
  border: 0;
  background-color: transparent !important;
  width: auto;
  height: auto;
  color: #2f2f2f;
  outline: none;
  justify-content: right;
}

#blog-news-list .row {
  margin-bottom: 4rem;
}
#blog-news-list .item .content table {
  margin-bottom: 0 !important;
}
#blog-news-list .item .content table tr {
  column-gap: 4rem;
}
#blog-news-list .item .content table tr td p, #blog-news-list .item .content table tr td div, #blog-news-list .item .content table tr th p, #blog-news-list .item .content table tr th div {
  text-align: justify !important;
}

.filter-box {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
  margin-bottom: 1rem;
  padding-inline: 0;
}
.filter-box > .row:first-of-type {
  background-color: #db1e9d;
  color: #ffffff;
}
.filter-box > .row:nth-of-type(2) {
  padding-inline: 1rem;
  background-color: #545454;
  color: #ffffff;
}
.filter-box > .row a {
  color: #db1e9d;
}
.filter-box > .row a.btn {
  color: #ffffff;
  background-color: transparent !important;
  border: 0;
}
.filter-box #filter-options {
  background-color: #f8f8f8;
}
.filter-box #filter-options #product-set-parameters > .row > div:nth-of-type(2) {
  padding-block: 1rem;
}

.eshop-product-set-rating-vote-list #add-evaluation-button-wrapper {
  margin: 1rem 0 2rem;
  text-align: left;
}
.eshop-product-set-rating-vote-list #add-evaluation-button-wrapper #add-evaluation-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0.5rem;
  /*border-bottom: 3px solid clr(primary, 900);
  background-color: clr(neutral, 200);
  @include border-radius(0);
  color: clr(neutral, 900);
  font-size: fs(300);
  font-weight: 400;
  text-transform: uppercase;*/
  cursor: pointer;
}
.eshop-product-set-rating-vote-list #add-evaluation-button-wrapper #add-evaluation-button svg, .eshop-product-set-rating-vote-list #add-evaluation-button-wrapper #add-evaluation-button i {
  padding-right: 0.25rem;
}
.eshop-product-set-rating-vote-list .evaluation-item {
  margin-bottom: 1rem;
  border-bottom: 2px solid #db1e9d;
  padding: 1rem 0;
}
.eshop-product-set-rating-vote-list .evaluation-item:first-of-type {
  padding-top: 0;
}
.eshop-product-set-rating-vote-list .evaluation-item .title {
  text-align: center;
}
.eshop-product-set-rating-vote-list .evaluation-item .title .user {
  font-weight: 600;
}
.eshop-product-set-rating-vote-list .evaluation-item .title .date {
  font-size: 0.85rem;
  color: #666;
}
.eshop-product-set-rating-vote-list .evaluation-item .title .rating-wrapper {
  display: flex;
}
.eshop-product-set-rating-vote-list .evaluation-item .title .rating-wrapper .rating {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  margin: 0 auto;
}
.eshop-product-set-rating-vote-list .evaluation-item .title .rating-wrapper .rating svg, .eshop-product-set-rating-vote-list .evaluation-item .title .rating-wrapper .rating i {
  color: #db1e9d;
}
.eshop-product-set-rating-vote-list .evaluation-item .description {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.eshop-product-set-rating-vote-list .evaluation-item .pros, .eshop-product-set-rating-vote-list .evaluation-item .cons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.eshop-product-set-rating-vote-list .evaluation-item .pros li, .eshop-product-set-rating-vote-list .evaluation-item .cons li {
  color: #198754;
}
.eshop-product-set-rating-vote-list .evaluation-item .pros li::before, .eshop-product-set-rating-vote-list .evaluation-item .cons li::before {
  position: relative;
  top: -2px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
  line-height: inherit;
}
.eshop-product-set-rating-vote-list .evaluation-item .pros.cons li, .eshop-product-set-rating-vote-list .evaluation-item .cons.cons li {
  color: #dc3545;
}
.eshop-product-set-rating-vote-list .evaluation-item .pros.cons li::before, .eshop-product-set-rating-vote-list .evaluation-item .cons.cons li::before {
  content: "\f068";
}
.eshop-product-set-rating-vote-list .eshop-product-set-rating-vote-list-form .modal-dialog {
  width: 75%;
  max-width: unset;
}

.modal .modal-dialog {
  width: 65%;
  max-width: unset;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog {
    width: 95%;
  }
}
.modal .modal-dialog .modal-content .modal-body form {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body form .shipper-branch-search {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}
.modal .modal-dialog .modal-content .modal-body form .hiddens {
  margin-bottom: 1rem;
  border-bottom: 1px solid #db1e9d;
}
.modal .modal-dialog .modal-content .modal-body form .shipper-branch-show-anothers {
  display: block;
  padding: 0 1rem 1rem;
  font-size: 1.3125rem;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body form .shipper-branch-show-anothers:hover {
  color: #545454;
}
.modal .modal-dialog .modal-content .modal-body form label {
  margin-top: 1rem;
}
.modal .modal-dialog .modal-content .modal-body form button,
.modal .modal-dialog .modal-content .modal-body form input[type=submit] {
  margin-top: 1rem;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  transition: background-color 0.25 ease;
}
.modal .modal-dialog .modal-content .modal-body form div.radio-list div.input .radio > * {
  display: block;
}
.modal .modal-dialog .modal-content .modal-body form div.radio-list div.input .radio label input {
  margin-right: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-body form ul {
  min-height: 200px;
  max-height: 441px;
  overflow-y: scroll;
}
.modal .modal-dialog .modal-content .modal-body form ul li {
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-body form ul li input {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body form ul li input[type=radio]:checked + label:before {
  content: "\f14a";
}
.modal .modal-dialog .modal-content .modal-body form ul li label {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.3125rem;
}
.modal .modal-dialog .modal-content .modal-body form ul li label:hover {
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body form ul li label:before {
  content: "\f0c8";
  width: 20px;
  height: 20px;
  padding-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

header.short div[class^=container] > div > div:last-child div:is(.cart-item) a {
  outline: none !important;
}
header.short div[class^=container] > div > div:last-child div:is(.cart-item) a:is(:hover, :active, :focus) {
  background-color: transparent !important;
}

header.short div[class^=container] > div > div:last-child div:is(.eshop-basket-info-box) > a:is(:hover, :active, :focus) {
  transform: unset;
  background-color: #db1e9d !important;
}

.eshop-basket-info-box.dropdown-cart {
  display: flex;
  flex-direction: row;
  /*



  .dropdown-menu {



      .cart-total {
          text-align: right;
          .text, .price {
              margin-left: 10px;
              font-size: $font-size;
          }
          .text {
              color: $color_4;
              font-weight: 500;
          }
          .price {
              color: $color_1;
              font-weight: 700;
          }
      }
      .btn {
          margin-top: $margin/2;
          background-color: $color_1;
          border: 0;
          font-weight: 700;
          &:hover {
              background-color: $color_1h;
          }
      }
  }*/
}
@media (max-width: 767.98px) {
  .eshop-basket-info-box.dropdown-cart {
    justify-content: center;
    margin-top: 1rem;
  }
}
.eshop-basket-info-box.dropdown-cart a {
  transform: unset !important;
}
.eshop-basket-info-box.dropdown-cart a:is(:hover, :active, :focus) .basket {
  color: #db1e9d;
}
.eshop-basket-info-box.dropdown-cart .lnk-cart {
  display: inline-block;
  padding: 0px;
  color: #545454;
  /*-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;*/
}
.eshop-basket-info-box.dropdown-cart .items-cart-inner {
  position: relative;
  display: flex;
  flex-direction: row;
}
.eshop-basket-info-box.dropdown-cart .items-cart-inner .total-price-basket {
  padding: 1rem;
  text-transform: uppercase;
}
.eshop-basket-info-box.dropdown-cart .items-cart-inner .total-price-basket .total-price {
  color: #db1e9d;
  text-transform: lowercase;
}
.eshop-basket-info-box.dropdown-cart .items-cart-inner .total-price-basket .lbl {
  color: #ffffff;
  font-weight: 400;
  text-transform: lowercase;
}
.eshop-basket-info-box.dropdown-cart .basket {
  background: #f8f8f8;
  padding: 1rem;
  border-left: 1px solid #666;
}
.eshop-basket-info-box.dropdown-cart .basket-item-count {
  position: absolute;
  right: 4px;
  top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #666;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.125rem;
  text-align: center;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu {
  top: 8px;
  width: 100%;
  border: 1px solid #f8f8f8;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  padding: 1rem;
  outline: 10px solid rgba(0, 0, 0, 0.05);
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .row {
  margin-left: 0;
  margin-right: 0;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .row > div {
  padding-left: 0;
  padding-right: 0;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .row > div:nth-of-type(2) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item:not(:last-child) {
  margin-bottom: 1rem;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item > .row > div {
  display: flex;
  flex-direction: column;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item > .row > div:has(.image) {
  align-items: center;
  justify-content: center;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item a {
  color: #666;
  background-color: transparent !important;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item a:is(:hover, :active, :focus) {
  color: #db1e9d !important;
  background-color: transparent !important;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item .name {
  margin-top: 0px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item .price {
  color: #db1e9d;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-item img {
  max-width: 100%;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-total > div {
  margin-block: 1rem;
  text-align: right;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-total .text, .eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-total .price {
  margin-left: 10px;
  font-size: 1.125rem;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-total .text {
  color: #545454;
  font-weight: 500;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .cart-total .price {
  color: #db1e9d;
  font-weight: 700;
}
.eshop-basket-info-box.dropdown-cart .dropdown-menu .btn {
  margin-top: 0.5rem;
  border: 0;
  font-weight: 700;
}

#eshop-product-detail div:not(.producer-list-wrapper):not(.category-list-wrapper) > .title:is(h2, h3, span) {
  display: block;
  margin-top: 4rem;
  color: #db1e9d;
  font-size: 1.3125rem;
  font-weight: 600;
}
#eshop-product-detail table {
  width: 100%;
  margin-bottom: 1rem;
}
#eshop-product-detail table.add-form-wrapper {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
#eshop-product-detail table tr th,
#eshop-product-detail table tr td {
  padding: 0.5rem 1rem 0 !important;
}
#eshop-product-detail table tr th {
  width: 25%;
  background-color: transparent !important;
  color: #545454 !important;
  padding-inline: 0 !important;
}
#eshop-product-detail table tr.price td {
  font-size: 1.35rem;
  color: #db1e9d;
}
#eshop-product-detail table tr.price .without-vat {
  font-size: 1rem;
  font-weight: 300;
  color: #666;
}
#eshop-product-detail table tr.price-fees th,
#eshop-product-detail table tr.price-fees td {
  padding-block: 0 !important;
  font-size: 0.85rem;
}
#eshop-product-detail table tr.discount th,
#eshop-product-detail table tr.discount td {
  padding-top: 3rem !important;
}
#eshop-product-detail table tr.discount th span,
#eshop-product-detail table tr.discount td span {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #db1e9d;
}
#eshop-product-detail table tr.add-form td {
  padding: 0 !important;
}
#eshop-product-detail table tr.add-form td form {
  width: 100%;
  padding: 10px 0;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
#eshop-product-detail table tr.add-form td form > div {
  display: flex;
  flex-direction: row;
}
#eshop-product-detail table tr.add-form td form > div input:first-child,
#eshop-product-detail table tr.add-form td form > div button:first-child {
  flex-grow: 1;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 25px;
  text-align: right;
}
#eshop-product-detail table tr.add-form td form > div input:last-child,
#eshop-product-detail table tr.add-form td form > div button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 0;
  background-color: #db1e9d;
  border-color: #db1e9d;
}
#eshop-product-detail h1 {
  font-size: 1.625rem;
}
#eshop-product-detail h1 + div {
  margin-bottom: 2rem;
}
#eshop-product-detail h2 {
  font-size: 1.35rem;
  line-height: 2.5rem;
}
#eshop-product-detail h2 strong {
  display: block;
  font-weight: 600;
  color: #db1e9d;
}
#eshop-product-detail h3 {
  font-size: 1.3125rem;
}
#eshop-product-detail h3:not(:has(+ table)) {
  display: none;
}
#eshop-product-detail h3 + table {
  background-color: #f8f8f8;
}
#eshop-product-detail h3 + table th,
#eshop-product-detail h3 + table td {
  padding: 1rem !important;
}
#eshop-product-detail div:has(.nav-pills) {
  margin-top: 2rem;
}
#eshop-product-detail #pills-tabContent h2 {
  font-weight: 500;
}
#eshop-product-detail #pills-tabContent h2 strong {
  font-weight: 400;
}
#eshop-product-detail #pills-tabContent #pills-product-links a {
  transition: color 0.25s ease;
}
#eshop-product-detail #pills-tabContent #pills-product-links a::before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  padding-right: 0.5rem;
}
#eshop-product-detail #pills-tabContent #pills-product-links a:hover {
  color: #db1e9d;
}

#order-page .product-list img,
#cart-page .product-list img {
  max-width: 80px;
}
#order-page .product-list .code::before,
#cart-page .product-list .code::before {
  content: "#";
}
#order-page .product-list .form-check,
#cart-page .product-list .form-check {
  padding-left: 0;
}
#order-page .product-list .tfoot div:nth-child(2)::before,
#cart-page .product-list .tfoot div:nth-child(2)::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #order-page .product-list .td:nth-child(3)::before,
  #order-page .product-list .td:nth-child(4)::before,
  #order-page .product-list .td:nth-child(5)::before,
  #cart-page .product-list .td:nth-child(3)::before,
  #cart-page .product-list .td:nth-child(4)::before,
  #cart-page .product-list .td:nth-child(5)::before {
    display: inline-block;
    content: attr(data-label) ": ";
    padding-left: 1rem;
  }
  #order-page .product-list .td:nth-child(3):not([data-label])::before, #order-page .product-list .td:nth-child(3):is([data-label=""])::before,
  #order-page .product-list .td:nth-child(4):not([data-label])::before,
  #order-page .product-list .td:nth-child(4):is([data-label=""])::before,
  #order-page .product-list .td:nth-child(5):not([data-label])::before,
  #order-page .product-list .td:nth-child(5):is([data-label=""])::before,
  #cart-page .product-list .td:nth-child(3):not([data-label])::before,
  #cart-page .product-list .td:nth-child(3):is([data-label=""])::before,
  #cart-page .product-list .td:nth-child(4):not([data-label])::before,
  #cart-page .product-list .td:nth-child(4):is([data-label=""])::before,
  #cart-page .product-list .td:nth-child(5):not([data-label])::before,
  #cart-page .product-list .td:nth-child(5):is([data-label=""])::before {
    display: none;
    content: none;
  }
}
#order-page .total-prices,
#cart-page .total-prices {
  margin-block: 4rem;
  text-align: right;
}
#order-page .total-prices li:first-child,
#cart-page .total-prices li:first-child {
  font-size: 1rem;
}
#order-page .total-prices li:first-child small,
#cart-page .total-prices li:first-child small {
  padding-left: 0.5rem;
}
#order-page .total-prices li:last-child,
#cart-page .total-prices li:last-child {
  font-size: 1.3125rem;
}
#order-page .total-prices li:last-child strong,
#cart-page .total-prices li:last-child strong {
  padding-left: 1rem;
  font-size: 1.625rem;
}

#order-page #shipper-list-container .card {
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}
#order-page #shipper-list-container .card > div {
  background-color: #ed74c4;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
#order-page #shipper-list-container .card > div h4 {
  margin-bottom: 0;
  padding-inline: 1rem;
  font-size: 1.125rem;
  cursor: pointer;
}
#order-page #shipper-list-container .card > div > div {
  padding-top: 0.5rem;
  background-color: #ed74c4;
}
#order-page #shipper-list-container .card > div > div > div {
  padding: 0 1rem;
  border-bottom: 1px solid #ed74c4;
}
#order-page #shipper-list-container .card > div > div > div:nth-child(odd) {
  background-color: #db1e9d;
}
#order-page #shipper-list-container .card > div > div > div:nth-child(even) {
  background-color: #db1e9d;
}
#order-page #payment-list-container .paymentMethod {
  background-color: #f8f8f8;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  overflow: hidden;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
#order-page #payment-list-container .paymentMethod .row > div:last-child {
  text-align: right;
}
#order-page .submits {
  text-align: center;
}
#order-page .submits a.btn, #order-page .submits button, #order-page .submits input[type=submit] {
  padding: 1rem;
  border: 0;
  background-color: #db1e9d;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
#order-page .submits a.btn:hover, #order-page .submits button:hover, #order-page .submits input[type=submit]:hover {
  background-color: rgba(219, 30, 157, 0.8);
  color: #ffffff;
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

section.projects {
  margin-bottom: 7rem;
}
section.projects .row > div {
  overflow: hidden;
  margin-bottom: var(--bs-gutter-x) !important;
}
section.projects .row > div a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 628/419;
  text-align: center;
  overflow: hidden;
}
section.projects .row > div a img {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
section.projects .row > div .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
section.projects .row > div .caption h3 {
  position: relative;
  height: auto;
  padding: 0.8rem 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-transform: uppercase;
  /*&::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      display: block;
      height: 100%;
      width: 0;
      margin: 0 auto;
      background-color: rgba(0,0,0,0.4);
      transition: width 0.6s ease-in-out;
  }*/
  /*span {
      position: relative;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
  }*/
}
section.projects .row > div:hover a .caption h3 {
  opacity: 1;
  transition: opacity 0.5s ease;
  height: auto;
  /*&::after {
      width: 100%;
      transition: width 0.5s ease-in-out;
  }*/
  /*span {
      opacity: 1;
      transition: opacity 0.6s ease-in-out;
  }*/
}

body#company-page #company-portfolio-project > .row:first-child img {
  width: 150px;
  height: 56px;
}
body#company-page .gallery.style-8 {
  columns: 3;
  gap: 1rem;
}
@media (max-width: 1199.98px) {
  body#company-page .gallery.style-8 {
    columns: 2 !important;
  }
}
@media (max-width: 767.98px) {
  body#company-page .gallery.style-8 {
    columns: auto !important;
  }
}
body#company-page .gallery.style-8 a:has(.landscape) {
  aspect-ratio: 628/419;
  display: block;
}
body#company-page .gallery.style-8 a figure.landscape {
  position: relative; /* Nutné pro umístění obrázku uvnitř */
  aspect-ratio: 628/419; /* Poměr stran kontejneru */
  overflow: hidden; /* Skryje přebytečné části obrázku */
}
body#company-page .gallery.style-8 a figure.landscape img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Roztáhne obrázek na šířku figure */
  height: 100%; /* Roztáhne obrázek na výšku figure */
  object-fit: cover;
}
body#company-page .gallery.style-8 figure {
  border-bottom: 1rem solid white;
}
body#company-page .gallery.style-8 figure figcaption {
  display: none;
  bottom: 1rem;
}
body#company-page a.backToPortfolio {
  display: inline-block;
  width: auto;
  height: auto;
  margin-block: 5rem;
  padding: 1.3rem 2.5rem;
  background-color: transparent;
  border: 2px solid #272727;
  color: #272727;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  transition: 0.1s background-color linear, 0.1s color linear;
}
body#company-page a.backToPortfolio:hover {
  color: #fff;
  background-color: #272727;
}

/*body:has(#company-page) {
    background: yellow !important;


    #company-portfolio-project {
        background: blue;
        .row {

            border: red 10px solid;

            img {
                border: red 20px solid;
                width: 150px;
                height: 56px;
            }
        }
    }

}*/
@media (max-width: 767.98px) {
  .info-table-wrapper table tr {
    margin-bottom: 1rem !important;
  }
  .info-table-wrapper table tr:not(:has(> td)) {
    display: none;
  }
  .info-table-wrapper table tr:nth-child(2n) {
    border: 1px solid #f4f4f4;
  }
  .info-table-wrapper table tr:nth-child(2n) td, .info-table-wrapper table tr:nth-child(2n) th {
    border: 1px solid #fff;
  }
  .info-table-wrapper table tr:nth-child(2n+1) {
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
  }
  .info-table-wrapper table tr:nth-child(2n+1) td, .info-table-wrapper table tr:nth-child(2n+1) th {
    border: 1px solid #f4f4f4;
  }
}
.info-table-wrapper table tr th {
  background-color: #ddd;
}
.info-table-wrapper table tr td, .info-table-wrapper table tr th {
  padding: 1rem;
  border: 1px solid #f4f4f4;
}

.litter-list .row,
.animal-individual-list .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  margin-bottom: 2rem !important;
}
.litter-list .row > div,
.animal-individual-list .row > div {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.litter-list.animal-individual-list .row > div img,
.animal-individual-list.animal-individual-list .row > div img {
  aspect-ratio: 800/534;
  object-fit: cover;
}
.litter-list.litter-list .row > div h2,
.animal-individual-list.litter-list .row > div h2 {
  font-size: 2rem;
}

body#page-homepage article > p,
body#page-homepage article > div {
  margin-bottom: 3rem;
}
body#page-homepage article > div:last-of-type,
body#page-homepage article > p:last-of-type {
  width: 100%;
  margin-inline: auto;
  text-align: justify;
}
body#page-homepage article > div:last-of-type div:has(> a), body#page-homepage article > div:last-of-type p:has(> a),
body#page-homepage article > p:last-of-type div:has(> a),
body#page-homepage article > p:last-of-type p:has(> a) {
  line-height: 1;
}
body#page-homepage article > div:last-of-type a,
body#page-homepage article > p:last-of-type a {
  border: 0;
  text-transform: lowercase;
  padding: 0;
}
body#page-homepage article > div:last-of-type a:first-letter,
body#page-homepage article > p:last-of-type a:first-letter {
  text-transform: lowercase;
}
body#page-homepage article > div:last-of-type a:hover,
body#page-homepage article > p:last-of-type a:hover {
  background: transparent;
  color: #db1e9d !important;
}
body#page-homepage article div {
  /*line-height: 1.2;
  letter-spacing: 1px;*/
}
body#page-homepage article > div:nth-child(2) {
  background-color: #F0ECE5;
  padding: 4rem 2rem;
  margin-block: 7rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  body#page-homepage article > div:nth-child(2) p > br:last-of-type {
    display: none;
  }
}
@media (max-width: 575.98px) {
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) {
    display: block;
  }
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) a {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) a {
    margin-top: 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) {
    display: block;
  }
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) a {
    margin-top: 0px !important;
  }
}
@media (max-width: 991.98px) {
  body#page-homepage article > div:nth-child(2) {
    align-items: center;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem !important;
  }
  body#page-homepage article > div:nth-child(2) span:first-child {
    display: block;
    padding: 3px;
    margin-bottom: calc(1.5rem - 7px) !important;
  }
  body#page-homepage article > div:nth-child(2) p *:not(br) {
    display: inline;
    font-size: 1.2rem !important;
  }
  body#page-homepage article > div:nth-child(2) p a {
    top: 0;
    margin-top: 1rem;
  }
  body#page-homepage article > div:nth-child(2) p > br {
    display: none;
  }
  body#page-homepage article > div:nth-child(2) p > br:first-of-type {
    display: none;
  }
  body#page-homepage article > div:nth-child(2) p > strong:first-child span,
  body#page-homepage article > div:nth-child(2) p > span:first-child strong {
    font-size: 1.75rem !important;
  }
  body#page-homepage article > div:nth-child(2) p > span:not(:first-child) {
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 300;
  }
  body#page-homepage article > div:nth-child(2) p > span:not(:first-child) strong {
    font-weight: 600;
  }
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) {
    display: block;
  }
  body#page-homepage article > div:nth-child(2) p span:has(.bordered-link) a {
    display: inline-block;
    top: 0;
  }
}
body#page-homepage article > div:nth-child(2) a {
  font-size: 1.125rem;
  position: relative;
  top: 1rem;
}
@media (max-width: 575.98px) {
  body#page-homepage article > div:nth-child(2) br:not(:has(+ br)) {
    display: none;
  }
}
body#page-homepage article > *:nth-child(6) {
  display: block;
  margin-inline: auto;
}
body#page-homepage article table {
  height: auto !important;
  margin-bottom: 1.5rem !important;
  border: 0;
  table-layout: fixed;
}
body#page-homepage article table.no-margin-bottom {
  margin-bottom: 0 !important;
}
body#page-homepage article table.half-margin-bottom {
  margin-bottom: 0.75rem !important;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-reverse thead tr,
  body#page-homepage article table.mobile-reverse tbody tr {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-column-gap thead tr, body#page-homepage article table.mobile-column-gap tbody tr {
    row-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-row-gap thead, body#page-homepage article table.mobile-row-gap tbody {
    row-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-x05-column-gap thead tr, body#page-homepage article table.mobile-x05-column-gap tbody tr {
    row-gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-x05-row-gap thead, body#page-homepage article table.mobile-x05-row-gap tbody {
    row-gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-xx-column-gap thead tr, body#page-homepage article table.mobile-xx-column-gap tbody tr {
    column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-xx-row-gap thead, body#page-homepage article table.mobile-xx-row-gap tbody {
    row-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-imge-first thead tr td, body#page-homepage article table.mobile-imge-first thead tr th, body#page-homepage article table.mobile-imge-first tbody tr td, body#page-homepage article table.mobile-imge-first tbody tr th {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-imge-first thead tr td:has(> img:only-child), body#page-homepage article table.mobile-imge-first thead tr th:has(> img:only-child), body#page-homepage article table.mobile-imge-first tbody tr td:has(> img:only-child), body#page-homepage article table.mobile-imge-first tbody tr th:has(> img:only-child) {
    order: 0;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-imge-last thead tr td, body#page-homepage article table.mobile-imge-last thead tr th, body#page-homepage article table.mobile-imge-last tbody tr td, body#page-homepage article table.mobile-imge-last tbody tr th {
    order: 0;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.mobile-imge-last thead tr td:has(> img:only-child), body#page-homepage article table.mobile-imge-last thead tr th:has(> img:only-child), body#page-homepage article table.mobile-imge-last tbody tr td:has(> img:only-child), body#page-homepage article table.mobile-imge-last tbody tr th:has(> img:only-child) {
    order: 1;
  }
}
body#page-homepage article table:not(.default-img-aspect-ratio):not(.img-aspect-ratio-15-1) tbody tr td img, body#page-homepage article table:not(.default-img-aspect-ratio):not(.img-aspect-ratio-15-1) tbody tr th img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
body#page-homepage article table.img-aspect-ratio-15-1 tbody tr td img, body#page-homepage article table.img-aspect-ratio-15-1 tbody tr th img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}
body#page-homepage article table thead,
body#page-homepage article table tbody {
  height: auto !important;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table thead,
  body#page-homepage article table tbody {
    row-gap: 1rem;
  }
}
body#page-homepage article table thead:not(:has(> tr + tr)) tr td:has(> img:only-child), body#page-homepage article table thead:not(:has(> tr + tr)) tr th:has(> img:only-child),
body#page-homepage article table tbody:not(:has(> tr + tr)) tr td:has(> img:only-child),
body#page-homepage article table tbody:not(:has(> tr + tr)) tr th:has(> img:only-child) {
  position: relative;
  padding: 0;
  overflow: hidden;
}
body#page-homepage article table thead tr,
body#page-homepage article table tbody tr {
  display: flex;
  flex-direction: row;
  height: auto !important;
  column-gap: 1rem;
  /*@include media-breakpoint-up(lg) {
      &:last-child {
          td, th {
              margin-bottom: 0;
          }
      }
  }*/
  /* když je v inline style vertical-align: top */
  /* když je vertical-align: middle */
  /* když je vertical-align: bottom */
}
@media (max-width: 767.98px) {
  body#page-homepage article table thead tr,
  body#page-homepage article table tbody tr {
    flex-direction: column;
    row-gap: 1rem;
  }
}
body#page-homepage article table thead tr td[style*="vertical-align: top"], body#page-homepage article table thead tr th[style*="vertical-align: top"],
body#page-homepage article table tbody tr td[style*="vertical-align: top"],
body#page-homepage article table tbody tr th[style*="vertical-align: top"] {
  justify-content: start;
}
body#page-homepage article table thead tr td[style*="vertical-align: middle"], body#page-homepage article table thead tr th[style*="vertical-align: middle"],
body#page-homepage article table tbody tr td[style*="vertical-align: middle"],
body#page-homepage article table tbody tr th[style*="vertical-align: middle"] {
  justify-content: center;
}
body#page-homepage article table thead tr td[style*="vertical-align: bottom"], body#page-homepage article table thead tr th[style*="vertical-align: bottom"],
body#page-homepage article table tbody tr td[style*="vertical-align: bottom"],
body#page-homepage article table tbody tr th[style*="vertical-align: bottom"] {
  justify-content: end;
}
body#page-homepage article table thead tr td:has(h2:first-child):has(+ td:has(img:first-child)) > h2:first-child,
body#page-homepage article table tbody tr td:has(h2:first-child):has(+ td:has(img:first-child)) > h2:first-child {
  transform: translateY(-3px);
  color: yellow !important;
}
@media (min-width: 1200px) {
  body#page-homepage article table thead tr th:has(p:first-child) ~ th:has(img:first-child), body#page-homepage article table thead tr th:has(p:first-child) ~ td:has(img:first-child),
  body#page-homepage article table thead tr td:has(p:first-child) ~ th:has(img:first-child),
  body#page-homepage article table thead tr td:has(p:first-child) ~ td:has(img:first-child),
  body#page-homepage article table thead tr th:has(h2:first-child) ~ th:has(img:first-child),
  body#page-homepage article table thead tr th:has(h2:first-child) ~ td:has(img:first-child),
  body#page-homepage article table thead tr td:has(h2:first-child) ~ th:has(img:first-child),
  body#page-homepage article table thead tr td:has(h2:first-child) ~ td:has(img:first-child),
  body#page-homepage article table tbody tr th:has(p:first-child) ~ th:has(img:first-child),
  body#page-homepage article table tbody tr th:has(p:first-child) ~ td:has(img:first-child),
  body#page-homepage article table tbody tr td:has(p:first-child) ~ th:has(img:first-child),
  body#page-homepage article table tbody tr td:has(p:first-child) ~ td:has(img:first-child),
  body#page-homepage article table tbody tr th:has(h2:first-child) ~ th:has(img:first-child),
  body#page-homepage article table tbody tr th:has(h2:first-child) ~ td:has(img:first-child),
  body#page-homepage article table tbody tr td:has(h2:first-child) ~ th:has(img:first-child),
  body#page-homepage article table tbody tr td:has(h2:first-child) ~ td:has(img:first-child) {
    position: relative;
    top: 6px;
  }
}
body#page-homepage article table thead tr td, body#page-homepage article table thead tr th,
body#page-homepage article table tbody tr td,
body#page-homepage article table tbody tr th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto !important;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  /*@include media-breakpoint-down(md) {
      &:last-child {
          margin-bottom: 0;
      }
  }*/
}
body#page-homepage article table thead tr td .br-gap, body#page-homepage article table thead tr th .br-gap,
body#page-homepage article table tbody tr td .br-gap,
body#page-homepage article table tbody tr th .br-gap {
  display: block;
  height: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table thead tr td .br-gap, body#page-homepage article table thead tr th .br-gap,
  body#page-homepage article table tbody tr td .br-gap,
  body#page-homepage article table tbody tr th .br-gap {
    margin-bottom: 0.5rem;
  }
}
body#page-homepage article table thead tr td > *:last-child, body#page-homepage article table thead tr th > *:last-child,
body#page-homepage article table tbody tr td > *:last-child,
body#page-homepage article table tbody tr th > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  body#page-homepage article table thead tr td, body#page-homepage article table thead tr th,
  body#page-homepage article table tbody tr td,
  body#page-homepage article table tbody tr th {
    width: 100% !important;
  }
  body#page-homepage article table thead tr td::before, body#page-homepage article table thead tr th::before,
  body#page-homepage article table tbody tr td::before,
  body#page-homepage article table tbody tr th::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-right: 0.5rem;
    font-weight: bold;
    white-space: normal;
    text-align: left;
  }
}
body#page-homepage article table.column-gap tbody tr {
  column-gap: 1rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.column-gap tbody tr {
    column-gap: 1rem;
  }
}
body#page-homepage article table.row-gap tbody {
  row-gap: 1rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.row-gap tbody {
    row-gap: 1rem;
  }
}
body#page-homepage article table.no-column-gap tbody tr {
  column-gap: 0;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.no-column-gap tbody tr {
    column-gap: 0;
  }
}
body#page-homepage article table.no-row-gap tbody {
  row-gap: 0;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.no-row-gap tbody {
    row-gap: 0;
  }
}
@media (max-width: 767.98px) {
  body#page-homepage article table.no-row-gap tr {
    row-gap: 0;
  }
}
body#page-homepage article table.xx-column-gap tbody tr {
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.xx-column-gap tbody tr {
    column-gap: 1rem;
  }
}
body#page-homepage article table.xx-row-gap tbody {
  row-gap: 2rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.xx-row-gap tbody {
    row-gap: 1rem;
  }
}
body#page-homepage article table.x05-column-gap tbody tr {
  column-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.x05-column-gap tbody tr {
    column-gap: 0.5rem;
  }
}
body#page-homepage article table.x05-row-gap tbody {
  row-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.x05-row-gap tbody {
    row-gap: 0.5rem;
  }
}
body#page-homepage article table.x25-column-gap tbody tr {
  column-gap: 0.25rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.x25-column-gap tbody tr {
    column-gap: 0.25rem;
  }
}
body#page-homepage article table.x25-row-gap tbody {
  row-gap: 0.25rem;
}
@media (max-width: 767.98px) {
  body#page-homepage article table.x25-row-gap tbody {
    row-gap: 0.25rem;
  }
}
@media (max-width: 991.98px) {
  body#page-homepage article table:nth-of-type(2) tbody tr {
    display: flex;
    flex-direction: column;
  }
}
body#page-homepage article table:nth-of-type(2) tbody tr td {
  aspect-ratio: unset;
  top: 0 !important;
}
@media (max-width: 991.98px) {
  body#page-homepage article table:nth-of-type(2) tbody tr td {
    background-color: red;
    width: 100% !important;
  }
}
body#page-homepage article table:nth-of-type(2) tbody tr td:first-of-type {
  background-color: #F0ECE5;
  padding: 3rem 7rem 3rem 5rem;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  body#page-homepage article table:nth-of-type(2) tbody tr td:first-of-type {
    padding-inline: 5rem !important;
  }
}
@media (max-width: 991.98px) {
  body#page-homepage article table:nth-of-type(2) tbody tr td:first-of-type {
    padding-inline: 2rem !important;
  }
}
body#page-homepage article table:nth-of-type(2) tbody tr td:first-of-type div:last-of-type {
  padding-top: 2rem;
}
body#page-homepage article table:nth-of-type(2) tbody tr td:first-of-type div:not(:fist-of-type) {
  text-align: justify;
}
body#page-homepage article table:nth-of-type(2) tbody tr td:last-of-type {
  padding: 0 !important;
}
body#page-homepage article table:nth-of-type(2) tbody tr td:last-of-type img {
  aspect-ratio: auto;
}
body#page-homepage article table:nth-of-type(3) td {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  body#page-homepage article table:nth-of-type(3) tbody tr td:first-of-type, body#page-homepage article table:nth-of-type(4) tbody tr td:first-of-type {
    padding-top: 0 !important;
  }
}
body#page-homepage article table + div {
  width: 100%;
  margin-inline: auto;
  text-align: justify;
}

@media (max-width: 767.98px) {
  table.puppy-table thead tr,
  table.puppy-table tbody tr {
    flex-direction: column-reverse !important;
    margin-bottom: 1rem;
  }
}
table.puppy-table thead tr td img[style*="float: right"], table.puppy-table thead tr th img[style*="float: right"],
table.puppy-table tbody tr td img[style*="float: right"],
table.puppy-table tbody tr th img[style*="float: right"] {
  float: right;
  margin: 0.25rem 0 0 4rem;
  width: 30%;
  height: auto;
}
table.puppy-table thead tr td img[style*="float: left"], table.puppy-table thead tr th img[style*="float: left"],
table.puppy-table tbody tr td img[style*="float: left"],
table.puppy-table tbody tr th img[style*="float: left"] {
  float: left;
  margin: 0.25rem 4rem 0 0;
  width: 30%;
  height: auto;
}
table.puppy-table thead tr td img.wrapped-bottom, table.puppy-table thead tr th img.wrapped-bottom,
table.puppy-table tbody tr td img.wrapped-bottom,
table.puppy-table tbody tr th img.wrapped-bottom {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  table.puppy-table thead tr td img[style*="float: right"],
  table.puppy-table thead tr td img[style*="float: left"], table.puppy-table thead tr th img[style*="float: right"],
  table.puppy-table thead tr th img[style*="float: left"],
  table.puppy-table tbody tr td img[style*="float: right"],
  table.puppy-table tbody tr td img[style*="float: left"],
  table.puppy-table tbody tr th img[style*="float: right"],
  table.puppy-table tbody tr th img[style*="float: left"] {
    float: none !important;
    width: 100% !important;
    max-width: unset;
    margin: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  aside:not(.open) {
    display: none;
  }
  aside.open {
    position: absolute;
    inset: 0;
    z-index: 250;
    width: 100vw;
    min-height: 100vh;
    margin: 0 !important;
    background: white;
  }
}
aside h2 {
  position: relative;
  display: block;
  font-size: 1rem !important;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
aside h2 span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 1rem;
}

aside:first-of-type {
  margin-top: 2rem;
}
aside .title {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #545454;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  color: #ffffff;
  font-size: 1.3125rem;
  text-align: center;
}
aside .title:empty {
  display: none;
}
aside .title:not(:empty)::before, aside .title:not(:empty)::after {
  content: "---";
  padding-inline: 1rem;
}
aside .title + * {
  margin-bottom: 1rem;
}
aside ul {
  margin: 0;
  padding: 0;
}
aside ul a img {
  width: 100%;
}

aside:not(:first-of-type) {
  margin-top: 2rem;
}
aside:not(:first-of-type) .title {
  text-transform: capitalize;
}
aside:not(:first-of-type) .title::before, aside:not(:first-of-type) .title::after {
  display: none;
}
aside:not(:first-of-type) .title + * {
  margin-bottom: 1rem;
}

.mce-inline-label {
  display: none;
}

/*# sourceMappingURL=style.css.map */
