body{
	color: var(--primary-black);
	background: var(--white);
}

blockquote {
	color: var(--primary-black);
	background: var(--secondary);
}

h1 {
	color: var(--black);
}

h2 {
	color: var(--black);
}

h3 {
	color: var(--black);
}

h4 {
	color: var(--black);
}

h5 {
	color: var(--black);
}

h6 {
	color: var(--black);
}

.b1 {
	color: var(--black);
}

.b2 {
	color: var(--black);
}

.b3 {
	color: var(--black);
}

.b4 {
	color: var(--black);
}

.b5 {
	color: var(--black);
}

.sub-main-title {
	color: var(--primary);
}

.main-title a:hover {
	color: var(--primary);
}

.section-title a:hover {
	color: var(--primary);
}

.block-title a:hover {
	color: var(--primary);
}

.btn {
	border-color: transparent;
}

.btn-simple-white {
	color: var(--white) !important;
	background: transparent !important;
	border-color: var(--white) !important;
}

/* .btn-simple-white.btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-simple-white:active,
.btn-simple-white:focus {
	color: var(--white) !important;
	background: transparent !important;
	border-color: var(--white) !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: var(--primary) !important;
	background: var(--white) !important;
	border-color: var(--white) !important;
}

/* .btn-simple-white.btn-arrow:active:focus:after,
.btn-simple-white.btn-arrow:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-white {
	color: var(--primary) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
}

/* .btn-white.btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-white:active,
.btn-white:focus {
	color: var(--primary) !important;
	background: var(--white) !important;
	border-color: var(--white) !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: var(--white) !important;
	background: transparent !important;
	border-color: var(--white) !important;
}

/* .btn-white.btn-arrow:active:focus:after,
.btn-white.btn-arrow:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-simple-black {
	color: var(--primary-black) !important;
	background: transparent !important;
	border-color: var(--primary-black) !important;
}

/* .btn-simple-black.btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%231b1b1b'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-simple-black:active,
.btn-simple-black:focus {
	color: var(--primary-black) !important;
	background: transparent !important;
	border-color: var(--primary-black) !important;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: var(--white) !important;
	background: var(--primary-black) !important;
	border-color: var(--primary-black) !important;
}

/* .btn-simple-black.btn-arrow:active:focus:after,
.btn-simple-black.btn-arrow:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-black {
	color: var(--white) !important;
	background: var(--primary-black) !important;
	border-color: var(--primary-black) !important;
}

/* .btn-black.btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-black:active,
.btn-black:focus {
	color: var(--white) !important;
	background: var(--primary-black) !important;
	border-color: var(--primary-black) !important;
}

.btn-black:active:focus,
.btn-black:hover {
	color: var(--primary-black) !important;
	background: transparent !important;
	border-color: var(--primary-black) !important;
}

/* .btn-black.btn-arrow:active:focus:after,
.btn-black.btn-arrow:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%231b1b1b'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-simple-coffee {
	color: var(--primary) !important;
	background: transparent !important;
	border-color: var(--primary) !important;
}

/* .btn-simple-coffee.btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-simple-coffee:active,
.btn-simple-coffee:focus {
	color: var(--primary) !important;
	background: transparent !important;
	border-color: var(--primary) !important;
}

.btn-simple-coffee:active:focus,
.btn-simple-coffee:hover {
	color: var(--white) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
}

/* .btn-simple-coffee.btn-arrow:active:focus:after,
.btn-simple-coffee.btn-arrow:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-coffee {
	color: var(--white) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
}

/* .btn-coffee.btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.btn-coffee:active,
.btn-coffee:focus {
	color: var(--white) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
}

.btn-coffee:active:focus,
.btn-coffee:hover {
	color: var(--primary) !important;
	background: transparent !important;
	border-color: var(--primary) !important;
}

/* .btn-coffee.btn-arrow:active:focus:after,
.btn-coffee.btn-arrow:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.common-form .form-select,
.common-form .form-control {
	color: var(--primary-black);
	background-color: transparent;
	border-color: var(--primary-black);
}

.common-form .form-select {
	border-color: var(--primary-black);
}

.common-form .form-select:focus,
.common-form .form-control:focus {
	border-color: var(--primary);
}

.common-form .form-control::-webkit-input-placeholder { color: var(--primary-black); }
.common-form .form-control::-moz-placeholder { color: var(--primary-black); }
.common-form .form-control:-ms-input-placeholder { color: var(--primary-black); }
.common-form .form-control:-o-placeholder { color: var(--primary-black); }

.common-form textarea.form-control {
	border-color: var(--primary-black);
}

.common-form .form-check .form-check-label {
	color: var(--primary-black);
}

.common-form .form-check .form-check-label:before {
	color: var(--primary-black);
	background: var(--secondary-light);
}

.common-form h5 {
	color: var(--primary);
}

.common-form .need-help-form-block .need-help-list .form-check-label .wpcf7-list-item-label:before {
    color: var(--primary-black);
    background: var(--secondary-light);
}


form.wpcf7-form.invalid .wpcf7-response-output {
	color: #dc3232 !important;
	border-color: #dc3232 !important;
}


form.wpcf7-form.sent .wpcf7-response-output {
	color: #155724 !important;
	border-color: #155724 !important;
}

.common-select2-block .select2-container--default .select2-selection--single {
	border-color: var(--primary-black);
}

.common-select2-block .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--primary-black);
}

.common-select2-block .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%231B1B1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 12px 12px;
	background-position: center center;
}

.common-dropdown-selectbox {
	border-color: var(--primary-black) !important;
}

.common-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--highlighted,
.common-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--selected,
.common-dropdown-selectbox .select2-results__options .select2-results__option:hover {
	color: var(--secondary-light);
	background: var(--primary);
}

.common-social-icons {
	color: var(--primary-black);
}

.common-social-icons ul li a:hover {
	color: var(--primary) !important;
}

.external-link-arrow {
	background: var(--primary);
	color: var(--white);
}

/* .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.common-wide-range-tag-list .range-tab {
	color: var(--primary);
	border-color: var(--primary);
}

.common-wide-range-tag-list a.range-tab:hover {
	color: var(--white) !important;
	background: var(--primary) !important;
}

.header.h-change-layout,
.h-sticky-navbar {
	background: var(--white);
}

.header.header-white .navbar .navbar-brand svg path {
	fill: var(--white);
}

/* .header.header-white .navbar .navbar-brand svg path[stroke] {
	stroke: var(--primary);
} */

