@charset "utf-8";

img,
object,
embed,
video {
  max-width: 100%
}

.ie6 img {
  width: 100%
}

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Gilroy';
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  list-style: none;
  background: #fff
}

.container {
  width: 1444px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box
}

p,
h1,
h2,
h3,
h4,
h5,
ul {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

a {
  text-decoration: none
}

.clearall {
  clear: both;
  height: 1px;
  width: auto
}

.position {
  position: relative
}

.dsplay {
  width: 100%;
  display: table;
  box-sizing: border-box
}

* {
  box-sizing: border-box
}

.flt {
  float: left;
  width: 100%
}

.ovrfl {
  overflow: hidden
}

.bdhding {
  font-weight: bold;
  font-size: 42px;
  line-height: 58px;
  text-align: center
}

.bdhding span {
  font-weight: normal
}

.bdfont {
  font-size: 18px;
  line-height: 26px;
  color: #2f2f2f
}

.white {
  color: #fff
}

@media only screen and (max-width:1460px) {
  .container {
    max-width: 1170px;
    width: 100%
  }
}

@media only screen and (max-width:1190px) {
  .container {
    max-width: 1000px;
    width: 100%
  }

  .bdhding span {
    font-weight: normal
  }
}

@media only screen and (max-width:1020px) {
  .container {
    max-width: 760px;
    width: 100%
  }

  .bdhding {
    font-size: 36px;
    line-height: 46px
  }

  .bdfont {
    font-size: 18px;
    line-height: 26px
  }
}

@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    max-width: 640px
  }

  .bdinpad {
    padding: 0 12px
  }

  .bdhding {
    font-size: 33px;
    line-height: 40px
  }
}

@media only screen and (max-width:479px) {
  .bdhding {
    font-size: 30px;
    line-height: 37px
  }
}

@media only screen and (max-width:359px) {
  .bdhding {
    font-size: 28px;
    line-height: 35px
  }
}

.hdrstrip {
  background: #000;
  padding: 3px 0 5px 0
}

.hdrstrip-txt {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px
}

.top-fix-bar {
  margin-bottom: 68px
}

.header {
  height: 68px;
  margin-top: -68px;
  position: relative;
  top: 68px;
  background: #f4e3cf
}

.fixed-nav .header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  -webkit-transition: margin .3s ease-out;
  transition: margin .3s ease-out;
  margin-top: 0;
  height: 68px
}

.logo {
  margin: 11px 0 0 0;
  float: left
}

div.cart {
  float: right;
  height: 40px;
  width: 100px;
  border: 1px solid #000;
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #000;
  cursor: pointer
}

div.cart img {
  margin: 0 4px -3px 0
}

ul.nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  width: 782px;
  margin: 0 auto;
  display: block
}

ul.nav li {
  float: left;
  display: inline-block;
  padding: 0 38px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-align: center
}

ul.nav li:last-child {
  background: 0;
  padding: 0
}

ul.nav li a {
  color: #000;
  display: block
}

ul.nav li a.active {
  color: #8d0f05
}

#menu-wrapper {
  overflow: hidden;
  max-width: 40px;
  cursor: pointer;
  float: left
}

#menu-wrapper #hamburger-menu {
  position: relative;
  width: 25px;
  height: 20px;
  margin: 24px 0 5px 0
}

#menu-wrapper #hamburger-menu span {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  color: black;
  background-color: #1d1d1d;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
  top: 0
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
  top: 9px
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
  top: 18px
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  left: -60px
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

#menu-container .menu-list {
  padding-left: 0;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  left: -100%;
  top: 69px;
  background: #000;
  border-top: 1px solid #333
}

#menu-container .menu-list li a {
  font-size: 18px;
  padding: 12px 0 12px 12px;
  text-align: left;
  color: #fff;
  display: block;
  border-bottom: 1px dotted #333
}

#menu-container .menu-list li a.active {
  background: #128e3b;
  color: #fff
}

@media only screen and (max-width:1190px) {
  ul.nav {
    width: 676px
  }

  ul.nav li {
    padding: 0 15px 0 0
  }
}

@media only screen and (max-width:1020px) {
  ul.nav {
    display: none
  }

  .header {
    height: 60px;
    top: 60px;
    margin-top: -60px
  }

  .top-fix-bar {
    margin-bottom: 60px
  }

  .fixed-nav .header {
    height: 60px
  }

  #menu-container .menu-list {
    top: 60px
  }

  .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: 0 auto;
    display: block
  }

  div.cart {
    margin: 11px 0 0 0;
    border: 0;
    width: auto
  }

  .prod-count {
    right: -17px;
    width: 15px;
    line-height: 15px;
    top: 7px;
    position: absolute;
    background-color: #f80a19;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold
  }

  #menu-wrapper #hamburger-menu {
    margin: 21px 0 5px 0
  }
}

