/* 
 Theme Name:   Nutralytes Child
 Theme URI:    nutralytes
 Description:  nutralytes child theme
 Author: nutralytes Team
 Template:     nutralytes
 Version: 1.3
 Requires at least: 5.0
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
:root{
    --MainColor:#008349;
    --SubColor:#a9cf46;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.d_grid{
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
}
.grid_col_4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_col_3{
    grid-template-columns: 1fr 1fr 1fr;
}
.grid_col_2{
    grid-template-columns: 1fr 1fr;
}
.align_items_center{
    align-items: center;
}
.text-center{
    text-align: center;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.page-template-default.page article >.post-thumb.entry-media.thumbnail {
    display: none;
}
.page-template-default.page div#main div#primary main#content,.archive  div#main div#primary main#content{
    padding: 60px 0;
}
@media(min-width: 767px){
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}
/*---- Header ----*/
.sinatra-logo,#sinatra-topbar .si-topbar-widget__text a:before,#sinatra-header-inner:after {
    display: none !important;
}

.menu_logo img {
    max-width: 125px;
    margin: 0 15px;
}
body.sinatra-header-layout-1 .si-header-container .sinatra-nav>ul {
    justify-content: center;
}
div#sinatra-topbar {
    background: #F5F5F5;
    border: none;
}

div#sinatra-topbar .si-topbar-widget__text.si-topbar-widget {
    font-size: 14px;
    color: #616161;
}
div#sinatra-topbar .end-sm a:hover {
    color: var(--MainColor);
}
div#sinatra-topbar .end-sm a {
    color: #616161;
    margin: 0 10px;
    transition: all 0.5s ease;
}

div#sinatra-topbar .end-sm a:last-child {
    margin-right: 0;
}
body #sinatra-header-inner>.si-container {
    -ms-flex-align: center;
    align-items: center;
}

#sinatra-header-inner {
    padding: 20px 0;
}

.customlogin_button a {
    background: var(--MainColor);
    color: #fff;
    padding: 10px 23px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.customlogin_button a:hover {
    background: var(--SubColor);
}
.si-header-widgets .si-search-simple,.si-header-widget__cart .dropdown-item {
    top: 280% !important;
}
.sinatra-nav .menu-item-has-children.hovered>.sub-menu, .sinatra-nav .menu-item-has-children:hover>.sub-menu, .sinatra-nav .menu-item-has-children a:focus+.sub-menu, .sinatra-nav .page_item_has_children.hovered>.children, .sinatra-nav .page_item_has_children:hover>.children, .sinatra-nav .page_item_has_children a:focus+.children {
    transform: translateY(21px) !important;
    padding: 0;
}
.sinatra-nav .sub-menu li {
    padding: 0 !important;
}

.sinatra-nav .sub-menu li a {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 17px !important;
    transition: all 0.5s ease;
}

body .sinatra-nav .sub-menu li a:hover {
    background: var(--MainColor) !important;
    color: #fff !important;
}
.sub_heading {
    color: var(--MainColor);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    margin: 0;
}

.custom_headingh2 {
    color: #1C1B1B;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.35px;
    margin: 10px 0;
}
/*----End Header---*/
/*---Banner---*/
.home div#main > div.si-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.swiper {
    width: 100%;
    height: 100%;
}
.banner_slider .swiper-slide img {
    height: 620px !important;
    object-fit: cover;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.alignfull.si-wrap-content>div, .si-container, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
     padding: 0 20px !important;
}
#primary, #secondary {
    margin-top: 0 !important;
    margin-bottom: 0!important;
}
.main_bannerWarpper .swiper-pagination.swiper-pagination-bullets {
    bottom: 30px;
}

.main_bannerWarpper .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.main_bannerWarpper .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
/*---End Banner---*/
/*---Banner Bottom---*/
.DeliveryBox {
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding-right: 20px;
}

.delivery_text .headingCustomh4 {
    color: #2E2B2C;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.DeliveryBox img {
    max-height: 48px;
    max-width: 52px;
}


