@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=latin-ext");
html body main *[class^=container] section #blog-article .message-list h2, html body h2.title {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1.05rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}

.box-shaddow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

html body main *[class^=container] section #blog-article .message-list h2, html body h2.title {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1.05rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}

.base-poll .card {
  border: 0;
  border-radius: 0;
  background-color: #f7f7f7;
}
.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;
}

html body main *[class^=container] section #blog-article .message-list h2, html body h2.title {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1.05rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}

.blog-page header .content > *[class^=container] {
  background: rgba(255, 255, 255, 0.3) url("../../../../uploads/headers/header-magazin.jpeg") no-repeat center center fixed;
  background-size: cover;
}
.blog-page #blog-article img {
  max-width: 100%;
}
.blog-page .list.line > .line-item {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.blog-page .list.line > .line-item:nth-child(2n+0) {
  background-color: #f4f4f4;
}
.blog-page .list.line > .line-item:nth-child(2n+0) ul {
  background: #f3f3f3;
}
.blog-page .list.line > .line-item h3 {
  padding-top: 1rem;
}
.blog-page .list.line > .line-item .img-wrapper {
  max-width: 150px;
}
@media (max-width: 991.98px) {
  .blog-page .list.line > .line-item .img-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .blog-page .list.line > .line-item .img-wrapper img {
    width: 100%;
  }
}
.blog-page .list.line > .line-item .img-wrapper img {
  max-width: 100%;
}
.blog-page .list.line > .line-item ul {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  gap: 1rem;
}
.blog-page .list.line > .line-item ul li {
  display: inline-flex;
  list-style: none;
  text-align: left;
}
.blog-page .list.line > .line-item ul li:not(.id):not(.state)::before {
  padding-right: 0.3333333333rem;
  content: "\f277";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.blog-page .list.line > .line-item ul li.id, .blog-page .list.line > .line-item ul li.state {
  font-weight: 500;
}
.blog-page .list.line > .line-item ul li.id > span, .blog-page .list.line > .line-item ul li.state > span {
  font-weight: 400;
}
.blog-page .list.line > .line-item ul li.id > span:not(:last-child)::after, .blog-page .list.line > .line-item ul li.state > span:not(:last-child)::after {
  content: ", ";
}
.blog-page .list.line > .line-item ul li.type {
  color: #ABD07E;
  font-weight: 500;
}
.blog-page .list.line > .line-item ul li.type::before {
  content: "\f142" !important;
}
.blog-page .list.line > .line-item ul li.category::before {
  content: "\f277";
}
.blog-page .list.line > .line-item ul li.category > span:not(:last-child)::after {
  content: ", ";
}
.blog-page .list.line > .line-item ul li.date::before {
  content: "\f783" !important;
}
.blog-page .list.line > .line-item ul li.views::before {
  content: "\f06e" !important;
}
.blog-page .list.line > .line-item ul li.views::after {
  content: "x";
}
.blog-page .list.line > .line-item ul li a {
  color: #2f2f2f;
}
.blog-page .list.line > .line-item .text {
  padding-bottom: 1rem;
}
.blog-page .list.table table {
  width: 100%;
}
.blog-page .list.table table tr td:first-of-type {
  width: 150px;
}
.blog-page .list.table table tr td:first-of-type .img-wrapper img {
  max-width: 100%;
}
.blog-page .list.table table tr td:nth-of-type(2) {
  width: 120px;
}
.blog-page .list.table table tr td:nth-of-type(4) {
  max-width: 40%;
}
.blog-page .list.table table tr ul {
  list-style: none;
  margin-bottom: 0;
}
.blog-page .sortbox {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.blog-page .sortbox a {
  padding-right: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  color: rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
}
.blog-page .sortbox a:nth-of-type(3), .blog-page .sortbox a:last-of-type {
  border: 0;
}
.blog-page .sortbox a.active {
  color: rgb(171, 208, 126);
}
.blog-page .sortbox a:is(.view-box, .view-line, .view-table) {
  margin: 0.5rem 0 0.5rem 1rem;
}
.blog-page .sortbox a:is(.view-box, .view-line, .view-table):is(.view-table) {
  padding-right: 0;
}
.blog-page .sortbox a.view-box:before, .blog-page .sortbox a.view-line:before, .blog-page .sortbox a.view-table:before {
  padding-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f00b";
}
.blog-page .sortbox a.view-box:before {
  content: "\f00a";
}
.blog-page .sortbox a.view-table:before {
  content: "\f039";
}
.blog-page .vertical-menu ul li:hover > a, .blog-page .vertical-menu ul li.active > a,
.blog-page .link-list ul li:hover > a,
.blog-page .link-list ul li.active > a {
  border-left: 5px solid #25cff2 !important;
}
.blog-page .blog-gallery.style-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  border: 1rem solid white;
  cursor: pointer;
}
.blog-page .blog-gallery.style-2 a:hover, .blog-page .blog-gallery.style-2 a:focus, .blog-page .blog-gallery.style-2 a:active {
  color: #fff;
}
.blog-page .blog-gallery.style-2 a.video {
  background-color: #f0f0f0;
}
.blog-page .blog-gallery.style-2 a.video i, .blog-page .blog-gallery.style-2 a.video svg {
  position: absolute;
}
.blog-page .blog-gallery.style-2 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(0, 0, 0, 0.5);
  font-size: 1.5rem;
  color: #fff;
}
.blog-page .blog-gallery.style-2 a img {
  width: auto;
  height: 100%;
}

.carousel-item > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-item > span img {
  width: 100%;
}
.carousel-item .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

html body main *[class^=container] section #blog-article .message-list h2, html body h2.title {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1.05rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}

.box-shaddow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

html body main *[class^=container] section #blog-article .message-list h2, html body h2.title {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1.05rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}

.gallery.style-4 {
  border: 0;
}
.gallery.style-4 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery.style-4 .row > a {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery.style-4 a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: 1px solid #eee;
}
.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 .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(0, 0, 0, 0.5);
  font-size: 1.5rem;
  color: #fff;
}
.gallery.style-4 a img {
  width: auto;
  height: 100%;
}

.ligthslider-gallery ul:first-of-type {
  max-height: 300px;
}
.ligthslider-gallery ul:first-of-type li {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ligthslider-gallery ul:first-of-type li img {
  max-width: 100%;
  max-height: 100%;
}
.ligthslider-gallery .lSPager {
  display: flex;
  padding-top: 1rem;
}
.ligthslider-gallery .lSPager li {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #f7f7f7;
  padding: 0.5rem;
}
.ligthslider-gallery .lslide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.lSSlideWrapper ul {
  overflow: visible;
}
.lSSlideWrapper .lSAction a {
  background: none;
  text-decoration: none;
}
.lSSlideWrapper .lSAction a.lSPrev::before {
  padding-right: 0.3333333333rem;
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  color: #333;
}
.lSSlideWrapper .lSAction a.lSNext::before {
  padding-right: 0.3333333333rem;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  color: #333;
}

.gallery {
  background: #fcfcfc;
  border: 1px solid #9CC130;
  padding: 0;
}
.gallery .thumbnail-list a,
.gallery .preview a {
  position: relative;
  display: block;
}
.gallery .thumbnail-list a i, .gallery .thumbnail-list a svg,
.gallery .preview a i,
.gallery .preview a svg {
  font-size: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(24px, 16px);
  color: #000;
  opacity: 0.5;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.gallery .thumbnail-list a:hover i, .gallery .thumbnail-list a:hover svg,
.gallery .preview a:hover i,
.gallery .preview a:hover svg {
  opacity: 1;
}
.gallery .preview {
  height: 400px;
}
.gallery .preview > div {
  width: 100%;
  height: 100%;
  background-color: #F0F4F6;
  border-top: 5px solid #c5d6dd;
  text-align: center;
}
.gallery .preview > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .preview > div a img {
  max-width: 100%;
  max-height: 100%;
}
.gallery .thumbnail-list {
  padding: 0 30px;
  border-top: 1px solid #9CC130;
  background-color: #fff;
}
.gallery .thumbnail-list .slick-slide {
  margin: 0.5rem;
  background-color: #F3F3F3;
  padding: 0.5rem;
}
.gallery .thumbnail-list a {
  position: relative;
  text-align: center;
}
.gallery .thumbnail-list a i, .gallery .thumbnail-list a svg {
  z-index: 1;
  transform: translate(1px, 3px);
  padding: 2px;
  border-radius: 5px;
  font-size: 20px;
}
.gallery .thumbnail-list a:first-child img, .gallery .thumbnail-list a:first-child video {
  margin-left: 0;
}
.gallery .thumbnail-list a img, .gallery .thumbnail-list a video {
  width: auto;
  height: 50px;
  margin: 5px;
}
.gallery .thumbnail-list button.slick-prev {
  left: -15px;
}
.gallery .thumbnail-list button.slick-prev:before {
  color: #9CC130;
  font-size: 2rem;
}
.gallery .thumbnail-list button.slick-next {
  right: -5px;
}
.gallery .thumbnail-list button.slick-next:before {
  color: #9CC130;
  font-size: 2rem;
}

#gallery-carousel {
  width: 80%;
  margin: 0 auto 20px;
}
#gallery-carousel a {
  width: 100%;
  max-height: 400px !important;
}
#gallery-carousel a img {
  width: 100%;
  max-height: 400px !important;
}
#gallery-carousel .slick-prev:before {
  color: #1C4A8E;
}
#gallery-carousel .slick-next:before {
  color: #1C4A8E;
}

