/** Shopify CDN: Minification failed

Line 44:0 Unexpected "{"
Line 2194:2 Expected identifier but found whitespace

**/
@font-face {
    font-family: 'Poppins-Regular';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Poppins-Regular.ttf?v=1708093611");
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Poppins-SemiBold.ttf?v=1708093611");
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Poppins-Medium.ttf?v=1708093611");
}
@font-face {
    font-family: 'Poppins-blod';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Poppins-Bold.ttf?v=1708093611");
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Poppins-ExtraBold.ttf?v=1708093611");
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Montserrat-Bold.ttf?v=1708093258");
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Montserrat-SemiBold.ttf?v=1708093258");
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Montserrat-Regular.ttf?v=1708093258");
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/Montserrat-ExtraBold.ttf?v=1708093258");
}
/* ======================================================== */
{
  margin:0;
  padding:0;
  box-sizing:border-box;
  list-style:none;
}
a{
  text-decoration:none;
  display:inline-block;
}
body{
    
}
.main-heading {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 37px;
    text-transform: capitalize;
    color: #fff;
    line-height: normal;
}
.sub-heading{
 font-family: 'Poppins-SemiBold';
font-weight: 600;
font-size: 42px;
text-transform: capitalize;
color: #000;
  margin:0;
}
.third-heading {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
}
.all-btn {
    border-radius: 50px;
    padding: 12px 25px;
    background: #000;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #000;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    text-align:center;
}
.all-btn:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
p{
 font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
/* ========================================= */
/* ===header=== */
header.main-header {
    padding: 0 0 5px;
  overflow-x:clip;
   background: #fff;
}
header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation: goDown 0.5s ease-in-out;
   -webkit-animation: goDown 0.5s ease-in-out;
    transition: all 0.5s linear;
}
@keyframes goDown {
    0% {
        top: -60px;
        transform: translateY(0px);
    }
    100% {
        top: 0;
        transform: translateY(0px);
    }
}
/* .top-header {
    width: 76%;
    margin-left: auto;
} */
/* .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {

    align-items: end;
} */
.main-header ul li a {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #6e7984 !important;
    transition: 0.5s linear;
    padding:0 !important;
}
.main-header ul li.nav-item.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 15px;
}
/* .main-header ul li {
    padding: 10px 12px;
} */
header nav.navbar .navbar-nav {
    gap: 25px;
}
.main-header ul li i {
    font-size: 15px;
    color: #6e7984 !important;
}
.top-header-images {
    text-align: right;
    position: relative;
}
.top-header-images:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width:4000px;
    background-color: white;
    border: 1.50px solid #e1e1e1;
    height: 0px;
}
/* banner */
.banner-main {
    /* height: 830px; */
    height: 750px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
/* .banner-heading {
    width: 50%;
} */
.banner-btn a {
    color: #000;
    background-color: #fff;
    margin-top: 25px;
    border: 1px solid #fff;
}
.banner-btn a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
/* .banner-section .owl-nav {
    position: absolute;
    bottom: 160px;
    left: 200px;
} */
/*v-css */
  .banner-section .owl-nav {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translateX(-50%);
  }
/*v-css */
.banner-section .owl-nav button {
    border-radius: 50% !important;
    background: rgb(255 255 255 / 60%) !important;
    width: 50px;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.banner-section .owl-nav button i {
    font-size: 18px;
}
.banner-section .owl-nav button:hover {
    background-color: #fff !important;
}
.banner-section .owl-nav button:hover i{
    color: #000 !important;
}
/* ==over-section== */
.over-section {
    padding: 50px 0;
    border-bottom: 1px solid #c2c2c2;
  overflow:hidden;
}
.over-card-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
}
.over-card-image span {
    border-radius: 100%;
    background: #f1f1f1;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over-card-content p {
    margin: 0; 
}
.over-main {
    margin: 0 90px;
}
/* product-section */
section.product-section {
    padding: 40px 0 0 0;
}
/*v-change-css  */
.product-card {
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    /* padding: 40px 23px 23px; */
  position:relative;
  /* height:340px; */
  transition:0.5s all linear;
  height:auto;
  padding:25px;
}
.product-image {
    /* height: 180px;
    width: 100%;
    margin-bottom: 40px; */
   height:250px;
   width:100%;
   margin-bottom:20px;
}
/*v-change-css  */
/* .product-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://cdn.shopify.com/s/files/1/0691/0672/9178/files/product-after-img.png?v=1708587368');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  display:none;
  transition:0.5s all linear;
  
} */
.product-content {
    position: relative;
    z-index: 9;
}
/* .product-card:hover:after {
    display: block;
} */
.product-image img {
    width: 100%;
    height: 100%;
    object-fit:contain;
    object-position:center;
}
/* .product-card:hover .product-content a {
    color: #fff;
} */
.product-content a{
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.product-card a {
    display: block;
}
.product-slider .owl-nav button.owl-next, .product-slider .owl-nav button.owl-prev {
    border-radius: 50% !important;
    background: #000;
    width: 50px;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.product-slider .owl-nav button.owl-next i , .product-slider .owl-nav button.owl-prev i{
  color:#fff;
  font-size:18px;
}
.product-slider .owl-nav button.owl-prev{
  display:none;
}
.product-slider .owl-nav {
    position: absolute;
    left: 30px;
    top: -95px;
}
/* ===faq-section=== */
section.faq-section {
    padding: 70px 0 0;
}
.faq-main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 585px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 50px 30px  30px;
}
.faq-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(96deg, #000 100%, rgba(0, 0, 0, 0) 97.6%);
    z-index: 1;
}
.faq-main-inner {
    position: relative;
    z-index: 9;
}
.faq-main-inner span{
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}
.faq-main-inner h2 {
    color: #fff;
    margin: 10px 0 26px;
}
.faq-perent h2 {
    margin: 0;
}
.faq-perent {
    width: 50%;
    position: relative;
    z-index: 9;
}
.faq-perent h2 button {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    box-shadow: none !important;
  padding:20px 10px;
}
.faq-perent .accordion-button:not(.collapsed)::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/minus.png?v=1708158224");
    z-index:9;
}
.faq-perent .accordion-button::after {
    background-image:url("https://cdn.shopify.com/s/files/1/0691/0672/9178/files/plus.png?v=1708158224");
    z-index:9;
}
.faq-perent .accordion-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
}
.faq-perent .accordion-body {
    padding: 0 10px 10px;
}
.faq-perent .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent;
    box-shadow: none;
}
.faq-perent button.accordion-button.collapsed {
    background: transparent !important;
}
.faq-perent .accordion-body p {
    font-size: 14px;
    line-height: 171%;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
/*  ===best-seller-section===  */
.best-seller-section {
    padding: 0;
  overflow:hidden;
}
.best-seller-heading h2 {
    text-align: center;
    margin-bottom: 45px;
}
.best-seller-main {
    margin-left: 10rem;
}
.best-seller-card {
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    /* height:100%; */
    height:100%;
}
.best-seller-card-image {
    height: 250px;
  position:relative;
}
.best-seller-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.best-seller-card-content {
    margin-top: 20px;
}
.best-seller-card-content span {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
.best-seller-card-content h6 {
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 6px 0;
}
.New-circle {
    background: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    width: 110px;
    height: 37px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.New-circle span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
}
.seller-circle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.seller-circle a span {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    margin: 5px;
  display:block;
}
.seller-circle a:nth-child(2) span{
    background-color:#77747b ;
}
.seller-circle a:nth-child(3) span{
    background-color:#B07786 ;
}
.seller-circle a:nth-child(4) span{
    background-color:#E2E1E1 ;
}
.best-seller-main .owl-nav {
    position: absolute;
    right: 12%;
    top: 35%;
}
.best-seller-main .owl-nav button.owl-next i {
    color: #fff;
    font-size: 18px;
}
.best-seller-main .owl-nav button.owl-prev{
  display:none;
}
.best-seller-main .owl-nav button.owl-next {
    border-radius: 50% !important;
    background: #000;
    width: 50px;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.best-seller-main .owl-dots {
    width: 85%;
    margin-top: 50px;
}
.best-seller-main .owl-dots button.owl-dot {
    width: 20%;
}
.best-seller-main .owl-dots button span {
    width: 100% !important;
    height: 2px !important;
    margin: 0 !important;
    background: #d6d6d6;
    border-radius: 0 !important;
}
/* about-us */
.about-us-image {
    width: 100%;
      height: 680px;
}
.about-us-section {
    background: #F1F1F1;
}
.about-us-content {
    margin-left: 10rem;
}
.about-us-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-content span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
}
.about-us-content h2 {
    margin: 6px 0;
}
.about-us-content p {
    margin-top: 24px;
    color: #6E7984;
    text-transform: capitalize;
}
.about-us-content h6 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-transform: capitalize;
    color: #000;
    margin-top: 20px;
}
/* ===keep-cool-section=== */
section.keep-cool-section {
    padding: 100px 0;
}
.keep-cool-card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 470px;
    overflow: hidden;
    border-radius: 15px;
    padding: 40px 30px;
  position:relative;
  transition:0.5s all;
}


