/*====================== Google fonts ========================*/
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*======================= Web fonts =========================*/
@font-face {
	font-family: 'Aeonik-TRIAL';
	src: url(../webfonts/aeoniktrial-bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: 'Aeonik-TRIAL';
	src: url(../webfonts/aeoniktrial-regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: 'Aeonik-TRIAL';
	src: url(../webfonts/aeoniktrial-light.otf);
	font-weight: 300;
}

/*====================== Basic css ========================*/
html {
	font-size: 62.5%;
}

:root {
	scroll-behavior: unset;
	--AntonSC: "Anton SC", sans-serif;
	--HankenGrotesk: "Hanken Grotesk", sans-serif;
	--Inter: "Inter", sans-serif;
	--AeonikTRIAL: 'Aeonik-TRIAL';
	--white: #FFFFFF;
	--black: #000;
	--dark: #2A2A2A;
	--yellow: #FF0;
	--orange: #F25E3A;
	--green: #084D2E;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* body */
body {
	font-family: var(--HankenGrotesk);
	font-size: 1.6rem;
	font-weight: 400;
	background: var(--white);
	color: var(--black);
}

h1,
h2,
h3,
h4 {
	font-family: var(--AntonSC);
}

/* container */
.container {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/* back-to-top */
.back-to-top {
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 2rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	border-radius: 50%;
	background: #fff;
	color: #000;
	z-index: 1000;
	box-shadow: 0rem 0.6rem 1rem rgba(0, 0, 0, 0.5);
	transition: 0.2s all ease;
}

.back-to-top:hover {
	box-shadow: 0rem 0rem 3rem #FF0;
}

/*====================== header_area start ========================*/
.header_area {
	width: 100%;
	display: block;
	background: transparent;
	padding: 4rem 0rem;
	z-index: 1024;
}

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

.header_main>div {
	width: 33.333%;
}

.header_left button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}

.header_left button img {
	max-width: 4rem;
}

.header_logo img {
	max-width: 10.2rem;
}

.header_right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.6rem;
}

.header_right ul li a {
	font-family: var(--AntonSC);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: var(--black);
}

/*ofcanvas menu*/
.side_bar {
	max-width: 56.4rem;
	width: 100% !important;
	background: #121111;
	padding: 2.4rem 4.2rem 6.5rem;
}

.offcanvas_main {
	display: flex;
	flex-direction: column;
}

.close_btn {
	background: transparent;
	border: none;
	outline: none;
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
	box-shadow: none;
	transition: 0.2s all ease;
}

.close_btn img {
	width: 1.6rem;
}

.close_btn:hover {
	opacity: 0.8;
}

.ofcanvas_menu {
	padding-top: 5rem;
}

.ofcanvas_menu ul li a {
	font-family: var(--AntonSC);
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	color: var(--white);
	display: inline-block;
	margin-bottom: 3rem;
	transition: 0.2s all ease;
}

.ofcanvas_menu ul li a:hover {
	opacity: 0.8;
}

.ofcanvas_bottom {
	margin-top: auto;
}

.ofcanvas_bottom a {
	font-family: var(--AntonSC);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	color: var(--white);
	transition: 0.2s all ease;
}

.ofcanvas_bottom a:hover {
	opacity: 0.8;
}

/* ofcanvas shop */
.shopBar {
	max-width: 56.4rem;
	width: 100% !important;
	background: #121111;
	padding: 2.5rem 2.5rem;
}

.shop_ofcanUpper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.shop_ofcanUpper a {
	font-family: var(--AntonSC);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: var(--yellow);
}

.shopBar_item {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2rem;
}

.shopBar_left img {
	max-width: 8rem;
	border-radius: 0.8rem;
}

.shopBar_right {
	width: calc(100% - 10rem);
}

.cart_heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.cart_heading h5 {
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	color: var(--white);
}

.cart_heading button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}

.cart_heading button img {
	width: 1.3rem;
}

.cart_item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 1.4rem;
}

.counter-container {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.cart_item button {
	width: 2.8rem;
	height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1E1D1E;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	border-radius: 0.3rem;
}

.cart_item button img {
	max-width: 2rem;
}

.cart_item span {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.043rem;
	color: var(--white);
	width: 2rem;
	display: block;
	text-align: center;
}

.cart_item p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	color: #F0F0F0;
}

