/** Shopify CDN: Minification failed

Line 4141:2 Unexpected "`"
Line 4927:0 Unexpected "}"

**/
/* .site-header__logo-image{
pointer-events: all;
} */
.grid__item.medium-up--one-quarter.logo-align--left{
pointer-events: none;
}
/* html {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5 !important;
} */

#us-vs-them {
  margin-bottom: 20px;
}

#us-vs-them h1 .red{
  box-sizing: content-box;
  padding-right: 27px;
}

.or-prdct-txt {
  width: 50%;
}

.or-prdct-txt p {
  width: 95%;
}

.or-prdct-img {
  width: 50%;
}


/* Button stuff */
/* ------------ */
button, .spp-add-crt button#AddToCart-product-template, .btn{
  transition: 0.3s;
  border-color: #ef3742;
}
button, .slider-related-pro .slick-slide.slick-active form .btn:hover, .spp-add-crt button#AddToCart-product-template:hover, .btn:hover{
  background-color: white;
  color: #f03641;
  opacity: 1;
  border-color: red;
}
.template-collection #Collection .col_btn{
  border: 2px solid #f03641;
}
.template-collection #Collection .col_btn:hover{
  background-color: white !important;
  border: 2px solid #f03641;
  color: #f03641;
}
.related-products input.btn:hover{
  background-color: white !important;
}

.foo-text-col .col_foo_area a{
  transition: 0.3s;
  border: 2px solid #f03641;

}
.foo-text-col .col_foo_area a:hover{
  background-color: #f8f8f8;
  border: 2px solid #f03641;
  color: #f03641;
}

a.white-btn.btn{
  background-color: #f03641;
  color: white;
  transition: 0.3s;
  border-color: white;
}
a.white-btn:hover{
  background-color: rgb(255,255,255,1);
  color: #f03641;
  border-color: white;
}

a.btn.red-btn{
  border: solid 2px white;
}
a.red-btn:hover{
  background-color: white;
}
.img_link{
  transition: 0.3s;
  border: solid 2px #f03641
}

.img_link:hover{
  background-color: white;
  color: #f03641;
}


a.btn.btn--tertiary.btn--small{
  background-color: white;
}
a.btn.btn--secondary.btn--has-icon-before.return-link{
  background-color: white;
  border: none;
}

.faq-backtp-btn a{
  transition: 0.3s;
  border: solid 2px #f03641;
  border-bottom: solid 2px #f03641 !important;
}

.faq-backtp-btn a:hover{
  border: solid 2px #f03641;
  background-color: white;
  color: #f03641;
}
/* Loader circle on store locator */
/* ------------------------------ */
.loader-fader{
  transition:
}
.loader-container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 1500px;
  width: 100%;
  height: 400px;
  z-index: 1;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
  pointer-events: none;
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #fe0014;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-bottom: 150px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

/* How we do things vs how they do things */
/* -------------------------------------- */
.us-vs-them-sec{
  text-align: center;
  display: flex;
  margin-top: 100px;
}
.us-vs-them-sec h1{
  flex: 1;
  margin: 0;
  margin-bottom: 25px;

}
.red{
  color: red;
}
.how-we-vs-how-they .extra-h3{
  margin-top: 20px;
}
.how-we-vs-how-they-flex{
  display: flex;
}
.how-we-vs-how-they{
  flex: 1;
  text-align: center;
  border: solid red 1px;
  border-right: none;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.left-how-we{
  border-left: none;
  /*   border-right: solid red 1.5px; */
}
.left-how-we h3{
  color: red;
}
.right-how-we{
  border-right: none;
  /*   border-left: solid red 1.5px; */
}
.how-we-vs-how-they-flex:before{
  content: 'Hello';
  position: absolute;
  left: 51.5%;
  background-color: white;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 25px;

}
.how-we-kernels:before{
  content: 'Kernels';
}
.how-we-oils:before{
  content: 'Oils';
}
.how-we-flours:before{
  content: 'Flours';
}
.how-we-salts:before{
  content: 'Salts';
}
.how-we-vs-how-they h3, .how-we-vs-how-they p{
  margin: 0;
}
.how-we-vs-how-they h3{
  font-size: 16px;
  margin-bottom: 10px;
}
.how-we-vs-how-they p{
  font-size: 12px;
}
.how-we-vs-how-they p:before{
  content: '\2022';
  margin-right: 5px;
}

@media(max-aspect-ratio: 8/10){
  .us-vs-them-sec{
    margin-top: 5vw;
  }
  .us-vs-them-sec h1{
    font-size: 6vw;
    margin-bottom: 10vw;
  }
  .how-we-vs-how-they-flex:before{
    font-size: 5vw;
    left: 53%;
  }
  .how-we-vs-how-they p{
    font-size: 2.8vw;
  }
  .how-we-vs-how-they h3{
    font-size: 3.7vw;
    margin-bottom: 2vw;
  }
}

/* --------------------- Bold Store Locator----------------
----------------------------------------------------------- */
#col-main{
  width: 80%;
  margin: 0px auto;
}

#mobile-thumbnails {
  display: none;
}
.slick-list.draggable {
  height: fit-content;
}
body {
  scroll-behavior: smooth;
}

.site-header
{
  position:relative !important;

}
.grid.grid--no-gutters.grid--table.site-header__mobile-nav {
  padding: 0 35px !important;
  display: flex;
}
.mob {
  display: none;
}
.desk {
  display: block;
}
.faq-lrn-mr-blck a {
  border-bottom: none !important;
}
a:not([disabled]):hover, a:focus{}

.serviIcon li svg {
  width: 98px;
}
div#shopify-section-1553858212979 {
  margin-top: 40px;
}

.desktop-services-icon {
  text-align: center;
  margin-bottom: 64px;
  width:
}
.desktop-services-icon p{
  width: 65%;
  margin: 0 auto 40px;
  font-weight: lighter;
  color: #c7c7c7;
  font-size: 1.125em;
  line-height: 24px;
  text-align: center;
}
.desktop-services-icon h2 {
  font-size: 55px;
  color: #000;
  font-weight: 500;
  text-align: center !important;
  letter-spacing: 0;
  text-transform: none;
}
.desktop-services-icon .section-header {
  margin-bottom: 0;
}

.serviIcon li {
  display: inline-block;
  width: 16.5%;
  float: left;
}
.serviIcon li g {
  fill: #ef3742;
}
.serviIcon li p {
  color: #ef3742;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
}
.serviIcon li p span {
  display: block;
}

.sec-subtitle.text-center h2{
  font-size: 1em;
}
.sec-products .section-header h2 {
  font-size: 55px;
  color: #000;
  margin: 0 auto 17.5px;
  font-weight: 500;
  line-height: 45px;
  text-align: center !important;
  text-transform: none;
  letter-spacing: 0;
}
.sec-products .section-header {
  margin-bottom: 10px;
}
.sec-products .sec-subtitle p {
  text-transform: none;
  letter-spacing: normal;
  color: #c7c7c7;
  font-size: 1.125em;
  width: 65%;
  margin: 0 auto;
}
.sec-products .sec-subtitle {
  margin-bottom: 30px;
}
.sec-products .logo-bar .logo-bar__item {
  max-width: 25% !important;
  margin: 0;
  float: left;
  padding: 0 27px;
  display: block;
}
.sec-products .logo-bar .logo-bar__item p.logo_text {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.sec-products a {
  background: #f03641;
  color: #fff;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
/* .sec-products a:hover, .feature-row__text a.btn:hover {
color: #f03641;
background-color: rgb(255,255,255,1);
opacity: 1;
border-color: white;
} */
.home-products {
  margin-bottom: 70px;
}
/*==== Header ====*/
.site-header__logo img {
  width: 70px;
  max-width: unset;
}
nav#AccessibleNav ul#SiteNav {
  text-align: right;
  margin: 35px 0;
  float:right;
}
.site-header .site-header__icons {
  width: auto;
  float: right;
  padding: 21px 0;
  height: 100;
  display: flex;
}
.site-header nav#AccessibleNav {
  display: inline-block;
  width: 90%;
}
nav#AccessibleNav ul#SiteNav a {
  font-weight: 800;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav#AccessibleNav ul#SiteNav li {
  margin-left: 10px;
}
/*==== End Header ====*/
/*==== Banner ====*/
.template-index main#MainContent {
  padding-top: 0;
}
div#shopify-section-1553575425550 {
  background: #f03641;
}
.slideshow__text-content-list .slideshow__title {
  font-size: 65px;
  font-weight: 400;
}
.slideshow__text-content-list .mega-subtitle {
  font-size: 65px;
  line-height: 32px;
}
.slideshow__text-content .slideshow__btn-wrapper .slideshow__btn {
  background: transparent;
  border: 3px solid;
  padding: 1px 30px;
  border-radius: 32px;
  min-height: unset;
  font-weight: 500;
}
div#shopify-section-slideshow {
  padding-bottom: 0;
}
/*==== End Banner ====*/
/*==== Zero really adds ====*/
.rich-text__heading--medium h2.h3 {
  font-size: 40px;
  color: #000;
}
.rich-text__heading--medium h2.h3 {
  font-size: 45px;
  color: #000;
  font-weight: 500;
}
.rich-text__text--medium.rte-setting p {
  width: 56%;
  margin: 0 auto;
  font-weight: lighter;
  color: #c7c7c7;
  font-size: 16px;
  line-height: 24px;
}
.zeroReallyIcon {
  display: flex;
}
.zeroReallyIcon .logo-bar__item {
  width: 100%;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
}
.zeroReallyIcon .right-logo-text p {
  font-size: 18px;
  color: #f03641;
  font-weight: 600;
  line-height: 23px;
}
.zeroReallyIcon .right-logo-text p span {
  display: block;
}
.icon-text {
  margin-bottom: 40px;
}
/*==== End Zero really adds ====*/
/*==== Logo Slider ====*/
.custom-logo-slider .nbs-flexisel-inner .nbs-flexisel-nav-left {
  background: url(../../../files/rightArrow_1815.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.custom-logo-slider .nbs-flexisel-inner .nbs-flexisel-nav-right {
  background: url(../../../files/leftArrow_1820.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.logo-slider {
  background: #f7f7f7;
}
.logo-bar {
  margin-bottom: 0;
}
.logo-slider .section-header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.logo-slider .section-header h2 {
  margin-top: 50px;
  text-align: center!important;
  text-transform: none;
  color: #000;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: unset;
}
.custom-logo-slider .nbs-flexisel-inner {
  background: transparent;
  border: 0;
}
/*==== End Logo Slider ====*/
/*==== Left Image ====*/
#shopify-section-1553575425550 .feature-row__text {
  text-align: left;
}
#shopify-section-1553575425550 .feature-row__text h2.h3 {
  font-size: 44px;
  color: #fff;
  width: 100%;
  font-weight: 500;
  line-height: 44px;
}
.two-img-text .feature-row__text h2.h3 {
  font-size: 55px;
  color: #000;
  font-weight: 500;
  line-height: 57px;
}
.simplicity_match_text_to_other_h3s{
  font-size: 55px;
  color: #000;
  font-weight: 500;
  line-height: 57px;
}
.feature-row__text .featured-row__subtext {
  width: 64%;
  margin: 0 auto 30px;
}
.feature-row__text .featured-row__subtext p {
  color: #c7c7c7;
}
a.btn {
  background: #f03641;
  border-radius: 27px;
  padding: 5px 15px;
  font-weight: 500;
  border: 2px solid #f03641;
}
#shopify-section-1553575425550 .feature-row__image-wrapper {
  margin-top: 60px;
}
.two-img-text-left .feature-row__item .feature-row__image-wrapper .homeFeaturedImg img.homeRedImg {
  float: right;
  margin-top: -30%;
  position: relative;
  z-index: 99;
}
.two-img-text-left .feature-row__item .feature-row__image-wrapper .homeFeaturedImg {
  /*padding-top: 108vh !important;*/
}
.two-img-text-left .feature-row__item .feature-row__image-wrapper, .two-img-text-right .feature-row__item .feature-row__image-wrapper {
  max-height: unset !important;
}
.two-img-text .imgText-1 {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.two-img-text-left .feature-row__item .feature-row__image-wrapper img.feature-row__image {
  max-width: 90% !important;
  max-height: 100% !important;
}
.two-img-text-right .feature-row__item .feature-row__image-wrapper .feature-row__image {
  max-width: 80% !important;
  height: auto !important;
  max-height: 100% !important;
  right: 0;
}
.two-img-text-right .feature-row__item .feature-row__image-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.two-img-text-left .feature-row__item .feature-row__image-wrapper {
  max-width: 100% !important;
}
.two-img-text-left .feature-row__item {
  position: relative;
}
.two-img-text .feature-row__item {
  text-align: center;
}
.two-img-text-right .feature-row__item .feature-row__image-wrapper .homeFeaturedImg {
  padding-top: 50% !important;
  padding-bottom: 20%;
}
.two-img-text-right .feature-row__item .feature-row__image-wrapper img.homeRedImg {
  position: relative;
  margin-top: -8%;
  margin-left: -60%;
}

.two-img-text-right {
  margin-bottom: 40px !important;
}
/*==== End Left Image ====*/
/*==== Footer ====*/
.rightFooterNews h2 {
  float: left;
  margin: 0;
  color: #fff;
  padding: 18px 0;
  font-weight: 500;
  font-size: 19px;
  margin-right: 20px;
}
#shopify-section-footer .site-footer .page-width {
  padding-left: 0;
  padding-right: 0;
}
#shopify-section-footer .site-footer .footerBlock .site-footer__item-inner {
  width: 100%;
}
.rightFooterNews form#Contact_footer .input-group #Contact_footer-email {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
}
.rightFooterNews form#Contact_footer .input-group span.input-group__btn #Subscribe {
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}
.rightFooterNews form#Contact_footer .input-group #Contact_footer-email::placeholder {
  color: #fff;
  opacity: 1;
}
.rightFooterNews form#Contact_footer .input-group {
  border: 2px solid #fff;
  border-radius: 30px;
}
.rightFooterNews {
  float: right;
  width: 65%;
  display: flex;
  align-items: center;
}
.deskTopFooter .rightFooterNews form#Contact_footer {
  margin-bottom: 0;
  float: right;
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 64%;
}
.rightFooterNews form#Contact_footer span#Contact_footer-email-error {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  border: 1px solid;
  display: inline-block;
  width: auto;
  padding: 0 20px;
}
.leftFooterSocial {
  float: left;
}
footer.site-footer {
  background-color: #f03641;
}
.logo-slider .page-width {
  padding-left: 0;
  padding-right: 0;
}
#shopify-section-footer .site-footer .footerBlock:first-of-type {
  width: 34%;
}
#shopify-section-footer .site-footer .footerBlock {
  margin-bottom: 0;
  width: 22%;
  float: left;
}
#shopify-section-footer .site-footer .site-footer__content {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.footerBlock .site-footer__item-inner .h4 {
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.footerBlock .site-footer__item-inner ul a {
  color: #fff;
  font-weight: 200;
}
.footerSocial li a {
  color: #F03641;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 2px 0;
}
#shopify-section-footer ul.footerSocial li {
  padding-right: 0;
}
.social-icons .icon {
  width: 18px;
  height: 18px;
}
small.site-footer__copyright-content, small.site-footer__copyright-content a {
  color: #fff;
}
#shopify-section-footer .site-footer {
  margin-top: 0;
}
/*==== End Footer ====*/