.keep-cool-card video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keep-cool-card:hover video{
  display:block;
  z-index:99;
}
.keep-cool-card-content span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.keep-cool-card-content h2 {
    color: #fff;
    width: 75%;
}
.keep-cool-card-content h3 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}
/* protein-shaker */
.protein-shaker-main {
    margin-left: 10rem;
}
.protein-shaker-main .slick-track {
    left: 130px;
}
.Protein-shake-card-left {
    flex: 0 0 40%;
    max-width: 40%;
}
.Protein-shake-card-right {
    flex: 0 0 56%;
    max-width: 56%;
}
.Protein-shaker-main {
    margin-left: 10rem;
}
.Protein-shake-card {
    background: #F1F1F1;
    border-radius: 15px;
    padding: 35px 17px 35px 65px;
    margin: 0 15px;
}
.Protein-shake-card-content h6 {
    font-family: 'Montserrat-Bold';
    font-weight: 600;
    font-size: 20px;
    line-height: 108%;
    text-transform: capitalize;
    color: #000;
    margin: 15px 0 25px;
}
.delivery-box {
    background: #fff;
    border: 1px dashed #6e7984;
    border-radius: 10px;
    width: 342px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery-box span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 162%;
    text-transform: capitalize;
    color: #000;
}
.Protein-shake-card-content p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
    color: #6e7984;
    margin: 20px 0;
  width:95%;
}
.product-color h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    text-transform: capitalize;
    color: #000;
}
.product-color-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor: pointer !important;
}
.product-color-image img {
  width: 100%;
  height: 44px;
  object-fit: contain;
}
.product-color h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}
.Protein-shake-card-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}
.Protein-shake-card-btn a:first-child:hover {
    background: #000;
    color: #fff;
}
.Protein-shake-card-btn a:first-child{
  color:#000;
  background-color:#fff;
}
.Protein-shake-card-btn a {
  font-size:20px;
}
.Protein-shaker-main .slick-next.pull-right.slick-arrow {
    border-radius: 50% !important;
    background: #000;
    width: 50px;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 43%;
    right: 17%;
    border: none;
}
.Protein-shaker-main button.slick-prev.pull-left.slick-arrow{
  display:none !important;
}
.Protein-shaker-main button.slick-next.pull-right.slick-arrow i{
    color:#fff;
  font-size:18px;
}
.single-product-images {
    width: 80px;
    height: 80px;
}
.single-product-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.Protein-shaker-section {
    padding-bottom: 100px;
    border-bottom: 1px solid #e1e1e1;
}
/* section.tritan-section */
section.tritan-section {
    padding: 100px 0;
}
.tritan-heading span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}

