/** Shopify CDN: Minification failed

Line 4088:0 Unexpected "}"

**/

@font-face {
  font-family: 'circular_stdlight';
  src: url('circularstd-light-webfont.woff2') format('woff2'),
       url('circularstd-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'circular_stdmedium';
  src: url('circular-std-medium-500-webfont.woff2') format('woff2'),
       url('circular-std-medium--500-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'circular_stdbook';
  src: url('{{'circularstd-book-collection.woff2' | asset_url}}') format('woff2'),
    url('{{ 'circularstd-book-collection.woff' | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*---- Global styling ----*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'circular_stdlight';
  max-width:1600px;
  margin: 0 auto;
}

.font-circular-light{
  font-family: 'circular_stdlight';
}
.font-circular-medium{
  font-family: 'circular_stdmedium';
}


p {
	line-height: 1.4;
}

a {
	text-decoration: none;
}
h1,h2,h3,h4{
  font-family: 'circular_stdmedium' !important;
}

.heading {
    color: #000;
    font-size: 36px;
    font-family: 'circular_stdmedium';
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}


.subheading {
	font-size: 18px;
  font-family: 'circular_stdmedium';
	font-weight: 400;
	line-height: 1;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.subheading.pink {
	color: #e40cb4;
}

.subheading.green {
	color: #06cafe;
}

.subheading.yellow {
	color: #fee35c;
}

.subheading.white {
	color: #fff;
}
.gradiant-color{
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
}

.flexRow > .col {
	padding: 15px;
}

.br {
	padding-bottom: 20px;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.btn{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'circular_stdmedium';
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	padding: 15px 40px;
	border-radius: 50px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.btn.btn-white {
	background: #fff ;
	color: #1f152c;
	}
.btn:hover {
	color: #fff;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.btn-white:hover {
	color: #1f152c;
}
.btn_simple {
	background: #fff;
	color: #111;
}

.btn_simple:hover {
	background: #fff;
	color: #3153e6;
}
.contact-form .button {
    background: linear-gradient(to right, #5981EE 0%, #FF83E4 100%);
}

*[disabled] {
	cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
	opacity: 0.8;
}

.img {
	width: 100%;
	display: block;
}

input,
button,
select,
textarea {
	text-decoration: none !important;
	outline: none !important;
}

.custom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.custom-col {
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-col-9 {
  flex: 0 0 75%;
  width: 75px;
}
.custom-col-6{
    max-width: 50%;
    flex: 0 0 50%;
}
.custom-col-3{
  max-width: 25%;
  flex: 0 0 25%;
}
.br {
	padding-bottom: 20px;
}

.custom-container {
	max-width: 1300px;
	padding: 0 15px;
	margin: 0 auto;
}

.custom-container::before,
.custom-container::after {
	content: "";
	display: table;
}

.custom-container::after {
	clear: both;
}


.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
}

.flexRow > .col {
	padding: 15px;
}

.br {
	padding-bottom: 20px;
}


  /*---- Banner ----*/

  #banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    font-family: 'circular_stdlight';
    padding: 60px 0 20px;
}
#banner .custom-row {
  align-items: center;
}
#banner .custom-row .custom-col {
    padding: 15px;
    width: 50%;
    flex: 0 0 50%;
    position: relative;
}
#banner .content .badge {
  background-color: #FEE35C;
  color: #000;
  font-size: 18px;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid #FEE35C;
  font-family: inherit;
  margin-bottom: 15px;
}
#banner .content .heading {
  font-size: 52px;
  color: inherit;
}
#banner .content p {
  margin: 15px 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
}
#banner .content .btn{
  width: 100%;
  max-width: 220px;
}
#banner .image-blk img {
    width: 100%;
}

/*---- Innerpage Banner ----*/
#innerpage-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  font-size: 16px;
  z-index: 1;
  font-family: 'circular_stdlight';
  padding: 60px 0;
}
#innerpage-banner .content {
  max-width: 700px;
}
#innerpage-banner .content .heading {
  color: inherit;
}
#innerpage-banner .content p {
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
}

/*---- Static Features  ----*/

#static-feat {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
  font-size: 16px;
  font-family: 'circular_stdmedium';
  font-weight: 700;
  padding: 15px 0;
  background-color: #F8E6F6;
}

#static-feat .static-feat-item .items{
  display: flex;
  align-items: center;
}
#static-feat .static-feat-item img {
  max-width: 25px;
  width: auto;
  margin-right: 10px;
}
#static-feat .static-feat-item span{
  font-weight: 600;
  font-size: 16px;
  color: inherit;
}

#static-feat.product-static-feat {
    margin-top: 20px;
}
#static-feat.product-static-feat .static-feat-item .items {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---- Featured On ----*/

#partners {
  position: relative;
  color: #000;
  font-size: 16px;
  font-family: 'circular_stdlight';
  font-weight: 500;
  padding: 50px 0;
}
#partners .custom-row {
  align-items: center;
  justify-content: space-between; 
}
#partners .custom-col.col-auto {
  padding: 0 15px;
  flex: 1 1 auto;
  width: auto;
}
#partners .custom-col.col-middle  {
  flex: 0 0 150px;
  width: 150px;
}
#partners .review-caption{
  text-align: center;
}
#partners .review-caption img {
  max-width: 18px;
  width: auto;
  margin-left: -3px;
  display: inline;
}
#partners .review-caption p {
  margin: 0;
  font-size: 28px;
  font-family: 'circular_stdlight';
  line-height: 1.2;
  font-weight:900;
}
#partners .review-caption p span{
  display: block;
  font-family: 'circular_stdlight';
  font-size: 18px;
  font-weight:bold;
}
#partners .review-caption a{
  font-weight:600;
  color:#e40cb4;
}
.partner-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#partners .fig_blk > img {
  width: auto;
  height: auto;  
  max-width: 150px;
}

#partners .fig_blk {
  padding: 0 15px;
}
#partners .fig_blk:nth-child(1) {
  padding-left: 0;
}
#partners .fig_blk:nth-child(1) {
  padding-right: 0;
}

/*---- View it Purchase It */
#watch {
  padding: 30px 0 30px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  position: relative;
  font-family: 'circular_stdlight';
  font-weight: 400;
}
#watch h2.heading{
    font-size: 52px;
}
.product-custom #watch h2.heading{
  background: linear-gradient(to right, #5981ee, #ff83e4);
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-weight: 700;
    background-clip: text;
    line-height: 1;
  -webkit-background-clip: text;
}

#watch .content {
  text-align: center;
  padding: 0 15px;
  margin: 0 auto 30px;
}
#watch .content p {
	font-size: 18px;
  margin: 5px 0px;
  font-weight:500;
}
#watch .content .tag-list {
  list-style: none;
  padding: 0;
  padding: 0 15px;
  margin:10px 0;
}
#watch .content .tag-list .tag-item {
  display: inline-block;
  background-color: #F8F8F9;
  border: 1px solid #D9D9E0;
  border-radius: 25px;
  padding: 5px 25px;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  margin-right: 10px;
  font-weight:600;
}
#watch .content .tag-list .tag-item:last-child {
  margin-right: 0;
}
#watch .content .tag-list .tag-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}

#watch .wrapper {
	/* padding: 0 15px; */
	/* padding-right: 200px; */
	overflow: hidden;
}

#slick-watch .slick-list {
	margin: 0 -5px;
	overflow: unset;
}

#slick-watch .item {
	padding: 0 5px;
}

#slick-watch .slick-arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
}

#slick-watch .slick-prev {
	left: 0;
	padding-left: 5px;
}

#slick-watch .slick-next {
	right: 0;
	padding-right: 5px;
}

#slick-watch .slick-arrow:before {
	width: 16px;
	height: 16px;
}

#slick-watch .slick-arrow.slick-disabled {
	opacity: 0;
}

#watch .vid_blk {
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

#watch .vid_blk::before {
	content: "";
	display: block;
	background: #1b1e34;
	padding-bottom: 160%;
}

#watch .vid_blk video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.9;
}

#watch .vid_blk > button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: transparent;
	cursor: pointer;
	padding: 0;
	margin: auto;
	border: 0;
	border-radius: 75%;
	/* box-shadow: rgb(27 30 52 / 20%) 0 0 10px; */
	overflow: hidden;
}

