/*
.carousel .carousel-item .caption {
  text-shadow: 2px 2px 3px black, -2px -2px 3px black;
}

.carousel-control {
  width: 7%;
}

#custom-text {
  text-align: unset;
}
*/

#header .gsoftcbw-form__trigger {
  /*color: #d72c2c;*/
  text-decoration: underline;
  /*font-weight: bold;*/
}

#header .gsoftcbw-form__trigger:hover {
  text-decoration: underline;
}

#ourWorkCarousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
#ourWorkCarousel .carousel-inner{
  height: 550px;
}

/* too light color fix: */

.page-content.page-cms ol {
  font-size: .9375rem;
  font-weight: 400;
  /*color: #7a7a7a;*/
  color: #4f4f4f;
}

/* theme.css | https://femexpert.com.ua/themes/classic/assets/css/theme.css */

.page-content.page-cms ul, p {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

.product-prices .tax-shipping-delivery-label {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

.tabs .nav-tabs .nav-link {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

#wrapper .breadcrumb li:last-child {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

#header .header-top a[data-depth="0"] {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

#header {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

.block-contact, .footer-container li a {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

.product-miniature .product-title a {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link {
  /* color: #7a7a7a; */
  color: #4f4f4f;
}

a {
  /*color:#24b9d7;*/
  color: #2ba2bb;
}

/* facebook fix */
.block-social ul li {
  background-color:#b8e5ee;
}

/* about-us page: */
.how-we-work-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
  margin-top: 2.5rem !important;
}

.how-we-work-list__item {
  display: block;
}

.hww-tile {
  border: 1px solid lightgray;
  text-transform: uppercase;
  font-weight: 800;
  min-height: 12rem;
  min-width: 12rem;
}

.hww-tile__item {
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
}

.hww-tile__item_icon {
  height: 5rem;
  width: 5rem;
}

.hww-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-color: #f57f02;
  background: #f57f02;
  border-radius: 100%;
}

.hww-tile__item_marker {
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
}

.how-we-work-list__item::marker {
  display: none;
}

.about-us__subheading {
  text-align: center;
  margin-bottom: 1.5rem;
}

.about-us__row {
  margin-bottom: .52rem;
}
.about-us__row:last-child {
  margin-bottom: 0;
}

/* homepage our achievements banner */
.our-achievements {
  margin-bottom: 1.5rem;

  border-top: 5px solid #f57f02;
  border-bottom: 5px solid #f57f02;
  padding-top: 1rem;
  padding-bottom: 1rem;

  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3rem;
}
.our-achievements__item {
  flex-grow: 1;
}

.achievement {
  text-align: center;
}
.achievement__value {
  font-weight: bold;
  font-size: 1.5rem;
}

/* homepage custom text block */
#custom-text > h2 {
  margin-bottom: 1.5rem;
}

.articles-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.ai-article,
.ai-article__img {
  display: block;
  width: 15rem;
}

.ai-article__img {
  height: 10rem !important; /* override #custom-text img */
  object-fit: cover;
}

.ai-article__title {
  text-align: left;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
/* inherited from #custom-text p .dark */
.ai-article__title {
  /*font-size: 1.125rem;*/
  font-weight: 600;
  color: #232323;
}

.tax-shipping-delivery-label {
  display: none;
}
