@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
:root {
    --tg-body-font-family: "Outfit", serif;
    --tg-heading-font-family: "Outfit", serif;
    --tg-primary-color: #faa432;
    --tg-secondary-color: #3c7f41;
    --tg-body-font-color: #777777;
    --tg-heading-font-color: #222222;
    --tg-paragraph-color: #777777;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 500;
    --tg-body-line-height: 1.6;
    --tg-heading-line-height: 1.2;
    --tg-dark: #000000;
    --tg-dark-two: #2a2a2a;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #faa432;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #fff;
    --tg-gray: #ddd;
    --tg-gray-two: #f5f5f5;
    scroll-behavior: auto;
}
body {
    font-family: var(--tg-body-font-family);
    font-weight: var(--tg-body-font-weight);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    color: var(--tg-body-font-color);
    font-style: normal;
}
.footer -menu li a:hover,
.portfolio-cat a:hover,
a,
a:hover,
button {
    color: #777777;
    text-decoration: none;
}
.img,
img {
    max-width: 100%;
    transition: 0.3s ease-out;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.comment-text .avatar-name,
.fix,
.mobile-menu-visible,
body.search-visible {
    overflow: hidden;
}
a,
button {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    outline: 0;
}
.btn:focus,
a:focus,
button:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.account__check-forgot a,
.account__switch p a,
.coupon__code-info a:hover,
.order__info-wrap p a {
    text-decoration: underline;
}
.btn:focus,
button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
.quick-purchase-btn-wrap .btn,
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: 500;
    text-transform: uppercase;
}
label,
p {
    color: #333;
    font-weight: 400;
}
.nav-link:focus,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
.footer-instagram-two .footer-insta-item a::after,
h3 {
    font-size: 22px;
}
.tab-content_1 h2,
h4 {
    font-size: 20px;
}
.footer-two-widgets-wrap .footer-widget .fw-title,
.quickview-cart-plus-minus .qtybutton.dec,
.woocommerce-mini-cart .del-icon > a,
h5 {
    font-size: 18px;
}
.add-review p,
h6,
label,
p {
    font-size: 16px;
}
.latest-comments ul,
.list-wrap,
.mobile-menu .navigation li ul {
    margin: 0;
    padding: 0;
}
.list-wrap li,
.mobile-menu .navigation li ul li {
    list-style: none;
}
p {
    line-height: 1.6;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid var(--tg-body-font-color);
    border-top: 0;
    margin: 30px 0;
    padding: 0;
}
label {
    cursor: pointer;
}
::-moz-selection {
    background: #d6b161;
    color: var(--tg-white);
    background: var(--tg-body-font-color);
    color: var(--tg-white);
    text-shadow: none;
}
::selection {
    background: var(--tg-body-font-color);
    color: var(--tg-white);
    text-shadow: none;
}
.btn,
.btn1 {
    user-select: none;
    background: var(--tg-secondary-color) none repeat scroll 0 0;
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 0;
    transition: 0.3s;
    text-align: center;
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.4;
    touch-action: manipulation;
    white-space: nowrap;
    vertical-align: middle;
}
.navbar-wrap ul li .sub-menu li a,
.navbar-wrap ul li a {
    color: var(--tg-body-font-color);
    text-transform: capitalize;
}
::-moz-placeholder {
    color: var(--tg-body-font-color);
    font-size: 16px;
    opacity: 1;
}
::placeholder {
    color: var(--tg-body-font-color);
    font-size: 16px;
    opacity: 1;
}
.breadcrumb li a,
.btn,
.btn1,
.btn:hover,
.scroll-top,
.transparent-header .header-action > ul > li > a,
.white-title .title {
    color: var(--tg-white);
}
.banner-images,
.fact-items-wrapper,
.search-form,
.theme-overlay {
    position: relative;
}
.theme-overlay::before {
    background: var(--tg-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2;
}
.container,
.home-shop-active [class*="col-"],
.related-product-active [class*="col-"],
.testimonial-active-two [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
    --bs-gutter-x: 0;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.btn {
    -moz-user-select: none;
    border: none;
    border-radius: 50px;
    padding: 19px 50px;
    text-transform: capitalize;
}
.btn1 {
    -moz-user-select: none;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-primary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.btn-two {
    background: var(--tg-primary-color) none repeat scroll 0 0;
}
.btn-three::before,
.btn-two::before,
.footer-social a:hover,
.green-btn,
.header-action > ul li.offCanvas-btn a,
.scroll-top {
    background: var(--tg-secondary-color);
}
.btn:hover:before {
    top: -40%;
}
.breadcrumb > .active,
.content-top .tags a:hover,
.formula-content .btn-two:hover,
.inner-shop-item .shop-item-cat a:hover,
.lp-post-content .title a:hover,
.navbar-wrap ul li .sub-menu li.active > a,
.navbar-wrap ul li .sub-menu li:hover > a,
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.pricing-item.best-value-plan .pricing-price .price,
.pricing-item.best-value-plan .pricing-price > span,
.pricing-item:hover .pricing-price .price,
.pricing-item:hover .pricing-price > span,
.transparent-header .navbar-wrap ul li.active > a,
.transparent-header .navbar-wrap ul li:hover > a {
    color: var(--tg-primary-color);
}
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    transition: 1s;
    border: none;
    opacity: 0;
}
.add-review .from-grp label span,
.add-review p span,
.header-action > ul > li:hover > a,
.inner-shop-content .title a:hover,
.offCanvas-content .title span,
.search-btn,
.search-close,
.widget .categories-list li a:hover {
    color: var(--tg-secondary-color);
}
.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.25) 0,
        rgba(0, 0, 0, 0) 80%
    );
}
.scroll-top:hover {
    background-color: var(--tg-heading-font-color);
    opacity: 1;
}
.custom-container {
    max-width: 1650px;
}
.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto;
}
.mobile-menu,
.sticky-menu {
    z-index: 99;
    position: fixed;
}
.menu-area {
    padding: 23px 0;
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.logo img {
    max-width: 160px;
}
.blog--post--thumb img,
.confidential-logo img,
.inner-shop-details-img img,
.inner-shop-details-nav-wrap .nav-tabs img,
.lp-post-thumb img,
.mobile-menu,
.pricing__box .bottom-img img,
.shop-widget-banner img,
.tg-blog-post-thumb img {
    max-width: 100%;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.navbar-wrap ul li {
    list-style: none;
    display: block;
    position: relative;
}
.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 38px 30px;
    display: block;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none;
    z-index: 1;
}
.inner-shop-content-top .star-rating,
.inner-shop-details-meta ul li:last-child::before,
.main-menu .navigation li.menu-item-has-children .dropdown-btn,
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.transparent-header .logo .secondary-logo,
.transparent-header.sticky-menu .logo .main-logo {
    display: none;
}
.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid var(--tg-gray-two);
    background: var(--tg-white);
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
    box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}
.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px;
    padding: 0;
}
.header-action > ul li {
    position: relative;
    list-style: none;
    margin-left: 20px;
}
.header-action-two .list-wrap li,
.header-action > ul > li:first-child {
    margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
    padding-right: 10px;
}
.header-action > ul > li > a {
    display: block;
    color: var(--tg-heading-font-color);
    font-size: 28px;
}
.header-shop-cart a.cart-count span.mini-cart-count {
    position: absolute;
    right: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    background-color: var(--tg-primary-color);
    color: var(--tg-white);
    box-shadow: 0 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-action > ul li.offCanvas-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: var(--tg-white) !important;
    border-radius: 50%;
    font-size: 25px;
}
.transparent-header .navbar-wrap ul li a {
    color: #dcdcdc;
}
.transparent-header.sticky-menu .logo .secondary-logo,
.widget-tag ul li {
    display: block;
}
.header-shop-cart .woocommerce-mini-cart .del-icon a,
.transparent-header.sticky-menu .navbar-wrap ul li a {
    color: var(--tg-body-font-color);
}
.product-desc-wrap .nav-tabs .nav-link.active,
.tg-features-content a:hover,
.total-price > span,
.transparent-header.sticky-menu .header-action > ul > li > a {
    color: var(--tg-heading-font-color);
}
.sticky-menu {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    background: var(--tg-white);
    -webkit-animation: 1s ease-in-out fadeInDown;
    animation: 1s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}
.header-shop-cart .again,
.header-shop-cart .header-mini-cart {
    background: var(--tg-white);
    opacity: 0 !important;
    padding: 25px;
    right: -15px;
    top: 60px;
    transition: 0.5s;
    box-shadow: 0 12px 24px 0 rgba(120, 120, 120, 0.3);
    transform: translateY(10px);
    position: absolute;
    z-index: 9;
    visibility: hidden;
}
.header-fixed-position {
    display: block;
    height: 138px;
}
.header-shop-cart .header-mini-cart {
    width: 350px;
}
.header-shop-cart .again {
    width: 220px;
}
.profile_dropdown p a {
    color: #333;
}
.profile_dropdown p {
    display: flex;
    gap: 10px;
}
.header-shop-cart .header-mini-cart::before {
    position: absolute;
    content: "";
    left: 0;
    top: -30px;
    width: 100%;
    height: 45px;
    display: block;
}
.header-shop-cart:hover .header-mini-cart {
    opacity: 1 !important;
    visibility: visible;
    transform: translate(25px, 0);
    z-index: 9;
}
.add-review .checkbox-grp label,
.formula-list li:last-child,
.header-shop-cart .header-mini-cart .checkout-link,
.header-shop-cart .header-mini-cart .checkout-link a:last-child,
.header-shop-cart .woocommerce-mini-cart__empty-message,
.ingredients-items-wrap .row > :nth-last-child(-n + 2) .ingredients-item,
.inner-shop-details-bottom > span:last-child,
.offCanvas-content p,
.product-desc-content table,
.product-desc-list li:last-child,
.reviews-comment .review-content p,
.shop-sidebar .widget:last-child,
.widget .categories-list li:last-child {
    margin-bottom: 0;
}
.header-shop-cart .header-mini-cart .woocommerce-mini-cart > li {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
}
.header-shop-cart .woocommerce-mini-cart .checkout-link {
    margin-top: 35px;
}
.header-mini-cart
    ul
    li.woocommerce-mini-cart-item
    .remove.remove_from_cart_button {
    display: block;
    font-weight: 700;
    order: 2;
    flex: 0 0 1em;
    background: #f1f1f1;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    margin-left: auto;
    border: 0;
}
.header-mini-cart
    ul
    li.woocommerce-mini-cart-item
    .remove.remove_from_cart_button:hover {
    background: red;
    color: var(--tg-white) !important;
}
.header-shop-cart .woocommerce-mini-cart .mini-cart-img {
    width: 90px;
    flex: 0 0 90px;
}
.woocommerce-mini-cart .mini-cart-img img.attachment-woocommerce_thumbnail {
    width: 100%;
    margin: 0;
}
.header-shop-cart .woocommerce-mini-cart .mini-cart-content {
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
    width: 176px;
    flex: 0 0 176px;
}
.woocommerce-mini-cart .mini-cart-content .product-title {
    color: var(--tg-heading-font-color);
    font-size: 16px;
    background: 0 0;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}
.mini-cart-price {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.woocommerce-mini-cart .mini-cart-price > span {
    color: var(--tg-primary-color);
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    display: block;
}
.header-shop-cart .woocommerce-mini-cart .del-icon {
    flex-grow: 1;
    margin-top: 30px;
}
.total-price {
    border-top: 1px solid #c7c7c7;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 25px;
}
.total-price > span {
    font-weight: 600;
}
.header-shop-cart .header-mini-cart .checkout-link a {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    border-radius: 12px;
}
.header-shop-cart .header-mini-cart .checkout-link a:not(.checkout) {
    background: #222;
    color: var(--tg-white);
}
.header-mini-cart .woocommerce-mini-cart__total {
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #c7c7c7;
    margin-bottom: 0;
    color: #777;
}
.header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: #777;
    font-weight: bolder;
}
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-white);
    margin-right: 30px;
    top: 15px;
}
.nav-logo img {
    width: 160px;
}
.mobile-menu {
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transition: 0.7s;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.menu-area-two.sticky-menu .logo.d-none,
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu .navigation li.current > a:before {
    height: 100%;
}
.menu-backdrop,
.search-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    opacity: 0;
    visibility: hidden;
    background: #000;
}
.mobile-menu-visible .menu-backdrop {
    opacity: 0.65;
    visibility: visible;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-white);
    padding: 0;
    z-index: 5;
    box-shadow: -9px 0 14px 0 rgb(0 0 0 / 6%);
}
.home-shop-item:hover .shop-content-bottom .btn,
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--tg-primary-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.mobile-menu .navigation li {
    position: relative;
    list-style: none;
    display: block;
    border-top: 1px solid;
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid;
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid;
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: none;
}
.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #222;
    background: #efefef;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 6px 10px;
}
.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #222;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
    border-color: var(--tg-secondary-color);
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    text-align: center;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
    margin-top: 5px;
}
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--tg-white);
    height: auto;
    width: 100%;
    padding: 40px 0 50px;
    display: none;
    z-index: 999;
}
.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--tg-secondary-color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: 0 0;
    color: #222;
}
.search-form input::placeholder {
    font-size: 30px;
    color: #222;
    opacity: 0.5;
}
.search-btn {
    position: absolute;
    right: 20px;
    background: 0 0;
    border: 0;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    cursor: pointer;
}
.search-backdrop {
    background: #000;
    cursor: url(../img/icons/cross-out.png), pointer;
    z-index: 99;
    visibility: hidden;
}
.search-visible .search-backdrop {
    opacity: 0.55;
    visibility: visible;
}
.offCanvas-wrap {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 582px;
    padding: 35px 80px 55px;
    transform: translateX(100%);
    height: 100%;
    display: block;
    background-color: var(--tg-white);
    z-index: 1020;
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: flex;
    flex-direction: column;
}
.offCanvas-toggle,
.offcanvas-contact .offcanvas-social li a {
    display: flex;
    background: rgba(13, 155, 77, 0.16);
    border-radius: 50%;
}
.offCanvas-toggle {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    margin: 0 -40px 30px auto;
    cursor: pointer;
}
.offCanvas-toggle img {
    width: 18px;
}
.offCanvas-content {
    margin-bottom: 80px;
}
.offCanvas-content .title {
    font-size: 43px;
    line-height: 1.17;
    margin-bottom: 28px;
}
.offCanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.offCanvas-wrap::-webkit-scrollbar {
    width: 0;
}
.offCanvas-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 0.7s;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    background: #000;
}
.offcanvas-menu-visible .offCanvas-overlay {
    opacity: 0.6;
    visibility: visible;
}
.offcanvas-menu-visible .offCanvas-wrap {
    transform: translateX(0);
}
.offcanvas-contact .number {
    font-size: 30px;
    margin: 0 0 5px;
}
.offcanvas-contact .email {
    font-size: 30px;
    margin: 0 0 18px;
}
.features-items-wrap .row > :nth-last-child(-n + 2) .features-item,
.features-products-wrap:last-child,
.footer-widget ul li:last-child,
.ingredients-content p,
.offcanvas-contact .offcanvas-social li,
.offcanvas-contact p {
    margin: 0;
}
.offcanvas-contact .offcanvas-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
}
.offcanvas-contact .offcanvas-social li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #222;
}
.offcanvas-contact .offcanvas-social li a:hover {
    background: #0d9b4d;
    color: var(--tg-white);
}
.breadcrumb-bg {
    background-image: url(../img/bg/video_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 230px 0 150px;
    z-index: 1;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #090909;
    opacity: 0.85;
    z-index: -1;
}
.breadcrumb-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-image: url("../img/bg/testimonial_bottom_shape.png");
    width: 100%;
    height: 36px;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}
