/**
 * 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.1
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/**
 * Size guide modal: Rey places the close control outside the window.
 * On RTL mobile the leftover left:-1.7em puts it off-screen.
 */
@media (max-width: 767px) {
	.rey-sizeGuide-modalWrapper .reymodal__close {
		top: 8px;
		right: auto;
		left: auto;
		inset-inline-end: 8px;
		inset-inline-start: auto;
		z-index: 20;
		width: 44px;
		height: 44px;
		font-size: 16px;
		color: #111;
		-webkit-mask-size: 16px 16px;
		mask-size: 16px 16px;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
	}

	.rey-sizeGuide-modalWrapper .rey-sizeGuide-modal {
		padding-top: 48px;
	}
}