.tritan-heading p {
    text-transform: capitalize;
    color: #6e7984;
      margin-bottom: 45px;
}
.tritan-heading h3 {
    margin: 10px 0 15px;
}
.tritan-heading {
    text-align: center;
}
.keep-cool-card-content {
    width: 91%;
}
/* after-before-slider */



.tritan-main img {
  width:100%;
  display:block;
  transform:scale(1.8);
  /* position:absolute;
  top:-50%; */
}

.tritan-main .container {
  width:50%;
  display:block;
  margin:30px auto
}

.tritan-main #before-after-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* border: 3px solid white; */
    height: 610px;
    border-radius: 8px;
}

.tritan-main #after-image {
  display:block
}

.tritan-main #before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

.tritan-main #resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:4px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.tritan-main #resizer:after {
    background: url('/cdn/shop/files/Group_7282.png?v=1708330506');
    content: "";
    background-size: cover;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0px 0 0 -13px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:767px) {
  .tritan-main .container {
    width:100%;
    padding:0 20px
  }
}
/* product-comparison-section */
section.product-comparison-section {
    padding: 60px 0;
    background: #F1F1F1;
}
.product-comparison-content span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
.product-comparison-content h3 {
    margin: 10px 0 20px;
}
.product-comparison-content p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #6e7984;
    margin-bottom: 50px;
}
.product-comparison-btn a {
    padding: 15px 100px;
}
.product-comparison-main {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 55;
}
.product-comparison-main::after {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    position: absolute;
    left: 0;
    height: 85%;
    width: 100%;
    z-index: -1;
    content: '';
    bottom: 0;
    border-radius: 20px;
}
.product-comparison-flex-child-inner-image img {
    height: 100%;
    width: 100%;
  object-fit:contain;
  object-position:center;
}
.product-comparison-flex-child-inner-image {
    height: 200px;
    margin-bottom:15px;
}

.product-comparison-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 110px;
}
.product-comparison-flex-child-inner-content  {
    text-align:center;
}
.product-comparison-flex-child-inner-content h6 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #6e7984;
  padding:0 0 10px;
}
.product-comparison-flex-child-inner-content span {
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin: 15px 0;
}
.pcf-span.d-flex {
    margin: 12px 0 20px;
  display:none !important;
}
.pcf-span.d-flex span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  position:relative;
  display:block;
}
.pcf-span.d-flex a{
  border:none;
}
.pcf-span.d-flex a:hover{
  background:transparent !important;
}
.pcf-span.d-flex a:nth-child(1) span{
  background:#E2E1E1;
}
.pcf-span.d-flex a:nth-child(2) span{
  background:#B07786;
 
}
.pcf-span.d-flex a:nth-child(3) span{
  background:#000000;
}
.pcf-span.d-flex a:nth-child(4) span{
  background:#F37D4E;
}
.pcf-span a:nth-child(4) span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}
.product-comparison-flex-child-inner-content a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.product-comparison-flex-child-inner-content a:hover {
    background: #000;
    color: #fff;
}
.product-comparison-table tbody tr td {
    font-family: 'Poppins-Regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #6e7984;
}
.product-comparison-table table {
    width: 100%;
    border: none;
    box-shadow: none;
}
.product-comparison-table {
    margin-top: 20px;
    padding: 24px;
}
.table-icon {
    position: absolute;
    left: 120px;
    top: 200px;
    z-index: 9;

}
.table-icon button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.table-icon button {
    width: 48px;
    padding: 0;
    height: 102px;
    cursor: pointer;
    border: none;
}
.product-comparison-table  table tr td {
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-right: none;
    border-left: 0;
    border-bottom: none;
}
.product-comparison-table table tr {
    width: 100%;
}
/* ====section.partner-section === */
section.partner-section {
    padding: 100px 0;
}
.partner-heading span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.partner-slider-image {
    height: 530px;
}
.partner-slider-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.partner-slider-content p {
    margin-bottom: 30px;
}
.partner-slider-content {
    padding: 90px 0px 90px 75px;
}
.partner-heading {
    margin-bottom: 40px;
}
.partner-main button.slick-prev.pull-left.slick-arrow , .partner-main button.slick-next.pull-right.slick-arrow {
    border-radius: 50% !important;
    background: #000;
    width: 50px;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  border:none;
}
.partner-main button.slick-prev.pull-left.slick-arrow i, .partner-main button.slick-next.pull-right.slick-arrow i {
    color: #fff;
    font-size: 18px;
}
.partner-main button.slick-next.pull-right.slick-arrow {
    position: absolute;
    right: 20%;
    bottom: 60px;
  z-index:5;
}
.partner-main button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    right: 25%;
    bottom: 60px;
  z-index:5;
}