.breadcrumb-content {
    position: relative;
    z-index: 4;
}
.breadcrumb-content .title {
    font-size: 60px;
    line-height: 1.2;
    color: var(--tg-white);
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.banner-content .banner-caption,
.brand-title .title {
    font-weight: 700;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}
.breadcrumb li {
    display: block;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1.4;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 15px;
    padding-left: 15px;
    color: var(--tg-white);
    content: "|";
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.banner-area {
    padding: 41px 0 15px;
    position: relative;
}
.banner-content .banner-caption {
    font-size: 15px;
    color: var(--tg-primary-color);
    margin: 0 0 28px;
}
.banner-content .title {
    font-size: 72px;
    line-height: 1.13;
    margin: 0 0 61px;
}
.banner-content .btn {
    border: 3px solid var(--tg-white);
    padding: 17px 52px;
}
.banner-images::after,
.features-products-thumb .main-img::after {
    transform: translateX(-50%);
    filter: blur(30px);
    border-radius: 99px;
}
.banner-images::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 516px;
    height: 46px;
    background: #464646;
    z-index: -1;
}
.banner-images .main-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    max-width: 550px;
    display: block;
    margin: 0 auto;
}
.banner-content {
    position: relative;
    z-index: 2;
    margin: 0 0 -31px;
}
.banner-shape,
.blog-bg-shape,
.footer-shape,
.fp-shapes-wrap > * {
    position: absolute;
    z-index: -1;
}
.banner-shape.one {
    left: -18px;
    top: 14%;
}
.banner-shape.two {
    right: 0;
    top: 8%;
}
.banner-shape.three {
    bottom: -15px;
    left: 40px;
}
.banner-shape.four {
    bottom: 0;
    right: 60px;
}
.brand-area {
    padding: 145px 0 150px;
}
.brand-title .title {
    margin: 0;
    font-size: 15px;
    padding: 0 80px;
    display: inline-flex;
    position: relative;
    color: var(--tg-heading-font-color);
}
.brand-title .title::after,
.brand-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 2px;
    background: var(--tg-primary-color);
}
.brand-title .title::after,
.contact-box::after {
    left: auto;
    right: 0;
}
.features-bg::after,
.features-bg::before {
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    content: "";
}
.brand-item {
    display: flex;
    min-height: 48px;
    max-height: 48px;
    align-items: center;
    justify-content: center;
}
.features-bg {
    background-position: center;
    background-size: cover;
    padding: 97px 0;
    position: relative;
    margin: 37px 0 44px;
}
.features-bg::before {
    top: -41px;
    height: 41px;
    background-image: url(../img/bg/features_shape01.png);
}
.features-bg::after {
    bottom: -50px;
    height: 50px;
    background-image: url(../img/bg/features_shape02.png);
}
.features-img {
    text-align: right;
    margin-right: -30px;
}
.features-item,
.footer-widget,
.formula-list {
    margin: 0 0 50px;
}
.features-icon {
    font-size: 50px;
    color: #fee431;
    position: relative;
    z-index: 1;
    margin: 0 0 27px;
}
.features-icon::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: #20b764;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s linear;
}
.features-content .title {
    font-size: 20px;
    color: var(--tg-white);
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}
.features-content p {
    margin: 0;
    color: var(--tg-white);
}
.features-item:hover .features-icon::after {
    left: 5px;
}
.features-items-wrap .row > :nth-child(4n + 1) .features-item,
.features-items-wrap .row > :nth-child(4n + 3) .features-item {
    margin-right: 50px;
}
.features-items-wrap .row > :nth-child(4n) .features-item,
.features-items-wrap .row > :nth-child(4n + 2) .features-item {
    margin-left: 50px;
}
.features-products {
    padding: 150px 0;
    position: relative;
}
.features-products-wrap {
    margin-bottom: 180px;
}
.features-products-thumb {
    position: relative;
    text-align: center;
    margin: 0 137px 0 212px;
}
.features-products-thumb::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    background-image: url(../img/products/features_product_dots.png);
    width: 706px;
    height: 706px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.features-products-thumb .shape-img {
    position: absolute;
    bottom: 13px;
    left: -135px;
    z-index: -1;
    transition: 0.35s linear;
}
.features-product-content {
    width: 81%;
}
.features-product-content .title {
    font-size: 50px;
    margin-bottom: 0;
}
.features-product-content .title::after {
    content: "";
    display: block;
    background-image: url(../img/others/title_shape.svg);
    width: 79px;
    height: 14px;
    background-repeat: no-repeat;
    margin: 18px 0 33px;
}
.features-product-quantity {
    font-size: 16px;
    text-transform: inherit;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin: 0 0 24px;
}
.features-product-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 55px 0 0;
}
.features-product-bottom .price,
.home-shop-price {
    display: block;
    font-weight: 700;
    font-family: Outfit, serif;
}
.features-product-bottom .price {
    font-size: 28px;
    color: var(--tg-heading-font-color);
    margin-left: 30px;
}
.features-product-bottom .old-price {
    font-size: 20px;
    color: var(--tg-primary-color);
    margin-left: 15px;
    text-decoration: line-through;
}
.features-products-thumb .main-img {
    display: inline-block;
    position: relative;
}
.features-products-thumb .main-img::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 230px;
    height: 46px;
    background: #464646;
    z-index: -1;
}
.features-products-wrap:nth-child(2n) .row {
    flex-direction: row-reverse;
}
.features-products-wrap:nth-child(2n) .features-product-content {
    margin-left: auto;
}
.features-products-wrap:nth-child(2n) .features-products-thumb {
    margin: 0 200px 0 143px;
}
.features-products-wrap:nth-child(2n) .features-products-thumb .shape-img {
    bottom: 27px;
    left: auto;
    right: -91px;
}
.features-products-wrap:nth-child(2n) .features-products-thumb::before {
    left: 74%;
    top: 40%;
    transform: translate(-50%, -50%);
}
.features-products-wrap .features-products-thumb:hover .shape-img {
    transform: translateX(15px);
}
.features-products-wrap:nth-child(2n)
    .features-products-thumb:hover
    .shape-img {
    transform: translateX(-15px);
}
.features-products-wrap:nth-child(3n + 3) .features-products-thumb {
    margin: 0 138px 0 168px;
}
.features-products-wrap:nth-child(3n + 3) .features-products-thumb .shape-img {
    left: -122px;
}
.fp-shapes-wrap .fp-shape-one {
    right: 0;
    top: 230px;
}
.fp-shapes-wrap .fp-shape-two {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fp-shapes-wrap .fp-shape-three {
    right: 0;
    bottom: 360px;
}
.fp-circle {
    position: absolute;
    background: #f9f9f9;
    z-index: -2;
    border-radius: 50%;
}
.home-shop-thumb,
.home-shop-thumb > a {
    text-align: center;
    position: relative;
}
.fp-circle.one {
    width: 697px;
    height: 697px;
    left: -155px;
    top: -95px;
}
.fp-circle.two {
    width: 686px;
    height: 686px;
    right: -70px;
    bottom: 21%;
}
.fp-circle.three {
    width: 626px;
    height: 626px;
    left: -85px;
    bottom: -4%;
}
.fp-circle.five,
.fp-circle.four {
    width: 100px;
    height: 100px;
    background: #e6f5ee;
    left: 50%;
    transform: translateX(-50%);
}
.fp-circle.four {
    top: 33%;
}
.fp-circle.five {
    bottom: 33%;
}
.home-shop-area {
    padding: 0 0 150px;
}
.home-shop-item {
    background: var(--tg-white);
    margin: 106px 0 50px;
    padding: 20px !important;
}
.home-shop-thumb {
    margin: 0 auto 45px;
    z-index: 1;
}
.home-shop-thumb > a {
    width: 100%;
    min-height: 190px;
    align-items: flex-start;
    margin: -106px auto 0;
    display: inline-flex;
    justify-content: center;
}
.home-shop-thumb img {
    display: inline-block;
    object-fit: contain;
    object-position: top;
}
.shop-thumb-shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -11px;
    background: #a3d86d;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    z-index: -1;
}
.shop-thumb-shape.yellow {
    background: #f0de5a;
}
.shop-thumb-shape.purple {
    background: #996bac;
}
.shop-thumb-shape.gray {
    background: #dededd;
}
.shop-thumb-shape.blue {
    background: #25a1d0;
}
.d-post-tag h5,
.home-shop-content .title,
.post-share h5 {
    font-size: 20px;
    margin-bottom: 20px;
}
.home-shop-price {
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #222;
    line-height: 1;
    margin: 0 0 30px;
}
.home-shop-rating {
    display: flex;
    align-items: center;
    color: var(--tg-primary-color);
    letter-spacing: 3px;
    line-height: 1;
}
.home-shop-rating .total-rating {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--tg-body-font-color);
    margin-left: 10px;
}
.shop-content-bottom {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.shop-content-bottom .cart {
    width: 50px;
    height: 50px;
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 20px;
    border: none;
}
.shop-content-bottom .btn {
    padding: 15px 38px;
    font-size: 14px;
    margin-left: 8px;
}
.footer-social-two a:hover,
.green-btn::before,
.inner-shop-perched-info > .wishlist-btn:hover,
.product-bottom .action-button:hover,
.shop-content-bottom .cart:hover {
    background: var(--tg-primary-color);
}
.home-shop-thumb .discount {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 1;
    background: #fd4b4b;
    border-radius: 3px;
    color: var(--tg-white);
    font-weight: 500;
    font-size: 12px;
    padding: 4px 11px;
    line-height: 1;
}
.home-shop-active .slick-arrow,
.related-product-active .slick-arrow {
    position: absolute;
    top: calc(50% - 43px);
    transform: translateY(-50%);
    left: -100px;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 50px;
    color: var(--tg-heading-font-color);
    z-index: 2;
    display: block;
    width: auto;
    line-height: 1;
}
.home-shop-active .slick-arrow.slick-next,
.related-product-active .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}
.home-shop-active .slick-arrow::before,
.related-product-active .slick-arrow::before,
.testimonial-active .slick-arrow::before,
.testimonial-nav .slick-arrow::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: var(--tg-secondary-color);
    opacity: 0.3;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: -1;
}
.home-shop-active .slick-arrow.slick-next::before,
.related-product-active .slick-arrow.slick-next::before,
.testimonial-active .slick-arrow.slick-next::before,
.testimonial-nav .slick-arrow.next-arrow::before {
    left: auto;
    right: -25px;
}
.home-shop-active .slick-dots,
.related-product-active .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    padding: 0;
}
.home-shop-active .slick-dots li,
.related-product-active .slick-dots li,
.testimonial-active .slick-dots li {
    list-style: none;
    line-height: 1;
    margin: 0 5px;
}
.home-shop-active .slick-dots li button,
.related-product-active .slick-dots li button {
    border: none;
    padding: 0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    background: var(--tg-primary-color);
    opacity: 0.3;
    border-radius: 50%;
    display: block;
    line-height: 1;
}
.home-shop-active .slick-dots li.slick-active button,
.related-product-active .slick-dots li.slick-active button,
.testimonial-active .slick-dots li.slick-active button {
    box-shadow: 0 3px 3px rgba(250, 164, 50, 0.22);
    border-radius: 5px;
    width: 20px;
    opacity: 1;
}
.home-shop-active .slick-arrow:hover::before,
.product-desc-wrap .nav-tabs .nav-item .nav-link.active::after,
.related-product-active .slick-arrow:hover::before,
.testimonial-active .slick-arrow:hover::before {
    opacity: 1;
}
.inner-shop-area,
.inner-shop-details-area {
    padding: 90px 0;
}
.inner-shop-area .shop-top-wrap {
    border: 1px solid #f1f1f1;
    padding: 15px 22px;
    margin-bottom: 50px;
}
.inner-shop-area .shop-top-left p {
    margin-bottom: 0;
    float: unset;
}
.inner-shop-area .shop-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 185px;
    margin-left: auto;
}
.inner-shop-area .shop-top-right form select {
    border: none;
    outline: 0;
    color: var(--tg-body-font-color);
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}
.features-item-three,
.inner-shop-item {
    margin-bottom: 30px;
}
.inner-shop-content {
    text-align: left;
    border: 1px solid #efefef;
    padding: 25px 20px;
}
.inner-shop-thumb img {
    width: 100%;
}
.inner-shop-content .inner-shop-rating li {
    font-size: 16px;
    letter-spacing: -1px;
    margin-bottom: 7px;
    color: #ffb400;
}
.inner-shop-content .title {
    font-size: 20px;
    color: #1f2029;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner-shop-content .price-wrap,
.lp-post-content .price {
    color: var(--tg-secondary-color);
    font-weight: 600;
    display: block;
}
.inner-shop-content .price-wrap {
    font-size: 16px;
    line-height: 1.3;
    margin-left: 20px;
    text-align: right;
}
.lp-post-thumb > a {
    display: block;
    width: 85px;
    height: 85px;
    background: #f3f3f3;
    padding: 13px;
    text-align: center;
}
.lp-post-thumb img {
    max-height: 100%;
}
.fact-content,
.lp-post-content {
    flex-grow: 1;
}
.lp-post-content .title {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.lp-post-content .price {
    font-size: 16px;
    line-height: 1;
}
.inner-shop-item.home-shop-item {
    border-radius: 8px;
    margin: 0 0 50px;
    padding: 20px;
}
.inner-shop-item .home-shop-thumb > a {
    margin: 0 auto;
}
.inner-shop-item .home-shop-thumb {
    margin: 0 auto 25px;
}
.inner-shop-item .shop-item-cat {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 9px;
    line-height: 1;
}
.inner-shop-item .shop-item-cat a,
.tg-shop-cat a {
    display: block;
    font-weight: 500;
    color: var(--tg-body-font-color);
}
.inner-shop-item .home-shop-content .title {
    margin-bottom: 8px;
}
.format-quote blockquote cite,
.inner-shop-item .shop-content-bottom {
    margin-top: 20px;
}
.inner-shop-item .home-shop-price {
    margin: 0 0 16px;
}
.inner-shop-item .home-shop-thumb .discount {
    top: -20px;
    right: -20px;
}
.inner-shop-details-content .title {
    font-size: 32px;
    margin-bottom: 8px;
}
.inner-shop-details-content {
    padding-left: 20px;
}
.inner-shop-details-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-shop-details-img-wrap {
    margin-bottom: 15px;
    background: #f7f7f7;
}
.inner-shop-details-nav-wrap .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    margin-bottom: 0;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-shop-details-nav-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
}
.inner-shop-details-nav-wrap .nav-tabs .nav-item {
    padding-left: 7px;
    padding-right: 7px;
}
.inner-shop-details-content .product_title {
    font-size: 36px;
    margin-bottom: 0.3em;
    font-weight: 500;
}
.inner-shop-details-price,
.inner-shop-details-review {
    display: flex;
    align-items: center;
}
.inner-shop-details-meta ul,
.inner-shop-perched-info,
.sidebar-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-shop-details-meta ul li {
    font-size: 16px;
    color: var(--tg-body-font-color);
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: 11px;
}
.inner-shop-details-meta ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: #dadada;
}
.inner-shop-details-meta ul li a,
.inner-shop-details-meta ul li span {
    color: #696868;
    font-weight: 500;
}
.inner-shop-details-meta ul li.inner-shop-details-review .rating {
    font-size: 12px;
    letter-spacing: -1px;
    color: #ff9b26;
    margin-right: 8px;
}
.inner-shop-details-price .woocommerce-Price-amount,
.inner-shop-details-price del,
.inner-shop-details-price ins {
    font-size: 26px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 0;
    color: var(--tg-heading-font-color);
}
.inner-shop-details-price del,
.inner-shop-details-price del .woocommerce-Price-amount {
    opacity: 0.5;
    margin-right: 10px;
    color: var(--tg-body-font-color);
}
.inner-shop-details-price del .woocommerce-Price-amount {
    margin-right: 0;
}
.inner-shop-details-price .stock-status {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 900;
    margin-left: 15px;
    text-transform: uppercase;
    color: var(--tg-secondary-color);
}
.inner-shop-details-list {
    margin: 28px 0 32px;
}
.cart-btn,
.cart-btn11,
.inner-shop-perched-info > .cart-btn {
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 85px;
    min-width: 145px;
    margin-right: 12px;
    color: var(--tg-white);
    text-transform: uppercase;
}
.inner-shop-details-list ul li {
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    color: var(--tg-body-font-color);
    margin-top: 5px;
    font-weight: 500;
}
.inner-shop-details-list ul li > span {
    color: #696868;
    margin-left: 5px;
    font-weight: 400;
}
.inner-shop-details-list ul li::before {
    content: "\f0a9";
    position: absolute;
    left: 0;
    top: 1.2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--tg-secondary-color);
    font-size: 14px;
}
.cart-btn,
.inner-shop-perched-info > .cart-btn {
    align-items: center;
    border: 1px solid var(--tg-secondary-color);
    background: var(--tg-secondary-color);
    border-radius: 5px;
    justify-content: center;
    margin-bottom: 12px;
}
.cart-btn11 {
    align-items: center;
    background: #333;
    border-radius: 5px;
    justify-content: center;
    margin-bottom: 12px;
}
.cart-btn11:hover {
    background: #faa432;
    color: var(--tg-white);
}
.cart-btn112 {
    color: #333;
    padding: 0px 8px;
    border-radius: 4px;
    border: none;
}
.inner-shop-perched-info > .wishlist-btn {
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 5px;
}
.inner-shop-perched-info > .cart-btn:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}
.inner-shop-details-bottom {
    font-size: 16px;
    margin-bottom: 10px;
}
.inner-shop-details-bottom > span {
    display: block;
    margin-bottom: 10px;
    color: var(--tg-body-font-color);
    font-weight: 500;
    margin-right: 5px;
}
.inner-shop-details-bottom > span > span {
    font-weight: 500;
    margin-left: 5px;
}
.inner-shop-details-bottom span a {
    color: var(--tg-body-font-color);
    margin-left: 5px;
    border: 1px solid #ebebeb;
    font-weight: 400;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 3px;
    border-radius: 5px;
    display: inline-block;
    cursor: default;
}
.product-desc-wrap {
    padding-top: 85px;
}
.product-desc-wrap .nav-tabs {
    border-bottom: 1px solid #ebebeb;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.product-desc-wrap .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #696868;
    padding: 0 0 12px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}