.delivery_text p {
    color: #616161;
    font-size: 15px;
    margin: 0px;
}
/*---End Banner Bottom---*/
/*---Top Selling Products---*/
.TopSellingProduct {
    margin: 40px 0 80px;
}

  ul.products li.product {
    text-align: center;
    display: block;
}

 ul.products li.product .si-loop-product__category-wrap {
    margin: 20px 0 0;
    font-size: 16px !important;
    font-weight: 500;
}

 ul.products li.product .si-loop-product__category-wrap a {
    color: var(--MainColor) !important;
    font-size: 14px;
}
.woocommerce ul.products li.product .meta-wrap>:first-child {
        margin-bottom: 0;
}   
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background: var(--MainColor);
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    color: var(--MainColor);
    border: 2px solid var(--MainColor);
}
form.woocommerce-ordering span#si-orderby {
    background: #eee;
      padding: 0 12px;
}

span#si-orderby::before {
    display: none !important;
}


form.woocommerce-ordering span#si-orderby span {
    padding: 8px  0!important;
    display: inline-block;
}
 ul.products li.product .woocommerce-loop-product__title {
    color: #2c2c2c;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

 ul.products li.product span.price {
    font-size: 17px;
    font-weight: 600;
}
 .woocommerce ul.products li.product .meta-wrap>* {
    margin: 5px 0;
}
 ul.products li.product .si-product-thumb {
    background: #FCFAFB;
    padding:25px 15px;
    margin-bottom: 25px !important;
}
 .woocommerce ul.products li.product .si-product-thumb .si-btn {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}
 ul.products li.product .si-product-thumb img {mix-blend-mode: darken;}
.swiper_btn {
    background: #008349;
    width: 25px;
    height: 35px;
}

.swiper_btn:after {
    font-size: 21px !important;
    color: #fff;
}
.topselling_warpper {
    padding-top: 30px;
}
.swiper-button-next.swiper_btn {
    right: 0;
}

.swiper-button-prev.swiper_btn {
    left: 0;
}
/*---End Top Selling Products---*/

/*---Discover more---*/
.Discover_moreWarpper {
    border-top: 1px solid #dbdbdb;
    padding-top: 40px;
}

.custom_headingh2 span {
    color: #858585;
}
.categoryBox {
    grid-template-columns: 1fr 180px;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
}
.CategoryRight_img img {
    border-radius: 10px;
}
.categorySlider .swiper-slide {
    align-items: inherit;
    height: auto;
}
.GreenBox {
    background: #EFFCF3;
}
.BlueBox {
    background: #EFF6FF;
}
.RedBox {
    background: #FEF2F2;
}
.YellowBox {
    background: #FEFCE8;
}
.GreenBox p{
    color: #194A33;
}
.BlueBox p{
    color: #0052BC;
}
.RedBox p{
    color: #DF3131;
}
.YellowBox p{
    color: #BAA900;
}
.categoryLeftText p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.categoryLeftText .heading_cat {
    color: #1C1B1B;
    font-size: 22px;
    margin: 10px 0 24px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 100px;
}
.categoryLeftText {
    padding: 10px 0;
}
.categoryLeftText .shopBtn {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    padding: 7px 20px;
    color: #000 !important;
    font-weight: 600;
    transition: all 0.5s ease;
    display: inline-block;
}

.categoryLeftText .shopBtn:hover {
    background: var(--MainColor);
    color: #fff !important;
}
.categorySlider > div > div {
    padding: 20px 0 100px;
}

.categorySlider .swiper-pagination.swiper-pagination-bullets {
    bottom: -40px;
}

.categorySlider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    background: var(--MainColor);
}
/*---End Discover more---*/

/*---Trending Products---*/
.Trending_warpper {
    background: url(../../../wp-content/uploads/2023/10/background_tranding.jpg);
    background-position: center center;
    background-size: cover;
}
.tab_products .tab.tab-active {
    display: block;
}
.tab_products .tab {
    display: none;
}
.tab-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.tab-menu ul li {
    margin-right: 20px;
}

.tab-menu ul li a {
    color: #7D7D7D !important;
    font-size: 16px;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
    background: #fff;
}

