/*----*/

@font-face {
	font-family: 'mithella-font';
	src: url('../../fonts/Mithella-Regular.otf') format('opentype');
}

body {
	font-family: 'mithella-font';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600 !important;
}
p, li{
	color: #575757;
}

/*----*/

.make-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.form_error_text p {
	margin: 5px 0 0;
}

.btn-close:focus,
.btn:focus {
	box-shadow: none;
}

a:hover {
	color: #3d974e;
	transition: 0.3s;
}

a:focus,
button:focus {
	outline: 0;
	box-shadow: none;
}

.pagination {
	margin-bottom: 0;
}

.pagination .page-link:focus {
	box-shadow: none;
	color: #3d974e;
}

.header-dropdown .dropdown-menu .dropdown-item a {
	color: #575757;
	transition: 0.2s;
}

.header-dropdown .dropdown-menu .dropdown-item:hover {
	background: #709f43;
}
.header-dropdown .dropdown-menu .dropdown-item:hover p{
	color: #fff;
}
.header-dropdown .dropdown-menu .dropdown-item:hover a {
	color: #fff;
}

#slider-section .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
}

#slider-section .owl-carousel .owl-nav button {
	margin: 0;
	background: white;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.05);
	opacity: 0.4;
	transition: 0.2s;
}

#slider-section .owl-carousel .owl-nav button span {
	position: relative;
	top: -5px;
}

.fs-6 {
	font-size: 1rem !important;
}

.fs-7 {
	font-size: 0.75rem !important;
}
.ls-1{
	letter-spacing: 1px;
}
.ls-2{
	letter-spacing: 2px;
}

/*-- 30.1.2022 --*/

.bg-yellow {
	background-color: #fcae2e;
}

.bg-dark-green {
	background-color: #2f4b08;
}

.bg-med-green {
	background-color: #709f43;
}
.text-med-green {
	color: #709f43;
}

.bg-transparent {
	background-color: transparent;
}

.opacity-70 {
	opacity: 0.7;
}
.opacity-80 {
	opacity: 0.8;
}

.btn-white {
	background-color: #fff;
	color: #2f4b08;
}

/*.coupon-strip {
	background-image: url('assets/frontend/images/coupon-bg.png');
	background-repeat: no-repeat;
}*/

.coupon-strip .bg-dark-green:after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.4) 50%, rgba(229, 172, 142, 0));
	/*background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgb(252 174 46 / 32%) 50%, rgba(229, 172, 142, 0));*/
	transform: rotateZ(60deg) translate(-5em, 7.5em);
	animation: sheen 1.8s forwards infinite;
}

@keyframes sheen {
	100% {
		transform: rotateZ(60deg) translate(1em, -9em);
	}
}

.icon-hand {
	margin: auto;
	-webkit-animation: hand-move 1s infinite alternate;
	animation: hand-move 1s infinite alternate;
}

@-webkit-keyframes hand-move {
	to {
		-webkit-transform: translateX(10px);
	}
}

@keyframes hand-move {
	to {
		transform: translateX(10px);
	}
}


/*31.1.2022*/

.video-home:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('../../images/video-bg.png');
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.inside-magazine:before {
	content: "";
	position: absolute;
	background: url('../../images/wave.png') center top repeat;
	display: inline-block;
	width: 100%;
	height: 25px;
	left: 0;
	background-size: 1920px 25px;
	-webkit-animation: wave-animation1 8.7s infinite alternate;
	-moz-animation: wave-animation1 8.7s infinite alternate;
	-o-animation: wave-animation1 8.7s infinite alternate;
	animation: wave-animation1 8.7s infinite alternate;
	top: -25px;
}

@-webkit-keyframes wave-animation1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 932px 0;
	}
}

@-moz-keyframes wave-animation1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 932px 0;
	}
}

@-o-keyframes wave-animation1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 932px 0;
	}
}

@keyframes wave-animation1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 932px 0;
	}
}

.boxes-magazine {
	background-color: rgb(255 255 255 / 5%);
	transition: 0.2s;
}

.boxes-magazine:hover {
	background-color: transparent;
	transform: translateY(-10px);
}

.subscribe-pnl .form-group input {
	background: #ffffff0f;
	border-color: transparent;
	color: #fff;
}

