body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}
.no-results {
  font-size: 16px;
}
nav ul {
  margin: 0;
  padding: 6px;
  list-style: none;
}
nav li {
  display: inline-block;
}
nav a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
.container-a {
  width: 100%;
  max-width: 1220px;
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-b {
  width: 100%;
  max-width: 1010px;
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-c {
  width: 100%;
  max-width: 795px;
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 30px;
}
.eubos-button {
  font-size: 16px;
  background-color: #0055a2;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  max-width: 285px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.eubos-button:hover {
  text-decoration: none;
}
.eubos-button--white {
  background-color: #fff;
  color: #0055a2;
  border: 1px solid #fff;
}
.eubos-button--white:hover {
  background-color: #fdfdfd;
  color: #0055a2;
  border: 1px solid #0055a2;
}
.blog__container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog__container .col-lg-4 {
  margin-bottom: 30px;
}
.blog-post {
  height: 100%;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-bottom: 44px;
  /* Padding Bottom same as the button height*/
}
.blog-post:hover {
  border-color: #0055a2;
}
.blog-post__content .eubos-button {
  width: calc(100% - 38px - 38px);
  max-width: 100%;
  position: absolute;
  bottom: 30px;
  display: block;
}
.blog-post a {
  text-decoration: none;
}
.blog-post__image {
  background: linear-gradient(#fff, #f7f7f7);
  display: flex;
}
.blog-post__image img {
  margin: auto;
}
.blog-post__content {
  text-align: center;
  padding: 30px 38px;
}
.blog-post__title {
  font-size: 21px;
  margin-bottom: 20px;
  color: #0055a2;
}
.categories_menu {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}
.categories_menu__item {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid transparent;
}
.categories_menu__item a {
  color: #000;
}
.categories_menu__item--active {
  border-bottom: 1px solid #ccc;
}
.categories_menu__item--active a {
  color: #0055a2;
}
.view-by {
  padding: 25px 0;
}
.view-by select {
  padding: 12px;
  margin-left: 10px;
}
.category__product-columns .blog__container__row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.category__product-columns .col-lg-4 {
  margin-bottom: 30px;
}
.contact-details__container {
  height: 100%;
  border-right: 1px solid #c3c3c3;
}
.contact-details__title {
  font-size: 30px;
  font-weight: 300;
  color: #0055a2;
  margin-bottom: 20px;
}
.contact-details__icon {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
.contact-details__icon i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-details__container {
    border-right: 0 solid #c3c3c3;
  }
  .contact-details__title {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.contact-form__title {
  font-size: 30px;
  font-weight: 300;
  color: #0055a2;
  margin-bottom: 20px;
}
.contact-form__subtitle {
  font-size: 15px;
  margin-bottom: 35px;
}
.contact-form__container .form-field {
  margin-bottom: 20px;
}
.contact-form__container .form-control {
  border-radius: 0;
  outline: 0 !important;
  height: 50px;
}
.contact-form__container textarea {
  min-height: 150px;
}
.contact-form__container .eubos-button {
  border: 0;
  outline: none;
  height: 45px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .contact-form__title {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .contact-form__subtitle {
    margin-bottom: 10px;
  }
}
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0.2em 1em;
  border: 2px solid #f00;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid #f00;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}
.faq__container {
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
}
.faq__title {
  font-size: 24px;
  color: #0055a2;
  padding-right: 60px;
  position: relative;
}
.faq__title-sign {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 100;
  font-size: 50px;
  line-height: 35px;
}
.faq__content {
  font-size: 15px;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding-top: 0px;
}
.faq__is-open .faq__title {
  color: #000;
}
.faq__is-open .faq__content {
  height: auto;
  opacity: 1;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .faq__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq__title {
    font-size: 18px;
    padding-right: 30px;
  }
  .faq__title-sign {
    line-height: 25px;
  }
}
.footer {
  background-color: #1d3348;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
}
.footer__links {
  font-size: 14px;
}
.footer__links a {
  display: inline-block;
  margin: 0 20px 15px;
}
.footer__social {
  position: relative;
}
.footer__social-inner {
  background-color: #1d3348;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  padding: 30px 50px;
}
.footer__social::after {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 50%;
  left: 0;
  height: 2px;
  z-index: 0;
}
.footer__social-link {
  display: inline-flex;
  margin: 15px;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  text-align: center;
}
.footer__social-link:hover {
  background-color: #fff;
  color: #1d3348;
}
.footer__social-link i {
  margin: auto;
}
.footer__copyright img {
  max-width: 250px;
  vertical-align: sub;
  margin-left: 50px;
}
@media (max-width: 575px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer__social-inner {
    padding: 20px 10px;
  }
  .footer__social-link {
    margin: 5px;
  }
  .footer__copyright img {
    max-width: 250px;
    margin: auto;
    display: block;
  }
}
.header {
  position: absolute;
  z-index: 55;
  left: 50%;
  transform: translateX(-50%);
}
.header__container {
  background-color: #fff;
  padding: 20px 0 0;
  position: relative;
}
.header__container-flex {
  padding: 0 25px;
  display: flex;
}
.header__grey-line {
  width: 100%;
  height: 6px;
  background-color: #b0acac;
}
.header__logo {
  max-width: 170px;
}
.header__right {
  margin-left: auto;
  margin-top: auto;
}
.header__right-top {
  display: flex;
}
.header__right-search {
  flex-grow: 1;
}
.header__right-social {
  text-align: right;
}
.header__right-social a {
  font-size: 20px;
  color: #0155a3;
  padding: 0px 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  .header.container-a {
    padding: 0;
  }
  .header__container {
    padding: 15px 20px;
  }
  .header__container-flex {
    padding: 0;
  }
  .header__left {
    display: flex;
    width: 100%;
  }
  .header__right {
    margin-left: 0;
    margin-top: 0;
  }
  .header__right-top {
    display: none;
  }
  .header__grey-line {
    display: none;
  }
}
.header-padding {
  width: 100%;
  padding-top: 112px;
  display: block;
  background: linear-gradient(to right, #5097d8, #085ca8);
  color: #fff;
}
.header-padding__content {
  display: flex;
  flex-flow: row;
  padding: 30px;
}
.header-padding__page-title {
  margin-right: auto;
  font-weight: 300;
  font-size: 44px;
}
.header-padding__breadcrumbs {
  margin-left: auto;
  font-weight: 300;
  font-size: 14px;
}
.header-padding__breadcrumbs a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-padding {
    padding-top: 90px;
  }
  .header-padding__content {
    display: flex;
    flex-direction: column;
  }
  .header-padding__page-title {
    margin: auto;
    order: 2;
    font-size: 30px;
  }
  .header-padding__breadcrumbs {
    margin: auto;
    order: 1;
    font-size: 13px;
  }
}
.homepage-categories p {
  font-size: 21px;
  text-align: center;
  margin: 60px auto;
}
.homepage-categories-box {
  padding: 20px;
  background-size: cover;
  min-height: 425px;
  position: relative;
  margin-bottom: 30px;
  background-position: 50% 50%;
  transition: all 0.5s ease-in-out;
}
.homepage-categories-box::after {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #0055a5;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
}
.homepage-categories-box:hover {
  background-position: 50% 120%;
}
.homepage-categories-box:hover::after {
  opacity: 1;
  height: 6px;
}
.homepage-categories-box__text {
  font-size: 21px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 10px 20px;
  width: calc(100% - 40px);
  color: #0055a5;
}
@media (max-width: 767px) {
  .homepage-categories p {
    font-size: 15px;
    text-align: center;
    margin: 50px auto;
  }
}
.homepage-products {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.homepage-products .col-md-4 {
  margin-bottom: 30px;
}
.homepage-products-box {
  height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
  /* Padding Bottom same as the button height*/
  padding-bottom: 44px;
}
.homepage-products-box a {
  text-decoration: none;
}
.homepage-products-box:hover {
  border-color: #0055a2;
}
.homepage-products-box__image {
  background: linear-gradient(#fff, #f7f7f7);
  display: flex;
}
.homepage-products-box__image img {
  margin: auto;
}
.homepage-products-box__content {
  text-align: center;
  padding: 30px 38px;
}
.homepage-products-box__title {
  font-size: 21px;
  margin-bottom: 20px;
  color: #0055a2;
}
.homepage-products-box__desc {
  font-size: 14px;
  margin-bottom: 40px;
  color: #000;
  line-height: 1.8;
}
.homepage-products-box__content .eubos-button {
  width: calc(100% - 38px - 38px);
  max-width: 100%;
  position: absolute;
  bottom: 30px;
  display: block;
}
.homepage-products::before {
  max-width: calc(1220px - 60px);
  content: '';
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #0055a2;
  position: absolute;
}
.homepage-products::after {
  max-width: 110px;
  content: '';
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
}
.homepage-products__upper_arrow {
  background-image: url('../images/separator_arrow.png');
  width: 58px;
  height: 29px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.homepage-slider__item {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  padding-top: 220px;
  padding-bottom: 50px;
  outline: none;
}
.homepage-slider .slick-slide {
  outline: none !important;
}
.homepage-slider__item .container-b {
  margin-top: auto;
  margin-bottom: auto;
}
.homepage-slider__container {
  position: relative;
}
.homepage-slider__product {
  display: flex;
}
.homepage-slider__product-image {
  order: 1;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 50px;
  width: 50%;
}
.homepage-slider__product-text {
  order: 2;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  width: 50%;
}
.homepage-slider__product-text h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
}
.homepage-slider__product-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.homepage-slider__product-text a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 40px;
  position: relative;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.homepage-slider__product-text a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.homepage-slider__product-text a:hover {
  text-decoration: none;
  color: #0155a3;
}
.homepage-slider__product-text a:hover::before {
  height: 100%;
  opacity: 1;
}
.homepage-slider__item--antiage h2 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.homepage-slider__item--antiage .homepage-slider__product-text a {
  border-color: #0bb5af;
  color: #fff;
}
.homepage-slider__item--antiage .homepage-slider__product-text a:hover {
  color: #000;
}
@media (max-width: 1199px) {
  .homepage-slider__item--antiage {
    background-position: 30% center;
  }
}
@media (max-width: 767px) {
  .homepage-slider__item--antiage {
    background-position: 30% center;
  }
}
.homepage-slider__item--basic h2 {
  color: #0053a0;
  font-size: 25px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.homepage-slider__item--basic .homepage-slider__product-text a {
  border-color: #00baf2;
  color: #00baf2;
}
.homepage-slider__item--feminin h2 {
  color: #0053a0;
  font-size: 25px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.homepage-slider__item--feminin .homepage-slider__product-text a {
  border-color: #f68428;
  color: #f68428;
}
@media (max-width: 1199px) {
  .homepage-slider__item--feminin {
    background-position: 30% center;
  }
}
@media (max-width: 767px) {
  .homepage-slider__item--feminin {
    background-position: 20% center;
  }
}
.homepage-slider__item--inasecond h2 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.homepage-slider__item--inasecond .homepage-slider__product-text a {
  border-color: #c287ef;
  color: #fff;
}
.homepage-slider__item--inasecond .homepage-slider__product-text a:hover {
  color: #000;
}
.homepage-slider__item--urea h2 {
  color: #0053a0;
  font-size: 25px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.homepage-slider__item--urea .homepage-slider__product-text a {
  border-color: #ed1c24;
  color: #0053a0;
}
@media (max-width: 767px) {
  .homepage-slider__item {
    padding-top: 110px;
    padding-bottom: 30px;
  }
  .homepage-slider__product {
    flex-direction: column;
  }
  .homepage-slider__product-image {
    order: 2;
    max-width: 360px;
    margin: auto;
    width: 80%;
  }
  .homepage-slider__product-text {
    order: 1;
    max-width: 360px;
    margin: 30px auto;
    text-align: center;
    width: 80%;
    text-align: center;
  }
  .homepage-slider__product-text img {
    margin: 0 auto;
  }
  .homepage-slider__product-text h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .homepage-slider__product-text p {
    font-size: 13px;
    line-height: 15px;
  }
  .homepage-slider__product-text a {
    padding: 7px 20px;
  }
}
.homepage-slider__navigation {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  transform: translateX(-50%);
}
.homepage-slider__navigation-left, .homepage-slider__navigation-right {
  pointer-events: initial;
  margin: auto 0;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.homepage-slider__navigation-left {
  margin-right: auto;
}
.homepage-slider__navigation-right {
  margin-left: auto;
}
.homepage-slider .slick-dots li button:before {
  font-size: 10px;
  color: #81989f;
}
.homepage-slider .slick-dots li.slick-active button:before {
  color: #0055a2;
}
@media (max-width: 767px) {
  .homepage-slider__navigation {
    display: none;
  }
}
.homepage-video-section {
  min-height: 570px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.homepage-video-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #f5f5f5;
  z-index: -1;
}
.homepage-video-section__container {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  padding-top: 220px;
  padding-bottom: 220px;
  text-align: center;
  position: relative;
}
.homepage-video-section__play-button {
  display: inline-block;
  cursor: pointer;
}
.homepage-video-section__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 50px;
  max-width: 720px;
  width: 100%;
}
.homepage-video-section__title {
  text-transform: uppercase;
  font-size: 21px;
  color: #0055a2;
  margin-bottom: 20px;
}
.homepage-video-section__desc {
  font-size: 14px;
}
@media (max-width: 575px) {
  .homepage-video-section {
    min-height: 550px;
  }
  .homepage-video-section__container {
    min-height: 300px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .homepage-video-section__text {
    bottom: auto;
    top: 100%;
    padding: 30px;
  }
}
.main-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-nav__item {
  display: inline-block;
}
.main-nav__item-link {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  color: #000;
  position: relative;
}
.main-nav__item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #0155a3;
  top: 100%;
  left: 0;
  opacity: 0;
}
.main-nav__item-link--active {
  font-weight: 600;
}
.main-nav__item-link--active::after {
  opacity: 1;
}
.main-nav__item-link:hover {
  color: #0055a1;
  text-decoration: none;
}
.main-nav__item:hover .main-nav__item-link::after {
  opacity: 1;
}
.main-nav__subnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-nav__subnav-container {
  position: absolute;
  padding: 0 25px;
  width: 100%;
  left: 0;
  top: calc(100%);
  background-color: #fff;
  text-align: right;
  display: none;
  z-index: 1;
}
.main-nav__subnav__item {
  display: inline-block;
}
.main-nav__subnav__item-link {
  display: inline-block;
  padding: 20px 10px;
  font-size: 16px;
  color: #000;
}
.main-nav__subnav__item-link--active {
  font-weight: 600;
}
.main-nav__subnav__item-link:hover {
  color: #0055a1;
  text-decoration: none;
}
.main-nav__item:hover .main-nav__subnav-container {
  display: block;
}
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .main-nav--open {
    display: block;
    position: absolute;
    left: calc((100vw - 100%) / 2 * -1);
    top: 100%;
    background-color: #fff;
    padding: 0 25px;
    width: 100vw;
  }
  .main-nav--open .main-nav__item {
    display: block;
  }
  .main-nav--open .main-nav__subnav-container {
    display: block;
    position: relative;
    padding-left: 10px;
    text-align: left;
  }
  .main-nav--open .main-nav__subnav__item {
    display: block;
  }
  .main-nav--open .main-nav__subnav__item-link {
    padding: 6px 10px;
  }
}
.burger_menu {
  display: none;
  margin-left: auto;
  text-align: right;
  width: 20px;
}
.burger_menu__line {
  width: 100%;
  height: 4px;
  background-color: #0155a3;
}
.burger_menu__line-center {
  margin: 4px 0;
  opacity: 1;
}
.burger_menu--open .burger_menu__line-top {
  transform: translateY(200%) rotate(45deg);
}
.burger_menu--open .burger_menu__line-center {
  opacity: 0;
}
.burger_menu--open .burger_menu__line-bottom {
  transform: translateY(-200%) rotate(-45deg);
}
@media (max-width: 991px) {
  .burger_menu {
    display: initial;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
  }
}
.newsletter {
  background-color: #e6f2fc;
  padding: 50px;
}
.newsletter form {
  display: flex;
  flex-direction: row;
}
.newsletter__header {
  font-size: 30px;
  font-weight: 300;
  color: #0055a2;
  display: inline-block;
  white-space: nowrap;
}
.newsletter__form-elements {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.newsletter input.form-control {
  display: inline-block;
  border-radius: 0;
  margin: 0 30px;
  height: 45px;
}
.newsletter .eubos-button {
  display: inline-block;
  border: 0;
  outline: none;
  height: 45px;
}
@media (max-width: 991px) {
  .newsletter {
    padding: 30px;
  }
  .newsletter__header {
    text-align: center;
    margin-bottom: 20px;
    white-space: initial;
  }
  .newsletter form {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .newsletter {
    padding: 20px;
  }
  .newsletter__form-elements {
    flex-direction: column;
  }
  .newsletter input.form-control {
    display: block;
    margin: 0 0 30px;
    width: 100%;
  }
  .newsletter .eubos-button {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.pagination {
  justify-content: center;
}
.pagination__page-item {
  position: relative;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.pagination__page-item:hover, .pagination__page-item.active {
  color: #0055a2;
  text-decoration: underline;
}
.pagination__page-link, .pagination__page-link:hover {
  padding: 10px 30px;
  position: relative;
  display: block;
  min-width: 20px;
}
@media only screen and (max-width: 575px) {
  .pagination__page-link, .pagination__page-link:hover {
    padding: 10px 20px;
  }
}
.page-numbers, .page-numbers:hover {
  padding: 10px;
  color: inherit;
  position: relative;
  display: block;
  min-width: 20px;
}
@media only screen and (max-width: 575px) {
  .page-numbers, .page-numbers:hover {
    padding: 10px 20px;
    min-width: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination:first-child, .pagination:last-child, .pagination.active {
    display: list-item;
  }
}
.post__container {
  margin-top: 60px;
  margin-bottom: 20px;
}
.post__image {
  margin-bottom: 15px;
}
.post__info {
  font-size: 13px;
  margin-bottom: 30px;
}
.post__info-date {
  display: inline-block;
  margin-right: 5px;
}
.post__info-categories {
  display: inline-block;
  color: #0055a2;
  margin-left: 10px;
}
.post__title {
  color: #0055a2;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
.post__content {
  font-size: 15px;
}
.post__content h2 {
  color: #0055a2;
  font-size: 24px;
  font-weight: 300;
}
.post__share {
  text-align: center;
  width: 100%;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}
.post__share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #808080;
  font-size: 20px;
}
.post__related-posts {
  text-align: center;
  position: relative;
}
.post__related-posts .col-lg-4 {
  margin-bottom: 30px;
}
.post__related-posts-title {
  position: relative;
  margin-bottom: 10px;
}
.post__related-posts-title span {
  padding: 30px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.post__related-posts-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.post__related-products {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.post__related-products .col-lg-4 {
  margin-bottom: 30px;
}
.post__related-products-title {
  position: relative;
  margin-bottom: 10px;
}
.post__related-products-title span {
  padding: 30px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.post__related-products-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.product__container {
  padding: 30px 0;
}
.product__top-part {
  display: flex;
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 50px;
}
.product__image {
  background: linear-gradient(#fff, #f7f7f7);
  display: flex;
  border: 1px solid #d4d4d4;
  max-width: 541px;
  margin: 0 auto 30px;
  width: 100%;
  margin-right: 30px;
}
.product__image img {
  margin: auto;
}
.product__info {
  width: 100%;
  margin-left: 30px;
}
.product__category {
  color: #0055a2;
  font-size: 18px;
}
.product__title {
  color: #0055a2;
  font-size: 30px;
}
.product__very-short-desc {
  font-weight: 700;
}
.product__extra-field-aroma {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.product__extra-field-aroma p:last-child {
  margin: 0;
}
.product__extra-field-aroma::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #0055a2;
}
.product__extra-field-aroma::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #0055a2;
}
@media (max-width: 767px) {
  .product__top-part {
    flex-direction: column;
  }
  .product__image {
    margin-right: auto;
  }
  .product__info {
    margin-left: auto;
  }
}
.product__tabs .nav-tabs .nav-link {
  border-radius: 0;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  font-size: 15px;
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
}
.product__tabs .nav-tabs .nav-link.active {
  border-color: #0055a2 #dee2e6 #fff;
}
.product__tabs .tab-content {
  padding: 50px;
}
@media (max-width: 575px) {
  .product__tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .product__tabs .nav-tabs .nav-link {
    border: 2px solid #dee2e6;
  }
  .product__tabs .nav-tabs .nav-link.active {
    border-color: #0055a2 #dee2e6 #dee2e6;
  }
  .product__tabs .tab-content {
    padding: 20px 0;
  }
}
.product__related-products {
  text-align: center;
  position: relative;
}
.product__related-products-title {
  position: relative;
  margin-bottom: 30px;
}
.product__related-products-title span {
  padding: 30px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product__related-products-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.swiper-slide {
  height: auto;
  display: inline-flex;
}
.swiper-button-disabled {
  display: none;
}
.search__container {
  border-bottom: 1px solid #b8b4b4;
  margin-right: 30px;
  font-size: 16px;
}
.search__container form {
  display: flex;
}
.search__container button {
  background: none;
  border: none;
}
.search__container input {
  border: none;
  flex-grow: 1;
}
.search-results__container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.search-results__container .col-lg-4 {
  margin-bottom: 30px;
}
.search-results__container-title {
  margin-bottom: 20px;
}
.search-results__container-title h2 {
  font-size: 30px;
  font-weight: 300;
  color: #0055a2;
  margin-bottom: 0px;
}
