/* For Admins - Start */
@media (min-width: 1280px) {
	html {
		margin-top: 0px !important;
	}
	#wpadminbar {
		position: absolute;
		top: 0;
		background: var(--black);
		width: fit-content;
		height: 10px;
		line-height: 10px;
		z-index: 9999;
		opacity: 0.01;
		transition: all 0.3s ease;
	}
	#wpadminbar #wp-admin-bar-appearance {
		margin-top: 0;
	}
	#wpadminbar:hover {
		opacity: 1;
	}
	ul#wp-admin-bar-root-default {
		width: fit-content;
	}
	ul#wp-admin-bar-top-secondary {
		display: none!important;
	}
	#wpadminbar * {
		line-height: 10px !important;
		font-size: 9px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	#wpadminbar .quicklinks a,
	#wpadminbar .quicklinks > ul,
	#wpadminbar .quicklinks > ul li {
		height: 10px !important;
	}
	#wpadminbar .ab-icon:before,
	#wpadminbar .ab-item:before {
		font-size: 10px;
		padding: 1px 0;
		top: 1px !important;
	}
	#wpadminbar .ab-top-secondary {
		position: absolute;
		right: 0;
		top: 0;
	}
	#adminbarsearch,
	#wp-admin-bar-search {
		display: none;
	}
	#wp-admin-bar-woocommerce-site-visibility-badge,
	.woocommerce-site-status-badge-live {
		display: none !important;
	}
	ul#wp-admin-bar-root-default {
		flex-direction: row !important;
	}
	ul#wp-admin-bar-new-content-default,
	ul#wp-admin-bar-user-actions {
		flex-direction: column !important;
		gap: 5px !important;
	}
}
@media (max-width: 1279px) {
	html {
		margin-top: 0px !important;
	}
	#wpadminbar {
		display: none;
	}
}
/* For Admins - End */

