@import url(https://fonts.googleapis.com/css?family=Cairo);

.card-body {
	padding: 0;
}

.btn {
	border-radius: 0;
}

.card-header>a.btn-link.collapsed:before {
	content: "\f104";
}

.card-header>a.btn-link:before {
	color: #777;
	content: "\f107";
	font-family: FontAwesome;
	left: 15px;
	padding-right: 5px;
	position: absolute;
}

.city {
	background: #fff;
	padding: 15px;
}

.copyright p {
	background-color: #222;
	border-top: 1px solid #555;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.fblock h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.fblock p {
	color: #fff;
	padding: 10px 0;
}

.fblock ul li a {
	color: #fff;
	font-size: 14px;
}

.fblock,
.login_page .btn {
	margin-top: 30px;
}

.fixhead {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1030;
}

.form-check {
	padding-right: 1.25rem;
}

.form-check-input {
	margin-right: -1.25rem;
}

.imgsearch {
	margin-left: 10px;
	width: 90px;
}

.input-group .btn {
	background: #ef9d3e;
	border: 1px solid #ef9d3e;
	color: #fff;
}

.input-group .form-control {
	border-radius: 0;
}

.product-item {
	background-color: #fff;
	border: 1px solid #eee;
}

.btn-add2cart {
	background: #59b356;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	height: 30px;
	padding: 4px;
	width: 100%;
}

.product-item .form-cart {
	padding: 1px;
}

.product-item .input-group .btn,
.product-details .input-group .btn {
	background-color: #b1cf3a;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	height: 30px;
	line-height: 25px;
	padding: 0;
	width: 30px;
}

.product-item .input-group .form-control,
.product-details .input-group .form-control {
	border: 1px solid #b1cf3a;
	border-radius: 0;
	height: 30px;
	text-align: center;
}

.product-item .item-image {
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	height: 180px;
	overflow: hidden;
	padding: 15px 30px;
	position: relative;
	text-align: center;
	transition: all 1s;
}

.product-item .item-image .overlay {
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	display: none;
	transition: all 1s;
}

.product-item .item-image .overlay a {
	background: #59b356;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
}

.product-item .item-image img {
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	padding: 10px;
	transition: all 1s;
	width: 100%;
}

.product-item .item-image:hover .overlay {
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 1s;
	width: 100%;
}

.product-item .item-image:hover img {
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 70%;
}

.product-item h3 {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 55px;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}

.product-item h4 {
	color: #2a3c96;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 1px 10px;
}

.product-item h4 del {
	color: #ff0000;
	float: left;
	font-size: 10px;
	text-align: left;
}

.linkcart {
	display: block;
	float: left;
	padding: 0;
	position: relative;
}

.linkcart a {
	color: #2a3c96;
	font-size: 48px;
	position: relative;
}

.linkcart a span {
	background: #137fad;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 23px;
	padding: 0;
	position: absolute;
	right: 4px;
	text-align: center;
	top: 20px;
	width: 26px;
}

.login {
	float: right;
	margin: 0;
}

.login .navbar-nav {
	padding-right: 0;
}

.login a {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 0px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	margin: 5px 3px 4px;
	padding: 5px 15px;
}

.login a .fa {
	color: #999;
	margin-left: 5px;
}

.login a:hover {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.login_page {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
}

.login_page .form-control {
	border: 1px solid #eee;
	border-radius: 0;
	font-size: 14px;
}

.login_page h1 {
	background-color: #59b356;
	color: #fff;
	font-size: 28px;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.navbar-brand {
	color: #777;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.navbar-brand img {
	padding: 10px;
	width: 150px;
}

.navbar-brand:hover {
	color: #777;
}

.section {
	padding: 15px 0;
}

.sidemenu {
	background-color: #fff !important;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.sidemenu .accordion .card {
	border: 0 solid #eee;
	border-radius: 0;
}

.sidemenu .accordion .card .card-body .list-group-item {
	background-color: #fff;
	border: 0 solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid #eee;
	color: #888;
	display: block;
	font-size: 13px;
	margin-bottom: 0;
	padding: 10px 40px 10px 5px;
	position: relative;
}

.sidemenu .accordion .card .card-body .list-group-item:hover {
	background-color: #eee;
}

.sidemenu .accordion .card .card-header {
	border-bottom: 0 solid rgba(0, 0, 0, .125);
	padding: 0;
}

.sidemenu .accordion .card .card-header a.btn-link {
	background-color: #f1f1f1;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	color: #666;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 12px;
	position: relative;
	text-align: right;
	width: 100%;
}

.sidemenu .accordion .card .card-header a.btn-link.collapsed,
.shopcart {
	background-color: #fff;
}

.sidemenu .accordion .card .card-header a.btn-link:hover {
	background-color: #f1f1f1;
}

.sidemenu .accordion .card img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	border: 1px solid #ddd;
}

.social-media {
	display: inline-block;
	margin: 0;
	padding: 0 1px;
	text-align: left;
	width: 100%;
}

.social-media .btn {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	margin: 1px 2px 0 0;
	padding: 5px 10px;
}

.social-media .btn .fa {
	font-size: 16px;
	margin-left: 4px;
}

.social-media a {
	background-color: #fff;
	border-radius: 50%;
	border-right: 1px solid #dc8b2e;
	color: #999;
	display: inline-block;
	font-size: 18px;
	height: 30px;
	margin: 2px;
	padding: 1px;
	text-align: center;
	width: 30px;
}

.social-media a:hover {
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
}

.tophead {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	background-color: #59b356;
	border-bottom: 1px solid #59b356;
	transition: all .5s;
}

a,
a:hover,
.card-header>a.btn-link:hover,
.card-header>a.btn-link:active,
.card-header>a.btn-link:focus {
	text-decoration: none;
}

body {
	background-color: #f5f5f5;
	direction: rtl;
	font-family: Cairo, sans-serif;
	text-align: right;
}

footer {
	background-color: #333;
	margin-top: 30px;
}

h1 h2 h3 h4 h5 h6 {
	color: #333;
}

h1 {
	font-size: 18px;
}

h1.form_header {
	background-color: #59b356;
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 14px;
	text-align: center;
}

h3.category {
	background-color: #b1cf3a;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;
}

header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

p {
	color: #777;
	line-height: 26px;
}

.list-group {
	padding: 0;
}

@media(max-width: 567px) {
	.disno {
		display: none;
	}

	.social-media .btn .fa {
		margin-left: 1px;
	}

	.social-media a {
		margin: 5px 2px;
	}
}

@media(max-width: 500px) {
	.product-item .form-cart .col-6 {
		width: 100%;
	}

	.product-item .input-group {
		margin-bottom: 8px;
		padding-left: 0;
	}

	.product-item .item-image {
		height: 130px;
		overflow: hidden;
		padding: 3px 10px;
		position: relative;
		text-align: center;
		transition: all 1s;
	}

	.product-item h4 {
		text-align: center;
	}
}

#message {
	position: fixed;
	bottom: 1px;
}

.btn-cartadded {
	background-color: #b1cf3a;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	height: 30px;
	padding: 4px;
	width: 100%;
}

.scrollmenu {
	overflow: auto;
	white-space: nowrap;
	background-color: #fff;
	width: 100%;
}

.scrollmenu div {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.hide {
	display: none;
}

.error {
	color: #ff0000;
}

img {
	max-width: 100%;
}

div#gmap {
	margin: auto;
	width: 100%;
	height: 200px;
}

#float_cart {
	position: fixed;
	bottom: 1px;
	left: 5px;
	z-index: 9999;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {}

/* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

	#accordionCategories {
		display: none;
	}

}

/* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

	#accordionCategories {
		display: none;
	}

	.col-product {
		padding: 5px 0px;
	}

	.table td,
	.table th {
		font-size: 0.5rem;
		padding: .25rem 0;
	}

	.btn {
		padding: .25rem .5rem;
	}

}



#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 9999999999;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}

#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

#invoice {
	padding: 30px;
}

.invoice {
	position: relative;
	background-color: #FFF;
	min-height: 680px;
	padding: 15px
}

.invoice header {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #3989c6
}

.invoice img.logo {
	width: 50%;
}

.invoice .company-details {
	text-align: right
}

.invoice .company-details .name {
	margin-top: 0;
	margin-bottom: 0
}

.invoice .contacts {
	margin-bottom: 20px
}

.invoice .invoice-to {
	text-align: left
}

.invoice .invoice-to .to {
	margin-top: 0;
	margin-bottom: 0
}

.invoice .invoice-details {
	text-align: right
}

.invoice .invoice-details .invoice-id {
	margin-top: 0;
	color: #3989c6
}

.invoice main {
	padding-bottom: 50px
}

.invoice main .thanks {
	margin-top: -100px;
	font-size: 2em;
	margin-bottom: 50px
}

.invoice main .notices {
	padding-left: 6px;
	border-left: 6px solid #3989c6
}

.invoice main .notices .notice {
	font-size: 1.2em
}

.invoice table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px
}

.invoice table td,
.invoice table th {
	padding: 15px;
	background: #eee;
	border-bottom: 1px solid #fff
}

.invoice table th {
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px
}

.invoice table td h3 {
	margin: 0;
	font-weight: 400;
	color: #3989c6;
	font-size: 1.2em
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
	text-align: right;
	font-size: 1.2em
}

.invoice table .no {
	color: #fff;
	font-size: 1.6em;
	background: #3989c6
}

.invoice table .unit {
	background: #ddd
}

.invoice table .total {
	background: #3989c6;
	color: #fff
}

.invoice table tbody tr:last-child td {
	border: none
}

.invoice table tfoot td {
	background: 0 0;
	border-bottom: none;
	white-space: nowrap;
	text-align: right;
	padding: 10px 20px;
	font-size: 1.2em;
	border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
	border-top: none
}

.invoice table tfoot tr:last-child td {
	color: #3989c6;
	font-size: 1.4em;
	border-top: 1px solid #3989c6
}

.invoice table tfoot tr td:first-child {
	border: none
}

.invoice footer {
	width: 100%;
	text-align: center;
	color: #777;
	border-top: 1px solid #aaa;
	padding: 8px 0
}

@media print {
	.invoice {
		font-size: 11px !important;
		overflow: hidden !important
	}

	.invoice footer {
		position: absolute;
		bottom: 10px;
		page-break-after: always
	}

	.invoice>div:last-child {
		page-break-before: always
	}
}

img.badge-soled {
	position: absolute;
	right: 0px;
	top: 0px;
}

.mdi-36px {
	font-size: 39px;
	margin-right: 10px
}

#logo {
	margin: 10% auto;
}