.MobileFooter {
  display: none;
}
.mob-services-carousel {
  display: none;
}
.mob-products-carousel {
  display: none;
}
.jssora053 svg polyline.a {
  stroke: #fff;
}
/*===== Start Mob slider =====*/
.mobMainSlider div .mobSliderText {
  position: absolute !important;
  visibility: visible;
  float: left;
  bottom: 27px;
  text-align: center;
}
.mobMainSlider div .mobSliderbtn .mobileShopBtn {
  color: #fff;
  display: inline-block;
  background: #ef3742;
  padding: 6px 30px;
  text-transform: uppercase;
}
.jssorb052 .i.iav .b {
  fill: #EF3742;
}
@media(min-width:681px) and (max-width:749px){
  #jssor_1 {
    height: 550px !important;
  }
  #jssor_1 > div:first-child {
    height: 350px !important;
  }
  #jssor_1 > div:first-child > div {
    height: 520px !important;
  }
  .mobMainSlider > div {
    /*     height: 520px !important; */
  }
  .mobMainSlider > div > div {
    /*     height: 510px !important; */
  }
  .mobMainSlider div .mobSliderbtn .mobileShopBtn {
    color: #fff;
    display: inline-block;
    background: #ef3742;
    padding: 5px 30px;
    text-transform: uppercase;
    width: 30%;
    font-size: 23px;
    border-radius: 30px;
  }
  .mobMainSlider .mobSliderbtn {
    bottom: -103px;
  }
  .mobMainSlider div .mobSliderText {
    bottom: -51px;
  }
  .mobMainSlider div .mobSliderText p {
    font-size: 24px;
    text-transform: uppercase;
  }
  .mobMainSlider > div > div img {
    position: static !important;
    width: 50% !important;
    height: auto !important;
    display: inline-block !important;
    margin-top: 1px;
  }
  .mobMainSlider div {
    position: absolute !important;
    height: auto !important;
    overflow: visible !important;
    bottom: 0;
    width: 100% !important;
    text-align: center;
  }
  .mobMainSlider {
    position: static !important;
    float: left !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media(min-width:601px) and (max-width:680px){

  #jssor_1 {
    height: 480px !important;
  }
  #jssor_1 > div:first-child {
    height: 350px !important;
  }
  #jssor_1 > div:first-child > div {
    height: 520px !important;
  }
  .mobMainSlider > div {
    /*     height: 520px !important; */
  }
  .mobMainSlider > div > div {
    /*     height: 510px !important; */
  }
  .mobMainSlider div .mobSliderbtn .mobileShopBtn {
    color: #fff;
    display: inline-block;
    background: #ef3742;
    padding: 5px 30px;
    text-transform: uppercase;
    width: 30%;
    font-size: 23px;
    border-radius: 30px;
  }
  .mobMainSlider .mobSliderbtn {
    bottom: -103px;
  }
  .mobMainSlider div .mobSliderText {
    bottom: -51px;
  }
  .mobMainSlider div .mobSliderText p {
    font-size: 24px;
    text-transform: uppercase;
  }
  .mobMainSlider > div > div img {
    position: static !important;
    width: 50% !important;
    height: auto !important;
    display: inline-block !important;
    margin-top: 1px;
  }
  .mobMainSlider div {
    position: absolute !important;
    height: auto !important;
    overflow: visible !important;
    bottom: 0;
    width: 100% !important;
    text-align: center;
  }
  .mobMainSlider {
    position: static !important;
    float: left !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media(min-width:500px) and (max-width:600px){
  #jssor_1 {
    height: 460px !important;
  }
  #jssor_1 > div:first-child {
    height: 350px !important;
  }
  #jssor_1 > div:first-child > div {
    height: 520px !important;
  }
  .mobMainSlider > div {
    /*     height: 520px !important; */
  }
  .mobMainSlider > div > div {
    /*     height: 510px !important; */
  }
  .mobMainSlider div .mobSliderbtn .mobileShopBtn {
    color: #fff;
    display: inline-block;
    background: #ef3742;
    padding: 8px 30px;
    text-transform: uppercase;
    width: 30%;
    font-size: 23px;
    border-radius: 30px;
  }
  .mobMainSlider .mobSliderbtn {
    bottom: -110px;
  }
  .mobMainSlider div .mobSliderText {
    bottom: -51px;
  }
  .mobMainSlider div .mobSliderText p {
    font-size: 33px;
    text-transform: uppercase;
  }
  .mobMainSlider > div > div img {
    position: static !important;
    width: 50% !important;
    height: auto !important;
    display: inline-block !important;
    margin-top: 1px;
  }
  .mobMainSlider div {
    position: absolute !important;
    height: auto !important;
    overflow: visible !important;
    bottom: 0;
    width: 100% !important;
    text-align: center;
  }
  .mobMainSlider {
    position: static !important;
    float: left !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media(min-width:413px) and (max-width:499px){
  .mobMainSlider div .mobSliderText {
    position: absolute !important;
    visibility: visible;
    float: left;
    bottom: -63px;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
  }
  .innerMobSlider .mobSliderbtn {
    bottom: -127px;
  }
  #jssor_1 {
    height: 380px !important;
  }
  #jssor_1 > div:first-child {
    height: 350px !important;
  }
  #jssor_1 > div:first-child > div {
    height: 520px !important;
  }
  .mobMainSlider > div {
    /*     height: 520px !important; */
  }
  .mobMainSlider > div > div {
    /*     height: 510px !important; */
  }
  .mobMainSlider div .mobSliderbtn .mobileShopBtn {
    color: #fff;
    display: inline-block;
    background: #ef3742;
    padding: 8px 60px;
    text-transform: uppercase;
    font-size: 29px;
    width: 50%;
    border-radius: 30px;
  }
  .mobMainSlider > div > div img {
    position: static !important;
    width: 50% !important;
    height: auto !important;
    display: inline-block !important;
    margin-top: 1px;
  }
  .mobMainSlider div {
    position: absolute !important;
    height: auto !important;
    overflow: visible !important;
    bottom: 0;
    width: 100% !important;
    text-align: center;
  }
  .mobMainSlider {
    position: static !important;
    float: left !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media(min-width:320px) and (max-width:412px){
  #st-img1b {
    display: flex;
    justify-content: flex-end;
    height: 400px;
  }

  #st-img3b {
    display: flex;
    height: 200px;
    bottom: 38rem;
  }
  #st-img3b img {
    width: 55%;
    right: 0;
  }
  #st-img1b img {
    width: 65%;
    left: 0;
  }
  #jssor_1 {
    height: 390px !important;
    margin-bottom: 20px !important;
  }
  #jssor_1 > div:first-child {
    height: 350px !important;
  }
  #jssor_1 > div:first-child > div {
    height: 660px !important;
    top: -200px !important;
    position: relative !important;
  }
  .mobMainSlider > div {
    /*     height: 800px !important; */
  }
  .mobMainSlider:first-child {
    display: none;
  }
  .mobMainSlider > div > div {
    /*     height: 510px !important; */
  }
  .mobMainSlider div .mobSliderbtn .mobileShopBtn {
    color: #fff;
    display: inline-block;
    background: #ef3742;
    padding: 15px 70px;
    text-transform: uppercase;
    font-size: 35px;
    border-radius: 40px;
    width: 50%
  }
  .mobMainSlider > div > div img {
    position: static !important;
    width: 50% !important;
    height: auto !important;
    display: inline-block !important;
    margin-top: 1px;
  }
  .mobMainSlider div {
    position: absolute !important;
    overflow: visible !important;
    width: 100% !important;
    text-align: center;
  }
  .mobMainSlider .mobSliderbtn {
    bottom: -340px;
  }
  .mobMainSlider {
    position: static !important;
    float: left !important;
    height: auto !important;
    overflow: visible !important;
  }
  .mobMainSlider div .mobSliderText {
    bottom: -230px;
  }
  .mobMainSlider div .mobSliderText p {
    font-size: 42px;
  }
  .jssorb052 .i.iav .b {
    fill: #EF3742;
  }
  .mobSliderImg {
    display: none !important;
  }
}
/*===== End Mob slider =====*/
.mob-brand-carousel {
  display: none;
}
/**store locator css start**/
.stockist-powered-by-link{
  display: none;
}
.stre-blcks {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
  margin-bottom: 20rem;
}
.stre-blck1 a {
  background: #ef3742;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 38px !important;
  border-radius: 58px;
  border: solid 2px #ef3742;
  border-bottom: solid 2px #ef3742 !important;
  font-size: 15px;
  transition: 0.3s;
}
.stre-blck1 a:hover{
  background-color: white;
  color: #ef3742 !important;
}
.stre-blck1 h2 {
  color: #000;
  letter-spacing: 0;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3rem;
  text-transform: none;
}
.stre-blck1 {
  text-align: center;
  flex: 1;
}
.stre-blck1 a:hover{
  color:#fff;
}
.stockist-icon-marker:before{
  color: #fe0014;
}
.stockist-feature-color{
  color: #fe0014;
}
.stockist-feature-bg-color{
  background-color: transparent !important;
  border: 1px solid #fe0014 !important;
}
.stockist-icon-search{
  color: #fe0014;
}
/**store locator css end**/

/**shopping cart css start**/
.cart-custm {
  display: flex;
  justify-content: space-between;
}
.cart-custm .crt-outtr-dv {
  width: 63%;
}
.cart-custm .cart__footer {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .24);
  border-radius: 20px;
  width: 30%;
  padding: 25px;
}
.cart-custm .cart__footer .text-right {
  text-align: left !important;
}
.cart-custm span.cart__subtotal-title {
  color: #b9b9b9 !important;
  font-size: 20px;
  text-transform: uppercase;
}
.cart-custm span.cart__subtotal {
  color: #000 !important;
  font-size: 17px;
}
.cart-custm .cart__submit-controls input.cart__submit {
  background: #f03641;
  width: 100%;
  border-radius: 20px;
  padding: 10px 0;
  font-size: 17px;
}
.cart-custm .cart__submit-controls input.cart__submit:hover{
  background: #f03641;
}
.cart-brdr {
  border: 1px solid #9b9b9b;
  margin-bottom: 20px;
}
.cart-custm .cart__shipping.rte {
  margin-bottom: 0;
}
.cart-custm td.cart__price-wrapper {
  display: none;
}
.cart-custm th.cart__row-price {
  display: none;
}
.dle-icn img {
  width: 33px;
  vertical-align: middle;
}
.dle-icn {
  display: inline-block;
}
.dle-icn a {
  border-bottom: unset;
}
.cart-custm .cart__qty .cart__qty-input {
  border: 2px solid #f03641;
  padding: 2px 0;
}
.cart-custm {
  margin-bottom: 40px;
}
.prce-rspnsve {
  display: none !important;
}
.cart__qty.rspnsve {
  display: none;
}
.man-hdng{
  text-align:left !important;
}
/**shopping cart css end**/
/**artile blog css start**/
.art-innrblg-lft {
  width: 60%;
}
.art-innrblg-rght {
  width: 32%;
}
.atcle-ottrblg-dv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.art-innrblg-rght h2 {
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
.art-innrblg-rght li img {
  width: 160px;
}
.art-innrblg-rght li a {
  text-decoration: unset;
}
.art-innrblg-rght li a {
  text-decoration: unset;
  line-height: 22px;
}
.art-innrblg-rght li {
  margin-bottom: 3.5rem;
  text-align: center;
}
.art-innrblg-rght li img {
  width: 100%;
  margin-bottom: 6px;
}
.artcl-poppst{
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .24);
  border-radius: 20px;
  padding: 35px 28px;
}
.arct-seeal-btn {
  background: #ef3742;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}
.arct-seeal-btn a.artcle-see-all {
  color: #fff;
  text-transform: uppercase;
}
.arct-seeal-btn a.artcle-see-all:hover{
  text-decoration:unset;
}
.art-innrblg-lft .section-header.text-center img {
  width: 100%;
}
.art-innrblg-lft h1.article__title {
  text-align: left;
  font-size: 28px;
  line-height: 34px;
  margin: 28px 0;
}
.innr-bld-nam-dte span.article__author {
  color: #ef3742;
  text-transform: uppercase;
  font-size: 14px;
}
.art-innrblg-lft .rte img {
  margin-bottom: 12px;
}
.art-innrblg-lft p b {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.art-innrblg-lft .rte .scrollable-wrapper table td p b {
  font-weight: 600;
  font-size: 14px;
}
.art-innrblg-lft .rte .scrollable-wrapper table td p span {
  font-size: 13px;
  line-height: 18px;
}
.art-innrblg-lft .rte .scrollable-wrapper table td {
  padding: 8px;
}
.bck-rdbtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.bck-btn-dv {
  background: #ef3742;
  padding: 9px 35px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bck-btn-dv a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.bck-btn-dv a:hover{
  color:#fff;
  text-decoration:none;
}
.rd-nxt-pst a {
  background: unset;
  color: #69727b;
  letter-spacing: 0;
  text-decoration: underline;
}
.rd-nxt-pst a:hover{
  background: unset !important;
  color: #69727b !important;
  text-decoration: underline;
}
.artcle-sldr-hdng h2 {
  font-size: 28px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.artcle-sldr-hdng {
  border-bottom: 2px solid #c3c3c3;
  margin-bottom: 8rem;
}
.artcl-blg-sldr {
  margin: 7rem 0;
}
.artcl-sldr p{
  font-size:18px;
  font-weight:400 !important;
  margin:1rem 0;
  text-align:center
}
.template-article #MainContent .text-center.return-link-wrapper.page-width {
  text-align: left !important;
  margin-bottom: 2rem;
  padding: 0;
  border: unset;
  margin-left: 35px;
  margin-right: 35px;
}
.artcl-blg-nam-dte {
  display: flex;
  justify-content: space-between;
}
.artcl-blg-lne {
  border: 1px solid #b9b9b9;
  margin: 28px 0 15px;
}
.artcl-blg-sldr .artcl-sldr button.slick-prev {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/rightArrow.png?3980);
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  background-size: 15px;
}
.artcl-blg-sldr .artcl-sldr button.slick-next {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/leftArrow.png?3980);
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  background-size: 15px;
  background-position: right;
}
.artcl-blg-sldr .artcl-sldr button::before{
  content:unset;
}
.artcl-bg-prodct .product-card .artl-prdct-txt {
  left: 0;
  position: absolute;
  top: 30%;
  right: 0;
  margin: auto !important;
  background: #ef3742;
  width: 160px;
  border-radius: 5px;
  padding: 12px;
}
.artcl-bg-prodct .product-card .productImg-1 img {
  width: 80%;
  margin-bottom: 0;
}
.artcl-bg-prodct {
  background: #ef3742;
  padding: 20px;
  margin-top: 5rem;
}
.artl-prdct-txt .newProductDis h2 {
  color: #000;
  font-weight: 600;
}
.artl-prdct-txt .newProductDis h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.artl-prdct-txt .pro_price span.product-price {
  color: #fff;
}
.artl-prdct-txt form input {
  background: unset;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 12px;
  margin: 1rem 0;
}
.artl-prdct-txt form input:hover{
  background:unset;
}
.artcl-bg-prodct .grid-view-item.product-card {
  margin: 0;
}
.artl-prdct-txt form input:hover{
  background:unset;
}
.artcl-blg-sldr.rspnsive-vew {
  display: none;
}
div#CartCount.site-header__cart-count {
  background: #ef3742;
}
.template-article .return-link-wrapper a.btn--has-icon-before.return-link {
  text-transform: capitalize;
  color: #999999;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
}
.template-article .text-center.return-link-wrapper.page-width {
  margin-top: 0;
}
.template-article .main-content {
  padding-top: 32px;
}
.template-article .grid__item.medium-up--five-sixths.medium-up--push-one-twelfth {
  width: 100%;
  left: 0;
  padding-left: 0;
}
.template-article article.page-width {
  padding: 0;
}
.art-innrblg-rght li a p {
  font-size: 15px;
  margin-top: 8px;
}
.artl-prdct-txt form input:hover{background:unset !important;}
.artcl-bg-prodct .newProductCollection li {
  margin-bottom: 0;
}
.art-innrblg-lft p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}
.art-innrblg-lft p strong {
  color: #000;
  margin-top: 50px !important;
  font-size: 20px;
  font-weight: 400;
}
.art-innrblg-lft p span a {
  text-decoration: unset;
}
.innr-btn-dv.rd-nxt-pst a {
  color: #949494;
  font-size: 17px;
  text-transform: capitalize;
  text-decoration: none;
}
.template-article article.page-width .grid {
  margin-left: 0;
}
/**artile blog css end**/

