/*
Theme Name: Imperium
Theme URI: https://www.delipixel.com.my/
Author: eJeeban Web Design Company
Author URI: https://www.ejeeban.com/
Description: Customized theme for Imperium Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, flexible-width, custom-header, custom-menu, featured-images, post-formats, sticky-post
Text Domain: imperium

*/

/*  --------------------------------------------------
    Generic CSS Setup
    -------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
}
body{
    font-size: 15px;
    font-weight: 300;
    color: var(--black);
    width: 100%;
    height: 100%;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    font-family: var(--karla);
    overflow-x: hidden;
}
:root{
    --white: #f2f2f2;
    --cream: #fdf8ed;
    --black: #101010;
    --yellow: #be8915;
    --karla: 'Karla', sans-serif;
    --cormorant: 'Cormorant', serif;
    --left: 9.722vw;
    --left2: 4.444vw;
    --h: 100px;
    --top: 8vw;
    --border: 1px solid rgba(20, 17, 19, 0.1);
}
i{
    font-weight: 300;
}
h1{
    color: var(--yellow);
    font-size: 4.167vw;
    line-height: 4vw;
    font-weight: 500;
    font-family: var(--cormorant);
    margin-bottom: 0;
}
h1 span{
    font-weight: 300;
    font-style: italic;
}
h2{
    color: var(--yellow);
    font-size: 3.472vw;
    font-weight: 400;
    font-family: var(--cormorant);
    margin-bottom: 2.5vw;
}
h2 span{
    font-weight: 300;
    font-style: italic;
}
h3{
    font-size: 35px;
    font-family: var(--cormorant);
}
h4{
    font-size: 25px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}
ul, ol{
    padding-inline-start: 16px;
}
p{
    line-height: 1.7;
    margin-bottom: 0;
}
img{
    max-width: 100%;
    object-fit: contain;
}
video{
    width: 100%;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: none;
}
form {
    width: 100%;
}
form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
input,
select,
textarea {
    color: var(--black);
    width: 100%;
    outline: 0;
    margin: 0;
    padding: 0;
    padding: 12px 35px;
    border: 1px solid #e6e5e5;
    background-color: white;
    margin-bottom: 22px;
}
select{
    padding-right: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--black) 50%),
        linear-gradient(135deg, var(--black) 50%, transparent 50%);
    background-position:
        calc(100% - 24.5px) calc(25px - 3px),
        calc(100% - 20px) calc(25px - 3px),
        calc(100% - 2.5em) 1.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}
input[type="submit"] {
    width: auto;
    text-align: center;
    color: white;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--black);
    border: none;
    transition: .2s;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: black;
}
video {
    display: block;
}
.icoWhatsApp {
	position: fixed; z-index: 20; bottom: 50px; right: 50px; width: 75px;
}
.grecaptcha-badge {
    display: none;
}

/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */
#preloader,
#entermusic {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: #be8915;
    letter-spacing: 1px;
    background-color: var(--black);
}
#preloader .loader,
#entermusic .loader02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 100;
}
#preloader.is-hidden {
    visibility: hidden;
    opacity: 0;
}
.is-loading {
    overflow: hidden;
}
#preloader .is-hidden {
    visibility: hidden;
    opacity: 0;
}
#preloader .txt-perc{
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}
.hide{
    display: none;
}
#entermusic .loader-txt02 {
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
    margin-top: 0px;
    opacity: 1;
    transition: all 0.2s;
}
#entermusic .loader-txt02.hided,
#entermusic .logoHolder.hided  {
    margin-top: -20px;
    opacity: 0;
    transition: all 0.2s;
}
#entermusic .loader-txt02.hided {
    transition-delay: 0.15s;
}
#entermusic .loader-txt02:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0px;
    height: 2px;
    background-color: #be8915;
    transition: all 0.3s;
}
#entermusic .loader-txt02:hover:after {
    width: 30px;
    transition: all 0.3s;
}
#entermusic .logoHolder {
    width: 250px;
    margin-bottom: 10px;
    margin-top: 0px;
    opacity: 1;
    transition: all 0.2s;
}
#entermusic .logoHolder img{
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.music-holder {
    position: fixed; 
    z-index: 10; 
    bottom: var(--left2); 
    right: var(--left2); 
    cursor: pointer;
}
.music-holder div{
    border-bottom: 1px solid #ffffff; 
    padding: 3px; 
    display: flex; 
    align-items: baseline;
}
.music-holder span{
    width: 2px; 
    height: 3px; 
    background: #ffffff; 
    display: block; 
    margin-right: 3px;
}
.music-holder span:nth-child(2){
    height: 6px;
}
.music-holder span:nth-child(3){
    height: 9px;
    margin-right: 0;
}
.music-holder.musicOn span{
    animation: lineA 1s infinite;
}
.music-holder.musicOn span:nth-child(2){
    animation: lineb 1s infinite;
}
.music-holder.musicOn span:nth-child(3){
    animation: lineC 1s infinite;
}

@keyframes lineA {
  0% { height: 3px; }
  50% { height: 6px; }
  100% { height: 9px; }
}
@keyframes lineB {
  0% { height: 6px; }
  50% { height: 9px; }
  100% { height: 3px; }
}
@keyframes lineC {
  0% { height: 9px; }
  50% { height: 6px; }
  100% { height: 3px; }
}


/*  --------------------------------------------------
    Header
    -------------------------------------------------- */
header nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--h);
    display: flex;
    align-content: center;
    justify-content: space-between;

    padding: 0 var(--left2);
    z-index: 500;
}
header nav ul{
    height: inherit;
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
    display: flex;
    align-items: center;
}
header nav ul li{
    position: relative;
}
header nav ul li a{
    color: black;
    text-decoration: none;
}
header nav ul li a:hover{
    color: inherit;
}
header nav .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    display: block;
}
header nav .sub-menu li {
    border-bottom: var(--border);
}
header nav .sub-menu li a{
    padding: 5px 10px;
    display: block;
}
header nav ul li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.nav-left, .nav-right{
    flex-basis: 100%;
    height: 100%;
}
.nav-left .nav-item{
    margin-right: 30px;
}
.nav-left li:last-child .nav-item{
    margin-right: 0px;
}
.nav-right .nav-item{
    margin-left: 30px;
}
.nav-right ul{
    justify-content: right;
}
.nav-right li:first-child .nav-item{
    margin-left: 0px;
}
.nav-right .nav-item i{
    display: none;
}
.nav-item{
    font-size: 15px;
    padding: 10px 0;
    text-transform: uppercase;
}
.nav-logo{
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-logo img{
    height: 30px;
}
.nav-light header nav ul li .nav-item a{
    color: white;
}
.btn-menu, .btnClose {
    height: 24px;
    width: 17px;
    margin-top: 30px;
    position: relative;
    transition: all .25s ease-out;
    cursor: pointer;
    display: none;
}
.btnClose{
    position: absolute;
    top: 60px;
    right: 3%;
    height: 30px;
    width: 30px;
}
.btn-menu span, 
.btnClose span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--black);
    transition: all .25s ease-out;
    position: relative;
    will-change: transform;
}
.nav-light .btn-menu span,
.btnClose span{
    background-color: var(--white);
}
.btn-menu span:nth-child(1){
    transform: translateY(0px);
}
.btn-menu span:nth-child(2){
    transform: translateY(6px);
}
.btn-menu span:nth-child(3){
    transform: translateY(12px);
}
.btnClose span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.btnClose span:nth-child(2){
    display: none;
}
.btnClose span:nth-child(3) {
    transform: translateY(8px) rotate(-45deg);
}
.btnClose span{
    position: absolute;
    background-color: white;
}
.mobile-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--black);
}
.mobile-menu ul{
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0;
    margin: -40px -20px;
}
.mobile-menu ul li{
    position: relative;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
}
.mobile-menu ul li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.3s;
}
.mobile-menu ul li:hover:after {
    width: 100%;
    transition: all 0.3s;
}
.mobile-menu ul li a{
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 10px;
    opacity: 0.8;
    transition: .2s;
}


/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer{
    color: var(--white);
    overflow: hidden;
    position: relative;
    padding: 0 var(--left2);
    background-color: #1d1d1d !important;
}
footer .nav-item{
    padding: 0;
}
footer .cta{
    text-align: center;
    padding: 10.417vw 15vw 5.556vw;
    position: relative;
}
footer .cta h3{
    font-size: 4.167vw;
    text-transform: uppercase;
}
footer a{
    color: white;
    text-decoration: none;
    transition: .2s;
}
footer a:hover{
    color: white;
}
footer ul{
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
}
footer .btn-link a, footer .btn-link p {
    color: var(--white);
}
footer .btn-link span:before {
    background-color: var(--white);
}
.footer-leaf1{
    position: absolute;
    top: 4vw;
    left: -14vw;
    width: 31vw;
    animation: leafB 5s infinite;
}
.footer-leaf2{
    position: absolute;
    top: 16.6vw;
    right: -10vw;
    width: 30vw;
    animation: leafA 5s infinite;
}
.footer-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5.556vw 0 4.583vw;
    border-top: 1px solid rgba(190, 137, 11, 0.1);
    position: relative;
}
.footer-logo{
    margin-bottom: 40px;
}
.footer-logo img{
    height: 30px;
}
.footer-right{
    display: flex;
    flex-wrap: wrap;
}
.footer-item{
    margin-left: 6.944vw;
}
.footer-item h6{
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-item li{
    margin-bottom: 5px;
}
.footer-item li a:hover{
    color: white;
    opacity: 80%;
}
.copyright{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    padding-bottom: 9.028vw;
}

/*  --------------------------------------------------
    Common
    -------------------------------------------------- */
.padding{
    padding-left: var(--left);
    padding-right: var(--left);
}
.top{
    padding-top: var(--top);
}
.bottom{
    padding-bottom: var(--top);
}
.top-section{
    padding-top: 15vw !important;
}
.bg-black{
    color: var(--white);
    background-color: var(--black) !important;
}
.title-center{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.btn-link{
    margin-top: 30px;
    text-decoration: none;
}
.btn-link a, .btn-link p{
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.btn-link a:before, .btn-link p:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--yellow);
}
.btn-link:hover{
    color: white;
}
.btn-link span,
.btn-link i{
    box-sizing: border-box;
    position: relative;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    margin-right: 10px;
    transition: .2s;
}
.btn-link span:before,
.btn-link i:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    width: 38px;
    height: 1px;
    background-color: var(--black);
}
.btn-link span::after,
.btn-link i::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 5.9px;
}
.btn-link:hover span,
.btn-link:hover i{
    left: -5px;
}
.btn-center{
    width: fit-content;
    width: max-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.bg-black .btn-link a, .bg-black .btn-link p{
    color: var(--white);
}
.bg-black .btn-link span:before,
.bg-black .btn-link i:before{
    background-color: var(--white);
}
.freetxt p{
    margin-bottom: 25px;
}
.freetxt p:last-child{
    margin-bottom: 0;
}
.list-row{
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
    display: flex;
}
.freetxt p{
    margin-bottom: 25px;
}
.freetxt p:last-child, .freetxt p:last-of-type{
    margin-bottom: 0;
}
.freetxt li{
    margin-bottom: 20px;
}

.title-holder{
    margin-bottom: 6.5vw;
}
.title-holder h1{
    margin-bottom: 0;
}

.article-item {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.article-item:last-child{
    margin-bottom: 0px;
}
.article-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: inherit;
}
.article-item:last-child{
    border-bottom: none;
}
.article-txt {
    width: 40%;
}
.article-txt p{
    color: var(--black);
}
.article-txt .btn-link {
    color: var(--black);
}
.article-img {
    width: 55%;
    height: 55vh;
    overflow: hidden;
}
.article-img img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgHolder {
    width: 100%;
    margin-bottom: 30px;
}
.imgHolder img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    pointer-events: none;
}
.nav-links {
	margin: 0 var(--left) 6% var(--left);
    display: flex;
    align-items: center;
}
.nav-links span,
.nav-links a{
	margin-right: 5px;
	padding: 3px 7px;
	border: var(--border);
}
.nav-links span{
	color: var(--yellow);
	border-color: var(--yellow);
}
.nav-links a{
	color: var(--black);
	text-decoration: none;
}