.shopBar_bottom p {
	font-family: var(--AntonSC);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.08rem;
	text-transform: none;
	color: var(--yellow);
	padding: 1.6rem 0rem 4rem;
	border-top: 1px solid var(--yellow);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shopBar_bottom a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: var(--yellow);
	background: rgba(255, 255, 0, 0.10);
	border: 1px solid var(--yellow);
	display: block;
	text-align: center;
	padding: 1.5rem 4rem;
	border-radius: 10rem;
	transition: 0.2s all ease;
}

.shopBar_bottom a:hover {
	background: var(--yellow);
	color: var(--black);
}

/*===================== footer_area start =======================*/
.footer_area {
	position: relative;
}

.blog_area {
	position: relative;
	z-index: 9;
}

.blog_title h3 {
	font-family: var(--AntonSC);
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.176rem;
	text-transform: none;
	color: var(--black);
}

.blog_title img {
	width: 66.5%;
	position: absolute;
	right: 0;
	top: 3rem;
}

.blog_main {
	padding-top: 5rem;
}

.blog_main .row {
	--bs-gutter-x: 5rem;
}

.blog_item a {
	display: block;
	overflow: hidden;
	border-radius: 0.8rem;
	transition: 0.25s all ease;
}

.blog_item a img {
	width: 100%;
	border-radius: 0.8rem;
	transition: 0.25s all ease;
}

.blog_item a:hover img {
	transform: scale(1.05);
}

.blog_item h6 {
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #0A472C;
	margin: 1.2rem 0rem 0.4rem;
	display: flex;
	align-items: center;
}

.blog_item h6 span {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	background: #0A472C;
	margin-left: 2rem;
	margin-right: 1rem;
}

.blog_item h4 {
	font-family: var(--HankenGrotesk);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: none;
	color: var(--black);
	margin-bottom: 1.2rem;
}

.blog_item h4 a {
	font-family: var(--HankenGrotesk);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: none;
	color: var(--black);
	display: inline-block;
}

.blog_item p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	color: #2A2A2A;
	margin: 0;
}

.blog_item {
	margin-bottom: 4rem;
}

.blog_btn a {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	color: var(--white);
	text-align: center;
	background: #084D2E;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1.2rem 2rem;
	transition: 0.2s all ease;
}

.blog_btn a img {
	max-width: 2.4rem;
	transition: 0.2s all ease;
}

.blog_btn a:hover {
	background: #1B7B4F;
}

.footer_main {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding-top: 86rem;
	margin-top: -28.2rem;
}

.footer_item h5 {
	font-family: var(--HankenGrotesk);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: var(--white);
	margin-bottom: 1.7rem;
}

.footer_item p,
.footer_item a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #B0FFD6;
	margin: 0;
}

.footer_item ul {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}

.footer_item ul img {
	max-width: 2.4rem;
	transition: 0.2s all ease;
}

.footer_item ul img:hover {
	opacity: 0.85;
}

.footer_bottom img {
	width: 100%;
}

.footer_item {
	position: relative;
	top: 5.5rem;
}

/*======================= checkout page start =========================*/
.checkout_area {
	padding: 1.5rem 0rem 5rem;
	overflow: hidden;
}

.checkout_title h3 {
	font-family: var(--AntonSC);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90% letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 1.2rem;
}

.checkout_title p {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 129.412%;
	letter-spacing: -0.043rem;
	color: #2D2D2D;
	margin: 0;
}

.checkout_cnt {
	margin: 2.4rem 0rem;
}

.checkout_cnt label {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 400;
	color: #1E1E1E;
	display: block;
	margin-bottom: 0.8rem;
}

.checkout_cnt input {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 400;
	color: #1E1E1E;
	width: 100%;
	display: block;
	background: #FFF;
	border: 1px solid #D9D9D9;
	padding: 0.8rem 1.6rem;
	border-radius: 0.8rem;
	outline: none;
}

.checkout_cnt input::placeholder {
	font-family: var(--AeonikTRIAL);
	color: #1E1E1E;
	opacity: 1;
}