/* .header.h-change-layout .navbar .navbar-brand svg path { */
.h-sticky-navbar .navbar .navbar-brand svg path {
	fill: var(--primary-black);
}

/* .header.h-change-layout .navbar .navbar-brand svg path[stroke] { */
.h-sticky-navbar .navbar .navbar-brand svg path[stroke] {
	stroke: var(--white);
}

.header.header-white .navbar .navbar-nav .nav-item .nav-link {
	color: var(--white);
	border-color: transparent;
}

.header.header-white .h-offer-block .btn {
	color: var(--white) !important;
	border-color: var(--white) !important;
}

/* .header.header-white .h-offer-block .btn-arrow:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
} */

.header.header-white .h-offer-block .btn:active:focus,
.header.header-white .h-offer-block .btn:hover {
	border-color: var(--primary-black) !important;
}

/* .header.h-change-layout .h-offer-block .btn { color: var(--primary-black) !important; border-color: var(--primary-black) !important; } */
.h-sticky-navbar .h-offer-block .btn { color: var(--primary-black) !important; border-color: var(--primary-black) !important; }

/* .header.h-change-layout .h-offer-block .btn-arrow:after { background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%231B1B1B'/%3E%3C/svg%3E") no-repeat; background-size: 100% 100%; } */
/* .h-sticky-navbar .h-offer-block .btn-arrow:after { background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%231B1B1B'/%3E%3C/svg%3E") no-repeat; background-size: 100% 100%; } */

/* .header.h-change-layout .h-offer-block .btn:active:focus,
.header.h-change-layout .h-offer-block .btn:hover { color: var(--white) !important; border-color: var(--primary) !important; background: var(--primary) !important; } */
.h-sticky-navbar .h-offer-block .btn:active:focus,
.h-sticky-navbar .h-offer-block .btn:hover { color: var(--white) !important; border-color: var(--primary) !important; background: var(--primary) !important; }

/* .header.h-change-layout .h-offer-block .btn-arrow:active:focus:after,
.header.h-change-layout .h-offer-block .btn-arrow:hover:after { background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat; background-size: 100% 100%; } */
/* .h-sticky-navbar .h-offer-block .btn-arrow:active:focus:after,
.h-sticky-navbar .h-offer-block .btn-arrow:hover:after { background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat; background-size: 100% 100%; } */

.header.header-white .navbar .navbar-nav .nav-item.active .nav-link,
.header.header-white .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.header.header-white .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.header.header-white .navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.header.header-white .navbar .navbar-nav .nav-item .nav-link.active,
.header.header-white .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.header.header-white .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.header.header-white .navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.header.header-white .navbar .navbar-nav .nav-item .nav-link:hover {
	border-color: var(--white);
}

.navbar-toggler .hamburger span {
	background: var(--black);
}

.header.header-white .navbar-toggler .hamburger span {
	background: var(--white);
}

.header.h-change-layout .navbar-toggler .hamburger span {
	background: var(--black);
}

/* .header.h-change-layout .navbar .navbar-collapse { */
.h-sticky-navbar .navbar .navbar-collapse {
	background: var(--white);
}

/* .header.h-change-layout .navbar .navbar-collapse.show:before { */
.h-sticky-navbar .navbar .navbar-collapse.show:before {
	background: var(--white);
}

/* .header.h-change-layout .navbar-nav .nav-item { */
.h-sticky-navbar .navbar-nav .nav-item {
	border-color: var(--black) !important;
}

/* .header.h-change-layout .navbar-nav .nav-item .nav-link { */
.h-sticky-navbar .navbar-nav .nav-item .nav-link {
	color: var(--primary-black) !important;
}