#watch .vid_blk > button > img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#watch .vid_blk h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px;
  margin: 0;
  font-family: 'circular_stdmedium';
  height: 90px;
}
#watch .vid_blk .cart-icon {
  position: absolute;
  bottom: -25px;
  z-index: 9;
  width: 80px;
  height: 80px;
  background-color: rgba(112,112,112,0.8);
  border-radius: 100%;
  display: inline-block;
  right: -25px;
}
#watch .vid_blk .cart-icon img {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
#watch .popup_block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgb(9 10 14 / 95%);
	padding: 0 15px;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 100;
}

#watch .popup_block.active {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
}

#watch .popup_block .x_btn {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	padding: 0;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	border-radius: 75%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    text-align: center;
}

#watch .popup_block .x_btn:hover {
	background: rgb(255 255 255 / 30%);
}

#watch .popup_block > .inner {
	width: 100%;
}

#slick-watch-popup {
	position: static;
	max-width: 440px;
	margin: auto;
}

#slick-watch-popup .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin: 0 -5px; */
	/* transition: all linear 0.3s; */
}

#slick-watch-popup .item .vid_blk {
	width: 200px;
	opacity: 0.3;
	/* transition: all linear 0.3s; */
}

#slick-watch-popup .item.slick-center .vid_blk {
	width: 280px;
	margin: 0 -40px;
	opacity: 1;
	z-index: 5;
}

#slick-watch-popup .slick-arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
}

#slick-watch-popup .slick-prev {
	left: 15px;
	padding-left: 5px;
}

#slick-watch-popup .slick-next {
	right: 15px;
	padding-right: 5px;
}

#slick-watch-popup .slick-arrow:before {
	width: 16px;
	height: 16px;
}

#slick-watch-popup .slick-arrow.slick-disabled {
	opacity: 0;
}

/*---- Products ----*/
#products {
    color: #000;
    font-size: 16px;
    padding: 200px 0 50px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: circular_stdlight;
    font-weight: 400;
}
#products .custom-row{
  margin: 0;
}
#products .custom-col-3,
#products .custom-col-9{
  padding: 0;
}
#products .title {
  max-width: 240px;
  margin: 50px 30px 0 auto;
}
#products .title p {
  font-size: 18px;
  margin: 18px 0px;
}
#products .items {
    padding: 0 10px;
}
.product-block {
    overflow: hidden;
}
.product-block .image-blk {
  background-color: #fff;
  position: relative;
  height: 360px;
  width: 100%;
  padding: 35px 0;
}
.product-block .image-blk .tag {
  background-color: #FEE35C;
  color: #000;
  font-size: 14px;
  display: inline-block;
  border-radius: 25px;
  line-height: 1;
  padding: 8px 25px;
  border: 1px solid #000;
  font-family: inherit;
  position: absolute;
  top: 10px;
  right: 15px;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}
.product-block .image-blk .tag::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 15px;
  border-top-width: 0px;
  border-left: 10px solid #FEE35C;
  bottom: -14px;
  left: 0;
  outline: #000;
  display: none;
}
.product-block .image-blk img {
    height: 100%;
    object-fit: scale-down;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.product-block:hover .image-blk img {
  transform: scale(1.1);
}
.product-block .content-blk {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  /* border: 1px solid #D9D6E8; */
  border-top: 0;
}
.product-img-divider{
  width: 100%;
    height: 1px;
    background-color: #e3dada;
    margin: 0 auto;
  margin-bottom: 20px;
}

.ultrasonic-prodcut-review {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.product-block .content-blk .prodcut-review {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-block .content-blk .prodcut-review .stars,
.ultrasonic-prodcut-review .stars{
  display: flex;
}
.product-block .content-blk .prodcut-review .stars img,
.ultrasonic-prodcut-review .stars img {
  max-width: 20px;
  display: inline-block;
}

.ultrasonic-prodcut-review {
  margin-bottom: 15px;
}
.product-block .content-blk .prodcut-review span.text{
  display: block;
  font-family: 'circular_stdlight';
  font-size: 16px;
  margin-left: 10px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #736a6a;
}
.product-block .content-blk h4 {
    color: #1f152c;
    font-size: 22px;
    font-family: 'circular_stdmedium';
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    width: 100%;
}
.product-block .content-blk .pro-price {
  font-size: 28px;
  color: #EC0000;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'circular_stdlight';
}
.product-block .content-blk .pro-price s {
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  font-weight:500;
}
/* .product-block .content-blk .pro-price sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 12px;
  left: 0;
} */
.product-block .content-blk a {
  width: 100%;
  max-width: 265px;
}
#products #slick-products .slick-arrow {
  background: #06CAFE;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #fff;
  position: absolute;
  z-index: 9;
  top: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid transparent;
  bottom: 0;
  transform: translateX(-250px);
  opacity: 1;
}
#products #slick-products .slick-arrow:before {
  display: none;
}
#products #slick-products  .prev-arrow {
    left: 0;
}
#products #slick-products  .next-arrow {
    left: 45px;
}
#products #slick-products .slick-arrow.slick-disabled{
  background-color: transparent;
  color: #000;
}
/* .product-block .color-varient {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
} */
.product-block .color-varient {
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  gap:10px;
  justify-content:center;
  margin-bottom: 10px;
  min-height: 18px;
}
.product-block .color-varient li {
  /* margin-bottom: 10px; */
  height: 18px;
}
.product-block .color-varient .varietn-box {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #e3d7d7;
  border-radius:50%;
  margin-right: 0;
}
.active-border{
  border: 2px solid #000 !important; 
}
.product-block .color-varient .varietn-box.sea-green{
  background-color: #61C8CE;
}
.product-block .color-varient .varietn-box.baby-pink{
  background-color: #E9B7CD;
}
.product-block .color-varient .varietn-box.yellow{
  background-color: #FFD91E;
}
.product-block .color-varient .varietn-box.white{
  background-color: #fff;
}
.product-block .color-varient .varietn-box.black{
  background-color: #000;
}

#products .product-block .content-blk.for-mobile {
  display: none;
}
#products .product-block .product-reviews-mbl {
  display: none;
}
/*---- Shop Best Seller ----*/
#best-seller {
  color: #000;
  position: relative;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'circular_stdlight';
  font-weight: 400;
}
#best-seller .custom-row {
  margin: 0;
}
#best-seller .content-blk {
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
}
#best-seller .content-blk .inner-text {
  max-width: 520px;
  background-color: #fff;
  text-align: center;
  margin: auto;
  padding: 50px;
}
#best-seller .content-blk .inner-text .heading {
  font-size: 36px;
}
#best-seller .content-blk .inner-text p {
  font-family: inherit;
  margin: 15px 0;
}
#best-seller .img-blk{
  height: 100%;
}
#best-seller .img-blk img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*---- Promotion ----*/

#promotion {
  position: relative;
  color: #000;
  font-size: 16px;
  z-index: 1;
  font-family: 'circular_stdlight';
  margin: 0;
}
#promotion .promotion-blk {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  min-height: 700px;
}
#promotion .promotion-blk .content {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
#promotion .promotion-blk .content {
  display: flex;
  align-items: center;
  text-align: left;
}
#promotion .promotion-blk .content .text {
  max-width: 350px;
}
#promotion .promotion-blk .content .heading {
  margin: 0 0 15px;
  font-size: 28px;
}

/*---- Shop By Cateory ----*/

#shop-catogery {
  color: #000;
  position: relative;
  font-family: 'circular_stdlight';
  font-weight: 400;
  margin-bottom: 50px;
}
#shop-catogery .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 15px;
}
#shop-catogery .content .heading {
  font-size: 32px;
}
#shop-catogery .content .heading  i{
  margin-left: 25px;
  vertical-align: middle;
}
.category-btn-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.category-btn-items li{
  margin-right: 10px;
}
.category-btn-items li:last-child{
  margin-right: 0;
}

/*---- Testimonial ----*/