/**footer strt**/
.deskTopFooter .input-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
/**footer end**/

/**conatct page css start**/
.cntct-frm-otr .section-header.text-center h1 {
  color: #000;
  font-size: 46px;
}
.cntct-frm .medium-up--one-half label, .cntct-txtara label {
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cntct-frm .medium-up--one-half input {
  border: 2px solid #c2c2c2;
  width: 90%;
  border-radius: 34px;
  height: auto;
  padding: 12px;
  font-size: 18px;
}
.cntct-frm .medium-up--one-half input::placeholder, .cntct-txtara textarea{
  color:#69727b;
}
.cntct-frm .medium-up--one-half select {
  border: 2px solid #c2c2c2;
  border-radius: 30px;
  padding: 13px;
  color: #69727b;
  width: 90%;
}

.cntct-frm .medium-up--one-half input:focus {
  border: 2px solid #000;
}
.cntct-frm .medium-up--one-half {
  margin-bottom: 10px;
}
.cntct-txtara textarea {
  border-radius: 30px;
  border: 2px solid #c2c2c2;
  height: 150px;
  resize: none;
  font-size: 18px;
}
.cntnt-submt-btn input {
  background: #ef3742;
  font-size: 18px;
  padding: 12px 110px;
  border-radius: 40px;
}
.cntnt-submt-btn input:hover {
  background: #ef3742 !important;
}
.cntnt-submt-btn {
  text-align: center;
  margin: 3rem;
}

.cntct-pge {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.cntct-blg1 p {
  font-size: 18px;
  color: #000;
  margin-bottom: 18px;
}
.cntct-blg1 h3 {
  margin: 0;
  color: #ef3742;
  border-bottom: 2px solid;
  font-size: 25px;
}
.cntct-blg1 {
  margin-bottom: 60px;

}
.cntct-sldr .eapps-instagram-feed-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 35px;
  font-weight: 500;
}
.cntct-sldr {
  margin: 3rem 0 5rem;
}
.cntct-sldr .eapps-instagram-feed-posts-item-media {
  padding: 0 20px;
}
.cntct-sldr .eapps-instagram-feed-posts-item-overlay {
  margin: 0 20px;
}
.contactContent .eapps-instagram-feed-posts-slider-nav .eapps-instagram-feed-posts-slider-nav-icon {
  fill: #9a9a9a !important;
  height: 30px;
  width: 20px;
}
.contactContent .eapps-instagram-feed-posts-slider-nav .eapps-instagram-feed-posts-slider-nav {
  background: unset !important;
  box-shadow: unset !important;
}
.rte.cntct-rte {
  width: 90%;
  margin: 0 auto;
}
.cntn-blgsec-otr {
  display: flex;
  margin: 0 auto;
  width: 100%;
}
/**conatct page css end**/

/**faq css start**/
.page-width-faq .rte h1 {
  text-align: center;
  color: #000;
  font-size: 60px;
  margin-bottom: 40px;
}
.page-width.fq-sc {
  margin-top: 40px;
}
.fq-sc button.accordion {
  background: #fff;
  border-top: 2px solid #eeee;
  padding: 24px 0;
  font-size: 22px;
  color:#000;
}
/* .fq-sc .accordion:after {
content: '\002B';
color: #ef3f4a;
font-weight: bold;
float: right;
margin-left: 5px;
border: 2px solid #ef3f4a;
height: 40px;
width: 40px;
text-align: center;
border-radius: 50%;
} */

.faq-backtp-btn {
  text-align: center;
  margin: 3rem 0;
}
.faq-backtp-btn a {
  background: #ef3f4a;
  color: #fff;
  text-decoration: none;
  padding: 13px 34px !important;
  border-radius: 40px;
  text-transform: unset;
}
.faq-larnmore-sc h2 {
  text-align: center;
  color: #000;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.faq-lrn-mr-blck {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.fap-lrn-blck1 h3 {
  color: #000;
}
.faq-img img {
  width: 90%;
}
.fap-lrn-blck1 h3 {
  color: #000;
  margin-bottom: 10px;
}
.faq-larnmore-sc {
  margin: 5rem 0 3rem;
}

.fq-sc .panel p {font-size: 20px;}
.faq-mob-versn {display: none;}
p.fq-para {width: 49%; margin: 0 auto;text-align: center;}
/**faq css start**/

/**our product css start**/
.or-prdct-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
/* .or-prdct-txt {
width: 40%;
}
.or-prdct-img {
width: 54%;
} */
.or-prdct-img img {
  width: 100%;
}

.or-prdct-txt h2 {
  font-size: 56px;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
.or-prdct-txt p {
  color: #69727b;
  font-size: 18px;
  margin-bottom: 30px;
}

.or-prdct-txt a {
  background: #ef3742;
  color: #fff;
  font-size: 14px;
  padding: 12px 40px !important;
  border: solid 2px #f03641;
  border-bottom: solid 2px #f03641 !important;
  border-radius: 20px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.or-prdct-txt a:hover {
  color: #f03641;
  border: solid 2px #f03641;
  background-color: white;
}
.prdct-spc {
  padding: 3rem 0px;
}
h2.hdng-prdct {
  text-align: center;
  color: #000;
  font-size: 48px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.flcr-sec-txt a h3 {
  color: #000;
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: 0;
}
.flcr-sec-txt {
  margin-top: 12px;
}
.flcr-sec-img img {
  width: 100%;
}
.flvr-sec-blck1 {
  width: 23%;
}

.flvr-sec-blcks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.5rem;
}
h2.hdng-prdct {
  text-align: center;
  color: #000;
  font-size: 46px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.flcr-sec-txt p {
  color: #69727b;
  font-size: 15px;
}
.tk-luk-sec-blk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 5rem 0;
}
.tk-luk-blck-txt {
  width: 70%;
}
.tk-luk-blck-img {
  width: 30%;
}
.imf-crcle {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  background: #d8d8d8;
  overflow: hidden;
}

.imf-crcle img {
  width: 100%;
  object-fit: cover;
}
.tk-luk-blck-txt h3 {
  color: #000;
  font-size: 42px;
  letter-spacing: 0;
}
.tk-luk-blck-txt p {
  color: #69727b;
  font-size: 17px;
}

.prdct-back-tp a {
  background: #f03641;
  color: #fff;
  border: unset !important;
  padding: 10px 30px !important;
  border-radius: 30px;
  text-transform: uppercase;
}
.prdct-back-tp a:hover{
  color:#fff;

}
.prdct-back-tp{text-align:center;}

.product-slider .eapps-instagram-feed-title {
  color: #000;
  font-size: 48px;
  letter-spacing: 0;
}
.product-slider .eapps-instagram-feed-title {
  color: #000;
  font-size: 42px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0 0 4rem;
}
.flcr-sec-img a {
  border-bottom: unset !important;
}
.product-slider .eapps-instagram-feed-posts-item-media {
  width: 85% !important;
}
.product-slider .eapps-instagram-feed-posts-slider-next {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/leftArrow.png?3980) !important;
  height: 60px;
  width: 60px;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
  background-position: left 7px center !important;
  box-shadow: unset;
}
.product-slider .eapps-instagram-feed-posts-slider-next svg{display:none;}
.product-slider .eapps-instagram-feed-posts-slider-prev {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/rightArrow.png?3980) !important;
  height: 60px;
  width: 60px;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
  background-position: right 7px center !important;
  box-shadow: unset;
}
.product-slider .eapps-instagram-feed-posts-slider-prev svg{display:none;}
.product-slider .eapps-instagram-feed-posts-item-overlay{width: 85% !important;}
.product-slider .eapps-instagram-feed-posts-view {
  width: 90% !important;
  margin: 0 5.5% !important;
}
.product-slider {
  padding: 5rem 0;
}
#our-products .page-width {
  padding: 0;
  margin: 0 auto;
}
#our-products .section-header.text-center {
  display: none;
}
.or-prdct-sec {
  padding-top: 10px;
}
/**our product css start**/

/**our story start 12-4-2019**/

#our-story .section-header.text-center {
  display: none;
}
.expct-snak-otr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.expct-snak-otr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.st-img2 {

}
#our-story .page-width {
  /*     margin: 0; */
  /*     padding: 0; */
  /*     max-width: 100%; */
}
#our-story .page-width .grid {
  margin-left: 0;
}
#our-story .grid__item.medium-up--five-sixths.medium-up--push-one-twelfth {
  padding-left: 0;
}
.expct-snak-sec {
  padding: 6rem 0;
}
.expct-snak-txt h2 {
  font-size: 48px;
}

.expct-snak-sec2{
  padding-bottom: 100px;
}

.expct-snak-sec2 .expct-snak-otr {
  align-items: unset;
}
.numbr-inr-st {
  border: 3px solid #ef3742;
  width: 45%;
  border-radius: 60px;
  padding: 12px;
  text-align: center;
  margin:0 auto;

}

.numbr-inr-st h2 {
  margin: 0;
  color: #ef3742;
  font-size: 48px;
  font-weight: 500;
}
.numbr-sec-st h4 {
  color: #000;
  margin: 22px 0 0;
}
.numbr-sec-st {
  text-align: center;
  padding: 5rem 0;
}
/**our story start 12-4-2019**/