/* List Check - Start */
.list-check {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.list-check-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.list-check-item img {
	position: relative;
	top: 5px;
	min-width: 18px;
	width: 18px;
	height: 18px;
	object-fit: contain;
}
/* List Check - End */

/* Footer - Start */
footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	margin-top: var(--header-height);
	padding: 75px 0 25px 0;
	background: var(--accent);
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	overflow: hidden;
}
.footer-info-1 {
	padding-bottom: 75px;
}
footer .logo-footer {
	margin-bottom: 20px;
}
footer p.footer-desc {
	color: #917773;
    max-width: 260px;
	font-size: 14px;
	line-height: 17px;
}
footer .btn-group {
	gap: 10px;
	justify-content: flex-end;
}
footer .btn.btn-primary:hover, 
footer .btn.btn-primary.active {
	background: var(--white);
}
footer .btn.btn-primary:hover span, 
footer .btn.btn-primary.active span {
	color: var(--black);
}
footer img {
	object-fit: contain;
}
footer * {
	color: var(--white);
}
footer .h3 {
	color: var(--dark-gray);
}
.payment-icon {
	width: 270px;
}
footer nav ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 0;
	margin: 0;
}
footer nav ul * {
	color: #7e605b;
}
footer .col-f-1 p {
	max-width: 360px;
	margin-top: 20px;
}
.contact-box {
	display: flex;
	gap: 30px;
	margin-top: 15px;
	margin-right: 140px;
}
.contact-left {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.contact-item .contact-link {
	display: flex;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
}
.contact-item .contact-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 38px;
	width: 38px;
	height: 38px;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 10px;
}
.contact-item .contact-icon img {
	width: 14px;
	height: 14px;
	object-fit: contain;
}
.social-box {
	display: flex;
	gap: 10px;
}
.contact-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact-button {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
}
.copyright * {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-copyright {
	margin-top: 60px;
}
.copyright-text {
	font-family: var(--font-family-1);
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: var(--dark-gray);
	padding-top: 2px;
}
.design-by {
	opacity: 0!important;
}
@media (max-width: 1480px) {
	.contact-item .contact-link {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 1366px) {
	.contact-item .contact-link {
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width: 1279px) {
	.contact-box {
		gap: 10px;
		flex-direction: column;
	}
	.contact-button {
		margin-top: 30px;
	}
	.footer-info-1 {
		padding-bottom: 20px;
	}
	.footer-head.primary {
		font-size: 16px;
		line-height: 18px;
		font-weight: 600;
	}
	footer .contact-item {
		display: flex;
		flex-direction: column;
		gap: 15px;
		margin-bottom: 15px;
	}
	.btn-group-footer.mob {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 35px;
	}
	.menu-footer-wrapper .menu-footer {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 768px) {
	footer {
		padding: 50px 0 30px 0;
	}
	.footer-info {
		flex-direction: column;
		gap: 20px;
	}
	.col-f-2,
	.col-f-3,
	.col-f-4 {
		border-top: 1px solid var(--dark-gray);
		padding-top: 15px;
	}
	.col-f-4 {
		border-bottom: 1px solid var(--dark-gray);
		padding-bottom: 20px;
	}
	.copyright {
        display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
		font-size: 16px;
	}
	small.design-by {
		font-size: 16px;
		text-align: center;
		margin-top: 5px;
	}
	.copiright-payment {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 10px;
		
	}

	.footer-copyright .col-25:nth-child(1) {
		order: 2;
	} 
	.footer-copyright .col-50:nth-child(2) {
		order: 1;
	} 
	.footer-copyright .col-25:nth-child(3) {
		order: 3;
	} 

}
/* Footer - End */

/* Other - Start */
.site-url:first-letter {
	text-transform: capitalize;
}
.woocommerce-notices-wrapper {
	display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
	padding: 15px 15px 15px 5px;
}
/* Other - End */

/* Marked Word - Start */
.marked-word {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    width: fit-content;
    padding: 10px 15px;
    border: 1px solid var(--primary);
    border-radius: 50px;
}
/* Marked Word - End */

/* Scroll to Top - Start */
#scrollToTopBtn {
	display: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 64px;
	right: 64px;
	z-index: 999;
	cursor: pointer;
	height: 60px;
	width: 60px;
	padding: 0px;
	border-radius: 100%;
	background-color: var(--primary);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
#scrollToTopBtn svg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	transition: all 0.3s ease;
}
#scrollToTopBtn svg path {
	stroke: var(--primary-match);
}
#scrollToTopBtn.active {
	opacity: 1;
	pointer-events: all;
}
#scrollToTopBtn:hover {
	background-color: var(--accent);
}
#scrollToTopBtn:hover svg path {
	stroke: var(--accent-match);
}
@media (max-width: 1279px) {
	#scrollToTopBtn {
		width: 56px;
		height: 56px;
		right: 20px;
		bottom: 15px;
	}
}
/* Scroll to Top - End */

/* Forms All - Start */
::-webkit-input-placeholder {
	color: #555555;
	transform: translateY(2px);
}
:-moz-placeholder {
	color: #555555;
	transform: translateY(2px);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}