/*  --------------------------------------------------
    Home
    -------------------------------------------------- */
.secHome{
    width: 100%;
    height: 100vh;
    max-height: 900px;
    background-color: black;
    position: relative;
}
.secHome .home-video-cover {
    position: relative;
    width: 100%;
    height: 100%;
}
.secHome .home-video-cover video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}
.secHome .home-video-cover:before {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: url(images/bg-gradient-cover.png) repeat-x left bottom;
    content: '';
    display: block;
}
.home-txt{
    position: absolute;
    z-index: 2;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 var(--left);
    text-align: center;
    color: var(--yellow);
    z-index: 10;
}
.home-txt h1{
    text-transform: uppercase;
}
.home-txt h1 span{
    display: block;
}
.home-txt h1 i{
    font-weight: 300;
}
.secIntro{
    position: relative;
    overflow: hidden;
}
.intro-row{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.leaf1{
    position: absolute;
    top: -1vw;
    right: -6.944vw;
    width: 30.764vw;
    animation: leafA 5s infinite;
}
.leaf2{
    position: absolute;
    top: 98%;
    left: 8.125vw;
    width: 31.250vw;
    z-index: 1;
    animation: leafB 5s infinite;
}
.leaf3{
    position: absolute;
    top: -4.375vw;
    left: 5.278vw;
    width: 16.528vw;
    z-index: 1;
    animation: leafC 5s infinite;
}

@keyframes leafA {
  0% { transform: rotate(0deg) translateX(0px); }
  50% { transform: rotate(2deg) translateX(10px); }
  100% { transform: rotate(0deg) translateX(0px); }
}
@keyframes leafB {
  0% { transform: rotate(0deg) translateY(10px); }
  50% { transform: rotate(5deg) translateY(20px); }
  100% { transform: rotate(0deg) translateY(10px); }
}
@keyframes leafC {
  0% { transform: rotate(0deg) translateX(0px); }
  50% { transform: rotate(-5deg) translateX(20px); }
  100% { transform: rotate(0deg) translateX(0px); }
}

.intro-left{
    flex-basis: 55%;
    padding-left: 8.125vw;
    position: relative;
    min-height: 1px;
    height: 100%;
}
.intro-left .img1{
    position: relative;
    z-index: 2;
}
.intro-left .img2{
    position: absolute;
    bottom: -9.167vw;
    left: 0;
    width: 19.583vw;
    z-index: 2;
}
.intro-left .img3{
    position: absolute;
    top: 2.917vw;
    right: -7.500vw;
    width: 14.861vw;
    z-index: 2;
}

.intro-right{
    flex-basis: 45%;
    padding-left: 5.556vw;
    padding-top: 25.694vw;
}
.intro-right h2 span{
    display: block;
}
.intro-right p{
    margin-bottom: 25px;
}

.secMedicine{
    position: relative;
}
.secMedicine .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secMedicine .title-holder{
    width: 69.444vw;
}
.medicine-holder{
    height: 34.444vw;
    position: relative;
    /*border: 1px solid black;*/
}
.medicine-holder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.333vw;
    max-width: 120px;
}
.medicine-holder .medicine2{
    width: 15.278vw;
    max-width: 220px;
}

.secFeatured{
    position: relative;
    overflow: hidden;
}
.secFeatured .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secFeatured .circle-txt {
    position: absolute;
    top: 270px;
    right: 0;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.featured-holder{
    position: relative;
    z-index: 10;
}
.circle-txt text{
    color: var(--yellow);
    font-size: 13px;
    text-transform: uppercase;
}
.circle-txt svg {
    width: 400px;
    height: 400px;
    transform: rotate(230deg);
}
.circle-txt p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.secFeatured h2{
    position: absolute;
    top: 6.944vw;
    left: 24.306vw;
    width: 750px;
    height: 650px;
    font-size: 144.5px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
    color: #f2f2f2;
    opacity: 50%;
}
.secFeatured h2 span{
    position: absolute;
    bottom: 0;
    right: 0;
}
.featured-item{
    padding-top: 13.194vw;
    padding-bottom: 9.375vw;
    position: relative;
    cursor: grab;
    z-index: 10;
}
.featured-item a{
    display: block;
    width: 750px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: var(--black);
    text-align: center;
    text-decoration: none;
}
.featured-img{
    height: 500px;
    margin-bottom: 3vw;
}
.featured-img img{
    height: 100%;
    width: 100%;
}
.featured-txt h6{
    margin-bottom: 30px;
}

/*  --------------------------------------------------
    About
    -------------------------------------------------- */
#about{
    background-color: var(--cream);
}
.top-section h1{
    text-align: center;
    text-transform: uppercase;
}
.top-section h1 i{
    font-weight: 400;
}
.secAbout{
    position: relative;
}
.secAbout img{
    width: 100%;
}
.about-txt{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    padding: 0 var(--left);
}

.secPremium{
    position: relative;
    padding-top: 17.361vw;
    padding-bottom: 25vw;
}
.secPremium .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.premium-txt{
    width: 45vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.premium-txt h2 span{
    display: block;
}
.premium1{
    position: absolute;
    top: 8.333vw;
    right: 11.111vw;
    width: 22.222vw;
}
.premium2{
    position: absolute;
    top: 25vw;
    left: 5.764vw;
    width: 16.667vw;
}
.premium3{
    position: absolute;
    top: 39.861vw;
    right: 20.139vw;
    width: 12.639vw;
}

/*  --------------------------------------------------
    Shop
    -------------------------------------------------- */
.secBanner{
    height: 41vw;
    max-height: 600px;
    position: relative;
    background-color: var(--black);
    overflow: hidden;
}
.banner-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 90%;
}
.secBanner:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 30%;
    z-index: 1;
}
.secBanner:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellow);
    mix-blend-mode: color;
    opacity: 10%;
    z-index: 2;
}
.secBanner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-transform: uppercase;
    z-index: 10;
}
.secBanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    pointer-events: none;
}
.banner-leaf1{
    position: absolute;
    bottom: 2vw;
    left: -10vw;
    width: 31.597vw;
}
.banner-leaf2{
    position: absolute;
    bottom: 5.556vw;
    right: -10vw;
    width: 31.597vw;
}
.filter-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
}
.filter-row a{
    color: black;
    font-weight: 400;
    display: block;
    margin-right: 20px;
    text-decoration: none;
    position: relative;
}
.filter-row a span{
    display: block;
    position: relative;
    padding-bottom: 1px;
}
.filter-row a span:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .2s;
    height: 1px;
    background-color: var(--black);
}
.filter-row a:first-child{
    padding-right: 20px;
}
.filter-row a:first-child:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.filter-row a.active span{
    font-weight: 700;
}
.filter-row a:hover span:after, .filter-row a.active span:after{
    width: 100%;
}
.filter-left{
    display: flex;
}
.filter-right select{
    width: 270px;
}

.shop-item{
    margin-bottom: 3vw;
}
.shop-item:last-child{
    margin-bottom: 0px;
}
.shop-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
}
.shop-txt{
    flex: 1;
    padding-right: 40px;
}
.shop-img{
    width: 46vw;
    position: relative;
    height: 44vw;
    background-color: var(--black);
}
.shop-img1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
    opacity: 0.9;
}
.shop-img2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .2s;
}
.shop-img:hover .shop-img1{
    opacity: 0;
}
.shop-img:hover .shop-img2{
    opacity: 1;
}

.btn-row{
    width: 100%;
    display: flex;
    align-items: center;
}
.btn-row .btn-link{
    margin-right: 30px;
}
.btn-row .btn-link:last-child{
    margin-right: 0px;
}

.btn-right{
    justify-content: flex-end;
}
.btn-right .button{
    width: 260px;
    margin-left: 10px;
}

.accordion-item{
    border: none;
    border-radius: 0 !important;
    border-bottom: var(--border);
    padding: 30px 0;
    background-color: transparent !important;
}
.accordion-button{
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    cursor: pointer;
}
.accordion-button::after{
    width: 16px;
    height: 16px;
    background-size: cover;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
}
.accordion-faq .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23101010'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body{
    padding: 0;
    padding-top: 30px;
}

/*  --------------------------------------------------
    Product Page
    -------------------------------------------------- */
