/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: @msamyman
Template: hello-elementor
Version: 1.0
*/

.comments-area .elementor a,
.page-content .elementor a {
	text-decoration: none;
}

/* Sorting menu */
.sort-menu {
  min-width: 130px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.sort-menu-title {
  background: #fff;
  padding: 10px 12px;
  border: 0.25px solid #000;
  position: relative;
}

.sort-menu-title::after {
  content: "\e874";
  font-family: 'Linearicons-Free';
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.sort-menu-list {
  display: none;
  position: absolute;
  background: #fff;
  border: 0.25px solid #000;
  width: 100%;
  min-width: 130px;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  list-style: none;
  z-index: 999;
}

.sort-menu-list li {
  padding: 10px 12px;
}

.sort-menu-list li:hover {
  background: #f0f0f0;
}

.sort-menu-list li.active {
  font-weight: bold;
}

/* Product list */
#title-en {
	padding-bottom: 0;
	font-family: "Times New Roman", serif;
    text-transform: uppercase;
	line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
	/* Sorting menu */	
	.sort-menu-list {
		right: 0;
	}
	
	/* Product loop item */
	#title-en {
		font-size: 15px;
	}
}

