/* 
Theme Name: Start Game Theme
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Yaroslav Ch.
Author URI: 4ernya@gmail.com
Template: hello-elementor
Version: 2.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.search-results .post {
  position: relative;
}
.search-results .add_to_cart_button {
  display: block;
 }

.search-results .price {
	color: #131730;
	font-size: 1rem;
	font-weight: 700;
	line-height: 19px;
}

.search-results .add_to_cart_button {
  text-align: center;
}

.search-results .entry-title a {
  color: #131730;
}

.search-results .used {
	position: absolute;
	top: 90px;
	right: 20px;
	transform: rotate(-12deg);
	padding: 0.15rem 1rem;
  color: #b5b5b5;
  font-weight: 700;
}

.search-results .used::before {
	content: '';
	width: 72px;
	height: 60px;
	background: url(assets/img/b_v_bg.svg);
	background-size: cover;
	background-position: center;
	overflow: visible;
	position: absolute;
	z-index: -1;
	left: -8px;
	bottom: -15px;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .search-results .entry-title a {
    display: block;
    min-height: 72px;
  }
  .search-results .post p {
    max-height: 72px;
    overflow: hidden;
  }
  .search-results .post img {
    height: 197px;
  }
  .px-19 {
    display: block;
    height: 24px;
  }
}