/* .header.h-change-layout .navbar .navbar-nav .nav-item.show > a,
.header.h-change-layout .navbar .navbar-nav .nav-item .nav-link.show,
.header.h-change-layout .navbar .navbar-nav .nav-item.active .nav-link,
.header.h-change-layout .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.header.h-change-layout .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.header.h-change-layout .navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.header.h-change-layout .navbar .navbar-nav .nav-item .nav-link.active,
.header.h-change-layout .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.header.h-change-layout .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.header.h-change-layout .navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.header.h-change-layout .navbar .navbar-nav .nav-item .nav-link:hover { border-color: var(--primary-black) !important; } */
.h-sticky-navbar .navbar .navbar-nav .nav-item.show > a,
.h-sticky-navbar .navbar .navbar-nav .nav-item .nav-link.show,
.h-sticky-navbar .navbar .navbar-nav .nav-item.active .nav-link,
.h-sticky-navbar .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.h-sticky-navbar .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.h-sticky-navbar .navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.h-sticky-navbar .navbar .navbar-nav .nav-item .nav-link.active,
.h-sticky-navbar .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.h-sticky-navbar .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.h-sticky-navbar .navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.h-sticky-navbar .navbar .navbar-nav .nav-item .nav-link:hover { border-color: var(--primary-black) !important; }

/* .header.h-change-layout .navbar .dropdown-mega .dropdown-menu .mega-menu-title * { border-color: var(--primary); } */
.h-sticky-navbar .navbar .dropdown-mega .dropdown-menu .mega-menu-title * { border-color: var(--primary); }

.navbar .navbar-nav .nav-item .nav-link {
	color: var(--primary-black);
}

.navbar .navbar-nav .nav-item.show > a,
.navbar .navbar-nav .nav-item .nav-link.show,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	border-color: var(--primary-black);
}

.navbar .mega-menu-category-block {
	color: var(--primary-black);
}

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > * {
	color: var(--primary-black);
}

/* .header.h-change-layout .navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.show > a,
.header.h-change-layout .navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.show, */
.h-sticky-navbar .navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.show > a,
.h-sticky-navbar .navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.show,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.active > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.current-menu-item > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.current-menu-parent > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.current_page_parent > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.active,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.current-menu-item,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.current-menu-parent,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.current_page_parent,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a:hover {
	color: var(--primary);
}

/* .navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.show > a:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.active > a:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.current-menu-item > a:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.current-menu-parent > a:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.current_page_parent > a:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.show:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.active:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.current-menu-item:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.current-menu-parent:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a.current_page_parent:after,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li > a:hover:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M0.171061 0.173295C0.116831 0.228171 0.0738111 0.293339 0.0444589 0.36507C0.0151067 0.436801 0 0.513688 0 0.591338C0 0.668987 0.0151067 0.745877 0.0444589 0.817608C0.0738111 0.889338 0.116831 0.954505 0.171061 1.00938L5.5917 6.50007L0.171061 11.9908C0.0616179 12.1016 0.000133514 12.252 0.000133514 12.4088C0.000133514 12.5656 0.0616179 12.716 0.171061 12.8268C0.280503 12.9377 0.42894 13 0.583715 13C0.738491 13 0.886927 12.9377 0.99637 12.8268L6.82894 6.91811C6.88317 6.86323 6.92619 6.79807 6.95554 6.72634C6.98489 6.65461 7 6.57772 7 6.50007C7 6.42242 6.98489 6.34553 6.95554 6.2738C6.92619 6.20207 6.88317 6.1369 6.82894 6.08203L0.99637 0.173295C0.942201 0.118358 0.877874 0.0747757 0.807068 0.0450401C0.736261 0.0153046 0.660364 9.53674e-07 0.583715 9.53674e-07C0.507066 9.53674e-07 0.431169 0.0153046 0.360363 0.0450401C0.289557 0.0747757 0.22523 0.118358 0.171061 0.173295Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > a {
	background: transparent !important;
}

/* .navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > a:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M0.171061 0.173295C0.116831 0.228171 0.0738111 0.293339 0.0444589 0.36507C0.0151067 0.436801 0 0.513688 0 0.591338C0 0.668987 0.0151067 0.745877 0.0444589 0.817608C0.0738111 0.889338 0.116831 0.954505 0.171061 1.00938L5.5917 6.50007L0.171061 11.9908C0.0616179 12.1016 0.000133514 12.252 0.000133514 12.4088C0.000133514 12.5656 0.0616179 12.716 0.171061 12.8268C0.280503 12.9377 0.42894 13 0.583715 13C0.738491 13 0.886927 12.9377 0.99637 12.8268L6.82894 6.91811C6.88317 6.86323 6.92619 6.79807 6.95554 6.72634C6.98489 6.65461 7 6.57772 7 6.50007C7 6.42242 6.98489 6.34553 6.95554 6.2738C6.92619 6.20207 6.88317 6.1369 6.82894 6.08203L0.99637 0.173295C0.942201 0.118358 0.877874 0.0747757 0.807068 0.0450401C0.736261 0.0153046 0.660364 9.53674e-07 0.583715 9.53674e-07C0.507066 9.53674e-07 0.431169 0.0153046 0.360363 0.0450401C0.289557 0.0747757 0.22523 0.118358 0.171061 0.173295Z' fill='%231B1B1B'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu {
	background: var(--secondary-light);
}

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a {
	color: var(--primary-black);
	background: transparent !important;
}

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.active a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.current-menu-item a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.current-menu-parent a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.current_page_parent a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.active,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.current-menu-item,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.current-menu-parent,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.current_page_parent,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a:hover {
	color: var(--primary);
}

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.active > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.current-menu-item > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.current-menu-parent > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li.current_page_parent > a,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.active,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.current-menu-item,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.current-menu-parent,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a.current_page_parent,
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown > .dropdown-menu li a:hover {
	color: var(--primary);
}

.banner-section.home-banner-section .banner-title {
	color: var(--white);
}

.banner-section .banner-main-content .banner-detail {
	color: var(--white);
}

.banner-section.block-banner-section .banner-main-image {
	/* background: linear-gradient(90deg, var(--primary) 0%, rgba(105, 77, 40, 0.64) 100%); */
	background: linear-gradient(90deg, var(--primary) 0%, var(--primary-gradient-opacity) 100%);
}