.subscribe-pnl .form-group input::placeholder {
	color: #fff;
}

#faq-section:before,
#faq-section:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-image: url('../../images/faq-bg.png');
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
	/*background-color: #fcae2e14;*/
	background-color: transparent;
	background-repeat: repeat;
	display: inline-block;
	-webkit-animation-name: faq-rise;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-name: faq-rise;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	/*opacity: 0.5;*/
}

@-webkit-keyframes faq-rise {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

@keyframes faq-rise {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

#faq .accordion {
	border-radius: calc(0.25rem - 1px);
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item:not(:first-of-type) {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.check-icons li:before {
	content: '';
	height: 15px;
	width: 15px;
	background-image: url('../../images/tick.png');
	position: absolute;
	top: 7px;
	left: -25px;
	background-size: contain;
}

#sidebar {
	background-image: url('../../images/nav-bg.png');
	background-size: cover;
}

div#cart-items .media,
.empty-cart {
	background: #ffffffa6;
}

.popups-common .modal-body form input {
	background: #f8f8f8;
	border-color: transparent;
	padding: 14px 20px;
}

.popups-common .modal-body form input:focus {
	background: #edebeb;
}

.pagination .page-item .page-link {
	padding: 0.375rem 1rem;
}

.pagination .page-item .page-link:hover {
	border-color: transparent;
	color: #fff;
	background: #709f43;
}

.links-footer li a {
	transition: 0.2s;
}

.links-footer li a.opacity-70:hover {
	opacity: 1;
}

.faq-heading {
	z-index: 1;
}

.faq-heading:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: -19px;
	background-image: url('../../images/faq-text-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 100px;
	background-position: center;
	/* text-align: center; */
}


/*3minutes popup*/

.minute-popup .modal-header .btn-close {
	opacity: 1;
	height: 30px;
	width: 30px;
	box-sizing: border-box;
	background-size: 10px;
	z-index: 1;
}

.minute-popup .modal-dialog .logo {
	max-width: 130px;
}

.minute-popup .three-min-content {
	padding: 20px;
	border: 3px solid #81c739;
	background: #ffffffeb;
}

.minute-popup .three-min-content a.text-decoration-underline {
	color: #709f43;
}

.percent-off {
	z-index: 1;
}

.percent-off img {
	z-index: -1;
	max-width: 60%;
	animation: stroke-move 1s infinite alternate;
	top: 7px;
}

@-webkit-keyframes stroke-move {
	from {
		-webkit-transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.08);
	}
}

@keyframes stroke-move {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.08);
	}
}

.table-shopping-cart input,
input.coupon,
.php-email-form input,
.php-email-form textarea {
	background: #f8f8f8;
	border-color: transparent;
	padding: 10px 15px;
}

.accordion .accordion-item .accordion-button, .accordion .accordion-item .accordion-button.collapsed {
	background: #fbfbfb;
	color: #709f43;
}
.accordion .accordion-item{
	border: 1px solid rgb(0 0 0 / 8%);
}
.accordion .accordion-item .accordion-button::after {
	background-image: url('../../images/accordion-arrow.png');
	background-size: contain;
}

.heading-about img{
	max-width: 60px;
	z-index: -1;
	right: -50px;
}

.sun-about{
	animation: move-infinite 4s infinite alternate;
	top: 0;
	left: -45px;
	z-index: -1;
}
.rocket-about{
	animation: move-infinite 4s infinite alternate;
	bottom: 0;
	right: -45px;
	z-index: -1;
}
.efficiency-wrapper{
	z-index: 0;
}

@-webkit-keyframes move-infinite {
	from {
		-webkit-transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-50px);
	}
}

@keyframes move-infinite {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-50px);
	}
}

.parental-sec{
	background-image: url('../../images/single-blog-bg.png');
	background-size: cover;
	background-attachment: fixed;
}