.checkout_cnt p {
	font-family: var(--Inter);
	font-size: 1.6rem;
	font-weight: 400;
	color: #757575;
	margin-top: 0.85rem;
}

.checkout_inner {
	margin-top: 1.6rem;
}

.card_info {
	background: #F5F5F5;
	padding: 1.2rem 1.2rem;
}

/* checkbox */
.form-check-input {
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #D9D9D9;
	border-radius: 0.4rem;
	background: var(--white);
	margin: 0;
	cursor: pointer;
	user-select: none;
}

.form-check-input:focus {
	border-color: #D9D9D9;
	outline: 0;
	box-shadow: none;
}

.form-check-input:checked[type="checkbox"] {
	background-color: #2C2C2C;
	border-color: transparent;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.check_box {
	display: flex;
	align-items: center;
}

.check_box input {
	width: 1.6rem;
	height: 1.6rem;
	padding: 0;
	border-radius: 0.4rem !important;
}

.check_box label {
	font-family: var(--Inter);
	font-size: 1.6rem;
	font-weight: 400;
	color: #1E1E1E;
	display: inline-block;
	margin: 0;
	padding-left: 1.2rem;
	cursor: pointer;
}

.checkBox_bottom {
	padding-top: 1.6rem;
}

.checkBox_bottom p {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 141.176% letter-spacing: -0.043rem;
	color: #535353;
	margin: 0;
}

.checkBox_bottom button {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 400;
	color: #F5F5F5;
	background: #2C2C2C;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0.8rem 2rem;
	border-radius: 0.8rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.2s all ease;
	margin: 2.4rem 0rem;
}

.checkBox_bottom button:hover {
	opacity: 0.85;
}

.radio_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2.4rem 0rem;
}

.radio_item>div {
	width: 48.5%;
}

/*==== custom-radio button =====*/
.custom-radio_button {
	display: flex;
	align-items: center;
}

.custom-radio_button [type="radio"]:checked,
.custom-radio_button [type="radio"]:not(:checked) {
	position: absolute;
	left: -999.9rem;
}

.custom-radio_button [type="radio"]:checked+label,
.custom-radio_button [type="radio"]:not(:checked)+label {
	font-family: var(--Inter);
	font-size: 1.6rem;
	font-weight: 400;
	color: #1E1E1E;
	margin: 0;
	position: relative;
	padding-left: 3rem;
	cursor: pointer;
}

.custom-radio_button [type="radio"]:checked+label:before,
.custom-radio_button [type="radio"]:not(:checked)+label:before {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #757575;
	border-radius: 50%;
	background: #FFF;
	transform: translateY(-50%);
	position: absolute;
	left: 1.6rem;
	top: 50%;
}