@media only screen and (max-width:767px) {
  .header {
    height: 60px;
    top: 60px;
    margin-top: -60px
  }

  .top-fix-bar {
    margin-bottom: 60px
  }

  .fixed-nav .header {
    height: 60px
  }

  #menu-container .menu-list {
    top: 60px
  }

  .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: 0 auto;
    display: block
  }

  div.cart {
    margin: 11px 0 0 0;
    border: 0;
    width: auto
  }

  #menu-wrapper #hamburger-menu {
    margin: 21px 0 5px 0
  }
}

.strip {
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #f8f2e3
}

.strip-hding {
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/striphdbg.png) center center no-repeat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center
}

ul.bnrstrip-list {
  padding: 0;
  text-align: center
}

ul.bnrstrip-list li {
  display: inline-block;
  margin: 15px 33px 0 33px
}

ul.bnrstrip-list li img {
  margin: 0 auto;
  display: block
}

.sec1 {
  padding: 80px 0 0 0
}

.s1txt {
  text-align: center;
  padding: 4px 0 0 0;
  font-weight: 600
}

ul.s1list {
  padding: 35px 0 0 0
}

ul.shoplist {
  margin: 35px 0 0 0
}

ul.s1list li {
  float: left;
  display: inline-block;
  width: 15.66%;
  margin: 40px .5% 0 .5%;
  padding: 0 0 66px 0;
  border-bottom: 1px solid #ffe288;
  font-weight: 600;
  text-align: center;
  color: #000
}

ul.shoplist li {
  border-top: 1px solid #ffe288;
  border-bottom: 0;
  padding: 95px 0 0 0
}

ul.s1list li img {
  margin: 0 auto 16px auto;
  display: block
}

@media only screen and (max-width:1190px) {
  ul.bnrstrip-list li {
    margin: 15px 22px 0 22px
  }

  ul.s1list li {
    padding: 0 0 46px 0
  }
}

@media only screen and (max-width:1020px) {
  ul.bnrstrip-list li {
    margin: 15px 8px 0 8px
  }

  .sec1 {
    padding: 50px 0 0 0
  }

  ul.s1list {
    padding: 15px 0 0 0
  }

  ul.shoplist {
    margin: 10px 0 0 0
  }

  ul.s1list li {
    padding: 0 0 46px 0
  }

  ul.shoplist li {
    padding: 50px 0 0 0
  }

  ul.s1list li img {
    margin: 0 auto 10px auto;
    display: block
  }
}

@media only screen and (max-width:767px) {
  ul.bnrstrip-list {
    display: none
  }

  .strip-logos {
    margin: 12px auto 0 auto
  }

  .sec1 {
    padding: 35px 0 0 0
  }

  ul.s1list li {
    width: 32.5%;
    margin: 20px .41% 0 .41%;
    padding: 0 0 16px 0;
    border-bottom: 0
  }

  ul.shoplist {
    margin: 0
  }

  ul.shoplist li {
    padding: 25px 0 0 0
  }
}

@media only screen and (max-width:359px) {
  ul.s1list li {
    font-size: 16px;
    line-height: 24px
  }
}

.sec2 {
  padding: 90px 0 100px 0
}

.prd-container {
  margin: 32px 0 0 0
}

.prdbx1,
.prdbx2,
.prdbx3 {
  float: left;
  display: inline-block;
  width: 33%;
  margin: 30px 0 0 0;
  padding: 0 3%
}

.prd-btl {
  margin: 0 auto;
  display: block
}

.prdbx-txt1 {
  font-size: 16px;
  line-height: 20px;
  color: #6d6c6c;
  text-align: center;
  margin: 12px 0 0 0
}

.prdbx-txt1 img {
  margin: 0 4px -3px 0
}

.prdbx-txt2 {
  font-family: 'gilroybold';
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  padding: 5px 0 0 0
}

.prdbx-txt3 {
  font-size: 20px;
  line-height: 30px;
  color: #434343;
  text-align: center;
  padding: 13px 0 0 0
}