/*subscribe page*/
.content-subs h2 img {
    right: 10px;
    bottom: 80%;
    z-index: -1;
}
.subscription-duration:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 50px;
	height: 5px;
	background: #709f43;
	bottom: -20px;
	margin: 0 auto;
}
.subscribe-plan-boxes {
    border: 4px solid #f8f8f8;
    transition: 0.2s;
    border-radius: 7px;
}
.subscribe-plan-boxes:hover{
	transform: translateY(-10px);
}
.subscribe-plan-boxes.three-months{
	border-color: #169ddd;
}
.subscribe-plan-boxes.three-months .subscription-duration:after{
	background: #169ddd;
}
.subscribe-plan-boxes.three-months ul li::marker{
	color: #169ddd;
}
.subscribe-plan-boxes.three-months .green-btn{
	background: #169ddd;
}
.subscribe-plan-boxes.six-months{
	border-color: #dd5f16;
}
.subscribe-plan-boxes.six-months .subscription-duration:after{
	background: #dd5f16;
}
.subscribe-plan-boxes.six-months ul li::marker{
	color: #dd5f16;
}
.subscribe-plan-boxes.six-months .green-btn{
	background: #dd5f16;
}
.subscribe-plan-boxes.one-year{
	border-color: #16ddb8;
}
.subscribe-plan-boxes.one-year .subscription-duration:after{
	background: #16ddb8;
}
.subscribe-plan-boxes.one-year ul li::marker{
	color: #16ddb8;
}
.subscribe-plan-boxes.one-year .green-btn{
	background: #16ddb8;
}
.subscribe-plan-boxes.six-months .tagline-popular {
    background: #dd5f16;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    border-radius: 2px;
}
.subscribe-plan-boxes.six-months .tagline-popular:before {
    content: '';
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 11px 11px;
    border-color: transparent transparent #f77b33 transparent;
    top: 0;
    z-index: 0;
}
.subscribe-plan-boxes.six-months .tagline-popular:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 0 11px;
    border-color: transparent transparent transparent #f77b33;
    top: 0;
    z-index: 0;
}
.image-content-subscribe {
    z-index: 0;
}
.checkbox-book{
	background: rgba(255,255,255,0.3);
}

/*MEDIA QUERIES*/

@media(min-width: 576px) {
	.minute-popup .modal-dialog {
		max-width: 550px;
	}
	.minute-popup .modal-dialog .modal-content {
		background-image: url('../../images/discount-popup-bg.png');
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media(min-width: 768px) {
	.minute-popup .modal-body {
		padding: 3rem;
	}
}

@media(min-width: 992px) {
	.header-dropdown {
		position: relative;
	}
	.header-dropdown:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 60%;
		width: 1px;
		background: #e3e3e3;
	}
	.mobile-block {
		display: none;
	}
	.max-width-70 {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.mw-80 {
		max-width: 80%;
	}
	.popups-common .modal-header {
		right: -14px;
		top: -13px;
		justify-content: flex-end;
		position: absolute;
		z-index: 9;
	}
	.popups-common .modal-header button.btn-close {
		background-color: #fff;
		border-radius: 50px;
		opacity: 1;
		background-size: 10px;
		box-shadow: 0 5px 3px 0px rgba(0, 0, 0, 0.1);
		margin: 0;
	}
	#slider-section .owl-stage .owl-item .item img{
		height: 250px;
		object-fit: cover;
	}
	/*subscribe page*/
	.subscription-banner{
		padding-bottom: 150px;
	}
	.image-content-subscribe{
		padding: 0px;
	}
	.img-subs{
		top: -100px;
	}
	/*.image-content-subscribe:after {
		content: '';
		position: absolute;
		height: 60%;
		width: 100%;
		background: #fcaf2f;
		bottom: 0;
		z-index: -1;
	}*/
}

@media(max-width: 991px) {
	br {
		display: none;
	}
	.subscribe-btn-outer h3 {
		font-size: 2.4rem;
	}
	.navbar-light .navbar-toggler span.navbar-toggler-icon {
		height: 1.25rem;
		width: 1.25rem;
	}
	button.navbar-toggler {
		padding: 0.4rem 0.75rem;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.navbar-collapse {
		border-top: 1px solid #ececec;
	}
	.mobile-none {
		display: none;
	}
}

@media(max-width: 767px) {
	a.btn.green-btn {
		font-size: 14px !important;
	}
	.accordion-item .accordion-button {
		font-size: 15px;
		line-height: 24px;
	}
	.copyright-bottom {
		font-size: 14px;
	}
	.minute-popup .modal-dialog .modal-content {
		margin-top: 20px;
	}
}