section.standout-section {
    padding: 50px 0;
    background: #F1F1F1;
}
.standout-heading span {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
}
.standout-heading h4 {
    margin: 10px 0 32px;
}
.standout-heading p a {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}
.f-name input {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    opacity: 0.7;
    border-radius: 7px;
    width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    padding: 0 15px;
    box-shadow: none;
  outline:none;
}
.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.standout-main {
    width: 70%;
    margin: 50px auto 0;
}
.textarea textarea {
    height: 150px;
    width: 100%;
    margin-top: 30px;
    border: none;
    box-shadow: none;
    background: #fff;
    border-radius: 7px;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    opacity: 0.7;
    padding: 18px;
    outline: none;
    resize: none;
}
.standout-main-btn {
    width: 70%;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.standout-main-btn button {
    box-shadow: none;
    border: none;
    padding: 15px 35px;
    font-size: 20px;
     font-family: 'Poppins-Medium';
}
.standout-main-btn button:nth-child(2) {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.standout-main-btn button.all-btn:last-child:hover {
    background: #000;
    color: #fff;
}
/* footer */
.footer-flex {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
}
.footer-flex-right h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 16px;
}
.footer-grid {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}
.footer-menu {
    padding: 50px 0;
    border: 2px solid rgb(0 0 0 / 20%);
    border-left: 0;
    border-right: 0;
}
.footer-menu ul li a {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
.footer-menu ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 40px;
    list-style: none;
}
.footer-foot p {
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #6e7984;
    margin: 0;
}
.footer-foot {
    padding: 30px;
    text-align: center;
}
.footer-foot p a {
  text-decoration:underline;
    color: #6e7984;
}

/* sinle -pro  */
wrapper {
  
}
.Protein-shake-card-left .product__slider-main {
  margin-bottom: 15px;
}
.Protein-shake-card-left .product__slider-main img {
  margin: 0 auto;
}
.Protein-shake-card-left .product__slider-thmb .slick-slide {
	opacity: 1;
    transition: all .3s ease;
}

.Protein-shake-card-left .product__slider-thmb .slick-slide.slick-active, .product__slider-thmb .slick-slide:hover {
	opacity: 1;
}

.Protein-shake-card-left .product__slider-main, .product__slider-thmb {
    display: none;
}
.Protein-shake-card-left .single-product-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.Protein-shake-card-left .single-product-image {
    height: 414px;
}
.single-products-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  overflow:hidden;
}
.single-products-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Protein-shake-card-left .product__slider-main  button.slick-prev.slick-arrow , .Protein-shake-card-left .product__slider-main  button.slick-next.slick-arrow{
    display: none !important;
}
.Protein-shake-card-left .product__slider-thmb button.slick-prev.slick-arrow{
  display:none;
}
.Protein-shake-card-left .product__slider-thmb button.slick-next.slick-arrow {
  display:block !important;
    position: absolute;
    bottom: -65px;
    right: 0;
}
.Protein-shake-card-left .product__slider-thmb button.slick-prev.slick-arrow {
    display: none !important;
}


