/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://puresilvercreative.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/
body{--primary-color:#79b541; --primary-text-color:#fff; --text-color:#788094; color: var(--text-color);}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: "Bebas Neue" !important;}

.text-green{color: var(--primary-color);}

ul.list{list-style:none; margin:0 0 30px;}
ul.list li{display:block; margin-bottom:10px; padding-left:25px; position:relative;}
ul.list li:after{position:absolute; content:"\f058"; left:0; top:0; color:var(--primary-color); font-family: FontAwesome;}

::-webkit-input-placeholder{color:#333 !important;}
::-moz-placeholder{color:#333 !important;}
:-ms-input-placeholder{color:#333 !important;}
:-moz-placeholder{color:#333 !important;}

.x-slider-container.below {
    border-bottom: none;
}
.dspl-inline-block{display: inline-block !important;}
.x-social-global a {
    font-size: 20px;
    color: #fff;
    margin: 0 6px;
}
.x-navbar {
    border-bottom: none;
    transform: translate(0);
}

.x-navbar .desktop .x-nav > li.header-c-btn a {
    padding-top: 40px;
}
.x-navbar .desktop .x-nav > li.header-c-btn a span{
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 10px 16px;
    border-radius: 30px 30px 0 30px;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none !important;
}

.x-navbar .desktop .x-nav > li.x-menu-item-search a.x-btn-navbar-search {
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
}
.x-navbar .desktop .x-nav > li.x-menu-item-search a.x-btn-navbar-search span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    text-align: center;
    border-radius: 50%;
}
.masthead-inline .x-navbar .desktop .sub-menu {
    background-color: #050c14;
    box-shadow: none;
    top: 100%;
    border-radius: 10px;
}
.x-navbar .desktop .sub-menu a {
    color: #fff !important;
    font-size: 14px;
}
.x-navbar .desktop .sub-menu a:hover, .x-navbar .desktop .sub-menu .x-active > a, .x-navbar .desktop .sub-menu .current-menu-item > a{background-color: var(--primary-color); color: var(--primary-text-color) !important;}
.x-menu-collapsed li .x-anchor-text-primary::before {
    content: "\f105";
    margin-right: 5px;
    font-family: FontAwesome;
    color: var(--primary-color);
}

.s-form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.f-field input[type=email] {
    height: 45px;
    border: #ddd 1px solid;
    box-shadow: none;
    font-size: 16px;
    color: #333;
    margin: 0;
}
.send-btn input {
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    padding: 0 25px;
}
.subscribe-form .f-field input{height: 50px;}
.subscribe-form .send-btn{margin-top: 15px; text-align: right;}
.subscribe-form .send-btn input {
    border-radius: 30px;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
}

span.wpcf7-spinner {
    display: none !important;
}

.footer-social .x-social-global a{font-size: 30px;}

.social-media-page a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    transition: 0.3s;
}
.social-media-page a:hover{background-color: #538326; color: var(--primary-text-color);}
.form-row {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
}
.form-col {
    padding: 0 10px;
    width: 100%;
}
.form-col.fc-2{width: 50%;}
table {
    border: #ddd 1px solid;
    margin-bottom: 30px;
}
table thead {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    text-transform: uppercase;
    font-size: 20px;
}
table tbody tr:nth-child(odd) {
    background-color: #fff;
}
table tbody tr:nth-child(even) {
    background-color: #f5f7fa;
}
tfoot {
    background-color: #050c14;
    color: #fff;
    text-transform: uppercase;
}
.text-small {
    font-size: 12px;
}
.woocommerce-ordering select{
    font-size: 13px;
    border-radius: 30px;
    color: #333;
    text-shadow: none;
}
.woocommerce-result-count{
    font-size: 13px;
    border-radius: 30px;
    color: #333;
    padding: 0 10px;
}
[class*=woocommerce] li.product{
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
[class*=woocommerce] li.product .entry-wrap {
    padding: 25px 15px;
}
[class*=woocommerce] li.product .entry-header .button{
    position: inherit;
    top: 0;
    margin: 20px 0 0;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 1;
}
.x-pagination ul, .woocommerce-pagination ul {
    display: inline-block;
    margin: 0;
    background-color: inherit !important;
    color: #333 !important;
}
.x-pagination span.current, .woocommerce-pagination span.current{
    box-shadow: none;
    text-shadow: none;
}
.x-pagination a, .x-pagination span, .woocommerce-pagination a, .woocommerce-pagination span{
    line-height: inherit;
}
.x-pagination a:hover, .woocommerce-pagination a:hover {
    color: #fff;
    background-color: #79b541;
    text-shadow: none;
}
[class*=woocommerce] .entry-wrap {
    padding: 0;
    background-color: inherit;
    box-shadow: none;
}
[class*=woocommerce] div.product .summary .product_title {
    margin: 0 0 20px;
    font-size: 48px;
}
.woocommerce-product-gallery__wrapper {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.woocommerce-product-gallery__wrapper img{
    border-radius: 15px;
}
.woocommerce-product-gallery .flex-viewport {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.flex-viewport .woocommerce-product-gallery__wrapper {
    overflow: unset;
}
.flex-control-nav {
    position: inherit;
}
.flex-control-nav.flex-control-thumbs li {
    background-color: #fff;
}
.flex-control-nav.flex-control-thumbs img{
    height: 5.5em;
}
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img{
    background-color: #fff;
}
[class*=woocommerce] div.product .summary button.single_add_to_cart_button {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-shadow: none;
    padding: 15px 10px;
}
[class*=woocommerce] div.product .summary .quantity input[type=number] {
    max-width: 125px;
    height: 55px;
    margin: 0;
    padding: 0 .65em;
    box-shadow: none;
    font-size: 18px;
}
section.related.products {
    border-top: #ddd 1px solid;
    padding-top: 40px;
    margin: 40px 0 -4%;
}
section.related.products h2 {
    text-align: center;
}
[class*=woocommerce] .upsells ul.products li.product, [class*=woocommerce] .related ul.products li.product, [class*=woocommerce] .cross-sells ul.products li.product{
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
[class*=woocommerce] section.related.products li.product .entry-wrap {
    padding: 25px 10px;
}
[class*=woocommerce] section.related.products li.product .entry-header h3{
    font-size: 20px;
}
.x-alert-info, .buddypress #message.info, .bbp-template-notice.info, .woocommerce-info, .woocommerce-message {
    background-color: #79b541;
    border-color: inherit;
    color: #fff;
    text-shadow: none;
    border: none;
    box-shadow: none;
    padding: 12px 15px !important;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border: #ddd 1px solid;
    background-color: #fff !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px !important;
}
.is-large.wc-block-cart .wc-block-cart-items tbody tr:nth-child(even) {
    background-color: inherit;
}
.wp-block-woocommerce-cart-order-summary-block {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-size: 24px !important;
    color: #333 !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.outlined {
    text-shadow: none;
    box-shadow: none;
    border: #79b541 1px solid;
    color: #79b541;
    padding: 12px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.outlined:hover{
    background-color: #79b541;
    color: #fff;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    color: #79b541;
}
.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 20px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #79b541;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
}
form.wc-block-components-form.wc-block-checkout__form {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #79b541;
    color: #fff;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-navigation-link a {
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 10px 15px;
}
.woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff !important;
    background-color: #79b541;
}
.woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.woocommerce-account form .form-row {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 15px;
}
.woocommerce-account form .form-row input[type=text], .woocommerce-account form .form-row input[type=email], .woocommerce-account form .form-row input[type=select], .woocommerce-account form .form-row input[type=password] {
    border: #ddd 1px solid;
    box-shadow: none;
    height: 43px;
}
fieldset legend {
    color: #79b541;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
button.woocommerce-Button.button, button.woocommerce-button.button.woocommerce-form-login__submit {
    text-shadow: none;
    text-transform: uppercase;
    padding: 12px 30px;
}
#customer_login {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    max-width: 450px;
    margin: 0 auto;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}
input[type=checkbox] {
    margin-right: 7px;
}
#customer_login h2 {
    display: none;
}
.woocommerce-tabs ul.tabs {
    list-style: none;
    text-align: center;
    margin: 0 0 20px;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block;
}
.woocommerce-tabs ul.tabs li a {
    border: #79b541 1px solid;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 195px;
    display: block;
    transition: 0.3s;
}
.woocommerce-tabs ul.tabs li:hover a, .woocommerce-tabs ul.tabs li.active a{
    background-color: #79b541;
    color: #fff;
}
#customer_login button.woocommerce-button.button.woocommerce-form-login__submit, #customer_login button.woocommerce-Button.button{
    width: 100%;
}
header.x-header-landmark.x-container.max.width {
    display: none;
}
.search.search-results article {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.search.search-results article .entry-featured {
    box-shadow: none;
    margin-bottom: 25px;
}
.search.search-results article .entry-featured .entry-thumb{
    background-color: #fff;
}
.search.search-results .x-pagination a, .x-pagination span, .search.search-results .woocommerce-pagination a, .search.search-results .woocommerce-pagination span{
    line-height: 32px;
}
p.p-meta {
    color: #79b541;
}
.single-product ul.x-nav.x-nav-tabs {
    display: none;
}
.single-product .x-tab-content {
    background-color: inherit;
    box-shadow: none;
    border: none;
    padding: 0;
}
.single-product .x-tab-content .x-tab-pane {
    padding: 0;
}
.single-product .x-tab-content .x-tab-pane h2{
    display: none;
}
p.stock.out-of-stock {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
[class*=woocommerce] ul.products.columns-4 li.product .entry-header h3 {
    min-height: 61px;
}

/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    min-height: 220px;
    background-image: url(images/nutritionbg-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.inner-banner .page-title {
    font-size: 54px;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2em;
    margin-top: 2em;
    position: relative;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width:978.98px) {
    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }
}

@media only screen and (max-width:640px) {
    .banner-img {
        min-height: 160px;
    }

    .inner-banner .page-titles {
        top: 45px;
    }

    .inner-banner .page-title {
        font-size: 36px !important;
    }
}
@media only screen and (max-width:1100px) {
    .x-navbar-inner {
        min-height: 90px !important;
    }
    .x-brand img {
        width: calc(370px / 2) !important;
    }
    .x-navbar .desktop .x-nav > li > a {
        font-size: 13px !important;
        height: 90px !important;
        padding-top: 38px !important;
    }
    .x-navbar .desktop .x-nav > li.header-c-btn a {
        padding-top: 28px !important;
    }
    .x-navbar .desktop .x-nav > li.x-menu-item-search a.x-btn-navbar-search {
        padding-top: 24px !important;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 5px !important;
        padding-right:5px !important;
    }
}
@media only screen and (max-width:978.98px) {
h1, .h1{font-size:44px !important;}
h2, .h2{font-size:32px !important;}
h3, .h3{font-size:28px !important;}
h4, .h4{font-size:24px !important;}
h5, .h5{font-size:20px !important;}
h6, .h6{font-size:18px !important;}

    .x-navbar .x-container.max.width{
        border-radius: 30px 30px 0 0;
    }
    .x-btn-navbar.collapsed {
        color: var(--primary-text-color);
        background-color: var(--primary-color);
        box-shadow: none;
    }
    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 99;
        background-color: #ffffff;
        padding: 0 20px;
        border-radius: 0 0 30px 30px;
    }
}
@media only screen and (max-width:767px) {
    h1, .h1{font-size:36px !important;}
    h2, .h2{font-size:28px !important;}
    h3, .h3{font-size:24px !important;}
    h4, .h4{font-size:20px !important;}
    h5, .h5{font-size:18px !important;}
    h6, .h6{font-size:16px !important;}

    .inner-banner {
        min-height: 150px;
    }
}
@media only screen and (max-width:640px) {
    .form-row {
        display: block;
    }
    .form-col.fc-2 {
        width: 100%;
    }
   
}
@media only screen and (max-width:480px) {
.woocommerce-tabs ul.tabs li a{
    min-width: 140px;
}
}

/*Inner Banner*/

.wc-block-components-text-input input[type="date"] {
    background-color: #fff;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}

.wc-block-components-address-form__namespace-birthday label {
    top: 0px!important;
    transform: translateY(4px) scale(.75)!important;
}