.tab-menu ul li a.tab-a.active-a {
    background: var(--MainColor);
    color: #fff !important;
}
.Trending_warpper .TopSellingProduct {
    margin-bottom: 0;
}
/*---End Trending Products---*/
.OurPorChoose {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.Choose_left {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.choose_Box {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    margin-bottom: 30px;
}

.choose_rightCotent h4 {
    margin: 0px 0;
    color: #194A33;
    font-size: 22px;
    font-weight: 700;
}

.choose_rightCotent  p {
    font-size: 16px;
    color: #999;
    margin: 1px 0;
}

.Choose_left .heading_warpper {
    margin-bottom: 30px;
}
.profile-img-wrapper img {
    max-width: 110px !important;
}

.testimonial_slider .single-item-wrapper {
    display: flex;
    flex-direction: column;
}

.testimonial_slider .single-item-wrapper .tss-meta-info {
    order: 1;
}

.testimonial_slider .single-item-wrapper .item-content-wrapper {
    order: 2;
    background: transparent;
    margin: 10px;
    max-width: 790px;
    text-align: center;
}

.testimonial_slider .single-item-wrapper .item-content-wrapper .item-content {
    color: #252525;
    font-style: normal;
    font-size: 18px;
}

.testimonial_slider .single-item-wrapper  .author-name {
    order: 3;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.testimonial_slider .single-item-wrapper .rating-wrapper {
    order: 4;
    margin: 0 !important;
}

.testimonial_slider .single-item-wrapper .author-bio {
    order: 5;
    display: none;
}

p.paragraph_sub {
    margin: 0 0 50px;
    font-size: 18px;
    color: #484848;
}

.tss-carousel-main .swiper-pagination-bullet:hover, .tss-carousel-main .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet:hover, .tss-carousel .swiper-pagination-bullet-active {
    background: #008349;
}
section.testimonial_warpper {
    padding-top: 0;
}
.testimonial_slider .single-item-wrapper .item-content-wrapper:before {
    color: #CFE9E7;
    left: -40px;
    top: 10px;
}

.testimonial_slider .single-item-wrapper .item-content-wrapper:after {
    content: "\F10D";
    font-family: "tss-font", serif;
    font-size: 30px;
    position: absolute;
    right: -40px;
    top: 10px;
    transform: scale(-1);
    color: #CFE9E7;
}
.main_subscribe {
    max-width: 1220px;
    margin: 0 auto -70px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.FooterSubcribe {
    border-radius: 10px;
    background: #008349;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.left_footer h4 {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0;
}
.left_footer p {
    color: #F2F2F2;
    font-size: 20px;
    margin: 7px 0;
}

.Subscribe_form_group input {
    border-radius: 7px !important;
    background: #FFF !important;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05) !important;
    border: none !important;
    padding: 21px !important;
    font-size: 16px !important;
}

.sub_submit {
    position: absolute;
    right: 10px;
    top: 9px;
}

.right_boxSubscribe form {
    position: relative;
}

.sub_submit span.wpcf7-spinner {
    position: absolute;
}

.sub_submit input.wpcf7-form-control.wpcf7-submit {
    border-radius: 8px;
    border: none;
}

.sub_submit p {
    margin: 0;
}
.copyright_warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoFooter img {
    max-width: 210px;
}
div#sinatra-footer {
 /*padding: 60px 0 0;*/
 padding: 20px 0 0;
}
#colophon::after {
    display: none;
}
.copyright_warp {
    /*display: flex;*/
	display: none;
    align-items: center;
    justify-content: space-between;
    background: #ffff;
    padding: 13px 25px;
    border-radius: 8px;
}
#sinatra-copyright.contained-separator {
    border-top: 1px solid #eee;
}
.sinatra-copyright-layout-1 .si-copyright-widget__text {
    color: #363636;
}
#colophon .widget-title, h3.wp-block-heading {
    font-size: 18px !important;
    color: #1c1c1c !important;
    font-weight: 700;
    text-transform: uppercase;
}

.widget ul li a {
    color: #535353;
    font-weight: 400;
}

.widget ul li a:hover {
    color: #008349 !important;
}

#sinatra-footer .sinatra-footer-column  div#block-7 {
    margin-bottom: 12px;
}