.custom-radio_button [type="radio"]:checked+label:after,
.custom-radio_button [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 1rem;
	height: 1rem;
	background: #1E1E1E;
	position: absolute;
	left: 1.9rem;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.custom-radio_button [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.custom-radio_button [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.custom-radio_button [type="radio"]:checked+label:before {
	border-color: #2C2C2C;
	background: #E6E6E6;
}

.custom-radio_button [type="radio"]:not(:checked)+label,
.custom-radio_button [type="radio"]:checked+label {
	width: 100%;
	display: flex;
	align-items: center;
	background: #F5F5F5;
	padding: 1.5rem 1.6rem;
	padding-left: 4rem;
}

.checkout_right {
	background: #F5F5F5;
	height: 100%;
	padding: 2.4rem 2.4rem;
	position: relative;
}

.checkout_right::after {
	content: "";
	width: 1000%;
	height: 100%;
	display: block;
	background: #F5F5F5;
	position: absolute;
	left: 0;
	top: 0;
}

.checkout_rightCnt {
	position: relative;
	z-index: 9;
}

.order_item {
	margin-top: 4rem;
}

.summery_item {
	display: flex;
	align-items: center;
	margin-bottom: 1.6rem;
	gap: 2rem;
}

.summery_left img {
	max-width: 6rem;
	border-radius: 0.8rem;
}

.summery_right {
	width: calc(100% - 8rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.summery_cnt h5 {
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	color: #2D2D2D;
	margin-bottom: 0.4rem;
}

.summery_cnt p {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 129.412%;
	letter-spacing: -0.043rem;
	color: #2D2D2D;
	margin: 0;
}

.summery_price p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	color: var(--black);
	margin: 0;
}

.discount_item {
	padding: 1.2rem 0rem 1.6rem;
	border-bottom: 1px solid #CFCFCF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.discount_item input {
	font-family: var(--AeonikTRIAL);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	color: #1E1E1E;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	width: calc(100% - 7rem);
	display: block;
	border-radius: 0.8rem;
	padding: 0.8rem 1.6rem;
	outline: none;
}

.discount_item input::placeholder {
	font-family: var(--AeonikTRIAL);
	color: #1E1E1E;
	opacity: 1;
}

.discount_item button {
	font-family: var(--AeonikTRIAL);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	color: #F5F5F5;
	background: #2C2C2C;
	width: 7.5rem;
	height: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	outline: none;
	padding: 0;
	border-radius: 0.8rem;
	cursor: pointer;
	transition: 0.2s all ease;
}

.discount_item button:hover {
	opacity: 0.85;
}

.summery_bottom {
	padding-top: 2rem;
}

.summery_bottom p {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 129.412%;
	letter-spacing: -0.043rem;
	color: #2D2D2D;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.summery_bottom p strong {
	font-weight: 700;
}

.summery_bottom h5 {
	font-family: var(--AeonikTRIAL);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.043rem;
	color: #2D2D2D;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.summery_bottom h5 strong {
	font-weight: 700;
}

/*==================== modal_area start ======================*/
.modal-dialog {
	max-width: 40rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.modal-content {
	background: var(--white);
	border-radius: 1.2rem;
}

.modal_main {
	padding: 3rem 3rem;
	position: relative;
}

.close_button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	box-shadow: none;
	display: block;
	position: absolute;
	top: 3rem;
	right: 3rem;
	transition: 0.2s all ease;
}

.close_button img {
	max-width: 3.6rem;
}

.close_button:hover {
	opacity: 0.85;
}

.modal_item img {
	max-width: 21.6rem;
	display: block;
	margin: 0 auto;
}

.modal_item h5 {
	font-family: var(--AeonikTRIAL);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #1E1E1E;
	text-align: center;
	margin: 3rem 0rem 4rem;
}

.modal_item h5 span {
	font-weight: 700;
	color: #0C5333;
}

.modal_item a {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 500;
	color: #F5F5F5;
	background: #2C2C2C;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.8rem 2rem;
	border-radius: 0.8rem;
	transition: 0.2s all ease;
}

.modal_item a:hover {
	opacity: 0.85;
}

.modal_item p {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 400;
	color: #2C2C2C;
	text-align: center;
	margin-top: 2rem;
}

.modal_item p strong {
	font-weight: 700;
}

.modal-dialog2 {
	max-width: 51.5rem;
}

.modal_item2 img {
	max-width: 23rem;
}

.modal_item2 h5 span {
	color: #F25E3A;
}

.modal_item2 .links_btn {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 400;
	color: #2C2C2C;
	text-align: center;
	margin-top: 2rem;
	display: inline-block;
	background: transparent;
	width: initial;
	border: none;
	padding: 0;
}

/*==================== login page start ======================*/
.login_area {
	padding: 1.5rem 0rem 8rem;
}

.login_btn button {
	font-family: var(--AeonikTRIAL);
	font-size: 1.7rem;
	font-weight: 400;
	color: #F5F5F5;
	background: #2C2C2C;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0.8rem 2rem;
	border-radius: 0.8rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.2s all ease;
	margin-top: 1.6rem;
}

.login_btn button:hover {
	opacity: 0.85;
}

/*=================== account page start ======================*/
.account_area {
	padding: 1.5rem 0rem 4.5rem;
}

.account_left h4 {
	font-family: var(--AntonSC);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 4rem;
}

.account_left ul li a {
	font-family: var(--AntonSC);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 3rem;
	transition: 0.2s all ease;
}

.account_left ul li a:hover {
	opacity: 0.85;
}

.account_left {
	border-right: 1px solid #F0F0F0;
	min-height: 75rem;
}

.account_right h5 {
	font-family: var(--AeonikTRIAL);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #191919;
	margin-bottom: 2rem;
}

.password_btn button {
	font-family: var(--AeonikTRIAL);
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFF;
	background: #474747;
	display: block;
	text-align: center;
	min-width: 14rem;
	text-align: center;
	padding: 0.8rem 2rem;
	border-radius: 0.8rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.2s all ease;
	margin-top: 2rem;
}

.password_btn button:hover {
	opacity: 0.85;
}

.header_right ul li .profile_btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid #E6E6E6;
	padding: 0.4rem 0.4rem;
	border-radius: 5rem;
	padding-right: 1rem;
}

.header_right ul li .profile_btn img {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
}

.header_right ul li .profile_btn span {
	font-family: var(--AeonikTRIAL);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 128.571%;
	letter-spacing: 0.1rem;
	text-transform: none;
	color: #636363;
}

/*================== my-orders page start ====================*/
.orders_heading h3 {
	font-family: var(--AntonSC);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: var(--black);
}

.orders_links {
	padding: 2rem 0rem 2.7rem;
}

.orders_links ul {
	display: flex;
	align-items: center;
}

.orders_links ul li a {
	font-family: var(--Inter);
	font-size: 1.7rem;
	font-weight: 400;
	color: #767676;
	display: inline-block;
	padding: 0.6rem 1.2rem;
	transition: 0.2s all ease;
	border-bottom: 1px solid #B2B2B2;
}

.orders_links ul li a:hover,
.orders_links ul li a.active {
	color: #303030;
	border-color: #303030;
}

.order_title2 h5 {
	font-family: var(--Inter);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.65);
	margin-bottom: 2rem;
}

.orders_table table {
	width: 100%;
}

.orders_table table th {
	font-family: var(--Inter);
	font-size: 1.4rem, ;
	font-style: normal;
	font-weight: 600;
	line-height: 157.143%;
	color: rgba(0, 0, 0, 0.88);
	border-bottom: 1px solid #F0F0F0;
	background: rgba(0, 0, 0, 0.02);
	padding: 0.8rem 0.1rem;
}

.orders_table table th:first-child {
	padding-left: 1.5rem;
}

.ref_item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.status_cnt {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.status_cnt img {
	width: 1.4rem;
}

.orders_table table td {
	font-family: var(--Inter);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 157.143%;
	color: rgba(0, 0, 0, 0.88);
	padding: 1.2rem 00.1rem;
}

.orders_table table td:first-child {
	padding-left: 1.5rem;
}

.orders_table table p {
	font-family: var(--Inter);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 157.143%;
	color: #FAAD14;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.orders_table table p.failed {
	color: #FF4D4F;
}

.orders_table table p.completed,
.orders_table table p.active {
	color: #52C41A;
}

.pagination_part {
	margin-top: 15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination_left p {
	font-family: var(--Inter);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 157.143%;
	color: rgba(0, 0, 0, 0.88);
	margin: 0;
}

.pagination_right ul {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.pagination_right ul li a {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.6rem;
	background: transparent;
	font-family: var(--Inter);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 157.143%;
	color: rgba(0, 0, 0, 0.88);
	text-align: center;
	transition: 0.2s all ease;
}

.pagination_right ul li a:hover,
.pagination_right ul li a.active {
	background: var(--black);
	color: var(--white);
}

.pagination_right ul li a.prev {
	opacity: 0.4;
	width: initial;
	height: initial;
	margin-right: 1.5rem;
}

.pagination_right ul li a.next {
	width: initial;
	height: initial;
	margin-left: 0.5rem;
}

.pagination_right ul li a.prev:hover,
.pagination_right ul li a.next:hover {
	opacity: 1;
	background: transparent;
	color: rgba(0, 0, 0, 0.88);
}

.noOrders_item {
	min-height: 47rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.noOrders_item img {
	max-width: 16.2rem;
}

.noOrders_item p {
	font-family: var(--AeonikTRIAL);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--black);
	text-align: center;
	margin: 3rem 0rem 3.6rem;
}

.noOrders_item a {
	font-family: var(--AeonikTRIAL);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--black);
	border: 1px solid #767676;
	background: #E3E3E3;
	display: inline-block;
	padding: 0.8rem 4rem;
	border-radius: 0.8rem;
	transition: 0.2s all ease;
}

.noOrders_item a:hover {
	background: #767676;
	color: var(--white);
}

/*====================== about page start ========================*/
.about_area {
	padding: 6rem 0rem 8rem;
}

.about_upper {
	max-width: 73.8rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.about_upper h6 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	color: #7A7A7A;
	text-align: center;
	margin: 0;
}

.about_upper h2 {
	font-family: var(--AntonSC);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-transform: none;
	text-align: center;
	color: var(--black);
	margin: 1.6rem 0rem 2.4rem;
}

.about_upper p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	text-align: center;
	margin: 0;
}

.about_upper a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #F25E3A;
	border-radius: 9.3rem;
	border: 0.2rem solid #F25E3A;
	background: rgba(242, 94, 58, 0.10);
	display: inline-block;
	padding: 1.5rem 4.2rem;
	margin-top: 4rem;
	transition: 0.2s all ease;
}

.about_upper a:hover {
	background: #F25E3A;
	color: #FFF;
}

.about_video {
	margin-top: 8rem;
}

.about_video iframe {
	width: 100%;
	height: 76rem;
}

.about_bottom {
	background: #0D5322;
	padding: 5rem 0rem 4.8rem;
}

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

.abtbottom_cnt p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	color: #7E957B;
	margin-bottom: 0.2rem;
}

.abtbottom_cnt h5 {
	font-family: var(--HankenGrotesk);
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	color: #FFF;
	margin: 0;
}

.abtbottom_cnt img {
	max-width: 15.6rem;
	margin-top: 0.5rem;
}

/*================== mission_area start =====================*/
.mission_area {
	padding-bottom: 9rem;
	position: relative;
}

.mission_upper {
	max-width: 85rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.mission_upper h3 {
	font-family: var(--AntonSC);
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.176rem;
	text-transform: none;
	color: var(--black);
	margin-bottom: 1.6rem;
	text-align: center;
}

.mission_upper p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	text-align: center;
	margin: 0;
}

.left_arrow img {
	width: 41%;
	position: absolute;
	top: 2rem;
	left: 0;
}

.right_arrow img {
	width: 41%;
	position: absolute;
	top: 2rem;
	right: 0;
}

.mission_main {
	padding-top: 9rem;
}

.mission_main .row {
	--bs-gutter-x: 5rem;
}

.mission_item img {
	width: 100%;
	border-radius: 0.8rem;
}

.mission2 img {
	transform: scale(1.1);
}

/*================= product_area start ===================*/
.product_area {
	background: rgba(13, 83, 34, 0.04);
	padding: 8rem 0;
}

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

.product_uprLeft h3 {
	font-family: var(--AntonSC);
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.176rem;
	text-transform: none;
	color: var(--black);
	margin: 0;
}

.product_uprRight p {
	max-width: 77rem;
	width: 100%;
	color: #2A2A2A;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	margin: 0;
}

.product_part {
	margin-top: 8rem;
	transition: 0.2s all ease;
}

.product_right img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	transform: rotate(7.31deg);
	transition: 0.2s all ease;
}