.banner-section.block-banner-section .banner-title {
	color: var(--white);
}

.banner-section.contact-banner-section .banner-main-image {
	/* background: linear-gradient(292deg, var(--secondary) 36.03%, rgba(222, 202, 168, 0.75) 72.48%); */
	background: linear-gradient(292deg, var(--secondary) 36.03%, var(--secondary-gradient-opacity) 72.48%);
}

.cutting-edge-section .cutting-edge-description {
	background: var(--white);
}

.our-company-grouth-section .company-grouth-block .counter-number {
	color: var(--primary);
}

.export-countrie-block .export-countrie-list ul li {
	border-color: var(--primary-black);
}

.export-countrie-block .export-countrie-list ul li .external-link-arrow {
	color: var(--white);
}

.partner-experience-section .partner-experience-large-title {
	-webkit-text-stroke-color: var(--primary-black);
	color: var(--primary-black);
}

.partner-experience-block {
	border-color: var(--primary);
}

.partner-experience-block:before {
	background: var(--primary);
}

.partner-experience-block:hover {
	color: var(--white);
}

.partner-experience-block:hover .experience-title .external-link-arrow {
	background: var(--white);
	color: var(--primary);
}

/* .partner-experience-block:hover .experience-title .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.satisfied-customer-section {
	/* background: linear-gradient(180deg, var(--primary) 0%, rgba(105, 77, 40, 0.85) 100%); */
	background: linear-gradient(180deg, var(--primary) 0%, var(--primary-gradient-opacity) 100%);
}

.satisfied-customer-section:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='713' height='1231' viewBox='0 0 713 1231' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-44.2929' y='851.938' width='534.9' height='534.9' rx='9.5' transform='rotate(-45 -44.2929 851.938)' stroke='%23FFFFFF'/%3E%3Crect x='-44.2929' y='378.938' width='534.9' height='534.9' rx='9.5' transform='rotate(-45 -44.2929 378.938)' stroke='%23FFFFFF'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.satisfied-customer-section .satisfied-customer-main-detail .section-title {
	color: var(--white);
}

.satisfied-customer-section .satisfied-customer-main-detail .detail {
	color: var(--white);
}

.satisfied-customer-block {
	background: var(--white);
}

.satisfied-customer-block:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='49' height='37' viewBox='0 0 49 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3125 6.16667L18.375 0H12.25C5.48187 0 0 8.6025 0 15.4167V37H21.4375V15.4167H9.1875C9.1875 6.16667 15.3125 6.16667 15.3125 6.16667ZM36.75 15.4167C36.75 6.16667 42.875 6.16667 42.875 6.16667L45.9375 0H39.8125C33.0444 0 27.5625 8.6025 27.5625 15.4167V37H49V15.4167H36.75Z' fill='%231B1B1B'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.work-inspiration-section .work-inspiration-content .swiper-button-prev,
.work-inspiration-section .work-inspiration-content .swiper-button-next {
	background: var(--primary);
	color: var(--white);
}

.work-inspiration-section .work-inspiration-content .swiper-button-prev:hover,
.work-inspiration-section .work-inspiration-content .swiper-button-next:hover {
	background: var(--primary-black);
	color: var(--white);
}

.special-offer-section .special-offer-block {
	/* background: linear-gradient(180deg, rgba(124, 100, 68, 0.85) 0%, var(--primary) 100%); */
	background: linear-gradient(180deg, var(--primary-gradient-opacity) 0%, var(--primary) 100%);
}

.special-offer-block .special-offer-main-detail:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='606' height='489' viewBox='0 0 606 489' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.707107' y='287.969' width='283.213' height='283.213' rx='9.5' transform='rotate(-45 0.707107 287.969)' stroke='%23FFFFFF'/%3E%3Crect x='204.707' y='200.969' width='283.213' height='283.213' rx='9.5' transform='rotate(-45 204.707 200.969)' stroke='%23FFFFFF'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.special-offer-section .special-offer-block .special-offer-detail .section-title {
	color: var(--white);
}

.special-offer-section .special-offer-block .special-offer-detail .detail {
	color: var(--white);
}

.technical-helpful-block .technical-helpful-front-side {
	background: var(--secondary);
}

.technical-helpful-block .technical-helpful-back-side .technical-title {
	color: var(--white);
}

.technical-helpful-block .technical-helpful-back-side {
	background: var(--primary);
}

.technical-helpful-block .technical-helpful-back-side .technical-title .external-link-arrow {
	background: var(--secondary-light);
	color: var(--primary);
}