ul.dropdown-nav li a {
    padding: 5px 0;
}
/* ul.dropdown-nav {
    padding: 35px 20px;
    position: absolute;
    z-index: 999;
    min-width: 250px;
    background: #fff;
    list-style: none;
    top: 60px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.main-header ul.dropdown-nav {
    padding: 20px 20px;
    position: absolute;
    z-index: 999;
    min-width: 250px;
    background: #fff;
    list-style: none;
    top: 40px;
    border-radius: 8px;
    /* opacity: 0;
    visibility: hidden; */
     display:none;
    transition:.5s all;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.main-header ul.dropdown-nav li{
  margin-bottom:15px;
}
.main-header ul.dropdown-nav li:last-child{
  margin-bottom:0px;
}
.main-header ul li:hover i {
    transform: rotate(180deg);
}
.main-header ul li i {
    transition: 0.2s linear;
}
/* .main-header ul li:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
} */
.main-header ul li:hover .dropdown-nav {
    display:block;
    transition:.5s all;
}
.main-header ul li a img {
    margin-left: 5px;
}
.product-section-heading h2 {
    margin-bottom: 90px;
    padding-left: 40px;
}
/* ===instagram=== */
section.instagram-feed {
    padding: 100px 0;
}
.instagram-heading h3 {
  font-size: 40px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.instagram-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
  gap:20px;
}
.instagram-grid a .instagram-image {
    width: 260px;
    height: 260px;
}
.instagram-grid a .instagram-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram-grid a {
    position: relative;
  transition:0.5s all;
}
.instagram-grid a:hover i{
    display:block;
}
.instagram-grid a:hover:after {
   display:block;
}
.instagram-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    color: #fff;
    transform: translate(-50% , -50%);
  display:none;
  z-index:9;
  
}
.instagram-grid a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    display:none;
}

.best-seller-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.filters select#meun-items-3{
 border-bottom: 1px solid #00000029;
}
.filters-heading h4 {
    margin-bottom: 20px;
}
.filters select.filter-box {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    font-family: 'Poppins-Regular';
    border: 1px solid #00000029;
  color:#000;
    box-shadow: none;
  
    outline: none;
    border-left: 0;
    border-right: 0;
    border-bottom: none;
    background: transparent;
}
/* .faq-video video {
    width: 100%;
    height: 100%;
} */
.faq-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
/* .faq-video {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 40px;
} */
.faq-video {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 40px;
    height: 350px;
}
.product-comparison-content {
    margin-bottom: 50px;
}
.product-comparison-btn {
    margin-top: 40px;
}
/* section.why-section */
.why-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    width: 50%;
    padding: 100px 0;
    margin: 0 auto;
}

.why-heading {
    width: 30%;
}
.why-heading a {
    font-size: 20px;
    background: #000;
    color: #fff;
    padding: 15px 35px;
}
.why-heading a:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.why-heading h4 {
    color: #000;
    margin-bottom: 40px;
    font-size:36px;
}
.why-main button.btn.btn-primary i , .main-Why-ShakeSphere button.btn.btn-primary i{
    color: #000;
    font-size: 24px;
}
.why-main button.btn.btn-primary, .main-Why-ShakeSphere button.btn.btn-primary {
    border-radius: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: mymove;
    position: absolute;
    z-index: 3;
}
.tooltip-1 {
    right: 26%;
    top: 110px;
}
.tooltip-2 {
    top: 150px;
    left: 30%;
}

.tooltip-4 {
    right: 30%;
    bottom: 90px;
}
.why-main {
    position: relative;
}
@keyframes mymove{
0% {
    transform: scale(0);
}

50% {
    opacity: 1;
    transform: none;
}
}

.why-main button.btn.btn-primary:after , .main-Why-ShakeSphere button.btn.btn-primary:after{
    content: "";
    position: absolute;
    background: #ffffff75;
    width: 58px;
    animation: 1s cubic-bezier(0.6, 0.06, 0.39, 1.02) infinite spinner-grow;
    height: 58px;
    border-radius: 50%;
    z-index: -1;
  display:none;
}
/* section.standout-section */
/* ============= */