.product-nav{
    position: sticky;
    top: 0;
    padding-top: 0 !important;
    margin-top: 15vw !important;
    background-color: var(--black);
    z-index: 50;
}
.product-nav ul{
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.product-nav ul li{
    margin: 0 2.292vw;
}
.product-nav ul li a{
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 30px 20px;
    position: relative;
}
.product-nav ul li a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    z-index: 1;
}
.product-nav ul li.active a:after, .product-nav ul li a:hover:after{
    background-color: var(--yellow);
}

.secProduct{
    padding-top: 10vh;
    position: relative;
    overflow: hidden;
}
.product-title{
    text-align: center;
    padding-top: 8.333vw;
    position: relative;
    z-index: 2;
}
.product-title p{
    width: 47vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.product-title h1{
    font-size: 7.013vw;
    line-height: 8vw;
    text-transform: uppercase;
    margin-bottom: 3vw;
}

.product-leaf0{
    position: absolute;
    top: 10vw;
    right: -12vw;
    width: 30vw;
    transform: rotate(22deg);
    z-index: 1;
}
.product-leaf1{
    position: absolute;
    top: 9vw;
    right: -10vw;
    width: 31.597vw;
    transform: rotate(18deg);
    z-index: 1;
    animation: leafA 5s infinite;
}
.product-leaf2{
    position: absolute;
    top: 35vw;
    left: -7vw;
    width: 31.597vw;
    transform: rotate(-40deg);
    z-index: 1;
    animation: leafB 5s infinite;
}
.product-leaf img{
    width: 100%;
}

.product-static-img{
    width: 60vw;
    height: 45vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}
.product-static-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-full-desc{
    width: 59.722vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.product-full-img{
    width: 100%;
    height: 48.611vw;
    position: relative;
    background-color: var(--black);
}
.product-full-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 80%;
}
.product-full-img:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellow);
    opacity: 15%;
    mix-blend-mode: color;
}
.product-full-img-txt{
    position: absolute;
    top: 50%;
    left: 0;
    width: 52%;
    transform: translateY(-50%);
    padding: 50px var(--left);
    color: white;
    z-index: 10;
}

.product-slider-holder{
    position: relative;
    display: flex;
    height: 36.111vw;
}
.product-slider-holder h2{
    position: absolute;
    top: -10px;
    left: calc(50% + 2.639vw);
}
.product-slider-holder h2 span{
    display: block;
}
.product-slider-img{
    width: 50%;
    max-width: 50%;
}
.product-slider-img img{
    width: 100%;
    height: 36.111vw;
    object-fit: cover;
}
.product-slider-txt{
    width: 50%;
    max-width: 50%;
    padding-left: 2.639vw;
}
.product-slider-item{
    margin-top: 10.417vw;
}
.product-slider-item h6{
    margin-bottom: 2.431vw;
}
.product-slider-holder .slider-nav{
    position: absolute;
    bottom: 0;
    left: calc(50% + 2.639vw);
    display: flex;
    align-items: center;
}

.slick-arrow{
    cursor: pointer;
}
.slider-prev {
    position: relative;
    display: block;
    width: 38px;
    height: 19px;
    margin-right: 15px;
}
.slider-prev:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 38px;
    height: 1px;
    background-color: white;
}
.slider-prev::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    left: 0px;
    top: 5.5px;
}
.slider-next {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 38px;
    height: 19px;
    margin-left: 15px;
}
.slider-next:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 38px;
    height: 1px;
    background-color: white;
}
.slider-next::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    right: 0;
    top: 5.5px;
}
.slick-dots{
    display: none !important;
}

#product-faq .accordion-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#product-faq .accordion-button{
    color: var(--white) !important;
}
#product-faq .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f2f2f2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*  --------------------------------------------------
    Ultimate Youth & Vitality
    -------------------------------------------------- */
.product-short-video{
    margin-top: 6vw;
}
.product-symptom h2{
    text-align: center;
}
.product-symptom-row{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}
.product-symptom-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-symptom-icon img{
    width: 12.153vw;
    height: 12.153vw;
    border-radius: 50%;
    border: 1px solid var(--yellow);
    padding: 1.736vw;
}

.orbit1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17.361vw;
    height: 17.361vw;
}
.orbit1 span{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(242,242,242,0.1);
    animation: spin-right 14s linear infinite;
}
.orbit1 span:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--yellow);
}

@keyframes spin-right {
  100% {
    transform: rotate(360deg);
  }
}

.orbit2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15.139vw;
    height: 15.139vw;
}
.orbit2 span{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(242,242,242,0.1);
    animation: spin-left 10s linear infinite;
}
.orbit2 span:after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--yellow);
}

@keyframes spin-left {
  100% {
    transform: rotate(-360deg);
  }
}

.product-symptom-left, .product-symptom-right{
    width: 28%;
}
.product-symptom-row ul{
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
}
.product-symptom-row ul li{
    font-weight: 700;
}
.product-symptom-row ul li:last-child{
    margin-bottom: 0px;
}

.product-accordion .accordion-item{
    border: none;
    padding: 0;
    padding-bottom: 28px;
    padding-left: 50px;
    position: relative;
}
.product-accordion .accordion-item:before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}
.product-accordion .accordion-item:last-child:before{
    display: none;
}
.product-accordion .accordion-button{
    color: white;
}
.product-accordion .accordion-button::after{
    display: none;
}
.product-accordion .accordion-button:before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -50px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}

/*  --------------------------------------------------
    Ultimate Cleanse
    -------------------------------------------------- */
.product-leaf3{
    position: absolute;
    top: 5vw;
    left: -4vw;
    width: 22vw;
    transform: rotate(45deg) scaleX(-1);
    z-index: 1;
}

.product-spotlight-title{
    color: var(--yellow);
    text-align: center;
    margin-bottom: 70px;
}
.product-spotlight-title h2{
    margin-bottom: 5px;
}
.spotlight-row{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -2.778vw;
}

.spotlight-row li{
    flex-basis: 33.33%;
    padding: 20px 2.778vw;
}
.spotlight-row li img{
    height: 165px;
    margin-bottom: 28px;
}
.spotlight-row li h6{
    margin-bottom: 25px;
}

/*  --------------------------------------------------
    Ultimate Restore
    -------------------------------------------------- */
.product-leaf5{
    position: absolute;
    top: 29vw;
    left: -14vw;
    width: 37vw;
    transform: rotate(283deg);
    z-index: 1;
}
.product-leaf6{
    position: absolute;
    top: 44vw;
    left: -12vw;
    width: 35vw;
    transform: rotate(311deg);
    z-index: 1;
    animation: leafB 5s infinite;
}
.product-leaf7{
    position: absolute;
    top: 14vw;
    right: -13vw;
    width: 35vw;
    transform: rotate(74deg) scaleX(-1);
    z-index: 1;
}
.product-leaf8{
    position: absolute;
    top: 28vw;
    right: -11vw;
    width: 31.597vw;
    transform: rotate(46deg) scaleX(-1);
    z-index: 1;
}

.icon-row{
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -3vw;
    padding-top: 4.722vw;
}
.icon-row li{
    padding: 0 3vw;
    text-align: center;
}
.icon-row li img{
    height: 11.389vw;
    max-height: 165px;
    margin-bottom: 20px;
}
.product-full-img-txt-center{
    text-align: center;
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-full-img-txt-center h2{
    color: white !important;
    margin-bottom: 5.556vw;
}
.product-full-img-txt-center ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-full-img-txt-center li{
    width: 33.33%;
    margin-bottom: 45px;
}
.product-benefit{
    display: flex;
    flex-wrap: wrap;
}
.benefit-img{
    width: 33.333vw;
    height: 39.236vw;
}
.benefit-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefit-txt{
    flex: 1;
    padding-left: 4.167vw;
}

/*  --------------------------------------------------
    Ultimate Mind
    -------------------------------------------------- */
.product-leaf4{
    position: absolute;
    top: 0;
    left: 50%;
    width: 39.167vw;
    transform: translateX(-50%);
    z-index: 1;
}
.product-mind{
    padding-top: 4.167vw;
}
.mind-holder{
    position: relative;
}
.mind-img{
    text-align: center;
}
.mind-img img{
    width: 37.500vw;
}

.dot{
    position: absolute;
    top: 0;
    cursor: pointer;
}
.dot span{
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: var(--yellow);
    transition: .2s;
}
.dot.active span{
    background-color: var(--black);
}
.dot-txt{
    display: none;
}
.mind-popup{
    position: absolute;
    top: 18%;
    right: 0;
    width: 16.389vw;
    color: var(--black);
    background-color: white;
    padding: 14px;
    opacity: 0;
    margin-top: 10px;
    transition: .3s;
}
.mind-popup.active{
    opacity: 1;
    margin-top: 0;
}
.img-txt-right{
    left: auto;
    right: 0;
}
.img-txt-right h2{
    color: white;
}

/*  --------------------------------------------------
    Checkout
    -------------------------------------------------- */
.checkout-total{
    padding: 20px 0;
    text-align: center;
    border-top: var(--border);
    border-bottom: var(--border);
}
.checkout-total h6{
    margin-bottom: 0;
}

/*  --------------------------------------------------
    Account
    -------------------------------------------------- */
.secAccount input, .secAccount select, .secAccount textarea{
    border: 1px solid var(--yellow);
}
.secAccount p{
    margin-bottom: 25px;
}
.secAccount .account-holder{
    position: relative;
}
.acc-leaft1{
    position: absolute;
    top: 2vw;
    left: 8.125vw;
    width: 15.278vw;
}
.acc-leaft2{
    position: absolute;
    top: 2vw;
    right: 8.333vw;
    width: 31.250vw;
}
.btn-forgot{
    text-align: right;
}
.forgot-password-row{
    display: flex;
    justify-content: center;
}
.forgot-password-col{
    width: 45%;
}

/*  --------------------------------------------------
    Join Us
    -------------------------------------------------- */
.join-row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.join-left{
    width: 29.861vw;
}
.join-right{
    flex: 1;
}
.join-img{
    margin-bottom: 117px;
}
.join-img img{
    width: 100%;
}
.share-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.share-left{
    width: 35.833vw;
}
.share-left img{
    width: 100%;
}
.share-right{
    flex: 1;
    padding-left: 80px;
}

/*  --------------------------------------------------
    Contact
    -------------------------------------------------- */
.contact-row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.5vw;
    position: relative;
}
.contact-row h2 span{
    display: block;
}
.contact-row h6{
    margin-bottom: 20px;
}
.contact-item{
    margin-bottom: 50px;
}
.contact-row a{
    color: var(--black);
    text-decoration: none;
}
.contact-row a:hover{
    text-decoration: underline;
}
.contact-leaf1{
    position: absolute;
    top: 0;
    left: 4.861vw;
    width: 16.667vw;
}
.contact-leaf2{
    position: absolute;
    top: 0;
    right: -13.889vw;
    width: 31.250vw;
}
.contact-left{
    width: 49.792vw;
    position: relative;
    z-index: 10;
}
.contact-right{
    flex: 1;
    padding-left: 6.944vw;
    margin-top: 4.861vw;
    position: relative;
    z-index: 10;
}
.secContact input, .secContact select, .secContact textarea{
    border: 1px solid var(--yellow);
}
.secMap{
    text-align: center;
    margin-top: 8.542vw;
    margin-bottom: 11.806vw;
}
.secMap iframe{
    width: 100%;
}

