/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important; }

.single-post .post .featured_block, .single-post .repair-steps.action-block, .single-post .faq-section.action-block,
.single-post .particularities-section.action-block,
.single-post .tools-section.action-block {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #E9EBEC;
  padding: 12px 30px; }
  .single-post .post .featured_block:hover, .single-post .repair-steps.action-block:hover, .single-post .faq-section.action-block:hover,
  .single-post .particularities-section.action-block:hover,
  .single-post .tools-section.action-block:hover {
    text-decoration: none !important; }
  .single-post .post .featured_block:active, .single-post .repair-steps.action-block:active, .single-post .faq-section.action-block:active,
  .single-post .particularities-section.action-block:active,
  .single-post .tools-section.action-block:active, .single-post .post .featured_block:focus, .single-post .repair-steps.action-block:focus, .single-post .faq-section.action-block:focus,
  .single-post .particularities-section.action-block:focus,
  .single-post .tools-section.action-block:focus, .single-post .post .featured_block:focus-within, .single-post .repair-steps.action-block:focus-within, .single-post .faq-section.action-block:focus-within,
  .single-post .particularities-section.action-block:focus-within,
  .single-post .tools-section.action-block:focus-within {
    border: 1px solid #049ee2;
    outline: 2px solid #049ee2;
    outline-offset: -2px; }

