header {
	background-image: url('https://cdn.erply.com/assets/396198/image/Finetrek-pais-5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.header__content {
	display: flex;
	gap: 20px;
}

.header__links {
	display: flex;
	gap: 20px;
	margin-left: 20px;
}

.header__links.cart__loader .header__hamburger {
	display: none;
}

.header__link {
	color: #fff;
    width: 100%;
    display: block;
    min-width: max-content;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
	transition: .2s all;
	background: none;
	font-size: 0.9rem;
	padding: 5px 10px;
	height: 100%;
	text-align: center;
}

#logout-form.desktop {
	width: 100%;
}

.header__loggedUser {
	text-align: end;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: 27px;
	padding-top: 10px;
}

.header__loggedUser p {
	line-height: 1.5;
}

.js__header__open-cart {
	position: relative;
}

.js__header__open-cart span {
	min-width: 20px;
    height: 20px;
    border-radius: 100%;
    background: green;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
	padding: 5px;
}

@media(min-width:992px) {
	.js__header__open-cart span {
		min-width: 25px;
		height: 25px;
	}
}

.header__link:hover {
	border-color: #fff;
	background: none;
}

.header__content-left img {
	height: 90px;
	width: auto;
}

.header__content-right {
	flex: 1;
	display: flex;
    flex-direction: column;
	justify-content: center;
	gap: 40px;
}

.header__content-right > div {
	display: flex;
	align-items: center;
}

.header__content-left a {
	display: block;
}

.header__search {
	flex: 1;
	display: flex;
    justify-content: center;
}

.header__search form {
	width: 100%;
	display: flex;
    justify-content: center;
}

.header__search-input {
	max-width: 535px;
	border-radius: 5px;
	padding: 10px;
}

.header__title {
	color: #006931;
	font-size: 25px;
	display: none !important;
    grid-template-columns: 50px 1fr 50px;
    gap: 0;
	position: relative;
	width: 90%;
	margin-left: 5%;
}

.header__title-center {
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: white;
	height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 20px;
}

.header__title-right::after {
	content: "";
	background: #fff;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
    height: 78%;
    position: absolute;
    right: 13px;
    bottom: 0;
    width: 50px;
}

.header__title-left::after {
	content: "";
    background: #fff;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 0%);
    height: 78%;
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 50px;
}

.header__title h2 {
	text-align: center;
	line-height: 1;
}

.header .container {
	padding: 25px;
}

.header__hamburger-bar {
	display: block;
	width: 37px;
	height: 3px;
	margin: 7px auto 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
}

.header__hamburger {
	cursor: pointer;
}

.navigation {
	background: #fff;
}

.navigation__items {
	display: flex;
}

.navigation__item a {
	color: #006931;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
	display: block;
	opacity: 0.7;
	transition: all .3s;
}

.navigation__item a:hover {
	opacity: 1;
}

.navigation .container {
	padding: 0 25px;
}

.navigation__close {
	cursor: pointer;
}

.cart {
	position: fixed;
	top: 0;
	right: -640px;
	width: 100%;
	max-width: 640px;
	height: 100%;
	padding: 30px 0 0;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow-y: auto;
	display: grid;
	grid-template-rows: auto auto auto 1fr auto;
	align-items: end;
	z-index: 99;
}

.cart.active {
	right: 0;
	box-shadow: 5px 0px 10px #000;
}

.cart td {
	font-size: 16px;
	padding: 10px;
}

.cart__product-code {
	font-size: 12px;
	margin-top: 3px;
}

.cart .icon-Close {
	font-size: 25px;
}

.cart__close,
.navigation__close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--white);
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.cart__close::before,
.cart__close::after,
.navigation__close::before,
.navigation__close::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.cart__remove {
	text-decoration: underline;
	color: #000;
	background: unset;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
}

.cart__remove:hover {
	color: #000;
	background: unset;
}

.cart__close::after,
.navigation__close::after {
	transform: translate(-50%, 50%) rotate(45deg);
}

.cart__close::before,
.navigation__close::before {
	transform: translate(-50%, 50%) rotate(-45deg);
}

.cart__name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 12px;
}

.cart__items-count {
	padding-left: 12px;
	margin: 33px 0 13px;
	font-size: 17px;
}

.cart__decrease-btn,
.cart__increase-btn {
	display: block;
	text-align: center;
	border: 1px solid var(--border-color);
	width: 35px;
	height: 35px;
	background: var(--white);
	cursor: pointer;
}