/*  --------------------------------------------------
    Product Details
    -------------------------------------------------- */
.secDetails{
    position: relative;
}
.secDetails h5{
    color: var(--yellow);
}
.details-leaf1 {
    position: absolute;
    bottom: -9vw;
    left: -8.472vw;
    width: 31.25vw;
    z-index: 1;
}
.details-leaf2 {
    position: absolute;
    bottom: -3.472vw;
    right: -4.861vw;
    width: 31.250vw;
}
.details-row{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    position: relative;
    z-index: 10;
}
.details-slider{
    width: 50%;
    max-width: 50%;
}
.details-slider img{
    width: 100%;
    height: 43.056vw;
    object-fit: cover;
}
.details-summary{
    width: 50%;
    padding-left: 3.125vw;
    padding-right: var(--left);
}
.details-summary h1{
    font-size: font-size: 3.472vw;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.details-summary a{
    color: var(--black);
}
.details-summary form{
    margin-top: 40px;
}
.details-summary input{
    margin: 0;
}
.input-row{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.input-holder{
    width: 50%;
    padding: 10px;
}
button{
    width: auto;
    outline: 0;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    color: white !important;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--black);
    padding: 14px 35px;
}
button[type='submit']{
    width: 100%;
}
.secRelated h2{
    text-align: center;
    margin-bottom: 4.861vw;
}
.related-row{
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
}
.related-row li{
    flex-basis: 33.33%;
    padding: 25px;
}
.related-row li a{
    color: var(--black);
    text-decoration: none;
}
.related-row li .related-img{
    margin-bottom: 10px;
}
.related-row li .related-img img{
    width: 100%;
    height: 23vw;
    object-fit: contain;
}

.article-holder h1,
.rel-articles h2{
    margin-bottom: 35px;
}
.article-holder .article-cover {
    width: 100%;
    margin-bottom: 70px;
}
.article-holder .article-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: block;
}
.article-holder .article-content {

}
.rel-articles {
    margin-bottom: 70px;
}
.rel-articles h2{
    text-align: center;
}
.rel-articles ul{
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: left;
}
.rel-articles li{
    margin: 0 15px;
    display: block;
    position: relative;
}
.rel-articles li a{
    display: block;
    color: inherit;
    text-decoration: none;
}

/*  --------------------------------------------------
    WooCommerce & Products
    -------------------------------------------------- */
.woocommerce table.shop_table {
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td {
    padding: 9px 0px;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon {
    float: none;
    margin-left: 55%;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 100%;
    margin-bottom: 0;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: var(--black);
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: var(--black);
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 45%;
}
#product-details .woocommerce {
    position: relative;
    z-index: 10;
}
#product-details .woocommerce a{
    color: var(--black);
}
#product-details .woocommerce a.button, 
#product-details .woocommerce button.button, 
#product-details .woocommerce input.button {
    color: var(--white);
}
#product-details .woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    position: relative;
}
#product-details .woocommerce .woocommerce-product-gallery {
    width: 50%;
    max-width: 50%;
}
#product-details .woocommerce .summary {
    width: 50%;
    padding-left: 3.125vw;
    padding-right: var(--left);
}
#product-details .woocommerce .summary h1{
    font-size: 3.472vw;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#product-details .woocommerce .summary h2{
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: var(--lato);
}
#product-details .woocommerce .summary p{
    margin-bottom: 30px;
}
#product-details .woocommerce div.product div.images {
    margin-bottom: 1em;
}
#product-details .woocommerce .summary .price {
    margin-bottom: 30px;
    font-size: 25px;
    color: var(--black);
    font-weight: 500;
}
#product-details .woocommerce div.product form.cart {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
#product-details .woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
    width: 48%;
}
.woocommerce .quantity .qty {
    width: 50px;
    padding: 3px 0px;
    margin-bottom: 0;
}
#product-details .woocommerce .quantity .qty {
    width: 100%;
    margin-bottom: 0;
}
#product-details .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    width: 50%;
    padding: 10px;
    background-color: var(--black);
    border: 1px solid var(--black);
    padding: 12px 35px;
}

#product-details .woocommerce .woocommerce-Tabs-panel h2{
    display: none;
}
#product-details .woocommerce .woocommerce-tabs {
    margin: -20vh 0 100px 10%;
}
#product-details .woocommerce .tabs {
    padding: 0;
    margin-bottom: 40px;
}
#product-details .woocommerce .tabs li{
    border: none;
    background-color: transparent;
    padding: 0 35px 10px 10px;
    font-size: 35px;
    color: #000000;
}
#product-details .woocommerce .tabs li:before,
#product-details .woocommerce .tabs li:after{
    display: none;
}
#product-details .woocommerce .tabs li a{
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
#product-details .woocommerce .tabs li.active a{
    color: #f4af20;
    text-decoration: underline;
}

#product-details .woocommerce table.shop_attributes {
    border-top: none;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding: 10px 0px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th{
    background: transparent;
}
#product-details .secDetails {
    padding-top: 0;
}
#product-details .related-product {
    padding-top: 0;
    padding-bottom: 80px;
}
#product-details .woocommerce div.product div.images .flex-control-thumbs {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 8%;
}
#product-details .woocommerce div.product div.images .flex-control-thumbs li{
    width: 100% ;
    float: none;
    margin-bottom: 5px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#product-details .woocommerce .woocommerce-notices-wrapper {
    margin-left: var(--left);
    margin-right: var(--left);
}
.woocommerce-MyAccount-navigation ul{
    width: 100%;
    margin: 0 0 30px 0px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    list-style: none;
    border-bottom: var(--border);
}
.woocommerce-MyAccount-navigation li{
    margin: 0 30px 30px 0px;
    white-space: nowrap;
}
.woocommerce-MyAccount-navigation li a{
    color: var(--black);
    text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: underline;
}

/* Login Register Form */
.woocommerce input, 
.woocommerce select, 
.woocommerce textarea{
    margin: 0;
    border: 1px solid #e6e5e5;
}
.woocommerce form .form-row label {
    line-height: normal;
}
.woocommerce form .form-row .input-checkbox {
    width: auto;
}
.select2-container--default .select2-selection--single {
    height: 45px;
    background-color: #fff;
    padding: 6px 28px;
    border: 1px solid #e6e5e5;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    width: 30px;
}
#ship-to-different-address {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .col2-set .col-1, 
.woocommerce-page .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
    float: none;
}
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
}
.woocommerce-checkout .form-row {
    display: block;
    margin-bottom: 20px !important;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}