.product-desc-wrap .nav-tabs .nav-item {
    margin: 0 55px 0 0;
}
.product-desc-wrap .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--tg-secondary-color);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
}
.product-desc-content .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 17px;
}
.product-desc-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.product-desc-list {
    margin-bottom: -4px;
}
.product-desc-list li {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    margin-left: 15px;
}
.product-desc-list li::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 5px;
    width: 5px;
    background: var(--tg-heading-font-color);
    top: 9px;
    border-radius: 50%;
}
.related-products-wrap > .title {
    margin-bottom: 50px;
    font-size: 24px;
}
.product-desc-content .table-sm td,
.product-desc-content .table-sm th {
    padding: 13px 25px;
    border: 1px solid #ebebeb;
}
.product-desc-content .table-sm th {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    width: 20%;
}
.product-desc-content .table-sm td {
    color: var(--tg-body-font-color);
    font-weight: 500;
    font-style: italic;
}
.reviews-comment .review-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.add-review .from-grp,
.add-review .title,
.form-rating {
    margin-bottom: 25px;
}
.rc-post-thumb,
.review-img {
    margin-right: 20px;
    width: 100px;
    flex: 0 0 100px;
}
.review-img img {
    border-radius: 50%;
}
.review-rating li {
    color: #ff9b26;
    letter-spacing: -1px;
    font-size: 13px;
    margin-bottom: 7px;
}
.review-meta h6 {
    color: #222;
    font-size: 17px;
    margin-bottom: 8px;
}
.review-meta h6 span {
    color: var(--tg-body-font-color);
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.add-review .title {
    font-size: 26px;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
}
.add-review {
    margin-top: 55px;
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}
.add-review form {
    padding: 55px 50px 60px;
    background: #f7f7f7;
}
.add-review .from-grp label,
.form-rating label {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}
.fact-item .percentage,
.price_slider_amount > input[type="submit"],
.pricing__box .pricing-hade > span,
.section-title .sub-title,
.shop-sidebar .widget .sidebar-title,
.widget .categories-list li a {
    text-transform: uppercase;
    text-transform: uppercase;
}
.add-review .from-grp input,
.add-review .from-grp textarea {
    width: 100%;
    border: 1px solid #f4f4f4;
    padding: 15px 25px;
    display: block;
}
.add-review .checkbox-grp input {
    width: auto;
    margin-top: 0;
    margin-right: 10px;
}
.add-review .checkbox-grp,
.del_1 {
    display: flex;
}
.form-rating {
    display: flex;
    align-items: center;
}
.form-rating label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-right: 10px;
}
.form-rating ul li {
    transition: 0.3s linear;
    letter-spacing: -1px;
    display: inline-block;
    font-size: 14px;
}
.form-rating ul li:hover {
    color: #ff9b26;
}
.add-review .from-grp textarea {
    height: 170px;
}
.from-btn {
    background-image: linear-gradient(
        to right,
        var(--tg-secondary-color) 0,
        var(--tg-secondary-color) 50%,
        var(--tg-secondary-color) 100%
    );
}
.related-products-area {
    margin: -10px 0 0;
}
.quickview-cart-plus-minus,
.widget .categories-list li {
    margin-bottom: 0px;
    position: relative;
}
.shop-sidebar {
    margin-left: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.shop-sidebar .widget {
    margin-bottom: 50px;
}
.price_filter
    .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #ebebeb;
    border: none;
    border-radius: 0;
    height: 3px;
    margin-bottom: 20px;
    margin-left: auto;
}
.price_filter .ui-slider-range {
    background: var(--tg-secondary-color) none repeat scroll 0 0;
    border-radius: 2px;
}
.video-bg::after,
.video-bg::before {
    background-repeat: repeat;
    content: "";
}
.video-bg,
.video-bg::after,
.video-bg::before {
    background-position: center;
    z-index: 1;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 15px;
    width: 15px;
    top: 0;
    margin-top: -6px;
    background: var(--tg-secondary-color);
    border-radius: 50px;
    border: 1px solid var(--tg-secondary-color);
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: 0;
    box-shadow: none;
}
.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 10px;
    justify-content: space-between;
}
.price_slider_amount > span {
    font-size: 16px;
    font-weight: 500;
    color: #1f2029;
    text-transform: capitalize;
    margin-right: 5px;
}
.price_slider_amount > span > input[type="text"] {
    height: 25px;
    margin-left: 0;
    text-align: left;
    width: 125px;
    border: none;
    font-size: 16px;
    color: #1f2029;
    font-weight: 500;
}
.price_slider_amount > input[type="submit"] {
    margin-left: auto;
    transition: 0.3s ease-out;
    cursor: pointer;
    padding: 8px 20px;
    color: var(--tg-white);
    font-size: 15px;
    text-align: center;
    background: var(--tg-secondary-color);
    font-weight: 700;
    justify-content: center;
    border-radius: 0;
}
.price_slider_amount > input[type="submit"]:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}
.shop-sidebar .widget .sidebar-title {
    font-size: 18px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.widget .categories-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tg-secondary-color);
}
.widget .categories-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #676666;
    margin-left: 12px;
    display: flex;
}
.widget .categories-list li a i {
    margin-left: auto;
    font-size: 12px;
    transition: 0.3s linear;
}
.lp-post-list .lp-post-item li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.lp-post-content {
    margin-left: 15px;
}
.lp-post-content > .lp-post-rating > li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffb400;
    letter-spacing: 1.5px;
}
.widget .Product-tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.Product-tag-list li a {
    background: var(--tg-gray-two);
    color: #282828;
    font-size: 14px;
    padding: 6px 17px;
    border-radius: 0;
    display: inline-block;
    transition: 0.3s;
    margin-right: 6px;
    margin-bottom: 10px;
    background: var(--tg-gray-two);
    font-weight: 500;
}
.Product-tag-list li a:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.emptycard-header,
.thanks-wrap,
.video-btn,
.widget.shop-widget-banner {
    text-align: center;
}
.quickview-cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin-right: 12px;
}
.quickview-cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 0px;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
}
.quickview-cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}
.video-bg-overlay,
.video-bg::after,
.video-bg::before {
    width: 100%;
    position: absolute;
}
.video-bg,
.video-btn a {
    align-items: center;
    display: flex;
}
.quickview-cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}
.video-bg {
    background-size: cover;
    position: relative;
    min-height: 700px;
}
.video-bg::before {
    left: 0;
    top: -6px;
    background-image: url(../img/bg/video_top_mask.png);
    height: 46px;
}
.video-bg::after {
    left: 0;
    bottom: 0;
    background-image: url(../img/bg/video_bottom_mask.png);
    height: 36px;
}
.video-bg-overlay {
    left: 0;
    top: 0;
    height: 100%;
    background: #090909;
    opacity: 0.8;
    z-index: -1;
}
.video-btn a {
    width: 132px;
    height: 132px;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 50%;
}
.video-btn a:hover {
    animation-play-state: paused;
}
.ripple-white {
    border-radius: 50%;
    -webkit-animation: 1s linear infinite ripple-white;
    animation: 1s linear infinite ripple-white;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3),
            0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
        box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3),
            0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3),
            0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3),
            0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3),
            0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
        box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3),
            0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3),
            0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3),
            0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
.video-shape {
    position: absolute;
    z-index: 3;
}
.video-shape.one {
    left: 0;
    bottom: -12%;
}
.video-shape.two {
    right: 0;
    bottom: -7%;
}
.fact-area {
    padding: 150px 0 0;
}
.fact-item {
    display: flex;
    align-items: center;
    background: var(--tg-white);
    border: 1px solid #f4f4f4;
    padding: 25px 30px;
    margin: 0 0 30px -1px;
}
.fact-item .chart {
    position: relative;
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
    margin-right: 30px;
}
.fact-item .percentage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--tg-heading-font-color);
    font-size: 16px;
    font-weight: 600;
}
.fact-item .percentage span {
    font-size: 1em;
}
.fact-content .title {
    font-size: 20px;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
}
.fact-content span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.015em;
}
.fact-items-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 412px;
    height: 40px;
    background: #ccc;
    filter: blur(50px);
    border-radius: 10px;
    z-index: -1;
}
.ingredients-area {
    padding: 115px 0 150px;
}
.ingredients-img {
    margin-right: 80px;
    position: relative;
}
.section-title .sub-title {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.095em;
    color: var(--tg-primary-color);
    margin: 0 0 15px;
}
.section-title .title {
    font-size: 50px;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}
