@font-face {
	font-family: 'Source Sans Pro';
	src: url('../custom-fonts/SourceSansPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}
.uk-hidden-visually {
	display: none;
}

.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
	gap: 0 !important;
}

.uk-navbar-nav > li:hover > a::before, .uk-navbar-nav > li > a.uk-open::before, .uk-navbar-nav > li > a:focus::before, .uk-navbar-nav > li.uk-active > a::before {
	left: 15px !important;
	width: calc(100% - 30px);
}

.uk-navbar-nav li.uk-active a {
	position: relative;
}
.menu-item a {
	font-weight: 600 !important;
}

.uk-navbar-nav > * > :first-child {
	padding: 0 15px;
}

.home .uk-overlay-primary {
	background: linear-gradient(90deg, #000000 -0.01%, rgba(0, 0, 0, 0) 99.99%) !important;
}

footer {
	margin-top: 16px;
}
.woocommerce-MyAccount-content::before {
	border-left: unset !important;
}
.woocommerce-form-register__submit {
	background-color: #f2cc8f !important;
	color: #212121 !important;
	border: 1px solid #f2cc8f !important;
}
.woocommerce-form-register__submit:hover {
	background-color: #f7e0bc !important;
	color: #212121 !important;
	border-color: #f7e0bc !important;

}
.single-product .related h4 {
	z-index: 9;
	position: relative;
}

@media (min-width: 990px) {
	.el-image {
		width: 100%;
	}
	.woocommerce-cart-form {
		display: contents;
	}

	.woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method {
		display: flex;
		justify-content: flex-end;
	}

	.woocommerce-cart .woocommerce {
		display: block !important;
	}

	.woocommerce-cart .woocommerce p {
		margin-bottom: 80px;
	}

	.woocommerce-error > li > a, .woocommerce-error > li > a:hover {
		color: #212121 !important;
		text-decoration: none;
	}

	form.checkout .form-row label {
		font-weight: 500 !important;
		font-size: 14px !important;
		margin-bottom: 16px !important;
	}


	.woocommerce-account .uk-button-default:hover {
		background-color: #f7e0bc !important;
		color: #212121 !important;
		border-color: #f7e0bc !important;
	}

	.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title a {
		background-color: #f2cc8f !important;
		color: #212121 !important;
		border: 1px solid #f2cc8f !important;
	}
	.single-product .uk-margin-large-top {
		margin-top: -30px !important;
	}
}
@media (max-width: 575px) {
	.block-image a {
		padding: 3px 10px !important;
		display: flex !important;
		max-height: 34px !important;
		color: white !important;
	}
	.tm-header-mobile {
		padding: 0 10px;
	}
	.block-dog .uk-position-bottom-left {
		position: relative !important;
	}
	.home .wp-singular .el-image {
		width: 100% !important;
	}
	#page\#0 .el-item > * {
		width: 99px !important;
		font-size: 14px !important;
	}
}
.uk-notification-message {
	display: none;
}