/**
 * 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
 */
.archive .ppcp-messages {
	display: none;
	visibility: hidden;
	height: 0px;
}

span.woocommerce-shipping-may-be-available-html.e-checkout-message.e-cart-content {
    text-wrap: wrap;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	border: none;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
	border-top: 1px solid #e5e5e5;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
	z-index: 9999;
}

ul.rey-woocurrencyMobile.rey-mobileNav--footerItem.rey-dropSwitcher-mobile {
    flex-wrap: wrap;
	display: none;
	visibility: hidden;
}

p.stock.out-of-stock, p.stock.in-stock {
	font-size: 14px;
}

div.product .woocommerce-variation-price, div.product p.price .rey-discount {
	display: none;
	visibility: hidden;
}	

.rey-pageTitle {
	font-weight: 700;
	font-family: var(--primary-ff);
	color: #252525;
	letter-spacing: -2px;
	font-size: 52px;
}

h1 {
	color: #252525;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2px;
}

.rey-loopPrice ins {
	font-weight: 700;
}

/*product title in product page*/
.rey-productTitle-wrapper .product_title {
	color: #252525;
	letter-spacing: -2px;
}

span.rey-swatchList-itemContent {
	color: #252525;
}

.rey-swatchList {
	--item-border-color-selected: #252525;
}

.rey-cartBtnQty.--style-basic .rey-qtyField .qty, .rey-cartBtnQty .button, .rey-cartBtnQty .btn {
	border-radius: 6px;
}

@media (max-width: 768px) { 
	
	div.product form.cart .variations {
		margin-bottom: 0;
	}
	
}

	