@media only screen and (max-width:1020px) {
  .sec2 {
    padding: 50px 0 60px 0
  }

  .prdbx1,
  .prdbx2,
  .prdbx3 {
    padding: 0 2%
  }
}

@media only screen and (max-width:767px) {
  .sec2 {
    padding: 40px 0 45px 0
  }

  .prd-container {
    margin: 0
  }

  .prdbx1,
  .prdbx2,
  .prdbx3 {
    float: none;
    width: 370px;
    margin: 25px auto 0 auto;
    display: block;
    border: 2px solid #f4f4f4;
    padding: 15px
  }

  .prdbx1 {
    margin: 30px auto 0 auto
  }

  .prdbx-txt3 {
    padding: 8px 0 0 0
  }
}

@media only screen and (max-width:400px) {

  .prdbx1,
  .prdbx2,
  .prdbx3 {
    width: 100%
  }
}

.sec3 {
  padding: 0;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/sec3.jpg) center top repeat-y
}

.s3lft,
.s3rgt {
  float: left;
  display: inline-block;
  width: 34.76%;
  padding: 80px 20px 80px 0
}

.s3rgt {
  float: right;
  width: 65.24%;
  padding: 80px 60px
}

.s3hding {
  text-align: left;
  padding: 0
}

.s3subhding {
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  padding: 10px 0 0 0;
  text-align: left
}

.chart {
  margin: 0 auto
}

.chart-lft,
.chart-mid,
.chart-rgt {
  float: left;
  display: inline-block;
  width: 46.65%
}

.chart-mid,
.chart-rgt {
  width: 26%;
  background: #fff url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/chart-mid.jpg) left bottom no-repeat;
  -moz-box-shadow: 0 0 10px #e9ddd0;
  -webkit-box-shadow: 0 0 10px #e9ddd0;
  box-shadow: 0 0 10px #e9ddd0;
  padding-bottom: 85px
}

.chart-rgt {
  background: #fce1e4 url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/chart-rgt.jpg) left bottom no-repeat;
  float: right
}

.row1 {
  height: 102px
}

.row2,
.row3,
.row4 {
  height: 44px
}

.row3 {
  border-top: 1px solid #e5e5e5
}

.row4 {
  border-top: 1px solid #f0c9ce
}

.tick,
.cross {
  margin: 0 auto 0 auto;
  display: block;
  padding-top: 13px
}

.chart-hding {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #2f2f2f;
  text-align: center;
  padding: 22px 5px 0 5px
}

.chart-txt {
  font-size: 18px;
  line-height: 44px;
  color: #2f2f2f;
  text-align: left
}

@media only screen and (max-width:1460px) {
  .s3lft {
    background: #faefe1
  }

  .s3rgt {
    padding: 80px 30px;
    background: #fdf5eb
  }

  .s3subhding {
    font-size: 23px;
    line-height: 34px
  }
}

@media only screen and (max-width:1190px) {
  .sec3 {
    background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/sec3.jpg) 45% top repeat-y scroll
  }

  .s3rgt {
    padding: 70px 0 40px 20px
  }

  .chart-hding {
    font-size: 19px;
    line-height: 26px
  }

  .chart-lft {
    width: 50.65%
  }

  .chart-mid,
  .chart-rgt {
    width: 24%
  }
}

@media only screen and (max-width:1020px) {
  .sec3 {
    background: #faefe1
  }

  .s3lft,
  .s3rgt {
    width: 100%;
    padding: 50px 0 20px 0
  }

  .s3rgt {
    padding: 0
  }

  .s3hding {
    text-align: center;
    padding: 0
  }

  .s3btm {
    background: #fdf5eb;
    padding: 30px 0 60px 0
  }

  .chart-slider {
    float: right;
    display: inline-block;
    width: 49%
  }
}

@media only screen and (max-width:767px) {

  .s3lft,
  .s3rgt {
    width: 100%;
    padding: 35px 0 30px 0
  }

  .s3btm {
    background: #fdf5eb;
    padding: 30px 0 45px 0
  }

  .jelly-box,
  .capsule-box {
    background: #f6f7f9 url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/jelly-bxbg.jpg) right bottom no-repeat;
    -moz-box-shadow: 0 0 10px #e9ddd0;
    -webkit-box-shadow: 0 0 10px #e9ddd0;
    box-shadow: 0 0 10px #e9ddd0;
    padding: 25px 20px
  }

  .capsule-box {
    background: #fce1e4 url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/chart-rgt.jpg) right bottom no-repeat;
    margin: 20px 0 0 0
  }

  .jellybx-hding {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2f2f2f;
    text-align: left;
    padding: 0
  }

  ul.jbx-list,
  ul.capsulebx-list {
    padding: 10px 0 0 0
  }

  ul.jbx-list li,
  ul.capsulebx-list li {
    background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/tick.png) left 4px no-repeat;
    padding: 0 0 0 30px;
    margin: 6px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #2f2f2f;
    text-align: left
  }

  ul.capsulebx-list li {
    background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/2e0ff196-eecb-46d9-9d17-7bf16581ea96/images/cross.png) left 4px no-repeat
  }

  .s3subhding {
    text-align: center;
    font-size: 20px;
    line-height: 30px
  }
}

