/** Shopify CDN: Minification failed

Line 50:40 Expected ":"
Line 50:47 Expected ":"
Line 1430:0 Unexpected "}"

**/
@font-face {
    font-family: 'Drone Ranger 01';
    src: url('../fonts/DroneRanger01.woff2') format('woff2'),
        url('../fonts/DroneRanger01.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}

html{scroll-behavior: smooth; overflow-x;hidden;}

a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
  letter-spacing: normal;
  line-height: normal;
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: "Lora", monospace!important;
	font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
.width-100{width: 100%;}
strong{font-weight: 700;}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	/* display: block; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
/*.slick-slide img {
	display: block;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
  /* align-items: center;
  justify-content: center;
  height: auto; */
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(https:../assets/sliderleft-8a48c40f06.webp) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover{
	background:url(https:../assets/sliderleft-hover-f8d1d28eec.webp) left top no-repeat;
	background-size:100% 100%;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(https:../assets/sliderright-5edef3bd0f.webp) left top no-repeat;
	background-size:100% 100%;
}
.slick-next:hover{
	background:url(https:../assets/sliderright-hover-82ca17da59.webp) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:-30px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:-30px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border-radius:10px;
	background:none;
    border:1px solid #17255A;
	/* background: #A6A6A6; */
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#44281A;
	position:relative;
	border:2px solid #44281A;
  
}
/* Slider end */

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 20px 0;
	border-bottom: 1px solid rgba(68, 40, 26, 0.12);
	padding-bottom: 20px;
  }

.acc:last-child {
	margin: 0;
  }

.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	background:transparent;
	border-radius: 5px;
	gap: 15px;
	flex-wrap: wrap;
}
.acc-head h6 {
	color: #44281A;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; 
	width:90%;
	text-transform: none;
	letter-spacing: -0.4px;
}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(https:../assets/faqplus-cf85bc7d57.webp) right center no-repeat;
	height:13px;
	width:14px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(https:../assets/faqminus-e332ee115f.webp) right center no-repeat;
	width:9px;
	height:3px;
	background-size:cover;
}
.acc-content p {
	color: #44281A;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 20px;
}

.acc-content ul li{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	opacity: 0.8;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul{margin: 15px 0	;}

/**------------------Accordion Css end--------------*/
/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0;
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center
}
.navbar-brand {
	display:inline-block;
	padding:18px 0 18px;
	margin:0;
	white-space:nowrap;
	width: 110px;
}

