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;
}

.pager-container {
	list-style-type: none;
	text-align: center;
}

.pager-container li {
	display:inline-block;
	background-color:#e9ecef;
	padding:5px;
	border-radius:3px;
	min-width: 50px;
}

.pager-container li.selected {
	background-color:#ec0928;
}

.pager-container li a {
	color:#333;
	display: block;
	text-decoration: none !important;
}

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;
}

.search-input-container {
	border-bottom:1px solid white;
	color:white;
}

.search-input-container input {
	border:0;
	color:white;
	max-width: 80%;
	margin-right:5px;
	background: transparent;
	outline: none !important;
}

/*
.container {
	max-width: 960px;
}
*/

.mobile-cart-button {
	border:1px solid #ec0928;
}

.mobile-cart-button.full i {
	color:#ec0928;
}

/*
 * Custom translucent site header
 */

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

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

.feature-icon {
	bottom:10px;
	right:0;
	width:100%;
	font-size: 70px;
	border-bottom:4px solid green;
	margin-bottom:20px;
}

.feature-cube.delivery .feature-icon {
	border-color:dodgerblue;
}

.feature-cube.products .feature-icon {
	border-color:mediumpurple;
}

.feature-cube.prices .feature-icon {
	border-color:yellowgreen;
}

.feature-cube.coupons .feature-icon {
	border-color:gold;
}

.feature-cube .feature-title {
	font-weight:bold;
}


.feature-description {
	height:50px;
}

.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>");
}

h3.index-title {
	border-bottom:1px solid #7b4397;;
}

div.posts-container .post-container {
	margin-bottom:5px;
	font-size:19px;
	padding-bottom:5px;
}

div.posts-container .post-container:not(:first-child) {
	border-top:1px dashed lightgrey;
}

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

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

#main-carousel {
	max-height:350px;
	overflow:hidden;
}

#main-carousel img {
	object-fit:cover;
	height:350px;
}

.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;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.breadcrumbs-container {
}

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

.pandora-showcase {
	position: absolute;
	right:5%;
	bottom:-30%;
	width:420px;
	height:540px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

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 i {
}

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

.pandora-showcase img, .pandora-showcase-2 img {
	max-height: 100%;
	max-width: 100%;
}

.pandora-showcase-2 {
	top: 10%;
	right: auto;
	bottom: 0;
	left: 10%;
	opacity: 0.3;
}

.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}


/*
 * 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; }