.product_left h4 {
	font-family: var(--AntonSC);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.12rem;
	text-transform: none;
	margin-bottom: 1.2rem;
}

.product_left p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	margin: 0;
}

/*====================== review_area start ========================*/
.review_area {
	padding: 8rem 0rem 9rem;
}

.review_main {
	max-width: 113.2rem;
	width: 100%;
	margin: 0 auto;
}

.review_item {
	max-width: 86rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.review_item h3 {
	font-family: var(--AntonSC);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 250%;
	text-transform: none;
	color: var(--black);
	text-align: center;
}

.review_item p {
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	text-align: center;
	margin: 0.8rem 0rem 6rem;
}

.review_bottom img {
	max-width: 15rem;
	display: block;
	margin: 0 auto;
	margin-top: 1.2rem;
}


.owl-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 35%;
	left: 0;
}

.owl-nav button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.owl-nav button img {
	max-width: 7.5rem;
}

.carousel1 {
	padding: 0 11rem;
}

/*=================== index page start =====================*/
.header2 {
	width: 100%;
	display: block;
	background: transparent;
	position: absolute;
	top: 0;
}

.header2 .header_logo img {
	max-width: 9.3rem;
}

.header2 .header_right ul li a {
	color: var(--white);
}

.header2 .header_right ul li a.cart {
	color: #FF0;
}