#reviews {
  color: #000;
  font-size: 16px;
  padding: 90px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  font-family: 'circular_stdlight';
  font-weight: 400;
  background-size: 100% 320px;
}
#reviews .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#reviews .title .text .heading {
  font-size: 36px;
  background: linear-gradient(to right, #2858dc, #ed2ec3);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text !important;
}
#reviews .title .trustplot-img {
  text-align: right;
}
#reviews .title .trustplot-img img{
  max-width:300px;
}
#reviews .title .trustplot-img p  {
  font-size: 15px;
  margin-top: 5px;
  font-weight: bold;
}
#reviews .items{
  padding: 0 5px;
}
#reviews #slick-review .slick-track{
  margin: 0 -5px;
  padding: 10px 0;
}
#reviews #slick-review .review-blk {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #DCE4E6;
}
#reviews #slick-review  .review-blk .blk-head h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
#reviews #slick-review  .review-blk .blk-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#reviews #slick-review  .review-blk .blk-head .rating {
  display: flex;
  align-items: center;
}
#reviews #slick-review  .review-blk .blk-head .rating .stars {
  display: flex;
}
#reviews #slick-review  .review-blk .blk-head .rating .stars img {
  display: inline-block;
  max-width: 18px;
  width: auto;
}
#reviews #slick-review  .review-blk .blk-head .rating .rating-text {
  font-size: 14px;
  margin-left: 5px;
}
#reviews #slick-review  .review-blk .blk-body {
  margin: 15px 0;
  min-height: 145px;
}
#reviews #slick-review  .review-blk .blk-body p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
#reviews #slick-review  .review-blk .blk-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#reviews #slick-review  .review-blk .blk-footer .review-time{
  color: #A3A4AD;
  font-size: 14px;
}
#reviews #slick-review .slick-arrow {
  background: #F5F5F5;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #000;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #141943;
  opacity: 1;
}
#reviews #slick-review .slick-arrow:before{
  display: none;
} 
#reviews #slick-review   .prev-arrow {
    left: -20px;
}
#reviews #slick-review  .next-arrow {
    right: -10px;
}

/*---- Our Research And Studies ----*/

#research {
  color: #000;
  position: relative;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'circular_stdlight';
  font-weight: 400;
}
#research .custom-row {
  margin: 0;
  align-items: center;
}
#research {
  color: #000;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'circular_stdlight';
  font-weight: 400;
  padding: 50px 0;
}
#research .custom-col-6 {
  padding: 0;
}
#research .content {
  max-width: 600px;
  margin: 50px 50px 0 auto;
}
#research .content .heading {
  font-size: 40px;
  margin: 0 0 25px;
}
#research .content p {
  font-size: 18px;
  margin: 15px 0 0;
}
#research .studies-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
#research .studies-item li {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
#research .studies-item li .icon{
  width: 65px;
  margin-right: 10px;
}
#research .studies-item li .icon img{
  width: 100%;
}
#research .studies-item li .text h4 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}
#research .studies-item li .text p {
  margin: 5px 0 0;
  font-size: 16px;
  max-width: 170px;
}

#research  .vid_blk {
	position: relative;
	overflow: hidden;
}

#research  .vid_blk .playBtn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: transparent;
	padding: 0;
	margin: auto;
	cursor: pointer;
	border: 0;
}

#research .vid_blk .playBtn img {
	width: 100%;
	height: 100%;
}
#research .vid_blk .video-cta {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

/*
|----------------------------------------------------------------------
|       Video Popup
|----------------------------------------------------------------------
*/

.video_popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 90%);
	padding: 20px 0;
	overflow: auto;
	z-index: 101;
}

.video_popup ._inner{
	position: relative;
	background: #373737;
	margin: auto;
	border-radius: 10px;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.video_popup .tableDv{
	display: table;
	width: 100%;
	height: 100%;
}

.video_popup .tableDv .tableCell{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.video_popup video{
	display: block;
	width: 100%;
	height: auto;
}

.video_popup .crossBtn{
	position: absolute;
	top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 5px;
	width: 32px;
	height: 32px;
	background: #fff;
	color: #06b9a6;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 75%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 5;
}

.video_popup .crossBtn:hover{
	background: #06b9a6;
	color: #fff;
}

.video_popup .crossBtn:before{
	content: "\2715";
	line-height: 1;
}

.video_popup .video_blk{
	position: relative;
	display: block;
	padding-bottom: 56%;
	cursor: pointer;
	overflow: hidden;
}

.video_popup iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	-o-object-position: center;
	object-position: center;
	border: 0 !important;
	margin: auto;
}



/*---- Insta Posts ----*/

#insta-posts {
    color: #000;
    font-size: 16px;
    padding: 100px 0 320px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: circular_stdlight;
    font-weight: 400;
    margin-bottom: -300px;
    z-index: 2;
}
#insta-posts .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
#insta-posts .title .text {
    max-width: 920px;
}
#insta-posts .title .text p {
  margin: 0;
  font-size: 32px;
  color: #E40CB4;
}
#insta-posts .title .btn img{
  margin-right: 10px;
}
#slick-insta .items{
  padding: 0 5px;
}
#slick-insta .post-action{
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
#slick-insta .post-card {
 position: relative;
  height: 250px;
}
#slick-insta .post-card img,
#slick-insta .post-card amp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
#slick-insta .post-action:hover .post-card img {
  transform: scale(1.05);
}

#slick-insta .slick-arrow {
  background: #074cc9;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #fff;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #fff;
  opacity: 1;
}
#slick-insta .slick-arrow:before{
  display: none;
} 
#slick-insta  .prev-arrow {
    left: 0;
}
#slick-insta  .next-arrow {
    right: 0;
}

/*---- Collection Page ----*/
body.collection-custom{
  background: #f5f7f6;
background: linear-gradient(180deg, 
#f5f7f6 0.00%, 
#fff5fd 21.43%, 
#e8faff 38.49%, 
#e9fafe 73.97%, 
#f9feff 100.00%);
}
#collection-banner{
  width: 100%;
  min-height: 315px;
  background-size: cover;
  border-radius: 25px;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.top-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
}

.middle-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.middle-center {
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
}

.middle-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}

.bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 0);
}
/* Collection tabs styles */
#collection-tabs {
  padding-top: 70px;
  text-align: center;
}
#collection-tabs .content p {
  font-family: 'circular_stdmedium';
  font-weight: 500;
  width:70%;
  margin: 0 auto;
  margin-top: 15px;
}
#collection-tabs .tabs-button-wrapper {
  margin-top: 20px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

#collection-tabs .tabs-button {
  display: inline-flex;
  gap: 10px;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
#collection-tabs .tabs-button a.tabs-btn {
  border: 2px solid black;
  padding: 12px 40px;
  border-radius: 32px;
  background-color: white;
  font-family: 'circular_stdmedium';
  font-size: 18px;
  color: black;
  white-space: nowrap;
}
.collection-custom .shopify-section{
  background-color:transparent !important;
}

@media (max-width: 600px) {
  #collection-tabs .tabs-button-wrapper {
    padding: 0 10px 12px;
  }

  #collection-tabs .tabs-button-wrapper::-webkit-scrollbar-track {
    background-color: #cccccc;
    border-radius: 20px;
  }
  
  #collection-tabs .tabs-button-wrapper::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border-radius: 20px;
  }
  
  #collection-tabs .tabs-button-wrapper::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #5981ee;
  }
  
  #collection-tabs .tabs-button a.tabs-btn {
    padding: 10px 20px;
  }
}
.active-tabs-btn{
  background-color: #000 !important;
  color: white !important;
  border: 0px;
}

#prod-collection {
  color: #000;
  position: relative;
  font-size: 16px;
  padding: 25px 0 50px 0;
  position: relative;
  font-family: 'circular_stdlight';
  font-weight: 400;
}
#prod-collection .col-filter-area {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

#prod-collection .col-filter-area .breadcrumb ol {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
}

#prod-collection .col-filter-area .breadcrumb li {
  display: flex;
  align-items: center;
}

#prod-collection .col-filter-area .breadcrumb li:not(:last-child):after {
  content: '';
}

#prod-collection .col-filter-area .breadcrumb-separator {
  margin: 0 0.5em;
  color: #000;
}