#sinatra-footer .sinatra-footer-column:last-child > div {
    margin-bottom: 0;
    color: #4a4a4a;
}
.banner_heading {
    padding-bottom: 50px;
}
#sinatra-footer .sinatra-footer-column ul.menu li a {
    font-weight: 400;
    color: #636363;
}
/*---- Inner Header----*/
.page-header.si-has-page-title.si-has-breadcrumbs {
    padding: 120px 0 !important;
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.page-header.si-has-page-title.si-has-breadcrumbs:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.page-header.si-has-page-title .si-page-header-wrapper .si-page-header-title > * {
    font-size: 40px !important;
    color: #fff;
}

.breadcrumb-trail .trail-items li {
    color: #eeee;
    font-size: 16px;
}

.breadcrumb-trail .trail-items li a {
    color: #fff;
}
/*---- End Inner Header----*/

/*----Product Category----*/
.term-weight-loss .page-header.si-has-page-title.si-has-breadcrumbs {
    background: url(images/weight-loss-banner.jpg) !important;
}

.term-hair-care .page-header.si-has-page-title.si-has-breadcrumbs {
    background: url(images/hair_banner.jpg) !important;
}

.term-health-wellness .page-header.si-has-page-title.si-has-breadcrumbs {
    background: url(images/health-wellness-banner.jpg) !important;
}

.term-diet-chart .page-header.si-has-page-title.si-has-breadcrumbs {
    background: url(images/diet_chart_banner.jpg) !important;
}
/*----End Product Category----*/
/*----Product Details----*/
section.related.products {
 padding: 60px 0 ;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    max-width: var(--si-screen-width,100vw);
    background: #fff;
}
section.related.products ul.products {
    max-width: 1220px;
    margin: 0 auto;
}
.woocommerce div.product .related.products>h2, .woocommerce div.product .upsells>h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.single.single-product .page-header.si-has-breadcrumbs {
    background: var(--MainColor) !important;
}
.single.single-product div.product .si-wc-product-wrap {
    padding-top: 40px !important;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}
.woocommerce-tabs.si-fw-section.wc-tabs-wrapper {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 8px;
        margin-bottom:0px !important;
}
.woocommerce div.product .woocommerce-tabs .wc-tab {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0 !important;
        padding-top: 20px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    border-radius: 50px;
    padding: 12px 30px !important;
}
.woocommerce div.product .woocommerce-tabs .wc-tab>.si-container {
    max-width: 100%  !important;
}
.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav .flex-next, .woocommerce div.product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
}
.single.single-product div#main {
   padding: 60px 0 0 !important;
}
.woocommerce div.product span.onsale {
    left: 60px !important;
}
.woocommerce-tabs ul.tabs li {
    padding: 0 0 15px !important;
    margin: 0 5px !important;
    position: relative;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    content: "" !important;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 10px solid #008349;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    transform: translate(-50% ,-50%);
    bottom: 0px;
        border-bottom: none;
        border-bottom-left-radius: 0;
        box-shadow: none;
}
.woocommerce-tabs ul.tabs li a::before, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}

.woocommerce-tabs ul.tabs li a {
    padding: 14px 30px !important;
    background: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: var(--MainColor);
    color: #fff !important;
}
.woocommerce div.product span.onsale {
    top: 78px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 2px solid #eee !important;
    padding: 7px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div {
    border: 1px solid #dfdfdf !important;
    margin-top: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
    border-color: #008349 !important;
}
.woocommerce-account .u-column1.col-1 {
    background: #f5f5f5;
    padding: 40px;
}

.woocommerce-account .u-columns h2 {
    font-size: 28px;
}

.woocommerce-account .u-column1.col-2 {
    padding: 20px;
}
.woocommerce-account .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}

#main .woocommerce-MyAccount-navigation ul li a:before {
    display: none !important;
}

#main .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    background: #eee;
    padding: 10px 10px 10px 50px;
}

#main .woocommerce-MyAccount-navigation ul li:before {
    position: absolute;
    left: 17px;
    z-index: 9;
    font-size: 22px;
    margin-top: -1px;
}

#main .woocommerce-MyAccount-navigation ul li {
    position: relative;
}

#main .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--MainColor);
    color: #fff;
}

#main .woocommerce-MyAccount-navigation ul li.is-active::before {
    filter: brightness(0) invert(1);
}
.woocommerce ul.products li.product .meta-wrap>.star-rating {
    margin: 0 auto;
}
/*----End Product Details----*/