.system-localization-list ul li ul li {
  padding: 0.5rem 1rem;
}
@media (max-width: 991.98px) {
  .system-localization-list {
    text-align: center;
  }
  .system-localization-list ul > li > ul > li {
    text-align: center;
  }
}

.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("../images/seznam.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@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%;
  }
  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: 991.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;
}

html body main *[class^=container] section #blog-article .message-list h2, html body h2.title {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1.05rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}

.discussion-page header .content > *[class^=container] {
  background: rgba(255, 255, 255, 0.3) url("../../../../uploads/headers/header-diskuze.jpeg") no-repeat center center fixed;
  background-size: cover;
}
.discussion-page header .content .row > div:last-of-type a {
  display: block;
  width: 100%;
  padding: 1rem;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: 1.3s;
}
.discussion-page header .content .row > div:last-of-type a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.discussion-page .message-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.discussion-page .message-list .message > div {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.discussion-page .message-list .message > div h2 {
  padding: 0 1rem;
  font-size: 1.2rem !important;
}
.discussion-page .message-list .message > div h2 a {
  color: #2f2f2f;
  text-decoration: none;
}
.discussion-page .message-list .message > div .image-wrapper {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.discussion-page .message-list .message > div .image-wrapper img {
  display: block;
  width: auto;
  height: 100%;
}
.discussion-page .message-list .message > div p {
  flex-grow: 1;
  height: 70px;
  overflow: hidden;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid #cfcfcf;
}
.discussion-page .message-list .message > div > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem 0;
  list-style: none;
}
.discussion-page .message-list .message > div > ul li {
  font-size: 0.85rem;
  color: #666;
}
.discussion-page .message-list .message > div > ul li:first-child {
  width: 100%;
}
.discussion-page .message-list .message > div > ul li:not(:first-child) {
  flex: 1;
}
.discussion-page .message-list .message > div > ul li:last-child {
  display: flex;
  justify-content: end;
}
.discussion-page .message-detail > div > ul:first-of-type {
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
}
.discussion-page .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: 0.9rem;
}
.discussion-page .message-detail > div > ul:first-of-type li:last-child {
  order: 1;
}
.discussion-page .message-detail > div > ul:first-of-type li a, .discussion-page .message-detail > div > ul:first-of-type li button {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.discussion-page .message-detail > div > ul:first-of-type li a:hover, .discussion-page .message-detail > div > ul:first-of-type li button:hover {
  color: #9CC130;
}
.discussion-page .message-detail #comments .list .item {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #eee;
  border-radius: 10px;
}
.discussion-page .message-detail #comments .list .item, .discussion-page .message-detail #comments .list .item:nth-of-type(2n) > .sub-item-list > .item:nth-of-type(2n+1), .discussion-page .message-detail #comments .list .item:nth-of-type(2n+1) > .sub-item-list > .item:nth-of-type(2n) {
  background: white;
}
.discussion-page .message-detail #comments .list .item:nth-of-type(2n), .discussion-page .message-detail #comments .list .item:nth-of-type(2n) > .sub-item-list > .item:nth-of-type(2n), .discussion-page .message-detail #comments .list .item:nth-of-type(2n+1) > .sub-item-list > .item:nth-of-type(2n+1) {
  background: #efefef;
}
.discussion-page .message-detail #comments .list .item:hover ul li {
  color: #2f2f2f;
}
.discussion-page .message-detail #comments .list .item:hover ul li a {
  color: #2f2f2f;
}
.discussion-page .message-detail #comments .list .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.discussion-page .message-detail #comments .list .item ul li {
  padding-right: 1rem;
  font-size: 0.9rem;
  color: #888;
}
.discussion-page .message-detail #comments .list .item ul li i, .discussion-page .message-detail #comments .list .item ul li svg {
  margin-right: 0.25rem;
}
.discussion-page .message-detail #comments .list .item ul li:first-of-type {
  padding-right: 0.5rem;
}
.discussion-page .message-detail #comments .list .item ul li:last-of-type {
  padding-right: 0;
}
.discussion-page .message-detail #comments .list .item ul li a {
  text-decoration: none;
  color: #888;
}
.discussion-page .message-detail #comments .list .item ul li a:hover {
  color: #9CC130;
}
.discussion-page .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%;
}
.discussion-page .message-detail #comments .list .item > div:first-of-type > div:first-of-type img {
  width: 100%;
}
.discussion-page .message-detail #comments .list .item > div.sub-item-list {
  margin-top: 1rem;
  margin-left: 1rem;
}
.discussion-page .message-detail .image-wrapper {
  max-width: 150px;
}
.discussion-page .sortbox {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.discussion-page .sortbox a {
  padding-right: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  color: rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
}
.discussion-page .sortbox a:nth-of-type(3), .discussion-page .sortbox a:last-of-type {
  border: 0;
}
.discussion-page .sortbox a.active {
  color: rgb(171, 208, 126);
}
.discussion-page .sortbox a:is(.view-box, .view-line, .view-table) {
  margin: 0.5rem 0 0.5rem 1rem;
}
.discussion-page .sortbox a:is(.view-box, .view-line, .view-table):is(.view-table) {
  padding-right: 0;
}
.discussion-page .sortbox a.view-box:before, .discussion-page .sortbox a.view-line:before, .discussion-page .sortbox a.view-table:before {
  padding-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f00b";
}
.discussion-page .sortbox a.view-box:before {
  content: "\f00a";
}
.discussion-page .sortbox a.view-table:before {
  content: "\f039";
}
.discussion-page .blog-gallery.style-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  border: 1rem solid white;
  cursor: pointer;
}
.discussion-page .blog-gallery.style-2 a:hover, .discussion-page .blog-gallery.style-2 a:focus, .discussion-page .blog-gallery.style-2 a:active {
  color: #fff;
}
.discussion-page .blog-gallery.style-2 a.video {
  background-color: #f0f0f0;
}
.discussion-page .blog-gallery.style-2 a.video i, .discussion-page .blog-gallery.style-2 a.video svg {
  position: absolute;
}
.discussion-page .blog-gallery.style-2 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(0, 0, 0, 0.5);
  font-size: 1.5rem;
  color: #fff;
}
.discussion-page .blog-gallery.style-2 a img {
  width: auto;
  height: 100%;
}

