/** Shopify CDN: Minification failed

Line 450:39 Unexpected "{"
Line 469:52 Unexpected "{"
Line 473:39 Unexpected "{"

**/
/* Typography */



@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  src: url("//www.tomsremedies.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2?h1=dGhvbWFzLWFsbC1uYXR1cmFsLXJlbWVkaWVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=dG9tc3JlbWVkaWVzLmNvbQ&hmac=71b9013fd14ce436d15b57b414895864a99b7afbecb380e8c79b10d20700a6eb") format("woff2"),
       url("//www.tomsremedies.com/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff?h1=dGhvbWFzLWFsbC1uYXR1cmFsLXJlbWVkaWVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=dG9tc3JlbWVkaWVzLmNvbQ&hmac=5493650e45dafbc72a23e2ec3e8cf63b8b0637c9d4d4b3c21f6505a93a75ce92") format("woff");
}

@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.tomsremedies.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=dGhvbWFzLWFsbC1uYXR1cmFsLXJlbWVkaWVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=dG9tc3JlbWVkaWVzLmNvbQ&hmac=d7eeff34e743cc4236a41d08604869fb5ce0144e01bc1dd369d838bd3b530c52") format("woff2"),
       url("//www.tomsremedies.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=dGhvbWFzLWFsbC1uYXR1cmFsLXJlbWVkaWVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=dG9tc3JlbWVkaWVzLmNvbQ&hmac=c924bf83f34c7bb7536a0858d3fa814d27d12da41460a215bc00bf0ff20aa279") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  src: url("//www.tomsremedies.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2?h1=dGhvbWFzLWFsbC1uYXR1cmFsLXJlbWVkaWVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=dG9tc3JlbWVkaWVzLmNvbQ&hmac=71b9013fd14ce436d15b57b414895864a99b7afbecb380e8c79b10d20700a6eb") format("woff2"),
       url("//www.tomsremedies.com/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff?h1=dGhvbWFzLWFsbC1uYXR1cmFsLXJlbWVkaWVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=dG9tc3JlbWVkaWVzLmNvbQ&hmac=5493650e45dafbc72a23e2ec3e8cf63b8b0637c9d4d4b3c21f6505a93a75ce92") format("woff");
}

/* Custom Page */
.section-ptb {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .section-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* End Custom Page */
/* banner hover css */
a.banner-hover:hover:before{
  visibility: visible;
  opacity: 1;
}
a.banner-hover:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51,51,51,0.25);
  transition: all 0.35s ease;
  pointer-events: none;
}
.banner-hover{
  position: relative;
  display: block;
  overflow: hidden;
}
a.banner-hover img{
  width: 100%;
}
/* product quantity css */
.product-quantity .cart-plus-minus {
  display: flex;
  position: relative;
  border: 1px solid #ccc;
}
.product-quantity .cart-plus-minus .qtybutton {
  font-size: 18px;
  position: absolute;
  
  right: 0px;
  
  height: 41px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
}
.product-quantity .cart-plus-minus .dec.qtybutton{
  left: 0;
  border-right: 1px solid #ccc;
}
.product-quantity .cart-plus-minus .inc.qtybutton{
  right: 0;
  border-left: 1px solid #ccc;
}
.product-quantity .cart-plus-minus input {
  height: 41px;
  width: 100px;
  text-align: center;
  border: none;
}
.product-quantity .cart-plus-minus.disabled{
  opacity: .65;
  pointer-events: none;
}
/* blog post css */
.blog-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-post a.blog-img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.blog-post a.blog-img span.blog-icon{
  color: rgba(0,0,0,0);
  font-size: 18px;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
}
.blog-post a.blog-img:hover span.blog-icon{
  visibility: visible;
  opacity: 1;
}
.blog-post a.blog-img span.blog-icon:hover{
  color: #fff;
  background-color: rgba(0,0,0,0);
}
.blog-post .blog-post-content{
  
  padding-top: 30px;
  
  width: 100%;
}
.blog-post span.date-time{
  position: absolute;
  
  left: 15px;
  
  top: 15px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0,0,0,0);
  line-height: 1;
  padding: 8px 15px;
  display: block;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}