/*----Responsive---*/
@media(max-width: 1466px){
    .banner_slider .swiper-slide img {
        height: 536px !important;
    }
    .right_chooseImage img {
        height: 100%;
        object-fit: cover;
    }
}
@media(max-width: 1380px){
    .banner_slider .swiper-slide img {
        height: 500px !important;
    }
    .DeliveryBox {
        gap: 8px;
        padding-right: 10px;
    }
    .banner_slider .swiper-slide a {
        width: 100%;
    }
}   
@media(max-width: 1220px){
    .banner_slider .swiper-slide img {
        height: 460px !important;
        object-position: right;
    }
    .delivery_text .headingCustomh4 {
        font-size: 18px;
    }
    .delivery_text p {
        font-size: 14px;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table th:last-child {
        padding-right: 6px;
        padding-left: 3px;
        min-width: 90px;
    }

}
@media(max-width: 1024px){
    .ptb-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom_headingh2 {
        font-size: 30px;
        margin: 7px 0;
    }
    .banner_slider .swiper-slide img {
        height: 360px !important;
        object-position: right;
    }
    .grid_col_4 {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .headingh1 {
        font-size: 34px;
    }
    .banner_heading p {
        font-size: 16px;
        line-height: 1.7;
    }
    .custom_headingh2 {
        font-size: 28px;
    }
}
@media(max-width: 991px){
    div#sinatra-header div#sinatra-header-inner .sinatra-logo {
        display: block !important;
            margin-left: 0;
    }
    .customlogin_button {
        display: none;
    }
    #sinatra-header-inner {
        padding: 8px 0;
    }
    .sinatra-logo img {
        max-height: 35px;
    }
    #sinatra-header-inner .site-navigation > ul li.menu_logo {
        display: none;
    }
    .sinatra-nav .sub-menu li a {
        padding: 3px 7px !important;
    }
    body #sinatra-header-inner .site-navigation > ul .sub-menu > li > a > span {
        padding-left: 24px !important;
    }
    body .sinatra-nav .menu-item-has-children:hover>.sub-menu {
        transform: translateY(0) !important;
    }
}
@media(max-width: 992px){
    .delivery_text .headingCustomh4 {
        font-size: 18px;
    }
    .woocommerce ul.products li.product .meta-wrap>* {
        margin: 5px 0 0;
    }
    .tab-menu ul li a {
        padding: 7px 20px;
    }
    .tab-menu ul li {
        margin-right: 12px;
    }
    .left_footer p {
        font-size: 16px;
        margin: 0px 0;
    }
    .FooterSubcribe {
        padding: 25px 20px;
        width: 94%;
        margin: 0 auto;
    }
    .left_footer h4 {
        font-size: 28px;
    }
    .testimonial_slider .single-item-wrapper .item-content-wrapper:before {
        left: -20px;
    }
    .testimonial_slider .single-item-wrapper .item-content-wrapper:after {
        right: -20px;
    }
    .sub_submit input.wpcf7-form-control {
        padding: 0 15px !important;
    }
    .headingh1 {
        font-size: 36px;
    }
    .page-header.si-has-page-title.si-has-breadcrumbs {
        padding: 100px 0 !important;
    }
    .banner_heading p {
        max-width: 900px;
    }
    .col-md-3 {
        width: 50%;
    }
    .our_processWarpper .col-md-3 {
        margin-bottom: 30px;
    }
    .our_processWarpper {
        margin-bottom: 60px;
    }

}
@media(max-width: 767px){
    .TopSellingProduct {
        margin: 40px 0 20px;
    }
    .tab-menu ul li a {
        padding: 6px 20px;
        font-size: 15px;
    }
    .tab-menu ul li {
        margin-right: 3px;
    }
    .OurPorChoose {
        grid-template-columns: 1fr;
    }
    .Choose_left {
        max-width: 620px;
    }
    .banner_slider .swiper-slide img {
        height: 260px !important;
    }
    .logoFooter {
        display: none;
    }
    .ptb-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .FooterSubcribe {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .FooterSubcribe {
        width: 85%;
    }
    .si-container .si-container {
        padding: 0 0 !important;
    }
    .DeliveryBox {
        padding: 5px 30px;
    }
    .choose_rightCotent h4 {
        font-size: 17px;
    }
    .choose_rightCotent p {
        font-size: 14px;
    }
    .copyright_warp {
        padding: 13px 5px;
    }
    .headingh1 {
        font-size: 30px;
    }
    img.about1-img {
        margin-bottom: 30px;
    }
    .custom_testimonialsingle {
        padding-left: 0;
    }
    .custom_headingh2 {
        font-size: 28px;
    }
    .contactPageDetails {
        padding-left: 0;
        padding-top: 40px;
    }
    .footerPayment, .footerPayment img {
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs .wc-tab>.si-container {
        padding: 0px 30px !important;
    }
    body:not(.page-template-template-sinatra-fullwidth):not(.page-template-elementor_header_footer).si-has-sidebar #page .elementor-section.elementor-section-stretched, body:not(.page-template-template-sinatra-fullwidth):not(.page-template-elementor_header_footer).si-has-sidebar #page .entry-content .alignfull, body:not(.page-template-template-sinatra-fullwidth):not(.page-template-elementor_header_footer).si-has-sidebar #page .si-fw-section, body:not(.page-template-template-sinatra-fullwidth):not(.page-template-elementor_header_footer).sinatra-no-sidebar #page .elementor-section.elementor-section-stretched, body:not(.page-template-template-sinatra-fullwidth):not(.page-template-elementor_header_footer).sinatra-no-sidebar #page .entry-content .alignfull, body:not(.page-template-template-sinatra-fullwidth):not(.page-template-elementor_header_footer).sinatra-no-sidebar #page .si-fw-section {
        margin-left: 0px!important;
    }

}
@media(max-width: 580px){
    .banner_slider .swiper-slide img {
        height: 200px !important;
    }
    .grid_col_4 {
        gap: 24px;
        grid-template-columns: 1fr;
    }
    .tab-menu ul li a {
        padding: 6px 12px;
        font-size: 15px;
    }
    .DeliveryBox {
        padding: 5px 20px;
    }
    .our_processWarpper .col-md-3 {
        width: 100%;
    }
    .woocommerce div.product h1.product_title {
        font-size: 1.4rem;
             line-height: 1.4;
    }
    .woocommerce div.product form.cart div.quantity {
      margin-right: 0.875rem;
        margin-bottom: 20px;
    }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
     display: block;
    margin-bottom: 7px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        width: 100%;
    }

    
}
@media(max-width: 480px){
    .categoryBox {
        grid-template-columns: 1fr;
    }
    .categoryLeftText .heading_cat {
        min-height: auto;
    }
    .tab-menu ul li a {
        width: 100%;
            padding: 6px 22px;
    }
    .tab-menu ul {
        flex-wrap: wrap;
        gap: 13px;
    }
    .testimonial_slider .single-item-wrapper .item-content-wrapper {
        margin: 0px;
        padding: 0 0px;
    }
    .testimonial_slider .single-item-wrapper .item-content-wrapper:before,.testimonial_slider .single-item-wrapper .item-content-wrapper:after{
        display: none;
    }
    .custom_headingh2 {
        font-size: 26px;
    }
    .sub_submit {
        position: relative;
        right: 0;
        top: 0;
    }
    .sub_submit input.wpcf7-form-control.wpcf7-submit {
        background: #000;
    }
    .sub_submit span.wpcf7-spinner {
        position: absolute;
        left: 0;
        bottom: -20px;
    }
    .banner_slider .swiper-slide img {
         height: 160px !important;
    }
    .main_bannerWarpper .swiper-pagination.swiper-pagination-bullets{
        display: none;
    }
    .left_footer h4 {
        font-size: 26px;
    }
    .page-header.si-has-page-title .si-page-header-wrapper .si-page-header-title > * {
      font-size: 36px !important;
        font-weight: 600;
    }
    .btn-secondary, .si-btn.btn-secondary {
        padding: 10px 10px;
    }
    .page-header.si-has-page-title.si-has-breadcrumbs {
        padding: 80px 0 !important;
    }



}
/*----End Responsive---*/