input,
textarea,
.checkout-dropdown-toggle {
	width: 100%;
	color: var(--black);
	padding: 12px 12px 12px 12px;
	outline: none;
	border: none;
	background: #F9F9F9;
	border-radius: 5px;
	font-family: var(--font-family-2);
	font-size: 14px;
	line-height: 17px;
}
.checkbox-custom {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.checkbox-custom input {
	display: none;
}
.checkbox-custom input + span {
	position: relative;
	display: flex;
	width: 20px;
	height: 20px;
	min-width: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}
.checkbox-custom input:checked + span {
	border: 1px solid var(--primary);
}
.checkbox-custom input + span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--primary);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.checkbox-custom input:checked + span::after {
	opacity: 1;
	visibility: visible;
}
.checkbox-custom input + span + span {
	transform: translateY(1px);
}
.privacy-policy:not(body) a {
	white-space: nowrap;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
.privacy-policy a:hover {
	color: var(--dark-gray);
}
input.error {
	background: rgb(255 0 0 / 30%) !important;
}
/* Forms All - End */

/* Forms Lightbox - Start */
.form-lightbox-wrapper {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	z-index: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	pointer-events: none;
}
.form-lightbox-wrapper.ready {
	position: fixed;
	z-index: 99999;
}
.form-lightbox-wrapper.active {
	pointer-events: all;
	opacity: 1;
}
.lightbox-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 65, 65, 0.3);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	pointer-events: none;
	z-index: 110;
}
.form-lightbox-wrapper.active .lightbox-background {
	pointer-events: all;
	opacity: 1;
}
.lightbox-section {
	position: relative;
	display: flex;
	width: 750px;
	max-width: 100%;
	max-height: calc(100vh - var(--header-height));
	padding: 60px;
	margin-top: var(--header-height);
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 24px 0px #8e8e8e33;
	overflow-y: auto;
	z-index: 120;
}
.close-lightbox {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 15px;
	cursor: pointer;
}
.close-lightbox img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.lightbox-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	height: 100%;
}
.form-head {
	display: flex;
	align-items: center;
	gap: 10px;
}
.form-head .h2 {
	transform: translateY(7px);
}
.form-description {
	display: flex;
	max-width: 360px;
	color: #a5a5a5;
	line-height: 20px;
}
.form-head img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.form-fields {
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
}
.form-data-group {
	display: flex;
	gap: var(--blocks-indent);
	width: 100%;
}
.form-col-66,
.form-col-50,
.form-col-33,
.form-col-25 {
	flex-wrap: wrap;
}
.form-col-66 > * {
	width: calc(66.66% - var(--blocks-indent) / 2);
}
.form-col-50 > * {
	width: calc(50% - var(--blocks-indent) / 2);
}
.form-col-33 > * {
	width: calc(33.33% - var(--blocks-indent) * 2 / 3);
}
.form-col-33.c2 > * {
	width: calc(33.33% - var(--blocks-indent) / 2);
}
.form-col-25 > * {
	width: calc(25% - var(--blocks-indent) * 3 / 4);
}
.form-col-25.c2 > * {
	width: calc(25% - var(--blocks-indent) 2 / 3);
}
.form-col-25.c3 > * {
	width: calc(25% - var(--blocks-indent) / 2);
}
@media (max-width: 1279px) {
	.form-data-group:not(:last-child) {
		margin-bottom: 16px;
	}
	.lightbox-section {
		padding: 30px;
		margin-top: 0;
	}
	.close-lightbox {
		top: 5px;
		right: 5px;
	}
	.form-col-25 > * {
		width: calc(50% - var(--blocks-indent) / 2);
	}
	.form-col-25.c2 > *,
	.form-col-25.c3 > * {
		width: calc(100% - 0px);
	}
	.form-col-66 > *,
	.form-col-50 *,
	.form-col-33 *,
	.form-col-33.c2 * {
		width: calc(100% - 0px);
	}
}
@media (max-width: 768px) {
	.form-col-25 > * {
		width: calc(100% - 0px);
	}
}
/* Form Lightbox - End */

/* Informer Lightbox - Start */
.informer-wrapper {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	z-index: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	pointer-events: none;
}
.informer-wrapper.ready {
	position: fixed;
	z-index: 99999;
}
.informer-wrapper.active {
	pointer-events: all;
	opacity: 1;
}
.informer-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 65, 65, 0.3);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	pointer-events: none;
	z-index: 110;
}
.informer-wrapper.active .informer-background {
	pointer-events: all;
	opacity: 1;
}
.informer-section {
	position: relative;
	display: flex;
	width: 620px;
	max-width: 100%;
	max-height: calc(100vh - var(--header-height));
	padding: 45px;
	margin-top: var(--header-height);
	background: var(--white);
	border-radius: 15px;
	box-shadow: 0px 0px 24px 0px #8e8e8e33;
	overflow-y: auto;
	z-index: 120;
}
.close-informer {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 15px;
	cursor: pointer;
}
.close-lightbox img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.informer-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	height: 100%;
}
.informer-content-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
    align-items: center;
}
@media (max-width: 1279px) {
	.informer-section {
		padding: 20px;
		margin-top: 0;
	}
	.close-informer {
		top: 5px;
		right: 5px;
	}
}
/* Informer Lightbox - End */