#prod-collection .col-filter-area .breadcrumb a {
  color: #E40CB4;
  transition: color 0.3s;
}
#prod-collection .col-filter-area .breadcrumb a.current{
  color: #000;
}
#prod-collection .col-filter-area .breadcrumb a:hover,
#prod-collection .col-filter-area .breadcrumb a:focus {
  color: #000;
}
#prod-collection .sort-field{
  width: 280px;
  position: relative;
}
#prod-collection .sort-field select {
  border: 1px solid #CFDDE6;
  padding: 5px 25px;
  border-radius: 8px;
  width: 100%;
  appearance: none;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  background-color: white;
}
#prod-collection .sort-field .select-icon{
  position: absolute;
  top: 10px;
  right: 25px;
}
#prod-collection .col-grid-row {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
#prod-collection .col-grid-item{
  flex: 0 0 25%;
  max-width:25%;
  padding: 8px;
}
#prod-collection .col-grid-item:nth-child(5),
#prod-collection .col-grid-item:nth-child(10),
#prod-collection .col-grid-item:nth-child(11),
#prod-collection .col-grid-item:nth-child(16){
  flex: 0 0 50%;
  max-width:50%;
}

#prod-collection .product-block {
  overflow: hidden;
  border: 1px solid #dfdfdf8f;
  height: 100%;
  background-color:white;
  box-shadow: 0px 0px 3px 1px #00000008;
}

#prod-collection .product-block .content-blk h4 {
  white-space: initial;
  overflow: hidden;
   text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
   line-clamp: 3;
  -webkit-box-orient: vertical;
}
#prod-collection .product-block .content-blk .pro-price {
    font-size: 28px;
}
#prod-collection .product-block .content-blk .pro-price s {
    font-size: 18px;
}
#prod-collection .product-block .content-blk {
    border: none !important;
    text-align:left;
}
#prod-collection .product-block .content-blk .color-varient{
  justify-content:flex-start;
}
/*---- Ultrasonic Tooth Cleaner ----*/

#ultrasonic {
  padding: 150px 0 40px 0;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  position: relative;
  font-family: 'circular_stdlight';
  font-weight: 400;
  /* background-color: #E8FCFF; */
  background-size: cover;
  background-position: top;
}
#ultrasonic .content{
  text-align: center;
}
#ultrasonic .content h2 {
  background: linear-gradient(to right, #5981EE 0%, #FF83E4 100%);
  -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 700;
  background-clip: text;
  line-height: 1.1;
}
#ultrasonic .content h2 span {
    background-image: url(../images/ultrasonic-icon.png);
    width: 72px;
    height: 85px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
}
#ultrasonic .content p {
  font-size: 24px;
      margin: 10px 0 15px;
}
#ultrasonic .content a {
  background: linear-gradient(to right, #5981EE 0%, #FF83E4 100%);
}
#ultrasonic .content a img {
  max-width: 20px;
  margin-right: 10px;
}

/*---- Sustainability ----*/

#sustainability {
  color: #000;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'circular_stdlight';
  font-weight: 400;
  padding: 40px 0;
}
#sustainability .content .heading {
  margin: 0 0 25px;
  background: linear-gradient(8deg, #ff83e4, #5981ee);
    -webkit-text-fill-color: transparent;
    background-clip: text;
  -webkit-background-clip: text;
}

#sustainability .sustainable-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  margin-top:70px;
}
#sustainability .sustainable-item li {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  /* display: flex; */
  /* align-items: center; */
  margin: 8px 0;
  /* justify-content: center; */
}
#sustainability .sustainable-item li .feat-blk{
  text-align: center;
}
#sustainability .sustainable-item li .feat-blk img{
  width: auto;
  max-width: 65px;
  /* margin: auto; */
  display:inline;
}
#sustainability .sustainable-item li .feat-blk h4 {
  font-size: 16px;
  margin: 7px 0 0;
}
#sustainability .img_blk{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sustainability .img_blk img {
  width: 280px;
}

/*
|----------------------------------------------------------------------
|		Reserach Page  Banner
|----------------------------------------------------------------------
*/

#reserach-banner {
	position: relative;
	background-size: cover, 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #000;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 40px 0 120px;
	overflow: hidden;
	z-index: 1;
}

#reserach-banner .contain {
	position: relative;
	z-index: 3;
}

#reserach-banner .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 420px;
}

#reserach-banner .content {
	width: 100%;
	max-width: 480px;
}

/*
|----------------------------------------------------------------------
|		Promise
|----------------------------------------------------------------------
*/

#promise {
	position: relative;
	color: #000;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 60px 0;
	overflow: hidden;
	z-index: 1;
}

#promise .contain {
	position: relative;
	z-index: 3;
}

#promise .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#promise .content {
	width: 100%;
	max-width: 570px;
	padding-right: 30px;
}

#promise .image {
	position: relative;
	width: 100%;
	max-width: 590px;
	padding-left: 60px;
	padding-bottom: 60px;
}

#promise .image .fig {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 240px;
	border: 3px solid #fff;
}

#promise .image img {
	display: block;
	width: 100%;
}

#promise .btnBlk {
	margin-top: 20px;
}

/*
|----------------------------------------------------------------------
|		Stats
|----------------------------------------------------------------------
*/

#stats {
	position: relative;
	background-size: cover, 0;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 120px 0 60px;
	overflow: hidden;
	z-index: 1;
}

#stats .contain {
	position: relative;
	z-index: 3;
}

#stats .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#stats .content {
	width: 100%;
	max-width: 570px;
	padding-right: 30px;
}
#stats .content p{
  margin: 14px 0px;
}
#stats .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

#stats .list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0 20px 20px 0;
}

#stats .list > li .number {
	color: #e40cb4;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	white-space: nowrap;
}

#stats .circles {
	position: relative;
	width: 100%;
	max-width: 560px;
}

#stats .circles img {
	display: block;
	width: 100%;
}

#stats .circles .num {
	position: absolute;
	text-align: center;
}

#stats .circles .num:nth-child(1) {
	top: 15%;
	left: 0;
	right: 0;
}

#stats .circles .num:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 8%;
	color: #fff;
}

#stats .circles .num:nth-child(3) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8%;
}

#stats .circles .num:nth-child(4) {
	left: 0;
	right: 0;
	bottom: 15%;
	color: #fff;
}

#stats .circles .num .counter-holder {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}
#stats .circles .num:nth-child(2) .counter-holder,
#stats .circles .num:nth-child(4) .counter-holder{
	color: #fff;
}

/*
|----------------------------------------------------------------------
|		Sparkle
|----------------------------------------------------------------------
*/

#sparkle {
	position: relative;
	color: #000;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 0 0 60px;
	overflow: hidden;
	z-index: 1;
}

#sparkle .contain {
	position: relative;
	z-index: 3;
}

#sparkle .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sparkle .content {
	width: 100%;
	max-width: 570px;
	padding-left: 30px;
}

#sparkle .image {
	position: relative;
	width: 100%;
	max-width: 590px;
	padding-right: 60px;
	padding-bottom: 60px;
}

#sparkle .image .fig {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 280px;
	border: 3px solid #fff;
}

#sparkle .image img {
	display: block;
	width: 100%;
}

#sparkle .icons_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	font-weight: 500;
	text-align: center;
	margin: 10px -10px -10px;
}

#sparkle .icons_list > .col {
	width: 20%;
	padding: 10px;
}

#sparkle .icons_list .icon {
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin: 0 auto 10px;
}

#sparkle .icons_list .icon > img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#sparkle .icons_list span {
	display: block;
	line-height: 1;
}

/*
|----------------------------------------------------------------------
|		Recommend
|----------------------------------------------------------------------
*/

#recommend {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#5175d8), to(#ff41b8));
	background: linear-gradient(90deg, #5175d8, #ff41b8);
	color: #fff;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 60px 0;
	overflow: hidden;
	z-index: 1;
}

#recommend .contain {
	position: relative;
	z-index: 3;
}

#recommend .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
}

#recommend .icon {
	width: 200px;
	min-width: 200px;
	margin-right: 30px;
}

#recommend .icon > img {
	display: block;
	width: 100%;
}

#recommend .text .heading {
	color: #fff;
	margin: 0;
}

/*
|----------------------------------------------------------------------
|		Team
|----------------------------------------------------------------------
*/

