:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper {
  background-color: #fff;
  border-radius: 1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: all 1s;
}

.navigation {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.navigation.hidden {
  display: none;
}

.nav-caption {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 2px;
  display: flex;
  overflow: auto;
}

.nav-text {
  color: #696969;
  width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 70%;
  overflow: visible;
}

.container {
  background-color: #0000;
  width: 80%;
  max-width: 1140px;
  margin: 22px auto 0;
  padding: 0;
}

.text-block {
  display: inline-block;
}

.tag {
  color: var(--white);
  background-color: #20416e;
  margin-bottom: 5px;
  padding: 0 15px;
  line-height: 25px;
  display: inline-block;
}

.heading {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 46px;
  line-height: 55px;
}

.user-content {
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 80%;
}

.user-info {
  color: #a4a4a4;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 80%;
}

.bold {
  color: #333;
}

.social-media {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.social-media.hidden {
  display: none;
}

.single-social {
  border-radius: 5px;
  justify-content: space-around;
  width: 120px;
  margin-right: 10px;
  padding: 6px 10px;
  display: flex;
}

.single-social.fb {
  background-color: #4267b2;
  justify-content: space-around;
}

.single-social.twitter {
  background-color: #55acee;
  justify-content: space-around;
}

.single-social.pin {
  background-color: #cb2027;
}

.single-social.email {
  background-color: #7d7d7d;
}

.single-social.sh {
  background-color: #95d03a;
}

.social-icon {
  padding-right: 0;
}

.social-name {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 12px;
  text-decoration: none;
}

.social-name:hover {
  text-decoration: none;
}

.content-sec {
  width: 100%;
  margin-top: 20px;
}

.image {
  width: 100%;
}

.para {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 29px;
}

.para-bold.sub-headline {
  font-size: 26px;
  line-height: 35px;
}

.para-sec {
  margin-top: 20px;
}

.collection-list {
  margin-top: 0;
}

.list-intro-sec {
  letter-spacing: .5px;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  place-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 9px;
  font-family: Robotoslab, sans-serif;
  font-size: 24px;
  display: block;
}

.ratings-sec {
  align-items: center;
  display: flex;
}

.product-link {
  color: #2d9cdb;
  text-transform: capitalize;
  margin-right: 10px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.product-title {
  float: left;
  text-transform: capitalize;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.item-no {
  float: none;
  background-color: var(--black);
  color: var(--white);
  order: -1;
  margin-right: 10px;
  padding: 4px 8px;
  font-family: Robotoslab, sans-serif;
  font-size: 80%;
  font-weight: 700;
  display: inline-block;
}

.rating-star {
  width: 21px;
  padding-left: 2px;
  padding-right: 2px;
}

.rating-count {
  text-transform: none;
  margin-left: 5px;
  font-size: 19px;
}

.blog-thumanil {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.blog-thumanil.sold-out-img {
  margin-top: 0;
}

.link {
  display: block;
}

.shop-btn {
  color: var(--white);
  text-align: center;
  background-color: #f65245;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  font-size: 1.36em;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.shop-btn.stock {
  letter-spacing: normal;
  background-color: red;
  font-family: Lato, sans-serif;
}

.shop-btn.brn-lg {
  border: 1px solid red;
  border-bottom: 8px solid #c40202;
  border-radius: 2px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 25.6px;
  line-height: 32px;
  transition: all .2s;
}

.shop-btn.brn-lg:hover {
  border-color: #2d9cdb;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 20px #fff;
}

.shop-btn.btn-big {
  background-color: #e92c2c;
  border-bottom: 5px solid #bc1f1f;
  border-radius: 5px;
  margin: 17px 26px 26px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
  transition: all 1s;
}

.shop-btn.btn-big:hover {
  background-color: #b12222;
}

.shop-btn.btn-big.discount-btn {
  background-color: #17b212;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  transition: all 1s;
}

.shop-btn.btn-big.discount-btn:hover {
  background-color: #bc1f1f;
}

.shop-btn.btn-big.btn1 {
  background-color: #286090;
  height: auto;
  margin-left: 20px;
  display: inline-block;
}

.container-lg {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.heading-2 {
  margin-top: 10px;
}

.heading-h2 {
  color: #17191c;
  letter-spacing: 1.6px;
  font-family: Open Sans, sans-serif;
  font-size: 31px;
  font-weight: 800;
}

.container-top {
  color: #8d8d8d;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20%;
  display: block;
}

.social-link {
  text-decoration: none;
  transition: all .2s;
}

.social-link:hover {
  opacity: .8;
  position: relative;
  top: -4px;
}

.text-block-3 {
  font-size: .9em;
}

.link-block {
  float: none;
  flex: 0 auto;
  order: -1;
  text-decoration: none;
  display: inline-block;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

.list.discount-list {
  padding-left: 15px;
  padding-right: 15px;
}

.list-item {
  background-image: url('../images/check-solid.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 19px;
  line-height: 29px;
}

.product-list {
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 20px;
  display: block;
}

.product-list.hidden {
  display: none;
}

.text {
  clear: none;
  color: #000;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 31.5px;
  display: block;
  position: static;
}

.text.text1 {
  float: left;
  clear: none;
  text-align: left;
  margin-left: -170px;
  display: inline-block;
  position: static;
  inset: 0% 0% 0% 65px;
}

.text.text1.text2 {
  float: none;
  clear: none;
  text-align: justify;
  margin-top: 29px;
  margin-left: -390px;
  padding-left: 0;
  display: inline-block;
}

.text.list1 {
  margin-left: 20px;
  margin-right: 20px;
}

.text.text3 {
  padding: 10px;
}

.text.q {
  color: #337ab7;
}

.text.big {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
}

.text.sideb {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.text.quote {
  font-size: 19px;
  font-style: normal;
  line-height: 30px;
}

.text.sidebar-rev {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23.5px;
}

.text.name123 {
  margin-right: 0%;
}

.text.semi-headline {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
}

.rich-text-block {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 24px;
  overflow: visible;
}

.anchor {
  color: #2d9cdb;
  text-decoration: none;
}

.anchor:hover {
  color: #005e94;
}

.anchore {
  text-decoration: none;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.thumb.comment-img {
  width: 100%;
}

.list-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.list-2-item {
  margin-bottom: 20px;
}

.page-heading {
  color: #000;
  font-family: Open Sans, sans-serif;
  line-height: 42px;
}

.page-heading.center {
  text-align: center;
  margin-bottom: 20px;
}

.page-heading.same-margin {
  margin-top: 10px;
  font-size: 32px;
}

.mb-50 {
  margin-bottom: 50px;
}

.discount {
  background-color: #f4f4c3;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.discount-heading {
  color: #fff;
  background-color: #459ef7;
  border-radius: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  font-size: 21px;
  line-height: 28px;
}

.page-sub-heading, .discount-text {
  padding-left: 15px;
  padding-right: 15px;
}

.discount-text.text {
  display: inline;
}

.paragraph {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  color: #499fdc;
  background-color: #0000;
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  padding: 5px 15px;
  display: block;
}

.text-block-4 {
  text-align: center;
  font-size: 14px;
}

.footer-link {
  color: #499fdc;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white);
}

.bottom-links {
  align-items: center;
  display: block;
}

.text-block-5 {
  float: left;
  font-weight: 700;
  display: inline-block;
}

.text-block-5.product-title {
  float: none;
  flex: 1;
  order: 1;
  display: inline;
}

.div-block {
  flex: 1;
  order: 1;
  max-width: 100%;
  display: block;
}

.div-block-2 {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 24px;
}

.text-block-6 {
  font-size: 16px;
}

.content-block {
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 20px;
}

.sold-out-block {
  color: red;
  text-transform: uppercase;
  font-weight: 700;
}

.sticky-sidebar {
  margin-top: 74px;
  margin-left: 20px;
  margin-right: 10px;
  position: sticky;
  top: 30px;
}

.wrapper-content {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 61%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-2 {
  align-self: center;
  width: 260px;
  display: inline-block;
}

.html-embed {
  margin-top: -10px;
  margin-bottom: 0;
}

.text-block-7 {
  font-weight: 700;
}

.bold-text {
  font-weight: 400;
}

.list-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 50px;
  list-style-type: decimal;
}

.list-3.list-steps {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-2, .list-item-3, .list-item-4 {
  line-height: 40px;
}

.text-block-8 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-8.textshadow.textshadow2 {
  text-shadow: 0 1px 1px #00000047;
}

.text-block-9 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.html-embed-2 {
  display: inline;
}

.html-embed-2.discount-text {
  font-size: 19px;
  line-height: 29px;
  display: block;
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  float: right;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.grid {
  grid-row-gap: 0px;
  grid-template-rows: auto .25fr;
  grid-template-columns: .75fr 1fr;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.image-3 {
  margin-right: 0;
}

.text-block-10, .text-block-11 {
  margin-left: -170px;
}

.image-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-5 {
  margin-right: 0;
}

.image-6 {
  width: 800px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.head1 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 0;
  padding: 15px;
}

.div-block-5 {
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  margin-bottom: 30px;
}

.button {
  background-color: #286090;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.text-span {
  text-decoration: line-through;
}

.image-7 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-6 {
  opacity: 1;
  background-color: #fef5c4;
  padding-bottom: 15px;
  box-shadow: 1px 0 3px -2px #000;
}

.heading-3 {
  padding: 10px;
}

.video {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-8 {
  width: 220px;
}

.image-9 {
  margin: 10px auto;
}

.bold-text-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.sticky-sidebar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #ebebeb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 35%;
  margin: 10px 10px 334px 20px;
  padding: 5px 10px;
  display: block;
  position: sticky;
  top: -85%;
}

.shop-btn-2 {
  color: #fff;
  text-align: center;
  background-color: #f65245;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  font-size: 1.36em;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.shop-btn-2.btn-big {
  mix-blend-mode: normal;
  background-color: #35c44d;
  border-bottom: 5px #bc1f1f;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}

.shop-btn-2.btn-big:hover {
  background-color: #35c44d;
}

.shop-btn-2.btn-big.btn2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.shop-btn-2.btn-big.btn2.mobsticky {
  display: none;
}

.text-2 {
  font-size: 19px;
  line-height: 29px;
}

.text-2.text9 {
  float: none;
  clear: none;
  text-align: center;
  letter-spacing: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
}

.text-2.text8 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: none;
  border: 1px #bbb;
  margin-top: 10px;
  display: block;
}

.text-2.text8.sideheadl {
  margin-top: 0;
}

.text-2.text2 {
  color: #337ab7;
}

.text-2.text7 {
  color: #1fba34;
}

.text-2.text3 {
  color: #000;
  text-align: center;
  margin: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-2.text4 {
  color: #3a87ad;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.text-2.text5 {
  color: #999;
  text-align: center;
  margin-top: -24px;
  font-size: 12px;
}

.image-10 {
  width: 340px;
  margin-top: 10px;
}

.html-embed-3 {
  float: left;
  width: 100%;
}

.user-content-2 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.user-info-2 {
  color: #a4a4a4;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 80%;
}

.by, .bold-text-3 {
  color: #a4a4a4;
}

.heading-4 {
  color: #fd0000;
}

.navigation-2 {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.image-11 {
  text-align: left;
  align-self: center;
  width: 23%;
  margin-left: 0;
  position: static;
  overflow: visible;
}

.page-heading-2 {
  float: none;
  line-height: 42px;
}

.div-block-7 {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
  padding-top: 10px;
}

.grid-3 {
  grid-template: "."
  / 1fr;
  padding-bottom: 15px;
  padding-left: 15px;
}

.image-12 {
  float: right;
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
  display: inline-block;
}

.div-block-8 {
  padding-top: 0;
}

.image-13 {
  text-align: center;
  margin: 10px auto;
}

.image-13.tweet {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-13.mob {
  display: none;
}

.paragraph-5 {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-5.center {
  text-align: center;
  padding-top: 0;
  font-size: 11px;
}

.linkim {
  color: #2e3dad;
}

.list-item-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  padding-bottom: 10px;
}

.bold-text-4 {
  font-weight: 900;
}

.div-block-9 {
  color: #000;
  text-align: center;
  background-color: #fff2cc;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 26px;
  display: block;
}

.text-span-2 {
  color: #396;
}

.text-span-3 {
  color: brown;
  text-decoration: line-through;
}

.text-span-4 {
  color: var(--black);
}

.text-span-5 {
  color: var(--black);
  font-size: 14px;
}

.text-span-6 {
  color: #e25041;
}

.text-span-7 {
  color: #61bd6d;
}

.div-block-14 {
  background-color: #f4f4c3;
  padding-top: 0;
  padding-bottom: 15px;
}

.div-block-14.aaa1 {
  padding-top: 1px;
}

.text-3 {
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 21px;
  line-height: 29px;
  display: block;
}

.text-3.text5 {
  text-align: center;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.image-14 {
  text-align: right;
  width: 15%;
}

.bold-text-5 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.div-block-15 {
  background-color: #dbdbdb;
  border-left: 4px solid #949494;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-15.quote {
  color: #000;
  background-color: #e4e4e4;
  border-left-width: 6px;
  border-left-color: silver;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.list-4 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.list-item-margin {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.link-2 {
  color: #0a34f0;
}

.html-embed-4 {
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-12 {
  margin-top: 20px;
  font-weight: 700;
}

.text-block-12.importantinfo {
  font-size: 20px;
  font-weight: 700;
}

.div-block-16 {
  display: none;
}

.div-block-17 {
  background-color: #fef6e2ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px 15px;
  font-size: 14px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-18 {
  border: 1px solid #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: static;
  top: 10px;
}

.image-15 {
  width: 30%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  width: 50%;
  margin-top: 0;
}

.html-embed-5 {
  color: #a4a4a4;
  background-color: #ededed00;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 80%;
}

.image-17 {
  width: 100%;
}

.image-17.mainimgmob {
  display: none;
}

.div-block-19 {
  align-items: flex-start;
  margin-top: 5px;
  display: inline-block;
}

.image-18 {
  float: left;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.image-18.imagemob {
  display: none;
}

.div-block-20 {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-caption {
    margin-left: 9px;
    overflow: visible;
  }

  .container-top {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block {
    width: 100%;
    padding-left: 20px;
  }

  .text.text1 {
    padding-left: 10px;
  }

  .text.text1.text2 {
    margin-left: -378px;
  }

  .sticky-sidebar {
    margin-top: 60px;
    display: none;
  }

  .wrapper-content {
    width: 100%;
  }

  .sticky-sidebar-2 {
    margin-top: 60px;
    display: block;
    position: sticky;
  }

  .image-11 {
    margin-left: -5px;
  }

  .div-block-19 {
    clear: none;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: flex-start;
    display: inline-block;
  }

  .image-18 {
    float: left;
    clear: none;
    text-align: left;
    width: 40%;
    margin-left: auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 60px;
  }

  .navigation.hidden {
    min-width: 50px;
  }

  .nav-caption {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container {
    width: 100%;
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 38px;
    line-height: 45.6px;
  }

  .social-media {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .single-social.fb {
    width: 50px;
    max-width: 120px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .single-social.twitter, .single-social.pin, .single-social.email, .single-social.sh {
    width: 50px;
    max-width: 120px;
    font-size: 12px;
  }

  .social-name {
    display: none;
  }

  .image {
    max-width: none;
    display: block;
  }

  .social-link {
    margin-bottom: 15px;
  }

  .text.text1 {
    margin-left: -10px;
  }

  .text.text1.text2 {
    margin-left: -8px;
  }

  .rich-text-block {
    line-height: 24px;
  }

  .page-heading {
    margin-bottom: 20px;
    line-height: 42px;
  }

  .content-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-sidebar {
    display: none;
  }

  .image-2 {
    width: 200px;
  }

  .sticky-sidebar-2 {
    display: none;
  }

  .text-2.text4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-heading-2 {
    margin-bottom: 20px;
    line-height: 42px;
  }

  .div-block-19 {
    float: none;
    flex-wrap: nowrap;
    align-items: flex-start;
    display: inline-block;
  }

  .image-18 {
    float: left;
    clear: none;
    width: 40%;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    height: 60px;
    display: block;
  }

  .nav-caption {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-text {
    padding-top: 3px;
    font-size: 60%;
    display: none;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .single-social.fb, .single-social.twitter, .single-social.pin, .single-social.email, .single-social.sh {
    width: 40px;
  }

  .para-bold.sub-headline {
    font-size: 24px;
    line-height: 29px;
  }

  .shop-btn.brn-lg {
    font-size: 22px;
  }

  .container-top {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item, .text {
    font-size: 19px;
    line-height: 29px;
  }

  .text.text1 {
    margin-left: -9px;
    padding-left: 0;
  }

  .rich-text-block {
    line-height: 24px;
  }

  .page-heading {
    font-size: 32px;
    line-height: 45px;
  }

  .footer {
    flex-flow: column wrap;
    padding-bottom: 15px;
  }

  .text-block-4 {
    order: 1;
  }

  .footer-link {
    margin-right: -6px;
  }

  .bottom-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-5.product-title {
    font-size: 22px;
  }

  .paragraph-2, .italic-text, .italic-text-2, .paragraph-3, .paragraph-4 {
    line-height: 24px;
  }

  .content-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sharethis-inline-share-buttons {
    text-align: left;
    order: 0;
  }

  .wrapper-content {
    width: 100%;
  }

  .image-2 {
    align-self: center;
    width: 200px;
    max-width: 100%;
    margin-top: 3px;
    display: block;
  }

  .text-block-8 {
    text-shadow: 0 1px 2px #00000078;
    border: 1px #000;
    font-size: 20px;
  }

  .text-block-8.textshadow.textshadow2 {
    font-size: 22px;
  }

  .image-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sticky-sidebar-2 {
    display: none;
  }

  .shop-btn-2.btn-big {
    width: 90%;
    margin: 5px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    display: block;
  }

  .shop-btn-2.btn-big.btn2.mobsticky {
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-2 {
    font-size: 19px;
    line-height: 29px;
  }

  .navigation-2 {
    height: 60px;
    display: block;
  }

  .image-11 {
    text-align: left;
    align-self: center;
    width: 60%;
    max-width: 70%;
    margin-top: auto;
    margin-left: 0;
    display: block;
  }

  .page-heading-2 {
    font-size: 32px;
    line-height: 45px;
  }

  .image-13.mob {
    display: block;
  }

  .text-3 {
    font-size: 19px;
    line-height: 29px;
  }

  .image-14 {
    width: 28%;
  }

  .div-block-16 {
    color: #000;
    text-align: center;
    background-color: #000000c9;
    width: 100%;
    margin-left: 0;
    padding: 5px 0;
    font-family: Open Sans, sans-serif;
    display: none;
  }

  .image-17 {
    display: none;
  }

  .image-17.mainimgmob {
    display: block;
  }

  .image-18 {
    width: 50%;
    height: 70%;
    display: none;
  }

  .image-18.imagemob {
    width: 95%;
    height: auto;
    margin: 10px auto 20px;
    display: block;
  }

  .div-block-20.des {
    display: none;
  }

  .div-block-21 {
    background-color: #000000c4;
    height: 120px;
    padding-bottom: 0;
    position: fixed;
    inset: auto 0% 0%;
  }
}


@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}