html {
  height: 100%;
  font-size: 16px;
}
html * {
  font-family: "Oswald", sans-serif;
  box-sizing: border-box;
}
html body {
  display: block;
  height: 100%;
  background: #eaefe3;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  /* Components */
}
@media (max-width: 767.98px) {
  html body.asideOpen {
    overflow: hidden;
  }
}
html body .flash .alert:first-child {
  margin-top: 1rem;
}
html body h1 {
  color: rgb(156, 193, 48);
  text-transform: uppercase;
}
html body a {
  color: #9CC130;
}
html body a:hover {
  color: #aed33f;
  text-decoration: none;
}
html body form .form-check {
  text-align: left;
}
html body form .required label {
  font-weight: 500;
}
html body form .required label:not(:empty):after {
  content: "*";
}
html body form label.required {
  font-weight: 500;
}
html body form label.required:not(:empty):after {
  content: "*";
}
html body form .g-recaptcha {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
}
html body form .recaptcha-group label {
  display: none;
}
html body form .form-text {
  display: block;
  width: 100%;
  color: red;
  text-align: left;
}
@media (max-width: 575.98px) {
  html body form .form-text {
    text-align: center;
  }
}
html body form .errors,
html body form .error {
  display: block;
  width: 100%;
  color: red;
  text-align: left;
}
@media (max-width: 575.98px) {
  html body form .errors,
  html body form .error {
    text-align: center;
  }
}
html body .spinner-if-empty:empty::after {
  text-align: center;
  display: block;
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  animation: spinner-anim 2s infinite linear;
}
html body header .topmenu {
  background-color: #f4f4f4;
  color: #666;
}
html body header .topmenu .navbar {
  padding: 0;
}
html body header .topmenu .navbar .navbar-nav[role=menu] {
  padding: 0;
}
@media (max-width: 767.98px) {
  html body header .topmenu .navbar .navbar-nav[role=menu] {
    margin-bottom: 0.5rem;
  }
  html body header .topmenu .navbar .navbar-nav[role=menu] li a:hover, html body header .topmenu .navbar .navbar-nav[role=menu] li a:focus {
    padding-left: 1rem !important;
  }
}
html body header .topmenu .navbar .navbar-nav[role=menu] li {
  padding: 0;
  border-left: 1px solid #e2e2e2;
}
html body header .topmenu .navbar .navbar-nav[role=menu] li a {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #666;
  font-size: 0.9rem;
}
html body header .topmenu .navbar .navbar-nav[role=menu] li a:hover, html body header .topmenu .navbar .navbar-nav[role=menu] li a:focus {
  background: #9CC130;
  color: #f4f4f4;
  transition: 0.3s;
  text-decoration: none;
}
@media (min-width: 768px) {
  html body header .topmenu .navbar .navbar-nav[role=menu] li:first-of-type {
    border: 0;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  html body header .topmenu .navbar .navbar-nav[role=menu] li {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  html body header .topmenu .navbar .navbar-nav[role=menu] li a {
    margin-left: 0 !important;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  html body header .topmenu .navbar .system-localization-list {
    margin-bottom: 0.5rem;
  }
}
html body header .content *[class^=container] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
}
html body header .content *[class^=container] > .row {
  display: flex;
  align-items: strech;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html body header .content *[class^=container] > .row > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
html body header .content *[class^=container] > .row > div.logo-wrapper img {
  max-width: 100%;
}
html body header .content *[class^=container] .search-wrapper .searchbox {
  position: relative;
}
html body header .content *[class^=container] .search-wrapper form .input-group {
  width: 100%;
}
html body header .content *[class^=container] .search-wrapper form .input-group select, html body header .content *[class^=container] .search-wrapper form .input-group input, html body header .content *[class^=container] .search-wrapper form .input-group button {
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-weight: 300;
}
html body header .content *[class^=container] .search-wrapper form .input-group button {
  color: #666;
  background: #efefef;
}
html body header .content *[class^=container] .search-wrapper form .input-group select {
  max-width: 30%;
}
html body header .content *[class^=container] .search-wrapper .autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  margin: 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  list-style: none;
  z-index: 2;
}
html body header .content *[class^=container] .search-wrapper .autocomplete.open {
  display: block;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .alert {
  margin-bottom: 0 !important;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .spinner {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .title {
  display: block;
  margin-bottom: 0.6666666667rem;
  padding: 0;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  text-shadow: 0 0;
  white-space: nowrap;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .category-list a {
  display: block;
  font-size: 1rem;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list {
  background-color: #fff;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list ~ a {
  display: block;
  width: 100%;
  margin-top: 0.6666666667rem;
  padding: 0.25rem;
  background-color: #333;
  color: #fff;
  text-align: center;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list ~ a:hover {
  background-color: #666;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item {
  position: relative;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item a {
  display: flex;
  padding: 0.5rem 0;
  text-decoration: none !important;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item a img {
  max-width: 25px;
  height: 25px;
  flex-shrink: 0;
  image-rendering: -webkit-optimize-contrast;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item a .content {
  display: flex;
  width: 100%;
  margin-left: 0.5rem;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item a .content span.name {
  flex-grow: 1;
  max-width: 70%;
  font-size: 1rem;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item a .content span.price {
  flex-grow: 1;
  flex-shrink: 1;
  color: #333;
  font-weight: 600;
  text-align: right;
}
html body header .content *[class^=container] .search-wrapper .autocomplete .product-list .item a .content span.availability {
  width: 100%;
  color: #2b9b11;
}
html body header .content *[class^=container] .dropdown-cart {
  display: flex;
}
@media (max-width: 991.98px) {
  html body header .content *[class^=container] .dropdown-cart {
    justify-content: center;
    margin-top: 1rem;
  }
}
html body header .content *[class^=container] .dropdown-cart .lnk-cart {
  padding: 0px;
  border-radius: 0;
  display: inline-block;
  color: #666666;
}
html body header .content *[class^=container] .dropdown-cart .items-cart-inner {
  position: relative;
}
html body header .content *[class^=container] .dropdown-cart .items-cart-inner .total-price-basket {
  padding: 13px 15px;
  text-transform: uppercase;
  float: left;
}
html body header .content *[class^=container] .dropdown-cart .items-cart-inner .total-price-basket .total-price {
  color: #abd07e;
}
html body header .content *[class^=container] .dropdown-cart .items-cart-inner .total-price-basket .lbl {
  color: #666666;
  font-weight: 500;
}
html body header .content *[class^=container] .dropdown-cart .basket {
  float: right;
  background: #efefef;
  padding: 12px;
  border-left: 1px solid #e1e1e1;
  padding: 13px 15px;
}
html body header .content *[class^=container] .dropdown-cart .basket-item-count {
  position: absolute;
  right: 4px;
  top: 26px;
  width: 16px;
  height: 16px;
  background: #f1c40f;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  color: #fff;
  font-size: 0.6rem;
  line-height: 16px;
  text-align: center;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu {
  width: 15rem;
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  padding: 1rem;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .row {
  margin-left: 0;
  margin-right: 0;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .row > div {
  padding-left: 0;
  padding-right: 0;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .row > div:nth-of-type(2) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-item a {
  color: #666666;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-item .name {
  font-size: 0.8rem;
  margin-top: 0px;
  font-weight: 700;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-item .price {
  color: #9CC130;
  font-size: 0.8rem;
  font-weight: 700;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-item img {
  max-width: 100%;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-total {
  text-align: right;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-total .text, html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-total .price {
  margin-left: 10px;
  font-size: 1rem;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-total .text {
  color: #666;
  font-weight: 500;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .cart-total .price {
  color: #9CC130;
  font-weight: 700;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .btn {
  margin-top: 0.5rem;
  background-color: #9CC130;
  border: 0;
  font-weight: 700;
}
html body header .content *[class^=container] .dropdown-cart .dropdown-menu .btn:hover {
  background-color: #aed33f;
}
html body header .bottom-menu {
  background-color: #9CC130;
}
@media (max-width: 767.98px) {
  html body header .bottom-menu {
    background-color: transparent;
  }
  html body header .bottom-menu ul {
    background-color: #9CC130;
  }
}
html body header .bottom-menu ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
html body header .bottom-menu ul li {
  margin: 0;
  padding: 0;
}
html body header .bottom-menu ul li a {
  color: #5d8e1c;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 1.1rem 1.5rem !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
html body header .bottom-menu ul li a:hover, html body header .bottom-menu ul li a.active {
  background-color: #84B943;
}
@media (max-width: 767.98px) {
  html body header .bottom-menu ul {
    justify-content: center;
  }
}
html body main {
  flex: 1 0 auto;
}
html body main *[class^=container] {
  height: 100%;
  padding-top: 1rem;
  background: #fff;
}
html body main *[class^=container] .flash p, html body main *[class^=container] .flash div {
  padding: 0.5rem 1rem;
}
html body main *[class^=container] section #heading-wrapper .btn-aside {
  display: inline-block;
  margin-right: 0.5rem;
}
html body main *[class^=container] section #heading-wrapper .btn-aside + h1 {
  display: inline-block;
  margin-bottom: 0;
}
html body main *[class^=container] section .nav.nav-pills {
  margin-bottom: 1rem;
  background-color: #ABD07E;
}
html body main *[class^=container] section .nav.nav-pills .nav-item a {
  color: #5d8e1c;
}
html body main *[class^=container] section .nav.nav-pills .nav-item.active {
  background-color: #9CC130;
}
html body main *[class^=container] section .nav.nav-pills .nav-item.active a {
  color: #5d8e1c;
}
html body main *[class^=container] section .filter-box {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
html body main *[class^=container] section .filter-box > .row:first-of-type {
  background-color: #333;
  color: #fff;
}
html body main *[class^=container] section .filter-box > .row:nth-of-type(2) {
  background-color: #9CC130;
  color: #5d8e1c;
}
html body main *[class^=container] section .filter-box > .row a {
  color: #333;
}
html body main *[class^=container] section .filter-box > .row a.btn {
  color: #fff;
  background-color: transparent !important;
  border: 0;
}
html body main *[class^=container] section ul.sorting-box {
  margin: 0 0 1rem;
  padding: 0;
}
html body main *[class^=container] section ul.sorting-box li {
  display: inline-block;
  border-right: 1px solid #333;
  margin-right: 1rem;
  padding-right: 1rem;
}
html body main *[class^=container] section ul.sorting-box li:first-of-type {
  padding-left: 0;
}
html body main *[class^=container] section ul.sorting-box li:last-of-type {
  border: 0;
}
html body main *[class^=container] section ul.sorting-box li.active a {
  color: #5d8e1c;
}
html body main *[class^=container] section ul.sorting-box li a {
  color: #333;
}
html body main *[class^=container] section .complaint-detail .timelapse {
  margin-bottom: 1rem;
  background-color: #f4f4f4;
}
html body main *[class^=container] section .complaint-detail .timelapse > .row {
  margin-left: 0;
  margin-right: 0;
}
html body main *[class^=container] section .complaint-detail .timelapse > .row > div {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
html body main *[class^=container] section .complaint-detail .timelapse > .row > div > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html body main *[class^=container] section .complaint-detail .timelapse > .row > div > div.active {
  background-color: #9CC130;
  color: #5d8e1c;
}
html body main *[class^=container] section .complaint-detail .basic-info ul {
  border: 1px solid #e8e8e8;
  padding: 0;
}
html body main *[class^=container] section .complaint-detail .basic-info ul li {
  list-style: none;
  padding: 0.5rem 0;
}
html body main *[class^=container] section .complaint-detail .basic-info ul li.subtitle {
  padding: 1rem;
  font-weight: 600;
}
html body main *[class^=container] section .complaint-detail .basic-info ul li span {
  padding: 1rem;
}
html body main *[class^=container] section .complaint-detail .basic-info ul li span::after {
  content: ":";
}
html body main *[class^=container] section .complaint-detail .file-list {
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section .complaint-detail .file-list li {
  display: inline;
}
html body main *[class^=container] section .complaint-detail .file-list li:not(:last-of-type)::after {
  content: ",";
}
html body main *[class^=container] section .complaint-list .row {
  margin-left: -5px;
  margin-right: -5px;
}
html body main *[class^=container] section .complaint-list .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
html body main *[class^=container] section .complaint-list .row > div > div {
  padding: 1rem;
  background-color: #9CC130;
  color: #5d8e1c;
  font-weight: 500;
}
html body main *[class^=container] section .complaint-list .row > div > div span {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}
html body main *[class^=container] section .complaint-list .row > div > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666;
}
html body main *[class^=container] section .complaint-list .row > div > a:hover {
  background-color: #666;
  color: #f4f4f4;
}
html body main *[class^=container] section .complaint-list .row > div table {
  margin-top: 1rem;
}
html body main *[class^=container] section .product-list {
  background-color: #fff;
}
html body main *[class^=container] section .product-list.style-1 .heading, html body main *[class^=container] section .product-list.style-2 .heading {
  margin-top: 1rem;
}
html body main *[class^=container] section .product-list.style-1 h2, html body main *[class^=container] section .product-list.style-1 .owl-nav, html body main *[class^=container] section .product-list.style-2 h2, html body main *[class^=container] section .product-list.style-2 .owl-nav {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
html body main *[class^=container] section .product-list.style-1 .owl-nav button, html body main *[class^=container] section .product-list.style-2 .owl-nav button {
  height: 2rem;
  margin-left: 0.1666666667rem;
  background: #9CC130;
  border: 0;
  color: #fff;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
}
html body main *[class^=container] section .product-list.style-1 .owl-nav button span, html body main *[class^=container] section .product-list.style-2 .owl-nav button span {
  position: relative;
  top: -2px;
  display: block;
  line-height: 2rem;
}
html body main *[class^=container] section .product-list.style-1 .owl-carousel, html body main *[class^=container] section .product-list.style-2 .owl-carousel {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e3e3e3;
}
html body main *[class^=container] section .product-list.style-1 .item, html body main *[class^=container] section .product-list.style-2 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0.125rem;
  margin-bottom: 1rem;
}
html body main *[class^=container] section .product-list.style-1 .item .image, html body main *[class^=container] section .product-list.style-2 .item .image {
  position: relative;
}
html body main *[class^=container] section .product-list.style-1 .item .image a, html body main *[class^=container] section .product-list.style-2 .item .image a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  padding: 0 1rem;
}
html body main *[class^=container] section .product-list.style-1 .item .image a img, html body main *[class^=container] section .product-list.style-2 .item .image a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul, html body main *[class^=container] section .product-list.style-2 .item .image ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li, html body main *[class^=container] section .product-list.style-2 .item .image ul li {
  margin: 0.25rem 0;
  padding: 0.1666666667rem 0.5rem;
  background-color: #9CC130;
  color: #5d8e1c;
  opacity: 0.8;
  font-size: 0.8rem;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li.discount, html body main *[class^=container] section .product-list.style-2 .item .image ul li.discount {
  background-color: red;
  color: #fff;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li.news, html body main *[class^=container] section .product-list.style-2 .item .image ul li.news {
  background-color: yellow;
  color: #000;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li.action, html body main *[class^=container] section .product-list.style-2 .item .image ul li.action {
  background-color: red;
  color: yellow;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li.recommended, html body main *[class^=container] section .product-list.style-2 .item .image ul li.recommended {
  background-color: blue;
  color: #fff;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li.sale, html body main *[class^=container] section .product-list.style-2 .item .image ul li.sale {
  background-color: #000;
  color: yellow;
}
html body main *[class^=container] section .product-list.style-1 .item .image ul li.in-stock, html body main *[class^=container] section .product-list.style-2 .item .image ul li.in-stock {
  background-color: #9CC130;
  color: #5d8e1c;
}
html body main *[class^=container] section .product-list.style-1 .item h3 a, html body main *[class^=container] section .product-list.style-2 .item h3 a {
  display: block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
html body main *[class^=container] section .product-list.style-1 .item .rating, html body main *[class^=container] section .product-list.style-2 .item .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
html body main *[class^=container] section .product-list.style-1 .item .rating i, html body main *[class^=container] section .product-list.style-1 .item .rating svg, html body main *[class^=container] section .product-list.style-2 .item .rating i, html body main *[class^=container] section .product-list.style-2 .item .rating svg {
  color: #f1c40f;
}
html body main *[class^=container] section .product-list.style-1 .item .price, html body main *[class^=container] section .product-list.style-2 .item .price {
  color: #9CC130;
  font-weight: 700;
}
html body main *[class^=container] section .product-list.style-1 .item .price strike, html body main *[class^=container] section .product-list.style-2 .item .price strike {
  color: #666;
  font-weight: 500;
  padding-left: 1rem;
  opacity: 0.6;
}
html body main *[class^=container] section .product-list.style-1 .item .btn, html body main *[class^=container] section .product-list.style-2 .item .btn {
  margin: 0.5rem 0;
  background-color: #666;
  border: 0;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
html body main *[class^=container] section .product-list.style-1 .item .btn i, html body main *[class^=container] section .product-list.style-1 .item .btn svg, html body main *[class^=container] section .product-list.style-2 .item .btn i, html body main *[class^=container] section .product-list.style-2 .item .btn svg {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
}
html body main *[class^=container] section .product-list.style-1 .item .btn:hover, html body main *[class^=container] section .product-list.style-2 .item .btn:hover {
  background-color: #5d8e1c;
  color: #9CC130;
}
html body main *[class^=container] section .product-list.style-1 .item .btn:hover i, html body main *[class^=container] section .product-list.style-1 .item .btn:hover svg, html body main *[class^=container] section .product-list.style-2 .item .btn:hover i, html body main *[class^=container] section .product-list.style-2 .item .btn:hover svg {
  border-right: 1px solid #5d8e1c;
}
html body main *[class^=container] section .product h1 {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #5d8e1c;
}
html body main *[class^=container] section .product h2 {
  display: block;
  font-size: 0.9rem;
}
html body main *[class^=container] section .product .info-after-header {
  padding-bottom: 2rem;
}
html body main *[class^=container] section .product .info-after-header > div {
  display: flex;
}
html body main *[class^=container] section .product .info-after-header > div .rating-wrapper {
  position: relative;
  top: 4px;
  margin-right: 1rem;
}
html body main *[class^=container] section .product .info-after-header > div .rating-wrapper .rating {
  display: flex;
  flex-direction: row-reverse;
}
html body main *[class^=container] section .product .info-after-header > div .rating-wrapper .rating svg, html body main *[class^=container] section .product .info-after-header > div .rating-wrapper .rating i {
  color: #9CC130;
}
html body main *[class^=container] section .product .info-after-header > div .producer-list-wrapper,
html body main *[class^=container] section .product .info-after-header > div .category-list-wrapper {
  display: flex;
  margin-right: 1rem;
}
html body main *[class^=container] section .product .info-after-header > div .producer-list-wrapper ul,
html body main *[class^=container] section .product .info-after-header > div .category-list-wrapper ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
html body main *[class^=container] section .product .info-after-header > div .producer-list-wrapper ul li,
html body main *[class^=container] section .product .info-after-header > div .category-list-wrapper ul li {
  padding-left: 0.25rem;
}
html body main *[class^=container] section .product .info-after-header > div .producer-list-wrapper ul li:not(:last-of-type):after,
html body main *[class^=container] section .product .info-after-header > div .category-list-wrapper ul li:not(:last-of-type):after {
  content: ", ";
}
html body main *[class^=container] section .product .gallery .main-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
}
html body main *[class^=container] section .product .gallery .main-photo img {
  max-width: 100%;
  max-height: 450px;
  cursor: pointer;
}
html body main *[class^=container] section .product .gallery ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section .product .gallery ul li {
  margin: 0.25rem 0;
  padding: 0.1666666667rem 0.5rem;
  background-color: #9CC130;
  color: #5d8e1c;
  opacity: 0.8;
  font-size: 0.8rem;
}
html body main *[class^=container] section .product .gallery ul li.discount {
  background-color: red;
  color: #fff;
}
html body main *[class^=container] section .product .gallery ul li.news {
  background-color: yellow;
  color: #000;
}
html body main *[class^=container] section .product .gallery ul li.action {
  background-color: red;
  color: yellow;
}
html body main *[class^=container] section .product .gallery ul li.recommended {
  background-color: blue;
  color: #fff;
}
html body main *[class^=container] section .product .gallery ul li.sale {
  background-color: #000;
  color: yellow;
}
html body main *[class^=container] section .product .gallery ul li.in-stock {
  background-color: #9CC130;
  color: #5d8e1c;
}
html body main *[class^=container] section .product .gallery .gallery-thumbnails .image-wrapper {
  max-width: 100%;
  cursor: pointer;
}
html body main *[class^=container] section .product .gallery .gallery-thumbnails .image-wrapper img {
  max-width: 100%;
  cursor: pointer;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog {
  max-width: 80vw;
  margin: 5vh auto;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  width: 80vw;
  height: 90vh;
  border: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-header {
  min-height: 50px;
  max-height: 5vh;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-header .close {
  float: none;
  font-size: 2rem;
  line-height: 5vh;
  padding: 0 0.75rem;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-footer {
  min-height: 50px;
  max-height: 10vh;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  height: 70vh;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel {
  width: 100%;
  height: 100%;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-inner .carousel-item {
  position: relative;
  width: 100%;
  height: 70vh;
  text-align: center;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-inner .carousel-item img {
  max-width: 100%;
  max-height: 70vh;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next, html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
  background: transparent;
  opacity: 1;
  transition: none;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next:hover .carousel-control-next-icon::after,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next:hover .carousel-control-prev-icon::after, html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev:hover .carousel-control-next-icon::after,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev:hover .carousel-control-prev-icon::after {
  color: #5d8e1c;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .carousel-control-next-icon,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .carousel-control-prev-icon, html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .carousel-control-next-icon,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .carousel-control-prev-icon {
  background: transparent;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .carousel-control-next-icon::after,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .carousel-control-prev-icon::after, html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .carousel-control-next-icon::after,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .carousel-control-prev-icon::after {
  content: ">";
  font-size: 55px;
  color: #9CC130;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .carousel-control-next-icon.carousel-control-prev-icon::after,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .carousel-control-prev-icon.carousel-control-prev-icon::after, html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .carousel-control-next-icon.carousel-control-prev-icon::after,
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .carousel-control-prev-icon.carousel-control-prev-icon::after {
  content: "<";
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-indicators {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-indicators li {
  opacity: 1;
  background-color: #9CC130;
}
html body main *[class^=container] section .product .gallery #product-gallery-modal .modal-dialog .modal-content .modal-body .carousel .carousel-indicators li.active {
  background-color: #aed33f;
}
html body main *[class^=container] section .product .variants {
  padding-top: 1rem;
}
html body main *[class^=container] section .product .variants > span {
  font-size: 1.3rem;
  font-weight: 600;
}
html body main *[class^=container] section .product .variants .image {
  border: 0 !important;
}
html body main *[class^=container] section .product .variants .image .photo-wrapper {
  padding: 0 !important;
  min-height: 150px !important;
}
html body main *[class^=container] section .product #price-info-table {
  margin: 1rem 0;
}
html body main *[class^=container] section .product #price-info-table .price {
  font-size: 1.3rem;
}
html body main *[class^=container] section .product #price-info-table .price th {
  width: 80px;
  padding-right: 1rem;
  vertical-align: baseline;
}
html body main *[class^=container] section .product #price-info-table .price th::after {
  content: ": ";
}
html body main *[class^=container] section .product #price-info-table .price td {
  color: #9CC130;
  font-size: 1.5rem;
  font-weight: bold;
}
html body main *[class^=container] section .product #price-info-table .price td .without-vat {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}
html body main *[class^=container] section .product #price-info-table .price td .without-vat > span {
  font-size: 0.8rem;
}
html body main *[class^=container] section .product #price-info-table .price-fees {
  color: #666;
  font-size: 0.8rem;
}
html body main *[class^=container] section .product #price-info-table .discount {
  color: red;
}
html body main *[class^=container] section .product .product-set-info tr th {
  width: 80px;
  font-weight: 400;
}
html body main *[class^=container] section .product .product-set-info tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section .product .product-set-info tr.warranty td {
  font-weight: 600;
}
html body main *[class^=container] section .product .add-form-wrapper {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
html body main *[class^=container] section .product .add-form-wrapper form > div {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
html body main *[class^=container] section .product .add-form-wrapper form > div input[type=number] {
  width: 60%;
  height: 40px;
  padding: 0 1rem;
  border: 1px solid rgb(220, 11, 0);
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
html body main *[class^=container] section .product .add-form-wrapper form > div input[type=submit] {
  width: 40%;
  height: 40px;
  padding: 0 1rem;
  background-color: rgb(220, 11, 0);
  border: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
html body main *[class^=container] section .product .add-form-wrapper form > div input[type=submit]:hover {
  background: rgba(220, 11, 0, 0.7);
}
html body main *[class^=container] section .product .add-form-wrapper .stock-info th {
  font-weight: 400;
}
html body main *[class^=container] section .product .add-form-wrapper .stock-info th.green {
  color: green;
}
html body main *[class^=container] section .product .add-form-wrapper .stock-info th.yellow {
  color: #ddcb63;
}
html body main *[class^=container] section .product .add-form-wrapper .stock-info th.not-in-stock {
  padding-top: 1rem;
  font-size: 1.5rem;
}
html body main *[class^=container] section .product .bonus-list {
  padding-top: 2rem;
}
html body main *[class^=container] section .product .bonus-list .title {
  display: block;
  padding-bottom: 0.5rem;
  color: #9CC130;
  font-size: 1.2rem;
  font-weight: 500;
}
html body main *[class^=container] section .product .bonus-list .item {
  padding: 0.5rem 0;
}
html body main *[class^=container] section .product .bonus-list .item img {
  max-width: 100%;
}
html body main *[class^=container] section .product .bonus-list .item p {
  margin: 0;
  padding: 0;
}
html body main *[class^=container] section .product .info table tr th, html body main *[class^=container] section .product .info table tr td {
  padding: 0.25rem 0.5rem;
  vertical-align: baseline;
}
html body main *[class^=container] section .product .info table tr th:first-of-type, html body main *[class^=container] section .product .info table tr td:first-of-type {
  padding-left: 0;
}
html body main *[class^=container] section .product .info table tr th table tr th, html body main *[class^=container] section .product .info table tr th table tr td, html body main *[class^=container] section .product .info table tr td table tr th, html body main *[class^=container] section .product .info table tr td table tr td {
  padding: 0;
}
html body main *[class^=container] section .product .info table tr th ul, html body main *[class^=container] section .product .info table tr td ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section .product .info table tr th ul li a, html body main *[class^=container] section .product .info table tr td ul li a {
  color: #9CC130;
}
html body main *[class^=container] section .product #pills-tab {
  width: 100%;
  margin: 2rem 0;
  border-bottom: 1px solid #e8e8e8;
}
html body main *[class^=container] section .product #pills-tab li a {
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}
html body main *[class^=container] section .product #pills-tab li a.active {
  border-bottom: 3px solid #5d8e1c;
  background-color: #9CC130;
  color: #5d8e1c;
}
html body main *[class^=container] section .product .tab-content {
  width: 100%;
  margin-bottom: 1rem;
}
html body main *[class^=container] section .product .tab-content #pills-gallery h2, html body main *[class^=container] section .product .tab-content #pills-gallery h2, html body main *[class^=container] section .product .tab-content #pills-specifications h2 {
  /*display: none;*/
  color: #9CC130;
}
html body main *[class^=container] section .product .tab-content h2 {
  color: #9CC130;
}
html body main *[class^=container] section .product .tab-content h3 {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
html body main *[class^=container] section .product .tab-content table {
  width: 100%;
  margin-bottom: 1rem;
}
html body main *[class^=container] section .product .tab-content table tr th, html body main *[class^=container] section .product .tab-content table tr td {
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  color: #2f2f2f;
}
html body main *[class^=container] section .product .tab-content #pills-gallery .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body main *[class^=container] section .product .tab-content #pills-gallery .row > div img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
html body main *[class^=container] section .product .tab-content #pills-rating #add-evaluation-button-wrapper {
  margin: 1rem 0 2rem;
  text-align: left;
}
html body main *[class^=container] section .product .tab-content #pills-rating #add-evaluation-button-wrapper #add-evaluation-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0.5rem;
  border-bottom: 3px solid #5d8e1c;
  background-color: #9CC130;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  color: #5d8e1c;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
html body main *[class^=container] section .product .tab-content #pills-rating #add-evaluation-button-wrapper #add-evaluation-button svg, html body main *[class^=container] section .product .tab-content #pills-rating #add-evaluation-button-wrapper #add-evaluation-button i {
  padding-right: 0.25rem;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item {
  margin-bottom: 1rem;
  border-bottom: 2px solid #9CC130;
  padding: 1rem 0;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item:first-of-type {
  padding-top: 0;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title {
  text-align: center;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title .user {
  font-weight: 600;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title .date {
  font-size: 0.9rem;
  color: #666;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title .rating-wrapper {
  display: flex;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title .rating-wrapper .rating {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  margin: 0 auto;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title .rating-wrapper .rating svg, html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .title .rating-wrapper .rating i {
  color: #9CC130;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .description {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .pros, html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .cons {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .pros li, html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .cons li {
  color: #5d8e1c;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .pros li::before, html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .cons li::before {
  position: relative;
  top: -2px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
  line-height: inherit;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .pros.cons li, html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .cons.cons li {
  color: red;
}
html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .pros.cons li::before, html body main *[class^=container] section .product .tab-content #pills-rating .evaluation-item .cons.cons li::before {
  content: "\f068";
}
html body main *[class^=container] section #cart-page, html body main *[class^=container] section #order-page {
  padding-bottom: 1rem;
}
html body main *[class^=container] section #cart-page .product-list .head, html body main *[class^=container] section #order-page .product-list .head {
  padding: 0 1rem 1rem;
}
html body main *[class^=container] section #cart-page .product-list .head .row > div, html body main *[class^=container] section #order-page .product-list .head .row > div {
  font-weight: 500;
}
html body main *[class^=container] section #cart-page .product-list .body, html body main *[class^=container] section #order-page .product-list .body {
  border: 1px solid #9CC130;
  padding: 1rem;
}
html body main *[class^=container] section #cart-page .product-list .body .row, html body main *[class^=container] section #order-page .product-list .body .row {
  padding-bottom: 1rem;
}
html body main *[class^=container] section #cart-page .product-list .body .row > div img, html body main *[class^=container] section #order-page .product-list .body .row > div img {
  max-width: 100%;
}
html body main *[class^=container] section #cart-page .product-list .body .row > div input, html body main *[class^=container] section #order-page .product-list .body .row > div input {
  max-width: 100%;
}
html body main *[class^=container] section #cart-page .product-list .body .row > div:nth-of-type(3), html body main *[class^=container] section #order-page .product-list .body .row > div:nth-of-type(3) {
  font-weight: 500;
}
html body main *[class^=container] section #cart-page .product-list .footer, html body main *[class^=container] section #order-page .product-list .footer {
  border: 1px solid #9CC130;
  padding: 0.5rem 1rem;
}
html body main *[class^=container] section #cart-page .product-list .footer input, html body main *[class^=container] section #order-page .product-list .footer input {
  background-color: #9CC130;
  border: 0;
}
html body main *[class^=container] section #cart-page .product-list .footer input:hover, html body main *[class^=container] section #order-page .product-list .footer input:hover {
  background-color: #5d8e1c;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
html body main *[class^=container] section #cart-page #shipper-list-container .card > div, html body main *[class^=container] section #order-page #shipper-list-container .card > div {
  border-bottom: 1px solid #9CC130;
  padding: 0.5rem 1rem;
}
html body main *[class^=container] section #cart-page #shipper-list-container .card > div > div > div, html body main *[class^=container] section #order-page #shipper-list-container .card > div > div > div {
  padding: 0 1rem;
}
html body main *[class^=container] section #cart-page #shipper-list-container .card > div > div > div:nth-child(odd), html body main *[class^=container] section #order-page #shipper-list-container .card > div > div > div:nth-child(odd) {
  background-color: #f4f4f4;
}
html body main *[class^=container] section #cart-page #shipper-list-container .card > div > div > div:nth-child(even), html body main *[class^=container] section #order-page #shipper-list-container .card > div > div > div:nth-child(even) {
  background-color: #e8e8e8;
}
html body main *[class^=container] section #cart-page .voucher-part, html body main *[class^=container] section #order-page .voucher-part {
  margin-top: 1rem;
}
html body main *[class^=container] section #cart-page .voucher-part th label, html body main *[class^=container] section #order-page .voucher-part th label {
  margin-bottom: 0;
}
html body main *[class^=container] section #cart-page .voucher-part input[type=submit], html body main *[class^=container] section #order-page .voucher-part input[type=submit] {
  background-color: #f4f4f4;
  color: #666;
  border: 0;
}
html body main *[class^=container] section #cart-page .voucher-part input[type=submit]:hover, html body main *[class^=container] section #order-page .voucher-part input[type=submit]:hover {
  background-color: #666;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
html body main *[class^=container] section #cart-page .bonus-list, html body main *[class^=container] section #order-page .bonus-list {
  clear: both;
}
html body main *[class^=container] section #cart-page ul, html body main *[class^=container] section #order-page ul {
  padding: 1rem 0;
  clear: both;
  text-align: right;
}
html body main *[class^=container] section #cart-page ul li, html body main *[class^=container] section #order-page ul li {
  font-size: 1.2rem;
  list-style: none;
}
html body main *[class^=container] section #cart-page ul li + li, html body main *[class^=container] section #order-page ul li + li {
  font-size: 1.4rem;
}
html body main *[class^=container] section #cart-page ul li strong, html body main *[class^=container] section #order-page ul li strong {
  font-weight: 600;
}
html body main *[class^=container] section #cart-page .submits, html body main *[class^=container] section #order-page .submits {
  display: flex;
  flex-direction: row;
}
html body main *[class^=container] section #cart-page .submits div, html body main *[class^=container] section #order-page .submits div {
  width: 50%;
}
html body main *[class^=container] section #cart-page .submits div:last-of-type, html body main *[class^=container] section #order-page .submits div:last-of-type {
  text-align: right;
}
html body main *[class^=container] section #cart-page .submits div:last-of-type a.submit,
html body main *[class^=container] section #cart-page .submits div:last-of-type input[type=submit], html body main *[class^=container] section #order-page .submits div:last-of-type a.submit,
html body main *[class^=container] section #order-page .submits div:last-of-type input[type=submit] {
  padding: 1rem 2rem;
  background-color: #5d8e1c;
  font-size: 1.3rem;
  font-weight: 500;
}
html body main *[class^=container] section #cart-page .submits div:last-of-type a.submit:hover,
html body main *[class^=container] section #cart-page .submits div:last-of-type input[type=submit]:hover, html body main *[class^=container] section #order-page .submits div:last-of-type a.submit:hover,
html body main *[class^=container] section #order-page .submits div:last-of-type input[type=submit]:hover {
  background-color: #9CC130;
}
html body main *[class^=container] section #cart-page .submits div a.submit,
html body main *[class^=container] section #cart-page .submits div input[type=submit], html body main *[class^=container] section #order-page .submits div a.submit,
html body main *[class^=container] section #order-page .submits div input[type=submit] {
  background-color: #9CC130;
  border: 0;
}
html body main *[class^=container] section #cart-page .submits div a.submit:hover,
html body main *[class^=container] section #cart-page .submits div input[type=submit]:hover, html body main *[class^=container] section #order-page .submits div a.submit:hover,
html body main *[class^=container] section #order-page .submits div input[type=submit]:hover {
  background-color: #5d8e1c;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form {
  text-align: center;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form .shipper-branch-search, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form .shipper-branch-search {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form .hiddens, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form .hiddens {
  margin-bottom: 1rem;
  border-bottom: 1px solid #9CC130;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form .shipper-branch-show-anothers, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form .shipper-branch-show-anothers {
  display: block;
  padding: 0 1rem 1rem;
  font-size: 1.2rem;
  cursor: pointer;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form .shipper-branch-show-anothers:hover, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form .shipper-branch-show-anothers:hover {
  color: #5d8e1c;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form input[type=submit], html body main *[class^=container] section #order-page .modal .modal-content .modal-body form input[type=submit] {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  background-color: #f4f4f4;
  color: #9CC130;
  font-size: 1.3rem;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form input[type=submit]:hover, html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form input[type=submit]:active, html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form input[type=submit]:focus, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form input[type=submit]:hover, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form input[type=submit]:active, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form input[type=submit]:focus {
  background-color: #9CC130;
  color: #f4f4f4;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul {
  min-height: 200px;
  max-height: 441px;
  overflow-y: scroll;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul li {
  text-align: left;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li input, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul li input {
  display: none;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li input[type=radio]:checked + label, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul li input[type=radio]:checked + label {
  background-color: #f4f4f4;
  color: #9CC130;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li input[type=radio]:checked + label:before, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul li input[type=radio]:checked + label:before {
  content: "\f14a";
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li label, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul li label {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li label:hover, html body main *[class^=container] section #order-page .modal .modal-content .modal-body form ul li label:hover {
  cursor: pointer;
}
html body main *[class^=container] section #cart-page .modal .modal-content .modal-body form ul li label:before, html body main *[class^=container] section #order-page .modal .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;
}
html body main *[class^=container] section #blog-article-list article {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
html body main *[class^=container] section #blog-article-list article .img-wrapper {
  display: block;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}
html body main *[class^=container] section #blog-article-list article .img-wrapper .category-link {
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0.15rem 1.5rem;
  background-color: #9CC130;
  color: #5d8e1c;
}
html body main *[class^=container] section #blog-article-list article .img-wrapper img {
  width: 100%;
  max-width: 100%;
}
html body main *[class^=container] section #blog-article-list article .content {
  flex: 1;
  padding: 1rem;
  background-color: #f4f4f4;
  color: #666;
  text-align: center;
}
html body main *[class^=container] section #blog-article-list article .content h3 {
  font-size: 1.2rem;
}
html body main *[class^=container] section #blog-article-list article .content h3 a {
  color: #666;
  font-weight: 600;
}
html body main *[class^=container] section #blog-article-list article .content p {
  font-size: 0.85rem;
}
html body main *[class^=container] section #blog-article-list article .content p .date {
  font-weight: 600;
}
html body main *[class^=container] section #blog-article .message-list {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 3px solid #9CC130;
}
html body main *[class^=container] section #blog-article .message-list .article-discussion-message-list {
  margin-top: 1rem;
}
html body main *[class^=container] section #blog-article .message-list .article-discussion-message-list > div {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
html body main *[class^=container] section #blog-article .message-list .article-discussion-message-list > div:nth-of-type(even) {
  background: #f7f7f7;
}
html body main *[class^=container] section #blog-article .message-list .article-discussion-message-list > div .info {
  font-size: 0.8rem;
}
html body main *[class^=container] section #blog-article .message-list .article-discussion-message-list > div .info span:first-of-type {
  border-right: 1px solid #000;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
html body main *[class^=container] section table.my-orders tr td:first-of-type a:before {
  padding-right: 0.25rem;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
html body main *[class^=container] section table.my-orders tr td span {
  display: block;
}
html body main *[class^=container] section table.my-orders tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body main *[class^=container] section table.my-orders tr td ul li a:before {
  padding-right: 0.25rem;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
html body main *[class^=container] section table.my-orders tr td ul li span {
  color: #333;
}
html body main *[class^=container] section table.my-orders tr td ul li span::before {
  content: "(";
}
html body main *[class^=container] section table.my-orders tr td ul li span::after {
  content: ")";
}
@media (max-width: 767.98px) {
  html body main *[class^=container] aside {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100vh;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    overflow: scroll;
  }
  html body main *[class^=container] aside.show {
    position: fixed;
    display: block;
  }
  html body main *[class^=container] aside .btn-close-wrapper {
    margin: 1rem auto;
  }
}
@media (min-width: 768px) {
  html body main *[class^=container] aside {
    display: block !important;
  }
}
html body main *[class^=container] aside .vertical-menu .title,
html body main *[class^=container] aside .link-list .title {
  display: block;
  padding: 1rem;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
html body main *[class^=container] aside .vertical-menu ul,
html body main *[class^=container] aside .link-list ul {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
html body main *[class^=container] aside .vertical-menu ul li,
html body main *[class^=container] aside .link-list ul li {
  display: block;
  position: relative;
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  -o-border-image: none;
     border-image: none;
  border-style: none solid;
  border-width: 0 1px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
html body main *[class^=container] aside .vertical-menu ul li:hover > a, html body main *[class^=container] aside .vertical-menu ul li.active > a,
html body main *[class^=container] aside .link-list ul li:hover > a,
html body main *[class^=container] aside .link-list ul li.active > a {
  color: #5d8e1c;
  border-left: 5px solid #ABD07E;
  text-decoration: none;
}
html body main *[class^=container] aside .vertical-menu ul li.active > ul, html body main *[class^=container] aside .vertical-menu ul li.open > ul,
html body main *[class^=container] aside .link-list ul li.active > ul,
html body main *[class^=container] aside .link-list ul li.open > ul {
  display: flex;
}
html body main *[class^=container] aside .vertical-menu ul li.active > ul li, html body main *[class^=container] aside .vertical-menu ul li.open > ul li,
html body main *[class^=container] aside .link-list ul li.active > ul li,
html body main *[class^=container] aside .link-list ul li.open > ul li {
  display: block;
}
html body main *[class^=container] aside .vertical-menu ul li a,
html body main *[class^=container] aside .link-list ul li a {
  display: block;
  padding: 1rem;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}
html body main *[class^=container] aside .vertical-menu ul li a i, html body main *[class^=container] aside .vertical-menu ul li a svg,
html body main *[class^=container] aside .link-list ul li a i,
html body main *[class^=container] aside .link-list ul li a svg {
  margin-right: 1rem;
}
html body main *[class^=container] aside .vertical-menu ul li > ul li,
html body main *[class^=container] aside .link-list ul li > ul li {
  display: none;
}
html body main *[class^=container] aside .vertical-menu ul li > ul li a,
html body main *[class^=container] aside .link-list ul li > ul li a {
  padding-left: 2rem;
}
html body main *[class^=container] aside .vertical-menu ul li > ul li.active,
html body main *[class^=container] aside .link-list ul li > ul li.active {
  display: block;
}
html body main *[class^=container] aside .vertical-menu ul li > ul li ul,
html body main *[class^=container] aside .link-list ul li > ul li ul {
  display: none;
}
html body main *[class^=container] aside .vertical-menu ul li > ul li ul li,
html body main *[class^=container] aside .link-list ul li > ul li ul li {
  opacity: 0.75;
}
html body main *[class^=container] aside .vertical-menu ul li > ul li ul li:is(:hover, :active, :focus),
html body main *[class^=container] aside .link-list ul li > ul li ul li:is(:hover, :active, :focus) {
  opacity: 1;
}
html body main *[class^=container] aside .newsletter-form form {
  padding: 1rem;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
}
html body main *[class^=container] aside .newsletter-form .title {
  display: block;
  padding: 1rem;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
html body main *[class^=container] aside .newsletter-form button, html body main *[class^=container] aside .newsletter-form input[type=submit] {
  margin-top: 0.5rem;
  background-color: #9CC130;
  border: 0;
  font-weight: 700;
}
html body main *[class^=container] aside .newsletter-form button:hover, html body main *[class^=container] aside .newsletter-form input[type=submit]:hover {
  background-color: #aed33f;
}
html body main .modal .modal-content {
  min-height: 400px;
}
html body main .googlemap-canvas {
  width: 100%;
  min-height: 250px;
}
html body footer {
  flex-shrink: 0;
}
html body footer .footer-row {
  padding-top: 1rem;
  background-color: #202020;
  color: #898989;
}
html body footer .footer-row:nth-of-type(1) {
  padding-bottom: 1rem;
}
html body footer .footer-row:nth-of-type(1) .title {
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
}
html body footer .footer-row:nth-of-type(1) ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
html body footer .footer-row:nth-of-type(1) ul.dropdown-submenu {
  display: block;
  position: relative !important;
  top: 0;
  left: 0;
  background-color: transparent;
  padding-left: 1rem;
}
html body footer .footer-row:nth-of-type(1) ul.dropdown-submenu a {
  padding-left: 0;
}
html body footer .footer-row:nth-of-type(1) ul li {
  position: relative;
  width: 100%;
  line-height: 1rem;
}
html body footer .footer-row:nth-of-type(1) ul li:hover {
  border-color: #5d8e1c;
}
html body footer .footer-row:nth-of-type(1) ul li a {
  color: #898989;
}
html body footer .footer-row:nth-of-type(1) ul li a ::before {
  float: left;
  display: block;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.4rem;
  padding: 0;
  margin: 0 1rem 0 0;
  line-height: 1rem;
}
html body footer .footer-row:nth-of-type(1) ul li a:hover {
  color: #5d8e1c;
}
html body footer .footer-row:nth-of-type(1) ul li ul li a {
  padding-left: 1rem;
}
html body footer .footer-row:nth-of-type(2) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2f2f2f;
  color: #fff;
}
html body footer .footer-row:nth-of-type(2) a {
  color: #9CC130;
}
html body footer .footer-row:nth-of-type(2) a:hover {
  color: #5d8e1c;
}
html body .pagination {
  margin: 1rem 0;
  padding: 0;
  text-align: right;
  justify-content: flex-end;
}
html body .pagination li > a, html body .pagination li > span {
  display: inline-block;
  background-color: #9CC130;
  color: #5d8e1c;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
}
html body .pagination li > a.current, html body .pagination li > span.current {
  background-color: #f4f4f4 !important;
  color: #666;
}
html body .pagination li > a:hover {
  background-color: #5d8e1c !important;
  color: #9CC130;
  text-decoration: none;
}
html body .rating > div {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-direction: row-reverse;
}
html body .rating a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CC130;
  font-size: 1.4rem;
}
html body .rating a:hover {
  color: red;
  text-decoration: none;
}
html body .rating a:hover svg, html body .rating a:hover ~ a svg {
  content: "\f005";
  fill: #5d8e1c;
  color: #5d8e1c;
  font-weight: 900;
}
html body .rating a:hover i::before, html body .rating a:hover ~ a i::before {
  content: "\f005";
  color: #5d8e1c;
  font-weight: 900;
}
html body .rating a i {
  display: inline-block;
  width: 24px;
}
html body .base-adlist {
  margin-bottom: 1rem;
}
html body .base-adlist .title {
  display: none;
  padding: 1rem;
  background: #333;
  color: #9CC130;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
html body .base-adlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body .base-adlist ul li {
  margin-bottom: 1rem;
}
html body .base-adlist ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
html body .blog-news-list h2 {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
html body .blog-news-list article {
  margin-bottom: 1rem;
}
html body .blog-news-list article:nth-of-type(odd) {
  background: #f7f7f7;
}
html body .blog-news-list article > .row > div {
  padding: 0.6666666667rem 1rem 0.5rem;
}
html body .blog-news-list article > .row > div:nth-of-type(2) {
  text-align: right;
}
html body .blog-news-list article > .row > div:not(:nth-of-type(2)) > h3, html body .blog-news-list article > .row > div:not(:nth-of-type(2)) > p {
  padding-left: 1rem;
}
html body .blog-news-list article > .row > div h3 {
  color: #666;
  margin-bottom: 0;
}
html body .blog-news-list article > .row > div .date {
  padding: 0.25rem;
  background-color: #ABD07E;
  color: #5d8e1c;
}
html body .blog-last-article-list .title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
html body .blog-last-article-list > article {
  margin-bottom: 1rem;
}
html body .blog-last-article-list > article:nth-of-type(odd) > div {
  background: #f7f7f7;
}
html body .blog-last-article-list .img-wrapper {
  position: relative;
}
html body .blog-last-article-list .img-wrapper .category-link {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.25rem 0;
  padding: 0.1666666667rem 0.5rem;
  background-color: #ABD07E;
  color: #5d8e1c;
  opacity: 0.8;
  font-size: 0.8rem;
}
html body .blog-last-article-list .img-wrapper img {
  max-width: 100%;
}
html body .blog-last-article-list .content h3 a {
  color: #666;
  font-size: 1.2rem;
}
html body .blog-last-article-list .content h3 + div .date {
  margin-right: 0.25rem;
  padding-right: 0.25rem;
  color: #9CC130;
  border-right: 1px solid #9CC130;
}
html body .blog-news-timeline h2 {
  border-bottom: 0;
}
html body .timeline {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}
html body .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  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;
}
html body .timeline li {
  padding: 2em 0;
}
html body .timeline li .flag-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  display: row;
  justify-content: center;
}
html body .timeline li .flag-wrapper .flag {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  text-align: center;
}
html body .timeline li .flag-wrapper .flag h3 {
  margin-bottom: 0;
}
html body .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: #00c4f3;
}
html body .timeline li .flag-wrapper .hexa::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-bottom: 4px solid #00c4f3;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left-width: 8px;
  border-right-width: 8px;
}
html body .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 #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  bottom: -4px;
}
html body .timeline li .flag-wrapper .hexa + .info {
  padding-top: 30px;
}
html body .timeline .desc {
  position: relative;
  max-width: 50ch;
  margin: 1em auto 0 auto;
  padding: 1em;
  background: rgb(254, 254, 254);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
}
@media (min-width: 576px) {
  html body .timeline {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  html body .timeline li::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  html body .timeline li .direction-l,
  html body .timeline li .direction-r {
    display: flex;
    flex-direction: column;
  }
  html body .timeline li .direction-l .flag-wrapper,
  html body .timeline li .direction-r .flag-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    gap: 1rem;
  }
  html body .timeline li .direction-l .flag-wrapper .hexa,
  html body .timeline li .direction-r .flag-wrapper .hexa {
    top: 11px !important;
  }
  html body .timeline li .direction-l .flag-wrapper .info,
  html body .timeline li .direction-r .flag-wrapper .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
  html body .timeline li .direction-l .flag-wrapper .info .flag,
  html body .timeline li .direction-l .flag-wrapper .info .time-wrapper,
  html body .timeline li .direction-r .flag-wrapper .info .flag,
  html body .timeline li .direction-r .flag-wrapper .info .time-wrapper {
    display: inline-block;
    width: auto;
  }
  html body .timeline li .direction-l .flag-wrapper .info .flag,
  html body .timeline li .direction-r .flag-wrapper .info .flag {
    padding: 0 1rem;
  }
  html body .timeline li .direction-l .desc,
  html body .timeline li .direction-r .desc {
    margin: 0.25rem 0;
    left: 0.25rem;
  }
  html body .timeline li .direction-l .flag-wrapper {
    justify-content: end;
  }
  html body .timeline li .direction-l .desc {
    align-self: end;
    left: -0.25rem;
  }
  html body .timeline .direction-l {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
  }
  html body .timeline .direction-l .hexa {
    left: auto !important;
    right: -9px !important;
  }
  html body .timeline .direction-r {
    position: relative;
    width: 50%;
    float: right;
    text-align: left;
  }
  html body .timeline .direction-r .hexa {
    left: -9px !important;
    right: auto !important;
    top: 8px !important;
  }
}
html body .direction-l,
html body .direction-r {
  position: relative;
  float: none;
  width: 100%;
  text-align: center;
}
html body .direction-l .time-wrapper,
html body .direction-r .time-wrapper {
  display: block;
  position: relative;
  margin: 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}
html body .direction-l .time-wrapper .time,
html body .direction-r .time-wrapper .time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}
html body .direction-l .time-wrapper {
  float: none;
}
html body .direction-r .time-wrapper {
  float: none;
}/*# sourceMappingURL=style.css.map */