/* .technical-helpful-block .technical-helpful-back-side .technical-title .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.technical-helpful-block .technical-helpful-front-side .technical-title .external-link-arrow {
	background: var(--primary);
    color: var(--secondary);
}

.technical-helpful-block .technical-helpful-back-side .technical-helpful-detail .detail {
	color: var(--white);
}

.technical-helpful-block.cream-layout .technical-helpful-front-side {
	background: var(--primary);
}

.technical-helpful-block.cream-layout .technical-helpful-front-side .technical-title {
	color: var(--white);
}

.technical-helpful-block.cream-layout .technical-helpful-front-side .technical-title .external-link-arrow {
	background: var(--secondary-light);
	color: var(--primary);
}

/* .technical-helpful-block.cream-layout .technical-helpful-front-side .technical-title .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.technical-helpful-block.cream-layout .technical-helpful-front-side .technical-helpful-detail .detail {
	color: var(--white);
}

.technical-helpful-block.cream-layout .technical-helpful-back-side {
	background: var(--secondary);
}

.technical-helpful-block.cream-layout .technical-helpful-back-side .technical-title {
	color: var(--primary-black);
}

.technical-helpful-block.cream-layout .technical-helpful-back-side .technical-title .external-link-arrow {
	background: var(--primary);
	color: var(--secondary);
}

/* .technical-helpful-block.cream-layout .technical-helpful-back-side .technical-title .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23DECAA8'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.technical-helpful-block.cream-layout .technical-helpful-back-side .technical-helpful-detail .detail {
	color: var(--primary-black);
}

.faq-accordion .accordion-item {
	border-color: var(--primary-black);
}

.faq-accordion .accordion-item .accordion-button {
	color: var(--primary-black);
	background: transparent;
}

.faq-accordion .accordion-item .accordion-button .accordion-title {
	color: var(--primary-black);
}

.faq-accordion .accordion-item .accordion-button:after {
	/* background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.673969 11.1188C0.744813 11.0479 0.828943 10.9916 0.921546 10.9533C1.01415 10.9149 1.11341 10.8951 1.21365 10.8951C1.31389 10.8951 1.41316 10.9149 1.50576 10.9533C1.59836 10.9916 1.68249 11.0479 1.75333 11.1188L7.31605 16.6825L7.31605 1.74211C7.31605 1.5398 7.39642 1.34578 7.53947 1.20273C7.68252 1.05968 7.87654 0.979311 8.07885 0.979311C8.28116 0.979311 8.47518 1.05968 8.61823 1.20273C8.76129 1.34578 8.84165 1.5398 8.84165 1.74211V16.6825L14.4044 11.1188C14.5475 10.9757 14.7416 10.8953 14.9441 10.8953C15.1465 10.8953 15.3406 10.9757 15.4837 11.1188C15.6269 11.262 15.7073 11.4561 15.7073 11.6585C15.7073 11.8609 15.6269 12.0551 15.4837 12.1982L8.61853 19.0634C8.54769 19.1343 8.46356 19.1906 8.37096 19.229C8.27836 19.2674 8.1791 19.2871 8.07885 19.2871C7.97861 19.2871 7.87935 19.2674 7.78674 19.229C7.69414 19.1906 7.61001 19.1343 7.53917 19.0634L0.673969 12.1982C0.603047 12.1273 0.546783 12.0432 0.508396 11.9506C0.470009 11.858 0.450252 11.7588 0.450252 11.6585C0.450252 11.5583 0.470009 11.459 0.508396 11.3664C0.546783 11.2738 0.603047 11.1897 0.673969 11.1188Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat var(--primary);
	background-position: center center;
	background-size: 15px 18px; */
	background: var(--primary);
	color: var(--white);
}

.our-team-section .our-team-main-title h5 {
	color: var(--primary);
}

.our-team-block .team-image {
	background: var(--secondary-light);
}

.our-team-block .team-detail .title * {
	color: var(--primary);
}

.our-team-block .team-detail ul li a:hover {
	color: var(--primary);
}

.contact-section .contact-main-title h5 {
	color: var(--primary);
}

.contact-form .form-submit .btn {
	text-align: left;
	padding-right: 50px;
	min-width: 230px;
	/* background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat transparent !important;
    background-size: 15px 15px !important;
	background-position: center right 22px !important; */
}

.contact-form .form-submit:after {
	color: var(--primary);
}

.contact-form .form-submit:hover:after {
	color: var(--white);
}

/* .contact-form .form-submit .btn:active:focus,
.contact-form .form-submit .btn:hover {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat var(--primary) !important;
    background-size: 15px 15px !important;
	background-position: center right 22px !important;
} */

.contact-with-sidebar-section .contact-description .contact-sidebar-block {
	background: var(--secondary-light);
}

.contact-sidebar-block .sidebar-block .sidebar-detail p a {
	color: var(--primary);
}

.contact-sidebar-block .sidebar-block .sidebar-detail p a:hover {
	color: var(--primary-black);
}

.contact-sidebar-block .send-inquiry-link {
	color: var(--primary-black);
}