.woocommerce form input[type=checkbox] {
    display: inline;
    width: 20px;
}
.woocommerce form p a{
    color: black;
    text-decoration: underline;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-form__label-for-checkbox input[type="checkbox"]{
    width: auto;
    margin: 0 10px 0 0px;
    padding: 0;
}


/*  --------------------------------------------------
    Article Listing / Details
    -------------------------------------------------- */
#article .readTime {
	width: 70%;
	display: flex;
	align-items: center;
} 
#article .readTime .icoHolder {
	margin-right: 10px;
}
#article .readTime .icoHolder img{
	max-width: 20px;
}
#article .listingHolder {
	display: flex;
	flex-wrap: wrap;
}
#article .listingHolder {
	margin: 0;
	padding: 0;
	list-style: none;
}
#article .listingHolder li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}
#article .listingHolder li:nth-child(3n) {
	margin-right: 0;
}
#article .listingHolder a{
	display: block;
	text-decoration: none;
}
#article .listingHolder h3{
	margin-bottom: 5%;
	font-size: 25px;
	color: var(--yellow);
}
#article .listingHolder p{
	color: var(--black);
}
#article .listingHolder .thumbHolder {
	position: relative;
	background-color: var(--black);
	overflow: hidden;
	margin-bottom: 8%;
}
#article .listingHolder .thumbHolder:after {
	padding-bottom: 120%;
	content: "";
	display: block;
}
#article .listingHolder .thumbHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
	transition: all 0.3s;
}
#article .listingHolder a:hover .thumbHolder img{
	width: 110%;
	height: 110%;
}
#article .listingHolder .thumbHolder p{
	position: absolute;
	top: 8%;
	right: 8%;
	width: 70%;
	text-align: right;
	letter-spacing: 1px;
	font-weight: 600;
	color: var(--white);
}
#article .secIntro {
	margin-bottom: 5%;
	background-color: #f2ecdf;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#article .secIntro .imgHolder {
	position: relative;
	width: 50%;
	margin-bottom: 0;
	overflow: hidden;
}
#article .secIntro .imgHolder:after {
	padding-bottom: 100%;
	content: "";
	display: block;
}
#article .secIntro .imgHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#article .secIntro .descHolder {
	position: relative;
	width: 50%;
	height: 100%;
	padding: 10% 15% 10% 5%;
	overflow: hidden;
}
#article .secIntro .descHolder .banner-leaf1 {
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	transform: translateY(-50%);
	width: 35%;
	height: auto;
}
#article .secIntro .descHolder h1{
	margin-bottom: 8%;
	text-transform: uppercase;
}
#article .tabNavi {
	position: relative;
	margin: 0 var(--left) 5% var(--left);
	display: flex;
	justify-content: center;
	list-style: none;
}
#article .tabNavi:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	content: "";
}
#article .tabNavi li a{
	padding: 25px 35px;
	font-weight: 700;
	color: var(--black);
	text-decoration: none;
	display: block;
}
#article .tabNavi li a:hover {
	color: #be8915;
}
#article .tabNavi li a.selected {
	border-bottom: 1px solid #be8915;
	color: #be8915;
}
#article .secHighlight .highlightListing {
	position: relative;
} 
#article .secHighlight .highlightListing .readTime {
	width: auto;
	display: flex;
	align-items: center;
} 
#article .secHighlight .highlightListing .item {
	position: relative;
	width: 100%;
} 
#article .secHighlight .highlightListing .item a{
	position: relative;
	width: 100%;
	display: block;
} 
#article .secHighlight .highlightListing h2,
#article .secHighlight .highlightListing h3,
#article .secHighlight .highlightListing h4,
#article .secHighlight .highlightListing h5,
#article .secHighlight .highlightListing p,
#article .secHighlight .highlightListing a,
#article .secHighlight .highlightListing .cateHolder {
	color: var(--white);
}
#article .secHighlight .highlightListing .imgHolder {
	position: relative;
	width: 100%;
	background-color: var(--black);
	margin-bottom: 0;
	overflow: hidden;
}
#article .secHighlight .highlightListing .imgHolder:after {
	padding-bottom: 45%;
	content: "";
	display: block;
}
#article .secHighlight .highlightListing .imgHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}
#article .secHighlight .highlightListing .lblHolder {
	position: absolute;
	z-index: 2;
	top: 10%;
	left: var(--left);
	right: var(--left);
	display: flex;
	justify-content: space-between;
}
#article .secHighlight .highlightListing .lblHolder .readTime {
	display: flex;
	justify-content: space-between;
}
#article .secHighlight .highlightListing .lblHolder .icoHolder {
	width: 19px;
	margin-right: 10px;
}
#article .secHighlight .highlightListing .descHolder {
	position: absolute;
	z-index: 2;
	bottom: 10%;
	left: var(--left);
	right: var(--left);
}
#article .secTagline {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #fefdfb;
	margin-bottom: 230px;
}
#article .secTagline .bgHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#article .secTagline .bgHolder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
#article .secTagline .descHolder {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55%;
} 
#article .secTagline .descHolder:before {
	position: absolute;
	top: -20%;
	left: -15%;
	font-family: var(--cormorant);
	font-size: 230px;
	color: var(--yellow);
	line-height: 1;
	content: "\201C";
}
#article .secTagline .descHolder:after {
	position: absolute;
	bottom: -20%;
	right: -15%;
	font-family: var(--cormorant);
	font-size: 230px;
	color: var(--yellow);
	line-height: 1;
	content: "\201D";
}
#article .secTagline .thumbHolder01 {
	position: absolute;
	z-index: 2;
	top: 15%;
	right: 0;
	width: 15%;
}
#article .secTagline .thumbHolder02 {
	position: absolute;
	z-index: 2;
	bottom: -15%;
	left: 3%;
	width: 15%;
}
#article .secTagline .thumbHolder01 img,
#article .secTagline .thumbHolder02 img{
	width: 100%;
	height: auto;
}
#article .secLatest {
	margin: 0 var(--left) 6% var(--left);
}
#article .secLatest .rowHolder {
	display: flex;
	justify-content: space-between;
}
#article .secLatest .rowHolder .thumbHolder {
	position: relative;
	width: 43%;
	overflow: hidden;
}
#article .secLatest .rowHolder .thumbHolder:after {
	padding-bottom: 100%;
	content: "";
	display: block;
}
#article .secLatest .rowHolder .thumbHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#article .secLatest .rowHolder .listingRow {
	width: 52%;
	margin: 0;
	padding: 0;
}
#article .secLatest .rowHolder .listingRow li{
	margin: 0 0 30px 0px;
	padding: 0 0 30px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	list-style: none;
	cursor: pointer;
}
#article .secLatest .listingRow .lblHolder {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
} 

#article .secLatest .listingRow .cateHolder {
	font-weight: 700;
	letter-spacing: 1px;
} 
#article .secLatest .listingRow .descHolder h3{
	font-size: 25px;
}
#article .secLatest .listingRow li .toggle {
	display: none;
}
#article .secLatest .listingRow li:first-child .toggle {
	display: block;
}
#article .secListing {
	margin: 0 var(--left) 2% var(--left);
}
#article .secListing .bgHolder {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#article .secListing .titleHolder {
	display: flex;
	justify-content: space-between;
}
#article .secListing .titleHolder .btn-link {
	margin-top: -5px;
}

#article .contentHolder {
	position: relative;
	width: 100%;
}
#article .contentHolder .coverHolder {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 120vh;
	background-color: var(--yellow);
	overflow: hidden;
}
#article .contentHolder .coverHolder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
}
#article .contentHolder .coverHolder .texture01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 23%;
}
#article .contentHolder .coverHolder .texture02 {
	position: absolute;
	top: 15%;
	right: 0;
	width: 20%;
}
#article .contentHolder .titleHolder {
	position: relative;
	z-index: 2;
	margin: 0 20% 5% 20%;
	padding-top: 25%;
	text-align: center;
}
#article .contentHolder .titleHolder h1,
#article .contentHolder .titleHolder h2,
#article .contentHolder .titleHolder h3,
#article .contentHolder .titleHolder p{
	color: #ffffff;
}
#article .contentHolder .titleHolder h1{
	margin-bottom: 30px;
}
#article .contentHolder .titleHolder .cateHolder {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}
#article .contentHolder .titleHolder .readTime {
	margin: 30px auto;
	justify-content: center;
}
#article .contentHolder .descHolder {
	position: relative;
	z-index: 2;
	margin: 0 15% 5% 15%;
	padding: 5%;
	background-color: #ffffff;
}
#article .secRelatedArticles {
	position: relative;
	padding: 7% var(--left);
}
#article .secRelatedArticles .bgHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#article .secRelatedArticles .bgHolder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}


/*  --------------------------------------------------
    Mitochondria
    -------------------------------------------------- */
