/** Shopify CDN: Minification failed

Line 1225:0 Expected "}" to go with "{"

**/
body {
  font-size: 18px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 28px;
  margin-bottom: 25px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.list-inline li {
  display: inline-block;
  padding: 0px 5px;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

section {
  padding: 70px 0px;
}

.img-fluid {
  width: 100%;
}


/* ----------------------- */

.wrapper {
  max-width: 85%;
  margin: 0 auto;
}

.banner_area {
  background: url(/cdn/shop/files/banner-bg.jpg) no-repeat center bottom;
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 200px;
}

.banner_area p {
  color: #444;
}

.heading_banner {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 38%);
  border-top: 10px solid #c90f14;
}

.comon_heading {
  text-align: center;
}

.comon_heading h6 {
  font-family: 'Segoe Script';
  font-size: 35px;
  margin-bottom: 12px;
}

.comon_heading h1 {
  font-size: 63px;
  font-weight: 400;
  color: #000;
}

.comon_heading h1 span:nth-child(1) {
  font-weight: 700;
}

.comon_heading h1 span:nth-child(2) {
  font-weight: 700;
  color: #c90f14;
}
.shopcat_section .grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 27px;
}
.shop-cat {
  background-color: #fff;
  padding: 25px 15px;
  text-align: center!important;
  border-radius: 3px;
  box-shadow: 0 7px 15px #b7adad !important;
  transition: all .15s linear;
  cursor: pointer;
  border-top: 8px solid #03071e;
}
a.hd-btn {
  display: inline-block;
  background: #c90f14;
  color: #fff;
  font-size: 18px;
  padding: 15px 52px;
  margin: 10px 0 0;
  border-radius: 4px;
  transition: all 0.6s;
}

a.hd-btn:hover {
  border-radius: 100px;
  background: #000;
  color: #c90f14;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.shopcat_section {
  position: relative;
  top: -10px;
  margin-top: -23px;
}

.shop-cat {
  background-color: rgb(255, 255, 255);
  padding: 57px 15px;
  border-radius: 3px;
  box-shadow: rgb(0 0 0 / 37%) 0px 7px 12px;
  transition: all 150ms linear 0s;
  cursor: pointer;
  border-top: 8px solid rgb(3, 7, 30);
  text-align: center !important;
}

.btn-secondary {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #c90f14;
  font-weight: 600;
  border-bottom: 1px dotted #c90f14;
}

.btn-secondary:hover {
  color: #c90f14;
  background: inherit;
  cursor: pointer;
}

.shop-cat:hover {
  transform: translateY(-10px);
}

.shop-cat h3 {
  font-size: 25px;
  margin: 22px 0 18px;
  font-weight: 600;
}

.comon_heading h2 {
  font-size: 53px;
  font-weight: 400;
}

.comon_heading h2 span {
  color: #c90f14;
  font-weight: 700;
}

.comon_heading p {
  color: #444;
  padding: 0px 70px;
}

.snorestop_section {
  padding: 70px 0;
}

.snorestop_section .comon_heading p {
  margin-bottom: 0px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 70px;
}

.watch_video .comon_heading {
  text-align: left;
}

.watch_video img {
  width: 100%;
  margin-bottom: 20px;
}

.works_Section {
  background: #f5f3f3;
  box-shadow: 0 0 15px #746b6b7f;
  padding: 65px 0 10px;
}

.targetbay-reviews-count-star {
  display: inline-block;
}

.tbReviews-star-count {
  display: inline-block;
}

.tbReviews-startotal-count {
  display: inline-block;
  color: #7d7d7d;
  padding-left: 15px;
}

.snorestop_product_view {
  text-align: center;
  border: 5px solid #c90f14;
  padding: 40px;
  box-shadow: 0px 7px 30px rgb(0 0 0 / 50%);
}
.snorestop_product_view img {
    width: 100% !important;
}

.product_title h4 {
  font-size: 32px;
  display: block;
/*   margin-top: 30px; */
  margin-bottom: 12px;
}

.targetbay-reviews-count-star i.fa {
  color: #ffd102;
}
.targetbay-reviews-count-star, .tbReviews-star-count {
  display: inline-block;
  display: flex;
  align-items: center;
}
.product_title p {
  color: #7d7d7d;
  font-size: 16px;
  /*   margin-top: 21px; */
  margin-bottom: 0;
}