.contact-sidebar-block .send-inquiry-link > *:before {
	/* background: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92328 16.7507C9.00076 16.6718 9.06222 16.578 9.10416 16.4749C9.14609 16.3717 9.16768 16.2611 9.16768 16.1494C9.16768 16.0377 9.14609 15.9271 9.10416 15.8239C9.06222 15.7207 9.00076 15.627 8.92328 15.5481L2.84535 9.34984H19.1667C19.3877 9.34984 19.5997 9.2603 19.7559 9.1009C19.9122 8.94151 20 8.72532 20 8.4999C20 8.27448 19.9122 8.0583 19.7559 7.8989C19.5997 7.73951 19.3877 7.64996 19.1667 7.64996H2.84535L8.92328 1.45175C9.07964 1.29227 9.16749 1.07596 9.16749 0.850415C9.16749 0.624871 9.07964 0.408565 8.92328 0.249081C8.76692 0.089597 8.55485 1.68044e-09 8.33372 0C8.11259 -1.68044e-09 7.90051 0.089597 7.74415 0.249081L0.244397 7.89857C0.16692 7.9775 0.105456 8.07124 0.0635204 8.17442C0.0215848 8.27761 0 8.38821 0 8.4999C0 8.6116 0.0215848 8.7222 0.0635204 8.82538C0.105456 8.92856 0.16692 9.0223 0.244397 9.10124L7.74415 16.7507C7.82154 16.8297 7.91345 16.8924 8.01461 16.9352C8.11577 16.978 8.22421 17 8.33372 17C8.44323 17 8.55166 16.978 8.65282 16.9352C8.75398 16.8924 8.84589 16.8297 8.92328 16.7507Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%; */

	color: var(--primary);
}

.contact-sidebar-block .send-inquiry-link a:hover {
	color: var(--primary);
}

.visit-us-section .visit-us-main-title h5 {
	color: var(--primary);
}

.blog-section .load-more-link a {
	color: var(--primary);
}

.blog-section .load-more-link a:hover {
	color: var(--primary-black);
}

.blog-sidebar-block .sidebar-block .sidebar-detail ul li a {
	color: var(--primary-black);
	border-color: transparent;
}

.blog-sidebar-block .sidebar-block .sidebar-detail ul li.active a,

.blog-sidebar-block .sidebar-block .sidebar-detail ul li a.active,

.blog-sidebar-block .sidebar-block .sidebar-detail ul li a:hover {
	color: var(--primary);
	border-color: var(--primary);
}

.blog-main-section .blog-main-description {
	background: var(--secondary);
}

.blog-main-list .blog-main-block .blog-inner-detail .blog-date-block .external-link-arrow {
	color: var(--secondary-light);
}

.blog-main-list > .row > *:nth-child(odd) .blog-main-block .blog-inner-detail {
	background: var(--primary);
}

.blog-main-list > .row > *:nth-child(odd) .blog-main-block .blog-inner-detail .blog-date-block {
	color: var(--secondary-light);
}

.blog-main-list > .row > *:nth-child(odd) .blog-main-block .blog-inner-detail .blog-date-block .external-link-arrow {
	background: var(--secondary-light);
	color: var(--primary);
}

/* .blog-main-list > .row > *:nth-child(odd) .blog-main-block .blog-inner-detail .blog-date-block .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23694D28'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.blog-main-list > .row > *:nth-child(odd) .blog-main-block .blog-inner-detail .blog-title * {
	color: var(--secondary-light);
}

.blog-main-list > .row > *:nth-child(odd) .blog-main-block .blog-inner-detail .detail {
	color: var(--secondary-light);
}

.blog-main-block .blog-image-detail-block {
	color: var(--primary);
}

.blog-main-block .blog-inner-detail {
	background: var(--secondary-light);
}

.blog-main-block .blog-inner-detail .blog-title * {
	color: var(--primary);
}

.blog-main-block .blog-inner-detail .detail {
	color: var(--primary);
}

.product-sales-section .product-sales-content .product-sales-detail:before {
	background: var(--secondary-light);
}

.all-type-products-list-items .type-products-name {
	background: var(--secondary);
}

/* .all-type-products-list-items .type-products-name .external-link-arrow:before {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23DECAA8'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
} */

.all-type-product-list .type-product-section:nth-child(odd) {
	background: var(--secondary-light);
}

.blog-post-section .blog-content a:hover {
	color: var(--primary);
}

.blog-post-section .blog-post-main-detail .blog-post-title * {
	color: var(--primary);
}

.blog-post-section .blog-post-main-detail .blog-post-date-tags .blog-date-block {
	color: var(--primary);
}

.blog-post-pagination a {
	color: var(--primary-black);
}

.blog-post-pagination a:before {
	/* background: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.94855 15.0333C9.01948 14.9625 9.07574 14.8783 9.11413 14.7857C9.15251 14.6931 9.17227 14.5939 9.17227 14.4936C9.17227 14.3934 9.15251 14.2941 9.11413 14.2015C9.07574 14.1089 9.01948 14.0248 8.94855 13.9539L3.38488 8.39122L18.3253 8.39122C18.5276 8.39122 18.7216 8.31086 18.8647 8.16781C19.0077 8.02475 19.0881 7.83073 19.0881 7.62842C19.0881 7.42612 19.0077 7.2321 18.8647 7.08904C18.7216 6.94599 18.5276 6.86562 18.3253 6.86562L3.38488 6.86562L8.94855 1.30291C9.09169 1.15977 9.1721 0.965644 9.1721 0.763224C9.1721 0.560804 9.09169 0.366675 8.94855 0.223543C8.80542 0.0804108 8.61129 1.50814e-09 8.40887 0C8.20645 -1.50814e-09 8.01232 0.0804108 7.86919 0.223543L1.00399 7.08874C0.93307 7.15959 0.876807 7.24371 0.838419 7.33632C0.800032 7.42892 0.780273 7.52818 0.780273 7.62842C0.780273 7.72867 0.800032 7.82793 0.838419 7.92053C0.876807 8.01313 0.93307 8.09726 1.00399 8.1681L7.86919 15.0333C7.94004 15.1042 8.02416 15.1605 8.11677 15.1989C8.20937 15.2373 8.30863 15.257 8.40887 15.257C8.50912 15.257 8.60838 15.2373 8.70098 15.1989C8.79358 15.1605 8.87771 15.1042 8.94855 15.0333Z'%3E%3C/path%3E%3C/svg%3E") no-repeat var(--primary);
	background-size: 15px 15px;
	background-position: center center; */

	background: var(--primary);
	color: var(--white);
}

