/*

Theme Name: LoraShops

Theme URI: https://lorashops.com/

Description: This Theme is created by Felovida team.

Author: Amirali Yarahmadi

Author URI: https://lorashops.com/

Template: mweb-digiland-pro

Version: 1.0.1

Text Domain: LoraShops

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


.search_mask .mweb-site-mask {
    display: none;
}
.prd_color_list {
    display: none;
}




.preview-item {
  position: relative;
  width: 120px;
  height: 120px;
}

.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.preview-item button {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.2s;
}


.preview-item button:hover {
  background: red;
}

/* All Results Mobile Version
 */
div.header-search-more.post-btn button[type="submit"] {
	display: inline-block !important;
}
.header-search-more.post-btn {
    text-align: center;
}