/**spp css start 16-4-2019**/
.why-pop-inrdv {width: 23%;}
.why-pop-otrdv {display: flex;justify-content: space-between;width: 100%;flex-wrap: wrap;margin-top: 4.5rem;}
.why-pop-hdng {text-align: center;margin-bottom: 3rem;}
.why-pop-zero {padding: 5rem 0;}
.why-pop-hdng h2 {text-transform: capitalize;letter-spacing: 0;font-size: 46px;}
.why-pop-hdng p {font-size: 16px; margin: 2rem 0;color: #979694;}
.why-pop-txt h3 {font-size: 24px;}
.why-pop-txt p {font-size: 16px;line-height: 25px;color: #979694;}
.pop-collapse {margin: 4rem 0;}
.prdct-sngle-rght h1.product-single__title {color: #000;font-size: 46px;margin-bottom:20px;}
.prdct-sngle-rght .price__regular span.price-item.price-item--regular {color: #ef3742;font-size: 25px;}
.prdct-sngle-rght .product-single__description.rte {    margin-bottom: 18px;margin-top: 22px;color: #979694;font-size: 17px;line-height: 28px;}
.spp-prce span.price-item.price-item--regular {color: #ef3742;font-size: 30px;}
.qlty-btnotr .product-form__item.product-form__item--quantity label {color: #ef3742;font-size: 16px;font-weight: 400;}
.product-single__description.rte.spp-txttp {margin: 0 0 20px; color: #979694; font-size: 16px;line-height: 28px;}
.spp-tp-hdng.product-single__meta h5 {margin: 0;color: #a09493;font-size: 19px;font-weight: 500;}
.product__price.spp-prce { margin-top: 22px;}
.prdct-sngle-rght .selector-wrapper.js.product-form__item label, .prdct-sngle-rght .product-form__item.product-form__item--quantity label { color: #ef3742;font-size: 14px;font-weight: 300;text-transform: uppercase;}
.prdct-sngle-rght select#SingleOptionSelector-0 {border: 2px solid #ef3742; border-radius: 30px;}
.prdct-sngle-rght input#Quantity-product-template {border: 2px solid #ef3742;border-radius: 30px;}
.spp-add-crt button#AddToCart-product-template {background: #ef3742;border-radius: 30px;font-size: 16px;margin-top:30px;}
.thumb-sze-imgs {margin-top: 40px;}
.ssp-top ul.social-sharing {display: none;}
.panel-inr {width: 12%;text-align: center;}
.panel-txt h3 {font-size: 14px;text-align: center;line-height: 19px;margin: 0;margin-top: 0px;color: #000;text-transform: uppercase;padding: 0 5px;margin-top: 9px;}
.qunatity-dv {border: 2px solid #ef3742; padding: 6px 14px; border-radius: 30px; display: flex;justify-content: space-between;}
.qunatity-dv input { padding: 0; min-height: unset;border: unset; color: #ef3742; font-size: 20px;}


/**collapsing css start**/
.spp-coolapse ul.tabs {display: flex;justify-content: space-between; width: 100%;flex-wrap: wrap;}
.spp-coolapse li a {font-size: 40px; line-height: 36px;}
.spp-coolapse li {width: 50%;margin: 0;line-height: 0;}
.spp-coolapse li a:after {content: '\002B';color: #fff;float: right;font-size: 36px; height: 42px; width: 42px; border: 2px solid #fff;text-align: center; line-height: 1;border-radius: 50%;}
.panel-img g { fill: #fff;}
.panel-out { display: flex;justify-content: space-between; width: 100%; flex-wrap: wrap;}
.panel-bdy{ padding: 5rem 2rem 2rem;background: #f9f9f9;}
.panel-img svg { width: 75%;}
.nutri-facts {text-align: right; padding-top: 3rem;}
.nutri-facts h5 a { color: #FFf !important;font-size: 18px;}






/**collapsing css end**/
/**reviews css start**/
.rvews-sortng { display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.spp-rvews ul { display: flex;align-items: center;justify-content: space-between;padding: 0;}
.spp-rvews li img {width: 32px;}
.spp-rvews li {list-style: none; margin-right: 8px;color: #000; font-size: 17px; text-transform: uppercase;}
.sortng {width: 18%;}
.sortng select {border: unset; border-bottom: 1px solid #ef3742;color: #ef3742;width: 100%;}
.revw1-outr {display: flex;justify-content: space-between; flex-wrap: wrap;width: 100%;background: #F8F8F8;padding: 45px 25px;}
.revw1-innr {width: 30%;}
.revws-txt {width: 60%;}
.nam-ratng ul {display: flex;}
.nam-ratng ul {display: flex;padding: 0;}
.nam-ratng li { list-style: none;margin-right: 8px;}
.nam-ratng li img { width: 25px;}
.reviews-sec {    padding: 4rem 0;}
.nam-ratng h5 { color: #979694;margin: 2px 0 4px; font-size: 16px;}
.sortng select {border: unset;    border-bottom: 2px solid #ef3742; color: #ef3742;width: 100%; background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/arrow1.png?6073);background-size: 12px; background-repeat: no-repeat; background-position: right; padding: 6px 0; text-transform: uppercase;}
.spp-feedback {margin-top: 35px;}
.nam-ratng h3 {color: #000; margin: 0; font-size: 26px;font-weight: 500;}
.revws-txt p {color: #979694; font-size: 17px;}
.revw-date h4 {color: #979694;font-size: 16px; margin: 0;}
.revw-nam { display: flex;flex-direction: column; justify-content: space-between;}
.revw1-outr:nth-child(even) { background: #fff;}
/**pagination css start**/
.pagination.review-pagi {display: flex;justify-content: space-between;align-items: center; border: 2px solid #f03641; border-radius: 30px; width: 17%;    margin: 3rem auto 0; padding: 2px 12px;}
.pagination.review-pagi p { margin: 0; color: #f03641; font-size: 20px;}
.pagination a {color: black;float: left;padding: 8px 16px;text-decoration: none;}
.pagination.review-pagi a {padding: 0; color: #f03641; font-size: 22px;}
/**pagination css end**/
/**reviews css end**/
/**slider css start**/
.template-product .related-products .spp-sldr-img{border: none;}
.related-products .spp-sldr-img {border: 2px solid #cacaca;}
.related-products .ssp-nam-prce {display: flex;justify-content: space-between;border-top: 2px solid #cacaca;margin-top: 20px;padding-top: 10px;align-items: center;margin-bottom: 1rem;}
.related-products span.product-price {color: #979694;font-size: 18px;}
.ssp-nam-prce h2 {color: #000;letter-spacing: 0; font-size: 20px;}
.related-products input.btn {background: #f03641 !important; width: 100%;border-radius: 40px;padding: 13px 0; font-size: 16px;}
.related-products {padding: 3rem 0 5rem;}
.related-products h3 {color: #000;letter-spacing: 0;font-size: 20px;text-transform: uppercase;margin-bottom: 0;}
.related-products .ul#lightSlider.lightSlider {height: auto !important;}
.related-products a.lSPrev {background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/arrow1_927420fc-70b6-40c3-9956-6d930bbaf2d3.png?6628);height: 90px;width: 90px;background-repeat: no-repeat; opacity: 2;background-size: 43px;top: 33%;}
.related-products a.lSNext {background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/arrow2.png?6628);
  height: 90px; width: 90px; background-repeat: no-repeat; opacity: 2; background-size: 43px; top: 33%;right: -27px;}

.related-products h2 {color: #000;font-size: 40px;letter-spacing: 0; text-transform: lowercase;margin-bottom: 3rem;}

.related-products .spp-sldr-img img { margin: 0 auto;}
.spp-coolapse li a {
  font-size: 40px;
  line-height: 36px;
  background: #f1404b;
  padding: 32px 30px;
  display: block;
  color: #fff; text-transform:capitalize;
}


.spp-coolapse li a.active{background:#f9f9f9;color:#000;}
.spp-coolapse li a.active:after {border-color: #000;color: #000;content: '\2212' !important;}
/**slider css end**/
/**spp css end 16-4-2019**/

.site-footer ul.site-footer__linklist li {
  width: 100%;
}
.panel-img g {
  fill: #000;
}
.panel-img img {
  margin-bottom: 25px;
}
.tabs a:not([disabled]):hover, .tabs a:focus {}
.tabs a.active:not([disabled]):hover, .tabs.active a.active:focus {}
.pro-mobile-view {
  display: none;
}
.mobile-tab {
  display: none;
}
.desk-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.template-product .site-footer img {
  width: auto;
}.template-product .related-products h2 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.template-product .related-products {
  padding: 0px;
}
/*-- relete product--*/
.slider-related-pro .slick-slide {
  padding: 0 80px;
}

.slider-related-pro .slick-slide.slick-active .ssp-nam-prce {
  display: block;
  border-top: 3px solid #b9b9b9;
  margin-top: 20px;
  padding-top: 17px;
  font-size: 16px;
  padding-right: 30px;
  color: #000;
  min-height: 100px;
  border-bottom: none;
}
.slider-related-pro .slick-slide.slick-active .ssp-nam-prce h3 {
  margin: 0px;
}
.slider-related-pro .slick-slide.slick-active .ssp-nam-prce .pro_price {
  display: none;
}
.slider-related-pro .slick-slide.slick-active form .btn{
  background: #ef3742;

  font-size: 16px;

  color: #fff;

  padding: 7px 20px;

  display: block;

  margin-top: 0px;

  width: 100%;

  border-radius: 20px;
}

.template-product .site-footer {

  margin-top: 60px !important;

}
/*----- collections All -----*/
.template-collection #MainContent {
  margin: 0px;
  padding: 0px;
}
.banner-col-sec .col_head_banner li {
  width: 50%;  height: auto;
  float: left;overflow: hidden;
}

.banner-col-sec .col_head_banner li img	{
  width:100%;
}
.foo-text-col {
  text-align: center;
  padding: 120px 0;
  background: #f8f8f8;
  margin-top: 100px;
}
.col_foo_area p {
  font-size: 37px;
  color: #000;margin-bottom: 40px;
  letter-spacing: unset;
}
.col_foo_area a {
  background: #ef3742;
  color: #fff;
  padding: 13px 30px;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 33px;
}
.col_foo_area a:hover {color:#fff;}
.banner-col-sec {

  margin-bottom: 50px;

}
.template-collection .collection-header {
  display: none;
}
.template-collection #Collection .product-card__title {
  display: block;
  border-top: 3px solid #b9b9b9;
  margin-top: 20px;
  padding-top: 17px;
  font-size: 26px;
  padding-right: 30px;
  color: #000;
  min-height: 86px;
  border-bottom: none;
}
.template-collection #Collection .price {
  display: none;
}
.template-collection #Collection .col_btn {
  background: #ef3742;
  font-size: 19px;
  color: #fff;
  padding: 7px 15px;
  display: block;
  margin-top: 10px;
  width: 66%;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  margin: auto;
}
/* .template-collection #Collection .col_btn:hover {
background:ca2c35} */
.foo_current::after {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/minus_e6b9a6c7-cfb6-4713-b741-c63bf04518a5.png?8738) !important;
  content: ' ';
}

/*----- Goal Page -----*/
#our-goal .section-header.text-center {
  display: none;
}

#our-mission .section-header.text-center{
  display: none;
}
.goal-page {
  display: flex;
  align-items: center;
}
.goal-page .divide-itm {
  flex: 0 1 50%;
}

.goal-page .left-text {
  padding-right: 10%;
}
.goal-page .left-text h2 {
  font-size: 60px;
  letter-spacing: unset;
  color: #000;
}
.goal-page .left-text p {
  font-size: 18px;
  letter-spacing: unset;
}
#our-goal .grid__item.medium-up--five-sixths.medium-up--push-one-twelfth {
  left: 0;
  width: 100%;
}
.text-big-goal {
  width: 100vw;
  background: #f8f8f8;
  left: 50%;
  right: 50%;
  position: relative;
  text-align: center;
  margin: 60px -50vw;
}
.text-big-goal h3 {
  font-size: 52px;
  width: 60%;
  margin: 0 auto;
  color: #000;
  padding: 50px 0;
  line-height: 70px;
}
.goal-page.second .left-text {
  padding-left: 10%;
  padding-right: 0;
}
.svg-head {

  text-align: center;
  margin-top: 100px;

}
.goal-page.svg-images{ margin: 50px 0; text-align:center;}
.goal-page.svg-images .divide-svg {
  padding: 0 40px;
}
.goal-page.svg-images .divide-svg p {
  font-size: 18px;
  margin-top: 10px;
}
.help {
  text-align: center;
  margin-top: 100px;margin-bottom: 60px;
}
.help h3 {
  letter-spacing: unset;
  font-size: 50px;
  color: #000;
}
.help p {
  font-size: 18px;
}
.buton-goal {
  display: inline-grid;
}
#our-goal .help a:not(.btn) {
  border: none;
  background: #ef3742;
  padding: 13px 40px;
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
}
#our-goal .eui-widget-title.eapps-instagram-feed-title {
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: unset;
  color: #000;
}
#our-goal #eapps-instagram-feed-1 {
  margin-bottom: 80px;
}
.svg-head h3 {
  font-size: 60px;
  color: #000;
}
.our-goal-mobile{display:none;}

/*-- Thanks page--*/
#thanks .section-header.text-center {
  display: none;
}
.thankyou-pge {
  text-align: center;
  margin-bottom: 150px;
  margin-top: 90px;

}
.thankyou-pge h2 {
  text-transform: unset;
  letter-spacing: unset;
  color: #000;
  font-size: 60px;
}
.thankyou-pge p {

  font-size: 22px;
  padding: 30px 89px;
  color: #939393;

}
.thankyou-pge a:not(.btn) {
  border: none;
  padding: 10px 90px;
  margin: 0 auto;
  background: #ef3742;
  color: #fff;
  font-size: 30px;
  border-radius: 40px;
}
.thankyou-pge a:not(.btn):hover{background: #ca2c35;
}

/**blog new css start 25-4-2019**/
.blogne-otr-dv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.blogne-otr-dv .blognw-left-sd {
  width: 65%;
}
.blognw-right{width:32%}
.blognw-right .artcl-poppst h2.h4 {
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 2.3rem;
  color:#000;
}
.blognw-right ul.blog-listing li {
  border-bottom: 2px solid #939393;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.blognw-right ul.blog-listing li a {
  color: #939393;
  font-size: 15px;
  display:block;
}
.blognw-right ul.blog-listing li:hover {
  border-color: #ef3d47;
}
.blognw-right ul.blog-listing li a:hover {
  color: #ef3d47;
}
.pop-pst-blgnw {
  margin-top: 2rem;
}
.artcl-poppst ul.no-bullets li {
  text-align: center;
  margin-bottom: 3rem;
}
ul.no-bullets li a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  display: block;
}
.blgnw-rght-btn a {
  display: block;
  background: #ef3742;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 87%;
  margin: 0 auto;
  border: 2px solid #ef3742;
  transition: 0.3s;
}

.blgnw-rght-btn a:hover{
  background-color: white;
  color: #ef3742;
}

h1.tsty {
  color: #000;
  font-size: 45px;
  margin-bottom: 0;
  font-weight: 500;
}
.blognw-left-sd .blog-list-view li.border-top {
  border: unset;
}
.blognw-left-sd ul.blog-list-view {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.blognw-left-sd ul.blog-list-view li.border-top {
  width: 49%;
}
.blognw-left-sd .border-top .grid__item.medium-up--five-sixths.medium-up--push-one-twelfth {
  padding-left: 0;
}
.blognw-left-sd .blog-list-view .border-top .article-listing {
  padding-top: 0;
}
.blognw-left-sd .border-top .article-listing .article__list-image-wrapper {
  margin-bottom: 12px;
}
.blognw-left-sd .border-top  .article__tags.article__tags--list.rte a {
  text-align: center;
  display: block;
  color: #ef3742;
  font-style: normal;
  border-bottom: 2px solid #b9b9b9;
  font-size: 18px;
  padding-bottom: 10px;
}
.blognw-left-sd .border-top .article__tags.article__tags--list.rte {
  margin-bottom: 15px;
}

.blognw-left-sd .border-top h2.article__title {
  font-size: 16px;
  text-align: center;
  min-height: 90px;
  margin-bottom: 0;
}
.blg-dte-mre {
  display: flex;
  justify-content: space-between;
}
.blg-dte-mre .article__date time {
  color: #757575;
  font-weight: 500;
}
.blg-dte-mre li a.btn.btn--tertiary.btn--small {
  border: unset;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0;
  color: #757575;
  border-bottom: 1px solid #757575;
  border-radius: unset;
}
.blgnw-pagi li button, .blgnw-pagi li a  {
  border: unset;
  padding: 0;
}
.blgnw-pagi ul {
  border: 2px solid #ef3742;
  width: 25%;
  margin: 0 auto;
  border-radius: 26px;
  padding: 8px 0;
}
.blgnw-pagi{
  width: 100%;
  margin: 3rem 0;
}
.blgnw-pagi li.pagination__text {
  color: #ef3742;
  font-size: 18px;
}
.blgnw-pagi li button, .blgnw-pagi a.btn.btn--tertiary.btn--narrow {
  color: #ef3742;
}
.blg-fllw {
  width: 100%;
  margin: 2rem 0 5rem;
}
.blg-fllw .eui-widget-title.eapps-instagram-feed-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 3rem;
}
.blognw-left-sd .border-top h2.article__title a {
  color: #000;
}
/**mobile version css start**/
.mobile-blog-template {
  display: none;
}
/**mobile version css end**/
.blg-bnnr-bg {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/blg-img.png?10139);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6rem 2rem;
  text-align: center;
}
.blg-bnnr-otr {
  margin-bottom: 4rem;
}
.blg-bnnr-bg h4 {
  color: #000;
  font-size: 18px;
}
.blg-bnnr-bg h2 {
  font-size: 56px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #000;
  margin: 1.5rem 0;
  font-weight: 500;
}
.blg-bnnr-bg a {
  color: #000;
  text-decoration: underline;
  font-size: 17px;
}


/**blog new css end 25-4-2019**/
/*-- wall page--*/
.quote-wall-btn {
  text-align: center;
  color: #ef3742;
  letter-spacing: unset;
  font-size: 49px;
  padding: 130px 0 100px;
  min-height: 600px;
  cursor: pointer;
}
#quote-wall .section-header.text-center {
  display: none;
}
#quote-wall #shopify-section-footer {
  position: relative;
  border-top: 2px solid #fff;
}
.close_wall {
  position: absolute;
  color: #fff;
  right: 1%;
  font-size: 42px;
  cursor: pointer;top: 3%;
}
.wall {
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/red-bg-new.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.quote_one {
  background: #fff;
  width: 300px;
  animation: center;
  padding: 40px 20px;
  text-align: center;
  border-radius: 50%;
  height: auto;
  position: absolute;
  left: 1%;
  top: 1%;
}
.quote_description {
  font-size: 14px;
  padding-top: 28px;
}
.quote_author {
  margin: 0px;
  text-transform: uppercase;
  color: #000;
}
.quote_location {
  letter-spacing: unset;
  font-size: 12px;
}
.quote_one.two {
  left: 50%;
  padding: 67px 30px;
  top: -7%;
}
.quote_one.three {
  top: 27%;
  right: 1%;
  left: unset;
  padding: 65px 37px;
}
.quote_one.four {

  left: 24%;
  top: 27%;
  padding: 60px 28px;

}
/*-- term condition --*/
.term_cond h3 {
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: unset;
}
.term_cond h4 {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: unset;
}
.term_cond p {
  color: #69727b;
}
.term_cond h4 {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: unset;
}
.term_cond .button {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-content: end;
  margin-bottom: 50px;
}
.term_cond .button a {
  background: #f03641;
  padding: 10px 40px;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: 22px;
  letter-spacing: unset;
  border-radius: 50px;
}
#terms-conditions #eapps-instagram-feed-1 {
  display: none;
}
#terms-conditions h1 {
  font-size: 50px;
  letter-spacing: unset;
}
#privacy-policy h1 {
  font-size: 50px;
  letter-spacing: unset;
}

/*===== Start Responsive =====*/
@media only screen and (min-aspect-ratio: 8/10){
  .site-header .site-header__icons {
    padding: 12px 0;
  }
  .expct-snak-sec2 .expct-snak-otr{
    flex-direction: row-reverse;
  }
  .two-img-text-right .homeFeaturedImg img {
    width: 65%;
  }
  .two-img-text-right .homeFeaturedImg .homeRedImg {
    top: 100px;
    width: 34%;
    margin-left: -45% !important;
  }
  @media(max-width:1400px){
    /**artile blog css start**/
    .template-article #MainContent .text-center.return-link-wrapper.page-width {
      margin-left: 96px;
      margin-right: 25px;
    }
    /**artile blog css end**/
  }
  @media(max-width:1280px){
    #shopify-section-footer .site-footer {
      padding: 40px 30px 40px;
    }
    .zeroReallyIcon .right-logo-text p {
      font-size: 16px;
      line-height: 17px;
    }
    /**article blog 8-4-2019 start**/
    #MainContent .text-center.return-link-wrapper.page-width {
      text-align: left !important;
      width: 81%;
    }
    .template-article article.page-width {max-width: 83%;}
    /**article blog 8-4-2019 end**/
  }
  @media(min-width:1200px) {
    #shop-til-you-drop {
      font-size: 85px !important;
    }
  }
  @media(max-width:1200px){
    #shopify-section-1553575425550 .feature-row__text h2.h3 {
      width: 80%;
    }
    .rightFooterNews h2 {
      width: 30%;
      text-align: right;
    }
    .rightFooterNews {
      float: right;
      width: 70%;
    }
    .rightFooterNews form#Contact_footer {
      max-width: 60%;
    }
  }
  @media(max-width:1175px){
    .site-header nav#AccessibleNav {
      width: 88%;
    }
  }
  @media(max-width:1080px){
    #shopify-section-1553575425550 .feature-row__text h2.h3 {
      width: 100%;
    }
    .feature-row__text .featured-row__subtext {
      width: 75%;
    }
    /* .two-img-text-right .feature-row__item .feature-row__image-wrapper img.homeRedImg {
    margin-left: -30%;
    width: 70%;
  } */
  }
  @media only screen and (max-width: 1080px) {
    .two-img-text-right .feature-row__item .feature-row__image-wrapper img.homeRedImg {
      margin-left: -45%;
      width: 34%;
      top: 85px;
    }
    .st-img3.desk img {
      position: relative;
      width: 70%;
      top: 100px;
    }
    .st-img2 img{
      position: relative;
      margin-left: 6%;
      top: 55px;
    }

    .two-img-text-right .homeFeaturedImg img {
      width: 65%;
    }
    .two-img-text-left .feature-row__item .feature-row__image-wrapper img.homeRedImg {
      width: 45%;
    }
  }

  @media(max-width:1024px){
    .index-section .h3 {
      line-height: 70px !important;
    }
    .template-collection #Collection .product-card__title {
      font-size: 21px;
    }
    .serviIcon li svg {
      width: 90px;
    }
    .leftFooterSocial {
      width: 25%;
    }
    .rightFooterNews h2 {
      width: auto;
    }
    .rightFooterNews form#Contact_footer {
      max-width: 66%;
    }
    .two-img-text .feature-row__text h2.h3 {
      font-size: 45px;
      line-height: 40px;
    }
    /**article blog css start 8-4-2019*/
    .art-innrblg-lft h1.article__title {
      font-size: 22px;
      line-height: 32px;
    }
    #MainContent .text-center.return-link-wrapper.page-width {
      width: 87%;
    }
    .bck-btn-dv {padding: 8px 33px;}
    .artcle-sldr-hdng h2 {font-size: 24px;}
    .art-innrblg-rght h2 {font-size: 22px;}
    .artl-prdct-txt form input {font-size: 10px;}
    .artl-prdct-txt .newProductDis h2 {font-size: 18px;}
    .artcl-bg-prodct .product-card .artl-prdct-txt { width: 145px;}
    .template-article #MainContent .text-center.return-link-wrapper.page-width{
      margin-left: 86px;
      margin-right:25px;
    }
    /**article blog css end 8-4-2019*/
    /**faq css start 11-4-2019**/
    .fq-sc button.accordion {padding: 20px 0;font-size: 20px;}
    .fq-sc .accordion:after {height: 34px;width: 34px;}
    .page-width-faq .rte h1 {font-size: 56px; margin-bottom: 28px;}
    .faq-larnmore-sc h2 {font-size: 36px;margin-bottom: 30px;}
    /**faq css end 11-4-2019**/
    /**story css start 12-5-2019**/
    .st-img2 {
      left: 3rem;
    }

    .numbr-inr-st {
      width: 50%; }
    /**story css end 12-5-2019**/
    /**blog new css start 25-4-2019**/
    .blg-dte-mre .article__date { margin-bottom: 0;}
    .blg-dte-mre {
      display: block;
    }
    /**blog new css end 25-4-2019**/
  }
}
@media only screen and (max-width: 995px) {
  .sec-products .logo-bar {
    display: flex;
    flex-grow: 1;
    flex: 1 1 40%;
    flex-wrap: wrap;
  }
}
@media(max-width:991px){

  .page-width.blogne-otr-dv {
    justify-content: center;
  }

  .expct-snak-sec2 .expct-snak-img {
    position: absolute;
    float: right;
    display: flex;
    flex-direction: column;
  }
  .expct-snak-sec2 .expct-snak-txt {
    position: absolute;


  }

  .expct-snak-sec2 .st-img1 {
    position: relative;
  }
  .expct-snak-sec2 .st-img3 {
    position: relative;
    top: -250px;
    left: 0px;
  }


  .expct-snak-sec2 .expct-snak-otr {
    height: 500px;
  }



  .sec-products .logo-bar .logo-bar__item {
    max-width: 50% !important;
    margin: 0 0 20px;
    width: 50%;
  }
  .home-products {
    margin-bottom: 30px;
  }
  /**shopping cart start**/
  .cart-custm {
    display: block;
  }
  .cart-custm .crt-outtr-dv, .cart-custm .cart__footer {
    width: 100%;
  }
  .cart-hdng {
    display: inline-block !important;
    width: 45%;
  }
  .cart-hdng label.cart__qty-label {
    display: none;
  }
  /**shopping cart start**/

  /**store locator 8-4-2019start**/
  .stre-blck1 h2 {font-size: 23px;}
  .stre-blck1 a {padding: 8px 32px !important;font-size: 14px;}
  /**store locator end**/

  /**product css start 12-4-2019**/
  .tk-luk-blck-txt {
    width: 65%;
  }
  .imf-crcle {height: 170px;width: 170px; }
  /**product css end 12-4-2019**/
  /**story css start 12-4-2019**/
  /*   .expct-snak-img {
  width: 100%;
}
  .expct-snak-txt {
  width: 100%;
}   */

  .numbr-inr-st {
    width: 70%;
  }
  /**story css end 12-4-2019**/
  /**blog new css start 25-4-2019**/
  .blognw-left-sd ul.blog-list-view li.border-top {
    width: 100%;
  }
  .blognw-left-sd .border-top h2.article__title {
    min-height: 0;
    margin-bottom: 30px;
  }
  .blognw-right {
    width: 38%;
  }
  .blognw-right   .artcl-poppst {
    padding: 35px 12px;
  }
  .blgnw-pagi ul {
    width: 37%;
  }
  /**blog new css end 25-4-2019**/
}

@media(max-width:950px){
  .logo-slider .section-header {
    margin-bottom: 0px;
  }
  .zeroReallyIcon .right-logo-text p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }
  .zeroReallyIcon .logo-bar__item img {
    width: 65px;
  }


  .expct-snak-sec .expct-snak-otr {
    display: flex;
    flex-direction: column !important;
  }
  .expct-snak-sec .expct-snak-img {
    position: static !important;
    width: 75% !important;
    height: 615px;
  }
  .expct-snak-sec .st-img2 {
    position: relative;
    top: -175px !important;
    left: 100px;
  }

  .expct-snak-sec .expct-snak-txt {
    width: 100%;
  }

  .expct-snak-sec2 .expct-snak-img {
    position: static !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
  }
  .expct-snak-sec2 .expct-snak-txt {
    position: static !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .expct-snak-sec2 .st-img1 {
    position: relative;
  }
  .expct-snak-sec2 .st-img3 {
    position: relative;

    left: 10px !important;
  }
  .expct-snak-sec2 .expct-snak-otr {
    height: fit-content !important;
    flex-direction: column !important;
  }

}
@media(max-width:920px){
  .footerBlock .site-footer__item-inner .site-footer__linklist-item {
    padding-right: 0;
  }
  .footerBlock .site-footer__item-inner ul a {
    font-size: 15px;
  }
  #shopify-section-footer .site-footer .site-footer__content {
    margin-bottom: 20px;
  }
  .leftFooterSocial {
    width: 100%;
  }
  .rightFooterNews {
    width: 100%;
  }
}

@media(max-width:820px){

  .expct-snak-sec .expct-snak-otr {
    display: flex;
    flex-direction: column !important;
  }
  .expct-snak-sec .expct-snak-img {
    position: static !important;
    width: 75% !important;
    height: 563px;

  }
  .expct-snak-sec .st-img2 {
    position: relative;
    top: -175px !important;
    left: 100px;
  }
  .expct-snak-sec .st-img2 img{

  }

  .expct-snak-sec .expct-snak-txt {
    width: 100%;
    position: static !important;
  }





  .serviIcon li p {
    font-size: 13px;
  }
  .footerBlock .site-footer__item-inner ul a {
    font-size: 14px;
  }
  #shopify-section-footer .site-footer {
    padding: 40px 30px 20px;
  }
  .footerBlock .site-footer__item-inner .h4 {
    font-size: 15px;
  }
  .logo-slider .section-header h2 {
    margin-top: 30px;
    font-size: 35px;
  }
  .two-img-text .feature-row__text .featured-row__subtext {
    width: 85%;
  }
  .two-img-text .feature-row__text h2.h3 {
    font-size: 35px;
    line-height: 34px;
  }
  .rich-text__heading--medium h2.h3 {
    font-size: 35px;
    line-height: 31px;
  }
  .sec-products .section-header h2 {
    font-size: 35px;
    line-height: 34px;
  }
  #shopify-section-1553575425550 .feature-row__text h2.h3 {
    width: 100%;
  }
  .site-header nav#AccessibleNav {
    width: 75%;
  }
  /**article blog strt 8-4-2019**/
  .art-innrblg-lft h1.article__title {
    font-size: 18px;
    line-height: 28px;
  }
  .artcl-bg-prodct .product-card .productImg-1 img {
    width: 100%;
  }
  .artcl-bg-prodct .product-card .artl-prdct-txt {box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .24);
  }
  .artcle-sldr-hdng h2 {
    font-size: 20px;
  }
  .template-article #MainContent .text-center.return-link-wrapper.page-width {
    margin-left: 36px;
  }
  /**article blog end 8-4-2019**/
  /**contact css start**/
  .cntct-blg1 h3 { font-size: 18px;}
  .cntct-blg1 p {
    font-size: 16px;}
  .cntct-sldr .eapps-instagram-feed-title {
    font-size: 32px;}

  /**contact css start**/
  .quote_one.four {
    left: 14%;
    top: 37%;
    padding: 60px 28px;
  }

}

@media only screen and (max-width: 768px) {
  /*     .two-img-text-right .feature-row__item .feature-row__image-wrapper img.homeRedImg {
  margin-left: -45%;
  width: 40%;
  top: 70px;
}
  .two-img-text-right .homeFeaturedImg img {
  width: 65%;
} */
  /*     .two-img-text-left .feature-row__item .feature-row__image-wrapper img.homeRedImg {
  width: 50%;
} */
  .sec-products .logo-bar {
    display: flex;
    flex-grow: 1;
    flex: 1 1 40%;
    flex-wrap: wrap;
  }

  .or-prdct-sec {
    display: flex;
    flex-direction: column;
  }
  .or-prdct-txt {
    width: 100%;
  }
  .or-prdct-img {
    width: 100%;
  }
  /*     .st-img2 img{
  margin-left: 30%;
  top: -50px;
}
  .st-img1.desk img{
  float: right;
}
  .st-img3.desk img {
  /*         position: relative; */
  /*     width: 90%;
  margin-left: -75%;
  top: -50px;
}  */

}
@media(max-width: 760px) {
  .site-header__menu {
    display: block;
  }
  .js-mobile-nav-toggle.mobile-nav--open {
/*     position: absolute; */
    top: 40%;
  }
  .icon-close {
    position: absolute;
    top: 40%;
  }

  .site-header__mobile-nav {
    padding: 0 0px !important;
  }
  .grid__item.medium-up--one-quarter.logo-align--left {
    position: absolute;
/*     left: 45%; */
    left: 0%
  }
}

@media(min-width: 749px) and (max-width: 880px){
  .template-collection #Collection .product-card__title {
    min-height: 0;
  }
  #Collection {
    max-width: 1200px;
    padding-left: auto;
    padding-right: auto;
    margin: 0 auto;
  }
  .grid--view-items {
    margin: 20px auto;
    width:100%;
    height: auto;
    background-color:#fff;
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .grid--view-items li {
    width: 100% !important;
  }

}

@media(max-width:749px){
  .expct-snak-sec .expct-snak-otr {
    display: flex;
    flex-direction: column !important;
  }
  .expct-snak-sec .expct-snak-img {
    position: static !important;
    width: 62% !important;
    height: 563px;

  }
  .expct-snak-sec .st-img2 {
    position: relative;
    top: -175px !important;
    left: 100px;
  }
  .expct-snak-sec .st-img2 img{

  }

  .expct-snak-sec .expct-snak-txt {
    width: 100%;
    position: static !important;
  }




  .why-pop-otrdv {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .why-pop-otrdv h3{
    text-align: left;
  }
  .why-pop-otrdv p{
    text-align: left;
  }
  .feature-row__text h2.h3 {
    font-size: 85px !important;
    line-height: 95px !important;
  }
  #Collection ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #Collection ul li{
    width: 100%;
  }
  .grid__item.medium-up--one-quarter.text-right.site-header__icons {
    width: 100% !important;
    z-index: -1000;
  }
  .grid__item.medium-up--one-quarter.logo-align--left {
    width: 100;
  }
  #shop-til-you-drop {
    font-size: 12vw !important;
  }

  #Collection .grid__item {
    padding: 0 60px;
  }
  .template-collection #Collection .product-card__title {
    display: block;
    border-top: 3px solid #b9b9b9;
    margin-top: 20px;
    padding-top: 17px;
    font-size: 20px;
    padding-right: 0px;
    color: #000;
    min-height: auto;
    border-bottom: none;
  }
  .template-collection #Collection .col_btn {
    width: 100%;
    text-align: center;
  }
  .site-footer__linklist {
    display: none;
  }
  /*   .page-width.desktop-services-icon {
  display: none;
} */
  .mob-brand-carousel {
    display: block;
  }
  .jssorb052 {
    top: 225px !important;
  }
  .maSlides p span {
    display: block;
  }
  .brandSliderLogos .sebas-carousel .sebas-carousel__left {
    left: 10px;
  }
  .brandSliderLogos .sebas-carousel .sebas-carousel__right {
    right: 10px;
  }
  .brandSliderLogos .sebas-carousel .sebas-carousel__right:before {
    border-top-color: #909090;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #909090;
  }
  .brandSliderLogos .sebas-carousel .sebas-carousel__left:before {
    border-top-color: transparent;
    border-left-color: #909090;
    border-bottom-color: #909090;
    border-right-color: transparent;
  }
  .brandSliderLogos .sebas-carousel__bullets li.sebas-carousel__bullet--active {
    background: #ef3742 !important;
  }
  .brandSliderLogos .sebas-carousel .sebas-carousel__bullets .sebas-carousel__bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #BBBBBB;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
  }
  .brandSliderLogos .sebas-carousel__bullets {
    bottom: -13px !important;
  }
  .brandLogos {
    text-align: center;
  }
  .brandLogos img {
    width: auto !important;
  }
  .custom-logo-slider {
    display: none;
  }
  .mobServicesIcn .maSlides svg g {
    fill: #ef3742;
  }
  .jssora053 {
    display: none !important;
  }
  .mobServicesIcn {
    margin-top: 30px !important;
  }
  .dot {
    height: 8px!important;
    width: 8px!important;
  }
  .active, .dot:hover {
    background-color:#ef3742 !important;
  }
  .mob-services-carousel .slideshow-containers .prev:hover, .mob-services-carousel .slideshow-containers .next:hover, .slideshow-containers .next:hover, .slideshow-containers .prev:hover {
    color: transparent;
    background: transparent;
  }
  .maSlides p {
    color: #ef3742;
    font-weight: 600;
    font-size: 16px;
  }
  .slideshow-container .prev::after, .slideshow-containers .prev::after {
    content: "";
    background: url("../../../files/rightArrow_2560.png");
    height: 30px;
    width: 14px;
    z-index: 999;
    position: absolute;
    background-size: 14px 30px;
    left: 10px;
  }
  .slideshow-container .next::after, .slideshow-containers .next::after {
    content: "";
    background: url("../../../files/leftArrow_2560.png");
    height: 30px;
    width: 14px;
    z-index: 999;
    position: absolute;
    background-size: 14px 30px;
    right: 13px;
  }
  .custom-logo-slider {
    float: left;
    width: 100%;
    /*display: none;*/
  }
  .mob-brand-carousel {
    background: #F7F7F7;
    padding-bottom: 20px;
  }
  .maSlides.fade {
    text-align: center;
  }
  .slideshow-container .mySlides.fade {
    text-align: center;
    margin-top: 30px;
  }
  .slideshow-container, .slideshow-containers {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .logo-bar.custom-logo-slider.asd {
    display: none;
  }
  .mob-products-carousel ul#flexiselDemo6 a.mobileShopBtn {
    background: #f03641;
    color: #fff;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .mob-products-carousel ul#flexiselDemo6 p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
  }
  .home-products {
    display: none;
  }
  .mob-products-carousel {
    display: block;
  }
  .mobile-nav-wrapper ul#MobileNav li a {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
  }
  .mobile-nav-wrapper ul#MobileNav li a span {
    color: #000;
  }
  .mob-services-carousel {
    display: block;
  }
  div#shopify-section-1553074513390, div#shopify-section-1553075490147 {
    display: none;
  }
  .mob-services-carousel {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .custom-logo-slider ul#flexiselDemo5 p {
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    color: #f03641;
  }
  .mob-services-carousel .sec_description p, .mob-products-carousel .sec_description p {
    width: 80%;
    margin: 0 auto;
    font-weight: lighter;
    color: #c7c7c7;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
  }
  .mob-services-carousel .section-header h2, .mob-products-carousel .section-header h2 {
    font-size: 45px;
    line-height: 40px;
    text-align: center !important;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
  }
  #shopify-section-footer .site-footer .site-footer__content {
    margin-bottom: 10px;
  }
  .footerBlock .site-footer__item-inner .site-footer__linklist-item {
    padding: 0px 0 5px;
  }
  .leftFooterSocial .site-footer__icon-list {
    /*     @media only screen and (min-width: 749px) { */
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;

    margin-right: auto;
    margin-left: auto;
    /*      } */
    width: 200px;
  }
  .footerBlock .site-footer__item-inner .h4:after {
    content: "";
    background: url(../../../files/plus_81dfdda6-516c-4c87-9e22-83103153b79a_1498.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
  }
  .footerBlock .site-footer__item-inner .h4 {
    padding: 6px 0;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px; cursor:pointer;
  }
  .rightFooterNews form#Contact_footer .input-group span.input-group__btn #Subscribe {
    text-decoration: underline;
    display: inline-block;
    width: auto;
    margin-top: 10px;
  }
  .rightFooterNews form#Contact_footer .input-group #Contact_footer-email {
    border: 2px solid #fff;
    width: 100%;
    border-radius: 25px;
  }
  .rightFooterNews form#Contact_footer .input-group {
    border: 0px solid #fff;
    border-radius: 0;
    display: block;
  }
  .rightFooterNews form#Contact_footer {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .rightFooterNews h2 {
    width: 100%;
    text-align: center;

  }
  .footerBlock .site-footer__section {
    text-align: center;
  }
  #shopify-section-footer .site-footer .footerBlock {
    width: 100% !important;
  }
  .MobileFooter {
    display: block;
  }
  .deskTopFooter {
    display: none;
  }
  .sec-products {
    margin-top: 60px;
  }
  .two-img-text .imgText-1 {
    margin: 0 auto 40px;
  }
  #shopify-section-1553575425550 .feature-row__text h2.h3 {
    margin-top: 20px;
  }
  #shopify-section-1553575425550 .feature-row__text {
    text-align: center;
  }
  #shopify-section-1553575425550 .feature-row {
    display: block;
  }
  #shopify-section-header .site-header__mobile-nav button svg {
    height: 27px;
    width: 25px;
  }
  #shopify-section-header .site-header__mobile-nav button {
    padding: 0;
  }
  .site-header .site-header__icons img {
    width: 38px;
    display: block;
  }
  .logo-align--left .site-header__logo img {
    width: 64px;
  }
  .site-header .site-header__icons .site-header__cart {
    padding: 0px;
  }
  .site-header__mobile-nav {
    padding: 0 20px;
  }
  #shopify-section-header .site-header__mobile-nav .h2.site-header__logo img {
    display: inline-block;
  }
  #shopify-section-header .site-header__mobile-nav .h2.site-header__logo {
    padding-left: 0;
    text-align: center;
    margin: 0;
  }
  /*--chili-lime--*/
  .pro-mobile-view .right-thumb ul {
    margin: 0px;
  }
  .pro-mobile-view {
    display: block;
  }
  .pro-mobile-view {
    width: 100%;
    display: flex;margin-bottom: 10px;
  }
  .right-thumb .thumbnails-wrapper.thumb-sze-imgs ul li {
    padding: 0px;
    width: auto !important;

  }
  .pro-mobile-view .left {
    width: 40%;
    float: left;
  }
  .pro-mobile-view .right-thumb {
    width: 100%;
    margin-left: 4px;
  }
  .template-product .right-thumb .thumbnails-wrapper.thumb-sze-imgs {
    margin: 0px;
    top: 0;display:block;
  }

  .product-form-product-template .selector-wrapper.js.product-form__item.spp-otatity {
    display: block;
  }
  .template-product .thumbnails-wrapper.thumb-sze-imgs {
    display: none;
  }
  .why-pop-otrdv {margin-top: 0pc;}
  .why-pop-inrdv {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .why-pop-img img {
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 12px;
  }
  .reviews-sec .spp-rvews {
    width: 100%;
    margin-bottom: 25px;
  }
  .spp-rvews ul {
    width: 55%;
    display: block;
    margin: 0 auto;
    text-align: center;

  }
  .why-pop-hdng {

    margin-bottom: 10px;
  }
  .spp-rvews ul li:last-child {
    width: 100%;
    display: block;
    font-size: 25px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .rvews-sortng .sortng {
    width: 100%;
  }.spp-rvews li {
    width: 18%;margin: 0px;
  }
  .spp-rvews li img {
    margin: 0 auto;
  }
  .desk-tab{display:none;}
  #tab-2 {
    padding: 0px;
    margin: 0px;
  }
  .spp-coolapse li a {
    font-size: 20px;
  }
  .panel-inr {
    width: 100%;
    text-align: center;
  }
  .spp-coolapse li a::after {
    content: '\002B';
    color: #fff;
    float: right;
    font-size: 26px;
    height: 30px;
    width: 29px;
  }
  .product-single__photo {
    margin: 0 auto;
    min-height: 1px;
  }
  #tab-1 {
    padding: 0px;padding-top: 30px;

  }
  .revw1-innr {
    width: 100%;
  }

  .revws-txt {
    width: 100%;  margin-top:20px;

  }
  .slider-related-pro .slick-slide {
    padding: 0 20px;
  }
  .slider-related-pro .next {
    right: -10px;display:block !important;
  }
  .slider-related-pro .prev {
    left: -10px;
  }
  /*- collection--*/
  .banner-col-sec .col_head_banner li {
    width: 100%;
    height: auto;


  }
  /*-- Our Goal --*/
  .goal-page {
    display: block;
    text-align: center;
  }
  .goal-page .left-text {
    padding-right: 0px;
    margin-bottom: 20px;

  }
  .text-big-goal h3 {
    font-size: 32px;
    width: 90%;
    padding: 50px 0;
    line-height: 50px;
  }
  .goal-page.second .left-text {
    padding-left: 0px;
    margin-top: 50px;
  }
  .goal-page.svg-images .divide-svg {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .svg-head h3 {
    font-size: 60px;
    color: #000;
  }
  .our-goal-mobile{display:block; margin-bottom:40px;}
  .our-goal-desktop{display:none;}

  /*-- thanks page--*/
  .thankyou-pge h2 {
    width: 70%;
    margin: 0 auto;font-size: 50px;
  }
  /**blog mobile version css start 25-4-2019**/
  .blogdesktop {
    display: none;
  }
  .mobile-blog-template {
    display: block;
  }
  .mobile-blog-template .blogne-otr-dv .blognw-left-sd {
    width: 100%;
  }
  .mobile-blog-template .blognw-right {
    width: 100%;
  }
  .mobile-blog-template h1.tsty {
    font-size: 36px;
    margin: 3rem 0px;
  }

  .mob-brose h2 {
    text-transform: capitalize;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .mob-brose ul.blog-listing {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ef3742;
    padding-bottom: 14px;
  }
  .mob-brose ul.blog-listing li a {
    color: #939393;
  }
  .mob-brose {
    margin-bottom: 2rem;
  }
  .mob-brose ul.blog-listing li a:hover {
    color: #ef3d47;
  }
  .mobile-blog-template .blognw-left-sd ul.blog-list-view li.border-top .grid {
    margin-left: 0;
  }
  .mobile-blog-template .border-top .article__list-image-wrapper {
    margin: 0 auto;
  }
  .mobile-blog-template .blg-dte-mre {
    display: flex;
  }
  .mobile-blog-template .blognw-right .artcl-poppst h2.h4 {
    text-align: center;
  }
  .mobile-blog-template .artcl-poppst ul.no-bullets li {
    text-align: left;
    justify-content: space-between;
    display: flex;
    margin-bottom: 1.5rem;
  }
  .mobile-blog-template ul.no-bullets li a {
    width: 57%;
  }
  .mobile-blog-template ul.no-bullets li a.mob-pop-img {
    width: 40%;
  }

  .mobile-blog-template .blg-fllw .eui-widget-title.eapps-instagram-feed-title {
    font-size: 30px; }
  .mobile-blog-template  .blg-bnnr-bg h2 {
    font-size: 37px;
    margin: 1.5rem 0 3rem;
  }
  .mobile-blog-template .blg-bnnr-bg {
    background-size: cover;
    padding: 3rem 2rem;
  }
  /**blog mobile version css end 25-4-2019**/
  /*-- wall page--*/

  .quote_one.two, .quote_one.three, .quote_one.four {
    display: none;
  }
  .close_wall {
    right: 4%;
    top: 10%;
  }
  .quote_one {
    left: -70%;
    top: 21%;
    margin-left: 100%;
  }
}
@media(max-width:767px){
  /**shopping cart start**/
  .cart-hdng {
    display: none !important;
  }
  .out-lstt {
    display: flex;
    justify-content: space-between;
  }
  .cart__qty.rspnsve label {
    display: none;
  }
  .cart__qty.rspnsve {
    display: flex;
    justify-content: space-between;
  }
  .prce-rspnsve {
    display: block !important;
  }
  th.prdct-res {
    display: none;
  }
  /**shopping cart end**/
  /**store locatore 8-4-2019 start**/
  .stre-blck1 h2 {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .stre-blck1 a {
    padding: 8px 26px !important;
    font-size: 12px;
  }
  /**store locatore 8-4-2019 end**/
  /**article blog start 8-4-2019**/
  .art-innrblg-lft {
    width: 100%;
  }
  .art-innrblg-rght {
    width: 100%;
  }
  .artcl-blg-sldr.dsktp {
    display: none;
  }
  .artcl-blg-sldr.rspnsive-vew{display:block;width:100%;}
  .art-innrblg-rght{margin-bottom:35px;}
  .art-innrblg-rght li a {
    width: 47%;
  }
  .art-innrblg-rght li {display: flex;justify-content: space-between;text-align:left}
  .art-innrblg-rght h2 {text-align: center; margin-bottom: 2rem;}

  .artcl-poppst {
    box-shadow: unset;
  }
  .arct-seeal-btn { width: 50%;margin: 0 auto;}
  .artcl-bg-prodct li {
    justify-content: center;
  }
  #MainContent .text-center.return-link-wrapper.page-width {
    width: 100%;
  }
  .artcl-blg-sldr {
    margin: 3rem 0;
  }
  .artcl-poppst {
    padding: 0;
  }
  .innr-btn-dv {
    width: 100%;
  }
  .bck-btn-dv { width: 50% !important;padding: 8px 20px;}
  .rspnsive-vew .maSlides p {
    color: #000;
    font-weight: 500;
    padding-top: 30px;
  }
  .rspnsive-vew .maSlides {
    width: 70%;
    margin: 0 auto;
  }
  .rspnsive-vew .slideshow-containers .prev:after {
    left: 0;
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .rspnsive-vew .slideshow-containers .next:after {
    right:0;
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .bck-btn-dv {
    width: 25% !important;
    margin-bottom: 2rem;
  }
  .artl-prdct-txt .pro_price {
    text-align: center;
  }
  .artl-prdct-txt form {
    text-align: center;
  }
  .template-article article.page-width {
    max-width: 93%;
  }
  .template-article #MainContent .text-center.return-link-wrapper.page-width {
    margin-left: 26px;
  }
  /**article blog end 8-4-2019**/
  /**contact page strt**/
  .cntct-frm .medium-up--one-half input, .cntct-frm .medium-up--one-half select {
    width: 100%;
  }
  .cntn-blgsec-otr {
    display: block;}
  .cntct-blg1 {
    width: 100%;
  }
  /**contact page end**/
  /**faq css start**/
  .mobServicesIcn h2 {color: #000; font-size: 25px;letter-spacing: 0;text-align: center;margin-bottom: 28px;}
  .faq-mob-versn { display: block;}
  .faq-larnmore-sc {display: none;}
  .faq-mob-versn .mobServicesIcn .muSlides { width: 60%;margin: 0 auto;}
  .fq-sc button.accordion {padding: 18px 0;}
  .faq-mob-versn {margin: 5rem 0px 3rem;}
  .fq-sc .accordion:after {height: 28px;width: 28px;}
  .faq-backtp-btn a {padding: 10px 26px !important; font-size: 14px;}
  .faq-mob-versn .mobServicesIcn .muSlides p {font-size: 22px; color: #000;margin-bottom: 10px;text-align:center;}
  .faq-sldr-dts .active:after {
    content: unset;
  }
  .faq-sldr-dts .dot {
    height: 10px!important;
    width: 10px!important;
    background: unset !important;
    border: 1px solid #BBB;
  }
  .faq-sldr-dts .active{background: #f03641 !important;
    border: 1px solid #f03641;}
  .fq-sc .accordion:after{content:unset;}
  .faq-mob-versn .mobServicesIcn .prev::after, .faq-mob-versn .mobServicesIcn  .next::after {top: 3rem;}
  .fq-sc button.accordion.active { background: unset !important;}
  p.fq-para {  width: 89%;}
  /**faq css end**/

  /**products start 12-4-2019**/
  #our-products .page-width {
    padding: 0 22px;
  }

  .or-prdct-txt {
    width: 100%;
  }
  .or-prdct-sec {
    text-align: center;
  }
  .or-prdct-txt {
    margin-bottom: 4rem;
  }
  .or-prdct-txt p {
    margin-bottom: 3rem;
  }
  .or-prdct-img {
    width: 100%;
  }

  .prdct-spc {
    padding: 1rem 0px;
  }
  .flvr-sec-blck1 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .tk-luk-blck-img {
    width: 100%;
  }
  .tk-luk-blck-txt {
    width: 100%;
  }

  .tk-luk-sec-blk {
    margin: 3rem 0;
  }
  .product-slider .eapps-instagram-feed-title {
    font-size: 30px;
    padding: 0 0 2rem;
  }
  /**products end 12-4-2019**/

  /**story css start 12-4-2019**/
  #our-story .page-width {
    padding: 0 22px;}
  .expct-snak-txt {
    text-align: center;
  }
  .numbr-sec-st {
    display: none;
  }

}
@media(max-width: 714px) {
  `.expct-snak-sec .expct-snak-otr {
    display: flex;
    flex-direction: column !important;
  }
  .expct-snak-sec .expct-snak-img {
    position: static !important;
    width: 90% !important;
    height: 475px;

  }
  .expct-snak-sec .st-img2 {
    position: relative;
    top: -175px !important;
    left: 175px !important;
    width: 68%;
  }
  .expct-snak-sec .st-img2 img{

  }

  .expct-snak-sec .expct-snak-txt {
    width: 100%;
    position: static !important;
  }



  .expct-snak-sec2 .expct-snak-img {
    position: static !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
  }
  .expct-snak-sec2 .expct-snak-txt {
    position: static !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .expct-snak-sec2 .st-img1 {
    position: relative;
  }
  .expct-snak-sec2 .st-img3 {
    position: relative;

    left: 10px !important;
  }
  .expct-snak-sec2 .expct-snak-otr {
    height: fit-content !important;
    flex-direction: column !important;
  }

}
@media(max-width:640px){
  .expct-snak-sec .expct-snak-img {
    height: 450px !important;
  }
  /**blog mobile version css start 25-4-2019**/
  .mobile-blog-template  .blgnw-pagi ul {
    width: 48%;
  }
  .mobile-blog-template .blgnw-pagi ul {
    width: 92%;
  }
  .mobile-blog-template  .blgnw-pagi {
    width: 100%;
    margin: 1rem 0;
  }
  /**blog mobile version css end 25-4-2019**/
}

@media(max-width:580px){
  .expct-snak-sec .st-img2 {
    width: 75% !important;
  }
}
@media(max-width:509px){
  .expct-snak-sec .st-img2 {
    width: 80% !important;
  }
}
@media(max-width:500px){
  .expct-snak-sec .expct-snak-img {
    height: 425px !important;
  }


  .banner-col-sec .col_head_banner li {
    height: auto;
  }
  #Collection .grid__item {
    padding: 0 20px;
  }
  .col_foo_area p {
    font-size: 29px;
    padding: 0 40px;
  }
  .template-collection #Collection .product-card__title {
    font-size: 19px;
    min-height: 75px;
  }
  .template-collection #Collection .col_btn {
    padding: 10px;
  }
  .why-pop-hdng h2 {

    font-size: 38px;
  }
  .slider-related-pro .slick-slide {
    padding: 0 50px;
  }
  .slider-related-pro .slick-slide.slick-active .ssp-nam-prce{
    min-height: auto;
  }



  .pro_tabs .spp-coolapse li a::after {
    content: '\002B';
    color: #fff;
    float: right;
    font-size: 15px;
    height: 20px;
    width: 20px;
    margin-top: 6px;

  }
  .template-product .related-products h2 {
    font-size: 22px;
    text-align: center;
  }
  .spp-coolapse li a {
    font-size: 15px;
  }
  .pagination.review-pagi {
    width: 100%;
  }
  .mob-services-carousel .sec_description p {
    width: 80%;
  }
  .logo-slider .section-header h2 {
    font-size: 31px;
    line-height: 30px;
    padding: 0 20px;
  }
  .rich-text__text--medium.rte-setting p {
    width: 100%;
  }
  .cntct-blg1 {
    width: 100%;
  }

  /*-- Goal Page --*/

  .goal-page .left-text h2 , .goal-page .left-text h2 , .svg-head h3 , .help h3 , .svg-head h3  {
    font-size: 30px;
  }
  .goal-page .left-text p , .goal-page .left-text p , .goal-page.svg-images .divide-svg p {
    font-size: 16px;
  }
  .text-big-goal h3 {
    font-size: 23px;
    line-height: 35px;
  }
  .goal-page.svg-images .divide-svg {
    padding: 0;
  }
  #our-goal .eui-widget-title.eapps-instagram-feed-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  /*-- thanks --*/
  .thankyou-pge h2 {
    width:100%;
    font-size: 30px;
  }
  .thankyou-pge p {
    font-size: 15px;
    padding: 14px 0px;
  }
  /*-- wall--*/
  .quote-wall-btn {
    text-align: center;
    color: #ef3742;
    letter-spacing: unset;
    font-size: 29px;
  }
  .quote_one {
    left: -80%;
    top: 31%;
    margin-left: 100%;
  }
  .close_wall img {
    width: 50%;
    right: 0;
  }
  .close_wall {
    right: 0;
    top: 10%;
  }
}
@media(max-width:480px){
  .expct-snak-sec .expct-snak-otr {

  }
  .expct-snak-sec .expct-snak-img {
    height: 350px !important;
  }
  .expct-snak-sec .st-img1 {
    width: 50% !important;
  }
  .expct-snak-sec .st-img2 img{

  }
  .expct-snak-sec .expct-snak-txt {

  }








  /**shopping cart start**/
  .out-lstt .innr-lst {
    width: 100px;
  }
  .out-lstt .innr-lst a {
    font-size: 14px;
  }
  .cart__meta-text.innr-lst {
    font-size: 12px;
  }
  .out-lstt .innr-lst {
    width: 50%;
    margin: 0 5px;
  }
  /**shopping cart start**/
  .rspnsive-vew .slideshow-containers .prev:after {
    left: 0;
  }
  .bck-btn-dv {width: 41% !important;}
  /**article css start **/
  .template-article article.page-width {
    max-width: 86%;
  }
  /**article css start **/
  /**contact page start**/
  .cntct-blg1 {
    width: 100%;
  }
  .cntn-blgsec-otr {
    flex-wrap: wrap;
  }
  /**contact page end**/
  /**faq start 11-4-2019**/
  .faq-mob-versn .mobServicesIcn .muSlides { width: 70%;}
  .faq-backtp-btn a {padding: 14px 44px !important;font-size: 18px;}
  p.fq-para {font-size: 17px;}
  /**faq end 11-4-2019**/


}
@media(max-width:412px){
  .mob {
    display: block;
  }
  .desk {
    display: block;
  }
  .mob-products-carousel ul#flexiselDemo6 a.mobileShopBtn {
    display: block;
  }
  .two-img-text .feature-row__text .featured-row__subtext {
    width: 75%;
  }
  .two-img-text .feature-row__item .btn {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  #shopify-section-1553575425550 .feature-row__text h2.h3 {
    width: 100%;
    margin-top: 20px;
    font-size: 60px;
  }
  #shopify-section-1553575425550 .feature-row__text a.btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  /**article blog strt**/
  .bck-btn-dv {
    width: 38% !important;
  }
  /**article blog end**/
  .cntnt-submt-btn input {
    padding: 12px 0;
    width: 100% !important;
  }

  /**products css start 12-4-2019**/
  .or-prdct-txt a {padding: 12px 62px !important;}
  .or-prdct-txt p {font-size: 16px;}
  h2.hdng-prdct {font-size: 37px;}

  .tk-luk-blck-txt h3 {font-size: 28px;
    line-height: 1; }
  .tk-luk-blck-txt h3 { font-size: 28px;margin-bottom: 17px;}
  .tk-luk-blck-txt p {font-size: 16px;}
  .imf-crcle {
    height: 100px;
    width: 100px;
  }
  h2.hdng-prdct {
    font-size: 34px;
  }
  .tk-luk-blck-txt h3 {
    font-size: 25px;
  }
  .prdct-back-tp {
    margin: 4rem 0;
  }
  .product-slider {
    padding: 4rem 0;
  }
  .or-prdct-txt h2 {
    font-size: 58px;}

  .tk-luk-blck-img {
    margin-bottom: 20px;
  }

  /**products css end 12-4-2019**/

  /**story css start 12-4-2019**/

  .st-img2 img {
    width: 85%;
  }
  .expct-snak-txt h2 {
    font-size: 44px;
  }
  .expct-snak-sec {
    padding: 6rem 0 0;
  }

  /**blog mobile version css start 25-4-2019**/
  .mobile-blog-template h1.tsty {
    font-size: 28px;
    margin: 2rem 0px;
  }
  .mob-brose h2 {
    font-size: 20px;
  }
  .mob-brose ul.blog-listing {
    flex-wrap: wrap; }
  .mob-brose ul.blog-listing li {
    padding: 0 15px;
    margin-bottom: 9px;
  }
  .mobile-blog-template ul.no-bullets li a {
    width: 54%;
  }
  .mobile-blog-template .pop-pst-blgnw {
    margin-top: 1rem;
  }
  .mobile-blog-template .blognw-right .artcl-poppst h2.h4 {
    font-size: 26px;
  }
  .mobile-blog-template  .blgnw-rght-btn a {
    padding: 7px;
    width: 80%;
  }
  .mobile-blog-template .blg-bnnr-bg h2 {
    font-size: 28px;
  }
  .mobile-blog-template .blg-bnnr-bg {
    padding: 3rem 0;
  }
  /**blog mobile version css end 25-4-2019**/
}
@media(max-width:375px){
  .expct-snak-sec .expct-snak-otr {

  }
  .expct-snak-sec .expct-snak-img {

  }
  .expct-snak-sec .st-img2 {

  }
  .expct-snak-sec .st-img2 img{

  }
  .expct-snak-sec .expct-snak-txt {

  }



  .expct-snak-sec2 .expct-snak-img {

  }
  .expct-snak-sec2 .expct-snak-txt {

  }
  .expct-snak-sec2 .st-img1 {

  }
  .expct-snak-sec2 .st-img3 {
    top: 125px !important;
  }
  .expct-snak-sec2 .expct-snak-otr {

  }



  #shopify-section-1553575425550 .feature-row__text h2.h3 {
    font-size: 53px;
  }
  /**store locator start 8-4-2019**/
  .stre-blck1 h2 {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .stre-blck1 a {
    padding: 7px 19px !important;
    font-size: 12px;
  }
  /**store locator end 8-4-2019**/
  /**article blog strt**/
  .bck-btn-dv {
    width: 50% !important;
  }
  /**article blog end**/
  /**blog mobile version css start 25-4-2019**/
  .mobile-blog-template .blg-bnnr-bg h2 {
    font-size: 26px;
    padding: 0 1rem;
  }
  /**blog mobile version css start 25-4-2019**/
}
/*===== End Responsive =====*/

.sd_fixminicart {
  visibility: hidden !important;
}
.sd_mini-cart-items h2 img {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
}
.sd_fixminihover .product_image img {
  border-radius: 1px!important;
  border: 1px solid rgba(204, 204, 204, 0.26)!important;
}
.sd_fixminihover input#sd_updatequant {
  border-radius: 35px!important;
  border: 2px solid rgb(240, 54, 65) !important;
  color: rgb(240, 54, 65);
}

.sd_fixminihover button.sd_altera.sdminus {
  border-radius: 5px !important;
  background: transparent !important;
  color: rgb(240, 54, 65) !important;
}

.sd_fixminihover button.sd_altera.sdplus {
  border-radius: 5px !important;
  background: transparent !important;
  color: rgb(240, 54, 65) !important;
}
.sd_fixminihover a.b_checkout {
  border-radius: 35px!important;
  display: inline-block;
  top: -4px!important;
}
.sd_fixminihover .sd_mini-cart-items hr {
  border-bottom: 2px solid rgba(208, 203, 203, 0.26)!important;
}

.sd_fixminihover .row.mini-cart-product {
  border: none!important;
}

.sd_fixminihover a#bag_product:before {
  content: "";
  background: url(//https://cdn.shopify.com/s/files/1/0085/5484/0141/files/icon1.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
}

.sd_fixminihover a#bag_product img {
  width:20px;
  visibility:hidden;
}
.sd_fixminihover a#bag_product {
  border: none!important;
}
span.product_price.money {
  float: left;
  clear: both;
  color: #c7c7c7 !important;
}

.sd_fixminihover a.sd_viewcart {
  display: none!important;
}

.sd_fixminihover .minitotal {
  width: 100%!important;
}

.sd_fixminihover .minitotal {
  width: 100%!important;
}

.sd_fixminihover span.totalprice.money {
  float: right!important;
  margin-top: -12px!important;
}
.sd_fixminihover .sd_sidebar_check
{
  width:100% !important;
}

















/* Home Page Image CSS */


/* .pro_tabs ul li:first-child a {
background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/t/2/assets/icon-minus.svg) no-repeat 90% !important;
background-size: contain;
padding-right: 20px; */
/* } */
/* .pro_tabs ul li:last-child a {
background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/t/2/assets/icon-plus.svg) no-repeat 90% !important;
background-size: contain;
background-color: blue;
padding-right: 20px;
} */

.expct-snak-sec .expct-snak-otr {
  display: flex;
  flex-direction: row-reverse;
}
.expct-snak-sec .expct-snak-img {
  position: absolute;
  left: 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.expct-snak-sec .st-img2 {
  position: relative;
  top: -100px;
  left: 100px;
}
.expct-snak-sec .st-img2 img{
  width: 75%;
}

.expct-snak-sec2 .expct-snak-img {
  position: absolute;
  float: right;
  display: flex;
  flex-direction: row-reverse;
}
.expct-snak-sec2 .expct-snak-txt {
  position: absolute;
  left: 0;
}

.expct-snak-sec2 .st-img1 {
  position: relative;
}
.expct-snak-sec2 .st-img3 {
  position: relative;
  left: 75px;
  top: 225px;
}

.expct-snak-sec2 .expct-snak-otr {
  height: 500px;
}

.flcr-sec-txt a {
  border-bottom: none !important;
}

.index-section .h3 {
  width: 95% !important;
}
#terms-conditions h3 {
  font-size: 30px;
}
#terms-conditions .main-content.js-focus-hidden {
  margin-bottom: 50px;

}
#privacy-policy h8 {
  font-size: 30px;
  margin-bottom: 50px;
  color: black;
}
#privacy-policy .TOS-para{
  margin-top: 10px;
  margin-bottom: 25px;

}
#privacy-policy .main-content.js-focus-hidden {
  margin-bottom: 50px;
}
.goal-page.svg-images {
  margin-top: 0;
}

.text-big-goal {
  background-color: rgba(0, 0, 0, .01);
}
.grid.grid--no-gutters.small--text-center.leftFooterSocial .grid__item{
  margin-top: 10px;
}

.grid__item.medium-up--one-quarter.text-right.site-header__icons {
  width: fit-content;
}

#desktop-thumbnails {
  display: block;
}
.slick-track {
  justify-content: flex-end;
}
.slick-slide {
  height: fit-content;
}
.slick-track li {
  width: fit-content !important;
}
.grid.product-single.ssp-top {
  height: fit-content;
}
#finally-eaten {
  display: none;
}
.tabs li a:after {
  display: none;
}

#shop-til-you-drop {
  color: white;
  z-index: 100;
  position: absolute;
  font-size: 7vw;
  top: 25%;
  width: 100%;
  text-align: center;
}

.col_head_banner li{
  position: relative;
}







@media(max-width:749px)
{
  .template-collection .grid.grid--uniform.grid--view-items {
    display: block;

  }
}

@media only screen and (min-width: 750px){
  .medium-up--one-quarter {
    width: 12%;
  }
  .template-collection .medium-up--one-quarter {
    width: 25%;
  }
}



.product-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#feat-image-container  {
  /*     	height: 100% !important; */
  padding-left: 0;
}
.product-single__photo-wrapper {
  max-height: none;
  max-width: none;
  height: 100%;
}

@media screen and (min-width: 750px){
  .product-single__photo-wrapper {
    max-width: none !important;
    max-height: none !important;
  }
  .product-featured-img {
    height: 100%;
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
.product-featured-img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
#ProductSection-product-template {
  padding-right: 0;
  padding-left: 0;
}

.single-option-selector-product-template {
  min-height: 40px !important;
  height: 40px;
  width: 100%;
}
.active-thumb .product-single__thumbnail-image {
  box-shadow: 0px 0px 10px #D3D3D3;
}



.st-img3.desk img {
  top: 0px;
  width: 200px;
}


.imf-crcle {
  background: white;
}

.grid.grid--uniform.grid--view-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.template-collection #Collection .col_btn {
  font-size: 16px;

}


}


@media (max-width: 414px){
  .two-img-text-right .homeFeaturedImg .homeRedImg {
    top: 100px;
    width: 35% !important;
    margin-left: -45% !important;
    left: -40px;
  }

  .two-img-text-right .homeFeaturedImg .feature-row__image {
    width: 68%;
  }



  .st-img1.desk img{
    width: 65%;
  }
  .st-img3.desk img {
    top: 40px !important;
    width: 55%;
    margin-left: -6%;

  }
  .expct-snak-sec .expct-snak-img {
    height: 500px !important;
  }

}


@media only screen and (max-width: 1024px) {
  .grid__item .medium-up--one-quarter {
    width: 20%;
  }
  .expct-snak-sec2 .expct-snak-otr {
    flex-direction: row-reverse;
  }
  .index-section .h3 {
/*     font-size: 8vw !important; */
  }
  /*   .feature-row__item.feature-row__text.feature-row__text--right {
  margin-bottom: 60vw;
} */
}
@media only screen and (min-width: 1024px) {
  .product-single {
    display: flex;
    align-items: center;
  }
  .grid__item .medium-up--one-quarter {
    width: 23%;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__section img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .footerSocial {
    width: 175px !important;
  }
}

@media only screen and (max-width: 414px) {
  .site-footer__section img {
    margin-right: auto;
    margin-left: auto;
  }
  .grid.grid--no-gutters.grid--table.site-header__mobile-nav {
    position: relative;
  }
  .grid__item.medium-up--one-quarter.text-right.site-header__icons {
    width: 100%;
    flex:1;
  }

  .grid__item.medium-up--one-quarter.logo-align--left {
    position: absolute;
  }

}

@media only screen and (max-width: 768px) {
  .thumbnails-wrapper.thumb-sze-imgs.thumbnails-slider--active {
    display: none !important;
  }
  #desktop-thumbnails {
    display: none;
  }
  #mobile-thumbnails {
    display: block;
  }
  .grid .product-single .ssp-top {
    display: flex;
    flex-direction: column;
  }

  /*   .expct-snak-sec .expct-snak-img {
  height: 585px;
} */

  .medium-up--one-half {
    width: 45%;
  }
  .slider-related-pro .slick-slide {
    padding: 0 20px;
  }
  .site-header {
    width: 100%;
    height: 100px;
    display: flex;
  }
  .slick-track {
    display: flex;
    justify-content: flex-end;
  }
  .rightFooterNews form#Contact_footer .input-group span.input-group__btn #Subscribe {
    width: 100%;
  }
  /*   .st-img1.desk {
  width: 100%;
}
  .st-img3.desk img {
  top: -144px;
} */

  .or-prdct-txt {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*       	button #Subscribe {
width: 100% !important;
} */

/* 	.feature-row__image-wrapper .feature-row__image {
top: -150px;
}
#FeatureRowImage-1553575425550 {
max-width: 1000px !important;
width: 800px;
}
@media screen and (min-width: 750px) {
#FeatureRowImage-1553575425550 {
max-height: none !important;
}
}

*/

/*-- mega menu custom--*/

/*Strip the ul of padding and list styling*/
/*-- mega menu custom--*/

.custommenu ul.top-nav {
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  right:70px;
  top:21px;
}
/*Create a horizontal list with spacing*/
.custommenu li {
  display:inline-block;
  float: left;
  margin-right: 1px;
}
/*Style for menu links*/
.custommenu li span.anchr {
  display: block;
  min-width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  font-weight: normal;
  position:relative;
}

.custommenu li span.anchr:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  right: 5px;
}
.custommenu li:first-child span.anchr:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  right: 10px;
}
.custommenu li:last-child span.anchr:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  right: -7px;
}

/*Hover state for top level links*/
.custommenu li:hover span {
  color: #ef3742 !important;
}
/*Style for dropdown links*/
.custommenu li:hover ul a {
  background: #fff;
  color: #2f3036;
}
/*Hover state for dropdown links*/
.custommenu li:hover ul a:hover {

  color: #ef3742;
}
/*Hide dropdown links until they are needed*/
.custommenu li ul {
  visibility:hidden;
}
/*Make dropdown links vertical*/
.custommenu li ul li {
  display: block;
  float: none;
}
/*Prevent text wrapping*/
.custommenu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}
/*Display the dropdown on hover*/
@media(min-width:749px)
{
  .custommenu ul li span.anchr:hover + .hidden, .hidden:hover {
    visibility:visible;
  }
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #19c589;
  text-align: left;
  padding: 10px 0;
  display: none;
  background: url(https://cdn.shopify.com/s/files/1/0085/5484/0141/files/hamburger_a24c71bb-e579-4148-b58e-3ac85f0e429f.jpg?15069);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  text-align: left;
  background-position: 10px;
  font-size: 0px;
}
/*Hide checkbox*/
.custommenu input[type=checkbox]{
  display: none;
}
/*Show menu when invisible checkbox is checked*/
.custommenu input[type=checkbox]:checked ~ .top-nav{
  display: block;
}

/*-- custom-css--*/
.hidden
{
  background:#fff;

  display: flex;
}
.hidden li a {
  text-decoration: none;
}
.hidden li h3
{
  padding-top:10px;
  font-size:22px;
  text-align: center;
}
/*--menu-1--*/
.hidden.menu-1 {
  position: fixed;
  width: 100%;
  padding: 0 0 10px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
  left:0;
}
.hidden.menu-1 li {
  width: 19%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 10px;
  border-right: 1px solid #e2e2e2;
}
.hidden.menu-1 li a {
  background: transparent;
  color: #000;
  text-align: left;
}
.custommenu li:hover ul.hidden.menu-1 a:hover {
  background: transparent;
  color: #000;
}
/*--menu-2--*/
.hidden.menu-2 {
  position: fixed;
  width: 100%;
  padding: 0 0 10px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
  left:0;

}
.hidden.menu-2 li {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
  width:33%;
  padding: 10px;
  border-right: 1px solid #e2e2e2;
}
.hidden.menu-2 li a {
  background: transparent;
  color: #000;
  text-align: center;
}
.custommenu li:hover ul.hidden.menu-2 a:hover {
  background: transparent;
  color: #000;
}
/*--menu-3--*/
.hidden.menu-3 {
  position: fixed;
  width: 100%;
  padding: 0 0 10px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
  left:0;

}
.hidden.menu-3 li {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
  width:24%;
  padding: 10px;
  border-right: 1px solid #e2e2e2;
}
.hidden.menu-3 li a {
  background: transparent;
  color: #000;
  text-align: left;
}
li:hover ul.hidden.menu-3 a:hover {
  background: transparent;
  color: #000;
}

/*Responsive Styles*/

.active-thumb.product-single__thumbnail::after{
  opacity: 0;
}
.product-single__thumbnail::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
}


.feature-row {
  height: fit-content;
}

@media only screen and (min-width: 760px) {
  .medium-up--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 760px) {
  .medium-up--hide {
    display: block !important;
  }
}

@media only screen and (max-width: 760px) {
  .feature-row__text--left {
    margin-top: 20px;
  }
  .feature-row__text--right {
    margin-top: 20px;
  }
}
@media screen and (max-width : 760px){
  /*Make dropdown links appear inline*/
  .custommenu ul {
    position: static;
    display: none;
  }
  .site-nav {
    display: none;
  }

  .small--hide {
    display: block !important;
  }
  /*Create vertical spacing*/
  .custommenu li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  .custommenu ul li, .custommenu li a {
    width: 100%;
  }
  /*Display 'show menu' link*/
  .show-menu {
    display:block;
  }
  /*-- custom style--*/
  .hidden.menu-1 , .hidden.menu-2, .hidden.menu-3 {
    position: absolute;
    overflow-y: scroll;
    height: 100vh;
    z-index: 100;
  }
  .hidden.menu-1 li, .hidden.menu-2 li, .hidden.menu-3 li{
    display: inline-block;
    width: 100%;
  }
  .open ul.hidden
  {
    display:block;
    visibility:visible;
  }
  .custommenu ul.top-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 46px;
    background: #fff;
    border-bottom: 1px solid #e8e9eb;
    border-top: 1px solid #e8e9eb;
    width: 100%;
  }

  .site-header nav#AccessibleNav {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 24px;
  }
  .logo-align--left .site-header__logo img
  {
    position:relative;
    z-index:2;
  }
  .site-header .site-header__icons {
    width: auto;
    float: right;
    padding: 21px 0;
    position: relative;
    z-index: 2;
  }
  .custommenu li span.anchr {
    display: block;
    min-width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    /* font-weight: bold; */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding-left: 17px;
    border-bottom: 1px solid #e8e9eb;
  }
  .custommenu li span.anchr {

    cursor: pointer;

  }

  .custommenu li:hover ul a {
    background: transparent;
    color: #2f3036;
  }
  .custommenu li span.anchr:after {

    right: 5px;
  }
  .custommenu li:first-child span.anchr:after {

    right: 5px;
  }
  .custommenu li:last-child span.anchr:after {

    right: 5px;
  }


}

@media only screen and (min-width: 749px) {
  .two-img-text-left .homeFeaturedImg .homeRedImg {
    width: 50% !important;
  }
  .two-img-text-right .homeFeaturedImg img {
    width: 60%;
    max-height: 545px;
  }
}

@media only screen and (max-width: 749px) {
  .two-img-text-right .feature-row__item .feature-row__image-wrapper img.homeRedImg {
    width: 40%;
    top: 0;
  }
  .two-img-text-right .homeFeaturedImg img {
    width: 65%;
    max-height: 100%;
  }
  .two-img-text-left .homeFeaturedImg .homeRedImg {
    width: 50%;
  }

  .feature-row__text h2.h3 {
    font-size: 10vw !important;
    line-height: 75px !important;
  }
}

@media only screen and (max-width: 715px) {
  #us-vs-them {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 680px) {
  .jssorb052 {
    top: 200px !important;
  }


}
@media only screen and (max-width: 620px) {
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 44%; */
    left: 0%;
  }
  .jssorb052 {
    top: 185px !important;
  }
  .feature-row__text h2.h3 {
    line-height: 60px !important;
  }

}
@media only screen and (max-width: 540px) {
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 41%; */
    left: 0%;
  }
  .feature-row__text h2.h3 {
    /*     font-size: 16vw !important; */
    /*     line-height: 75px !important; */
  }

  .jssorb052 {
    top: 180px !important;
  }
}
@media only screen and (max-width: 480px) {
  .expct-snak-sec2 .st-img3 {
    top: 175px !important;
  }
  .feature-row__text h2.h3 {
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 440px) {
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 39%; */
    left: 0%;
  }
  .feature-row__text h2.h3{
    line-height: 45px !important;
  }
  .expct-snak-sec .expct-snak-img {
    height: 300px !important;
  }
  .expct-snak-sec .st-img1 {
    width: 50% !important;
  }
  .expct-snak-sec .st-img2 {
    width: 80% !important;
    left: 130px !important;
  }
  .expct-snak-sec .expct-snak-txt {

  }
}
@media only screen and (max-width: 420px) {
  .feature-row__text h2.h3{
    line-height: 40px !important;
  }
  .expct-snak-sec .expct-snak-img {
    height: 275px !important;
  }
  .jssorb052 {
    top: 165px !important;
  }
}

@media only screen and (max-width: 412px) {
  .jssorb052 {
    top: 140px !important;
  }
}

@media only screen and (max-width: 390px) {
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 37%; */
    left: 0%;
  }
}
@media only screen and (max-width: 375px) {
  .index-section .feature-row__text--right h2.h3{
    /*     font-size: 70px !important; */
  }
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 35%; */
    left: 0%;
  }
  .expct-snak-sec .st-img2 {
    width: 85% !important;
    left: 130px !important;
  }
  .expct-snak-sec .expct-snak-img {
    height: 235px !important;
  }
  .feature-row__text h2.h3 {
    font-size: 10vw !important;
    line-height: 40px !important;
  }

  .or-prdct-txt h2 {
    font-size: 15vw;
  }
}
@media only screen and (max-width: 350px) {
  .expct-snak-sec2 .st-img3 {
    top: 150px !important;
  }
  .expct-snak-sec .st-img2 {
    left: 100px !important;
  }
}
@media only screen and (max-width: 340px) {
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 32%; */
    left: 0%;
  }
  .expct-snak-sec .st-img2 {
    top: -150px !important;
    width: 95% !important;

  }
}
@media only screen and (max-width: 320px) {
  .grid__item.medium-up--one-quarter.logo-align--left {
/*     left: 30%; */
    left: 0%;
  }
  .expct-snak-sec2 .st-img3 {
    top: 125px !important;
  }
  .feature-row__text h2.h3 {
    line-height: 35px !important;
  }
}

#flexiselDemo3 {
  display: flex !important;
}
#flexiselDemo3 li {
  display: flex !important;
  align-items: center !important;
}


.review-page-title {
  text-align: center;
  font-size: 50px;
  margin-top: 50px;
  margin-bottom: 0;
}

.reviews-sec {
  padding: 0 !important;
  padding-bottom: 75px !important;
}

#contact #MainContent {
  background-color: white;
}

.desktop-services-icon .logo-bar {
  display: none;
}

#faq-tag {
  padding: 0;
  background: transparent;
  font-size: 22px;
  color: #ef3742;
  text-decoration: underline;
}

#hollow-cut-facebook-desktop{
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
}
#hollow-cut-twitter-desktop{
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
}
#hollow-cut-pinterest-desktop{
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
}

#hollow-cut-facebook-mobile{
  background: transparent;
  border: none;
  display: none;
  flex-direction: column;
}
#hollow-cut-twitter-mobile{
  background: transparent;
  border: none;
  display: none;
  flex-direction: column;
}
#hollow-cut-pinterest-mobile{
  background: transparent;
  border: none;
  display: none;
  flex-direction: column;
}


@media(max-aspect-ratio: 8/10){
  #hollow-cut-facebook-desktop{
    display: none;
  }
  #hollow-cut-twitter-desktop{
    display: none;
  }
  #hollow-cut-pinterest-desktop{
    display: none;
  }
  #hollow-cut-facebook-mobile{
    display: flex;
  }
  #hollow-cut-twitter-mobile{
    display: flex;
  }
  #hollow-cut-pinterest-mobile{
    display: flex;
  }
}


@media only screen and (max-width: 768px){
  .grid__item.medium-up--one-half{
  	padding:0px;
  }
  .grid.product-single.ssp-top{
  	max-width: 90%;
    margin: auto;
  }
  .why-pop-zero{
  	max-width: 90%;
    margin: auto;
  }
  .product-single__photos .slick-list.draggable{
  	display: flex;
    justify-content: center;
  }
  .product-single__photos .grid__item.medium-up--one-quarter.product-single__thumbnails-item{
  	padding-left: 11px;
    padding-right: 11px;
  }
  .product-single__photos .slick-track{
  	width: auto !important;
  }
  .product-single__photos .slick-track li{
  	margin-right: 0px;
  }
  #mobile-thumbnails{
  	margin-left: 0px;
  }
}