.blog-post-pagination a:hover {
	color: var(--primary);
}

.manufacturing-process-section .manufacturing-process-content .swiper-button-prev,
.manufacturing-process-section .manufacturing-process-content .swiper-button-next {
	color: var(--white);
	background: var(--primary);
}

.manufacturing-process-section .manufacturing-process-content .swiper-button-prev:hover,
.manufacturing-process-section .manufacturing-process-content .swiper-button-next:hover {
	color: var(--white);
	background: var(--primary-black);
}

.cooperation-partners-carousel .cooperation-partners-block {
	border-color: transparent;
}

.cooperation-partners-carousel a.cooperation-partners-block:hover {
	border-color: var(--primary);
}

.story-feedback-section .story-feedback-description {
	background: linear-gradient(180deg, var(--primary) 0%, var(--primary-gradient-opacity) 100%);
}

.story-feedback-carousel .slick-arrow {
	background: var(--white);
	color: var(--primary);
}

.story-feedback-carousel .story-feedback-block .satisfied-customer-block .detail {
	color: var(--primary-black);
}

.footer {
	background: var(--secondary);
}

.footer .f-top .f-right {
	background: var(--white);
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li.current-menu-item a,
.f-block .f-detail ul li.current-menu-parent a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a.current-menu-item,
.f-block .f-detail ul li a.current-menu-parent,
.f-block .f-detail ul li a:hover {
	color: var(--white);
}

.footer .f-bottom .f-content ul li {
	color: var(--primary-black);
}

.footer .f-bottom .f-content ul li.active a,
.footer .f-bottom .f-content ul li.current-menu-item a,
.footer .f-bottom .f-content ul li.current-menu-parent a,
.footer .f-bottom .f-content ul li.current_page_parent a,
.footer .f-bottom .f-content ul li a.active,
.footer .f-bottom .f-content ul li a.current-menu-item,
.footer .f-bottom .f-content ul li a.current-menu-parent,
.footer .f-bottom .f-content ul li a.current_page_parent,
.footer .f-bottom .f-content ul li a:hover {
	color: var(--white);
}

.inspiration-modal .modal-content {
	background: var(--secondary-light);
}

.inspiration-modal .btn-close {
	background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") var(--primary-black) no-repeat;
	background-size: 20px 20px;
	background-position: center center;
}

.inspiration-modal-block .modal-title {
	color: var(--primary);
}

.inspiration-modal-block .customer-feedback-block {
	background: var(--white);
}

.inspiration-modal-carousel .slick-arrow {
	background: var(--primary);
	color: var(--white);
}

.inspiration-modal-carousel .slick-arrow:hover {
	background: var(--primary-black);
}

.change-color-block {
	background: var(--black);
}

/*========== wordpress menu Start ==========*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-black);
	border-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.show > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.show,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.active > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-parent > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current_page_parent > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.active,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.mega-current-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-parent,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current_page_parent,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: var(--primary-black);
	border-color: var(--primary-black);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    /* background: var(--white) !important; */
	background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-list {
	background: var(--white) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-block-title {
    color: var(--black) !important;
}

.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: var(--white);
}

.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.show > a.mega-menu-link,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.show,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.active > a.mega-menu-link,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-item > a.mega-menu-link,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-parent > a.mega-menu-link,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current_page_parent > a.mega-menu-link,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.active,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.mega-current-menu-item,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-item,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-parent,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current_page_parent,
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: var(--white);
	border-color: var(--white);
}

/* .header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item { */
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	border-color: var(--black) !important;
}

/* .header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link { */
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: var(--primary-black) !important;
}

/* .header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.show > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.show,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.active > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-item > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-parent > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current_page_parent > a.mega-menu-link,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.active,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.mega-current-menu-item,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-item,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-parent,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current_page_parent,
.header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: var(--primary-black) !important;
	border-color: var(--primary-black) !important;
} */

.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.show > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.show,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.active > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-item > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-parent > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current_page_parent > a.mega-menu-link,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.active,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.mega-current-menu-item,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-item,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-parent,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current_page_parent,
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: var(--primary-black) !important;
	border-color: var(--primary-black) !important;
	background: transparent !important;
}

/* .header.h-change-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-block-title { */
.h-sticky-navbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-block-title {
	border-color: var(--primary) !important;
}
/*========== wordpress menu End ==========*/