.hero_area {
	padding: 0;
	position: relative;
}

.hero_bg img {
	width: 100%;
	height: 100vh;
	border-radius: 1rem;
}

.hero_cnt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-top: 12.5%;
}

.hero_item {
	max-width: 71rem;
	width: 100%;
	margin: 0 auto;
}


.hero_item h6 {
	font-family: var(--HankenGrotesk);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	color: #FF0;
	margin: 0;
}

.hero_item h1 {
	font-size: 7rem;
	color: #fff;
	margin: 1.2rem 0;
	position: relative;
	z-index: 1;
}

.hero_item h1 img {
	max-width: 70.7rem;
}

.hero_item a {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #FFF;
	display: inline-flex;
	align-items: flex-end;
	gap: 1.5rem;
}

.hero_item a img {
	max-width: 1.6rem;
}

.hero_inner {
	position: relative;
}

.can_item img {
	width: 22.5rem;
	position: absolute;
	right: 10.5rem;
	top: 0;
	transition: 0.2s all ease;
	transform-origin: center bottom;
	/* Set the rotation point */
}

.can_item img:hover {
	animation: cheers-shake 0.5s ease-in-out infinite;
	/* Apply cheers shake animation on hover */
}

@keyframes cheers-shake {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-10deg) translateX(-5px);
	}

	50% {
		transform: rotate(10deg) translateX(5px);
	}

	75% {
		transform: rotate(-10deg) translateX(-5px);
	}

	100% {
		transform: rotate(0deg);
	}
}