.blog-post .blog-post-content a.blog-title{
  color: rgba(0,0,0,0);
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.blog-post .blog-post-content p{
  font-size: 14px;
  margin-top: 7px;
  color: #565656;
}
.blog-post .blog-post-content a.btn{
  margin-top: 22px;
  padding: 15px 25px;
}
@media(max-width: 991px){
  .blog-post span.date-time{
    font-size: 12px;
  }
}
@media(max-width: 767px){
  .blog-post .blog-post-content{
    
    padding-left: 0px;
    
  }
  .blog-post .blog-post-content,
  .blog-post a.blog-img{
    width: 100%;
  }
  .blog-post .blog-post-content {
    margin-top: 30px;
  }
  .blog-post .blog-post-content p{
    font-size: 14px;
    margin-top: 7px;
  }
  .blog-post .blog-post-content a.blog-title{
    font-size: 18px;
  }
}
/* pagination css */
.paginatoin-area ul.paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.paginatoin-area ul.paginate li.page-numerous p{
  line-height: 1;
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box{
  display: flex;
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li{
  
  margin-right: 5px;
  
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li:last-child{
  
  margin-right: 0px;
  
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li a{
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 500;
  height: 48px;
  width: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 100%;
  justify-content: center;
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li a svg{
  width: 18px;
  height: 18px;
  color: #6f6f6f;
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li a.Next,
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li a.Previous{
  
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li a:hover{
  color: rgba(0,0,0,0);
}
.paginatoin-area ul.paginate li.page-numerous ul.pagination-box li.active a{
  color: #fff;
  background-color: rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 25);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 25);
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
@media (max-width: 1199px) {
  .paginatoin-area ul.paginate {
    flex-direction: column;
    margin-top: 60px;
  }
  .paginatoin-area ul.paginate li.page-numerous{
    margin-top: 15px;
  }
  .paginatoin-area ul.paginate li.page-numerous:first-child{
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .paginatoin-area ul.paginate {
    margin-top: 40px;
  }
  .paginatoin-area ul.paginate li.page-numerous ul.pagination-box li a{
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
/*timer css*/
.timer-section ul.contdown_row{
  display: flex;
}
.timer-section ul.contdown_row li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 55px;
  height: 55px;
  margin-right: 5px;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.timer-section ul.contdown_row li:last-child{border-right: none;}
.timer-section ul.contdown_row li span{
  display: block;
  line-height: 1;
}
.timer-section ul.contdown_row li span.countdown_timer{
  color: rgba(0,0,0,0);
  font-size: 18px;
  font-weight: 600;
}
.timer-section ul.contdown_row li span.countdown_title{
  color: #999;
  font-size: 10px;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px){
  .timer-section .contdown_row{
    width: 100%;
  }
  .timer-section ul.contdown_row li{
    padding: 8px 20px;
    width: 25%;
    text-align: center;
  }
}
/* scrollbar css */
.mini-cart ul.cart-item-loop,
.shop-sidebar ul.scrollbar,
.productmodal .modal-dialog .modal-body .quick-view-content{
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar,
.shop-sidebar ul.scrollbar::-webkit-scrollbar,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar{
  width: 4px;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-track,
.shop-sidebar ul.scrollbar::-webkit-scrollbar-track,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar-track{
  background-color: #eee;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb,
.shop-sidebar ul.scrollbar::-webkit-scrollbar-thumb,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar-thumb{
  background-color: #c1c1c1;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb:hover,
.shop-sidebar ul.scrollbar::-webkit-scrollbar-thumb:hover,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar-thumb:hover{
  background-color: rgba(0,0,0,0);
}

/*=====================================
slider dots
======================================*/
.home-slider.owl-carousel .owl-nav.disabled+.owl-dots{
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-top: 0;
    transform: translateX(50%);
}
.testimonial-slider.owl-carousel .owl-dots button.owl-dot span,
.home-slider.owl-carousel .owl-dots button.owl-dot span{
    height: 14px;
    width: 14px;
    margin: 0;margin-right: 10px;box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 5%);
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.testimonial-slider.owl-carousel .owl-dots button.owl-dot.active span,
.home-slider.owl-carousel .owl-dots button.owl-dot.active span{
    background-color: rgba(0,0,0,0);
}
.testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 50px;
}
@media(max-width: 1199px){
  .testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 40px;
  }
  .home-slider.owl-carousel .owl-nav.disabled+.owl-dots{
    bottom: 15px;
  }
}
@media(max-width: 767px){
  .testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 30px;
  }
}

/*=====================================
slider arrow
======================================*/
.slider-content .home-slider .owl-nav{
  position: absolute;
  bottom: 30px;
  margin: 0;
  right: 50%;
  transform: translateX(50%);
  align-items: center;
  justify-content: center;
}
.slider-content .home-slider.owl-carousel .owl-nav button{
  font-size: 26px;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 100%;
}
.slider-content .home-slider.owl-carousel .owl-nav button:hover{
  color: #222;
  background-color: #fff;
}
.slider-content .home-slider.owl-carousel .owl-nav button.owl-prev{
  
  margin-right: 15px;
  
}
.related-product.owl-carousel .owl-nav,{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-product.owl-carousel .owl-nav button,
.testimonial-slider.owl-carousel .owl-nav button{
  font-size: 26px;
  width: 40px;
  height: 40px;
  color: rgba(0,0,0,0);
  border: 2px solid rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 100%;
}
.related-product.owl-carousel .owl-nav button:hover,{
  color: #fff;
  background-color: rgba(0,0,0,0);
}
.related-product.owl-carousel .owl-nav,{
  
  margin-right: 15px;
  
}
@media (max-width: 991px){
  .slider-content .home-slider.owl-carousel .owl-nav button{
    font-size: 22px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px){
  .slider-content .home-slider.owl-carousel .owl-nav{
    display: none;
  }
}

/*=====================================
shopify challenge css
======================================*/
.shopify-challenge__container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.shopify-challenge__container p.shopify-challenge__message {
  font-size: 16px;
}
.shopify-challenge__container .g-recaptcha {
  margin: 30px 0 !important;
}
.shopify-challenge__container .shopify-challenge__button {
  color: rgba(0,0,0,0);
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
  border: none;
}
.shopify-challenge__container .shopify-challenge__button:focus{
  border: none;
}
@media (max-width: 767px) {
  .shopify-challenge__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shopify-challenge__container .g-recaptcha {
    margin: 20px 0 !important;
  }
}