#team {
	position: relative;
	color: #000;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 60px 0;
	overflow: hidden;
	z-index: 1;
}

#team .contain {
	position: relative;
	z-index: 3;
}

#team .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#team .content {
	position: relative;
	width: 100%;
	max-width: 600px;
	background: rgba(233, 233, 233, 0.4);
	padding: 50px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	z-index: 2;
}

#team .content .btnBlk {
	margin-top: 20px;
}

#team .image {
	width: 100%;
	max-width: 800px;
	margin-left: -100px;
}

#team .image > img {
	display: block;
	width: 100%;
}

/*
|----------------------------------------------------------------------
|		Join
|----------------------------------------------------------------------
*/

#join {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 160px 0 60px;
	overflow: hidden;
	z-index: 1;
}

#join .contain {
	position: relative;
	z-index: 3;
}

#join .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#join .content {
	width: 100%;
	max-width: 580px;
	padding-left: 30px;
}

#join .content .form_blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 300px;
	background: #fff;
	margin-top: 30px;
	padding: 0 20px;
	border: 2px solid #e8e8ec;
	border-radius: 50px;
}

#join .content .form_blk input {
	background: transparent;
	width: 100%;
	color: #000;
	font-size: inherit;
	border: 0;
	height: 44px;
	padding: 0;
}

#join .content .form_blk button {
	width: 16px;
	background: transparent;
	padding: 0;
	border: 0;
}

#join .content .form_blk button > img {
	display: block;
	width: 100%;
}

#join .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	width: 100%;
	max-width: 580px;
}

#join .gallery > .image_blk {
	width: 33.3334%;
	background: #f1f1f1;
	padding: 6px;
	-webkit-box-shadow: 2px 2px 0 0 rgb(0 0 0 / 60%);
	box-shadow: 2px 2px 0 0 rgb(0 0 0 / 60%);
}

#join .gallery > .image_blk:nth-child(1) {
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

#join .gallery > .image_blk:nth-child(2) {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

#join .gallery > .image_blk:nth-child(3) {
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}

#join .gallery > .image_blk:nth-child(4) {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#join .gallery > .image_blk:nth-child(5) {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

#join .gallery > .image_blk:nth-child(6) {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#join .gallery .image {
	position: relative;
	overflow: hidden;
}

#join .gallery .image::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#join .gallery .image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#join .gallery strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 10px 10px 5px;
}

/*
|----------------------------------------------------------------------
|		Trust
|----------------------------------------------------------------------
*/

#trust {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-family: 'circular_stdlight';
	padding: 80px 0 200px;
	overflow: hidden;
	z-index: 1;
}

#trust .contain {
	position: relative;
	z-index: 3;
}

#trust > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#trust .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#trust .content {
	width: 100%;
	max-width: 480px;
	background: -webkit-gradient(linear, left top, right top, from(#5175d8), to(#ff41b8));
	background: linear-gradient(90deg, #5175d8, #ff41b8);
	padding: 40px;
}

#trust .content .heading {
	color: #fff;
}

/*
|----------------------------------------------------------------------
|		Footer
|----------------------------------------------------------------------
*/

#footer {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
  font-family: circular_stdlight;
  padding: 160px 0 40px;
  overflow: hidden;
  z-index: 3;
}

#footer .contain {
  position: relative;
  z-index: 3;
}

#footer .flexRow>.col1 {
  width: 25%;
}

#footer .flexRow>.col2 {
  width: 23%;
}

#footer .flexRow>.col3 {
  width: 25%;
}

#footer .flexRow>.col4 {
  width: 31%;
}

#footer h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
}

#footer ul {
  list-style: none;

  margin: 0;
  padding: 0;
}

#footer .list li:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

#footer .list li a {
  color: #000;
  text-decoration: none;
}

#footer .list li a:hover {
  text-decoration: underline;
}

#footer form {
  display: flex;
  margin-top: 20px;
  gap: 0;
}

#footer form input {
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  padding: 0 20px;
  border: 2px solid #e8e8ec;
  border-radius: 50px;
}

#footer form button {
  margin-left: 10px;
  padding: 0 40px;
}

#footer .btmBlk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

#footer .btmBlk h4 {
  margin-bottom: 10px;
}

#footer .credit_card {
  width: 100%;
  max-width: 300px;
}

#footer .credit_card img {
  display: block;
  width: 100%;
}

#footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}

#footer .socialLnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  grid-gap: 10px;
}

#footer .socialLnk>li>a {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

#footer .socialLnk>li>a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#footer .footer__copyright {
  order: 1;
}


/*
|----------------------------------------------------------------------
|		Reserach Page  Banner
|----------------------------------------------------------------------
*/

#help-banner {
	position: relative;
	background-size: cover, 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-family: 'circular_stdlight';
	padding: 70px 0 0;
	z-index: 1;
}

#help-banner .content {
  text-align: center;
}
#help-banner .content .heading{
  color: #fff;
  font-size: 42px;
}
#help-banner .content p {
  font-size: 18px;
  max-width: 700px;
  margin: 20px auto;
}
#help-banner .content .search-field {
  max-width: 540px;
  width: 100%;
  margin: auto;
  position: relative;
}
#help-banner .content .search-field input {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #707070;
  padding: 15px 20px;
  font-size: 16px;
}
#help-banner .content .search-field img {
  position: absolute;
  right: 20px;
  top: 18px;
  max-width: 20px;
}

#help-banner .info-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 70px 0 -100px;
}
  #help-banner .info-card-wrapper .info-card {
  background-color: #fff;
  width: 250px;
  height: 220px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#help-banner .info-card-wrapper .info-card img{
  max-width: 90px;
  width: auto;
}
#help-banner .info-card-wrapper .info-card p {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0;
}

#main-help{
  position: relative;
	color: #000;
	font-size: 16px;
	font-family: 'circular_stdlight';
	padding: 0px;
	z-index: 1;
}
#main-help .title-area{
  text-align: center;
  margin-bottom: 50px;
}
#main-help .title-area p {
  font-size: 18px;
  max-width: 760px;
  margin: 15px auto 0;
}

/*---- Tab Menu ----*/

#main-help .tab-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-help .tab-menu ul li a {
  color: #000;
  font-size: 24px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  align-items: center;
  transition: all 0.3s ease 0s;
  font-weight:700;
}
#main-help .tab-menu ul li a i {
  font-weight: 500;
  transform: rotate(45deg);
}
#main-help .tab-menu ul li a.active,
#main-help .tab-menu ul li a:hover{
  color: #E40CB4;
  border-bottom: 1px solid #E40CB4;
}
#main-help .tab-menu ul li:last-child a{
  border-bottom: none;
}

/*---- Tab Centent ----*/

#main-help .tab-box { display:none; }
#main-help .content-head {
  background-color: #9AE7FE;
  padding: 10px 15px;
}
#main-help .content-head .heading{
  font-size: 32px;
  font-family: 'circular_stdlight';
}
#main-help .cotent-body {
  background-color: #F5F7F6;
  padding: 20px;
}

/*---- Inner Tab Menu ----*/

#main-help .inner-tab-box{
  display: none;
}
#main-help .inner-tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
#main-help .inner-tab-menu ul li{
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 7px;
}
#main-help .inner-tab-menu ul li a {
  color: #000;
  font-size: 24px;
  padding: 15px;
  transition: all 0.3s ease 0s;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#main-help .inner-tab-menu ul li a img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
#main-help .inner-tab-menu ul li a p {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0;
  font-family: 'circular_stdmedium';
  transition: all 0.3s ease 0s;
}
#main-help .inner-tab-menu ul li a:hover img{
  transform: scale(1.1);
}
#main-help .inner-tab-menu ul li a:hover p,
.inner-tab-menu ul li a.active #main-help p{
  color: #E40CB4;
}

/*---- Inner tab content ----*/

#main-help .inner-content-head {
  background-color: #9AE7FE;
  padding: 10px 15px;
  margin: -20px -20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#main-help .inner-content-head .icon-close {
  display: inline-block;
  background-color: #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  right: -6px;
  color: #fff;
}
#main-help .inner-content-head .icon-close i{
  font-size:12px;
}
#main-help .inner-content-head .heading{
  font-size: 32px;
  font-family: 'circular_stdlight';
}
#main-help .inner-content-body {
  background-color: #F5F7F6;
  padding: 20px;
  margin: 0 -20px;
}