/* Responsive Start */
@media (min-width: 1200px){
.navbar-nav li.dropdown:hover > a,
.navbar-nav li.dropstart:hover > a,
.navbar-nav li.dropend:hover > a { border-color: var(--primary-black); }

.header.header-white .navbar-nav li.dropdown:hover > a,
.header.header-white .navbar-nav li.dropstart:hover > a,
.header.header-white .navbar-nav li.dropend:hover > a { border-color: var(--white); }

/* .header.h-change-layout .navbar-nav li.dropdown:hover > a,
.header.h-change-layout .navbar-nav li.dropstart:hover > a,
.header.h-change-layout .navbar-nav li.dropend:hover > a { border-color: var(--primary-black) !important; } */
.h-sticky-navbar .navbar-nav li.dropdown:hover > a,
.h-sticky-navbar .navbar-nav li.dropstart:hover > a,
.h-sticky-navbar .navbar-nav li.dropend:hover > a { border-color: var(--primary-black) !important; }

.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown:hover > a { color: var(--primary); }

/* wordpress menu start */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:hover > a.mega-menu-link { color: var(--primary-black); border-color: var(--primary-black); }
.header.header-white #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:hover > a.mega-menu-link { color: var(--white); border-color: var(--white); }
.navbar .mega-menu-navbar-block .mega-menu-detail > ul > li.dropdown.show > a { color: var(--primary); }
/* wordpress menu end */
}

@media (max-width: 1199px){
.header.nav-menu-open .navbar .navbar-brand svg path { fill: var(--primary-black); }
.header.nav-menu-open .navbar .navbar-brand svg path[stroke] { stroke: var(--white); }
.header.nav-menu-open .h-offer-block .btn { color: var(--primary-black) !important; border-color: var(--primary-black) !important; }

.header.nav-menu-open .h-offer-block .btn-arrow:after { background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%231B1B1B'/%3E%3C/svg%3E") no-repeat; background-size: 100% 100%; }

.header.nav-menu-open .h-offer-block .btn:active:focus,
.header.nav-menu-open .h-offer-block .btn:hover { color: var(--white) !important; border-color: var(--primary) !important; background: var(--primary) !important; }

.header.nav-menu-open .h-offer-block .btn-arrow:active:focus:after,
.header.nav-menu-open .h-offer-block .btn-arrow:hover:after { background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7996 11.406C12.6994 11.4061 12.6001 11.3863 12.5075 11.348C12.4149 11.3097 12.3307 11.2535 12.2598 11.1826C12.1889 11.1117 12.1327 11.0275 12.0944 10.9349C12.056 10.8423 12.0363 10.743 12.0364 10.6428L12.0371 2.77523L1.47262 13.3397C1.32956 13.4827 1.13554 13.5631 0.933235 13.5631C0.730927 13.5631 0.536907 13.4827 0.393854 13.3397C0.250802 13.1966 0.170434 13.0026 0.170435 12.8003C0.170435 12.598 0.250801 12.404 0.393855 12.2609L10.9583 1.69647L3.09076 1.69714C2.88834 1.69714 2.69421 1.61673 2.55108 1.4736C2.40795 1.33046 2.32753 1.13634 2.32753 0.933916C2.32753 0.731496 2.40795 0.537367 2.55108 0.394235C2.69421 0.251102 2.88834 0.170691 3.09076 0.170691L12.7996 0.170691C12.8999 0.170635 12.9991 0.190339 13.0918 0.228675C13.1844 0.267011 13.2685 0.323227 13.3394 0.39411C13.4103 0.464993 13.4665 0.549152 13.5049 0.641776C13.5432 0.7344 13.5629 0.833672 13.5628 0.933916L13.5628 10.6428C13.5629 10.743 13.5432 10.8423 13.5049 10.9349C13.4665 11.0275 13.4103 11.1117 13.3394 11.1826C13.2685 11.2535 13.1844 11.3097 13.0918 11.348C12.9991 11.3864 12.8999 11.4061 12.7996 11.406Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat; background-size: 100% 100%; }

.header.nav-menu-open .navbar-toggler .hamburger span { background: var(--black); }

.header .navbar .navbar-collapse { background: var(--white); }
.header .navbar .navbar-collapse.show:before { background: var(--white); }
.header .navbar-nav .nav-item { border-color: var(--black) !important; }
.header .navbar-nav .nav-item .nav-link { color: var(--primary-black) !important; }

.header .navbar .navbar-nav .nav-item.active .nav-link,
.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.header .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.header .navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.header .navbar .navbar-nav .nav-item .nav-link.active,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.header .navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.header .navbar .navbar-nav .nav-item .nav-link:hover { border-color: var(--primary-black) !important; }

.header .navbar .dropdown-mega .dropdown-menu .mega-menu-title * { border-color: var(--primary); }

/* wordpress menu start */
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 { background: transparent !important; }
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item { border-color: var(--black) !important; }
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link { color: var(--primary-black) !important; }

.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.show > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.show,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.active > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-item > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current-menu-parent > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.current_page_parent > a.mega-menu-link,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.active,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.mega-current-menu-item,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-item,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current-menu-parent,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.current_page_parent,
.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover { color: var(--primary-black) !important; border-color: var(--primary-black) !important; background: transparent !important; }

.header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-block-title { border-color: var(--primary) !important; }
/* wordpress menu end */
}

@media (min-width: 768px) and (max-width: 991px){
.product-sales-section .product-sales-content { background: var(--secondary-light); }
}

@media (max-width: 767px) {
.product-sales-section .product-sales-content { background: var(--secondary-light); }
}
/* Responsive End */