section.Why-ShakeSphere-section {
    padding: 100px 0;
    height: 840px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
      position: relative;
}
.main-Why-ShakeSphere-image {
    width: 37%;
    height: 520px;
    margin: 50px auto 0;
  position:relative;
}
.why-section-slider .item:nth-child(1) .main-Why-ShakeSphere-image {
    height: 500px;
}
.main-Why-ShakeSphere-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-heading {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-Why-ShakeSphere {
    position: relative;
}
.why-section-slider button.slick-prev.pull-left.slick-arrow, .why-section-slider button.slick-next.pull-right.slick-arrow {
    border-radius: 50% !important;
    background: rgb(255 255 255) !important;
    width: 50px;
    border: none;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  z-index:9;
}
.why-section-slider button.slick-prev.pull-left.slick-arrow  i , .why-section-slider button.slick-next.pull-right.slick-arrow i {
  font-size:24px;
  color:#000;
}
 .why-section-slider button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    right: 73px;
    top: 0;
}
 .why-section-slider button.slick-next.pull-right.slick-arrow {
    position: absolute;
    right: 0px;
    top: 0;
}
.product-comparison-table table tr:first-child {
    border-top: none;
}
.product-comparison-table table tr:first-child td {
    border-top: none;
}
/* ===section.testimonail-section=== */
section.testimonail-section {
    padding: 50px 0;
}
.testimonail-heading {
    text-align: center;
}
.testimonail-box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.testimonail-image {
    width: 130px;
    height: 30px;
    margin: 15px auto;
    text-align: center;
}
.testimonail-image img {
    text-align: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonail-content p {
    width: 70%;
    margin: 20px auto;
}
.testimonail-content span {
    display: block;
  font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
.testimonail-main button.slick-prev.pull-left.slick-arrow, .testimonail-main button.slick-next.pull-right.slick-arrow {
    border-radius: 50% !important;
    background: #000;
    width: 50px;
    border: none;
    height: 50px;
    margin: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.testimonail-main button.slick-prev.pull-left.slick-arrow i, .testimonail-main button.slick-next.pull-right.slick-arrow i{
      color: #fff;
    font-size: 18px;
}
.testimonail-main button.slick-prev.pull-left.slick-arrow {
    bottom: -100px;
    position: absolute;
    right: 50%;
}
.testimonail-main button.slick-next.pull-right.slick-arrow {
    left: 50%;
    position: absolute;
    bottom: -100px;
}
.more-product-grid {
    display: flex;
    align-items: center;
    gap: 15px;
  flex-wrap:wrap;
}
.best-seller-card a {
    width: 100%;
}
.Protein-shake-card-btn button {
    font-size: 20px;
    width: 100%;
}
.Protein-shake-card .d-flex {
    gap: 20px;
}
.all-btn::after, .all-btn::before {
  display: none;
}

/*FAQ CSS*/


.myaccordion {
    margin: 50px auto;
  }
  
  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }
  
  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
  }
  
  .myaccordion .fa-stack {
    font-size: 13px;
    flex:0 0 auto;
  }
  
.myaccordion .btn {
    width: 100%;
    color: #000 !important;
    background: #fff !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    box-shadow: none !important;
    padding: 10px 10px;
    text-decoration: none;
    gap: 10px;
}
  .myaccordion .card-body p {
    font-size: 14px;
    line-height: 171%;
    text-transform: capitalize;
    font-family: 'Poppins';
}
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }
  
  .myaccordion li + li {
    margin-top: 10px;
  }

  section.faq-section {
      padding: 80px 0;
  }
  .card-body p{
      letter-spacing: 0px;
      font-size: 16px;
      color: #363636;
      font-family: TradeGothicLT;
    width:100%;
  }
  /*Faq caa close*/


.Terms-innr h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Poppins-Medium';
}
.Terms-innr {
    margin-top: 35px;
}
.Terms-innr a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
      word-break: break-all;
}
.Terms-innr p {
    word-break: break-word;
}
ul.Warrnty_list li span {
    display: inline-block;
  position: absolute;
left: 0;
}
ul.Warrnty_list li p {
    display: inline-block;
    padding-left: 41px;
}
ul.Warrnty_list li {
    padding-bottom: 7px;
    position: relative;
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    text-decoration: none;
}
.subpage-main-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}
.bradcamp-sub {
    text-align: center;
    color: #fff;
    padding: 50px;
}
.subpage-banner-heading {
    text-align: center;
    /* padding: 20px 0 120px; */
}
.subpage-banner-heading h3 {
    display: none;
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.subpage-banner-heading h1 {
    font-size: 42px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
section.faq-section {
    padding: 80px 0 0;
}

.bradcamp-sub p, .bradcamp-sub p a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.faq-image-box img, .faq-image-box video, .faq-image-box iframe {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.faq-section div#accordion {
    display: block;
}
#accordion .card, .Mob_footer .card {
    border: unset;
}
#accordion .card-header, .Mob_footer .card-header {
    background-color: #fff;
    border: unset;
    padding: 0;
}
section.Terms_section h1 {
    font-size: 32px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    color: #000;
}
section.Terms_section {
    padding: 70px 0;
    margin: 0 !important;
}
.Terms-innr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.best-seller-card a h5 {
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  font-size: 15px;
  line-height: 144%;
  text-transform: capitalize;
  color: #000;
  margin-bottom:10px;
}
.Protein-shaker-heading {
    text-align: center;
    margin:20px 0;
}