/* User Account Lightbox - Start */
#login-lightbox .lightbox-section {
	width: 600px;
}
.user-ajax-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
}
.user-ajax-wrapper .h2 {
	text-align: center;
}
.user-ajax-wrapper p {
	font-size: 16px;
	line-height: 21px;
	color: #6b7d90;
	text-align: center;
	max-width: 480px;
	margin: 0px auto 20px auto;
}
.user-ajax-wrapper input {
	border: 1px solid #d1d5db;
	padding: 15px 15px 15px 15px;
}
#forgot-password {
	font-size: 16px;
	line-height: 19px;
	color: #6b7d90;
	margin-bottom: 15px;
}
.user-ajax-wrapper .btn {
	color: #fff;
}
.user-navigtion {
	font-family: var(--font-family-1);
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
.pc-text {
	font-size: 16px;
	line-height: 19px;
	color: #0a121f;
	text-align: center;
	margin-top: 10px;
}
#login-lightbox input.woocommerce-invalid {
	background: rgb(255 0 0 / 30%) !important;
}
#login-lightbox .error-message {
	font-family: var(--font-family-1);
	font-size: 14px;
	line-height: 14px;
	color: red;
	margin-top: -10px;
}
@media (max-width: 1279px) {
	.user-ajax-wrapper p {
		font-size: 14px;
		line-height: 17px;
		margin: 0px auto 10px auto;
	}
	.user-navigtion {
		font-size: 16px;
	}
	.pc-text {
		font-size: 14px;
		line-height: 17px;
	}
}
/* User Account Lightbox - End */

/* One Click Order - Start */
.one-click-order .lightbox-section {
	max-width: 900px;
}
/* One Click Order - End */

/* FAQ - Start */
.faq-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	padding: 10px 14px 10px 20px;
	background: #F9F9F9;
	border-radius: 3px;
}
.faq-question span {
	font-weight: 600;
	margin-top: 2px;
	border-radius: 3px;
}
.faq-question i {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 34px;
	width: 34px;
	height: 34px;
	background: var(--primary);
	border-radius: 3px;
}
.faq-question i:before,
.faq-question i:after {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 14px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	transition: all 0.5s ease;
}
.faq-question i:before {
	background: url(/wp-content/themes/shop/img/icons/plus.svg);
}
.faq-question i:after {
	background: url(/wp-content/themes/shop/img/icons/minus.svg);
	opacity: 0;
}
.faq-question.active i:before {
	opacity: 0;
}
.faq-question.active i:after {
	opacity: 1;
}
.faq-question i img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: url(#primary-color-match);
	transform: rotate(90deg);
	transition: all 0.5s ease;
}
.faq-question.active i img {
	transform: rotate(270deg);
}
.faq-answer {
	display: none;
	padding: 7px 7px 7px 15px;
	margin-top: 10px;
}
.answer-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.faq-answer.open {
	visibility: visible;
	max-height: 1000px; 
	opacity: 1;
}
/* FAQ - End */


.menu-item-10822,
#menu-item-10822 {
    display: none!important;
}

/* body:not(.logged-in) .price {
    display: none!important;
}
body:not(.logged-in) .product-price {
    display: none!important;	
}
body:not(.logged-in) .quantity-control {
    display: none!important;	
}
body:not(.logged-in) .buy-group .btn-group {
    display: none!important;
}
body:not(.logged-in) .product-card .add-to-cart {
    display: none!important;
} */