#mitochondria h1{
	font-size: 50px;
	line-height: 1.25;
}
#mitochondria h2{
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.25;
	color: var(--white);
}
#mitochondria p{
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#mitochondria h1 span,
#mitochondria h2 span{
	font-family: var(--karla);
	font-size: 15px;
	font-style: normal;
	color: var(--white);
	display: block;
}
#mitochondria video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mitochondria .bgHolder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
}
#mitochondria .bgHolder::before{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	mix-blend-mode: multiply;
}
#mitochondria .colLeft {
	width: 40%;
}
#mitochondria .colRight {
	width: 55%;
}
#mitochondria .colRight img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mitochondria .secIntro {
	position: relative;
	height: 100vh;
}
#mitochondria .secIntro .product-title{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%);
	width: 80%;
}
#mitochondria .secContent01 {
	position: relative;
	width: 100%;
	height: 400vh;
	background-color: var(--black);
	margin-bottom: 100px;
}
#mitochondria .secContent01 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent01 .descHolder01 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 15%);
	top: 45%;
	width: 30%;
	text-align: center;
}
#mitochondria .secContent01 .descHolder02 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 45%;
	width: 50%;
	text-align: center;
	opacity: 0;
}
#mitochondria .secContent01  .descHolder03 {
	position: sticky;
	z-index: 2;
	left: var(--left);
	top: 35%;
	width: 30%;
}
#mitochondria .secContent02 {
	position: relative;
	width: 100%;
	height: 300vh;
	background-color: var(--black);
	margin-bottom: 200px;
}
#mitochondria .secContent02 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent02 .descHolder01 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 35%);
	top: 45%;
	width: 70%;
	text-align: center;
}
#mitochondria .secContent02 .descHolder02 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 40%;
	width: 50%;
	text-align: center;
	opacity: 0;
}
#mitochondria .secContent02  .descHolder03 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 40%;
	width: 50%;
	text-align: center;
}
#mitochondria .secContent03 {
	position: relative;
	width: 100%;
	height: 350vh;
	background-color: var(--black);
}
#mitochondria .secContent03 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent03 .descHolder01 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 30%);
	top: 45%;
	width: 60%;
	text-align: center;
}
#mitochondria .secContent03 .descHolder02 {
	position: relative;
	width: 100%;
	padding: 100px var(--left);
	margin-top: 150px;
}
#mitochondria .secContent03 .descHolder02 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
#mitochondria .secContent03 .descHolder02 li:nth-child(even){
	flex-direction: row-reverse;
}
#mitochondria .secContent04 {
	position: relative;
	width: 100%;
	height: 400vh;
	background-color: var(--black);
}
#mitochondria .secContent04 .bgHolder {
	position: sticky;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--black);
}
#mitochondria .secContent04 .descHolder01 {
	position: sticky;
	z-index: 4;
	left: calc(50% - 15%);
	top: 45%;
	width: 30%;
	text-align: center;
	padding-bottom: 30vh;
}
#mitochondria .secContent04 .descHolder02 {
	position: sticky;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

}
#mitochondria .secContent04 .descHolder02 h3{
	position: absolute;
	z-index: 2;
	left: calc(50% - 30%);
	top: 30%;
	width: 60%;
	text-align: center;
}
#mitochondria .secContent04 .descHolder02 .vidHolder {
	height: 100%;
	overflow: hidden;
	opacity: 0.3;
}
#mitochondria .secContent04  .descHolder03 {
	padding: 100px var(--left);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mitochondria .secContent05 {
	position: relative;
	width: 100%;
	height: 120vh;
	background-color: var(--black);
}
#mitochondria .secContent05 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent05 .bgHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
}
#mitochondria .secContent05 .descHolder {
	position: absolute;
	left: calc(50% - 25%);
	padding-top: 25%;
	width: 50%;
	text-align: center;
}
#mitochondria .secContent06 .descHolder h3{
	font-size: 50px;
	color: var(--yellow);
}
#mitochondria .secContent06 {
	position: relative;
	width: 100%;
	height: 250vh;
	background-color: var(--black);
	margin-bottom: 100px;
}
#mitochondria .secContent06 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent06 .bgHolder video{
	opacity: 0.8;
}
#mitochondria .secContent06 .descHolder01 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 45%;
	width: 50%;
	text-align: center;
}
#mitochondria .secContent06 .descHolder02 {
	position: sticky;
	z-index: 2;
	left: var(--left);
	top: 35%;
	width: 30%;
}
#mitochondria .secContent07 {
	position: relative;
	width: 100%;
	height: 350vh;
	background-color: var(--black);
	margin-bottom: 200px;
}
#mitochondria .secContent07 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent07 .bgHolder video{
	opacity: 0.7;
}
#mitochondria .secContent07 .descHolder01 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 45%;
	width: 50%;
	text-align: center;
}
#mitochondria .secContent07 .descHolder02 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 35%;
	width: 50%;
	text-align: center;
	opacity: 0;
}
#mitochondria .secContent07 .descHolder03 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 35%;
	width: 50%;
	text-align: center;
}
#mitochondria .secContent08 {
	position: relative;
	width: 100%;
	background-color: var(--black);
}
#mitochondria .secContent08 .bgHolder {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mitochondria .secContent08 .bgHolder video{
	opacity: 0.7;
}
#mitochondria .secContent08 .descHolder01 {
	position: sticky;
	z-index: 2;
	left: calc(50% - 25%);
	top: 45%;
	width: 50%;
	height: 100vh;
	text-align: center;
}
#mitochondria .secContent08 .descHolder02 {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 100px var(--left);
	background-color: var(--black);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mitochondria .secContent08 .descHolder03 {
	position: relative;
	z-index: 4;
}
#mitochondria .secContent08 .descHolder03 .txtHolder{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/*  --------------------------------------------------
    Ipad Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	:root{
		--left: 5vw;
		--left2: 5vw;
		--top: 8vw;
	}
	.nav-left ul{
		display: none;
	}
	.nav-right ul{
		margin-left: 65px;
	}
	.nav-right li{
		flex-basis: 100%;
		text-align: right;
	}
	.nav-right .nav-item{
		margin-left: 12px;
		
	}
	.nav-light header nav ul li .nav-item a,
	header nav ul li .nav-item a{
		color: var(--yellow);
	}
	.nav-right .nav-item span{
		display: none;
	}
	.nav-right .nav-item i{
		display: block;
	}
	.nav-logo img{
		height: 35px;
	}
	.btnClose {
		width: 30px;
		height: 30px;
		top: auto;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
	}
	.btn-menu, .btnClose {
	    margin-top: 32px;
	    display: block;
	}
	.btn-menu {
		margin-top: 45px;
	}
	.nav-light .btn-menu span, .btnClose span,
	.btn-menu span, .btnClose span{
		background-color: var(--yellow);
		height: 1px;
	}

	.product-full-img{
		height: 60vw;
	}
	.product-slider-holder{
		height: 40vw;
	}
	.product-slider-img img{
		height: 40vw;
	}

	.product-symptom-icon img{
		width: 15vw;
		height: 15vw;
		padding: 2vw;
	}
	.orbit1{
		width: 20vw;
		height: 20vw;
	}
	.orbit2{
		width: 24vw;
		height: 24vw;
	}
	.product-symptom-left, .product-symptom-right{
		width: 30%;
	}
	
	#article .secIntro .imgHolder:after {
		padding-bottom: 110%;
	}
	#article .secIntro .descHolder {
		padding: 10% 10% 10% 5%;
	}
	#article .secHighlight .highlightListing .lblHolder .readTime {
		width: 130px;
	}
	#article .secTagline {
		margin-bottom: 200px;
	}
	#article .secTagline .descHolder {
		width: 60%;
	} 
	#article .secLatest {
		margin: 0 var(--left) 10% var(--left);
	}
	#article .secLatest .rowHolder .thumbHolder {
		width: 50%;
	}
	#article .secLatest .rowHolder .listingRow {
		width: 45%;
	}
	#article .secLatest .rowHolder .listingRow li{
		margin: 0 0 20px 0px;
		padding: 0 0 20px 0px;
	}
	#article .contentHolder .coverHolder {
		height: 120vh;
	}
	#article .contentHolder .coverHolder .texture01 {
		width: 30%;
	}
	#article .contentHolder .coverHolder .texture02 {
		position: absolute;
		width: 25%;
	}
	#article .contentHolder .titleHolder {
		margin: 0 var(--left) 5% var(--left);
	}
	#article .contentHolder .descHolder {
		margin: 0 var(--left) 5% var(--left);
		padding: 5%;
	}
	#article .secRelatedArticles {
		position: relative;
		padding: 7% var(--left);
	}
	
	/* Mitochondria */
	#mitochondria h1{
		font-size: 45px;
	}
	#mitochondria h2{
		font-size: 45px;
	}
	#mitochondria p{
		font-size: 17px;
		line-height: 1.35;
	}
	#mitochondria .colLeft {
		width: 55%;
	}
	#mitochondria .colRight {
		width: 40%;
	}
	#mitochondria .secIntro .product-title{
		width: 85%;
	}
	#mitochondria .secContent01 {
		height: 400vh;
	}
	#mitochondria .secContent01 .descHolder01 {
		left: calc(50% - 20%);
		width: 40%;
	}
	#mitochondria .secContent01 .descHolder02 {
		left: calc(50% - 30%);
		top: 45%;
		width: 60%;
	}
	#mitochondria .secContent02 .descHolder02 {
		left: calc(50% - 30%);
		width: 60%;
	}
	#mitochondria .secContent02  .descHolder03 {
		left: calc(50% - 30%);
		width: 60%;
	}
	#mitochondria .secContent03 {
		height: 250vh;
	}
	#mitochondria .secContent03 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent03 .descHolder02 {
		margin-top: 50px;
	}
	#mitochondria .secContent04 {
		height: 300vh;
	}
	#mitochondria .secContent04 .descHolder01 {
		left: calc(50% - 25%);
		width: 50%;
	}
	#mitochondria .secContent04 .descHolder02 {
		height: 100vh;
	}
	#mitochondria .secContent04 .descHolder02 h3{
		position: absolute;
		z-index: 2;
		left: calc(50% - 30%);
		top: 30%;
		width: 60%;
		text-align: center;
	}
}


/*  --------------------------------------------------
    Ipad Potrait
    -------------------------------------------------- */