.why-section-slider .item:nth-child(4) .tooltip-5 {
    bottom: 150px;
    right: 15%;
}
.why-section-slider .item:nth-child(3) .tooltip-1 {
    right: 35%;
    top: 40px;
}
.why-section-slider .item:nth-child(3) .tooltip-2 {
    top: 40px;
    left: 30%;
}
.why-section-slider .item:nth-child(3) .tooltip-5 {
    top: 130px;
    left: 30%;
}
.why-section-slider .item:nth-child(4) .tooltip-2 {
    top: 120px;
    left: 25%;
}
.why-section-slider .item:nth-child(4) .tooltip-1 {
    right: 25%;
    top: 70px;
}
.why-section-slider .item:nth-child(4) .tooltip-4 {
    right: 18%;
    top: 160px;
}
.why-section-slider .item:nth-child(5) .tooltip-2 {
    top: 210px;
    left: 25%;
}
.why-section-slider .item:nth-child(5) .tooltip-1 {
    right: 35%;
    top: 20px;
}
.why-section-slider .item:nth-child(5) .tooltip-4 {
    right: 25%;
    bottom: 25%;
}
  .why-section-slider .item:nth-child(5) .tooltip-5 {
    bottom: 32%;
    right: 15%;
}
.why-section-slider .item:nth-child(6) .tooltip-1 {
    right: 33%;
    top: 50px;
}
  .why-section-slider .item:nth-child(6) .tooltip-2 {
    top: 170px;
    left: 23%;
}
  .why-section-slider .item:nth-child(6) .tooltip-4 {
    right: 23%;
    bottom: 90px;
}
.why-section-slider .item:nth-child(6) .tooltip-4 {
    right: 45%;
    bottom: 150px;
}
.why-section-slider .item:nth-child(6) .tooltip-2 {
    top: 55px;
    left: 30%;
}
.why-section-slider .item:nth-child(7)  .tooltip-4 {
    right: 43%;
    bottom: 140px;
}
.world-product-section {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
    background: #f5f5f5;
    overflow: hidden;
}
.world-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.world-product-image {
    height: 100%;
    width: 100%;
}
.world-product-content {
    width: 60%;
    margin: 0 auto;
}
.BgBtn a i {
    margin-left: 10px;
}
.world-product-content p {
    margin: 10px 0 20px;
}
.main-Why-ShakeSphere button p {
    position: absolute;
    left: 35px;
    top: 0px;
    width: 130px;
    text-align: left;
    margin: 0;
}
.why-section-slider .item:nth-child(1) .main-Why-ShakeSphere-image button.tooltip-2 p {
    left: -100px;
}
.why-section-slider .item:nth-child(2) .main-Why-ShakeSphere-image button.tooltip-2 p {
    left: -150px;
    width: 150px;
    top: 0;
}
.why-section-slider .item:nth-child(6) .main-Why-ShakeSphere-image button.tooltip-2 p {
    left: -130px;
}
.why-section-slider .item:nth-child(5) .main-Why-ShakeSphere-image button.tooltip-2 p {
    left: -130px;
}
.why-section-slider .item:nth-child(4) .main-Why-ShakeSphere-image button.tooltip-2 p {
    left: -130px;
}
.why-section-slider .item:nth-child(3) .main-Why-ShakeSphere-image button.tooltip-5 p, .why-section-slider .item:nth-child(3) .main-Why-ShakeSphere-image button.tooltip-2 p {
    left: -130px;
}
.why-section-slider .item:nth-child(2) .main-Why-ShakeSphere-image button.btn.btn-primary.tooltip-1 {
    left: 30%;
    top: 40%;
}
.why-section-slider .item:nth-child(2) .main-Why-ShakeSphere-image .tooltip-2 {
    top: 270px;
    left: 30%;
}
.item:nth-child(2) .main-Why-ShakeSphere-image button.btn.btn-primary.tooltip-1 p {
    left: -130px;
}
.why-section-slider .item:nth-child(2) .main-Why-ShakeSphere-image .tooltip-4 {
    top: 200px;
    right: 28%;
}
.testimonail-slider .slick-vertical .slick-slide {
    height: 100%;
}
/* ============= */
.subpage-main-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 439px;
    background-position: center 33%;
    margin-bottom: 0;
    position: relative;
}
  .section-2{
       margin: 3rem 0;
        padding: 10px;
  }
  .section-3 .col-lg-6{
      width: 45%;
  }
.revolutionise-about-section {
    padding: 100px 0;
}
  .revolutionise-image {
    width: 100%;
    overflow: hidden;
}

.revolutionise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.revolutionise-content {
    width: 70%;
    margin: 0 auto;
}
.revolutionise-content p {
    margin-top: 15px;
}
.why-unique-heading {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.why-unique-heading h4 {
    margin-bottom: 15px;
    color:#fff;
}
.why-unique-heading p {
    color:#fff;
}
.why-unique {
    padding: 100px 0;
    background: #000;
}
.why-unique-grid {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(6 , 1fr);
    margin-top: 50px;
}
.why-unique-card {
    text-align: center;
    padding: 20px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    transition: all 0.5s;
    height: 100%;
    border-radius: 15px;
    background: #000;
}
/* .why-unique-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 25px;
    transform: translate(0 , -5px);
} */
.why-unique-image {
    height: 55px;
    margin: 0 auto 20px;
}
.why-unique-content p {
    color: #fff;
}
.why-unique-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}.
  .why-unique-content p {
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
}
section.product-shaker-fluid-section.Brand_shake {
    margin-bottom: 100px;
    background: #f1f1f1;
}
  section.product-shaker-fluid-section .container-fluid .col-md-6 {
    padding: 0;
}
.shaker-box-fullwidthh {
    height: 100%;
}
  .shaker-box-fullwidthh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .shaker-box-fullwidthh-content p {
    padding: 10px 0;
}
  .shaker-box-fullwidthh-content {
    width: 80%;
    margin: 0 auto;
}
  section.meet-team {
    padding: 100px 0;
}

