@import url('https://fonts.googleapis.com/css?family=Cairo:600,700');

body {
	font-family: 'Cairo', sans-serif;
}

.light-grey-b {
	background: #fff;
	padding-top: 117px;
	min-height: 80vh;
}
.home-img.carousel-inner {
	height: 84.5vh;
}
@media (max-width: 768px) {
	.home-img.carousel-inner {
		height: 100%;
	}
	.top-product .card-img-control {
		min-height: 200px!important;
		max-height: 200px!important;
	}
	.top-product .card-img-top {
		min-height: 200px!important;
		max-height: 200px!important;
	}
}
@media screen and (max-width: 1600px) {
	.light-grey-b {
		padding-top: 83px;
	}
	.home-img.carousel-inner {
		height: 90vh;
	}
}
.container a {
	text-decoration: none;
}

.cat-product,
.cat-product a {
	border-radius: 0!important;
	text-align: center;
	text-decoration: none;
	color: inherit;
}
.cat-product:hover {
	cursor: pointer;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.top-product {
	border: none;
	border-radius: 0;
	transition: all .2s ease-in-out;
}

.top-product a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.top-product:hover {
	/*box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);*/
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}

.top-product .card-img-top {
	display: block;
	width: auto!important;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 300px;
	max-width: 300px;
	border-radius: 0;
}


.top-product .addcart {
	color: #ff6600;
	text-align: center;
	max-width: 26px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	transition: max-width 0.5s ease-out;
}

.top-product .addcart span {
	font-size: 15px;
	font-weight: bold;
}
	
.top-product .addcart:hover {
	max-width: 150px;
	transition: max-width 0.5s ease-out;
}

.top-product .addcart:hover span {
	display: inline-block;
}


.bg-filter {
	background: rgba(0,0,0,0.5);
}

.toshop {
	position: relative;
	color: #fff;
	background-image: url("../img/shop.jpg");
	height: 70vh;
	background-position: 100% 80%;
	background-size: cover;
}

.toshop .content-right {
	position: absolute;
	right: 0;
	width: 40vw;
}

.b-shop {
	padding: 10px 40px;
	color: #fff;
	font-weight: bold;
	background-color: #faae31;
	border: none;
	cursor: pointer;
	text-decoration: none;
}


.j-modal .modal-content {
	border-radius: 0!important;
	top: 50px;
}
.j-modal .modal-logo {
	position: absolute;
	top: -110px;
	left: 180px;
}
.j-modal .modal-logo img {
	background-color: #fff;
	border-radius: 40%;
}
.j-modal .modal-dismiss button {
	position: absolute;
	z-index: 1;
	background: rgb(0, 0, 0);
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	right: -16px;
	top: -16px;
	border: none;
	cursor: pointer;
	outline: none;
}


.b-sign-up,
.b-sign-f,
.b-sign-g,
.b-add-cart,
.b-sign-f:hover,
.b-sign-g:hover,
.b-sign-f:focus,
.b-sign-g:focus {
	border: none;
	outline: none;
	padding: 15px 70px;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}
.b-sign-up,
.b-upload {
	background: #faae31;
}
.b-add-cart {
	background: #ff6600;
}
.b-sign-f {
	background: #3b5998;
}
.b-sign-g,
.b-remove {
	background: #d34836;
}
.btn-disabled {
	background: lightgrey!important;
	cursor: not-allowed!important;
}


.reg {
	background: #f7f7f7;
	border-radius: 10px;
}

.bdrs-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.bdrs-btm {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.p-color {
	color: #ff6600;
}

#confirmP,
#correctpw {
	color: #fa0000;
	display: inline-block;
	top: -1.5em;
	position: relative;
}
.inp  {
	box-sizing: border-box;
	width: 100%;
	height: calc(3em + 2px);
	margin: 0 0 1em;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 1.5em;
	background: #fff;
	resize: none;
	outline: none;
}
.inp:focus {
 	border-color: #00bafa;
}
.inp:focus + label[placeholder]:before {
	color: #00bafa;
	font-size: 16px;
	background: #fff;
}
.inp:focus + label[placeholder]:before,
.inp:valid + label[placeholder]:before,
.inp#oldpassword:read-only + label[placeholder]:before,
select.inp:invalid + label[placeholder]:before,
select.inp:invalid:focus + label[placeholder]:before,
select.inp:valid:focus + label[placeholder]:before {
	transition-duration: 0.2s;
	-webkit-transform: translate(0, -1.7em) scale(0.9, 0.9);
	      	transform: translate(0, -1.7em) scale(0.9, 0.9);
}

.inp:read-only:focus + label[placeholder]:before {
	-webkit-transform: translate(0, 0) scale(1, 1);
			transform: translate(0, 0) scale(1, 1);
}
.inp:invalid + label[placeholder][alt]:before {
	content: attr(alt);
}
.inp + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 1.25em;
	margin-top: calc(-3em - 2px);
	margin-bottom: calc((3em - 1em) + 2px);
}
.inp + label[placeholder]:before {
	content: attr(placeholder);
	display: inline-block;
	margin: 0 calc(1em + 2px);
	padding: 0 2px;
	color: #898989;
	font-size: 16px;
	white-space: nowrap;
	transition: 0.3s ease-in-out;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
	/*background: #fff;*/
}