.product_title h6 {
  font-size: 35px;
  margin-bottom: 13px;
  color: #c90f14;
  font-weight: 700;
  margin: 0;
}

img.star {
  display: table;
  margin: 0 auto 27px;
}

.client_item {
  background: #fff;
  box-shadow: 0px 7px 15px rgb(118 110 110 / 80%);
  padding: 33px;
  margin: 5px;
  margin-bottom: 27px;
  min-height: 360px;
}

.client_item h5 {
  margin-bottom: 0px;
  color: #c90f14;
  font-weight: 700;
  font-size: 15px;
}
.customer_reviews .targetbay-reviews-count-star i.fa {
  color: #e7711b;
}

.client_item p {
  padding-top: 26px;
  font-style: italic;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
}

.content {
  text-align: center;
  padding-top: 40px;
}

.content p {
  color: #7d7d7d;
  padding: 20px 62px 0;
}

section.snoring_products {
  padding: 30px 0px 20px;
}

.comon_heading.gap2 {
  margin-bottom: 60px;
}

@media screen and (min-width: 750px) {
  .collection .negative-margin--small {
    margin-bottom: -1rem;
  }
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

@media screen and (min-width: 750px) {
  .collection .grid__item,
  .template-search .grid__item {
    padding-bottom: 5rem;
  }
  .collection .grid__item,
  .template-search .grid__item {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }
}

@media screen and (min-width: 750px) {
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }
  .grid--2-col .grid__item {
    width: calc(50% - 0.5rem / 2);
  }
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
  .grid__item {
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    width: calc(25% - 0.5rem * 3 / 4);
    max-width: 50%;
    flex-grow: 1;
    flex-shrink: 0;
  }
}

.snorestop_product_view2 img {
  width: 100%;
}

.title {
  padding: 15px 0px 0px 27px;
}

.snorestop_product_view2 h4 {
  color: #7d7d7d;
  font-size: 22px;
  font-weight: 400;
  margin: 14px 0 13px;
}

.snorestop_product_view2 h6 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #c90f14;
}

.snorestop_product_view2 {
  margin-bottom: 50px;
}

a.hd-btn2 {
  display: inline-block;
  background: #000000;
  color: #fff;
  font-size: 18px;
  padding: 15px 42px;
  margin: 10px 0 0;
  border-radius: 4px;
  transition: all 0.6s;
}

a.hd-btn2:hover {
  border-radius: 100px;
  background: #c90f14;
  color: #fff;
}

.bg_snorestop {
  background: url(/cdn/shop/files/snorestop-bg.jpg) no-repeat center bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 260px;
}

.bg_snorestop .comon_heading {
  text-align: left;
}

.bg_snorestop .comon_heading p {
  color: #444;
  padding: 0px 0px;
}

.title_content {
  background: #fff;
  padding: 60px;
  margin: 18px;
  box-shadow: 0px 6px 40px rgb(203 196 196 / 80%);
}

.content_section .comon_heading {
  text-align: left;
  margin-bottom: 0px;
}

.content_section .comon_heading p {
  color: #444;
  padding: 0px 0px;
  line-height: 33px;
}

.content_section .grid-2 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 0px;
}

.conent_right {
  padding: 60px 130px 40px 30px;
}

.accordion__item {
  padding: 28px 28px;
  margin-bottom: 24px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  /* box-shadow: 4px 5px 35px 10px rgb(0 0 0 / 12%); */
  background: #fff;
  color: #000;
}

.accordion__body {
  display: none;
  padding-top: 21px;
}

.accordion__body p {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 28px !important;
  color: #838383 !important;
}

.accordion__title {
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  color: #000;
  font-weight: 700;
}

.accordion__title:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: -4px;
  background: url(/cdn/shop/files/according-arrow.png) no-repeat;
  background-size: 35px;
}

.accordion__title.active {
  color: rgb(201 15 20);
}

.accordion__title.active:after {
  transform: rotate(-271deg);
  top: 0px;
}