.meet-team-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.meet-team-heading p {
    margin-top: 15px;
}
  .meet-team-card-image {
    width: 100%;
}
  .meet-team-card-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
  .meet-team-main {
    margin-top: 40px;
}
.meet-team-card-content {
    padding: 30px 25px 15px 25px;
}
  .meet-team-card-content span {
    font-size: 18px;
    font-family: 'Poppins';
    display: block;
    margin: 20px 0;
}
  .meet-team-card-content p {
    font-size: 16px;
}
  .meet-team-card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
}
.media-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.media-main {
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 40px;
}
section.media-section {
  padding: 40px 0 0;
  background: #f1f1f1;
}
.media-card {
    height: 70px;
    padding: 11px 9px;
}
.media-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.bradcamp-sub, .subpage-banner-heading {
    position: relative;
    z-index: 1;
}
.modal-backdrop.show {
    display: block;
}
span.all-prd a {
    font-size: 15px;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
}
/* banner-section-2 */
/* .Banner_connt {
    position: relative;
}
.Banner_connt {
    height: 610px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Banner_connt {
    height: 100% !important;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    margin-bottom: 2rem !important;
}
.Banner_connt_logo {
    display: flex;
    flex-direction: row;
}
.Banner_connt_logo ul {
    display: flex;
    width: 100%;
    padding: 0;
}
.Banner_connt_logo ul li {
    display: inline-block;
    flex: 1 0 30%;
    border: 1px solid #0000001a;
    border-right: 0;
}
.Banner_connt_logo ul li img {
    width:70%!important;
    margin: auto!important;
}
.Contnt_inner {
    margin: 0 120px;
    padding-top: 100px;
    width: 100%;
    max-width: 435px;
}
.Banner_connt .Contnt_inner h2 {
    font-size: 36px !important;
}
.Banner_connt .Contnt_inner h2 {
    text-transform: capitalize;
}
.Banner_connt .Contnt_inner h2, .Contnt_inner h1 {
    margin-bottom: 10px;
}
.Banner_connt p {
    max-width: 760PX;
}
.Contnt_inner p {
    color: gray;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
}
a.Custm_btn i {
    padding-left: 5px;
    font-size: 17px;
}
a.Custm_btn {
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 24px;
    font-size: 14px;
    padding: 12px 23px;
    background: #000;
    color: #fff;
    font-family: Poppins-SemiBold;
}
.BgBtn {
    margin-top: 34px;
}
.plz {
    padding-left: 0;
}
.Banner_img {
    height: 634px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}
.Shack_head {
    margin-top: 10px;
}
.Banner_img .Shack_head {
    position: absolute;
    z-index: 99999;
    bottom: 106px;
}
.ClientSlider .owl-dots, .ClientSlider .owl-nav {
    display: none;
}
.WordImg {
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
    position: absolute;
    left: 44px;
    right: 0;
    bottom: 61px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
section.BannerSction {
    margin-bottom: 50px;
} */
/* banner-section-2 */

.faq-image-box {
    height: 500px;
}
/* shaker-video-section */
.shaker-video {
    width: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
}
.shaker-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.shaker-video-section {
    padding: 30px 0;
}
.shaker-video .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 22px;
    height: 24px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 24px;
}

.shaker-video .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #000000;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.shaker-video .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #000000;
    border-radius: 50%;
    transition: all 200ms;
}

.shaker-video .video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.shaker-video .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.shaker-video .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.shaker-video .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.shaker-video .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.shaker-video .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.shaker-video .video-overlay-close:hover {
  color: #fa183d;
}

.shaker-video .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
/* shaker-video-section */

.rte.scroll-trigger.animate--slide-in {
    font-size: 18px;
        font-family: 'Poppins-Medium';
}


.tumbler-view {
    background-position: bottom;
}
.tumbler-steel {
    background-position: top;
}
.double-wall-mixer-jug {
    background-position: top;
}
.tritan-max {
    background-position: center;
    height: 100vh !important;
}
.shakesphere-mini {
    height: 100vh !important;
}
.cooler-shaker {
    height: 80vh !important;
}
.coffee-cup {
    height: 100vh !important;
    background-position: bottom;
}
.mini-bottle-flip-straw {
    height: 70vh !important;
    background-position: center 50%;
}
.tritan-tumbler {
    height: 100vh !important;
}
.announcementBar {
  background-color: #000;
  padding: 10px 0;
}
.announcementBar p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.header-btn a.nav-link {
  font-size: 15px;
  position:relative;
}
section.best-seller-section {
  margin: 50px 0;
}
.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

/*varun-css-start (15-05-2024)  */
.banner-content {
    background-color: #000000;
    padding: 90px 0px 30px 0px;
    text-align: center;
}
header .navbar .d-hide {
    display: none;
}
header a.nav-link img {
    width: 40px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
header nav.navbar .quant-no {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Poppins';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  right: -4px;
  bottom: -4px;
  font-weight: 600;
}
header nav.navbar .navbar-nav li.nav-item {
    padding: 10px 0px;
}
@media(min-width: 1200px) {
  li.nav-item.about-us, li.nav-item.contact-us, li.nav-item.blog, li.nav-item.warranty {
    display:none;
  }
}
iframe#admin-bar-iframe {
  display: none !important;
}
/*varun-css-end*/