textarea.inp + label[placeholder] {
	margin-top: calc(-12.8em - 2px);
	margin-bottom: calc((12.8em - 1em) + 2px);
}

textarea.inp {
	height: 200px;
}

textarea.inp::-webkit-scrollbar {
	width: 10px;
}

textarea.inp::-webkit-scrollbar-track {
	background: rgba(0,0,0,0);
}

textarea.inp::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 50px;
}

textarea.inp::-webkit-scrollbar-thumb:hover {
	background: #555;
}


select.inp {
	padding: 0 1em;
}

input[type="radio"] {
	transform: scale(1.3);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}


input[type="checkbox"] + label {
	width: 20px;
	height: 20px;
	border: 3px solid #555;
	transition: all ease-out 200ms;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	cursor: pointer;
}

input[type="checkbox"] + label:hover {
	border: 3px solid #333;
}

input[type="checkbox"] + label:after {
	content: "";
	position: absolute;
	height: 10px;
	margin-top: 3px;
	border-bottom: 3px solid #22b573;
	border-left: 3px solid #22b573;
	-webkit-transform-origin: bottom left;
	      transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	opacity: 0;
	transition: all ease-out 200ms;
}

input[type="checkbox"]:checked + label {
  border: 3px solid #22b573;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  width: 25px;
}



.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #22b573;
}
.option-input:checked::before {
  height: 15px;
  width: 15px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #22b573;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}



.btn-remove {
	color: #555;
	font-size: 25px;
}
.btn-remove:hover {
	color: #333;
}



.inp-file:hover {
	cursor: pointer;
}

.profile-picture img {
	max-height: 200px;
	max-width: 200px;
	min-height: 200px;
	min-width: 200px;
	border: 5px solid lightgrey;
	border-radius: 50%;
}

.profile-control a {
	color: #555;
	font-weight: bold;
}
.profile-control a:hover {
	color: #333;
}

.b-upload,
.b-remove {
	border: none;
	outline: none;
	padding: 5px 10px;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.cart a {
	text-decoration: none;
	color: #555;
}
.cart a:hover {
	color: #333;
}
.cart-total span {
	font-weight: bold;
	font-size: 30px;
}
.cart-desc {
	color: #888;
}


.timeline {
	width: 100%;
	/*max-width: 800px;*/
	background: #fff;
	padding: 100px 50px;
	position: relative;
	box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(33% + 15px);
	bottom: 0px;
	width: 4px;
	background: #ddd;
}
.timeline:after {
	content: "";
	display: table;
	clear: both;
}

.timeline .entry {
	clear: both;
	text-align: left;
	position: relative;
}
.timeline .entry .title {
	margin-bottom: .5em;
	float: left;
	width: 33%;
	padding-right: 30px;
	text-align: right;
	position: relative;
}
.timeline .entry .title:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 4px solid salmon;
	background-color: #fff;
	border-radius: 100%;
	top: 15%;
	right: -8px;
	z-index: 5;
}
.timeline .entry .title h3 {
	margin: 0;
	font-size: 120%;
}
.timeline .entry .title p {
	margin: 0;
	font-size: 100%;
}
.timeline .entry .body {
	margin: 0 0 3em;
	float: right;
	width: 66%;
	padding-left: 30px;
}
.timeline .entry .body p {
 	line-height: 1.4em;
}
.timeline .entry .body p:first-child {
	margin-top: 0;
	font-weight: 400;
}
.timeline .entry .body ul {
	color: #aaa;
	padding-left: 0;
	list-style-type: none;
}
.timeline .entry .body ul li:before {
	content: "–";
	margin-right: .5em;
}

.list-group .active img {
	border: 3px solid lightgrey;
}
.list-group img {
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100px;
	max-width: 95%;	
}

.shop-pick {
	border-right: 5px dashed #333;
}
.shop-img img {
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 300px;
	max-width: 95%;
}
.sg-product .green {
	font-weight: bold;
	color: green;
}
.sg-product .red {
	font-weight: bold;
	color: red;
}
.sg-product h6 {
	color: #555
}
.sg-product .sg-content {
	min-height: 280px;
	color: #666;
}

.orange {
	color: orange;
}

.review-img {
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100px;
	max-height: 100px;
}


.rating .rating-group {
  display: inline-flex;
}
.rating .rating-icon {
  pointer-events: none;
}
.rating .rating-input {
  position: absolute !important;
  left: -9999px !important;
}
.rating .rating-label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
  margin-bottom: 0;
}
.rating .rating-icon-star {
  color: orange;
}
.rating .rating-icon-none {
  color: #eee;
}
.rating .rating-input-none:checked + .rating-label .rating-icon-none {
  color: red;
}
.rating .rating-input:checked ~ .rating-label .rating-icon-star {
  color: #ddd;
}
.rating .rating-group:hover .rating-label .rating-icon-star {
  color: orange;
}
.rating .rating-input:hover ~ .rating-label .rating-icon-star {
  color: #ddd;
}
.rating .rating-group:hover .rating-input-none:not(:hover) + .rating-label .rating-icon-none {
  color: #eee;
}
.rating .rating-input-none:hover + .rating-label .rating-icon-none {
  color: red;
}