.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: center;
}
.navbar-nav li a {
	color: #000; 
	display:block;
	font-size:16px;
	padding:6px 8px;
	text-transform: capitalize;
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.activenav .submenu li a {
	color: #000;
}
.navbar-nav li:hover .submenu li a {
	color: #000;
}
.submenu li a:hover{
	color: #4949E4 !important;
}
.navbar-nav li:hover a {
	color:#4949E4;
}
.navbar-nav li.active a {
	color:#4949E4;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 18px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
  width: 100%;
  text-align:right;
	position: absolute;
	top: 0px;
  right:10px;
  cursor: pointer;
}
.dropdown-toggle img{filter: invert(100%);}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/

.topouter{ background: #44281A; text-align: center; padding: 10px 0;}
.topouter p{
	color: #fff;
	font-size: 13px;
}
.upslidewrap {
	background: #4949E4;
	padding: 15px 0;
}
.updlidercon{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.homebanner{background: #F8F5ED;}

.homebancontent{
	padding-top: 20px;
}
.ratingsec{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}
.ratingsec h6{
	color: #44281A;
	font-size: 12px;
}
.ratingsec p {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .ratingsec p {
    font-size: 1.5rem;
  }
}
.bannertitle{
	color: #44281A;
	font-size: clamp(32px, 3vw, 72px);
	line-height: 100%;
	font-family: 'Drone Ranger 01';
}
.bannersubtitle{
	color: #44281A;
	font-size: clamp(18px, 1.5vw, 26px);
	letter-spacing: -0.22px;
	line-height: 136%;
	margin: 15px 0 25px;
  font-family: "Lora", monospace;
}
.homebanner .bannerlist ul li{
	color:rgb(255, 255, 255);
	font-size: clamp(14px, 1.3vw, 26px);
	margin-top: 20px;
 	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
	background-image: none;
	letter-spacing: -0.18px;
	background-size: 20px 20px;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bannerlist ul li{
	color: #44281A;
	font-size: 15px;
	letter-spacing: -0.18px;
	background: url(https:../assets/check-c021f83ce6.webp) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 30px;
	margin-top: 15px;
}
.homebanner .bannerlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.homebanner .bannerlist ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FF9900;
  font-weight: 700;
}
.primarybtn{
	max-width: 360px;
	width: 100%;
	background: #F90;
	border-radius: 100px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -0.2px;
	font-weight: 800;
}
.primarybtn:hover{
	background: #44281A;
}
.homebancontent .btnwrap{margin-top: 32px;}

.singleauthor{
	width:75px;
	height: 75px;
}
.singleauthor img{width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 100%;}
.singlereview{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 32px;
}
.singlecontent p{
	color: #44281A;
	font-size: 14px;
	line-height: 125%;
	letter-spacing: -0.32px;
	margin: 5px 0;
}
.authorname{
	display: flex;
	align-items: center;
	gap: 15px;
	color: #44281A;
	font-size: 16px;
	font-weight: 700;
}
.verify {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
}
.singlecontent {
	width: 77%;
	padding-left: 15px;
}
.ratingsec img{width: 50px;}
.homebanbottom{
	background: #F8F5ED;
}
.banprdbox p{
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	color: #44281A;
	font-weight: 700;
	line-height: 120%; 
	margin-top: 15px;
}
.homebanprdouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.banprdbox {
	margin-bottom: 30px;
}
.title-subheading{
	color: #91453B;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.24px;
	/*text-transform: capitalize;*/
	margin-bottom: 10px;
}
.title-heading{
	color: #44281A;
	font-size: 32px;
	line-height: 100%; 
	font-family: 'Drone Ranger 01';
}
.title-heading span{position: relative; display: inline-block;}
.title-heading span::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	background: url(https:../assets/headingborder-037dc29c1c.webp) no-repeat center center;
	width: 90px;
	height: 8px;
	background-size: contain;
}
.stepcount{
	width: 32px;
height: 32px;
border-radius: 100%;
color: #FFF;
font-size:17px;
font-weight: 800;
letter-spacing: -0.44px;
display: flex;
align-items: center;
justify-content: center;
background: #8C8966;
margin: 12px auto;
}

.stepbox h3{
	color: #44281A;
	font-size: 20px;
	font-family: 'Lora';
	font-weight: 800;
	line-height: 120%; 
	margin-bottom: 12px;
}
.stepboxicon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepboxicon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
@media (max-width: 749px) {
  .stepboxicon {
    display: none !important;
  }
}
.stepbox p{
	color: #44281A;
	font-size: 14px;
	letter-spacing: -0.16px;
	line-height: 130%;
}

.stepbox {margin-top:30px;}
.simplestep .stepouter:first-child .stepbox {
	margin-top: 0;
}

.homefavoritewrap{background: #F8F5ED;}
.caticonbox{
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid rgba(239, 180, 92, 0.60);
	margin: 0 auto;
}
.caticonbox:hover{
	background: #EFB45C;
}
.caticonbox:hover img{filter: brightness(0) invert(1);}
.caticonouter p{
	text-align: center;
	color: #44281A;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	margin-top: 10px;
}
.redcatbox{
	border: 2px solid rgba(210, 112, 72, 0.60);
}
.redcatbox:hover{background: rgba(210, 112, 72);}
.bluecatbox{
	border: 2px solid rgba(134, 134, 242, 0.60);
}
.bluecatbox:hover{background: rgba(134, 134, 242);}
.goldcatbox{
	border: 2px solid rgba(220, 182, 57, 0.60);
}
.goldcatbox:hover{background:  rgba(220, 182, 57);}
.greencatbox{
	border: 2px solid rgba(143, 190, 55, 0.60);
}
.greencatbox:hover{background: rgba(143, 190, 55);}
.yellowcatbox.active{background: #EFB45C;}
.yellowcatbox.active img{filter: brightness(0) invert(1);}

.redcatbox.active{background: rgba(210, 112, 72);}
.redcatbox.active img{filter: brightness(0) invert(1);}

.bluecatbox.active{background: rgba(134, 134, 242);}
.bluecatbox.active img{filter: brightness(0) invert(1);}

.goldcatbox.active{background:  rgba(220, 182, 57);}
.goldcatbox.active img{filter: brightness(0) invert(1);}

.greencatbox.active{background: rgba(143, 190, 55);}
.greencatbox.active img{filter: brightness(0) invert(1);}


.ratingsec h6 a{
	color: #44281A;
	font-size: 15px;
}

.favvisiblebox{
	background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(68, 40, 26, 0.20);
	padding: 10px;
	position: relative;
}

.visibleleftouter .favvisiblebox{
	border: 3px solid #44281A;
	padding: 20px;
}
.favlabelbadge{
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.favlabelbadge label{
	border-radius: 64px;
background: #44281A;
padding: 5px 13px;
color: #FFF;
font-size: 13px;
font-weight: 600;
letter-spacing: -0.32px;
}
.favvisiblebox h3{
	color: #44281A;
	font-size: 24px;
	font-family: 'Drone Ranger 01';
}
.quantitylist ul {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.quantitylist ul li{
    color: #44281A;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.26px;
    position: relative;
    padding-left: 10px;
    padding-right: 4px;
}

@media (max-width: 767px) {
    .quantitylist ul li{
        font-size: 12px;
    }
}
.quantitylist ul li::after {
  content: "";
  background: #44281A;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quantitylist ul li:last-child::after {
	display: block;
}
.quantitylist ul li span{
	background:#44281A;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: block;
}
.favvisiblebox p{
	color: #44281A;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.16px;
}
.pricewrap{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}
.oldprice{
	color: red;
	font-size: 24px;
	font-weight: 700;
	text-decoration: line-through;
}
.newprice{
	color: #4949E4;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.48px;
}
.quantitylist {
	margin: 12px 0;
}

.visblesmallouter .favimg img{max-height: 150px; object-fit: contain;}
.favvisiblebox .ratingsec img {
	width: 50px;
}

.visblesmallouter .favvisiblebox .ratingsec{margin-bottom: 8px;}
.visblesmallouter .favvisiblebox h3{font-size: 14px;}
.visblesmallouter .quantitylist ul li{font-size: 9px;}
.visblesmallouter .quantitylist ul{gap: 5px;}
.visblesmallouter .quantitylist{margin: 6px 0;}
.visblesmallouter .pricewrap{margin-top: 8px;}
.visblesmallouter .oldprice{font-size: 14px;}
.visblesmallouter .newprice{font-size: 14px;}
.favimg {
	padding-bottom: 10px;
}

.pluscart {
	width: 60px;
	height: 60px;
	display: flex;
	background: #F90;
	align-items: center;
	justify-content: center;
	color: #FFF;
	border-radius: 100%;
	font-size: 46px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.secondarybtn{
	max-width: 360px;
	width: 100%;
	border:2.5px solid #F90;
	border-radius: 100px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;
  background: #F90;
	font-size: 18px;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	font-weight: 800;
	margin: 0 auto;
}
.secondarybtn:hover{
	background: #F90;
	color: #fff;
}
.secondarybtn:hover img{
	filter: brightness(0) invert(1);
}

.visblesmallouter .favvisiblebox{margin-top: 20px;}
.visblesmallouter{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.visblesmallouter .ratingsec h6 a{font-size: 12px;}
.visblesmallouter.both-padding {
	padding: 0 8px;
}
.homefavoritewrap:after{
	content: "";
	position: absolute;
	height: 600px;
	background: #F9E8D4;
	width: 100%;
	left: 0;
	top: 0;
}
.homefavoritewrap .container{position: relative; z-index: 9;}
.goalbox {
	border-radius: 12px;
	border: 1px solid rgba(68, 40, 26, 0.25);
	background: #FFF;
	padding: 20px;
	width: 100%;
  align-self: stretch;
  align-items: center;
  display: flex;
}
.goalcontent h3{
	color: #44281A;
	font-size: 23px;
	font-family: 'Drone Ranger 01';
	text-transform: uppercase;
	margin: 8px 0;
}
.goalcontent p{
	color: #44281A;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.16px;
}
.goalouter {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;

}
.goalbox .btnwrap{margin-top: 15px; display: none;}


.goalcontent {
	padding-left: 15px;
}
.founderarea{background: #ffffff;}
.foundercontent p{
	color: #44281A;
	font-size: 14px;
	letter-spacing: -0.16px;
	line-height: 130%;
	margin-top: 10px;
}
.foundercontent .btnwrap{margin-top: 20px;}
.foundercontent .ratingsec{margin: 15px 0 0 0;}
.foundercontent{margin-top: 20px;}

.ourpartner{background: #C9C8AE;}

.partnercontent p{
	color: #44281A;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.22px;
	margin-top: 10px;
}
.partnercontent p strong{
	font-weight: 700;
}

.partnerlogo img{width: 140px;}
.partnercontent {margin-top: 20px;}
.partnerbox{
	text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 47%;
}
.partnerbox p{
	color: #44281A;
	font-size: 16px;
	font-weight: 700;
	font-family: "Lora", sans-serif;
	margin-top: 0px;
}
.partnerboxwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}
.partnerbox img{width: 55px;}

.homecollection{background: #F8F5ED;}

.homecollectimg img{
	width: 100%;
	display: block;
	border-radius: 12px;
border: 1px solid rgba(68, 40, 26, 0.10);
}
.collectlabel{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px 0;
}
.collectlabel label{
	padding: 4px 15px;
	border-radius: 36px;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: -0.28px;
}
.bluelabel{background: #3760bd;}
.redlabel{background: #BA5C36;}
.goldlabel{background: #DCB639;}
.purplelabel{background: #8E72B9;}
.orangelabel{background: #e15512;}
.greylabel{background: #504c4a;}
.greenlabel{background: green;}
.pinklabel{background: pink;}
.babyblue{ background:#61B4D5;}
.lightgrey{ background:#D3CDB6;}
.darkpink{ background:#D8BCDD;}



.homecollectcontent .ratingsec img{width: 70px;}
.homecollectcontent h3{
	color: #44281A;
	font-size: 24px;
	font-family: 'Drone Ranger 01';
}
.homecollectcontent p{
	color: #44281A;
	font-size: 16px;
	letter-spacing: -0.16px;
}
.homecollectimg{position: relative;}
.savebadge {
	border-radius: 0px 26px 26px 0px;
	background:#4949E4;
	padding: 10px 14px;
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.homecollectslider .item{padding: 0 15px;}

.homecollectslider .slick-next{right: 0;}
.homecollectslider .slick-prev{left: 0;}

.homecollectcontent .ratingsec{margin-bottom: 6px;}
.homecollectcontent .quantitylist{margin: 8px 0;}

.powercontent p{
	color: #44281A;
	font-size: 16px;
	letter-spacing: -0.22px;
	line-height: 120%; 
	margin-top: 15px;
}
.powercontent .bannerlist {
	margin: 15px 0;
}
.powercontent .singlecontent p{margin: 5px 0; font-size: 14px;}
.powercontent{
	padding-top: 20px;
}

.comparewrap{
	background: #F8F5ED;
}
.comparetable table{
	width: 100%;
  box-shadow: none;
  border: 0;
}
.comparetable tr th{
	color: #44281A;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.44px;
	text-align: center;
	padding: 10px;
  border: 0;
}
.comparetable tr td{
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid rgba(68, 40, 26, 0.20)!important;
  border: 0;
}

.comparetable tr td:first-child{text-align: left;}
.comparetable tr td p{
	font-size: 13px;
	color: #44281A;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.4px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.comparetable tr td:nth-child(2){
	background: #C4C4A9;
	border-bottom: 1px solid rgba(68, 40, 26, 0.25);
	border-left: 3px solid #44281A;
	border-right: 3px solid #44281A;
}
.comparetable tr th:nth-child(2){
	background: #C4C4A9;
	border-right: 3px solid #44281A;
	border-left: 3px solid #44281A;
	border-top: 3px solid #44281A;
  padding: 15px;
}
.comparetable tbody tr:last-child td:nth-child(2){
	border-bottom: 6px solid #44281A!important;
	padding-bottom: 40px;

}
.comparetable tbody tr:last-child td{border-bottom: 0!important;}
.comparetable tr td p img {
	width: 18px;
}
.comparetable tr td:nth-child(2) img {
	width: 20px;
}
.comparetable tr td:nth-child(3) img {
	width: 20px;
}

.comparewrap  .primarybtn{margin: 0 auto;}
.comparewrap .ratingsec{justify-content: center; margin: 15px 0 0 0;}

.comparecombobox{
	background: #fff;
	border-radius: 16px;
	padding: 25px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.combocontent h3{
	color: #44281A;
	font-size: 24px;
	font-family: 'Drone Ranger 01';
	margin: 0 0 10px 0;
}
.combocontent p{
	color: #44281A;
	font-size: 16px;
	letter-spacing: -0.16px;
	line-height: 130%;
}
.comparecombo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.combocontent {
	text-align: left;
	width: 76%;
	padding-left: 15px;
}
.testistaticbox{
	border-radius: 22px;
border: 1px solid rgba(139, 139, 139, 0.34);
background: #C9C8AE;
padding: 40px 24px;
}
.testistaticbox h2{
	color: #44281A;
	font-size: 28px;
	line-height: 120%; 
	font-family: 'Drone Ranger 01';
}
.testistaticbox h3{
	color: #44281A;
	font-size: 20px;
	font-weight: 700;
	margin-top: 120px;
	font-family: 'Lora', serif;
}
}

.testiauthor .singleauthor{
	width: 60px;
	height: 60px;
}
.testbox{
	border-radius: 20px;
border: 1px solid rgba(139, 139, 139, 0.34);
background: #F8F5ED;
padding: 40px 24px;
}
.testbox p{
	color: rgba(68, 40, 26, 0.80);
	font-size: 16px;
	line-height: 125%;
	margin-top: 10px;
}
.testiauthor {
	border-top: 1px solid rgba(68, 40, 26, 0.15);
	margin-top: 35px;
	padding-top: 25px;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}
.testiauthorname h4{
	color: rgba(68, 40, 26, 0.80);
	font-size: 16px;
	font-weight: 700;
}
.testiverify{
	color: rgba(68, 40, 26, 0.80);
	font-size: 14px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	gap:5px;
	margin-top: 8px;
}

.testiauthorname{margin-left: 15px; width: 73%;
  padding-left: 10px;}

.testimonialslider .item{padding: 0 8px;}
.testimonialsliderext .item{padding: 0 8px;}
.hometestimonial .both-padding{padding: 0 3px;}

.faqwrap{
	background: #F8F5ED;
}

.faqcon{max-width: 1027px; margin: 0 auto;}
.beniftcontent {
	max-width: 550px;
	margin-left: auto;
}
.beniftcontent p{
	color: #44281A;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.22px;
	margin-top: 10px;
}
.beniftcontent .bannertitle{line-height: 100%;}
.homebenifit {padding-top: 0;}
.benfitimg img{
	width: 100%;
	display: block;
}
.newsletter{background: #F8F5ED;}
.subscribeinout{
	border-radius: 100px!important;
border: 1px solid rgba(52, 52, 52, 0.50)!important;
background: #FFF!important;
height: 52px!important;
max-width: 100%!important;
width: 100%!important;
padding: 0 15px!important;
}
.subscribeinout:focus{outline: 0;}


.subcribefrom .primarybtn{max-width: 100%; cursor: pointer;	font-family: "Lora", monospace; margin-top: 15px;}

.newslettercontent p{
	color: rgba(68, 40, 26, 0.80);
	font-size: 16px;
	letter-spacing: -0.22px;
	line-height: 130%;
	margin-top: 10px;
}
.subcribefrom{margin-top: 15px;}
.subcribefrom p{
	font-size: 13px;
	color: rgba(68, 40, 26, 0.80);
	letter-spacing: -0.32px;
	text-align: center;
}
.newsletterimg{margin-top: 20px;}

.footerbox h3{
	color: #44281A;
	font-family: "Lora";
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-bottom: 20px;
}
.footerbox ul li a{
	color: #44281A;
	font-size: 16px;
	letter-spacing: -0.32px;
}
.footerbox ul li a:hover{color: #000;}
.footerbox ul li{margin-top: 15px;}

.footercontact a{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #44281A;
	font-size: 16px;
	letter-spacing: -0.32px;
	margin-top: 15px;
}
.footerlogo{margin-bottom: 40px;}
.socialwrap {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}
.footerbox {
	margin-top: 25px;
}
.footerfirstouter .footerbox {
	margin-top: 0;
}
.footercopy {
	background: #44281A;
	padding: 25px 0;
	text-align: center;
}
.footercopywrap p{
	color: #FFF;
	font-size: 14px;
	letter-spacing: -0.32px;
	margin-bottom: 10px;
}



.hormoal,.immunesys,.diegetion,.skincare,.endurance,.bundle{
  display: none;
}

.immunesyscol,.digest,.skincol,.endurancecol,.hormonalcol,.bundlecol{
  display: none;
}

.jdgm-prev-badge__text {
	color: #44281A;
	/* Desktop / default */
.jdgm-prev-badge__text{
  font-size: 14px; /* whatever you want on desktop */
}

/* Mobile override */
@media (max-width: 767px){
  .jdgm-prev-badge__text{
    font-size: 12px; /* smaller on mobile */
    line-height: 1.2; /* optional: keeps it tidy */
  }
}

}

.disclosure__button {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.disclosure__button:before {
	display: none;
}
.disclosure__button:after {
	display: none;
}
.header__icon .svg-wrapper {
	width: auto !important;
	height: auto !important;
}
.header__icon {
	width: auto !important;
	height: auto !important;
}
#HeaderCountryForm {
	margin: 0;
	padding: 0;
}
.disclosure {
	margin-left: 15px;
	margin-right: -22px;
}
.navbar-brand img {
	display: block;
}
details[open] .modal-overlay {
    display: none;
}
.disclosure__list-wrapper{
  bottom: inherit;
  top: 0px;
}
.cart-count-bubble {
	right: -7px !important;
	left: inherit;
}
.rte  p {
    color: #44281a;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 130%;
  margin-top: 15px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vidoe-section-thank{ max-width:800px; margin:0 auto;}
  .custom-thankyou-page p{
    color: #44281a;
  font-size: 16px;
  letter-spacing: -.16px;
  line-height: 130%;
    margin-top:15px;
  }
  .custom-thankyou-page .heading-text{color: #44281a;
  font-size: 16px;
  letter-spacing: -.16px;
  line-height: 130%; margin-top:15px;}
   .custom-thankyou-page .sub-heading-text{color: #44281a;
  font-size: 16px;
  letter-spacing: -.16px;
  line-height: 130%; margin-top:15px;}

  .custom-thankyou-page ul { padding-left:15px; margin-bottom:15px;}

  .custom-thankyou-page ul li{color: #44281a;
  font-size: 16px;
  letter-spacing: -.16px;
                              
  line-height: 130%; margin-top:15px; list-style-type:none}

.embed-container{ margin-top:25px;}
.klaviyo_condensed_styling, .klaviyo_styling {
    max-width: 100%!important;
}

.powerrightouter{
	order: 2;
  margin-top:20px;
}
.founderleftouter{
	order: 2;
}

.topotermob{ display:none;}


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

.collectionmain  .slick-prev{ left:-10px;}
 .collectionmain  .slick-next{ right:-10px;}  

   .homefavoritewrap .slick-prev{ left:-10px;}
   .homefavoritewrap .slick-next{ right:-10px;}

     .homecollection  .slick-prev{ left:-10px;}
   .homecollection  .slick-next{ right:-10px;}
}

.upslider, .fvrtcategorylist, .homecollectslider {
  display: none;
}
.upslider.slick-initialized, .fvrtcategorylist.slick-initialized, .homecollectslider.slick-initialized {
  display: block;
}

.price .prdsavebubble{
    margin: 0;
  width: 128px;
}

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

.navbar-nav li {
	
	border-top: 1px solid #000;
}

  .navbar-nav li:last-child {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
.navbar-nav li:last-child a{ padding-bottom:6px;}
}

.drawer .jdgm-prev-badge span{ display:block;}

.drawer .cart-remove-button{position: absolute; right:0;}

.testiauthor .singleauthor {
    display: block;
}
.testiauthor .singleauthor img{ object-fit:cover;}

.testiauthorname {
    margin-left: 0px;
}
.quantity{min-height:inherit !important;}
.cart-drawer .cart-item__error{display:none;}
.homebannerimgsl{
  display: none;
}
.homebannerimgsl.slick-initialized{
  display: block;
}
.collectionmain .bannersubtitle {
  font-size: 15px;
}
.homecollecouter,.favoritevisibleboxouter{
  display: none;
}
.homecollecouter.actv{
  display: block;
}
.favoritevisibleboxouter.actv{
  display: block;
}
/*.shopify-section:last-child .testiverify{
  display: none;
}*/




.testimonialslider .slick-prev {
	left: 5px;
	width: 24px;
	height: 24px;
}

.testimonialslider .slick-next {
	right: 5px;
	width: 24px;
	height: 24px;
}
.testimonialsliderext .slick-prev {
	left: 5px;
	width: 24px;
	height: 24px;
}

.testimonialsliderext .slick-next {
	right: 5px;
	width: 24px;
	height: 24px;
}
.testimonialslider .slick-arrow {
	top: 40%;
}


.cart-drawer .quantitylist ul{ display:none;}

.testimonialsliderext p{ text-transform:none;}

.blogmainouter, .poowermeat, .founderarea   { background:#F8F5ED;}


.testimonialsliderext .testiauthor{border-bottom: 1px solid rgba(68, 40, 26, 0.15);
  margin-bottom: 35px; padding-bottom: 25px; border-top:none; margin-top:0; padding-top:0;}

.testimonialsliderext h4{ margin-bottom:8px;}
.testimonialsliderext .testbox p{ margin-top:8px;}

 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}
.topouter p{
	font-size: 16px;
}

.top-outer{padding: 15px 0;}
.ratingsec h6{
	font-size: 16px;
}

.homebannerimg {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31%;
}

.bannerlist ul li{
	font-size: 18px;
}
.primarybtn{
	height: 58px;
	font-size: 20px;
}
.singleauthor{
	width: 90px;
	height: 90px;
}
.singlecontent p{
	font-size: 16px;
	margin: 10px 0;
}
.singlecontent {
	width: 84%;
	padding-left: 20px;
}
.homebancontent{
	max-width: 570px;
	padding-top: 0;
}

.banprdbox p{
	font-size: 24px;
}
.stepouter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.title-subheading{
	font-size: 24px;
}
.title-heading{
	font-size: 46px;
}
.title-heading span::after{
	width: 160px;
}
.stepcount{
	width: 40px;
height: 40px;
font-size: 22px;
margin: 20px auto;
}

.stepbox h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.stepbox p{
	font-size: 16px;
}
.simplestep .stepouter:nth-child(2) .stepbox {
	margin-top: 0;
}
.caticonouter p{
	font-size: 17px;
}
.caticonbox{
	width: 90px;
	height: 90px;
}
.visibleleftouter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.visiblerightouter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ratingsec img{width: 80px;}

.favlabelbadge label{
padding: 8px 15px;
font-size: 16px;
}
.favlabelbadge{
	gap: 15px;
}
.visiblerightouter .row .visblesmallouter:nth-child(3) .favvisiblebox{margin-top: 30px;}
.visiblerightouter .row .visblesmallouter:last-child .favvisiblebox{margin-top: 30px;}
.visblesmallouter .favvisiblebox{margin-top: 0;}
.goalbox {
	padding: 40px 20px;
	width: 48%;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
}
.goalbox:hover .btnwrap{display: block !important;}
.goalbox:hover {border: 3px solid #44281A;}
.goalcontent{padding: 0;}
.founderleftouter {
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.founderrightouter {
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.foundercontent p{
	font-size: 16px;
	margin-top: 20px;
}
.foundercontent{margin-top: 0;}

.partnerleftouter {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.partnerrightouter {
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.partnerlogo img{width: 236px;}
.partnercontent p{
	font-size: 22px;
	margin-top: 20px;
}
.partnercontent {margin-top: 0;}
.partnerbox img{width: 100px;}
.partnerbox p{
	font-size: 16px;
	margin-top: 10px;
}
.partnerbox{
	text-align: center;
	width: auto;
	display: block;
}
.powerrightouter{
	-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
	order: 2;
  margin-top:0;
}
.powerleftouter{
	-ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.powercontent p{
	font-size: 22px;
	margin-top: 20px;
}
.powercontent .bannerlist {
	margin: 30px 0;
}
.powercontent{
	padding-top: 0;
}
.powercontent .singlecontent p {
	margin: 9px 0;
	font-size: 16px;
}
.powercontent .singlecontent{width: 80%;}

.comparetable tr th:first-child{width: 36%;}
.comparetable tr th:last-child{width: 31%;}
.comparetable tr th:nth-child(2){
  width: 100%;
}
.comparetable tr td:nth-child(2){
	width: 100%;
}
.comparetable tr th{
	font-size: 22px;
}
.comparetable tr td{
	padding: 25px;
}
.comparetable tr td p{
	font-size: 16px;
}
.comparetable tr td p img {
	width: 36px;
}
.comparetable tr th:nth-child(2){
	border-right: 6px solid #44281A;
	border-left: 6px solid #44281A;
	border-top: 6px solid #44281A;
  padding: 30px 0;
  border-radius: 15px 15px 0 0;
  display: block;
}
.comparetable tr td:nth-child(2){
	border-left: 6px solid #44281A;
	border-right: 6px solid #44281A;
	display: block;
}
.comparetable tbody tr:last-child td:nth-child(2){border-radius: 0 0 15px 15px;}
.comparetable tr td:nth-child(2) img {
	width: 35px;
}
.comparetable tr td:nth-child(3) img {
	width: 35px;
}
.comparetable tr th:nth-child(2) img{width: 100px;}
.comparecombobox{
	width: 48%;
	display: block;
	padding: 50px 25px;
}
.combocontent h3{
	margin: 10px 0;
}
.combocontent{
	width: 100%;
	padding: 0;
	text-align: center;
}
.testileftouter{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.testirightouter{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.testistaticbox h3{margin-top: 100px;}
.acc-head h6 {
	font-size: 20px;
	width:94%;
}
.acc-content p {
	font-size: 16px;
	margin-top: 20px;
}
.homebenifit {
	background: url(https:../assets/benifitbg-cacbaf2b05.webp) no-repeat top left;
	background-size: contain;
}

.beniftcontent p{
	font-size: 22px;
}
.newsleftouter{
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.newsrightouter{
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.subcribefrom p{
	font-size: 16px;
}
.subcribefrom{margin-top: 30px;}
.newsletterimg{margin-top: 0;}
.footerfirstouter{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.footerouter{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footerbox {
	margin-top: 0;
}
.footerbox ul li a{font-size: 13px;}
.footercopywrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footercopywrap p{
	font-size: 16px;
	margin-bottom: 0;
}
.footercopy {
	background: #44281A;
	padding: 40px 0;
	text-align: center;
}
   .disclosure__list-wrapper{
  bottom: inherit;
  top: 70px;
}
   .contact-social{
     display: flex;
     gap: 20px;
  align-items: center;
     justify-content: space-between;
     margin-top: 20px;
   }
.contact-social .footercontact{
  display: flex;
  gap: 20px;
  align-items: center;
}
   .contact-social .footercontact a:last-child{
     margin-left: 100px;
   }
   .contact-social .footercontact a{
     margin: 0;
   }
   .contact-social .socialwrap {
     margin: 0;
   }


.topotermob{ display:block;}
   
}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}


/**=====start navigation====*/
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler {display: none;}
.navbar-toggler span {
	width: 100%;
	height: 3px;
	display: block;
	border-radius: 50px;
	margin-top: 4px;
}
.navlogin {order: 3; width: 270px;}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	background: #fff;
}
.navbar-nav li a{padding: 20px; color: #44281A;}
.dropdown-toggle img {
	filter:brightness(100%);
}
.collapse:not(.show) {display: block !important;}
.navbar-brand img {display:block;width:100%;}
.submenu{
	display: none; 
	background:#fff; 
	color: #000; 
	position: absolute;
    padding: 10px 0px;
    width: 230px;
	top: 50px;
	z-index: 999;
	border-radius: 5px;
}
.navbar-nav .submenu li {
	padding: 0;
	margin: 0;
}
.navbar-nav .submenu li a{color: #000 !important; font-size: 16px !important; padding: 8px 10px;}
.submenu li a:hover{background:#f8f5ed; color:#fff;}
.navbar-nav li:hover .submenu{display: block;}
.dropdown-toggle {
	top: 19px;
    right: 3px;
    margin: 0;
    padding: 0;
}
.navbar-brand{width: 246px;}
/**=====end navigation====*/
.homebannerimg{width: 43%;}
.homebanprdouter{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.banprdbox p {
    font-size: 20px;
}
.stepouter {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.stepbox{margin-top: 0;}
.favvisiblebox{
	padding: 21px;
}
.visblesmallouter .favvisiblebox h3{font-size: 20px;}
.visblesmallouter .quantitylist ul li{font-size: 13px;}
.visblesmallouter .oldprice{font-size: 22px;}
.visblesmallouter .newprice{font-size: 22px;}

.visibleleftouter .favvisiblebox{
	padding: 30px;
}
.goalbox {
	width: 32%;
}
.partnerbox p{
	font-size: 24px;
	margin-top: 10px;
}

.comparetable tr th:nth-child(2) img {
    width: 150px;
}
.comparecombobox{
	width: 23%;
}
.testileftouter{
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.testirightouter{
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.testistaticbox h3{margin-top: 85px;}

.subcribefrom form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.newslettercontent p{
	font-size: 22px;
	margin-top: 15px;
}
.subcribefrom .primarybtn{max-width: 195px; cursor: pointer;	font-family: "Lora", monospace; margin-top: 0;}
.subscribeinout{
height: 58px!important;
max-width: 380px!important;
}
  .contact-social .footercontact a:last-child{
     margin-left: 150px;
   }
  .collectionmain .bannersubtitle{ font-size:18px;}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.homebannerimg{width: 53%;}
.banprdbox p {
    font-size: 24px;
}
.visblesmallouter.both-padding {
	padding: 0 15px;
}
.goalbox {
	width: 19%;
}
.founderleftouter {
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.founderrightouter {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  order:2;
}
.powerrightouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	order: 2;
}
.powerleftouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.testistaticbox h3{margin-top: 100px;}
.acc-head h6 {
	width:96%;
}
.beniftcontent{padding-top: 80px;}
.footerbox ul li a{font-size: 16px;}
.visibleleftouter .favimg img{
/*  min-height: 336px;
  max-height: 336px;*/
  width:350px;
  object-fit: contain;
}
  .founderleftouter{
	order: 1;
}

.testimonialslider .slick-prev {
	left: -3px;
	
}

.testimonialslider .slick-next {
	right: -3px;
	
}
  .testimonialsliderext .slick-prev {
	left: -3px;
	
}

.testimonialsliderext .slick-next {
	right: -3px;
	
}

  
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.homebannerimg{width:50%;}
.comparetable tr td p{
	font-size: 20px;
}
.comparetable tr th:nth-child(2) img {
    width: 250px;
}
.testistaticbox h3{margin-top: 120px;}
.homecollectslider .slick-next {
	right: -25px;
}
.homecollectslider .slick-prev{
	left: -25px;
}
.homebenifit{background-size: cover;}
.newsleftouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.newsrightouter{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
  .disclosure {
	margin-left: 0;
	margin-right: -10px;
}
}

@media only screen and (min-width :1700px) {

  .homebannerimg {
    width: 800px;
  }
}

/*-------------- 22-1-2025 -------------- */

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

  .collectionmain .bannertitle{ font-size:20px;}
.upslidewrap{ padding:7px 0;}
.activenav .submenu{ margin-left:15px;}
  .collectionmain .bannersubtitle {
  font-size: 14px;
}
}
.title-subheading{
  font-family: var(--font-body-family) !important;
  font-weight: 700; /* or 400 if you prefer */
}
:root{
  --font-body-family: "Lora", Assistant, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  --font-heading-family: "Lora", Assistant, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}
/* Dawn: all theme buttons + primary links styled as buttons */
.button,
a.button {
  font-family: "Lora", sans-serif !important;
}

@media (max-width: 767px) {
  .homecollectcontent .jdgm-prev-badge__text {
    font-size: 10px;
    line-height: 1.2;
  }
}

.lb-cpb-progress-text {
  font-size: 14px !important;
}
.gw-float-widget {
  top: 60% !important;
}
.lb-card-title.lb-title-ld {
  font-family: 'Drone Ranger 01' !important;
  font-size: 14px !important;
  text-align: center !important;
  width: 100% !important;
}