.cart__decrease-btn {
	border-right: none;
}

.cart__increase-btn {
	border-left: none;
}

.cart__prices {
	color: var(--white);
	background: rgb(34, 101, 13);
	padding: 20px 20px 30px;
	width: 100%;
}

.cart__price {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}

.cart__price.total {
	font-size: 20px;
}

.cart__actions {
	display: flex;
	justify-content: space-between;
	gap: 13px;
	margin-top: 24px;
}

.cart__product-amount {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart__product-actions {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 0px !important;
}

.cart__product-update {
	display: flex;
	gap: 10px;
}

.cart__product-update input {
	border-radius: 3px;
	padding: 0 5px;
	width: 50px;
}

.cart__actions a {
	color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: block;
    min-width: max-content;
    font-size: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
	transition: .2s all;
    background: var(--main-bg);
    cursor: pointer;
	text-align: center;
}

.cart__actions a:hover {
	background: #3b9818;
}

a.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.cart__amount {
	display: flex;
	justify-content: center;
}

.cart__product-price {
	text-align: end;
	vertical-align: baseline;
	font-weight: 600;
}

.cart__product-name {
	display: flex;
    flex-direction: column;
}

.cart__table {
	width: 100%;
	border-top: 1px solid #dfdfdf;
}

.checkout__content {
	border-top: 1px solid #dfdfdf;
}

.cart__update {
	font-size: .8rem;
	border: none;
}

@media(max-width: 992px) {
	.header__title h2 {
		font-size: 1.6rem;
	}

	/* .header__link {
		font-size: 0.9rem;
		padding: 5px 10px;
		height: 100%;
	} */

	.header__content-left img {
		height: 80px;
	}

	.header__title-right::after {
		height: 70%;
		right: 27px;
		width: 36px;
	}

	.header__title-left::after {
		height: 70%;
		left: 27px;
		width: 36px;
	}

	.header__title-center {
		height: 55px;
		padding: 0 20px;
	}
}

@media(max-width: 992px) {
	.cart__product-name {
		padding: 5px;
		font-size: .9rem;
	}

	.cart__decrease-btn,
	.cart__increase-btn {
		width: 22px;
		height: 26px;
	}

	.header__content-right>div {
		align-items: end;
		flex-direction: column;
		gap: 20px;
	}

	.header__search {
		display: block;
		justify-content: unset;
		margin-left: unset;
		width: 100%;
	}

	.header__title {
		display: none !important;
	}

	.header__link {
		border-color: #fff;
	}

	.header__links {
		margin-left: 0px;
	}

	.header__content-left img {
		height: 100px;
	}

	.navigation .container {
		padding: 0px 16px !important;
	}

	.header__content-left a {
		padding-bottom: 0;
	}

	.header__search-input {
		max-width: unset;
	}

	.navigation__item a {
		font-size: .9rem;
		padding: 10px;
	}

	.header__loggedUser {
    	top: 1px;
		display: flex;
		gap: 15px;
		flex-direction: row-reverse;
		align-items: center;
	}
}

@media(max-width: 767px) {
	.header .container {
		padding: 25px 16px;
	}
}

@media(max-width: 580px) {
	.cart__product td {
		padding: 5px 0px 5px 10px;
	}

	.cart__product-price {
		padding-right: 10px !important;
	}
}

@media(max-width:500px) {
	.header {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	.header .container {
		padding: 16px;
	}

	.header__loggedUser {
		right: 15px;
	}

	.navigation .container {
		padding: 16px;
	}

	.header__content-left img {
		height: 70px;
	}

	.header__content {
		align-items: center;
	}

	.navigation {
		position: fixed;
		top: 0;
		left: -640px;
		width: 100%;
		max-width: 640px;
		height: 100%;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		overflow-y: auto;
		z-index: 99;
	}

	.navigation.active {
		left: 0;
	}

	.navigation__items {
		display: flex;
		flex-direction: column;
		margin-top: 40px;
	}
}

@media(max-width: 380px) {
	.cart__decrease-btn,
	.cart__increase-btn {
		display: none;
	}
}

.cart__loader {
	width: 15px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 2px solid;
	border-color: #fff #fff0;
	animation: l1 1s infinite;
}

@keyframes l1 {to{transform: rotate(.5turn)}}