.single-post .post__header-wrapper {
  max-height: 60vh;
  min-height: 300px;
  height: 500px;
  margin-bottom: 25px; }
  .single-post .post__header-wrapper .breadcrumb__wrapper {
    display: flex;
    flex-wrap: wrap; }
    .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single {
      margin-top: 1px;
      display: flex;
      font-weight: 600; }
      .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single svg {
        order: 2;
        transform: rotate(90deg);
        height: 16px;
        margin-top: 2px; }
      .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single span,
      .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single a {
        margin: 0 10px;
        order: 1; }
      .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single:first-child a {
        margin-left: 0; }
  @media (max-width: 991px) {
    .single-post .post__header-wrapper .breadcrumb__wrapper {
      margin-left: 20px; } }
  .single-post .post__header-wrapper .breadcrumb__wrapper .category-links__back,
  .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single,
  .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single svg,
  .single-post .post__header-wrapper .breadcrumb__wrapper .breadcrumb__single span {
    color: #ffffff; }
  .single-post .post__header-wrapper .mobile-breadcrumb {
    margin-left: 20px; }
    .single-post .post__header-wrapper .mobile-breadcrumb a {
      color: #ffffff; }
      .single-post .post__header-wrapper .mobile-breadcrumb a svg {
        top: 7px; }
  .single-post .post__header-wrapper.post__header-wrapper__archive {
    height: 350px;
    margin-bottom: 40px; }
.single-post .post__header-wrapper.post__header-wrapper__archive .post__header {
  height: 350px; }
.single-post .post__header {
  max-height: 60vh;
  min-height: 300px;
  height: 500px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 36px 36px;
  background: #0764b380 linear-gradient(19deg, #049EEA 0%, #049eea40 55%) no-repeat padding-box; }
  @media (max-width: 991px) {
    .single-post .post__header {
      margin-left: -10.5px;
      margin-right: -10.5px;
      width: calc(100% + 21px);
      padding-right: 10.5px;
      border-radius: 0; }
      .single-post .post__header .post__header-title {
        padding: 0 20px; } }
  .single-post .post__header img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: -1;
    background-color: #049ee2; }
  .single-post .post__header-info {
    font-weight: 600; }
  .single-post .post__header > div:last-child {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%; }
    .single-post .post__header > div:last-child h1,
    .single-post .post__header > div:last-child span,
    .single-post .post__header > div:last-child a,
    .single-post .post__header > div:last-child p {
      margin-top: 0;
      color: #ffffff;
      text-shadow: 0px 10px 20px #0000001A; }
    .single-post .post__header > div:last-child .post__information {
      display: flex;
      justify-content: space-between; }
      .single-post .post__header > div:last-child .post__information > div {
        display: flex; }
.single-post .post__information {
  color: #ffffff; }
  .single-post .post__information h1 {
    background: red; }
.single-post .post__author {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 141px 1fr;
  grid-template-rows: 1fr;
  gap: 0px 15px;
  padding: 40px;
  border: 1px solid #E9EBEC;
  border-radius: 12px;
  grid-template-areas: "author_img author_info" "author_img author_bio"; }
  @media (max-width: 767px) {
    .single-post .post__author {
      grid-template-columns: 90px 1fr;
      grid-template-rows: auto auto;
      grid-template-areas: "author_img author_info" "author_bio author_bio"; } }
  .single-post .post__author img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    grid-area: author_img; }
  .single-post .post__author .author__written {
    grid-area: author_info; }
    @media (max-width: 767px) {
      .single-post .post__author .author__written {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; } }
    .single-post .post__author .author__written span {
      color: #0E1723;
      font-size: 14px;
      font-weight: 700; }
    .single-post .post__author .author__written .author__name {
      margin: 4px 0;
      font-size: 20px;
      font-weight: 700;
      color: #049ee2; }
  .single-post .post__author .author__biography {
    grid-area: author_bio; }
    @media (max-width: 767px) {
      .single-post .post__author .author__biography {
        margin-top: 20px; } }
@media all and (-ms-high-contrast: none) {
  .single-post .post__author {
    display: -ms-grid;
    -ms-grid-columns: 141px 1fr;
    -ms-grid-rows: 1fr;
    gap: 0px 15px; } }
.single-post .post .scrollspy ul {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  padding: 15px 5px 15px 15px;
  margin-right: 25px;
  background: #ffffff;
  border-radius: 1em; }
  .single-post .post .scrollspy ul li {
    color: #049ee2;
    position: relative;
    margin-left: 20px;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px; }
    .single-post .post .scrollspy ul li.active {
      font-weight: 700; }
      .single-post .post .scrollspy ul li.active:after {
        left: -20px;
        content: '';
        -webkit-mask: url('data:image/svg+xml; utf8, <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
        mask: url('data:image/svg+xml; utf8, <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
        -webkit-mask-size: 10px;
        -webkit-mask-repeat: no-repeat;
        position: absolute;
        background-color: #049ee2;
        width: 16px;
        height: 16px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1); }
@media (min-width: 1200px) {
  .single-post .post .featured_block__wrapper {
    margin-left: 30px; } }
.single-post .post .featured_block {
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column; }
  .single-post .post .featured_block img {
    width: 150px;
    align-self: center; }
  .single-post .post .featured_block span.h5 {
    margin-top: 10px;
    margin-bottom: 5px; }
  .single-post .post .featured_block a.button {
    margin-top: 10px; }
  .single-post .post .featured_block .price ins {
    font-size: 17px;
    color: #049ee2;
    font-weight: bold; }
.single-post .post .sidebar-products-wrapper .sidebar-product-title h5 {
  margin: 1em 0 0 0;
  padding: 0.6em 0;
  border-bottom: 1px solid #E9EBEC; }
.single-post .post .sidebar-products-wrapper .sidebar-product a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0.6em 0.3em;
  border-bottom: 1px solid #E9EBEC;
  column-gap: 1em; }
  .single-post .post .sidebar-products-wrapper .sidebar-product a img {
    width: 45px;
    min-width: 45px; }
  .single-post .post .sidebar-products-wrapper .sidebar-product a p {
    margin: 0; }
  .single-post .post .sidebar-products-wrapper .sidebar-product a div:last-child {
    text-align: right;
    flex-grow: 1; }
  .single-post .post .sidebar-products-wrapper .sidebar-product a span.price bdi {
    color: #049ee2; }
  .single-post .post .sidebar-products-wrapper .sidebar-product a:hover {
    background-color: #F6FAFD;
    text-decoration: none !important; }
    .single-post .post .sidebar-products-wrapper .sidebar-product a:hover p {
      color: #049ee2; }
.single-post .post .post__improve-notice {
  background-color: #F4F5F6;
  border: 1px solid #E9EBEC;
  border-radius: 12px;
  padding: 20px 30px; }
  .single-post .post .post__improve-notice p {
    margin-bottom: 0;
    color: #535E6D;
    font-size: 12px; }
.single-post .post .share__icons .icon__single {
  margin-bottom: 0; }
  .single-post .post .share__icons .icon__single svg {
    color: #535E6D; }
.single-post .repair-steps__title {
  margin-top: 20px; }
.single-post .repair-steps__list {
  list-style: none;
  padding-left: 0; }
.single-post .repair-steps__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 30px;
  margin-bottom: 0; }
  .single-post .repair-steps__item span {
    background: #049ee2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8; }
.single-post .faq-section svg,
.single-post .particularities-section svg,
.single-post .tools-section svg {
  margin-top: 0em;
  height: 0.8em; }
.single-post .faq-section span.additional-parts__open-panel,
.single-post .particularities-section span.additional-parts__open-panel,
.single-post .tools-section span.additional-parts__open-panel {
  font-size: 13px;
  color: #049ee2; }
.single-post .faq-section img,
.single-post .particularities-section img,
.single-post .tools-section img {
  width: 18px;
  height: 18px; }
.single-post .faq-section__title,
.single-post .particularities-section__title,
.single-post .tools-section__title {
  margin-top: 20px; }
.single-post .faq-section__list,
.single-post .particularities-section__list,
.single-post .tools-section__list {
  list-style: none;
  padding-left: 0; }
.single-post .faq-section__name,
.single-post .particularities-section__name,
.single-post .tools-section__name {
  line-height: 1; }
.single-post .faq-section__item,
.single-post .particularities-section__item,
.single-post .tools-section__item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0 15px;
  margin-bottom: 5px; }
  .single-post .faq-section__item img,
  .single-post .particularities-section__item img,
  .single-post .tools-section__item img {
    border-radius: 0 !important; }
.single-post .particularities-section img {
  margin-top: 6px; }
.single-post .faq-section p.h5 {
  margin-bottom: 0; }
.single-post .faq-section__item {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: auto auto;
  gap: 3px 10px;
  margin-top: 20px;
  padding-bottom: 20px; }
  .single-post .faq-section__item span {
    display: block;
    text-align: right;
    color: #049ee2;
    font-weight: 700; }
  .single-post .faq-section__item p {
    margin-bottom: 0; }
  .single-post .faq-section__item:not(:last-child) {
    border-bottom: 1px solid #E9EBEC; }
.single-post .products__slider--shortcode {
  width: 100%; }
  .single-post .products__slider--shortcode .products__product-card p:empty {
    display: none; }
  .single-post .products__slider--shortcode .products__product-card a:empty {
    display: none; }
  .single-post .products__slider--shortcode .owl-stage {
    display: flex;
    margin-left: -7.5px; }
    @media (max-width: 767px) {
      .single-post .products__slider--shortcode .owl-stage {
        margin-left: -45px; } }
  .single-post .products__slider--shortcode .owl-nav.disabled {
    display: none; }
  .single-post .products__slider--shortcode .products__product-card {
    border-radius: 6px;
    border: 1px solid #E9EBEC;
    padding: 20px;
    background-color: #fff;
    position: relative; }
    .single-post .products__slider--shortcode .products__product-card > a {
      position: relative;
      display: block; }
    @media (min-width: 768px) {
      .single-post .products__slider--shortcode .products__product-card:active, .single-post .products__slider--shortcode .products__product-card:focus, .single-post .products__slider--shortcode .products__product-card:focus-within {
        border: 1px solid #049ee2;
        outline: 2px solid #049ee2;
        outline-offset: -2px;
        background: #edf5fc; } }
    @media (min-width: 768px) {
      .single-post .products__slider--shortcode .products__product-card:hover {
        background-color: #F6FAFD;
        text-decoration: none;
        border-color: #CFDFEF; } }
    .single-post .products__slider--shortcode .products__product-card a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .single-post .products__slider--shortcode .product-card__details {
      display: flex;
      flex-direction: column; } }
  .single-post .products__slider--shortcode .product-card__bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .single-post .products__slider--shortcode .product-card__image {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 261px; }
    @media (max-width: 767px) {
      .single-post .products__slider--shortcode .product-card__image {
        padding: 0; } }
    .single-post .products__slider--shortcode .product-card__image > img {
      align-self: flex-start;
      height: auto;
      width: auto;
      max-height: 100%;
      mix-blend-mode: multiply; }
  .single-post .products__slider--shortcode .product-card__deal {
    position: absolute;
    top: 1em;
    left: 0.8em;
    background-color: #E50D1D;
    border: 1px solid #C40B19;
    color: #ffffff;
    padding: 0em 0.3em;
    border-radius: 0.2em;
    font-size: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    transform: rotate(-5deg);
    box-shadow: 1px 1px 3px #00000047; }
    @media (max-width: 767px) {
      .single-post .products__slider--shortcode .product-card__deal {
        font-size: 1.1em; } }
  .single-post .products__slider--shortcode .product-card__labels {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 767px) {
      .single-post .products__slider--shortcode .product-card__labels {
        position: unset; } }
    .single-post .products__slider--shortcode .product-card__labels--top {
      float: right;
      margin-bottom: 5px; }
      .single-post .products__slider--shortcode .product-card__labels--top div {
        height: 100%;
        position: relative; }
        .single-post .products__slider--shortcode .product-card__labels--top div img {
          max-width: 100px;
          border-radius: 0; }
      @media (max-width: 767px) {
        .single-post .products__slider--shortcode .product-card__labels--top div img {
          width: 100%;
          max-width: 100px; } }
    @media (min-width: 768px) {
      .single-post .products__slider--shortcode .product-card__labels--bottom {
        min-height: 130px; } }
    .single-post .products__slider--shortcode .product-card__labels svg {
      width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        .single-post .products__slider--shortcode .product-card__labels svg {
          width: auto; } }
  .single-post .products__slider--shortcode .product-card__details .product-card__title {
    min-height: 0;
    transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .single-post .products__slider--shortcode .product-card__details .product-card__usp svg {
    margin-right: 4px; }
  .single-post .products__slider--shortcode .product-card__details .product-card__usp .label-yellow {
    font-size: 12px;
    font-weight: 700;
    color: #FFCC00; }
  .single-post .products__slider--shortcode .product-card__details .product-card__usp .label-red {
    font-size: 12px;
    font-weight: 700;
    color: #FF0E20; }
  .single-post .products__slider--shortcode .product-card__details .product-card__usp .label-blue {
    font-size: 12px;
    font-weight: 700;
    color: #049ee2; }
  .single-post .products__slider--shortcode .product-card__details .product-card__usp .label-purple {
    font-size: 12px;
    font-weight: 700;
    color: #5D2CC7; }
  .single-post .products__slider--shortcode .product-card__usp {
    min-height: 12px;
    padding: 2px 0; }
    .single-post .products__slider--shortcode .product-card__usp p {
      color: #049ee2;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .single-post .products__slider--shortcode .product-card__usp {
        min-height: 0; } }
  .single-post .products__slider--shortcode .product-card__attributes {
    line-height: 1.2;
    margin-bottom: 1em;
    margin-top: auto;
    padding-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em; }
    .single-post .products__slider--shortcode .product-card__attributes span {
      color: #535E6D;
      font-size: 0.9em;
      cursor: default; }
      .single-post .products__slider--shortcode .product-card__attributes span[data-modal] {
        cursor: pointer;
        text-decoration: underline;
        text-decoration-style: dotted; }
        .single-post .products__slider--shortcode .product-card__attributes span[data-modal]:hover {
          text-decoration: underline;
          text-decoration-style: solid; }
      .single-post .products__slider--shortcode .product-card__attributes span.high-grade {
        color: #049ee2;
        font-weight: 700; }
    .single-post .products__slider--shortcode .product-card__attributes_chip, .single-post .products__slider--shortcode .product-card__attributes_colors {
      list-style: none;
      padding: 0;
      display: flex;
      gap: 0.4em;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .single-post .products__slider--shortcode .product-card__attributes_chip__item, .single-post .products__slider--shortcode .product-card__attributes_colors__item {
        margin: 0; }
        .single-post .products__slider--shortcode .product-card__attributes_chip__item figure, .single-post .products__slider--shortcode .product-card__attributes_colors__item figure {
          margin: 0; }
        .single-post .products__slider--shortcode .product-card__attributes_chip__item .chip__item, .single-post .products__slider--shortcode .product-card__attributes_colors__item .chip__item {
          border: 1px solid #E9EBEC;
          padding: 0.2em 0.4em;
          border-radius: 0.2em;
          font-size: 0.9em;
          color: #535E6D; }
        .single-post .products__slider--shortcode .product-card__attributes_chip__item .color__item, .single-post .products__slider--shortcode .product-card__attributes_colors__item .color__item {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 1px solid #E9EBEC; }
          .single-post .products__slider--shortcode .product-card__attributes_chip__item .color__item figcaption, .single-post .products__slider--shortcode .product-card__attributes_colors__item .color__item figcaption {
            opacity: 0; }
  .single-post .products__slider--shortcode .product-card__variations-select {
    margin: 9px 0;
    min-height: 10px; }
    .single-post .products__slider--shortcode .product-card__variations-select form {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      .single-post .products__slider--shortcode .product-card__variations-select form input {
        width: 12px;
        margin: -1.5px 5px 0 0; }
    .single-post .products__slider--shortcode .product-card__variations-select span,
    .single-post .products__slider--shortcode .product-card__variations-select label {
      display: flex;
      vertical-align: middle;
      font-size: 12px;
      line-height: 12px;
      margin: 0 10px 0 0; }
    .single-post .products__slider--shortcode .product-card__variations-select div {
      display: flex; }
  .single-post .products__slider--shortcode .product-card__price {
    display: grid;
    grid-template-columns: 1fr 1fr 64px;
    grid-template-areas: "price price add_to_cart" "price price add_to_cart" "delivery_time delivery_time add_to_cart"; }
    .single-post .products__slider--shortcode .product-card__price .delivery_time {
      font-size: .9em;
      color: #04B814;
      grid-area: delivery_time;
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
    .single-post .products__slider--shortcode .product-card__price .add_to_cart {
      grid-area: add_to_cart; }
    .single-post .products__slider--shortcode .product-card__price .price {
      grid-area: price;
      justify-content: flex-start;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0 .4em;
      font-size: 1.15em;
      margin-top: .3px;
      align-items: center; }
      .single-post .products__slider--shortcode .product-card__price .price span.amount {
        color: #049ee2; }
      .single-post .products__slider--shortcode .product-card__price .price ins {
        float: left; }
      @media (max-width: 359px) {
        .single-post .products__slider--shortcode .product-card__price .price > .price__from {
          display: none; } }
      .single-post .products__slider--shortcode .product-card__price .price > .price__from span {
        color: #535E6D;
        font-size: .8em; }
    .single-post .products__slider--shortcode .product-card__price .higher_price {
      grid-area: higher_price; }
    @media all and (-ms-high-contrast: none) {
      .single-post .products__slider--shortcode .product-card__price {
        display: -ms-grid;
        -ms-grid-columns: repeat(3, 1fr);
        -ms-grid-rows: repeat(2, 300px);
        gap: 0px 26px; }
      .single-post .products__slider--shortcode .product-card__price .Delivery-time {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; }
      .single-post .products__slider--shortcode .product-card__price .add_to_cart {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3; }
      .single-post .products__slider--shortcode .product-card__price .price {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; }
      .single-post .products__slider--shortcode .product-card__price .higher_price {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2; } }
  .single-post .products__slider--shortcode__product-card {
    margin-top: 0; }
.single-post .video-container {
  margin-left: -6.666%;
  margin-right: -6.666%;
  border-radius: 36px;
  z-index: 3; }
  .single-post .video-container .rll-youtube-player img {
    width: 100%; }
@media (max-width: 767px) {
  .single-post .product-card__labels--top {
    margin-top: -150px; } }
.single-post .product-card__labels--top div {
  height: 100%;
  position: relative; }
  .single-post .product-card__labels--top div img {
    max-width: 100px;
    border-radius: 0; }
@media (max-width: 767px) {
  .single-post .product-card__labels--top div img {
    width: 100%;
    max-width: 100px; } }
.single-post .entry-content {
  font-size: 16px;
  line-height: 1.9; }
  .single-post .entry-content img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
    display: block; }
  .single-post .entry-content .fix-green-cta-block {
    margin-top: 15px; }
  .single-post .entry-content .wp-caption {
    width: 100% !important; }
    .single-post .entry-content .wp-caption .wp-caption-text {
      margin-top: 20px;
      padding-top: 10px;
      font-style: italic;
      color: #535E6D;
      font-size: 14px;
      position: relative; }
      .single-post .entry-content .wp-caption .wp-caption-text:before {
        border-top: 1px solid #049ee2;
        width: 50px;
        top: 0;
        left: 0;
        position: absolute;
        content: ''; }
  @media (min-width: 1200px) {
    .single-post .entry-content .panel-grid > .panel-row-style .panel-grid-cell:only-of-type .widget_media_image > div {
      margin-left: -6.666%;
      margin-right: -6.666%; } }
@media (max-width: 991px) {
  .single-post .video-container {
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px; } }
.single-post .wp-caption {
  width: auto !important; }
  .single-post .wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 14px;
    color: #535E6D;
    padding-top: 10px;
    margin-top: 13px;
    position: relative; }
  .single-post .wp-caption .wp-caption-text::before {
    content: "";
    background: #049ee2;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50px;
    height: 1px;
    left: 0; }
.single-post .additional-blogs-slider h4 {
  margin-top: 10px; }
.single-post .additional-blogs-slider__arrows {
  margin-bottom: 10px; }
.single-post .additional-blogs-slider--slider {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden; }
  .single-post .additional-blogs-slider--slider .card-item {
    margin-right: 15px;
    height: 100%;
    width: 200px;
    overflow: hidden;
    border-radius: 6px; }
    .single-post .additional-blogs-slider--slider .card-item img {
      transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) !important; }
    .single-post .additional-blogs-slider--slider .card-item a {
      height: 100%; }
    .single-post .additional-blogs-slider--slider .card-item:hover a {
      text-decoration: none; }
    .single-post .additional-blogs-slider--slider .card-item:hover img {
      transform: translateX(-50%) scale(1.05); }
    .single-post .additional-blogs-slider--slider .card-item__wrapper {
      height: 100%;
      position: relative;
      justify-content: flex-end;
      flex-direction: column;
      display: flex; }
      .single-post .additional-blogs-slider--slider .card-item__wrapper img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        z-index: -1;
        max-width: initial; }
    .single-post .additional-blogs-slider--slider .card-item__content {
      padding: 25px;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      text-shadow: 0 10px 20px #0000001A;
      background: transparent linear-gradient(180deg, #00000000 0%, #000000BF 100%) 0% 0% no-repeat padding-box; }
      .single-post .additional-blogs-slider--slider .card-item__content .card-item__title--category {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff; }
  .single-post .additional-blogs-slider--slider .card-item {
    width: 100%;
    height: 300px;
    background-color: #00000008; }
    .single-post .additional-blogs-slider--slider .card-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-post .additional-blogs-slider--slider .owl-stage {
    display: flex; }
    @media (max-width: 991px) {
      .single-post .additional-blogs-slider--slider .owl-stage {
        margin-left: calc(var(--bs-gutter-x)/ -2); } }
    @media (max-width: 767px) {
      .single-post .additional-blogs-slider--slider .owl-stage {
        margin-left: -45px; } }
  .single-post .additional-blogs-slider--slider .owl-nav {
    display: none; }

body.header-collapsed.single-post .scrollspy ul {
  top: 85px; }

body.header-collapsed.single-post .featured_block {
  top: 85px; }

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