@media only screen and (max-width:479px) {

  .jelly-box,
  .capsule-box {
    padding: 16px 10px
  }

  .jellybx-hding {
    font-size: 22px;
    line-height: 28px
  }
}

.sec4 {
  padding: 80px 0 90px 0
}

.s4img {
  position: absolute;
  left: -0;
  top: 50px;
  width: 550px
}

.s4txtarea {
  width: 59%;
  float: right
}

.s4hding {
  text-align: left;
  padding: 0
}

.s4txt {
  text-align: left;
  padding: 20px 0 0 0
}

@media only screen and (max-width:1460px) {
  .s4txtarea {
    width: 56%
  }

  .s4img {
    width: 500px;
    top: 20px
  }
}

@media only screen and (max-width:1190px) {
  .s4img {
    width: 430px;
    top: 70px
  }
}

@media only screen and (max-width:1020px) {
  .sec4 {
    padding: 50px 0 60px 0
  }

  .s4hding {
    text-align: center
  }

  .s4txtarea {
    width: 100%
  }

  .s4img-tab {
    width: 380px;
    margin: 24px auto 0 auto
  }
}

@media only screen and (max-width:767px) {
  .sec4 {
    padding: 35px 0 40px 0
  }

  .s4hding,
  .s4txt {
    text-align: center
  }

  .s4txt {
    padding: 10px 0 0 0
  }
}

.sec5 {
  padding: 60px 0 90px 0;
  background: #fdf5eb
}

.testimonial {
  margin: 30px 0 0 0
}

.tbx {
  background: #fff;
  width: 92%;
  margin: 0 auto;
  display: block;
  padding: 26px
}

.timgbx {
  height: 68px;
  position: relative;
  padding: 0 0 0 78px
}

.timg {
  position: absolute;
  left: 0;
  top: 0
}

.tstar {
  padding: 13px 0 0 0;
  display: block
}

.tvrf {
  font-size: 14px;
  line-height: 16px;
  color: #00ab0c;
  text-align: left;
  margin: 8px 0 0 0
}

.tvrf img {
  float: left;
  margin: 2px 5px -6px 0
}

.ttxt1 {
  padding: 14px 0 0 0
}

.ttxt2 {
  margin: 22px 0 0 0;
  font-weight: bold;
  color: #000
}

@media only screen and (max-width:1460px) {
  .ttxt1 {
    padding: 14px 0 0 0
  }
}

@media only screen and (max-width:1190px) {
  .ttxt1 {
    padding: 14px 0 0 0
  }
}

@media only screen and (max-width:1020px) {
  .sec5 {
    padding: 50px 0 80px 0
  }

  .tbx {
    width: 96%;
    padding: 15px
  }
}

@media only screen and (max-width:767px) {
  .sec5 {
    padding: 35px 0 50px 0
  }

  .testimonial {
    margin: 20px 0 0 0
  }

  .ttxt1 {
    height: auto
  }
}

.sec6 {
  padding: 68px 0 120px 0
}

.s6img,
.abts3img {
  position: absolute;
  left: -100px;
  top: 0
}

.abts3img {
  left: auto;
  right: 0
}

.s6txtarea,
.abts3txtarea {
  width: 58%;
  float: right
}

.s6txtarea {
  padding: 50px 0
}

.abts3txtarea {
  float: left
}

.s6hding {
  text-align: left;
  padding: 55px 0 0 0
}

.s6txt {
  text-align: left;
  padding: 20px 60px 0 0
}

.save-children {
  margin: 30px 0 10px 0;
  display: block
}

@media only screen and (max-width:1460px) {

  .s6img,
  .abts3img {
    width: 570px
  }

  .s6txtarea {
    padding: 0
  }
}