/*---- FAQ's For Tab Section ----*/

.faq_lst .faq_blk {
	position: relative;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;;
	transition: all 0.3s ease 0s;
}

.faq_lst .faq_blk:not(:nth-last-child(1)) {
	margin-bottom: 10px;
}

.faq_lst .faq_blk .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  border-radius: 6px;
  cursor: pointer;
  padding: 15px;
}

.faq_lst .faq_blk .title::after {
  content: "\f067";
  display: block;
  transition: all 0.3s ease 0s;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
}

.faq_lst .faq_blk.active .title::after {
	content: "\f068";
}

.faq_lst .faq_blk .text {
  display: none;
  padding: 15px;
  border-top: 1px solid #DFDFDF;
}
.faq_lst .faq_blk .text p{
  margin: 0;
}
.faq_lst .faq_blk:nth-child(1) .text {
	display: block;
}

/*---- Tab Menu Drop Down for mobile ---*/
#main-help .show-mob{
  display: none;
}
#main-help .select-dropdown{
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
#main-help .select-dropdown__button {
  padding: 15px 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #E4E4E4;
  border-radius: 25px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #E40CB4;
 outline: none;
}
#main-help .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  border: 1px solid #E4E4E4;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 9;
  background-color: #fff;
}
#main-help .select-dropdown__list.open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
#main-help .select-dropdown .select-dropdown__list li a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
}

/*---- Product Feature Slider ----*/

#features {
  padding: 60px 0;
  position: relative;
  color: #000;
  font-size: 14px;
  font-family: 'circular_stdlight';
  overflow: hidden;
  z-index: 2;
}

#features .custom-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#slick-features .image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}

#slick-features .image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#slick-features .image>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#slick-features .item {
  opacity: 1 !important;
  z-index: 1 !important;
}

#slick-features .item[data-index="-03"] {
  z-index: 6 !important;
}

#slick-features .item[data-index="-02"] {
  z-index: 5 !important;
}

#slick-features .item[data-index="-01"] {
  z-index: 4 !important;
}

#slick-features .item[data-index="00"] {
  z-index: 10 !important;
}

#slick-features .item[data-index="01"] {
  z-index: 9 !important;
}

#slick-features .item[data-index="02"] {
  z-index: 8 !important;
}

#slick-features .item[data-index="03"] {
  z-index: 7 !important;
}

#slick-features .item .image {
  margin-top: 2.5%;
  margin-left: 10%;
  margin-right: 10%;
}

#slick-features .item[data-index="-03"] .image {
  margin-top: 2.5%;
  margin-left: 10%;
  margin-right: 10%;
}

#slick-features .item[data-index="-02"] .image {
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 20%;
}

#slick-features .item[data-index="-01"] .image {
  margin-top: 7.5%;
  margin-left: 0;
  margin-right: 30%;
}

#slick-features .item[data-index="00"] .image {
  margin-top: 0;
  margin-left: 15%;
  margin-right: 0;
}

#slick-features .item[data-index="01"] .image {
  margin-top: 2.5%;
  margin-left: 10%;
  margin-right: 10%;
}

#slick-features .item[data-index="02"] .image {
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 20%;
}

#slick-features .item[data-index="03"] .image {
  margin-top: 7.5%;
  margin-left: 0;
  margin-right: 30%;
}

#slick-features-text .slick-arrow {
  top: initial;
  bottom: -50px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #5cd4f6;
  color: #fff;
  padding: 12px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#slick-features-text .slick-prev {
  left: 0;
}

#slick-features-text .slick-next {
  left: 50px;
  right: initial;
}

#slick-features-text .slick-arrow::before {
  width: 100px;
  height: 100%;
  margin: 0;
}

#slick-features-text .slick-arrow.slick-disabled {
  background: #ddd;
  color: #000;
}

#features .subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  margin: 0 0 30px;
}

#features .subheading::after {
  content: "";
  display: block;
  width: 80px;
  background: #19e5e7;
  height: 2px;
  margin-left: 10px;
}

#features .text .num {
  color: #19e5e7;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 15px;
}

#features .text .heading {
  margin-bottom: 20px;
  background: linear-gradient(to right, #5981ee, #ff83e4);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#features .text p {
  font-size: 18px;
  margin: 0;
}

/*---- Mega Menu  ----*/
/* .index-header {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
} */

.header__wrapper {
    padding: 15px 0;
    border-radius: inherit;
    transition: inherit;
    display: block;
}

.header__wrapper .custom-container {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
    grid-template: var(--header-grid-template);
    align-items: center;
    /* gap: var(--header-part-gap); */
    display: grid;
}
/* .index-header .header__wrapper {
    padding: 15px;
    max-width: 1300px;
    margin: auto;
    width: 100%;
    background-color: transparent;
}
.index-header .header__wrapper a,
.index-header .header__wrapper summary{
  color: #fff;
}
.index-header .header__wrapper .dropdown-menu a,
.index-header .header__wrapper .mega-menu__nav li .link-faded {
  color: #000;
}
.index-header .header__wrapper .header__logo-image {
    filter: brightness(100);
}
.index-header .header__wrapper .icon.icon-hamburger {
    fill: #fff;
    color: #fff;
}
.announcement-bar {
  padding-block-start: 10px;
  padding-block-end: 10px;
} */

.announcement-bar__item .shape--sm {
  --size: var(--spacing-1);
  display: inline-block;
  width: 1px;
  height: 100%;
}

.announcement-bar__item p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'circular_stdmedium';
}

.mega-menu__nav li a.h5,
.panel__wrapper li a.h5{
  font-family: 'circular_stdmedium';
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.mega-menu__nav li .link-faded {
  opacity: 1;
  transition: opacity .2s ease-in-out;
  color: #000;
  font-family: 'circular_stdlight';
  font-size: 16px;
  position: relative;
}
.panel__wrapper li a,
.panel__wrapper li span{
  opacity: 1;
  transition: opacity .2s ease-in-out;
  color: #000;
  font-family: 'circular_stdmedium';
  font-size: 18px;
  position: relative;
}
.panel__wrapper .text-with-icon.h6.text-subdued{
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.mega-menu__nav li .link-faded:hover {
  color: #E40CB4 !important;
}
.mega-menu__nav li .link-faded:before {
  content: "\f061";
  display: block;
  transition: all .3s ease 0s;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  transform: rotate(45deg);
}
.mega-menu__nav li .link-faded:hover:before {
  transform: rotate(0deg);
}
.navigation-promo {
  align-items: inherit;
}
.navigation-promo__wrapper .content-over-media>:not(img, video, iframe, svg, video-media) {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 25px;
}

/*---- Prodcut Page Styling ----*/
.shopify-section {
    background-color: #fff !important;
}

.product-info>*+* {
    margin-block-start: 5px;
    margin-block-end: 5px;
}
.cusotm-product .product-info__rating {
    margin-bottom: 7px;
}
.cusotm-product .product-info__rating .rating span{
  order:2;
  color: #000;
}
.cusotm-product .product-info__rating .rating__stars {
    display: contents;
    order: 1;
}
.cusotm-product .product-info__rating .rating__star {
    color: #FF963B;
}
.cusotm-product .product-info__title.h2.heading {
    margin: 0;
    font-size: 32px;
}
.cusotm-product .price-list {
    flex-direction: row-reverse;
}
.cusotm-product .compare-price-custom {
    font-size: 18px !important;
    color: #000;
    position: relative;
    font-family: 'circular_stdlight';
    margin-right: 10px;
}
.cusotm-product .compare-price-custom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 12px;
    left: 0;
}
.cusotm-product .price-list .text-on-sale {
    font-size: 28px !important;
    font-weight: bold;
  font-family: 'circular_stdlight';
}
.cusotm-product .price-list .text-subdued {
    color: #000;
    font-size: 18px;
    font-family: 'circular_stdlight';;
}
.cusotm-product .badge.badge--on-sale{
  display: none;
}
.cusotm-product .custom-payment {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}
.cusotm-product .custom-payment li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.cusotm-product .custom-payment li:last-child{
  margin-bottom: 0;
}
.cusotm-product .custom-payment li span {
    color: #000;
    font-size: 16px;
}
.cusotm-product .custom-payment li img {
    flex: 0 0 80px;
    width: 100%;
    max-width: 80px;
    /* margin-left: 5px; */
}
.custom-payment img {
  margin-left: 10px;
}
.cusotm-product .variant-picker__option-info {
    margin: 0;
}
.cusotm-product .variant-picker__option-info legend,
.cusotm-product .product-info__quantity-selector label{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'circular_stdmedium';
}
.variant-picker__option-info variant-option-value {
    font-size: 18px;
    color: #9E9E9E;
    font-style: oblique;
    margin-left: 5px;
}
.variant-picker__option-values input[type=radio][name=option1]+label{
    font-size: 0 !important;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    border: 1px solid #e7dddd !important;
}
.cusotm-product .pro-feat {
    display: flex;
    border: 1px solid #DCE4E6;
    border-radius: 12px;
    padding: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}
ul.pro-feat img {
  margin: auto;
}
.cusotm-product .pro-feat li span {
    font-size: 16px;
    font-family: circular_stdlight;
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.cusotm-product .buy-buttons button {
  width: 100%;
  grid-area: left;
  font-family: circular_stdmedium !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 13px 20px !important;
}

.cusotm-product .form-control {
  text-align: right;
}

#effects_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -8px;
}
#effects_wrapper .effect-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 8px;
}