@media only screen and (max-width: 991px) {
    :root{
        --left: 6vw;
        --left2: 6vw;
        --h: 80px;
        --top: 50px;
    }
    h1{
        font-size: 6vw;
        line-height: 1.25;
    }
    h2{
        font-size: 1.5rem;
        margin-bottom: 2.3vw;
    }
    h3{
        font-size: 35px;
    }
    h4{
        font-size: 25px;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 15px;
        line-height: 1.7;
    }
    p{
        line-height: 1.7;
        margin-bottom: 0;
    }
    form label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .music-holder div{
        border-bottom: 1px solid var(--yellow); 
    }
    .music-holder span{
        background: var(--yellow); 
    }

    .nav-left ul{
        display: none;
    }
    .nav-right ul{
        margin-left: 65px;
    }
    .nav-right li{
        flex-basis: 100%;
        text-align: right;
    }
    .nav-right .nav-item{
        margin-left: 12px;
        
    }
    .nav-light header nav ul li .nav-item a,
    header nav ul li .nav-item a{
        font-size: 18px;
        color: var(--yellow);
    }
    .nav-right .nav-item span{
        display: none;
    }
    .nav-right .nav-item i{
        font-size: 14px;
        display: block;
    }
    .nav-logo img{
        height: 35px;
    }
    .btnClose {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-menu, .btnClose {
        margin-top: 32px;
        display: block;
    }
    .nav-light .btn-menu span, .btnClose span,
    .btn-menu span, .btnClose span{
        background-color: var(--yellow);
        height: 1px;
    }
    header nav .sub-menu {
        min-width: auto;
        margin-left: 0;
    }
    .musicToggle {
        display: none;
    }

    footer .cta{
        padding: 15vw 6vw 8vw;
    }
    footer .cta h3{
        font-size: 5vw;
    }
    .footer-leaf1{
        left: -15vw;
        width: 50vw;
    }
    .footer-leaf2{
        top: auto;
        bottom: 50px;
        right: -20vw;
        width: 60vw;
    }
    .footer-row{
        display: block;
        padding: 8vw 0 6vw;
        text-align: center;
    }
    .footer-logo{
        margin-bottom: 20px;
    }
    .footer-logo img{
        height: 35px;
    }
    .footer-right{
        display: block;
    }
    .footer-item{
        margin-left: 0;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(190, 137, 11, 0.1);
    }
    .footer-item h6 {
        margin-bottom: 0px;
        padding-top: 5px;
    }
    .footer-item li{
        margin-bottom: 0;
        padding: 5px 0px;
    }
    .copyright{
        display: block;
        padding-bottom: 50px;
        padding-top: 20px;
        border-top: 1px solid rgba(190, 137, 11, 0.1);
        text-align: center;
    }

    .top-section{
        padding-top: 130px !important;
    }
    .btn-link{
        margin-top: 20px;
        width: fit-content;
        width: max-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-link a:before, .btn-link p:before{
        width: 35px;
        height: 35px;
    }

    .bg-black .btn-link a, .bg-black .btn-link p{
        color: var(--white);
    }
    .bg-black .btn-link span:before,
    .bg-black .btn-link i:before{
        background-color: var(--white);
    }
    .freetxt li{
        margin-bottom: 30px;
    }
    .list-row{
        list-style: none;
        padding-inline-start: 0px;
        margin: 0;
        display: flex;
    }
    .title-holder{
        margin-bottom: 6.5vw;
    }
    .title-holder h1{
        margin-bottom: 0;
    }
    .article-txt .btn-link {
        width: 100%;
        text-align: left;
    }

    .secHome{
        height: 530px;
        max-height: auto;
        overflow: hidden;
    }
    .home-txt{
        position: absolute;
        bottom: 10vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 var(--left);
        text-align: center;
        color: var(--yellow);
        z-index: 10;
    }
    .intro-row{
        display: block;
    }
    .leaf1{
        top: -30px;
        right: -10vw;
        width: 70vw;
    }
    .leaf2{
        top: auto;
        bottom: -80px;
        left: -6vw;
        width: 60vw;
    }
    .leaf3{
        display: none;
    }
    .intro-left{
        flex-basis: auto;
        padding-left: 0;
        margin-bottom: 35px;
    }
    .intro-left .img2{
        display: none;
    }
    .intro-left .img3{
        display: none;
    }
    .intro-right{
        flex-basis: auto;
        padding-left: 0;
        padding-top: 0;
        text-align: center;
    }
    .secMedicine .title-holder{
        width: 100%;
    }
    .medicine-holder{
        height: auto;
        position: relative;
    }
    .medicine-holder img{
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: 50%;
        max-width: none;
        margin: 0 auto;
        display: block;
    }
    .medicine-holder .medicine2{
        width: 50%;
        max-width: none;
    }

    .secFeatured .circle-txt {
        position: absolute;
        top: 270px;
        right: 0;
        width: 400px;
        height: 400px;
        z-index: 1;
    }
    .circle-txt svg {
        width: 400px;
        height: 400px;
        transform: rotate(230deg);
    }
    .circle-txt p{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

    .secFeatured h2{
        display: none;
    }
    .featured-holder {
        margin: var(--left2);
    }

    #about h1{
        margin-bottom: -30px;
    }
    .secAbout{
        margin: 0 var(--left2);
        text-align: center;
        margin-bottom: var(--top);
    }
    .secAbout img{
        margin-bottom: 35px;
    }
    .about-txt{
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        padding: 0;
    }
    .secPremium{
        position: relative;
        padding: var(--top) var(--left2);
    }
    .premium-txt{
        width: auto;
        left: auto;
        transform: none;
        
    }
    .premium1{
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 35px;
    }
    .premium2{
        display: none;
    }
    .premium3{
        display: none;
    }

    .secBanner{
        height: 500px;
    }
    .banner-leaf1{
        position: absolute;
        bottom: 2vw;
        left: -10vw;
        width: 31.597vw;
    }
    .banner-leaf2{
        position: absolute;
        bottom: 5.556vw;
        right: -10vw;
        width: 31.597vw;
    }
    .filter-row{
        display: block;
        margin-bottom: 35px;
    }
    .filter-row a:first-child{
        padding-right: 0px;
    }
    .filter-left{
        overflow-x: scroll;
    }
    .filter-right {
        display: none;
    }
    .filter-right select{
        width: 0;
    }
    .shop-item{
        margin-bottom: var(--top);
    }
    .shop-row{
        display: flex;
        align-items: center;
        flex-wrap: wrap-reverse;
    }
    .shop-txt{
        flex: 1;
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .shop-img{
        width: 100%;
        position: relative;
        height: 600px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .btn-row{
        justify-content: center;
    }
    .btn-row .btn-link{
        left: 0;
        transform: none;
    }

    /*unknown*/
    .btn-right{
        justify-content: flex-end;
    }
    .btn-right .button{
        width: 260px;
        margin-left: 10px;
    }

    .product-nav{
        position: relative;
        margin-top: 0 !important;
    }
    .product-nav ul li{
        margin: 0;
    }
    .product-nav ul li a{
        padding: 20px 10px;
    }
    .product-title{
        padding-top: 80px;
    }
    .product-title p{
        width: 100%;
        left: auto;
        transform: none;
    }
    .product-title h1{
        line-height: 1.25;
        margin-bottom: 15px;
    }
    .product-leaf0{
        width: 50vw;
    }
    .product-leaf1{
        display: none;
    }
    .product-leaf2{
        top: 35vw;
        width: 50vw;
    }
    .product-static-img{
        width: auto;
        height: auto;
        left: auto;
        transform: none;
        margin: 0 var(--left);
    }
    .product-full-desc{
        width: auto;
        left: auto;
        transform: none;
        margin: 0 var(--left);
    }
    .product-full-img{
        height: auto;
        overflow: hidden;
    }
    .product-full-img img{
        height: 80vh;
        margin-bottom: 35px;
    }
    .product-full-img-txt{
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        transform: none;
        padding: 0 var(--left);
        text-align: center;
    }
    .product-slider-holder{
        display: block;
        height: auto;
    }
    .product-slider-holder h2{
        position: static;
        top: auto;
        left: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    .product-slider-img{
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .product-slider-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-slider-txt{
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .product-slider-item{
        margin-top: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    .product-slider-item h6{
        margin-bottom: 15px;
    }
    .product-slider-item ul{
        margin: 0;
        padding: 0;
    }
    .product-slider-item li{
        margin: 0 0 20px 0px;
        list-style: none;
    }
    .product-slider-holder .slider-nav{
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
    }
    .product-full-video {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .product-full-video video{
        display: block;
    }

    .product-short-video{
        margin: 0 var(--left);
        display: none;
    }
    .product-symptom h2 {
        margin-bottom: 15px;
    }
    .product-symptom-row{
        display: block;
        margin-top: 10px;
    }
    .product-symptom-icon{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 50%;
        margin: 50px auto;
    }
    .product-symptom-icon img{
        position: relative;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        padding: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .orbit1{
        width: 250px;
        height: 250px;
    }
    .orbit2{
        width: 230px;
        height: 230px;
    }
    .product-symptom-left, .product-symptom-right{
        width: 100%;
        text-align: center;
    }
    .product-accordion {
        text-align: left;
    }

    .product-leaf3{
        top: 5vw;
        left: -24vw;
        width: 35vw;
    }
    .product-spotlight-title{
        margin-bottom: 10px;
    }
    .spotlight-row{
        display: block;
        margin: 0px;
    }
    .spotlight-row li{
        flex-basis: auto;
        padding: 20px 0px;
        text-align: center;
    }
    .spotlight-row li img{
        height: 165px;
        margin: 0 auto 25px auto;
    }
    .spotlight-row li h6{
        margin-bottom: 15px;
    }

    .product-benefit{
        display: block;
    }
    .benefit-img{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .benefit-txt{
        flex: 1;
        padding-left: 0;
        text-align: center;
    }
    .benefit-txt ul{
        padding: 0;
    }
    .benefit-txt li{
        list-style: none;
        padding: 0;
    }

    .product-leaf4{
        width: 39.167vw;
    }
    .product-mind{
        padding-top: 30px;
    }
    .mind-img img{
        width: 80vw;
    }
    .mind-popup{
        width: 80%;
        margin-top: 30px;
    }
    .mind-popup.active{
        margin-top: 10px;
    }

    .join-row{
        display: block;
        margin-bottom: 60px;
        text-align: center;
    }
    .join-left{
        width: 100%;
    }
    .join-img{
        margin-bottom: 60px;
        display: none;
    }
    .share-row{
        display: block;
    }
    .share-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .share-right{
        padding-left: 0;
        text-align: center;
    }

    .contact-row .contact-leaf2{
        display: none;
    }
    .contact-left{
        width: 43vw;
        position: relative;
        z-index: 10;
    }

    .details-leaf1 {
        bottom: -9vw;
        left: -8.472vw;
        width: 50vw;
    }
    .details-leaf2 {
        bottom: -3.472vw;
        right: -4.861vw;
        width: 60vw;
    }
    .details-row{
        display: block;
        margin: var(--left);
    }
    .details-slider{
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .details-slider img{
        height: 68vw;
    }
    .details-summary{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .01);
    }
    .woocommerce #content table.cart td.actions .coupon, 
    .woocommerce table.cart td.actions .coupon, 
    .woocommerce-page #content table.cart td.actions .coupon, 
    .woocommerce-page table.cart td.actions .coupon {
        margin-left: 0;
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    #product-details .woocommerce div.product {
        display: block;
        margin: 0px;
        padding: 0 var(--left);
    }
    #product-details .woocommerce .woocommerce-product-gallery {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    #product-details .woocommerce .summary {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    #product-details .woocommerce .summary h1 {
        text-align: center;
    }
    #product-details .woocommerce .summary p{
        margin-bottom: 20px;
    }
    #product-details .woocommerce div.product form.cart {
        margin: 0;
        padding: 0;
    }
    #product-details .woocommerce .quantity .qty {
        padding: 10px 0px;
    }
	
	#article .readTime {
		width: 100%;
	} 
	#article .readTime .icoHolder img{
		max-width: 18px;
	}
	#article .listingHolder li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	#article .secIntro {
		margin-bottom: 10%;
		display: block;
	}
	#article .secIntro .imgHolder {
		width: 100%;
	}
	#article .secIntro .imgHolder:after {
		padding-bottom: 75%;
	}
	#article .secIntro .descHolder {
		width: 100%;
		padding: 20% 10% 20% 10%;
	}
	#article .secIntro .descHolder h1{
		margin-bottom: 20px;
	}
	#article .tabNavi {
		margin: 0 var(--left) 60px var(--left);
	}
	#article .tabNavi li a{
		padding: 25px 25px;
	}
	#article .secHighlight .highlightListing .imgHolder:after {
		padding-bottom: 75%;
	}
	#article .secHighlight .highlightListing .lblHolder {
		top: 30px;
	}
	#article .secHighlight .highlightListing .lblHolder .readTime {
		width: 150px;
		justify-content: left;
	}
	#article .secTagline {
		height: 500px;
		margin-bottom: 100px;
	}
	#article .secTagline .descHolder {
		width: 60%;
	} 
	#article .secTagline .descHolder:before {
		top: -30%;
		left: -20%;
		font-size: 180px;
	}
	#article .secTagline .descHolder:after {
		bottom: -50%;
		right: -20%;
		font-size: 180px;
	}
	#article .secTagline .thumbHolder01,
	#article .secTagline .thumbHolder02 {
		display: none;
	}
	#article .secLatest {
		margin: 0 var(--left) 100px var(--left);
	}
	#article .secLatest .rowHolder {
		display: block;
	}
	#article .secLatest .rowHolder .thumbHolder {
		width: 100%;
		margin-bottom: 30px;
	}
	#article .secLatest .rowHolder .thumbHolder:after {
		padding-bottom: 75%;
	}
	#article .secLatest .rowHolder .listingRow {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#article .secLatest .rowHolder .listingRow li{
		margin: 0 0 20px 0px;
		padding: 0 0 20px 0px;
	}
	#article .secListing {
		overflow: hidden;
		margin-bottom: 60px;
	}
	#article .secListing .titleHolder {
		display: flex;
		justify-content: space-between;
	}
	#article .secListing .titleHolder .btn-link {
		margin-top: 0px;
		left: auto;
		transform: none;
	}
	#article .contentHolder .coverHolder {
		height: 650px;
	}
	#article .contentHolder .coverHolder .texture01 {
		width: 45%;
	}
	#article .contentHolder .coverHolder .texture02 {
		top: 10%;
		width: 30%;
	}
	#article .contentHolder .titleHolder {
		margin: 0 var(--left) 50px var(--left);
		padding-top: 200px;
	}
	#article .contentHolder .titleHolder .cateHolder {
		margin-bottom: 10px;
	}
	#article .contentHolder .titleHolder .readTime {
		margin: 20px auto;
	}
	#article .contentHolder .descHolder {
		margin: 0 var(--left) 0 var(--left);
		padding: 7%;
	}
	
	#mitochondria h1{
		font-size: 35px;
	}
	#mitochondria h2{
		font-size: 35px;
	}
	#mitochondria p{
		font-size: 15px;
	}
	#mitochondria .colLeft {
		width: 100%;
	}
	#mitochondria .colRight {
		width: 100%;
	}
	#mitochondria .secContent01 {
		height: 400vh;
	}
	#mitochondria .secContent01 .bgHolder {
		width: 100% !important;
		height: 100vh !important;
		top: 0 !important;
		left: 0 !important;
	}
	#mitochondria .secContent01 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent01 .descHolder02 {
		left: calc(50% - 35%);
		top: 45%;
		width: 70%;
	}
	#mitochondria .secContent01  .descHolder03 {
		left: calc(50% - 35%);
		top: 35%;
		width: 70%;
		text-align: center;
	}
	#mitochondria .secContent02 .descHolder02 {
		left: calc(50% - 35%);
		top: 35%;
		width: 70%;
	}
	#mitochondria .secContent02  .descHolder03 {
		left: calc(50% - 35%);
		top: 45%;
		width: 70%;
	}
	#mitochondria .secContent03 {
		height: 300vh;
	}
	#mitochondria .secContent03 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent03 .descHolder02 {
		margin-top: 50px;
	}
	#mitochondria .secContent03 .descHolder02 li{
		text-align: center;
		flex-wrap: wrap;
	}
	#mitochondria .secContent03 .descHolder02 li:nth-child(even){
		flex-direction: initial;
	}
	#mitochondria .secContent04 {
		height: 280vh;
	}
	#mitochondria .secContent04 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent04 .descHolder02 h3{
		left: calc(50% - 35%);
		top: 30%;
		width: 70%;
	}
	#mitochondria .secContent04  .descHolder03 {
		margin-top: -35vh;
		flex-wrap: wrap;
		text-align: center;
	}
	#mitochondria .secContent05 .bgHolder img{
		width: auto;
		height: 70%;
	}
	#mitochondria .secContent05 .descHolder {
		left: calc(50% - 35%);
		padding-top: 35%;
		width: 70%;
	}
	#mitochondria .secContent06 .descHolder h3{
		font-size: 35px;
	}
	#mitochondria .secContent06 {
		height: 250vh;
	}
	#mitochondria .secContent06 .bgHolder {
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100vh !important;
	}
	#mitochondria .secContent06 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent06 .descHolder02 {
		left: calc(50% - 35%);
		top: 40%;
		width: 70%;
		text-align: center;
	}
	#mitochondria .secContent07 {
		margin-bottom: 300px;
	}
	#mitochondria .secContent07 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent07 .descHolder02 {
		left: calc(50% - 25%);
		top: 35%;
		width: 50%;
	}
	#mitochondria .secContent07 .descHolder03 {
		left: calc(50% - 35%);
		top: 45%;
		width: 70%;
	}
	#mitochondria .secContent08 .descHolder01 {
		left: calc(50% - 35%);
		width: 70%;
	}
	#mitochondria .secContent08 .descHolder02 {
		flex-wrap: wrap;
	}
}