.ingredients-items-wrap {
    margin: 0 0 0 25px;
}
.ingredients-item {
    margin: 0 0 55px;
}
.ingredients-thumb {
    margin: 0 0 30px;
    transform: translateY(0);
    transition: 0.3s linear;
}
.ingredients-thumb img {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: block;
}
.ingredients-content .title {
    font-size: 20px;
    padding-left: 11px;
    margin: 0 0 15px;
    position: relative;
}
.ingredients-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 16px;
    background: var(--tg-primary-color);
}
.ingredients-items-wrap .row > :nth-child(4n) .ingredients-item,
.ingredients-items-wrap .row > :nth-child(4n + 2) .ingredients-item {
    margin: 0 0 55px 50px;
}
.ingredients-img .shape {
    position: absolute;
    left: -125px;
    bottom: 20px;
    z-index: -1;
}
.ingredients-img::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    width: 350px;
    height: 27px;
    background: var(--tg-dark);
    filter: blur(30px);
    border-radius: 99px;
    z-index: -1;
}
.formula-bg::after,
.formula-bg::before {
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat;
    content: "";
}
.formula-bg,
.formula-bg::after,
.formula-bg::before,
.formula-list li::before {
    background-position: center;
}
.ingredients-item:hover .ingredients-thumb {
    transform: translateY(10px);
}
.formula-bg {
    padding: 145px 0 150px;
    position: relative;
    background-size: cover;
}
.formula-content .btn-two::before,
.pricing__box {
    background: var(--tg-white);
}
.formula-bg::before {
    top: -15px;
    background-image: url("../img/bg/formula_shape01.png");
    height: 44px;
}
.formula-bg::after {
    bottom: -17px;
    background-image: url("../img/bg/formula_shape02.png");
    height: 47px;
}
.formula-img {
    text-align: right;
    margin-right: -100px;
}
.formula-list li {
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-white);
    letter-spacing: 0.02em;
    display: flex;
    margin: 0 0 20px;
    line-height: 1.5;
}
.formula-list li::before {
    content: "";
    display: block;
    background-image: url(../img/icons/right_arrow.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 20px;
    margin-right: 10px;
    margin-top: 6px;
}
.pricing-item.best-value-plan .pricing-title .title,
.pricing-item:hover .pricing-title .title,
.pricing__box .pricing-btn a {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.pricing-area {
    position: relative;
    padding: 145px 0 125px;
    z-index: 3;
}
.pricing-wrap,
.tg-service-inner {
    padding: 0 50px;
}
.pricing__box {
    border: 2px solid var(--tg-white);
    border-radius: 10px;
    padding: 35px 45px 45px;
    transition: 0.3s linear;
}
.pricing__box .pricing-hade > span {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}
.pricing__box .pricing-hade .title {
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 700;
}
.pricing__box .pricing-hade > p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
}
.pricing__box .pricing-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.pricing__box .pricing-price .price {
    font-size: 50px;
    letter-spacing: -3px;
    margin-bottom: 0;
    transition: 0.3s linear;
}
.pricing__box .pricing-price span {
    font-size: 17px;
    display: block;
    margin-left: 8px;
    line-height: 1.2;
    text-align: left;
    transition: 0.3s linear;
    text-transform: capitalize;
    font-weight: 500;
}
.pricing__box .total {
    margin-bottom: 10px;
    color: #818181;
    font-size: 20px;
}
.pricing__box .price-savings .save {
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--tg-primary-color);
}
.pricing__box .price-savings > span {
    font-size: 20px;
    display: block;
    line-height: 1;
    color: var(--tg-primary-color);
    font-weight: 500;
    margin: 0 0 20px;
}
.pricing__box .pricing-btn a {
    display: block;
    border: 2px solid var(--tg-primary-color);
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
}
.blog--avatar--info p,
.blog--read--more a,
.blog--tag a,
.sidebar-cat ul li a,
.twitter-post-date span,
.widget-tag ul li a {
    text-transform: capitalize;
}
.pricing-btn a > span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}
.pricing__box .pricing-btn a:hover {
    background: 0 0;
    color: var(--tg-primary-color);
}
.pricing-title .title {
    background: #818181;
    color: var(--tg-white);
    font-size: 18px;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 0;
    transition: 0.3s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.testimonial-bg::after,
.testimonial-bg::before {
    background-repeat: repeat;
    left: 0;
    width: 100%;
    content: "";
}
.blog-thumb-active .slick-arrow,
.footer-insta-item a::before {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
.pricing-item.best-value-plan .pricing__box,
.pricing-item:hover .pricing__box {
    border-color: var(--tg-primary-color);
}
.pricing__box .pricing-img {
    padding: 35px 0 20px;
    margin: 0 0 15px;
}
.testi-avatar-info .name,
.testimonial-item > p {
    font-size: 20px;
    margin: 0;
    color: var(--tg-white);
}
.pricing__box .pricing-img img {
    max-height: 190px;
    max-width: 100%;
}
.pricing__box .pricing-btn.mb-15 {
    margin-bottom: 0;
    margin-top: 35px;
}
.faq-wrapper-two .accordion-button::after,
.pricing__box .bottom-img,
.tg-menu-area.sticky-menu::before {
    display: none;
}
.testimonial-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 145px 0 150px;
    z-index: 1;
}
.testimonial-bg::before {
    position: absolute;
    top: -10px;
    background-image: url("../img/bg/testimonial_top_shape.png");
    height: 33px;
    background-position: center;
}
.testimonial-bg::after {
    position: absolute;
    bottom: -9px;
    background-image: url("../img/bg/testimonial_bottom_shape.png");
    height: 37px;
    background-position: center;
}
.testimonial-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    opacity: 0.85;
    z-index: -1;
}
.testimonial-item {
    padding: 0 40px;
}
.testimonial-rating {
    display: block;
    line-height: 1;
    font-size: 20px;
    color: var(--tg-primary-color);
    margin: 0 0 35px;
}
.testimonial-item > p {
    font-style: italic;
    font-weight: 500;
}
.testimonial-avatar-wrap {
    margin: 40px 0 0;
}
.testi-avatar-img {
    margin: 0 0 15px;
}
.testi-avatar-img img {
    max-width: 80px;
    border-radius: 50%;
    display: inline-block;
}
.testi-avatar-info .name {
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.testimonial-active .slick-arrow {
    position: absolute;
    top: calc(50% - 43px);
    transform: translateY(-50%);
    left: -150px;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 50px;
    color: var(--tg-white);
    z-index: 2;
    display: block;
    width: auto;
    line-height: 1;
}
.testimonial-active .slick-arrow.slick-next {
    left: auto;
    right: -150px;
}
.testimonial-active .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
    padding: 0;
}
.testimonial-active .slick-dots li button {
    border: none;
    padding: 0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    background: var(--tg-white);
    opacity: 0.6;
    border-radius: 50%;
    display: block;
    line-height: 1;
}
.blog-post-area {
    position: relative;
    padding: 145px 0 150px;
    z-index: 3;
}
.blog-bg-shape.one {
    width: 662px;
    height: 662px;
    background: #f9f9f9;
    left: -145px;
    bottom: 0;
    border-radius: 50%;
}
.blog-bg-shape.two {
    width: 680px;
    height: 680px;
    background: #f9f9f9;
    right: -206px;
    top: 0;
    border-radius: 50%;
    opacity: 0.5;
}
.blog--post--thumb .video--icon,
.blog--tag a {
    background: var(--tg-secondary-color);
    text-align: center;
}
.blog-posts-wrapper {
    margin: 0 110px 0 0;
}
.blog-post-item {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}
.blog-post-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.blog-post-thumb {
    width: 150px;
    height: 130px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin: 0 30px 0 0;
}
.blog-post-content {
    flex-grow: 1;
    overflow: hidden;
}
.content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 22px;
}
.content-top .tags a {
    font-weight: 500;
    color: #222;
}
.content-top .date,
.tg-menu-area .header-btn {
    margin-left: 20px;
}
.blog-post-content .title {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
.content-bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.blog--post--content .blog--post--title a,
.blog--tag a,
.rc-post-content h5 a {
    display: inline-block;
}
.content-bottom ul .user {
    color: #222;
}
.content-bottom ul .comments {
    margin-left: auto;
    margin-right: 30px;
}
.blog--post--content {
    padding: 40px;
    background: var(--tg-white);
    border: 2px solid var(--tg-gray-two);
}
.blog--tag {
    margin-bottom: 22px;
}
.blog--tag a {
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-white);
    padding: 5px 20px;
    border-radius: 0;
    margin-right: 6px;
}
.blog--tag a:hover {
    background: #222;
    color: var(--tg-white);
}
.blog--post--content .blog--post--title {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    word-break: break-word;
}
.blog--post--meta ul {
    display: flex;
    flex-wrap: wrap;
}
.blog--post--meta ul li {
    margin-right: 30px;
}
.blog--post--meta ul li:last-child,
.sidebar-social a:last-child {
    margin-right: 0;
}
.blog--post--meta ul li,
.blog--post--meta ul li a,
.blog--post--meta ul li span {
    font-size: 14px;
    color: #222;
}
.blog--post--meta ul li a i,
.blog--post--meta ul li span i,
.rc-post-date i {
    margin-right: 7px;
    color: var(--tg-secondary-color);
}
.blog--post--content:not(.blog-details-content) .post-text,
.pricing-title-two,
.singUp-wrap p,
.tg-features-content p,
.tg-service-content p {
    margin-bottom: 25px;
}
.blog--post--content .post-text {
    line-height: 1.625em;
    overflow: hidden;
}
.blog--post--bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog--post--avatar {
    display: flex;
    align-items: center;
    width: 60%;
}
.blog--avatar--img {
    margin-right: 15px;
}
.blog--avatar--img img {
    border-radius: 50%;
}
.blog--avatar--info p {
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 14px;
}
.blog--avatar--info p a {
    color: #222;
}
.blog--read--more a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #222;
}
.b-about-social a:hover,
.blog--avatar--info p a:hover,
.blog--read--more a:hover,
.header-action-two .list-wrap li a:hover,
.menu-area-two .navbar-wrap ul li .sub-menu li.active > a,
.menu-area-two .navbar-wrap ul li .sub-menu li:hover > a,
.menu-area-two .navbar-wrap > ul > li.active > a,
.menu-area-two .navbar-wrap > ul > li:hover > a,
.menu-area-two.sticky-menu .header-action-two .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.blog--read--more a i {
    margin-right: 10px;
}
.blog--post--thumb .video--icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 80px;
    border-radius: 50%;
    color: var(--tg-white);
    font-size: 20px;
}
.blog--post--thumb .video--icon:hover {
    background: var(--tg-white);
    background: var(--tg-primary-color);
}
.blog-thumb-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: 0 0;
    padding: 0;
    font-size: 30px;
    color: var(--tg-white);
    z-index: 9;
    opacity: 0.7;
    transition: 0.3s ease-out;
    cursor: pointer;
}
.blog--post--content.post-bg,
.quote-post {
    background-position: center;
    background-size: cover;
    border: none;
}
.blog-thumb-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}
.blog-thumb-active .slick-arrow:hover,
.contact-box:hover::after,
.contact-box:hover::before,
.footer-insta-item a:hover::after,
.footer-widget-two ul li a,
.header-action-two .list-wrap li a:hover::before,
.menu-area-two .navbar-wrap > ul > li.active > a::after,
.menu-area-two .navbar-wrap > ul > li:hover > a::after,
.testimonial-nav .slick-arrow:hover::before,
.tg-blog-overlay-tag > a:hover::before,
.tg-shop-action .action-item:hover::before {
    opacity: 1;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 10px;
}
.quote-post .blog--post--meta ul li a,
.quote-post .blog--post--meta ul li a i,
.quote-post .blog--post--meta ul li span,
.quote-post .blog--post--meta ul li span i,
.quote-post h2,
.quote-post h2 a:hover {
    color: var(--tg-white);
}
.special-blog .blog-overlay-tag > a {
    color: var(--tg-secondary-color);
    text-transform: capitalize;
}
.blog-details-content blockquote span > a,
.format-quote blockquote span > a,
.pricing-item-bg .pricing-list .list-wrap li,
.pricing-item-bg .pricing-price-two .price span,
.pricing-item-bg .pricing-title-two .title,
.pricing-item-bg .pricing-title-two span,
.section-title-two.white-title .sub-title,
.special-blog .blog-overlay-tag > a:hover,
.suxnix-page-content blockquote span > a,
.tg-blog-overlay-tag > a:hover,
.tg-section-title.white .sub-title,
.tg-shop-action .action-item:hover,
.white-text {
    color: var(--tg-white);
}
.special-blog .blog-overlay-tag > a::before {
    background-image: none;
    background: var(--tg-secondary-color);
}
.comment-text .avatar-name h6 .url:hover,
.post-share ul li a:hover,
.section-title-two .sub-title svg,
.special-blog .blog-post-item:hover .read-more {
    color: var(--tg-secondary-color);
}
.sidebar-title .title {
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.sidebar-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    background: var(--tg-secondary-color);
    width: 2px;
}
.blog-sidebar .widget {
    padding: 27px 30px 30px;
    background: var(--tg-white);
    border: 2px solid var(--tg-gray-two);
}
.b-details-list ul li:last-child,
.bd-avatar-info p,
.blog-sidebar .widget:last-child,
.contact-content .contact-desc,
.faq-wrapper .accordion-item:last-of-type,
.faq-wrapper-two .accordion-item:last-child,
.footer-post-item:last-child,
.ingredients-content-two p,
.ingredients-item-two:last-child,
.pricing-list .list-wrap li:last-child,
.rp-content p,
.sidebar-cat ul li:last-child,
.tg-shop-details-list ul li:last-child {
    margin-bottom: 0;
}
.wp-block-group__inner-container h2,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search
    .wp-block-search__label {
    font-size: 20px;
    margin: 0 0 23px;
    padding-left: 20px;
    position: relative;
    color: var(--tg-heading-font-color);
}
.wp-block-group__inner-container h2::before,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search
    .wp-block-search__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 2px;
    background: var(--tg-secondary-color);
}
.blog-avatar-img img,
.blog-post-avatar-img img {
    border-radius: 50%;
}
.sidebar-search-form input {
    background: #f9f9f9;
    border: none;
    width: 100%;
    padding: 19px 75px 19px 25px;
    font-size: 14px;
    color: #222;
    border-radius: 0;
}
.sidebar-search-form input::placeholder {
    font-size: 14px;
    color: #222;
}
.blog-post-meta .list-wrap li a:hover,
.d-post-tag ul li a:hover,
.sidebar-cat ul li a span,
.sidebar-cat ul li a:hover,
.sidebar-search-form button,
.sidebar-social a:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.sidebar-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 19px 23px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
}
.d-post-tag ul li a,
.sidebar-cat ul li a,
.sidebar-social a,
.widget-tag ul li a {
    background: var(--tg-gray-two);
}
.b-about-content h4 {
    font-size: 18px;
    margin-bottom: 13px;
}
.b-about-content p {
    margin-bottom: 0;
    font-size: 14px;
}
.b-about-social a {
    color: #d1d1d1;
    font-size: 14px;
    margin: 0 10px;
}
.rc-post {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.rc-post-content h5 {
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.4;
}
.sidebar-cat ul li,
.twitter-content p {
    margin-bottom: 10px;
}
.rc-post-date {
    font-size: 14px;
    color: #222;
}
.rc-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.sidebar-cat ul li a {
    padding: 15px 30px;
    display: block;
    color: #222;
    position: relative;
    font-size: 14px;
    border-radius: 0;
    font-weight: 700;
}
.sidebar-cat ul li a span {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    border-radius: 0;
    transition: 0.3s;
}
.sidebar-cat ul li a:hover span {
    background: #007535;
}
.sidebar-social a {
    height: 45px;
    width: 45px;
    text-align: center;
    display: inline-block;
    line-height: 45px;
    color: #222;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 0;
}
.twitter-post ul li {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e6ff;
    margin-bottom: 25px;
}
.twitter-icon {
    float: left;
    display: block;
    color: #32beff;
    margin-right: 20px;
}
.twitter-content p {
    font-size: 14px;
    line-height: 1.8;
}
.twitter-post-date span {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: block;
}
.twitter-post ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.sidebar-insta-post ul {
    display: grid;
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.sidebar-insta-post ul li {
    display: block;
    margin: 0;
}
.sidebar-insta-post ul li a {
    position: relative;
    display: block;
}
.sidebar-insta-post ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: var(--tg-secondary-color);
    opacity: 0;
}
.sidebar-insta-post ul li a:hover::before {
    opacity: 0.7;
}
.widget-tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.widget-tag ul li a {
    display: block;
    font-size: 14px;
    color: #282828;
    padding: 6px 17px;
    border-radius: 0;
    font-weight: 500;
}
.widget-tag ul li a:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}
.blog-details-post-thumb img,
.footer-two-top-wrap .footer-widget .footer-text,
.rp-thumb img,
.sidebar-banner img {
    width: 100%;
}
.blog-details-content p {
    margin-bottom: 20px;
    line-height: 1.625em;
}
.blog--post--meta ul li > i {
    margin-right: 7px;
    font-size: 14px;
    color: var(--tg-secondary-color);
}
.blog-details-post-thumb {
    padding-top: 25px;
    margin-bottom: 45px;
}
.blog-details-wrap,
.latest-comments ul li .comments-box {
    border-bottom: 2px solid var(--tg-gray-two);
    margin-bottom: 30px;
}
.blog-details-wrap .title {
    font-size: 26px;
    margin-bottom: 20px;
}
.blog-details-wrap p {
    margin-bottom: 0;
    font-size: 16px;
}
.blog-details-wrap {
    padding-bottom: 35px;
}
.b-details-list ul li {
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
}
.b-details-list ul li i {
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    color: var(--tg-secondary-color);
}
.blog-details-content blockquote,
.format-quote blockquote,
.suxnix-page-content blockquote {
    margin: 35px 0;
    text-align: center;
    font-size: 30px;
    color: var(--tg-white);
    padding: 55px 60px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    background: var(--tg-secondary-color);
    font-style: italic;
    font-family: Outfit, serif;
}
.blog-details-content blockquote::before,
.format-quote blockquote::before,
.suxnix-page-content blockquote::before {
    content: "";
    background-image: url(../img/icons/blockquote_icon.png);
    position: absolute;
    right: 40px;
    top: 28px;
    width: 185px;
    height: 192px;
    z-index: -1;
}
.blog-details-content blockquote span,
.format-quote blockquote span,
.suxnix-page-content blockquote span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: unset;
    letter-spacing: 0;
}
.blog-details-wrap.border-none {
    border: none;
    padding-bottom: 0;
}
.d-post-tag ul li {
    display: inline-block;
    margin-right: 7px;
}
.d-post-tag ul li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 20px;
    display: inline-block;
    color: #222;
    font-weight: 700;
    border-radius: 0;
}
.post-share ul li {
    margin-left: 20px;
    display: inline-block;
}
.post-share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #b5becc;
}
.blog-post-navigation {
    border-top: 2px solid var(--tg-gray-two);
    border-bottom: 2px solid var(--tg-gray-two);
}
.blog-post-navigation .next-link span,
.blog-post-navigation .prev-link span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: var(--tg-secondary-color);
}
.blog-post-navigation .next-link h4,
.blog-post-navigation .prev-link h4,
.comment-wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
}
.related-post h3 {
    font-size: 26px;
    margin-bottom: 25px;
}
.rp-content {
    padding: 35px 30px;
}
.rp-content .rp-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.rp-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.32;
}
.rp-content .rp-date i {
    color: var(--tg-secondary-color);
    margin-right: 5px;
}
.single-rp {
    box-shadow: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
}
.blog-avatar-wrap {
    overflow: hidden;
    background: #f9f9f9;
    padding: 40px 55px 40px 40px;
    display: flex;
    align-items: center;
}
.blog-post-avatar-img {
    margin-right: 40px;
    width: 180px;
    flex: 0 0 180px;
}
.bd-avatar-info span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.bd-avatar-info h4 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.latest-comments ul li .comments-box {
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.latest-comments ul li .comments-box .comments-avatar {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}
.latest-comments ul li .comments-box .comments-avatar img {
    border-radius: 50px;
}
.comment-text {
    flex-grow: 1;
    overflow: hidden;
    line-height: 1.6em;
}
.comment-text .avatar-name h6 {
    font-size: 18px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.comment-form .comment-field input,
.comment-form .comment-field textarea {
    display: block;
    padding: 20px 50px 20px 30px;
    background: var(--tg-white);
    width: 100%;
}
.comment-text .avatar-name span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.comment-text .avatar-name .comment-reply-link {
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    color: var(--tg-secondary-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.comment-text .avatar-name .comment-reply-link i,
.tg-blog-post-content .post-date > i {
    margin-right: 5px;
}
.comment-text p {
    margin-bottom: 0;
    line-height: 1.6em;
}
.comment-text .avatar-name .comment-reply-link:hover {
    border-color: transparent;
    color: var(--tg-secondary-color);
}
.latest-comments ul li .children {
    margin-left: 130px;
}
.comment-form {
    padding: 50px;
    background: var(--tg-gray-two);
}
.comment-form .comment-field {
    position: relative;
    margin: 0 0 20px;
}
.comment-form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}
.comment-form .comment-field textarea {
    height: 150px;
    border: none;
}
.comment-form .comment-field input {
    border: none;
    color: #222;
}
.comment-form .comment-field input::placeholder,
.comment-form .comment-field textarea::placeholder {
    font-size: 15px;
    color: #222;
    opacity: 0.7;
}
.comment-form .btn {
    color: var(--tg-white);
    border-radius: 0;
    margin-top: 10px;
    background: var(--tg-secondary-color);
    padding: 21px 35px;
}
.comment-form .btn i {
    margin-left: auto;
    margin-right: 9px;
    position: unset;
    color: var(--tg-white);
    top: 0;
    transform: unset;
    font-size: 16px;
}
.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.footer-social,
.footer-social a {
    align-items: center;
    display: flex;
}
.pagination-wrap ul li {
    display: block;
    margin: 10px 5px 0;
}
.pagination-wrap ul li .page-numbers,
.pagination-wrap ul li a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 2px solid var(--tg-gray-two);
    font-weight: 500;
    color: #222;
    font-size: 16px;
}
.pagination-wrap ul li .current,
.pagination-wrap ul li a:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
    border-color: var(--tg-secondary-color);
}
.pagination-wrap ul li a.next,
.pagination-wrap ul li a.prev {
    font-size: 12px;
}
.faq-wrapper {
    margin: 0 0 0 100px;
}
.faq-wrapper .accordion-item {
    background: 0 0;
    border: none;
    border-radius: 0;
    transition: 0.3s linear;
    padding: 30px;
    position: relative;
}
.faq-wrapper .accordion-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}
.alert-dismissible .btn-close:focus,
.faq-wrapper .accordion-item:not(:first-of-type),
.faq-wrapper-two .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.faq-wrapper .accordion-item.active-item {
    background: var(--tg-white);
    box-shadow: 0 10px 32px rgb(0 0 0 / 6%);
    border-bottom: none;
    z-index: 1;
    transition: 0.3s;
}
.faq-wrapper .accordion-item.active-item::after,
.faq-wrapper .accordion-item.prev-item::after {
    opacity: 0;
}
.faq-wrapper .accordion-button {
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none;
}
.tg-banner-content .title,
.tg-btn {
    font-weight: 700;
    text-transform: uppercase;
}
.faq-wrapper .accordion-button .count {
    color: var(--tg-primary-color);
    margin-right: 7px;
}
.faq-wrapper .accordion-item:first-of-type .accordion-button,
.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.faq-wrapper .accordion-button:not(.collapsed) {
    background: 0 0;
    border: none;
    box-shadow: none;
    color: #222;
}
.faq-wrapper .accordion-body {
    padding: 20px 0 0;
}
.faq-wrapper .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='%23FAA432'%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");
    transform: rotate(-180deg);
}
.blog-inner-wrapper,
.cart__table tbody tr,
.footer-newsletter-wrap form,
.tg-blog-post-thumb,
.tg-supplement-area {
    position: relative;
}
.blog-inner-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/bg/blog_line.png);
    width: 20px;
    height: 100%;
    background-repeat: repeat;
    background-size: contain;
    background-position: top center;
}
#preloader,
.contact-box {
    background: var(--tg-white);
}
.contact-area,
.section-py-130 {
    padding: 60px 0;
}
.contact-box {
    box-shadow: 0 8px 16px rgba(102, 102, 102, 0.07);
    padding: 20px;
    position: relative;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 0 0 30px;
    text-align: center;
    height: 190px;
    border-radius: 12px;
}
.contact-box::after,
.contact-box::before {
    position: absolute;
    content: "";
    border-left: 4px solid var(--tg-primary-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 160px;
    width: 5px;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.contact-icon {
    font-size: 100px;
    color: var(--tg-secondary-color);
    line-height: 1;
    position: relative;
    display: inline-flex;
    margin: 0 0 25px;
}
.contact-icon .overlay-icon {
    position: absolute;
    top: -5px;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    background: var(--tg-white);
    border-radius: 100%;
    box-shadow: 0 8px 16px rgba(102, 102, 102, 0.1);
    color: var(--tg-primary-color);
    right: -10px;
}
.contact-content .title {
    font-size: 30px;
    margin: 0 0 15px;
}
.contact-form-area {
    position: relative;
    padding: 0 0 120px;
}
#contact-map {
    display: block;
    width: 100%;
    height: 100%;
}
#contact-map iframe {
    width: 100%;
    height: 100%;
}
.contact-form-wrap {
    padding: 0 0 0 30px;
}
.contact-form .form-grp {
    margin: 0 0 25px;
    position: relative;
}
.contact-form label {
    display: block;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
}
.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 16px 25px;
    border-radius: 0.25rem;
}
.contact-form textarea {
    min-height: 150px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-size: 16px;
    opacity: 0.5;
}
.contact-form select.form-select {
    border: 1px solid #f1f1f1;
    box-shadow: none;
    outline: 0;
    min-height: 60px;
    padding: 15px 25px;
    margin: 0 0 25px;
    color: var(--tg-body-font-color);
}
.contact-form-wrap .section-title .sub-title {
    margin: 0 0 10px;
}
#contact-form .help-block {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 13px;
    line-height: 20px;
    color: var(--tg-white);
    padding: 0 12px;
    border-radius: 0;
    background: #dc3545;
    box-shadow: 0 10px 25px 0 rgba(123, 147, 171, 0.15);
}
#contact-form .list-unstyled {
    padding: 0;
    margin: 0;
}
#contact-form .messages .alert {
    margin-bottom: 0;
    margin-top: 1rem;
    padding: 0.75rem 1.25rem;
}
.alert-dismissible .btn-close {
    padding: 0.97rem 1.25rem;
}
.alert-dismissible .btn-close:focus-visible {
    outline: 0;
}
.footer-instagram {
    position: relative;
    z-index: 3;
    margin: 0 0 -95px;
}
.footer-insta-item a {
    display: block;
    position: relative;
}
.footer-insta-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-secondary-color);
    opacity: 0;
    transition: 0.3s ease-out;
}
.footer-insta-item a:hover::before {
    opacity: 0.8;
}
.footer-insta-item a::after {
    content: "\f16d";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-white);
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
}
.footer-contact-wrap p,
.footer-widget .footer-text p,
.footer-widget ul li a {
    color: var(--tg-white);
    opacity: 0.7;
}
.footer-top-wrap {
    background: #0a0a0a;
    position: relative;
    padding: 195px 0 30px;
    overflow-x: hidden;
    z-index: 1;
}
.not-show-instagram .footer-top-wrap {
    padding: 120px 0 30px;
}
.footer-top-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    width: 100%;
    height: 53px;
    background-image: url(../img/bg/footer_bg_shape.png);
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}
.footer-shape.one {
    left: 0;
    bottom: 100px;
}
.footer-shape.two {
    right: 0;
    bottom: 170px;
}
.footer-logo {
    margin: 0 0 30px;
}
.footer-widget .footer-text {
    width: 75%;
}
.footer-widget .footer-text p {
    margin: 0;
}
.footer-social {
    gap: 10px;
    margin-top: 30px;
}
.footer-social a {
    width: 40px;
    height: 40px;
    justify-content: center;
    background: #1b1b1b;
    border-radius: 50%;
    color: var(--tg-white);
}
.footer-widget .fw-title {
    font-size: 20px;
    color: var(--tg-white);
    letter-spacing: 0.02em;
    margin: 0 0 30px;
}
.footer-widget ul li {
    margin: 0 0 12px;
}
.footer-widget ul li a:hover {
    color: var(--tg-secondary-color);
    opacity: 1;
}
.footer-contact-wrap .list-wrap {
    margin: 30px 0 0;
}
.footer-contact-wrap .list-wrap li {
    color: var(--tg-white);
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.footer-contact-wrap .list-wrap li i {
    color: var(--tg-secondary-color);
    font-size: 18px;
    margin-right: 10px;
}
.footer-widgets-wrap .row [class*="col-"]:nth-child(4n + 2) .footer-widget {
    padding-left: 30px;
}
.footer-widgets-wrap .row [class*="col-"]:nth-child(4n + 4) .footer-widget {
    padding-left: 70px;
}
.copyright-wrap {
    background: #0a0a0a;
    border-top: 1px solid #262626;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    color: var(--tg-white);
    opacity: 0.9;
}
#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.tg-cube-grid {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.tg-cube-grid .tg-cube {
    width: 33%;
    height: 33%;
    background-color: var(--tg-secondary-color);
    float: left;
    -webkit-animation: 1.3s ease-in-out infinite tg-cubeGridScaleDelay;
    animation: 1.3s ease-in-out infinite tg-cubeGridScaleDelay;
}
.tg-cube-grid .tg-cube1,
.tg-cube-grid .tg-cube5,
.tg-cube-grid .tg-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.tg-cube-grid .tg-cube2,
.tg-cube-grid .tg-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.tg-cube-grid .tg-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.tg-cube-grid .tg-cube4,
.tg-cube-grid .tg-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.tg-cube-grid .tg-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes tg-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes tg-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
.tg-btn {
    user-select: none;
    -moz-user-select: none;
    border: none;
    border-radius: 25px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 30px;
    text-align: center;
    touch-action: manipulation;
    transition: 0.4s linear;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    background-image: linear-gradient(
        to right,
        #94be26 0,
        #65b021 50%,
        #94be26 100%
    );
    background-image: -webkit-linear-gradient(
        to right,
        #94be26 0,
        #65b021 50%,
        #94be26 100%
    );
    background-image: -ms-linear-gradient(
        to right,
        #94be26 0,
        #65b021 50%,
        #94be26 100%
    );
    box-shadow: 0 8px 16px 0 rgba(148, 190, 38, 0.4);
    -webkit-transition: 0.4s linear;
    background-size: 200% auto;
}
.scroll-top-two:hover,
.tg-btn:hover {
    background-position: right center;
    color: var(--tg-white);
    box-shadow: none;
}
.tg-menu-area {
    background: var(--tg-white);
    padding: 10px 0;
    position: relative;
    z-index: 9;
}
.tg-menu-area.sticky-menu {
    padding: 0;
    position: fixed;
}
.tg-menu-area::before {
    content: "";
    background-image: url(../img/bg/header_shape.png);
    left: 0;
    top: 85px;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.tg-menu-area .navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-heading-font-color);
    padding: 35px 21px;
}
.tg-menu-area .navbar-wrap ul li .sub-menu li a {
    font-weight: 600;
    text-transform: uppercase;
}
.tg-menu-area .mobile-menu .close-btn,
.tg-menu-area .navbar-wrap ul li .sub-menu li.active > a,
.tg-menu-area .navbar-wrap ul li .sub-menu li:hover > a,
.tg-menu-area .navbar-wrap > ul > li.active > a,
.tg-menu-area .navbar-wrap > ul > li:hover > a {
    color: #66b021;
}
.tg-menu-area .mobile-menu .social-links li a:hover {
    border-color: #66b021;
    background: #66b021;
    color: var(--tg-white);
}
#header-fixed-height.active-height {
    display: block;
    height: 104px;
}
.scroll-top-two {
    background-image: linear-gradient(
        to right,
        #94be26 0,
        #65b021 50%,
        #94be26 100%
    );
    background-image: -webkit-linear-gradient(
        to right,
        #94be26 0,
        #65b021 50%,
        #94be26 100%
    );
    background-image: -ms-linear-gradient(
        to right,
        #94be26 0,
        #65b021 50%,
        #94be26 100%
    );
    background-size: 200% auto;
}
.scroll-top-two:hover {
    background-color: transparent;
}
.tg-banner-area.banner-bg {
    background-image: url(../img/banner/tg_banner_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 140px 0 230px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.tg-banner-area::before,
.tg-video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url("../img/banner/banner_bg_shape.png");
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
.tg-banner-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(5deg, #94be26 0, #62af21 100%);
    background-image: -webkit-linear-gradient(5deg, #94be26 0, #62af21 100%);
    background-image: -ms-linear-gradient(5deg, #94be26 0, #62af21 100%);
    opacity: 0.87;
    z-index: -1;
}
.tg-banner-content .sub-title {
    font-size: 30px;
    color: var(--tg-white);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tg-banner-content .title {
    font-size: 70px;
    color: var(--tg-white);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}
.tg-banner-content p {
    font-size: 18px;
    color: var(--tg-white);
    font-weight: 500;
    margin-bottom: 40px;
    width: 75%;
}
.tg-banner-img img {
    margin-right: auto;
}
.tg-banner-content .tg-btn,
.tg-video-content .tg-btn {
    background-image: none;
    background-color: var(--tg-white);
    color: #66b021;
    transition: 0.3s;
}
.doctor-item:hover,
.tg-banner-content .tg-btn:hover,
.tg-video-content .tg-btn:hover {
    transform: translateY(-5px);
}
.tg-features-area {
    margin-top: -110px;
    position: relative;
    z-index: 2;
}
.tg-features-inner,
.tg-supplement-inner {
    padding: 0 79px;
}
.tg-features-item {
    text-align: center;
    background: var(--tg-white);
    box-shadow: 0 0 13.92px 2.08px rgba(46, 89, 8, 0.12);
    border-radius: 10px;
    padding: 45px 40px 40px;
    margin-bottom: 30px;
    transform: translateY(0);
    transition: 0.3s linear;
    height: 340px;
}
.tg-features-item:hover {
    transform: translateY(-7px);
}
.tg-features-icon {
    width: 101px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #63af21;
    background-image: linear-gradient(135deg, #94be26 0, #65b021 100%);
    border-radius: 50%;
    margin: 0 auto 40px;
    color: var(--tg-white);
    font-size: 55px;
    line-height: 0;
}
.tg-features-content .title {
    font-size: 22px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.tg-features-content a,
.tg-section-title .sub-title {
    font-size: 14px;
    color: #63af21;
    text-transform: uppercase;
}
.tg-features-content a {
    font-weight: 700;
    display: inline-flex;
}
.tg-supplement-bg {
    position: absolute;
    background-image: url(../img/bg/supplement_bg_shape.png);
    background-position: top center;
    background-size: cover;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1086px;
    opacity: 0.04;
    z-index: -2;
}
.tg-section-title .sub-title {
    display: block;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.tg-section-title .title {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.tg-supplement-content p {
    width: 90%;
    margin-bottom: 35px;
    font-size: 15px;
}
.tg-supplement-shape {
    position: absolute;
    right: 12%;
    top: 2%;
    z-index: -1;
}
.jarallax,
.tg-shop-thumb,
.tg-video-bg,
.tg-video-img {
    position: relative;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.tg-video-bg {
    background-image: url(../img/bg/tg_video_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 0 190px;
    z-index: 1;
}
.tg-video-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(5deg, #94be26 0, #62af21 100%);
    background-image: -webkit-linear-gradient(5deg, #94be26 0, #62af21 100%);
    background-image: -ms-linear-gradient(5deg, #94be26 0, #62af21 100%);
    opacity: 0.92;
    z-index: -1;
}
.tg-video-img {
    margin-right: 20px;
}
.tg-video-img img {
    border-radius: 8px;
}
.tg-video-img .play-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 102px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #63af21;
    background-image: linear-gradient(135deg, #94be26 0, #65b021 100%);
    color: var(--tg-white);
    font-size: 27px;
}
.tg-video-content p {
    color: #fafafa;
    margin-bottom: 15px;
}
.doctor-thumb,
.pricing-img-two,
.tg-video-content .info-two {
    margin-bottom: 40px;
}
.jarallax {
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tg-shop-wrapper {
    padding: 0 65px;
}
.tg-shop-item {
    margin: 0 0 60px;
}
.tg-shop-thumb {
    margin: 0 0 16px;
    background: #f8f8f8;
}
.tg-shop-thumb img {
    min-height: 391px;
    object-fit: cover;
}
.tg-shop-thumb .discount,
.tg-shop-thumb .new {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #fd4b4b;
    border-radius: 3px;
    color: var(--tg-white);
    font-weight: 500;
    font-size: 12px;
    padding: 4px 11px;
    line-height: 1;
}
.tg-shop-thumb .new {
    background: #66b021;
}
.tg-shop-cat {
    display: flex;
    gap: 10px;
    line-height: 1;
    margin: 0 0 10px;
    justify-content: center;
}
.tg-shop-content .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.tg-service-content a:hover,
.tg-service-item .title a:hover,
.tg-shop-cat a:hover,
.tg-shop-content .title a:hover,
.tg-shop-details-bg .inner-shop-details-price .stock-status,
.tg-shop-details-list ul li a {
    color: #63af21;
}
.tg-shop-price {
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    color: #63af21;
}
.tg-shop-price del {
    color: #222;
    opacity: 0.6;
    margin-right: 5px;
}
.tg-shop-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50px;
    gap: 15px;
}
.tg-shop-action .action-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    height: 50px;
    width: 50px;
    background-color: var(--tg-white);
    color: #63af21;
    border-radius: 50px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.3);
}
.tg-shop-action .action-item:first-child {
    -webkit-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
}
.tg-shop-action .action-item:nth-child(2) {
    -webkit-transition: transform 0.5s, background-color 0.5s, opacity 0.5s;
    -o-transition: transform 0.5s, background-color 0.5s, opacity 0.5s;
    transition: transform 0.5s, background-color 0.5s, opacity 0.5s;
}
.tg-shop-action .action-item:nth-child(3) {
    -webkit-transition: transform 0.7s, background-color 0.7s, opacity 0.7s;
    -o-transition: transform 0.7s, background-color 0.7s, opacity 0.7s;
    transition: transform 0.7s, background-color 0.7s, opacity 0.7s;
}
.tg-shop-item:hover .tg-shop-action .action-item {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.tg-service-area {
    background: #fafafa;
    padding: 115px 0 90px;
}
.tg-service-item {
    background: var(--tg-white);
    border: 1px solid #f3f3f3;
    transition: 0.3s linear;
    margin-bottom: 30px;
    transform: translateY(0);
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.tg-services-count {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 124px;
    font-weight: 800;
    line-height: 0.8;
    opacity: 0.035;
    letter-spacing: -4px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #222;
    -webkit-text-stroke-width: 2px;
    z-index: -1;
}
.tg-service-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 0 43px 0 rgb(240 240 240);
}
.tg-service-item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #63af21;
    background-image: linear-gradient(135deg, #94be26 0, #65b021 100%);
    border-radius: 50%;
    margin: 0 auto 30px;
    color: var(--tg-white);
    font-size: 42px;
    line-height: 0;
}
.tg-service-item .title {
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 1.2;
}
.tg-service-content a {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.tg-service-content a i {
    font-size: 15px;
    margin-right: 8px;
    color: #63af21;
}
.tg-shop-details-bg {
    background-image: url(../img/bg/shop_det_bg.png);
    background-position: center;
    background-size: cover;
    padding: 115px 0 120px;
}
.tg-section-title p:not(.sub-title) {
    margin: 18px 0 0;
}
.tg-shop-details-review {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.tg-shop-details-review .rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffb400;
    letter-spacing: 2px;
}
.tg-shop-details-review span {
    display: block;
    font-size: 15px;
    color: #7d7d7d;
    margin-left: 5px;
}
.tg-progress-wrap {
    margin: 35px 0 30px;
}
.tg-progress-wrap .tg-progress-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.tg-progress-content ul li {
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: 500;
}
.tg-progress-content ul li span {
    color: #414141;
}
.tg-progress-wrap .progress {
    height: 6px;
    background-color: #f2f2f2;
    border-radius: 3px;
}
.tg-progress-wrap .progress-bar {
    background-color: #63af21;
}
.tg-shop-details-bg .cart-btn,
.tg-shop-details-bg .inner-shop-perched-info > .cart-btn,
.tg-shop-details-bg .inner-shop-perched-info > .wishlist-btn {
    background-color: #63af21;
    border-color: #63af21;
}
.tg-shop-details-list {
    margin: 35px 0 0;
}
.tg-shop-details-list ul li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    margin-bottom: 8px;
}
.tg-shop-content-bottom p {
    color: var(--tg-heading-font-color);
    font-weight: 500;
    margin-bottom: 10px;
}
.tg-shop-content-bottom p span {
    color: #76be48;
}
.tg-shop-content-bottom > span {
    color: #7d7d7d;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}
.tg-shop-content-bottom > span i {
    font-size: 12px;
    color: var(--tg-heading-font-color);
    margin-right: 5px;
}
.tg-pricing-area {
    padding: 115px 0 90px;
    background: #fafafa;
}
.tg-pricing-area .pricing__box {
    border: 4px solid #818181;
    border-radius: 5px;
    padding: 20px 15px;
    transition: 0.3s linear;
}
.tg-pricing-area .pricing-item.regular .pricing__box {
    border-color: #222;
}
.tg-pricing-area .pricing__box .pricing-img {
    background-image: radial-gradient(
        50% 50% at 50% 50%,
        rgba(139, 205, 43, 0.35) 0,
        rgba(139, 205, 43, 0) 100%
    );
}
.tg-pricing-area .pricing__box .pricing-btn.mb-15 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.tg-pricing-area .pricing__box .bottom-img {
    display: block;
}
.tg-pricing-area .pricing__box .pricing-btn a {
    background: #63af21;
    border: 2px solid #63af21;
}
.tg-pricing-area .pricing__box .pricing-btn a:hover {
    background: 0 0;
    color: #63af21;
}
.footer-newsletter-wrap p span,
.footer-post-item .content .title a:hover,
.footer-two-top-wrap .widget_nav_menu ul li a:hover,
.tg-pricing-area .pricing-item.best-value-plan .pricing-price .price,
.tg-pricing-area .pricing-item.best-value-plan .pricing-price > span,
.tg-pricing-area .pricing-item:hover .pricing-price .price,
.tg-pricing-area .pricing-item:hover .pricing-price > span,
.tg-pricing-area .pricing__box .price-savings .save,
.tg-pricing-area .pricing__box .price-savings > span {
    color: #63af21;
}
.tg-pricing-area .pricing-item.best-value-plan .pricing-title .title,
.tg-pricing-area .pricing-item:hover .pricing-title .title {
    background: #63af21;
}
.tg-pricing-area .pricing-item.best-value-plan .pricing__box,
.tg-pricing-area .pricing-item:hover .pricing__box {
    border-color: #63af21;
}
.tg-testimonial-bg {
    background-image: url(../img/bg/tg_testimonial_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 115px 0 85px;
    position: relative;
    z-index: 1;
}
.tg-testimonial-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #63ae24;
    opacity: 0.92;
    z-index: -1;
}
.tg-testimonial-item {
    display: flex;
    align-items: center;
    background: #fafafa;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 35px;
}
.banner-bg,
.footer-two-top-wrap {
    background-position: center;
    background-size: cover;
}
.tg-testimonial-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    background: var(--tg-white);
    opacity: 0.18;
    border-radius: 30px;
    z-index: -1;
}
.tg-testimonial-thumb {
    width: 145px;
    flex: 0 0 145px;
    margin-right: 25px;
}
.tg-testimonial-thumb img {
    border-radius: 30px;
}
.tg-testimonial-content .rating {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6cb130;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.tg-testimonial-content .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.tg-testimonial-content p {
    margin-bottom: 15px;
    color: #7d7d7d;
}
.tg-testimonial-content .tg-testi-avatar-info {
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    margin-bottom: 0;
}
.tg-testimonial-content .tg-testi-avatar-info span {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.tg-blog-overlay-tag {
    position: absolute;
    right: 40px;
    bottom: -17px;
    left: 40px;
    text-align: right;
    z-index: 1;
}
.tg-blog-overlay-tag > a {
    display: inline-block;
    background: var(--tg-white);
    color: #6cb130;
    box-shadow: 0 16px 32px 0 rgb(137 137 137 / 20%);
    padding: 10px 20px;
    line-height: 1;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    z-index: 1;
}
.tg-blog-overlay-tag > a::before,
.tg-shop-action .action-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #94be26 0, #65b021 100%);
    background-image: -moz-linear-gradient(135deg, #94be26 0, #65b021 100%);
    background-image: -webkit-linear-gradient(135deg, #94be26 0, #65b021 100%);
    background-image: -ms-linear-gradient(135deg, #94be26 0, #65b021 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    z-index: -1;
}
.tg-blog-post-content {
    padding: 35px;
    border: 2px solid #f4f4f4;
    border-top: none;
    transition: 0.3s linear;
}
.tg-blog-post-content .post-date {
    color: var(--tg-body-font-color);
    font-size: 14px;
    margin-bottom: 6px;
}
.tg-blog-post-content .title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 21px;
}
.tg-blog-post-content .title a {
    display: inline;
    background-image: linear-gradient(#232323, #232323),
        linear-gradient(#232323, #232323);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.tg-blog-post-content .title a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px;
}
.tg-blog-post-content > .read-more {
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
    display: inline-block;
}
.tg-blog-post-content > .read-more:hover {
    color: #6cb130;
}
.tg-blog-post-content > .read-more span {
    text-decoration: underline;
    margin-right: 6px;
}
.tg-blog-post-content > .read-more i {
    font-size: 11px;
}
.tg-blog-post-item {
    transition: 0.3s linear;
}
.tg-blog-post-item:hover {
    box-shadow: 0 16px 32px 0 rgba(137, 137, 137, 0.1);
}
.tg-blog-post-item:hover .blog-post-content {
    border-color: var(--tg-white);
}
.footer-two-top-wrap {
    background-image: url(../img/bg/footer_bg.jpg);
    padding: 64px 0 50px;
}
.footer-two-top-wrap .footer-social a {
    background: #2d2d2d;
}
.footer-two-top-wrap .footer-social a:hover {
    background: #63af21;
    color: var(--tg-white);
}
.footer-two-top-wrap .row [class*="col-"]:nth-child(4n + 2) .footer-widget {
    padding-left: 50px;
    padding-right: 30px;
}
.footer-two-top-wrap .row [class*="col-"]:nth-child(4n + 4) .footer-widget,
.footer-widgets-wrap-two .row [class*="col-"]:nth-child(4n + 4) .footer-widget {
    padding-left: 40px;
}
.footer-two-widgets-wrap .fw-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    background: #63af21;
    border-radius: 2px;
    margin: 10px 0 0;
}
.footer-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-post-item .thumb {
    width: 95px;
    flex: 0 0 95px;
    margin-right: 18px;
}
.footer-post-item .thumb a {
    display: block;
    width: 100%;
}
.footer-post-item .thumb img {
    border-radius: 3px;
    max-height: 80px;
    object-fit: cover;
    width: 100%;
}
.footer-post-item .content > span {
    font-size: 13px;
    color: #63af21;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-post-item .content .title {
    font-size: 16px;
    color: var(--tg-white);
    margin-bottom: 0;
    line-height: 1.5;
}
.footer-two-top-wrap .widget_nav_menu ul li a {
    position: relative;
    padding-left: 20px;
    color: #c7c7c7;
    opacity: 1;
}
.footer-two-top-wrap .widget_nav_menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #63af21;
    border-radius: 50%;
}
.footer-newsletter-wrap p {
    font-size: 14px;
    color: #c7c7c7;
    line-height: 26px;
    margin-bottom: 13px;
}
.footer-newsletter-wrap form input {
    width: 100%;
    border: none;
    padding: 12px 60px 11px 25px;
    border-radius: 50px;
    font-size: 14px;
    height: 50px;
}
.footer-newsletter-wrap form input::placeholder {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 500;
    opacity: 0.7;
}
.footer-newsletter-wrap form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: none;
    border-radius: 50%;
    width: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-white);
    background: #63af21;
    padding: 0;
}
.footer-confidential-wrap {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.confidential-logo {
    width: 55px;
    flex: 0 0 55px;
    margin-right: 15px;
}
.confidential-content .con-title {
    font-size: 16px;
    color: var(--tg-white);
    margin-bottom: 5px;
}
.confidential-content span {
    display: block;
    font-size: 14px;
    color: #c7c7c7;
}
.menu-area-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding: 0;
}
.menu-area-two .logo {
    padding: 20px 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    display: flex;
    align-items: center;
}
.menu-area-two .logo img {
    max-width: unset;
    max-height: 59px;
}
.menu-area-two .menu-nav {
    align-items: normal;
}
.menu-area-two .navbar-wrap ul li a {
    padding: 42px 27px;
}
.menu-area-two .navbar-wrap > ul > li > a::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    height: 3px;
    background: var(--tg-primary-color);
    opacity: 0;
    transition: 0.3s linear;
}
.header-action-two .list-wrap {
    display: flex;
    align-items: normal;
    height: 100%;
    margin-left: 10px;
}
.header-action-two .list-wrap li a {
    display: flex;
    align-items: center;
    width: 120px;
    height: 100%;
    padding: 20px;
    font-size: 30px;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
    color: var(--tg-white);
    position: relative;
}
.header-action-two .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: var(--tg-primary-color);
    width: 100%;
    opacity: 0;
    transition: 0.3s linear;
}
.cart-icon {
    position: relative;
    line-height: 0;
}
.header-cart .cart-count-two {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-area-two.sticky-menu .logo {
    display: none;
    border-color: var(--tg-gray);
}
.menu-area-two.sticky-menu {
    border-bottom: none;
}
.menu-area-two.sticky-menu .header-action-two .list-wrap li a {
    border-left: 1px solid var(--tg-gray);
}
.menu-area-two .mobile-nav-toggler {
    display: none;
    align-items: center;
    width: 90px;
    padding: 20px 15px;
    font-size: 30px;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
    color: var(--tg-white);
    position: relative;
    background: 0 0;
    border-radius: 0;
    height: 100%;
    margin-top: 0;
}
.menu-area-two.sticky-menu .mobile-nav-toggler {
    border-left: 1px solid var(--tg-gray);
    color: var(--tg-heading-font-color);
}
.btn-sm {
    padding: 17px 35px;
    line-height: 1;
}
.banner-bg {
    padding: 235px 0 0;
    position: relative;
    z-index: 1;
}
.banner-content-two {
    margin-right: 20px;
}
.banner-content-two .title {
    font-size: 74px;
    color: var(--tg-white);
    line-height: 1.18;
    margin: 0 0 28px;
}
.banner-content-two p {
    max-width: 73%;
    color: #dadada;
    margin: 0 0 45px;
}
.banner-content-two .btn-grp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.btn-three {
    background: var(--tg-primary-color);
    border-radius: 5px;
    padding: 19px 53px;
}
.section-down,
.section-down::before {
    border-radius: 50%;
    background: var(--tg-white);
}
.banner-img-two {
    text-align: right;
    position: relative;
    z-index: 1;
}
.banner-img-two .shape {
    position: absolute;
    right: -120px;
    top: 32%;
    z-index: -1;
    transform: translateX(0);
    transition: 0.5s;
}
.section-down {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 27px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    color: var(--tg-dark);
    left: 332px;
    bottom: -25px;
    z-index: 9;
}
.features-bg-two,
.features-wrap {
    background-size: cover;
    background-position: center;
}
.section-down::before {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    box-shadow: 0 43px 54px 0 rgba(93, 102, 133, 0.39);
    z-index: -1;
}
.blog-post-meta .list-wrap li:nth-child(2) a:hover,
.pricing-btn-two a:hover,
.pricing-item-bg .pricing-btn-two a,
.section-down:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.features-wrap {
    padding: 80px 85px 75px;
    border-radius: 10px;
    position: relative;
}
.features-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 65%;
    height: 57px;
    background: #121212;
    filter: blur(38px);
    margin: 0 auto;
}
.features-item-two {
    display: flex;
    gap: 28px;
}
.features-icon-two {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    color: var(--tg-primary-color);
}
.features-icon-two .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    color: var(--tg-white);
}
.features-item-two:hover .features-icon-two .shape {
    transform: rotate(360deg);
}
.features-content-two .title {
    font-size: 22px;
    color: var(--tg-white);
    margin: 0 0 16px;
}
.features-content-two p {
    color: silver;
    margin: 0;
}
.section-title-two.text-center .sub-title {
    justify-content: center;
}
.features-bg-two {
    padding: 130px 0 255px;
    position: relative;
    z-index: 1;
}
.features-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    z-index: -1;
}
.features-item-three .features-content p {
    width: 90%;
}
.features-item-three .features-icon {
    color: var(--tg-yellow);
}
.features-item-three .features-icon::after {
    opacity: 0.6;
}
.section-title-two .sub-title {
    color: var(--tg-heading-font-color);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.about-content {
    margin: 0 80px 0 50px;
}
.about-content p,
.pricing-price-two {
    margin-bottom: 35px;
}
.blog-post-area-two,
.counter-area,
.doctors-area,
.newsletter-area,
.product-area {
    background: var(--tg-gray-two);
}
.counter-wrap {
    background: var(--tg-white);
    padding: 70px 60px;
    border-radius: 10px;
    margin-top: -155px;
    position: relative;
    z-index: 2;
}
.counter-item {
    display: flex;
    align-items: center;
    background: var(--tg-gray-two);
    border-radius: 5px;
    padding: 40px;
    gap: 35px;
}
.counter-icon {
    font-size: 75px;
    line-height: 0;
    transition: 0.4s linear;
}
.counter-item:hover .counter-icon {
    transform: rotateY(180deg);
}
.counter-content .count {
    display: flex;
    align-items: center;
    line-height: 0.8;
    margin-bottom: 3px;
    font-size: 46px;
    font-weight: 500;
}
.counter-content p {
    margin-bottom: 0;
    color: var(--tg-heading-font-color);
    font-size: 18px;
    font-weight: 500;
}
.section-pt-130 {
    padding-top: 130px;
}
.section-pb-100 {
    padding-bottom: 100px;
}
.section-pb-130 {
    padding-bottom: 130px;
}
.product-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}
.product-thumb a {
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.product-content {
    padding: 0 30px 40px;
}
.product-content .title {
    font-size: 20px;
    margin: 0 0 10px;
}
.product-content .price {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin: 0 0 15px;
}
.ingredients-icon,
.product-content .rating {
    color: var(--tg-primary-color);
    display: flex;
}
.product-content .rating {
    align-items: center;
    gap: 0 2px;
}
.product-content .total-rating {
    font-size: 16px;
    font-weight: 500;
    margin-left: 6px;
    line-height: 1;
    color: var(--tg-body-font-color);
}
.product-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0;
}
.product-bottom .cart-plus-minus {
    position: relative;
    width: 165px;
    flex: 0 0 auto;
}
.product-bottom .cart-plus-minus input {
    width: 100%;
    background: #f9f6f2;
    border: none;
    height: 55px;
    text-align: center;
    font-size: 16px;
    padding: 0 55px;
    font-weight: 500;
    border-radius: 5px;
}
.product-bottom .cart-plus-minus .qtybutton {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    border: 1px solid #f9f6f2;
    background: var(--tg-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: var(--tg-heading-font-color);
    user-select: none;
}
.product-bottom .cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    font-size: 24px;
    border-radius: 0 5px 5px 0;
}
.product-bottom .action-button {
    width: 55px;
    height: 55px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}
.doctor-content .title,
.ingredients-content-two .title {
    margin-bottom: 15px;
    font-size: 20px;
}
.product-bottom .action-button i {
    line-height: 1;
}
.ingredients-item-two {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 65px;
}
.ingredients-icon {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 35px;
    line-height: 0;
    border-radius: 50%;
    position: relative;
}
.ingredients-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--tg-primary-color);
    border-radius: 50%;
    -webkit-animation: 10s linear infinite rotateme2;
    animation: 10s linear infinite paused rotateme2;
}
.ingredients-item-two:hover .ingredients-icon::before {
    animation-play-state: running;
}
.ingredients-content-two .title {
    font-weight: 500;
}
.ingredients-item-wrap {
    margin-left: 30px;
}
.ingredients-item-wrap.reverse-item {
    margin-right: 30px;
    margin-left: 0;
}
.ingredients-item-wrap.reverse-item .ingredients-item-two {
    flex-direction: row-reverse;
    text-align: right;
}
.rotateme2 {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme2 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme2 {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.doctor-item {
    text-align: center;
    background: var(--tg-white);
    border-radius: 5px;
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    transition: 0.3s linear;
}
.doctor-thumb img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.doctor-content span {
    color: #9c96a4;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.testimonial-bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}
.testimonial-item-two {
    background: #2b2b2b;
    padding: 60px 45px;
    border-radius: 20px;
}
.testimonial-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.testi-avatar,
.testi-rating {
    align-items: center;
    display: flex;
}
.testi-avatar {
    gap: 20px;
}
.testi-avatar .thumb img {
    border-radius: 50%;
    max-width: 60px;
}
.testi-avatar .info .name {
    color: var(--tg-white);
    margin-bottom: 10px;
    font-size: 18px;
}
.testi-avatar .info .designation {
    font-size: 12px;
    font-weight: 500;
    color: #979797;
    text-transform: uppercase;
    display: block;
}
.testi-rating {
    gap: 4px;
    color: var(--tg-yellow);
    font-size: 14px;
}
.testimonial-content-two p {
    margin-bottom: 0;
    color: var(--tg-white);
    font-size: 18px;
}
.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}
.testimonial-nav .slick-arrow {
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 50px;
    color: var(--tg-white);
    z-index: 2;
    display: block;
    width: auto;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.testimonial-active-two .slick-list {
    overflow: inherit;
}
.faq-img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-img .popup-video {
    width: 128px;
    height: 128px;
    background: var(--tg-primary-color);
    font-size: 25px;
    color: var(--tg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-wrapper-two {
    background: var(--tg-heading-font-color);
    padding: 100px;
}
.faq-wrapper-two .accordion-item {
    background-color: var(--tg-dark-two);
    border: none;
    box-shadow: 0 39px 33px 0 rgba(49, 66, 99, 0.01);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.faq-wrapper-two .accordion-button {
    position: relative;
    padding: 29px 45px;
    font-size: 22px;
    color: var(--tg-white);
    text-align: left;
    background-color: var(--tg-dark-two);
    border: 0;
    border-radius: 0;
    font-family: var(--tg-body-font-family);
    text-transform: capitalize;
    font-weight: 500;
}
.faq-wrapper-two .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.faq-wrapper-two .accordion-body {
    padding: 0 45px 38px;
}
.faq-wrapper-two .accordion-body p {
    margin-bottom: 0;
    color: #979797;
    font-size: 18px;
    position: relative;
    padding-top: 15px;
}
.pricing-btn-two a,
.pricing-price-two .price span {
    font-size: 16px;
    color: var(--tg-heading-font-color);
}
.faq-wrapper-two .accordion-body p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(236, 237, 243, 0.17);
}
.pricing-item-two {
    background: var(--tg-white);
    border: 1px solid #edeaea;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 60px 40px;
    overflow: hidden;
}
.pricing-item-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.pricing-item-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #0d0d0d;
    z-index: -1;
}
.pricing-title-two .title {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
}
.pricing-title-two span {
    display: block;
    color: var(--tg-heading-font-color);
}
.pricing-price-two .price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
    color: var(--tg-primary-color);
    line-height: 1;
    gap: 5px;
}
.pricing-price-two .price span {
    font-family: var(--tg-body-font-family);
    text-transform: capitalize;
    transform: translateY(3px);
    font-weight: 400;
}
.pricing-list .list-wrap {
    text-align: left;
    margin-left: 40px;
    margin-bottom: 45px;
}
.account__divider,
.diLine,
.free-shipping,
.order__info-wrap .btn,
.otp-box,
.permisson-text p,
.ssss {
    text-align: center;
}
.pricing-list .list-wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
}
.pricing-list .list-wrap li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--tg-primary-color);
    border-radius: 50%;
}
.pricing-btn-two a {
    display: block;
    background: var(--tg-gray-two);
    font-weight: 700;
    border-radius: 5px;
    padding: 17px 15px;
}
.free-shipping {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    display: block;
    line-height: 1.3;
    padding: 13px 52px;
    position: absolute;
    right: -56px;
    top: -6px;
    transform: rotate(45deg);
}
.account__divider,
.customer__form-wrap .form-grp.select-grp,
.footer-bg,
.newsletter-form {
    position: relative;
}
.quick-purchase-gallery {
    display: flex;
    gap: 17px;
    padding: 0 15px 0 20px;
}
.quick-purchase-gallery .tab-content {
    width: 78%;
    flex: 0 0 auto;
    background: var(--tg-gray-two);
    border-radius: 20px;
}
.quick-purchase-main img {
    border-radius: 20px;
}
.quick-purchase-gallery .nav-tabs {
    border: none;
    flex-direction: column;
    gap: 17px;
}
.quick-purchase-gallery .nav-tabs .nav-link {
    border: none;
    padding: 0;
    margin-bottom: 0;
    background: var(--tg-gray-two);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.quick-purchase-content {
    margin-left: 35px;
}
.quick-purchase-content .title {
    margin-bottom: 15px;
    font-size: 35px;
}
.quick-purchase-content p {
    margin-bottom: 35px;
    color: #777b83;
}
.chosen-title,
.newsletter-form input,
.review-wrap span {
    color: var(--tg-heading-font-color);
}
.review-wrap {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 35px;
}
.review-wrap .rating {
    display: flex;
    align-items: center;
    color: var(--tg-yellow);
    gap: 3px;
}
.review-wrap span {
    font-size: 14px;
    font-weight: 500;
}
.quick-purchase-content .price {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    gap: 10px;
    line-height: 1;
}
.quick-purchase-content .price span {
    font-size: 20px;
    transform: translateY(-3px);
    color: #b9b9b9;
}
.chosen-title {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.chosen-wrap .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px;
}
.chosen-wrap .list-wrap li {
    font-size: 12px;
    font-weight: 600;
    color: #777b83;
    background: var(--tg-gray-two);
    display: block;
    text-transform: uppercase;
    padding: 5px 14px;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}
.chosen-wrap .list-wrap li.active,
.chosen-wrap .list-wrap li:hover {
    background: var(--tg-heading-font-color);
    color: var(--tg-white);
}
.footer-instagram-two .list-wrap,
.quick-purchase-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.blog-post-item-two {
    background: var(--tg-white);
    margin-bottom: 30px;
    border-radius: 20px;
}
.blog-post-thumb-two img {
    width: 100%;
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
}
.blog-post-content-two {
    padding: 35px 40px 40px;
}
.blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.blog-post-meta .list-wrap li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #292930;
    padding: 15px 30px;
    display: block;
    background: rgba(13 155 77 / 10%);
    border-radius: 10px;
}
.blog-post-meta .list-wrap li:nth-child(2) a {
    background: rgba(250 164 50 / 10%);
}
.blog-post-content-two .title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3;
}
.blog-post-content-two p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.66;
}
.newsletter-wrap-two {
    background: var(--tg-secondary-color);
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 55px 50px;
    gap: 20px;
    z-index: 2;
    overflow: hidden;
}
.account__check,
.account__social-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.newsletter-wrap-two .title {
    flex-grow: 1;
    margin-bottom: 0;
    color: var(--tg-white);
    font-size: 40px;
}
.newsletter-form {
    width: 630px;
    flex: 0 0 auto;
}
.newsletter-form input {
    width: 100%;
    border-radius: 5px;
    background: var(--tg-white);
    box-shadow: 0 14px 15px 0 rgba(35, 33, 142, 0.04);
    border: none;
    font-size: 16px;
    padding: 28px 205px 28px 28px;
    height: 80px;
}
.newsletter-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.newsletter-wrap-two .shape img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.footer-bg {
    background-size: cover;
    background-position: center;
    padding-top: 95px;
    margin-top: -95px;
    z-index: 1;
    overflow: hidden;
}
.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    opacity: 0.85;
    z-index: -1;
}
.footer-top-wrap-two {
    padding: 130px 0 40px;
}
.footer-text-two p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--tg-white);
}
.footer-social-two a {
    width: 45px;
    height: 45px;
    background: rgba(255 255 255 / 10%);
}
.footer-widget li.footer-insta-item {
    margin: 0 !important;
}
.footer-instagram-two .list-wrap li a {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}
.footer-instagram-two .list-wrap li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copyright-wrap-inner {
    border-top: 1px solid #3e3e45;
    padding: 35px 0;
}
.singUp-wrap {
    background: var(--tg-gray-two);
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 30px 50px 40px;
}
.account__form .form-grp input,
.account__social-btn {
    background: var(--tg-white);
    color: var(--tg-heading-font-color);
}
.singUp-wrap .title {
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: none;
}
.account__social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    gap: 10px;
    padding: 10px 20px;
}
.account__social-btn:hover {
    color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.account__divider {
    padding-block-end: 35px;
    margin-block-start: 35px;
}
.account__divider::before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background: #e1e1e1;
    position: absolute;
}
.account__divider span {
    font-size: 16px;
    color: var(--tg-heading-font-color);
    padding: 20px;
    top: -35px;
    left: 45%;
    position: absolute;
    background: #f7f7fa;
}
.account__form .form-grp {
    margin-bottom: 20px;
}
.account__form .form-grp label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--tg-heading-font-color);
}
.account__form .form-grp input {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.account__form .form-grp input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-font-color);
    opacity: 0.8;
    text-transform: capitalize;
}
.account__form .form-grp input:focus {
    border-color: var(--tg-primary-color);
}
.account__check {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.account__check-remember,
.account__switch p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 5px;
}
.account__check-remember {
    display: flex;
}
.account__check-remember input {
    width: 20px;
    height: 20px;
    margin-inline-end: 3px;
    margin-top: 2px;
}
.account__check-remember label {
    user-select: none;
    color: var(--tg-heading-font-color);
}
.account__check-remember input:focus {
    box-shadow: none;
}
.account__check-remember input:checked {
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.account__check-forgot a {
    color: var(--tg-primary-color);
    font-size: 16px;
}
.cart__actions-form input,
.cart__collaterals-wrap .list-wrap li,
.cart__table tbody td a,
.coupon__code-form input,
.customer__form-wrap .title,
.title-billing {
    color: var(--tg-heading-font-color);
}
.account__form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.account__switch {
    margin-top: 30px;
}
.account__switch p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account__switch p a {
    color: var(--tg-primary-color);
}
.account__switch p a:hover {
    color: var(--tg-secondary-color);
}
.cart__table thead th {
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
}
.cart__table .product__remove {
    padding: 0 !important;
    width: 0 !important;
}
.cart__table tbody td {
    padding: 12px 17px;
    text-align: left;
    line-height: 1.1;
    border: none;
    border-top: 1px solid #ebebeb;
    vertical-align: middle;
    color: var(--tg-body-font-color);
}
.cart__table .product__thumb img {
    max-width: 48px;
}
.cart__table tbody td.product__name {
    font-weight: 500;
}
.cart__table tbody td.product__quantity {
    text-align: right;
    padding-right: 0;
}
.cart__table tbody td.product__remove {
    padding-right: 5px;
    text-align: right;
}
.cart__table tbody td.product__remove a {
    font-size: 25px;
    color: var(--tg-primary-color);
}
.cart__table tbody td:first-child {
    padding-left: 0;
}
.cart__actions-form {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.cart__actions-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    background: #f5f5f5;
    padding: 0 0 0 20px;
    border: 0;
    border-radius: 30px;
}
.cart__collaterals-wrap .list-wrap li,
.coupon__code-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.coupon__code-form p,
.customer__form-wrap .form-grp,
.order__info-wrap p {
    margin-bottom: 15px;
}
.cart__collaterals-wrap {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 1.25rem;
    height: 100%;
}
.cart__collaterals-wrap .title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #ebebeb;
}
.cart__collaterals-wrap .list-wrap {
    padding-bottom: 0.9375rem;
}
.cart__collaterals-wrap .list-wrap li {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 5px;
}
.cart__collaterals-wrap .list-wrap li span.amount {
    font-weight: 600;
    color: var(--tg-heading-font-color);
    font-size: 1.25rem;
}
.cart__collaterals-wrap .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.cart__table {
    margin-bottom: 0;
}
.coupon__code-info {
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}
.coupon__code-info a:hover {
    color: var(--tg-primary-color);
}
.coupon__code-form input {
    width: 100%;
    background: #f5f5f5;
    height: 55px;
    border: none;
    padding: 0 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.coupon__code-form {
    margin-bottom: 35px;
    display: none;
}
.customer__form-wrap .title,
.order__info-wrap > .title,
.title-billing {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.customer__form-wrap .title,
.title-billing {
    display: block;
    border-bottom: 1px solid #ebebeb;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}
.customer__form-wrap .form-grp label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--tg-body-font-color);
}
.customer__form-wrap .form-grp input,
.customer__form-wrap .form-grp textarea {
    width: 100%;
    color: var(--tg-heading-font-color);
    height: 53px;
    padding: 0 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
}
.customer__form-wrap .form-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-heading-font-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    outline: 0;
    padding: 12px 37px 9px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 53px;
    cursor: pointer;
}
.customer__form-wrap .form-grp.select-grp::after {
    content: "\f078";
    position: absolute;
    bottom: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    font-size: 14px;
    color: var(--tg-primary-color);
}
.customer__form-wrap .title.title-two {
    margin-top: 20px;
}
.customer__form-wrap .form-grp textarea {
    padding: 10px 20px 0;
    min-height: 120px;
    max-height: 120px;
}
.order__info-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.order__info-wrap > .title {
    border-bottom: 1px solid #ebebeb;
}
.order__info-wrap .list-wrap {
    margin-bottom: 20px;
}
.order__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-body-font-color);
    font-weight: 600;
    font-size: 15px;
    gap: 8px;
    padding: 12px 0;
}
.order__info-wrap .list-wrap li span {
    color: var(--tg-heading-font-color);
    display: block;
    line-height: 1;
    font-weight: 700;
}
.order__info-wrap .list-wrap li:last-child span {
    font-size: 1.25rem;
}
.order__info-wrap .btn {
    width: 100%;
    margin-top: 10px;
}
.otp-box,
input[type="tel"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 10px 0;
}
#timer,
.error {
    font-size: 14px;
}
#otp-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.otp-box {
    width: 40px;
}
.error {
    color: red;
}
#timer {
    margin-top: 10px;
    color: #555;
}
#success {
    color: green;
    font-weight: 700;
    margin-top: 15px;
}
.myAccountTabs_menu-container__26mJ5 {
    display: flex;
    flex-direction: column;
    width: 316px;
    max-width: 316px;
}
.myAccountTabs_menu__7Ak2P {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    margin: 0;
    list-style: none;
}
.myAccountTabs_menu__7Ak2P li a {
    display: flex;
    align-items: center;
    height: 60px;
    background: #f6f6f6;
    font-family: Outfit, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    color: hsl(240 3% 40% / 1);
    padding-left: 16px;
    gap: 8px;
}
.tab-content h2 {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--tg-body-font-color);
    letter-spacing: 2px;
}
.dashboarbala .form-grp label {
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-body-font-color);
}
.tab-content_1 {
    width: 70%;
    padding: 20px;
}
.tab-content {
    width: 100%;
    margin: auto;
}
.permisson-text p {
    padding: 1rem;
}
.for-text a {
    float: right;
    color: red;
}
section.cart__area {
    padding-top: 75px;
}
.step-icon i {
    font-size: 20px;
    margin-top: 6px;
}
.table > :not(:first-child) {
    border-top: 4px solid #f3f3f3;
}
.disc {
    background-color: rgba(219, 222, 233, 0.6) !important;
}
.email-label-invoice-message {
    color: #339ce8;
}
.address_form-row-radio__1o3XG {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.address_form-row-radio__1o3XG input[type="radio"] {
    margin-right: 8px;
    display: none;
}
.address_form-row-radio__1o3XG.active label {
    color: #3c7f41;
}
.address_half-row-others__dhHGY {
    display: none;
    margin-top: 10px;
}
.address_half-row-others__dhHGY input {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
}
.address_form-row-radio__1o3XG label {
    background: #f3fff0;
    padding: 6px 16px;
    border: 1px solid #a0d1a4;
    border-radius: 4px;
}
.form-grp .btn {
    width: 30%;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
section#deleivery .container {
    display: grid;
    place-items: center;
}
.ssss {
    width: 190px;
}
.diLine {
    display: flex;
    margin: 0 auto;
    padding: 0;
}
.del_3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.nav-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.header-action ul a i {
    font-size: 24px;
    color: #444;
}
.cartbox-item {
    display: flex;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 10px;
        justify-content: space-between;
}
.cartbox-item-image {
    width: 18%;
}
.cartbox-img-info {
    display: flex;
    gap: 20px;
}
.cartbox-item-title {
    font-size: 20px;
    color: #333;
}
.cartbox-item-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}
p.cartbox-item-subtotal {
    margin-bottom: 0;
}
a.cartbox-remove-btn.remove-cart {
    text-decoration: underline;
}
h3.title.ccg {
    padding: 0 18px;
}
.cartbox-item-price11{
    width: 172px;
}
.shipment-tracker {
  margin: 20px auto;
  border-left: 2px dashed #ccc;
  padding-left: 20px;
}

.shipment-step {
  position: relative;
  margin-bottom: 25px;
}

.step-icon111{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 4px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.step-icon111.completed {
  background-color: #0f9d58;
  border-color: #0f9d58;
}

.step-icon111.pending {
  background-color: #fff;
  border-color: #bbb;
}


.step-title {
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}

.step-info {
  color: #777;
  font-size: 13px;
}

.step-info.shipped11 {
  background-color: #d7ffd7;
  border-radius: 4px;
  padding: 8px;
}