.b-create {
	outline: none;
	border: none;
	background-color: #cc9900;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.s-img {
	max-height: 50px;
	max-width: 50px;
	min-height: 50px;
	min-width: 50px;
	border: 3px solid lightgrey;
}
.s-img2x {
	max-height: 70px;
	max-width: 70px;
	min-height: 70px;
	min-width: 70px;
	border: 3px solid lightgrey;	
}

.s-product {
	max-height: 300px;
	max-width: 300px;
	border: 5px solid lightgrey;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.control-panel a {
	color: #fff;
	text-decoration: none;
}
.control-panel a div {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.control-chart {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #1fae66;
}
.control-orders,
.control-users,
.control-reviews {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.control-orders {
	border: 1px solid #f85d2c;
}
.control-users {
	border: 1px solid #f89c2c;
}
.control-reviews {
	border: 1px solid #23709e;
}
.control-chart>a,
.control-orders>a,
.control-users>a,
.control-reviews>a {
	text-decoration: none;
	color: #fff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.control-chart>a h5 {
	background: #1fae66;
}
.control-orders>a h5 {
	background: #f85d2c;
}
.control-users>a h5 {
	background: #f89c2c;	
}
.control-reviews>a h5 {
	background: #23709e;
}
.orders-list {
	border-bottom: 1px solid #f85d2c;
}
.users-list {
	border-bottom: 1px solid #f89c2c;
}
.reviews-list {
	border-bottom: 1px solid #23709e;
}
.reviews-list a:hover {
	background-color: #c0dff2;
}
.users-list a:hover {
	background-color: #fde8ce;
}
.orders-list:hover {
	background-color: #fdd9ce;
}
.orders-list>a,
.users-list>a,
.reviews-list>a {
	text-decoration: none;
	color: inherit;
}
.orders-list p,
.users-list p,
.reviews-list p {
	font-size: 15px;
}
.orders-list i,
.users-list i,
.reviews-list i {
	color: #aaa;
}
.control-cat {
	box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.control-cat .btn-success {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.control-cat .btn-danger {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.order-active {
	border:5px solid #ff6600;
	border-radius: 50%;
	height: 135px; 
	width: 135px; 
	color: #ff6600;
}
.order-icon {
	margin-top: 30px; 
	margin-left: 5px; 
	font-size: 40px;
}
.order-tick {
	font-size: 25px;
	opacity: 0;
}
.order-tick-active {
	font-size: 25px;
}
.order-active-line {
	border: 5px solid #ff6600;
	margin-top: 63px;
}
.order-normal {
	border:5px solid #000;
	border-radius: 50%;
	height: 135px; 
	width: 135px; 
	color: #000;
}
.order-normal-line {
	border: 5px solid #000;
	margin-top: 63px;
}

.footer-follow h5 {
	font-weight: 700;
}
.footer-follow span a {
	color: #fff;
}