@media only screen and (max-width:1190px) {
  .sec6 {
    padding: 68px 0 110px 0
  }

  .s6img,
  .abts3img {
    width: 510px
  }

  .s6txt {
    padding: 20px 0 0 0
  }

  .abts3txtarea {
    width: 52%;
    position: relative
  }
}

@media only screen and (max-width:1020px) {
  .sec6 {
    padding: 30px 0 70px 0
  }

  .s6img,
  .abts3img {
    width: 410px
  }

  .s6hding {
    padding: 37px 0 0 0
  }

  .save-children {
    margin: 20px 0 0 0
  }
}

@media only screen and (max-width:767px) {
  .sec6 {
    padding: 35px 0 40px 0
  }

  .s6txtarea,
  .abts3txtarea {
    width: 100%
  }

  .s6hding {
    padding: 0;
    text-align: center
  }

  .s6txt {
    padding: 10px 0 0 0;
    text-align: center
  }

  .save-children {
    margin: 20px auto 6px auto;
    width: 400px
  }

  .s6img-mob {
    margin: 25px auto 10px auto;
    width: 300px
  }
}

.sec7 {
  padding: 66px 0 70px 0;
  background: #fdf5eb
}

ul.s7list {
  padding: 0
}

ul.s7list li {
  float: left;
  display: inline-block;
  width: 33.33%;
  padding: 0 2%;
  margin: 30px 0 0 0
}

ul.s7list li img {
  margin: 0 auto 14px auto;
  display: block
}

.s7lhding {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center
}

.s7ltxt {
  text-align: center;
  padding: 6px 0 0 0
}

@media only screen and (max-width:1460px) {
  ul.s7list li {
    padding: 0 3%
  }
}

@media only screen and (max-width:1190px) {
  ul.s7list li {
    padding: 0 2%
  }
}

@media only screen and (max-width:1020px) {
  .sec7 {
    padding: 50px 0 60px 0;
    background: #fdf5eb
  }

  .s7lhding {
    font-size: 23px;
    line-height: 27px
  }
}

@media only screen and (max-width:767px) {
  .sec7 {
    padding: 35px 0 40px 0
  }

  ul.s7list li {
    width: 100%
  }
}

@media only screen and (max-width:479px) {
  ul.s7list li {
    padding: 0
  }
}

.sec8 {
  padding: 66px 0 0 0
}

ul.s8list {
  padding: 40px 0 0 0
}

ul.s8list li {
  float: left;
  display: inline-block;
  width: 14.28%
}

ul.s8list li img {
  margin: 0 auto;
  display: block
}

.insta-icon {
  margin: 0 1px -4px 0;
  width: 30px
}

.frmstrip {
  background: #faefe1;
  padding: 26px 0
}

.frmstrip-bx {
  padding: 0 128px
}

.frmbx-lft,
.frmbx-rgt {
  float: left;
  display: inline-block;
  width: 49%
}

.frmbx-rgt {
  float: right
}

.frmbx-hding {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  padding: 8px 0 0 0
}

.frmbx-txt {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  padding: 4px 0 0 0
}

.frm {
  border: 1px solid #fd001b;
  padding: 4px
}

.emailfld,
.signbtn {
  float: left;
  display: inline-block;
  width: 68%
}

.signbtn {
  width: 32%;
  height: 56px;
  background: #fd001b;
  font-family: 'gilroybold';
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer
}

.emailfld {
  border: 0;
  outline: 0;
  font-family: 'Gilroy';
  height: 56px;
  font-size: 18px;
  color: #333;
  text-align: left;
  padding: 0 12px;
  appearance: none;
  -webkit-appearance: none;
  background: 0;
  background: #fff
}

.footer {
  padding: 40px 0
}

.ftrbx1,
.ftrbx2,
.ftrbx3,
.ftrbx4 {
  float: left;
  display: inline-block;
  width: 25%
}

.ftrlogo {
  margin: 0;
  display: block
}

ul.ftrlist1 {
  padding: 18px 0 0 0
}

ul.ftrlist1 li {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #474746;
  text-align: left;
  margin: 8px 0 0 0;
  position: relative;
  padding: 0 0 0 30px
}

ul.ftrlist1 li img {
  position: absolute;
  left: 0;
  top: 5px
}

ul.ftrlist2 {
  padding: 26px 0 0 0
}

ul.ftrlist2 li {
  float: left;
  display: inline-block;
  margin: 0 16px 0 0
}

ul.ftrlist2 li img {
  margin: 0 auto;
  display: block
}