.accordion__title {
  color: #353535;
  font-size: 28px;
  font-weight: 700;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.accordion {
  margin-top: 50px;
}

.right_blog {
  background: url(/cdn/shop/files/blog-bg.png) no-repeat center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 12px;
}

.comon_heading h3 span {
  font-weight: 700;
}

.comon_heading h3 {
  font-size: 47px;
}

.latest_blog h4 {
  font-size: 32px;
  font-weight: 600;
}

.latest_blog {
  background: #fff;
  color: #353535;
  padding: 50px;
  margin: 25px;
}

.right_blog .comon_heading h3 {
  padding: 0px;
  padding-left: 20px;
  margin-bottom: 2px;
}

a.link {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #c90f14;
  font-weight: 600;
  border-bottom: 1px dotted #c90f14;
}


.shop-cat img {
  max-width: 100% !important;
  text-align: center;
}


.shop-cat h3 {
  font-size: 25px !important;
  margin: 22px 0 18px !important;
  font-weight: 600 !important;
  padding-bottom: 18px;
}
button.btn-secondary {
  font-size: 18px;
  border-bottom: 1px dotted #c90f14;
}
.works_Section .grid-2 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 30px;
}
.watch_video iframe {
  height: 450px;
  margin-bottom: 29px;
}
.client_item p {
  padding-top: 10px;
  font-style: italic;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 23px;
  font-size: 15px;
}
.client_item {
  background: #fff;
  box-shadow: 0 7px 15px #766e6ecc;
  padding: 33px;
  margin: 5px 5px 23px;
  min-height: 280px;
}
.works_Section .grid-2 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 55px;
}
section.content_section {
  padding: 70px 0 0;
}
.conent_right h2 br {
  display: none;
}
.bg_snorestop {
  background: url(/cdn/shop/files/snorestop-bg.jpg) no-repeat center bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140px;
}
a.hd-btn {
  display: inline-block;
  background: #c90f14;
  color: #fff;
  font-size: 17px;
  padding: 10px 30px;
  margin: 10px 0 0;
  border-radius: 4px;
  transition: all .6s;
}
a.hd-btn2 {
  display: inline-block;
  background: #000000;
  color: #fff;
  font-size: 17px;
  padding: 10px 30px;
  margin: 10px 0 0;
  border-radius: 4px;
  transition: all .6s;
}
section.content_section:nth-child(1) {
  padding: 0;
}
.accordion__title {
  display: block !important;
  max-width: 100% !important;
  min-height: 1.6rem;
  margin: 0;

}
.comon_heading h6 {
  font-family: Segoe Script;
  font-size: 28px;
  margin-bottom: 12px;
  margin: 0 0 0;
  color: #000;
}

.shop-cat {
  background-color: #fff;
  padding: 57px 15px  !important;
  text-align: center !important;
  border-radius: 3px;
  box-shadow: 0 3px 15px #00000012;
  transition: all .15s linear;
  cursor: pointer;
  border-top: 8px solid #03071e;
}
.price__sale dd {
  margin-left: 0px;
}

.snorestop_product_view2 img {
  height: 260px;
  object-fit: contain;
  transition: all .6s;
}
.card-information {
  text-align: left;
}



