/**
 * Core - Strengthens and extends 42Theme site functionality.
 *
 * @encoding     UTF-8
 * @version      2.0.0
 * @copyright    Copyright (C) 2016 - 2023 42Theme (https://42theme.com). All rights reserved.
 * @license      Private, Internal Software
 * @author       Alexander Khmelnitskiy (info@alexander.khmelnitskiy.ua)
 * @support      support@42theme.com
 **/
.t42-related-con {
  padding: 0 16px;
}
.elementor-widget-t42-items-related {
  margin-bottom: 64px;
}
.elementor-widget-t42-items-related .header h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: 'Ubuntu', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #424242;
  padding-top: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}
.elementor-widget-t42-items-related .item-cards {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-widget-t42-items-related .item-cards .card {
  padding: 10px 15px 22px;
  width: 100%;
  max-width: 33.333%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.elementor-widget-t42-items-related .item-cards .card > .bg {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 4px #e6e6e6;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  transition: transform 0.2s ease 0s;
}
.elementor-widget-t42-items-related .item-cards .card > .bg:hover {
  box-shadow: 0 0 8px #e6e6e6;
  transform: translateY(-2px);
}
.elementor-widget-t42-items-related .item-cards .card .link-overlay {
  inset: 0;
  position: absolute;
}
.elementor-widget-t42-items-related .item-cards .card .image {
  line-height: 0;
  min-width: 200px;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
}
.elementor-widget-t42-items-related .item-cards .card .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-widget-t42-items-related .item-cards .card .title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 0 0;
  width: 100%;
}
.elementor-widget-t42-items-related .item-cards .card .title-box h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #424242;
  font-weight: 400;
  font-family: 'Ubuntu', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 10px;
  display: block;
}
.elementor-widget-t42-items-related .item-cards .card .title-box h3 a {
  color: #424242;
  white-space: nowrap;
}
.elementor-widget-t42-items-related .item-cards .card .title-box h3 a:hover {
  color: #1F8447;
}
.elementor-widget-t42-items-related .item-cards .card .title-box .price {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-family: 'Ubuntu', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 3px 5px;
  border-radius: 2px;
  background: #1f8447;
}
.elementor-widget-t42-items-related .item-cards .card .title-box .promo-price {
  color: #fff;
}
.elementor-widget-t42-items-related .item-cards .card .title-box .promo-price + .original-price {
  display: none;
  text-decoration: line-through;
  margin-right: 7px;
}
@keyframes t42-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