.ftrbxhding {
  font-family: 'gilroybold';
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: left
}

ul.ftrlist3 {
  padding: 18px 0 0 0
}

ul.ftrlist3 li {
  font-size: 18px;
  line-height: 24px;
  color: #575757;
  text-align: left;
  margin: 8px 0 0 0
}

ul.ftrlist3 li a {
  color: #575757
}

.ftrtxtbx {
  border: 1px solid #000;
  margin: 20px 0 0 0;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #909090;
  text-align: center
}

.ftrimg {
  float: right;
  margin: 34px 0 0 0
}

.ftrtxt1 {
  float: left;
  font-size: 18px;
  line-height: 22px;
  color: #9b9b9b;
  text-align: left;
  margin: 30px 0 0 0
}

@media only screen and (max-width:1460px) {
  .frmstrip-bx {
    padding: 0
  }
}

@media only screen and (max-width:1190px) {
  .frmbx-hding {
    font-size: 21px;
    line-height: 25px;
    padding: 2px 0 0 0
  }

  .ftrbx3 {
    width: 20%
  }

  .ftrbx2 {
    width: 30%
  }
}

@media only screen and (max-width:1020px) {
  .sec8 {
    padding: 50px 0 0 0
  }

  .s8sldr {
    margin: 30px 0 0 0
  }

  .frmstrip {
    padding: 20px 0
  }

  .frm {
    margin: 17px 0 0 0
  }

  .emailfld {
    width: 65%
  }

  .signbtn {
    width: 35%;
    font-size: 21px
  }

  .ftrbx3 {
    width: 19%
  }

  .ftrbx2 {
    width: 31%
  }

  ul.ftrlist3 li,
  .ftrtxt1 {
    font-size: 16px;
    line-height: 22px
  }

  ul.ftrlist2 li {
    margin: 0 6px 0 0
  }

  .ftrtxtbx {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 22px
  }
}

@media only screen and (max-width:767px) {
  .sec8 {
    padding: 35px 0 0 0
  }

  ul.s8list {
    padding: 30px 0 0 0
  }

  ul.s8list li {
    width: 33.33%
  }

  ul.s8list li:last-child {
    display: none
  }

  .frmbx-lft,
  .frmbx-rgt {
    width: 100%
  }

  .frmbx-hding,
  .frmbx-txt {
    text-align: center
  }

  .ftrbx1,
  .ftrbx2,
  .ftrbx3,
  .ftrbx4 {
    width: 50%
  }

  .ftrbx1,
  .ftrbx2 {
    height: 200px
  }
}

@media only screen and (max-width:479px) {
  .frmbx-txt {
    font-size: 17px
  }

  .footer {
    padding: 35px 0
  }

  .ftrbx1,
  .ftrbx2,
  .ftrbx3,
  .ftrbx4 {
    width: 100%;
    height: auto;
    margin: 25px 0 0 0
  }

  .ftrbx3,
  .ftrbx4 {
    width: 50%
  }

  .ftrbx1 {
    margin: 0
  }

  ul.ftrlist1 {
    padding: 12px 0 0 0
  }

  ul.ftrlist2 {
    padding: 16px 0 0 0
  }

  ul.ftrlist2 li {
    margin: 0 12px 0 0
  }

  ul.ftrlist3 {
    padding: 2px 0 0 0
  }

  .ftrimg {
    float: none;
    margin: 20px auto 0 auto;
    display: block
  }

  .ftrtxt1 {
    text-align: center;
    margin: 10px 0 0 0;
    float: none
  }

  .ftrtxtbx {
    padding: 10px
  }

  .emailfld,
  .signbtn {
    width: 100%
  }

  .signbtn {
    margin: 4px 0 0 0
  }

  .emailfld {
    height: 46px
  }
}

@media only screen and (min-width:1021px) {
  .prod-count {
    right: -8px;
    width: 23px;
    line-height: 23px;
    top: 7px;
    position: absolute;
    background-color: #fd031a;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold
  }
}

@media only screen and (max-width:767px) {
  .prod-count {
    right: 15%;
    width: 15px;
    line-height: 15px;
    top: 25%;
    position: absolute;
    background-color: #f80a19;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold
  }
}

.clickOut {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0)
}

.hidden {
  display: none
}

.clickOut {
  z-index: 4000
}

#cartDrawer {
  z-index: 8000
}

.hover:hover {
  transform: scale(1.1)
}

.hover {
  transition: all .2s ease-in-out
}