.snoring_products a.hd-btn {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.snoring_products .grid__item {
  padding-left: 2rem;
  padding-bottom: 2rem;
  width: calc(25% - 0.75rem);
  max-width: 50%;
}
.card-information__text.h5 {
  font-size: 16px !important;
  color: #888;
}
ul.mobile-product.grid.grid--2-col.grid--3-col-tablet.grid--one-third-max.grid--4-col-desktop.grid--quarter-max.negative-margin--small{
  display: none;
}
ul.footer-block__details-content.list-unstyled li a::after {
  border: none !important;
}

@media screen and (max-width:991px){
  .heading_banner {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 3px 20px #000c;
    position: relative;
    top: 520px;
    margin-bottom: 540px;
    margin-top: -550px;
  }
  .banner_area{
    padding: 60px 0 45px;
  }
  .shopcat_section .grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 27px;
  }
  .works_Section .grid-2 {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 55px;
    text-align: center;
  }
  .works_Section {
    background: #f5f3f3;
    box-shadow: 0 0 15px #746b6b7f;
    padding: 47px 0 61px;
  }
  .product_title h4 {
    font-size: 23px;
    display: block;
    margin-top: -20px;
    margin-bottom: 7px;
  }
  .comon_heading h6 {
    font-family: Segoe Script;
    font-size: 20px;
    margin-bottom: 4px;
    padding: 0;
    margin-top: 0px;
  }
  .comon_heading h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .comon_heading p {
    color: #444;
    padding: 0 3px;
    line-height: 24px;
  }
  a.hd-btn {
    display: block;
    background: #c90f14;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin: 8px 0 0;
    border-radius: 4px;
    transition: all .6s;
  }
  .shop-cat {
    background-color: #fff;
    padding: 36px 5px 36px !important;
    margin-bottom: 20px;
  }
  .shop-cat h3 {
    font-size: 18px!important;
    margin: 22px 0 18px!important;
    font-weight: 600!important;
    padding-bottom: 8px;
  }
  .shop-cat img {
    max-width: 75px;
    text-align: center;
    width: 90px;
  }
  .comon_heading h2 {
    font-size: 37px;
    font-weight: 400;
  }
  .snorestop_product_view {
    text-align: center;
    border: 5px solid #c90f14;
    padding: 40px 30px;
    box-shadow: 0 7px 30px #0000007f;
  }
  .snorestop_section {
    padding: 20px 0 50px;
  }
  .watch_video .comon_heading {
    text-align: center;
  }
  .watch_video iframe {
    height: 169px;
  }
  .snorestop_product_view {
    text-align: center;
    border: 5px solid #c90f14;
    padding: 0px;
    box-shadow: 0 7px 30px #0000007f;
/*     padding-bottom: 5px; */
  }
  .snorestop_product_view img {
    width: 62%;
    margin-bottom: 15px;
  }
  .product_title h6 {
    font-size: 30px;
    margin-bottom: 3px;
    color: #c90f14;
    font-weight: 700;
    margin-top: 6px;
  }
  .content {
    text-align: center;
    padding-top: 0px;
  }
  .owl-dots {
    display: none;
  }
  .content p {
    color: #7d7d7d;
    padding: 20px 0px 0;
  }
  section.customer_reviews {
    padding: 70px 0 30px;
  }
  .comon_heading h2 {
    font-size: 26px;
    font-weight: 400;
  }
  .comon_heading.gap2 {
    margin-bottom: 20px;
  }
  .snorestop_product_view2 {
    margin-bottom: 30px;
  }
  .title_content {
    background: #fff;
    padding: 40px;
    margin: 18px;
    box-shadow: 0 6px 40px #cbc4c4cc;
    text-align: center;
  }
  .content_section .comon_heading {
    text-align: center;
    margin-bottom: 0;
  }
  .title_content {
    background: #fff;
    padding: 40px 21px;
    margin: 18px;
    box-shadow: 0 6px 40px #cbc4c4cc;
    text-align: center;
  }
  .content_section a.hd-btn2 {
    display: block;
    background: #000000 !important;
  }
  .conent_right {
    padding: 60px 20px 60px 20px;
  }
  #faq-section .accordion__item {
    padding: 13px;
    margin-bottom: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #fff;
    color: #000;
    text-align: left;
  }
  #faq-section .accordion__title {
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    font-size: 16px!important;
    font-weight: 700!important;
    word-break: inherit;
    padding: 0 40px 0 0px;
  }
  #faq-section .accordion__title:after {
    content: "";
    width: 32px;
    height: 42px;
    position: absolute;
    right: 0;
    top: -4px;
    background: url(/cdn/shop/files/according-arrow.png) no-repeat;
    background-size: 25px;
  }
  .comon_heading h3 {
    font-size: 37px;
  }
  .latest_blog {
    background: #fff;
    color: #353535;
    padding: 29px;
    margin: 15px;
  }
  .latest_blog h4 {
    font-size: 24px;
    font-weight: 600;
  }
  .conent_right {
    padding: 30px 20px;
  }
  .content_section .comon_heading p {
    color: #444;
    padding: 0;
    line-height: 33px;
    font-size: 14px;
    line-height: 22px !important;
  }
  .footer .accordion__title:after{
    display:none
  }

  .owl-carousel.owl-theme.shop-cat_slider.owl-loaded.owl-drag {
    display: block !important;
  }
  .owl-carousel.owl-theme.shop-cat_slider.owl-loaded.owl-drag img {
    margin: 0 auto;
    width: 52px;
  }
  .grid-4.view_shopcart {
    display: none;
  }
  ul.grid.grid--2-col.grid--3-col-tablet.grid--one-third-max.grid--4-col-desktop.grid--quarter-max.negative-margin--small {
    display: none;
  }
  ul.mobile-product.grid.grid--2-col.grid--3-col-tablet.grid--one-third-max.grid--4-col-desktop.grid--quarter-max.negative-margin--small {
    display: block;
  }
  .title, .title-wrapper-with-link {
    margin: 10px 0 0px !important;
    margin: 0;
    padding: 0;
    text-align: center !important;
  }

  .snorestop_product_view2 h6 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 11px;
    color: #c90f14;
    margin: 0 0 5px;
  }



  .targetbay-reviews-count-star, .tbReviews-star-count {
    display: block;

  }
  .snorestop_product_view2 h4 {
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 9px;
  }
  .snoring_products a.hd-btn {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  button.btn-secondary {
    font-size: 16px;
    border-bottom: 1px dotted #c90f14;
  }
  .shop-cat h3 {
    text-align: center;
    margin: 10px 0px 0px !important;
    font-size: 22px;
  }
  .shop-cat h3 {
    text-align: center;
    margin: 10px 0px 0px !important;
    font-size: 22px;
  }
  .snorestop_product_view2 h4 {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 0px;
  }
  .snoring_products a.hd-btn {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 14px !important;
  }

  a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    padding-left: 32px;
  } 
  .owl-carousel.owl-theme.product_slider.owl-loaded.owl-drag {
    display: block;
  }

}

