/* main styles */
.popover {
	position: absolute;
	background-color: #fff;
	z-index: 111;
	color: #000;
	border-radius: 10px;
	font-size: 13px;
	line-height: 18px;
	top: 0;
	left: 5px;
	width: 280px;
	text-align: center;
	text-indent: 0;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #e1e3e8;
	padding: 10px 15px;
}

.popover.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.popover.fade.in {
	opacity: 1;
}

.popover.top {
	margin-top: -10px;
}

.popover:after,
.popover:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: 100%;
	left: initial !important;
	right: 35px;
	margin: auto;
}

.popover:after {
	top: calc(100% - 1px);
	border-width: 11px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.popover:before {
	right: 34px;
	border-width: 11px 11px 0 11px;
	border-color: #e1e3e8 transparent transparent transparent;
}

.popover .popover-content {
	font-size: 14px;
	font-weight: 400;
	color: #96979f;
}

.popover .popover-title {
	height: 30px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popover .popover-title .inline-icon {
	transform: scale(0.75);
	margin-right: 4px;
}

.popover .popover-title a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}

.link-details-review a,
.category-desc a {
	color: #2eaf61 !important;
}

.link-header {
	position: relative;
	color: #fff;
	font-size: 39px;
	padding: 5px 5px 5px 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0 0 5px 0;
}

.link-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	width: 100%;
	height: 3px;
	border-radius: 1px;
	/*background-color: #635d74;*/
}

.link-header .inline-icon {
	margin: -5px 5px 0 0;
}

@media (max-width: 576px) {
	.link-header .inline-icon {
		margin: 0;
	}
}

.link-header .link-header-back {
	display: none !important;
}

.link-header h2,
.link-header h1 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	color: #767676;
}

@media (max-width: 991px) {
	.link-header h2,
	.link-header h1 {
		font-size: 20px;
		font-weight: 500;
	}
}

/* main styles */
/* 404 page */
.block-404 {
	margin: 40px 0 50px 0;
	padding: 0 60px;
	width: 100%;
}

@media (max-width: 1400px) {
	.block-404 {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.block-404 {
		padding: 0;
	}
}

.block-404 .info {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

@media (max-width: 767px) {
	.block-404 .info {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

.block-404 .img-holder {
	width: 546px;
	height: 546px;
	position: relative;
	margin-right: 68px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.block-404 .img-holder svg {
	width: 331px;
	height: 384px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.block-404 .img-holder svg .mascot-glasses {
	position: relative;
	animation: glasses 5s;
	transform: translateY(0);
}

.block-404 .img-holder:before {
	content: '';
	background-color: #fff4e5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 0;
	animation: bigdot 5s;
}

.block-404 .img-holder:after {
	content: '';
	position: absolute;
	top: 6px;
	right: -43px;
	width: 98px;
	height: 97px;
	background-color: #fff4e5;
	border-radius: 50%;
	z-index: 0;
	animation: smalldot 5s;
}

@media (max-width: 1400px) {
	.block-404 .img-holder {
		width: 450px;
		height: 451px;
		margin-right: 50px;
	}
	.block-404 .img-holder svg {
		width: 292px;
		height: 340px;
	}
	.block-404 .img-holder:after {
		width: 80px;
		height: 80px;
		top: 5px;
		right: -36px;
	}
}

@media (max-width: 991px) {
	.block-404 .img-holder {
		width: 353px;
		height: 354px;
		margin-right: 35px;
	}
	.block-404 .img-holder svg {
		width: 229px;
		height: 266px;
	}
	.block-404 .img-holder:after {
		width: 64px;
		height: 64px;
		top: -26px;
		right: -20px;
	}
}

@media (max-width: 767px) {
	.block-404 .img-holder {
		width: 325px;
		height: 325px;
		margin-right: 0;
	}
	.block-404 .img-holder svg {
		width: 210px;
		height: 244px;
	}
	.block-404 .img-holder:after {
		width: 59px;
		height: 59px;
		top: -26px;
		right: -1px;
	}
}

@media (max-width: 480px) {
	.block-404 .img-holder {
		width: 192px;
		height: 192px;
	}
	.block-404 .img-holder svg {
		width: 124px;
		height: 144px;
	}
	.block-404 .img-holder:after {
		width: 35px;
		height: 35px;
		top: -15px;
		right: 0;
	}
}

.block-404 .text-holder .title {
	color: #ff9701;
	font-size: 160px;
	font-weight: 500;
	margin-bottom: 26px;
	margin-left: -5px;
}

@media (max-width: 1400px) {
	.block-404 .text-holder .title {
		font-size: 150px;
	}
}

@media (max-width: 991px) {
	.block-404 .text-holder .title {
		font-size: 130px;
	}
}

@media (max-width: 767px) {
	.block-404 .text-holder .title {
		font-size: 120px;
	}
}

@media (max-width: 480px) {
	.block-404 .text-holder .title {
		font-size: 80px;
		margin-bottom: 11px;
	}
}

.block-404 .text-holder .subtitle {
	color: #4e4e4e;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 17px;
}

.block-404 .text-holder .text {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 41px;
}

.block-404 .text-holder .btn {
	display: inline-block;
	box-shadow: 0 5px 9px rgba(255, 151, 1, 0.33);
	border-radius: 10px;
	width: 170px;
	background-color: #ff9701;
	padding: 14px 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	outline: none;
	cursor: pointer;
}

@media (min-width: 1025px) {
	.block-404 .text-holder .btn:hover {
		animation: pulse-yellow 1s;
	}
}

.block-404 .text-holder .btn img {
	transform: rotate(180deg);
}

@media (min-width: 1025px) {
	.block-404 .text-holder .btn:hover img {
		animation: backButtonArrow 1s infinite;
	}
}

/* 404 page */
