<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Taiwan
Description: Child Theme for Taiwan
Author: Mannatech, Incorporated
Template: mannatech
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: mannatech-tw-child
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
/*@import url('../mannatech/style.css');*/


/* =Theme customization starts here
-------------------------------------------------------------- */



.mannatech-logo-2 {
    background: url(/wp-content/themes/mannatech/img/Mannatech-logo-2022.png) no-repeat center center;
    display: block;
    width: 90%;
    height: 50px;
    background-size: contain;
}

#top-menu-container.mini .mannatech-logo-2 {
    background: url(/wp-content/themes/mannatech/img/Mannatech-logo-2022.png) no-repeat center left;
	width: 73%;
    height: 22px;
    background-size: contain;
	margin-left: 0;
    margin-right: 0;
}

#top-menus &gt; .container-fluid {
    padding: inherit;
}

#primary-menus .row {
	padding: 0 8px;
}

#primary-menus .row &gt; [class^="col"].prime-2020 {
    position: initial;
    display: inline;
    justify-content: normal;
    align-items: normal;
    text-align: center;
}

#primary-menus .row &gt; [class^="col"].prime-2020&gt;ul&gt;li {
    text-align: center;
	margin: 0 20px;
}

#primary-menus .row &gt; .col-cart {
	text-align: right;
}

#primary-menus .row &gt; .col-cart .cart-header-container {
	width: 100%;
}

#primary-menus .row &gt; .col-cart .cart-header-container &gt; li {
	text-align: right;
	margin-right: 0;
	padding-right: 0;
}

.header-announcement {
	background: linear-gradient(195deg,#a6d875 0%,#29c4a9 100%)!important;
}

.header-announcement h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 9pt;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 14px 15%;
    line-height: 15px;
	font-weight: 800;
	font-family: "Proxima Nova W01","Helvetica Neue",Calibri,Helvetica,Arial,sans-serif;
}

.header-announcement h5 sup {
	font-size: 6px;
	vertical-align: 1px;
}

.header-announcement h5 a {
	color: #333a41;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-announcement h5 a:hover {
	opacity: 0.8;
}

.menu-spacer {
	height: 150px;
}

#catalog-menu #catalog-menus div:last-of-type,
.product-line div:last-of-type,
.product-line-menu &gt; ul:first-of-type li:last-of-type,
.product-line-small div:last-of-type {
	display: none;
}

#catalog-menus div:nth-last-child(2) {
	border-right:1px solid #f2f2f2;
}


@media only screen and (max-width: 767px) {
	.product-line-menu &gt; ul:first-of-type li:last-of-type {
		display: inline;
	}
}</pre></body></html>