/*!
Theme Name: seame
Theme URI: http://underscores.me/
Author: prgrss
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seame
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

seame is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/** CUSTOM **/
.woocommerce-ordering .orderby {
	display: none;
}

.woocommerce-result-count{
	display: none;
}



.product_type_variable.add_to_cart_button {
	display: none !important;
}

#page {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#primary-menu {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}
#primary-menu li {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

/* Region modal */
.region-switcher { position: relative; }
#region-switcher-trigger { cursor: pointer; }
.region-modal { display: none; position: fixed; inset: 0; z-index: 10000; }
.region-modal[aria-hidden="false"] { display: block; }
.region-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.region-modal__dialog { position: relative; margin: 10vh auto; max-width: 420px; background: #fff; border-radius: 8px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.region-modal__title { margin: 0 0 16px; }
.region-modal__close { position: absolute; right: 10px; top: 10px; background: transparent; border: 0; font-size: 24px; line-height: 1; cursor: pointer; }
.region-modal__actions { display: grid; gap: 12px; }
.region-btn { display: block; text-align: center; padding: 12px 16px; background: #222; color: #fff; text-decoration: none; border-radius: 6px; }
.region-btn:hover { background: #000; }
.variations {
	width: 260px;
}
.single_variation_wrap .woocommerce-Price-amount.amount {
	font-size: 28px;
	font-weight: 700;
}
.summary > .price {
	display: none;
}
.woocommerce-breadcrumb {
	display: none;
}
.region-btn:visited {
	color: white;
}
#ship-to-different-address, .wc-block-checkout__use-address-for-billing {
	display: none !important;
}

h2.wp-block-heading {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 1em;
	margin-top: 1em;
}
.site-page-content 
.wp-block-heading:first-child {
	margin-top: 0 !important;
}
.site-page-content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.wc-block-components-product-name {
	color: #123753 !important;
	font-family: 'ProbaProMedium', Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0em;
	margin-top: 0em;
}
.wc-block-components-product-price {
	color: #123753;
	font-family: 'ProbaProMedium', Arial, sans-serif;
	font-weight: 400;
}
.wc-block-components-button.wc-block-cart__submit-button,
.woocommerce-checkout #place_order {
	background-color: #123753 !important;
	background: #123753 !important;
	color: #ffffff !important;
	font-family: 'ProbaProMedium', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 0 !important;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	box-sizing: border-box;
	box-shadow: none !important;
}
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
	margin: 0 0 20px;
}
.woocommerce-checkout .form-row input[type="text"], .woocommerce-checkout .form-row input[type="email"], .woocommerce-checkout .form-row input[type="tel"], .woocommerce-checkout .form-row input[type="password"], .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea {
	box-sizing: border-box;
	border-radius: 0 !important;
}
.woocommerce-checkout {
	padding: 0 !important;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2,
.woocommerce-checkout .woocommerce-checkout-review-order {
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.woocommerce-privacy-policy-text p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	
}
.woocommerce-privacy-policy-text p a {
	color: #123753 !important;
	text-decoration:underline;
}

.woocommerce-notices-wrapper{
	display: none !important;
}
.woocommerce-checkout h3:before {
	display: none !important;
}
.woocommerce-checkout .form-row label,
.woocommerce-checkout .form-row input[type="text"], .woocommerce-checkout .form-row input[type="email"], .woocommerce-checkout .form-row input[type="tel"], .woocommerce-checkout .form-row input[type="password"], .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea {
	font-family: 'ProbaProMedium', Arial, sans-serif !important;
	font-size: 16px;
	font-weight: 400;
}
.woocommerce-checkout .form-row input[type="text"]:focus,
.woocommerce-checkout .form-row input[type="email"]:focus,
.woocommerce-checkout .form-row input[type="tel"]:focus,
.woocommerce-checkout .form-row input[type="password"]:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
	outline: none;
	border-color: #123753;
}
.select2-container--default .select2-selection--single {
	height: 45px;
	border: 2px solid #Ccc;
	border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}
li.select2-results__option  {
	font-family: 'ProbaProMedium', Arial, sans-serif !important;
}
