body {
	direction: rtl;
	text-align: right;
	font-weight:400;
	font-family: 'Varela Round', sans-serif;
	background-color:#f6f6f6;
}

.list-unstyled {
	padding-right:0;
}

footer .footer-logo {
	margin-bottom:5px;
}

footer .footer-logo svg {
	margin-top:4px;
}

/**
rgba(0, 0, 0, .85)
 */
nav.site-header {
	border-bottom: 5px solid #6daeffd9;
	background-color: #495a71;
	color:white;
}

.navbar-brand img {
	max-height:35px;
}

body.noscroll {
	overflow-y:hidden;
}

footer .our-social-buttons img {
	max-width: 32px;
}

nav.navbar {
	opacity:0.9;
	transition:opacity 600ms;
}

nav.navbar:hover {
	opacity:0.96;
	transition:opacity 600ms;
}

.site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
	color: white;
	transition: ease-in-out color .15s;
}
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

a.navbar-brand {
	border-radius: .25rem;
}

.navbar-toggler-icon {
 background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (pointer: fine) {
	.nav-item:hover a.nav-link:after {
		width:55%;
	}
}

span.required, .errorMessage {
	color:red;
}

.errorMessage {
	font-size:12px;
}

.btn-pink {
	background-color:#0981ec;
	color:white !important;
}

.breadcrumb-item+.breadcrumb-item {
	padding-right:.5rem;
	padding-left:0;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-left:.5rem;
	padding-right:0;
}

.breadcrumbs-container a {
	color: #6187ec !important;
	text-decoration: none !important;
}

ul.navbar-nav {
	width:100%;
}

ul.navbar-nav a {
	text-align: center;
}

nav a.active {
	color:white;
}

nav a.active i {
	color:#ec0928;
}

nav .cart-button:hover i {
	transition:color 200ms;
	color:#ec0928 !important;
}

/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
@media (min-width: 768px) {
	.flex-md-equal > * {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
	}
}

.overflow-hidden { overflow: hidden; }