.owl-carousel.owl-theme.shop-cat_slider.owl-loaded.owl-drag {
  display: none;
}

.snorestop_product_view2 {
  position: relative;
}
.snorestop_product_view2 {
  margin-bottom: 30px;
}
.snorestop_product_view2:hover img:nth-child(1) {
  opacity: 0;
}
.snorestop_product_view2:hover img:nth-child(2) {
  opacity: 1;
}
.snorestop_product_view2 img:nth-child(1){
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
a.link {

  border: 0;
  background-color: inherit;
  color: inherit;
  font-weight: initial;
  border-bottom: inherit;
}
li.list-social__item a {
  color: #000;
  margin: 0px 15px;
}
.header__icon, .header__icon--cart .icon {
  height: 5.4rem;
  width: 6.4rem !important;
}
a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
  padding: 13px;
}
.header__icon, .header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem !important;
}
.snorestop_product_view2 img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}



span.price-item.price-item--sale {
  position: relative;
  display: block;
  margin-top: -21px;
  color: #c90f14;
  font-size: 28px;
  font-weight: 700;
}

button.owl-prev {
  position: absolute;
  top: 170px;
  left: -30px;
  outline: none;
}
button.owl-prev i.fa {
  font-size: 23px;
}
button.owl-next {
  position: absolute;
  top: 170px;
  right: -30px;
  outline: none;
}
button.owl-next i.fa {
  font-size: 23px;
}


@media(max-width:767px){
  .owl-carousel {
    display: block;
  }
  button.owl-prev {
    position: absolute !important;
    left: -10px !important;
    top: 130px !important;
  }
  button.owl-next {
    position: absolute !important;
    right: -10px !important;
    top: 130px !important;
  }
  .snorestop_product_view2 img {
    height: 190px !important;
    object-fit: contain;
    transition: all .6s;
  }
  .banner_area{
    background-image: url(/cdn/shop/files/s-min.jpg?v=1645012957) !important;
  }




  @media screen and (max-width:567px){
    .page-width {
      max-width: 100% !important;
    } 
  }

.mobile-product li.grid__item {
    width: 50% !important;
    float: left;
    text-align: center;
}
  .comon_heading.gap2 p {
    margin: 0;
    font-weight: 100 !important;
}
  
.shopify-cleanslate ._3GMtX2px5pNru4ptyThvFU {
    font-weight: normal !important;
    color: #969696 !important;
    font-size: 14px !important;
    text-align: center;
}