/*  --------------------------------------------------
    Mobile Potrait
    -------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .nav-right ul{
        margin-left: 35px;
    }

    .article-item {
        margin-bottom: 15vw;
        padding-bottom: 10vw;
    }
    .article-item a{
        display: block;
    }
    .article-txt {
        width: 100%;
        text-align: center;
    }
    .article-img {
        width: 100%;
        height: 50vh;
        margin-bottom: 30px;
    }

    .medicine-holder{
        height: auto;
        position: relative;
    }
    .medicine-holder img{
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: 50%;
        max-width: none;
        margin: 0 auto;
        padding-left: 10vw;
        display: block;
    }
    .medicine-holder .medicine2{
        width: 50%;
        max-width: none;
        display: none;
    }
    .secFeatured .circle-txt {
        position: absolute;
        top: -10px;
        right: -80px;
        width: 300px;
        height: 300px;
        z-index: 30;
    }
    .circle-txt svg {
        width: 300px;
        height: 300px;
    }
    .featured-holder {
        margin: 20px var(--left2);
    }
    .featured-item a{
        width: 280px;
    }
    .featured-img{
        height: auto;
        margin-bottom: 3vw;
    }

    .secBanner{
        height: 325px;
    }
    .shop-img{
        height: 300px;
        margin-bottom: 20px;
    }
    .btn-row .btn-link {
        margin-right: 10px;
    }
    .btn-link span,
    .btn-link i {
        margin-right: 3px;
    }
    .icon-row{
        display: block;
        margin: 0;
        padding-top: 4.722vw;
    }
    .icon-row li{
        padding: 0;
        text-align: center;
    }
    .icon-row li img{
        height: 150px;
        margin-bottom: 10px;
    }
    .product-full-img-txt-center{
        width: 100%;
        left: auto;
        transform: none;
    }
    .product-full-img-txt-center ul{
        display: block;
    }
    .product-full-img-txt-center li{
        position: relative;
        margin: 0 auto 30px auto;
    }
    .product-full-img-txt-center li:after {
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 1px;
        background-color: var(--white);
        content: '';
    }
    .product-full-img-txt-center li:last-child:after {
        width: 0;
    }

    .checkout-total{
        padding: 20px 0;
        text-align: center;
        border-top: var(--border);
        border-bottom: var(--border);
    }
    .checkout-total h6{
        margin-bottom: 0;
    }

    .acc-leaft1{
        top: 5vw;
        left: -11vw;
        width: 30vw;
    }
    .acc-leaft2{
        top: 0vw;
        right: -12vw;
        width: 50vw;
    }
    .btn-forgot{
        text-align: center;
    }
    .forgot-password-row{
        display: flex;
        justify-content: center;
    }
    .forgot-password-col{
        width: 45%;
    }

    .contact-row{
        display: block;
        margin-top: 30px;
    }
    .contact-row h6{
        margin-bottom: 0px;
    }
    .contact-item{
        margin-bottom: 35px;
    }
    .contact-leaf1{
        left: -13vw;
        top: 20vw;
        width: 40vw;
    }
    .contact-leaf2{
        right: -13.889vw;
        width: 55vw;
    }
    .contact-left{
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }
    .contact-right{
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 60px;
        text-align: center;
    }
    .secMap{
        margin-top: 0;
        margin-bottom: 60px;
    }

    .details-row {
        text-align: center;
    }
    .details-row h1{
        text-align: center;
    }
    .secRelated h2{
        text-align: center;
        margin-bottom: 4.861vw;
    }

    .related-row{
        display: block;
        margin: 0;
    }
    .related-row li{
        flex-basis: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 35px;
    }
    .related-row li .related-img{
        margin-bottom: 10px;
    }
    .related-row li .related-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
	
	#article .listingHolder {
		display: block;
	}
	#article .listingHolder li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15%;
	}
	#article .listingHolder h3{
		font-size: 20px;
	}
	#article .listingHolder .thumbHolder:after {
		padding-bottom: 130%;
	}
	#article .tabNavi {
		display: block;
	}
	#article .tabNavi:after {
		display: none;
	}
	#article .tabNavi li a{
		padding: 15px 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	#article .tabNavi li a.selected {
		border-bottom: 1px solid #be8915;
	}
	#article .secLatest .listingRow .descHolder h3{
		font-size: 20px;
	}
	#article .contentHolder .coverHolder {
		height: 650px;
	}
	#article .contentHolder .descHolder {
		margin: 0;
		padding: var(--left);
	}

    #product-details .woocommerce div.product form.cart div.quantity {
        width: 35%;
    }
    #product-details .woocommerce div.product form.cart .button {
        width: 63%;
    }
	
	#mitochondria h1{
		font-size: 25px;
	}
	#mitochondria h2{
		font-size: 25px;
	}
	#mitochondria .secContent01 .descHolder01 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent01 .descHolder02 {
		left: calc(50% - 40%);
		top: 35%;
		width: 80%;
	}
	#mitochondria .secContent01  .descHolder03 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent02 .descHolder02 {
		left: calc(50% - 40%);
		top: 30%;
		width: 80%;
	}
	#mitochondria .secContent02  .descHolder03 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent03 {
		height: 310vh;
	}
	#mitochondria .secContent03 .descHolder01 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent04 {
		height: 300vh;
	}
	#mitochondria .secContent04 .descHolder01 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent04 .descHolder02 h3{
		left: calc(50% - 40%);
		top: 30%;
		width: 80%;
		font-size: 20px;
	}
	#mitochondria .secContent04  .descHolder03 {
		margin-top: 0;
	}
	#mitochondria .secContent05 .descHolder {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent06 .descHolder h3{
		font-size: 25px;
	}
	#mitochondria .secContent06 {
		height: 250vh;
	}
	#mitochondria .secContent06 .descHolder01 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent06 .descHolder02 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent07 {
		margin-bottom: 200px;
	}
	#mitochondria .secContent07 .descHolder01 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent07 .descHolder02 {
		left: calc(50% - 40%);
		top: 32%;
		width: 80%;
	}
	#mitochondria .secContent07 .descHolder03 {
		left: calc(50% - 40%);
		top: 40%;
		width: 80%;
	}
	#mitochondria .secContent08 .descHolder01 {
		left: calc(50% - 40%);
		width: 80%;
	}
	#mitochondria .secContent08 .descHolder02 {
		flex-wrap: wrap;
	}
	#mitochondria .secContent08 .descHolder03 .txtHolder {
		max-width: 90%;
		margin: 0 auto;
	}
	#mitochondria .secContent08 .descHolder03 .txtHolder h3{
		font-size: 20px;
	}
	#mitochondria .secContent08 .descHolder03 .txtHolder a{
		font-size: 12px;
	}
}