/*====================== beer_area start ========================*/
.beer_area {
	margin-top: 11.5rem;
	position: relative;
	padding-bottom: 11.5rem;
}

.beer_area .left_arrow img,
.beer_area .right_arrow img {
	width: 39%;
	top: 2rem;
}

.beer_upper {
	max-width: 86.2rem;
}

.beer_part {
	padding-top: 8rem;
}

.beer_left img {
	width: 100%;
	transition: 0.2s all ease;
}

.lager_part {
	padding-right: calc((100% - 1350px) / 2);
}

.beer_title {
	border-top: 0.2rem solid #535353;
	padding-top: 3.2rem;
}

.beer_title h3 {
	font-family: var(--AntonSC);
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.176rem;
	text-transform: none;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 2.8rem;
	margin-bottom: 1.6rem;
}

.beer_title h3 img {
	max-width: 7.5rem;
}

.beer_title p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	margin-bottom: 2.4rem;
}

.beer_cnt ul {
	display: flex;
	align-items: center;

}

.beer_cnt ul li {
	width: 33.33%;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	padding: 2.4rem 1rem;
	display: block;
	text-align: center;
}

.beer_cnt ul .border_leftRight {
	border-left: 0.2rem solid #F25E3A;
	border-right: 0.2rem solid #F25E3A;
}

.beer_btn {
	padding: 10rem 0;
	border-bottom: 0.2rem solid #535353;
}

.beer_btn a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	display: inline-block;
	padding: 1.5rem 4.2rem;
	border-radius: 9.3rem;
	transition: 0.2s all ease;
}

.pale_part {
	padding-left: calc((100% - 1350px) / 2);
}

/*=================== explore_area start =====================*/
.explore_area {
	background-image: url(../images/bggreen.jpeg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 5rem 2.5rem 0rem;
	position: relative;
	overflow: hidden;
	height: 76rem;
}

.explore_cnt h6 {
	font-family: var(--AntonSC);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	text-transform: none;
	color: #00A95E;
	text-align: center;
	margin: 0;
}

.explore_cnt h3 {
	font-family: var(--AntonSC);
	font-size: 18rem;
	font-style: normal;
	font-weight: 400;
	line-height: 112.778%;
	text-transform: none;
	color: #FFF;
	text-align: center;
	margin: 0;
}

.explore_cnt img {
	width: 30rem;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 9rem;
	transition: 0.8s all ease;
}

.explore_btn a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: var(--black);
	border: 2px solid #34342D;
	background: #FFF;
	display: inline-block;
	padding: 1.5rem 4.2rem;
	border-radius: 9.3rem;
	transition: 0.5s all ease;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4.5rem;
}