#effects_wrapper .tile {
    outline: 2px solid #777;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-radius: 8px;
    opacity: .9;
    transition: .2s ease-out;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
#effects_wrapper .tile:hover {
  scale: 1.02;
  transition: 200ms ease;
  box-shadow: 1px 10px 25px rgba(0,0,0,.15);
}
#effects_wrapper .tile input {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
#effects_wrapper .tile .checkbox~label {
    opacity: 1;
    padding: 0;
}
#effects_wrapper .tile img {
    margin: auto;
    height: 130px;
    width: 100%;
    object-fit: contain;
}
#effects_wrapper .tile h2 {
  color: #000;
    font-family: circular_stdmedium;
    font-size: 16px;
    font-weight: 500;
}
#effects_wrapper .selected {
  outline: 2px solid darkblue;
  opacity: 1;
}
.cusotm-product .accordion {
    border-color: #DCE4E6;
    margin: 0;
}
.cusotm-product .accordion__toggle {
    padding: 12px 0;
}
.cusotm-product .accordion__toggle span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: circular_stdmedium;
}
.accordion__content p{
  font-family: circular_stdlight;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.cusotm-product .product-info__accordion .acc-icon i{
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.cusotm-product .product-info__accordion[aria-expanded="true"] .acc-icon i{
  transform: rotate(180deg);
}
.cusotm-product .product-info__price {
    margin-block-start: 0;
    margin-block-end: 0;
}
.cusotm-product .bundle-image {
    margin-top: 15px;
}
/*---- Banner Version 1 ----*/

#banner-v1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  font-size: 16px;
  z-index: 1;
  font-family: 'circular_stdlight';
  padding: 0;
}
#banner-v1 .custom-container{
  max-width: 100%;
  padding: 0;
}
#banner-v1 .custom-row {
  align-items: center;
  margin: 0;
}
#banner-v1 .custom-row .custom-col {
  padding: 0;
  width: 50%;
  flex: 0 0 50%;
  position: relative;
}
#banner-v1 .custom-row .custom-col.col-1 {
  width: 45%;
  flex: 0 0 45%;
}
#banner-v1 .custom-row .custom-col.col-2 {
  width: 55%;
  flex: 0 0 55%;
}
#banner-v1 .content {
    max-width: 500px;
    margin: 50px 50px 0 auto;
    padding: 0 15px;
}
#banner-v1 .content .badge {
  background-color: #FEE35C;
  color: #000;
  font-size: 18px;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid #FEE35C;
  font-family: inherit;
  margin-bottom: 15px;
}
#banner-v1 .content .heading {
  font-size: 52px;
  color: inherit;
}
#banner-v1 .content p {
  margin: 15px 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
}
#banner-v1 .image-blk img {
  width: 100%;
}


/*---- Banner Version 1 ----*/

#banner-v2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  font-size: 16px;
  z-index: 1;
  font-family: 'circular_stdlight';
  padding: 0;
}
#banner-v2 .custom-container{
  max-width: 100%;
  padding: 0;
}
#banner-v2 .custom-row {
  align-items: center;
  margin: 0;
}
#banner-v2 .custom-row .custom-col {
  padding: 0;
  width: 50%;
  flex: 0 0 50%;
  position: relative;
}
#banner-v2 .content {
  max-width: 600px;
  margin: 50px 50px 0 auto;
  padding: 0 15px;
}
#banner-v2 .content .badge {
  background-color: #FEE35C;
  color: #000;
  font-size: 18px;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid #FEE35C;
  font-family: inherit;
  margin-bottom: 15px;
}
#banner-v2 .content .heading {
  font-size: 52px;
  color: inherit;
}
#banner-v2 .content p {
  margin: 15px 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
}
#banner-v2 .image-blk img {
  width: 100%;
}
#prod-collection .product-block .image-blk{
  background-color: #fff;
}
#prod-collection .product-block .content-blk{
  border: 1px solid #D9D6E8;
  border-top: 0;
  padding-top: 0px;
}

#variant-img, #pd-image{
  display:none;
}

.product-gallery__ar-wrapper {
  position: relative;
}

.pdp-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  background: #f404b9;
  color: white;
  font-weight: bold;
  padding: 6px 16px;
  text-transform: uppercase;
  border-radius: 20px;
  min-width: 160px;
  text-align: center;
}

.product-info__buy-buttons {
  display: flex;
  justify-content: space-between;
}
.product-info__buy-buttons form {
  width: 100%;
  margin-right: 20px;
}

.quantity-selector__input {
  background-color: white;
  color: black;
}

.product-quick-add {
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
  background-color: white;
  z-index: 4;
}

.enable-atc-bundle {
  cursor: pointer;
  position: relative;
}

#ultrasonic p.ultrasonic-author-name {
  margin: 0 0 20px 0;
}
.header__main-nav .bold {
  font-family: 'circular_stdmedium';
}

#banner-v1 .btn {
  font-size: 18px;
  padding: 12px 32px;
}

.cusotm-product .prodcut-review {
    margin-bottom: 0 !important;
}
.product-custom #static-feat .static-feat-item span{
  background: linear-gradient(to right, #5981ee, #ff83e4);
    -webkit-text-fill-color: transparent;
    background-clip: text;
  -webkit-background-clip: text;
}
.product-custom #static-feat .marquee .track .content span{
  background: linear-gradient(to right, #5981ee, #ff83e4);
    -webkit-text-fill-color: transparent;
    background-clip: text;
  -webkit-background-clip: text;
}
/* sustainability section styles  */

#heading-section{
  position:relative;
  min-height:45px;
}
#sustainability-desk-h{
  position: absolute;
  top: 50px;
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#sustainability-mob-h{
  display:none
}

/*---- Cart Drawer ----*/

