/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.rey-productThumbnail a, .rey-productThumbnail a img, .rey-productThumbnail{
	max-height: 250px!important;
}

.rey-mainMenu--desktop .--is-regular .sub-menu > .menu-item > a {
  display: flex;
  justify-content: center;
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu:not(.--ovh) > .menu-item > a span {
  padding: 10px !important;
}

table.shop_attributes th {
  min-width: unset;
}

table.shop_attributes td {
  text-align: start;
}

@media (max-width: 767px) {
 .elementor-top-section .--il--mobile-right {
    margin-left: unset;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
 .elementor-top-section .--il--tablet-right {
    margin-left: unset;
  }
}

/* Compare page */
.rey-comparePage-table .attachment-woocommerce_thumbnail {
  height: 300px;
  object-fit: contain;
}

#text-2 .rey-toggleWidget {
  display: none !important;
}