.explore_btn a:hover {
	opacity: 0.85;
}

.explore_cnt {
	position: relative;
	top: 10rem;
	transition: 1s all ease;
}

.explore_area:hover .explore_cnt {
	top: 0rem;
}

.explore_area:hover .explore_cnt img {
	top: -8rem;
	transform: rotate(20deg);
	opacity: 0.9;
}

.explore_area:hover .explore_btn a {
	left: initial;
	transform: initial;
	right: 2.7rem;
	bottom: 3.6rem;
}

/*===================== shop page start =======================*/
.shopHero_area {
	background-image: url(../images/shop-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.shop_overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.00) 100%);
	padding-top: 32rem;
	padding-bottom: 5.5rem;
}

.shopHero_item h1 {
	font-family: var(--AntonSC);
	font-size: 20rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110.75%;
	text-transform: none;
	color: #FF0;
	text-align: center;
	text-shadow: 0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.24);
}

.shopHero_item p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #FFF;
	text-align: center;
	margin: 4rem 0rem 3rem;
}

.shopHero_item a {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #FFF;
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
	justify-content: center;
}

.shopHero_item a img {
	max-width: 1.6rem;
}

.shopHero_bottom {
	max-width: 83rem;
	width: 100%;
	margin: 22.4rem auto 0rem;
	background: rgba(0, 0, 0, 0.60);
	backdrop-filter: blur(0.5px);
	padding: 1.5rem 3.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shopHero_btmCnt p {
	font-family: var(--AntonSC);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.08rem;
	text-transform: none;
	color: #FF0;
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.shopHero_btmCnt p img {
	max-width: 2.4rem;
}

/*================ marquee_area start ===================*/
.marquee_area {
	background: #0D5322;
	padding: 2rem 0rem;
}

.marquee {
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner {
	display: flex;
	align-items: center;
	gap: 0;
	will-change: transform;
}

.marquee_item h4 {
	font-family: var(--HankenGrotesk);
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
}

.marquee_item h4 img {
	max-width: 2.8rem;
	margin: 0 2.4rem;
}

/* update css */
.product_rotate:hover .product_right img {
	transform: rotate(2.5deg);
}

.product_part:hover {
	margin-top: 6rem;
}

.product_bgcolor1 {
	background: #084D2E;
}

.product_bgcolor2 {
	background: #EEB738;
}

.product_bgcolor3 {
	background: #5C121A;
}

.product_bgcolor1 h3,
.product_bgcolor1 h4,
.product_bgcolor1 p,
.product_bgcolor3 h3,
.product_bgcolor3 h4,
.product_bgcolor3 p {
	color: #FFF;
}

/* update css */
.beer_left .beer1_hover {
	display: none;
}

.beer_left:hover .beer1_hover {
	display: block;
}

.beer_left:hover .beer1 {
	display: none;
}

/*=================== blog page start ======================*/
.blog_wrapper {
	padding: 10rem 0rem;
}

.blog_heading2 h4 {
	font-size: 2rem;
	font-weight: 400;
	color: var(--black);
	margin-bottom: 0.6rem;
}

.blog_heading2 p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	margin-top: 0.4rem;
}

.blog2_item img {
	width: 100%;
}

.blog2_item {
	margin: 3rem 0rem;
}

.blog2_item img {
	width: 100%;
}

.blog2_cnt p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: none;
	color: #2A2A2A;
	margin-bottom: 2.4rem;
}

.blog2_cnt h4 {
	font-family: var(--AntonSC);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.176rem;
	text-transform: none;
	color: var(--black);
	margin-bottom: 2.4rem;
}
.swal2-title {
	font-size: 20px !important;
}

.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.loading-spinner {
	display: none;
}

[wire\:loading] .loading-spinner {
	display: block;
}