.cart-drawer {
    font-family: circular_stdmedium;
    font-weight: 500;
}
.cart-drawer div[slot="footer"] .h-stack.gap-4.justify-between .h5 {
    font-family: circular_stdmedium;
}
.cart-drawer .price-total{
  color: red;
}
.cart-drawer .payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top: 20px;
}
.cart-drawer .payment-icons svg {
    margin-right: 7px;
}
.cart-drawer .custom-payment {
    padding: 0;
    margin: 10px 0 !important;
    list-style: none;
}
.cart-drawer .custom-payment li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.cart-drawer .custom-payment li:last-child{
  margin-bottom: 0;
}
.cart-drawer .custom-payment li span {
    color: #A3A4AD;
    font-size: 14px;
    font-weight: 400;
    font-family: 'circular_stdlight';
}
.cart-drawer .custom-payment li img {
    flex: 0 0 90px;
    width: 100%;
    max-width: 90px;
}
.cart-drawer .custom-payment img {
  margin-left: 10px;
}
.cart-drawer .custom-payment dynamic-price{
  margin:0 5px;
}
.cart-drawer div[slot="footer"] .gap-4{
  gap:0 !important;
}
.cart-drawer div[slot="footer"] .v-stack,
.cart-drawer div[slot="footer"].v-stack{
    display: inherit;
}
.cart-drawer .cart-drawer__note-inner button {
    background-color: #00CEFF;
    color: #fff;
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
}
.cart-drawer .cart-drawer__note-inner p {
    font-size: 24px;
    font-family: 'circular_stdmedium';
    margin-bottom: 25px;
}
.cart-drawer .price-list .text-subdued {
    color: red;
    font-family: 'circular_stdlight';
}
h2.jdgm-rev-widg__title {
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 700;
  background-clip: text;
  line-height: 1;
  font-family: circular_stdmedium;
  margin-bottom: 24px;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
  background: linear-gradient(to right, #5981ee, #ff83e4);
  font-size: 16px;
  font-family: circular_stdmedium;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 40px;
  border-radius: 50px;
  border: none !important;
}

.jdgm-btn--solid, input[type=submit].jdgm-btn--solid {
  background: linear-gradient(to right, #5981ee, #ff83e4);
  font-size: 16px;
  font-family: circular_stdmedium;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 40px;
  border-radius: 50px !important;
  border: none !important;
}

.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
  border-radius: 50px !important;
}

.jdgm-rev-widg__summary-text {
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 5px !important;
  font-family: 'circular_stdmedium';
}
.jdgm-rev-widg__summary-text,
span.jdgm-rev-widg__summary-average {
    font-size: 20px;
}
span.jdgm-rev-widg__summary-average {
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 5px !important;
  font-family: 'circular_stdmedium';
}

.jdgm-form__title {
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  background-clip: text;
  line-height: 1;
  font-family: 'circular_stdmedium';
}

.jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-rev__icon {
  display: none;
}

.jdgm-rev {
    border: 1px solid #D9D9E0 !important;
    border-color: var(--jdgm-secondary-color);
    box-shadow: 5px 5px 20px #0003;
    margin-bottom: 25px !important;
    border-radius: 8px;
    padding: 20px !important;
    display: flex;
}
.jdgm-rev__header {
    margin-bottom: 0;
    flex: 0 0 150px;
    border-right: 1px solid #D9D9E0;
    margin-right: 20px !important;
}
.jdgm-rev__actions {
    margin-top: 5px;
    display: none !important;
}
.jdgm-rev__author{
    color: #339999;
    color: var(--jdgm-primary-color);
    font-family: 'circular_stdmedium';
    font-size: 18px;
}
.jdgm-rev-widg .jdgm-star{
    color: #FF963B !important;
}
.prodcut-review span.text {
    text-decoration: underline;
}
    .product-quick-add__variant .text-on-sale,
    .product-quick-add__variant .truncate-text {
        font-size: 18px;
        font-family: 'circular_stdmedium';
    }
}
.product-custom .quantity-selector{
  color:white;
}
.header__wrapper [href="/search"] {
  display: none !important;
}
.header__wrapper [href="/cart"] i {
  font-size: 20px;
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#shopify-section-template--22495412027699__contact_qGCipx h2.h2{
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.cart-drawer__line-items .price-list{
  font-weight:700;
}
.checkout-icons-block ul{
  display:flex;
  flex-wrap:no-wrap;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.checkout-icons-block ul li{
  display:flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
}
.checkout-icons-block ul li img{
  width:25px;
}
.checkout-icons-block ul li span{
  margin-top:5px;
  display:inline-block;
}
.shopify-policy__title h1, .section-stack__intro h2{
  background: linear-gradient(to right, #5981ee, #ff83e4);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.page-custom form button.btn{
  background: linear-gradient(to right, #5981ee, #ff83e4);
}
.product-custom .block-swatch{
  border-radius:0px;
  padding:0px;
}
#prod-collection .product-block .content-blk .prodcut-review .stars img{
  max-width: 100px;
}
#prod-collection .product-block .content-blk .prodcut-review span.text{
  margin-top:5px;
}
.product-custom .product-info__buy-buttons div.v-stack .buy-buttons--multiple .shopify-payment-button{
  grid-area: title;
}
#prod-collection .product-block .content-blk .prodcut-review{        
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;        
}
/* .quantity-selector__button{
  padding:13px 24px;
} */
.custom-payment-icon-img{
  max-width: 300px;
}

#prod-collection .col-grid-item:nth-child(5) .content-blk.for-desktop,
#prod-collection .col-grid-item:nth-child(10) .content-blk.for-desktop,
#prod-collection .col-grid-item:nth-child(11) .content-blk.for-desktop,
#prod-collection .col-grid-item:nth-child(16) .content-blk.for-desktop{
  text-align: center;
}

#prod-collection .col-grid-item:nth-child(5) .product-block .content-blk .color-varient,
#prod-collection .col-grid-item:nth-child(10) .product-block .content-blk .color-varient,
#prod-collection .col-grid-item:nth-child(11) .product-block .content-blk .color-varient,
#prod-collection .col-grid-item:nth-child(16) .product-block .content-blk .color-varient {
  justify-content: center;
}

#prod-collection .col-grid-item:nth-child(5) .content-blk .prodcut-review,
#prod-collection .col-grid-item:nth-child(10) .content-blk .prodcut-review,
#prod-collection .col-grid-item:nth-child(11) .content-blk .prodcut-review,
#prod-collection .col-grid-item:nth-child(16) .content-blk .prodcut-review {
  justify-content: center;
}

#collection-tabs button[disabled] {
   width: 100%;
}

.jdgm-rev-widg__summary {
  display: none !important;
}

/*---- Heading Section ----*/

#heading-sec .content .heading {
    font-size: 52px;
    font-weight: 700;
}
#heading-sec .content .heading p {
    font-size: 18px;
    margin: 5px 0px;
    font-weight: 500;
}
#heading-sec .content.text-left{
  text-align:left;
}
#heading-sec .content.text-right{
  text-align:right;
}
#heading-sec .content.text-center{
  text-align:center;
}
#heading-sec .heading.text-right{
  text-align:right;
}

#promotion-img .for-desktop{
  display:block;
}
#promotion-img .for-mob{
  display:none;
}
#judgeme_product_reviews .jdgm-row-actions {
  display: none;
}

.dropdown-menu span.reversed-link {
  font-weight: bold;
  font-family: 'circular_stdmedium';
  color: black;
}
.col1.footer__block--text .prose.text-subdued p{
  line-height: 1.6rem;
}
.rights-shop {
  color: red;
}

.shopify-payment-button__more-options {
  display: none;
}
.circle-loader {
  display: none;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #FF83E4;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

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

.utc-add-to-cart[aria-busy="true"] .circle-loader {
  display: block;
  position: absolute;
  right: 17px;
}
.enable-atc-bundle[aria-busy="true"] img {
  opacity: 0.5;
}
.enable-atc-bundle[aria-busy="true"] .circle-loader {
  display: block;
  position: absolute;
  top: 40%;
  right: 45%;
  width: 40px;
  height: 40px;
  border-top-color: black;
}

.add-to-cart-btn[aria-busy="true"]+.circle-loader {
  display: block;
  position: absolute;
  top: 34%;
  right: 53px;
}

.slider-atc-box {
  position: relative;
}

.list-payment__item img {
  width: 38px;
  height: auto;
}

.slick-next:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="28" height="28" viewBox="0 0 28 28"><path d="M2.4,15.5h19.5l-7.2,7.2c-0.6,0.6-0.6,1.5,0,2.1c0.6,0.6,1.5,0.6,2.1,0l9.8-9.8c0.1-0.1,0.3-0.3,0.3-0.5 c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.5v0v0c0-0.2,0-0.4-0.1-0.5c0,0,0,0,0,0c-0.1-0.2-0.2-0.4-0.3-0.5l-9.8-9.8 c-0.3-0.3-0.7-0.4-1.1-0.4S15,2.8,14.7,3.1c-0.6,0.6-0.6,1.5,0,2.1l7.2,7.2H2.4c-0.8,0-1.5,0.7-1.5,1.5S1.6,15.5,2.4,15.5z"/></svg>')
}