@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

.yellowBg {
	background-color: #443022;
	/* background-image: url(../images/new/1.png);
	background-repeat: repeat-x;
	background-position: bottom center; */
}

.yellowText {
	color: #443022;
}

.blackBg {
	background-color: #000;
}

.blackText {
	color: #000;
}

.whiteText {
	color: #fff !important;
}

.yellowTextt {
	color: #f9c91f;
}

p.white {
	color: #fff !important;
}

section {
	padding: 60px 0;
}

.mobile-menu-wrapper label,
.mobile-menu-container .social-icon {
	color: #fff;
}

.white {
	color: #fff;
}

.patternBgTop,
.patternBgTopReverse {
	background-image: url(../images/new/bg-top-element.png), url(../images/new/bg-bottom-element.png);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 700px;
	position: relative;
}

span.leff img {
	width: 100%;
}

span.leff {
	position: absolute;
	z-index: 1;
	bottom: 70px;
	left: -170px;
}

span.lef img {
	width: 95%;
}

span.lef {
	position: absolute;
	bottom: -10px;
	z-index: 1;
	left: -500px;
}

.patternBgTopp {
	background-image: url(../images/new/bg-top-element.png), url(../images/new/bg-bottom-element.png);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 500px;
	position: relative;
}

.patternBgTopReverse {
	background-image: url(../images/new/bg-top-right-element.png), url(../images/new/bg-bottom-left-element);
	background-position: top right, bottom left;
}

.product-journey-bg .centerImgText {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.centerImgText p {
	color: #fff;
}

.fintessBox {
	background-color: #000;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

/* .fintessBox img {
	-webkit-filter: invert(2) grayscale(100%);
	filter: invert(2) grayscale(100%);
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
} */

.commonImgTextBox .knowMore {
	bottom: 0px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	padding: 5px 0;
}

.knowMore:hover a {
	color: #000;
}

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
	color: #000;
	background: #F7BC2A;
}


.centerImgText {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.commonImgTextBox:hover .knowMore {
	bottom: 0
}

.commonImgTextBox:hover .knowMore {
	bottom: 0
}

.commonImgTextBox:hover .centerImgText {
	opacity: 1;
}

.commonImgTextBox:hover .centerImgText p {
	color: #000;
}

.fintessBox:hover img {
	-webkit-filter: none;
	filter: none;
}

.fintessBox:hover {
	background-color: #FFF2D1;
}

.bestSellerWrapper .owl-carousel .owl-stage-outer {
	padding: 20px 0;
}

.reconstructSection,
.loyaltyProgram,
.productJourneyBox,
.signupPatch,
.prductUserbg,
.keyFacts {
	background-image: url(../images/new/homepage/product-journey-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

img.sn {
	border: 8px solid #82bab3;
	border-radius: 100%;
	background: #fff;
}

.pb20 {
	font-size: 18px;
	font-weight: 800;
}

.productJourney .heading p {
	color: #fff;
}

.productJourneyBox {
	position: relative;
	padding: 200px 0 50px;
}

.productJourneyBox:nth-child(1) {
	background-image: url(../images/new/homepage/f2s/1.png);
}

.productJourneyBox:nth-child(2) {
	background-image: url(../images/new/homepage/f2s/2.png);
}

.productJourneyBox:nth-child(3) {
	background-image: url(../images/new/homepage/f2s/3.png);
}

.productJourneyBox:nth-child(4) {
	background-image: url(../images/new/homepage/f2s/4.png);
}

.productJourneyBox:nth-child(5) {
	background-image: url(../images/new/homepage/f2s/5.png);
}

.productJourneyBox:nth-child(6) {
	background-image: url(../images/new/homepage/f2s/6.png);
}

.productJourneyBox img {
	width: 130px;
	position: relative;
	z-index: 2;
}

.productJourneyBox h4 {
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 2;
	line-height: 1.2;
}

.productJourneyBox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.productJourneyBox+.productJourneyBox:after {
	content: '';
	position: absolute;
	top: auto;
	width: 50px;
	height: 73px;
	background-image: url(../images/new/homepage/journeyArrow.png);
	background-repeat: no-repeat;
	background-size: 50px;
	left: -10%;
	bottom: 19%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.reconstructSection {
	background-image: url(../images/new/homepage/reconstructBanner.png);
}

.reconstructContentHeading h3 {
	margin-bottom: 0;
	font-size: 4.5rem;
}

.reconstructContentHeading h2 {
	font-size: 7rem;
	margin: 0;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.reconstructContent p {
	margin-top: 5px;
	font-size: 1.8rem;
	color: #000;
}

.reconstructContent .knowMoreButton a,
.commonButton,
.commonButton-yellow {
	font-weight: 700;
	background-color: #333333;
	color: #fff;
	border: 1px solid #333333;
	padding: 6px 14px;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
	line-height: 1.2;
	border-radius: 100px;
}

.commonButton-yellow {
	background-color: #795548;
	border: 1px solid #795548;
	color: #ffffff;
}

.reconstructContent .knowMoreButton a:hover,
.commonButton:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333333;
}

.commonButton-yellow:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.categorySlider .knowMore {
	background-color: #333333;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.categorySlider .knowMore p {
	color: #fff;
}

.categorySlider .cat-slide:hover .knowMore {
	background-color: #F7BC2A;
	color: #000;
}

.authenticateAvatar .heading {
	width: 90%;
	top: 6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.loyaltyProgram {
	background-image: url(../images/new/homepage/LoyaltyProgramme_Banner_Desktop.jpg);
	padding: 20px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


.loyaltyProgram.authectiatePage {
	background-image: url(../images/new/homepage/loyaltybg-white.png);
}

.blackPatch {
	background-color: #333;
	padding: 5px 20px;
}

.blogCardContent h2 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 5px !important;
}

.blogCardContent p {
	line-height: 1.4;
}

.blogCardContent h2,
.blogCardContent p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blogCardContent .commonButton-yellow {
	padding: 0.3rem 1.6rem;
	font-size: 14px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.educateSection {
	background-image: url(../images/new/homepage/eductaeBg.png);
}

.educateSection .reconstructContentHeading h2 {
	font-size: 4rem;
}

.educateSection .reconstructContent p {
	color: #fff
}

.productJourney .heading {
	width: 90%;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.signupPatch {
	background-image: url(../images/new/homepage/signupPatchBg-new.jpg);

}

.signupPatch input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	color: #000;
	text-align: center;
	font-size: 18px;
}

.owl-carousel.owl-loaded {
	display: flex;
	justify-content: center;
}

.signupPatch input::-webkit-input-placeholder {
	color: #000 !important;
}

.signupPatch input:-ms-input-placeholder {
	color: #000 !important;
}

.signupPatch input::placeholder {
	color: #000 !important;
}

.productUsers {
	background-image: url(../images/new/about/prductUserbg.png);
	padding: 30px 0;
}

.aboutAvvatarBox p {
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.2;
}

.aboutParafFood.patternBgTop,
.goodnessAvvatar.patternBgTop {
	background-image: url(../images/new/bg-bottom-left-element.png), url(../images/new/bg-top-right-element.png);
	background-position: bottom left, top right;
	background-size: 300px;
}



.aboutParafFood.patternBgPageTop {
	background-image: url(../images/new/bg-top-right-element.png);
	background-position: top right;
	background-size: 300px;
	background-repeat: no-repeat;
}

/*
.patternBgTopRight {
	background-image: url(../images/new/bg-top-element.png), url(../images/new/bg-bottom-element.png);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 400px;
}
*/

.aboutFounderBox {
	padding: 50px 50px;
}

.aboutFounderBox .heading .line {
	width: 150px;
	display: inline-block;
	height: 2px;
	background-color: #F7BC2A;
}

.aboutContent h3 {
	margin-bottom: 10px;
	font-size: 21px;
}

.video-container {
	width: 100%;
	border-radius: 0;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0px 8px 20px rgba(black, 0.4);
	box-shadow: 0px 8px 20px rgba(black, 0.4);
	overflow: hidden;
}

video {
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.bannerVideoHome {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.videoContent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: auto;
	pointer-events: none;
	padding-left: 30px;
}

.videoContent h3 {
	font-size: 30px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.videoContent h2 {
	padding-bottom: 10px;
	position: relative;
	font-size: 70px;
	letter-spacing: 1px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #fff;
	text-transform: uppercase;
}

.videoContent h2:after {
	content: '';
	width: 100%;
	background-color: #F7BC2A;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 2px;
}

.videoContent p {
	color: #fff;
}

#circle-play-b {
	cursor: pointer;
	pointer-events: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

svg,
.svgIconImg img {
	width: 75px;
	height: 75px;
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.9;
}

.svgIcon:before {
	content: "";
	display: block;
	width: 140px;
	height: 2px;
	background-color: #fff;
}

.svgIcon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 15px;
}

.svgIconImg {
	position: relative;
	z-index: 9
}

.svgIconImg:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #F7BC2A;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.homeBannerSection .video-container {
	height: calc(100vh - 143px);
}

.homeBannerSection .videoContent h3 {
	font-size: 50px;
}

.homeBannerSection .videoContent h2 {
	font-size: 65px;
	font-weight: 700;
}

.homeBannerSection .videoContent p {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.homeBannerSection .videoContent {
	position: relative;
	padding: 0;
}

.homeBannerSection svg {
	fill: #F7BC2A
}

.brandPillarsBox .brandPillars .brandPillarsContent {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.brandPillarsContent p {
	font-size: 24px;
	line-height: 1.2;
}

.patternBrand {
	background-image: url(../images/new/bg-bottom-left-element.png);
	background-position: bottom left;
	background-size: 300px;
	background-repeat: no-repeat;
}

.keyFacts {
	background-image: url(../images/new/about/keyFactBg.png);
}

.keyFactsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.keyFactsBox h3 {
	background-image: url(../images/new/about/textLayer.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 34px;
	gap: 5px;
}

.keyFactsBox h3 span {
	font-size: 50px;
}

.keyFactsBox p {
	line-height: 1.2;
	font-size: 20px;
}

span.sr-only {
	display: none;
}

.mobile-menu-toggler {
	color: #000;
	margin-left: 0;
}

.policy-terms p {
	font-size: 16px;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	line-height: 21px;
}

.policy-terms ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
}

.policy-terms li {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.policy-terms li::marker {
	color: #F7BC2A !important;
}

.brandAdvantageBox {
	/* gap: 10px; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.brandAdvantage h3 {
	font-size: 18px;
	margin: 10px 0 0;
	line-height: 1.2;
	font-weight: 500;
}

.footer-payments .footer-copyright {
	text-align: right;
}

.faqBox:nth-child(n+2) {
	margin-top: 50px;
}

.accordion-button {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 15px;
}

.accordion-button:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-body {
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
}

.accordion-flush .accordion-collapse {
	border-top: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #795548;
}

.accordion-button:not(.collapsed)::after {
	-webkit-filter: invert(1) brightness(0);
	filter: invert(1) brightness(0);
}

.accordion-body {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fafafa;
}

.accordion-body p+p {
	margin-top: 10px;
}

.contactUsForm form {
	margin-top: 30px;
}

.contactUsForm input.form-control {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #333;
}

.contactUsForm textarea.form-control {
	border-color: #333;
}

h3.no-border {
	border-bottom: 0px !important;
}

.contactPatch {
	/* background: url('../images/new/textbg.png') no-repeat;
	background-size: 100% 100%;
	background-position: center center; */
}

section.contactPatch {
	padding-top: 0px;
}

.contactPatchBox h3 {
	border-bottom: 1px solid #333;
	font-weight: 700;
	font-size: 24px;
}

.contactPatchBox p {
	margin-bottom: 0;
	margin-top: 10px;
}

.addressBox {
	margin-top: 30px;
}

.addressBox p {
	font-size: 16px;
	line-height: 1.4;
}

.addressBox .addressContact p {
	line-height: 1.6;
}

.addressBox h3 {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
}

.addressContact {
	margin-top: 10px;
}

.owl-simple .owl-nav [class*='owl-'] {
	width: 25px;
	height: 25px;
	margin: 0;
	margin-top: auto;
	color: #000;
	font-size: 20px;
	background: #F7BC2A;
	border-radius: 0;
}

.owl-simple .owl-nav .owl-prev {
	left: 0;
}

.owl-simple .owl-nav .owl-next {
	right: 0;
}

.goodnessAvatarBox {
	padding: 10px 10px;
}

.goodnessAvatarBox h3 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.instaFeedBox:nth-child(n+5) {
	margin-top: 30px;
}

.otpInputBoxes input {
	width: 50px;
	height: 50px;
	border: 0;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	text-align: center;
}

.imgBoxWrapper h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.imgBoxWrapper p {
	font-size: 18px;
}

.input-group-text,
.authenticateProductForm select {
	font-size: 14px;
}

.table-cart .product-media>a {
	display: block;
	background-color: #fff;
	padding: 0;
}

.table-cart .product {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-right: 0;
	margin-bottom: 0;
}

.table-cart .product-media img {
	max-width: 100px;
	border: 1px solid #bcbcbc;
}

.table-cart th {
	font-weight: 700;
	color: #000;
}

.table-cart th.productImg {
	width: 115px;
}

.table-cart th.productName {
	width: 350px;
}

.table-cart th:last-child {
	width: 120px;
}

.table-cart .product-col .product-media {
	max-width: none;
	border: 1px solid #bcbcbc;
	margin: 10px 0;
	background-color: transparent;
}

.table-cart td {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #bcbcbc;
}

.e-pro-qty-block .input-number-increment,
.e-pro-qty-block .input-number {
	border-radius: 0;
}

.e-pro-qty-block .input-number-increment {
	padding: 6px 10px 6px;
	font-size: 20px;
	font-weight: 700;
	font-family: "Lexend", sans-serif;
}

input#cart_item_count6 {
	font-size: 20px;
	font-family: "Lexend", sans-serif;
}

.e-pro-qty-block .input-number {
	padding-left: 0;
}

.cartBlockGroup .btn-remove {
	height: auto;
	border-radius: 50%;
	width: auto;
	font-size: 10px;
	font-weight: 700;
	color: red;
	font-family: "Lexend", sans-serif;
}

.table .total-col {
	color: #000;
	font-weight: 700;
}

.table.table-summary .summary-total td {
	color: #000;
}

.summary .commonButton-yellow {
	display: block;
}

.cart-discount .btn {
	min-width: 40px;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.cart-discount h3 {
	font-size: 16px;
}

.cart-discount {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

.cart-discount .icon-arrow-left {
	padding: 5px;
	background-color: #f7bc2a;
	border-radius: 50%;
	margin-right: 5px;
}

.summary.summary-cart {
	margin-bottom: 3rem;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.summary .btn {
	font-size: 14px;
}

.cartBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
}

.cartBlock+.cartBlock {
	border-top: 1px solid #bcbcbc;
}

.cartBlock:nth-child(1) {
	border-top: 0;
}

.cartBlockOne {
	min-width: 115px;
}

.cartBlockGroup {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	color: #000;
}

.cartBlockTwo {
	width: 30%;
}

.cartBlockThree {
	width: 10%;
}

.cartBlockFour {
	width: 20%;
}

.cartBlockFive {
	width: 10%;
	font-size: 20px;
	font-family: "Lexend", sans-serif;
}

.cartBlockSix {
	font-size: 16px;
}

.cartBlockSix {
	width: 8%;
}

.cartBlockSev {
	width: 20%;
}

.table-cart {
	margin-bottom: 50px;
}

.checkoutSummary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

.checkoutSummary img {
	width: 85px;
	border: 1px solid #bcbcbc;
}

.checkoutSummary a {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.summary {
	border: 0;
	padding: 0;
	background-color: transparent;
}

.form-control {
	color: #000;
	font-weight: 400;
}

.labelWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.labelWrapper span.labelText {
	margin-right: 15px;
	font-weight: 700;
	color: #000;
	font-size: 18px;
}

.radioBoxes .radio {
	margin-bottom: 10px;
}

.radioBoxes .radio+.radio {
	margin-left: 10px;
}

.product-details-quantity .input-group>.form-control {
	width: 75px;
	min-width: 60px;
	border: 1px solid #000;
}

.cat-ovarlay {
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: none;
}

.cat-ovarlay span {
	position: relative;
	z-index: 2;
	font-size: 14px;
}

.cat-slide:hover .cat-ovarlay {
	display: block;
}

.mediaTabs li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mediaTabs .nav.nav-tabs li .nav-link {
	width: 100%;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	border: 0;
}

.nav.nav-tabs .nav-item .nav-link.active {
	color: #000;
	font-weight: 700;
	border: 0;
	border-bottom: 3px solid #000000;
}

.mediaTabs .tab-pane {
	padding-left: 0;
	padding-right: 0;
}

.blogCardDetail .blogCardContent h2,
.blogCardDetail .blogCardContent p {
	display: block !important;
}

.blogCardDetail .blogCardContent h2 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 10px !important;
}

.blogCardDetail .blogCardContent p {
	font-size: 16px;
	color: #3f3f3f;
	font-weight: 400;
}

.blogCardDetail img {
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.blogAuthor img {
	height: auto;
}

.blogCardDetail .blogCardContent {
	max-height: none;
	height: auto;
}

.blogAuthor {
	padding: 10px 10px;
	background-color: #f4f5f8;
}

.blogAuthor h5 {
	margin-bottom: 5px;
	font-weight: 700;
}

.blogAuthor p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blogAuthor img {
	width: 100px;
	height: 100px;
}

.blogAuthor h6 {
	margin-bottom: 5px;
}

.pagination li:nth-child(1) span,
.pagination li:last-child a {
	font-size: 30px;
}

.blogHeaderImgBox {
	position: relative;
}

.blogHeaderImgBox h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	pointer-events: none;
	font-size: 1.4em !important;
	font-weight: 600;
}

.blogCardContent p {
	margin-bottom: 10px;
}

.date {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.popularBlogsWrapper .blogCard+.blogCard {
	margin-top: 30px;
}

.chooseFlavourWrapper,
.checkDelivery {
	margin-bottom: 20px;
}

.chooseFlavourBtns .btn {
	border: 1px solid #795548;
	color: #000;
	outline: none;
	background-color: #fff;
	border-radius: 2px;
	padding: 6px 8px;
	min-width: 23%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
}

.chooseFlavourBtns .btn.oos,
.chooseFlavourBtns .btn.oos.active {
	opacity: 0.6;
	border-style: dotted;
	background-color: #fff;
	border: 1px solid #000;
}

.chooseFlavourBtns .btn.active {
	background-color: #795548;
	border-color: #795548;
	color: #ffffff;

}

img.snimg {
	width: 200px;
}

.product-details-tab {
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 10px;
}

.chooseSizeBtnsKg .btn {
	border: 1px solid #000;
	color: #000;
	outline: none;
	background-color: #fff;
	border-radius: 2px;
	padding: 6px 8px;
	min-width: 23%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 17px;
}

.chooseSizeBtnsKg .btn.oos,
.chooseSizeBtnsKg .btn.oos.active {
	opacity: 0.6;
	border-style: dotted;
	background-color: #fff;
	border: 1px solid #000;
}

.chooseSizeBtnsKg .btn.active {
	background-color: #795548;
	border-color: #795548;
	color: #fff;
}

.chooseSizeBtnsLb .btn {
	border: 1px solid #000;
	color: #000;
	outline: none;
	background-color: #fff;
	border-radius: 2px;
	padding: 6px 8px;
	min-width: 23%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
}

.chooseSizeBtnsLb .btn.oos,
.chooseSizeBtnsLb .btn.oos.active {
	opacity: 0.6;
	border-style: dotted;
	background-color: #fff;
	border: 1px solid #000;
}

.chooseSizeBtnsLb .btn.active {
	background-color: #f7bc2a;
	border-color: #f7bc2a;
}

.weight-conversion-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.weight-conversion-btns .weight-conversion-btns_btn {
	width: 50px;
	height: 27px;
	border: 1px solid #795548;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: dinbold;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0;
	color: #795548;
	cursor: pointer;
}

.weight-conversion-btns .weight-conversion-btns_btn:nth-child(2) {
	border-left: 0;
}

.weight-conversion-btns .weight-conversion-btns_btn.active {
	background-color: #795648;
	color: #ffffff;
}

.productDescription h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.productDescription p {
	margin-bottom: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
}

.productProteinLevel {
	gap: 20px;
}

.proteinLevelBox {
	min-width: 18%;
	width: 20%;
}

.proteinLevelBox h3 {
	margin-bottom: 10px;
	font-size: 46px;
	font-weight: 700;
}

.proteinLevelBox h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #f3b92a;
	padding-bottom: 5px;
}

.proteinLevelBox p {
	line-height: 1.2;
}

.productFaq h3 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}

.productFaq h3:nth-child(n+2) {
	margin-top: 30px;
}

.productFaq p,
.productFaq p span {
	line-height: 1.4;
	font-size: 14px;
}

.product-price-box {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
}

.product-price-box:nth-child(1) {
	margin-right: 15px;
	padding-right: 15px;
	/* border-right: 1px solid #000; */
}

.star-rating {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	gap: 5px;
}

.star-rating input {
	display: none;
}

.star-rating label {
	color: #ccc;
	cursor: pointer;
	line-height: 1.2;
	margin: 0;
	font-size: 24px;
}

.star-rating :checked~label {
	color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
	color: #fc0;
}

.basedOnReviews {
	margin-left: 5px;
}

.checkDelivery .form-control {
	padding: .85rem 1rem;
	color: #000;
	border: 1px solid #d3cdcd;
}

.checkDelivery .btn {
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	line-height: 1;
	color: #000;
	border: 1px solid #f7bc2a;
	padding: 1.2rem 2.5rem;
	background-color: #f7bc2a;
	min-width: inherit;
	font-weight: 700;
}

.productReviewContentBox {
	background: #F5F7F6;
	color: #333;
	display: inline-block;
	font-size: 14px;
	/* line-height: 4em; */
	/* margin-bottom: 1em; */
	padding: 15px;
	position: relative;
	text-align: left;
	vertical-align: top;
	min-width: 7em;
	gap: 20px;
	width: 100%;
	justify-content: space-between;
}

.productReviewContentBox:after {
	border: 1em solid transparent;
	border-right-color: #F5F7F6;
	content: '';
	margin-left: -1em;
	position: absolute;
	top: 50%;
	left: -13px;
	width: 0;
	height: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.productReviewBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-top: 30px;
}

.productReviewUserImg img {
	min-width: 100px;
}

.productReviewUserImg {
	min-width: 100px;
}

.productReviewUser h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.productReviewUser p {
	line-height: 1.2;
}

.productReviewContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.whyAvvatarBox {
	background-color: #FFF2D0;
	border: 2px solid #F7BC2A;
	padding: 170px 0px 15px;
	margin-top: -145px;
}

.whyAvvatarBoxImg img {
	width: 200px;
}

.whyAvvatarBoxHeading {
	background-color: #F7BC2A;
	padding: 10px 5px;
}

.whyAvvatarBoxHeading h3 {
	font-weight: 700;
	font-size: 24px;
}

.whyAvvatarBoxContent ul {
	list-style-type: disc;
	margin: 15px 0 0 15px;
	padding: 0 15px;
}

.whyAvvatarBoxContent ul li {
	color: #000;
}

.whyAvvatarBoxContent ul li::marker {
	color: #F7BC2A;
}

.whyAvvatarBoxContent ul li+li {
	margin-top: 10px;
}

.makingAvvatar .col-md-5:nth-child(2),
.makingAvvatar .col-md-5:nth-child(4),
.makingAvvatar .col-md-5:nth-child(6) {
	margin-top: 200px;
}

.makingAvvatar .col-md-5:nth-child(3),
.makingAvvatar .col-md-5:nth-child(5) {
	margin-top: -65px;
}

.header-center .dropdown-item:focus,
.header-center .dropdown-item:hover {
	color: #fff;
	background-color: #333;
}

.orderCompleteThankYou img {
	width: 200px;
	max-width: 200px;
	margin-bottom: 30px;
}

.orderDataBox {
	padding: 15px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .099) !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .099) !important;
}

.orderDataBox+.orderDataBox {
	margin-top: 30px;
}

.orderDetail {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding: 0 15px;
}

.ordersDataWrapper:nth-child(n+3) {
	margin-top: 30px;
}

.downloadInvoice a {
	font-size: 14px;
	text-transform: capitalize;
}

.orderImg {
	min-width: 100px;
	max-width: 100px;
}

.orderVariant {
	line-height: 1.2;
}

.orderVariant+.orderVariant {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #000;
}

.orderVariant p {
	line-height: 1.2;
}

.orderVariant .badge {
	padding: 4px 10px;
	font-size: 14px;
	background-color: #388E3C !important;
}

.orderName h5 {
	font-size: 15px;
}

.orderPrice h5 {
	font-size: 24px
}

.orderPrice h5 .mrp {
	font-size: 18px;
}

.card.addressCardsWrapper {
	border: 0;
}

.addressCardsWrapper .col-md-6:nth-child(n + 3) {
	margin-top: 30px;
}

.addressBlock {
	min-height: 107px;
}

.addressCardBox {
	padding: 15px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .099) !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .099) !important;
}

.addressAction .dropdown-toggle::after {
	display: none;
}

.addressType {
	font-size: 16px;
	font-weight: 500;
}

.addressAction .dropdown-menu {
	padding: 0;
	right: 0 !important;
	left: auto !important;
}

.addressAction .btn-link {
	width: 100%;
	text-align: left;
	padding: 6px 15px;
}

.addressContact p {
	line-height: 1.2;
}

.addressContact .icon {
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7bc2a;
	color: #000;
	margin-right: 4px;
	border-radius: 50%;
}


.total-like-user-main a {
	display: inline-block;
	margin: 0 -17px 0 0;
}

.total-like {
	border: 1px solid;
	border-radius: 50px;
	display: inline-block;
	font-weight: 500;
	height: 34px;
	line-height: 33px;
	padding: 0 13px;
	vertical-align: top;
}

.restaurant-detailed-ratings-and-reviews hr {
	margin: 0 -24px;
}

.graph-star-rating-header .star-rating {
	font-size: 17px;
}

.progress {
	background: #f2f4f8 none repeat scroll 0 0;
	border-radius: 0;
	height: 30px;
}

.rating-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 15px;
	width: 100%;
}

.rating-list-left {
	height: 16px;
	line-height: 29px;
	width: 10%;
}

.rating-list-center {
	width: 80%;
}

.rating-list-right {
	line-height: 29px;
	text-align: right;
	width: 10%;
}

.restaurant-slider-pics {
	bottom: 0;
	font-size: 12px;
	left: 0;
	z-index: 999;
	padding: 0 10px;
}

.restaurant-slider-view-all {
	bottom: 15px;
	right: 15px;
	z-index: 999;
}

.offer-dedicated-nav .nav-link.active,
.offer-dedicated-nav .nav-link:hover,
.offer-dedicated-nav .nav-link:focus {
	border-color: #3868fb;
	color: #3868fb;
}

.offer-dedicated-nav .nav-link {
	border-bottom: 2px solid #fff;
	color: #000000;
	padding: 16px 0;
	font-weight: 600;
}

.offer-dedicated-nav .nav-item {
	margin: 0 37px 0 0;
}

.restaurant-detailed-action-btn {
	margin-top: 12px;
}

.restaurant-detailed-header-right .btn-success {
	border-radius: 3px;
	height: 45px;
	margin: -18px 0 18px;
	min-width: 130px;
	padding: 7px;
}

.text-black {
	color: #000000;
}

.icon-overlap {
	bottom: -23px;
	font-size: 74px;
	opacity: 0.23;
	position: absolute;
	right: -32px;
}

.menu-list img {
	width: 41px;
	height: 41px;
	-o-object-fit: cover;
	object-fit: cover;
}

.restaurant-detailed-header-left img {
	width: 88px;
	height: 88px;
	border-radius: 3px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.reviews-members .media img {
	width: 56px;
	height: 56px;
	-o-object-fit: cover;
	object-fit: cover;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.total-like-user {
	border: 2px solid #fff;
	height: 34px;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	width: 34px;
}

/*** review css ***/

.total-like-user-main a {
	display: inline-block;
	margin: 0 -17px 0 0;
}

.total-like {
	border: 1px solid;
	border-radius: 50px;
	display: inline-block;
	font-weight: 500;
	height: 34px;
	line-height: 33px;
	padding: 0 13px;
	vertical-align: top;
}

.restaurant-detailed-ratings-and-reviews hr {
	margin: 0 -24px;
}

.graph-star-rating-header .star-rating {
	font-size: 17px;
}

.progress {
	background: #f2f4f8 none repeat scroll 0 0;
	border-radius: 0;
	height: 30px;
}

.rating-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 15px;
	width: 100%;
}

.rating-list-left {
	height: 16px;
	line-height: 29px;
	width: 10%;
}

.rating-list-center {
	width: 80%;
}

.rating-list-right {
	line-height: 29px;
	text-align: right;
	width: 10%;
}

.restaurant-slider-pics {
	bottom: 0;
	font-size: 12px;
	left: 0;
	z-index: 999;
	padding: 0 10px;
}

.restaurant-slider-view-all {
	bottom: 15px;
	right: 15px;
	z-index: 999;
}

.progress {
	background: #f2f4f8 none repeat scroll 0 0;
	border-radius: 0;
	height: 30px;
}

.reviews-members .media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.star-rating .bxs-star {
	color: #000;
}

.star-rating .bxs-star.active {
	color: #f7bc2a;
}

.reviews-members-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.reviews-members-heade .star-rating {
	line-height: 1;
}

.shadow-sm.rating-review-select-page {
	-webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, .075) !important;
	box-shadow: 0 1px 14px rgba(0, 0, 0, .075) !important;
}

.menu-footer p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.menu-footer a {
	display: inline-block;
	/* font-weight: 700; */
	padding: 3px 0;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.menu-footer a:hover,
.menu-footer a:focus {
	font-weight: 700;
}

.menu-footer .time {
	font-size: 14px;
}

.tryYourself {
	background-image: url(../images/new/about/tryYourselfBg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.tabsSlider .box {
	padding: 10px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #f7bc2a;
	color: #000;
	font-weight: 500;
}

.tabsSlider .slick-current.slick-active .box {
	background-color: #f7bc2a;
}

.tabsSlider .slick-slide {
	margin: 0 15px;
}

/* the parent */
.tabsSlider .slick-list {
	margin: 0 -15px;
}

.tabsImgSlider {
	margin-top: 30px;
}

.tabsSliderWrapper ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.tabsSliderWrapper ul .arrows {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background-color: #000;
	color: #fff;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	z-index: 3;
}

.next-slick-arrow {
	right: 0;
}

.aboutAvaatarWrapper {
	overflow-x: hidden;
}

.hundreadPercentTicker {
	position: relative;
	z-index: 2;
}


.marquee {
	display: flex;
	color: #fff;
}

.aboutAvaatarWrapper {
	padding: 45px 0;
}

.aboutAvvatarBox img {
	width: 120px;
}

.hundreadPercentSliderWrapper {
	transform: scale(1.18);
}

.form-check label {
	color: #000;
	font-weight: 400;
}

.form-check-input {
	border: 1px solid rgba(0, 0, 0, .9);
}

.factoryParagFoods.authVideo .videoContent h3 {
	font-size: 22px;
}

.factoryParagFoods.authVideo .videoContent h2 {
	font-size: 40px;
}

/** custom radio  **/
.custom-radio input {
	display: none;
}

.radio-btn {
	/* margin: 10px; */
	/* width: 220px;*/
	/* height: 240px;  */
	border: 3px solid transparent;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 0 20px #c3c3c367;
	cursor: pointer;
}

.radio-btn>i {
	color: #fff;
	background-color: #286300;
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%) scale(2);
	border-radius: 50px;
	padding: 3px;
	transition: 0.5s;
	pointer-events: none;
	opacity: 0;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.radio-btn .hobbies-icon {
	/* width: 150px; */
	/* height: 150px; */
	/* position: absolute; */
	/* top: 40%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
}

.radio-btn .hobbies-icon img {
	display: block;
	width: 100%;
	/* margin-bottom:20px; */

}

.radio-btn .hobbies-icon i {
	color: #FFDAE9;
	line-height: 80px;
	font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-radio input:checked+.radio-btn {
	border: 2px solid #286300;
}

.custom-radio input:checked+.radio-btn>i {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

/** custom radio  **/

.btn-wishlist {
	display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.loginUserBox {
	padding: 12px 16px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .25);
	border-radius: 4px;
}

.loginUserLeft {
	flex: 3;
	font-size: 14px;
	color: #111112;
	line-height: 20px;
	margin-right: 5px;
	font-weight: 400;
}

.loginUserLeftTop .name {
	font-weight: 500;
}

.residence {
	background-color: #f0f2f5;
	margin: 0 0 0 12px;
	color: #717478;
	font-size: 10px;
	text-align: center;
	padding: 4px 8px;
	border-radius: 2px;
}

.loginUserLeftBottom p {
	color: #717478;
	line-height: 20px;
	width: 386px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 4px 0;
}

.change {
	border: 1px solid #F7BC2A;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 16px;
	color: #F7BC2A;
	cursor: pointer;
	font-weight: 500;
}

#selectAddress .modal-dialog {
	max-width: 400px;
}

#selectAddress .modal-header {
	padding-left: 30px;
	padding-right: 30px;
}

#selectAddress .modal-body {
	padding: 30px 30px;
}

#selectAddress .form-check-input {
	min-width: 14px
}

#selectAddress .form-check {
	display: flex;
	align-items: baseline;
}

#selectAddress .loginUserLeftBottom p {
	width: 300px;
}

#selectAddress .close {
	background-color: transparent;
	outline: none;
	box-shadow: none;
	border: 0;
}

.whyAvvatarBoxWrapper {
	z-index: 2;
	overflow: visible;
	position: relative;
}

.arrowOne {
	bottom: 0;
	right: 0;
	transform: translateX(82%);
	z-index: -1;
}

.arrowTwo {
	/* bottom: -135%; */
	left: 0;
	transform: translate(-70%, -86%);
	z-index: -1;
}

.arrowThree {
	bottom: -20%;
	right: 0;
	transform: translateX(75%);
	z-index: -1;
}

.arrowFour {
	bottom: -70%;
	left: 0;
	transform: translate(-70%, -57%);
	z-index: -1;
}

.arrowFive {
	bottom: -11%;
	right: 0;
	transform: translateX(55%);
	z-index: -1;
}

.pagination {
	display: flex;
	justify-content: center;
}

.youMaylike {
	padding: 100px 0;
}

#reviewSection {
	max-height: 500px;
	overflow-y: scroll;
}

#reviewSection::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#reviewSection::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

#reviewSection::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.request-otp {
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	line-height: 1;
	color: #000;
	border: 1px solid #f7bc2a;
	padding: 1rem 1.5rem;
	background-color: #f7bc2a;
	margin: 0 auto;
}

.request-otp:hover {
	border: 1px solid #000;
	color: #000;
}

.modal-body .close {
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	background-color: #f7bc2a;
	border: 1px solid #f7bc2a;
}

.stockLabel small {
	padding: 10px;
	background-color: #f7bc2a;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
}

.ordersDataWrapperOuterHeading h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.ordersDataWrapperOuterHeading .orderid {
	font-size: 18px;
}

.ordersDataWrapperOuter {
	padding: 15px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .099) !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .099) !important;
}

.ordersDataWrapperOuter:nth-child(n+2) {
	margin-top: 15px;
}

@media(min-width:1200px) {
	.faqBox .title {
		font-size: 3rem;
	}
}

#signin-modal .modal-body {
	margin: 0 10px;
}

#signin-modal .btn-close {
	top: 15px;
	right: 15px;
	z-index: 3;
}

.mobileAndOtp {
	padding: 30px 20px;
}

.mobileAndOtp h2 {
	font-size: 24px;
}

.selct-add-section {
	float: none;
	border-bottom: none;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 24px;
	background: #fff;
	-webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .2));
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .2));
}

.addType,
.usrdetail {
	font-weight: 700;
	color: #000;
}

.adress_select {
	display: flex;
	grid-gap: 10px;
	gap: 10px;
	margin: 10px 0;
}

.selct-add-section {
	cursor: pointer;
}

.selct-add-section .deliver {
	display: flex;
	grid-gap: 6px;
	gap: 6px;
	border: 1px solid;
	border-radius: 3px;
	padding: 5px 12px;
}

.selct-add-section.active .deliver {
	display: flex;
	grid-gap: 6px;
	gap: 6px;
	background-color: #000;
	color: #fff;
	border: 1px solid;
	border-radius: 3px;
	padding: 5px 12px;
}

.selct-add-section.active .deliver img:nth-child(2) {
	display: block;
}

.selct-add-section.active .deliver img:nth-child(1) {
	display: none;
}

.selct-add-section .deliver img:nth-child(2) {
	display: none;
}

#editAddressModal .modal-body {
	padding: 15px 10px;
}

#editAddressModal label {
	color: #000;
	font-size: 14px;
}

#editAddressModal input.form-control {
	height: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
	padding: 5px 10px;
}

#editAddressModal .form-check-label {
	margin: 0;
}

#deleteModal .modal-body {
	padding: 50px 50px;
	text-align: center;
}

#deleteModal .btn-close {
	top: 15px;
	right: 15px;
	z-index: 2;
}

#deleteModal .groupBtns .commonButton {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}

#deleteModal img {
	width: 100px;
}

#deleteModal h3 {
	font-size: 24px;
	font-weight: 500;
}

.edit_packeg button {
	background-color: #f2f3f5;
	border: 0;
	color: #000;
	width: 90px;
	text-align: center;
	font-weight: 500;
}

form .otp {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #000;
}

label {
	font-weight: 400;
	color: #000;
}

.chekoutDetails {
	padding: 21px 30px;
	border-radius: 8px;
	background-color: rgba(229, 232, 236, .5);
}

.summary .place-order {
	height: 50px;
	font-size: 16px;
}

.summary .place-order:hover {
	background-color: transparent !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.addAdress {
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
}

.homeBannerSlider {
	position: relative;
}

.homeBannerSlider .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	justify-content: space-between;
}

.homeBannerSlider .owl-nav .owl-prev,
.homeBannerSlider .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	color: #f7bc2a;
	justify-content: center;
	align-items: center;
	background-color: transparent;

}

.coinText p {
	line-height: 1.2;
	font-weight: 700;
}

.logo img {
	width: 180px;
}

.knowMoreOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	opacity: 0;
}

.productJourney:hover .knowMoreOverlay {
	pointer-events: all;
	opacity: 1;
}

.bePart {
	background-image: url(../images/new/homepage/AvvatarTribe_Banner_Desktop-new.jpg);
}

.reviews-star-rating {
	border: solid 1px #ccc;
	display: inline-flex;
	flex-direction: row-reverse;
	font-size: 1.5em;
	justify-content: space-around;
	padding: 0 .2em;
	text-align: center;
	width: auto;
	border: 0;
	gap: 0 15px;
}

.reviews-star-rating input {
	display: none;
}

.reviews-star-rating label {
	color: #ccc;
	cursor: pointer;
	font-size: 30px;
	margin: 0;
	line-height: 1.2;
}

.reviews-star-rating :checked~label {
	color: #F7BC2A;
}

.reviews-star-rating label:hover,
.reviews-star-rating label:hover~label {
	color: #F7BC2A;
}

.mobileAndOtp #number {
	text-align: center;
	font-weight: 500;
}

.blogCardOuter+.blogCardOuter {
	margin-bottom: 30px;
}

.groupLogos img {
	width: 70%;
}

.owl-simple .owl-nav .disabled {
	opacity: 1;
}

.imgBlock {
	display: none;
}

.details-action-wrapper.outofStock .btn-product,
.details-action-wrapper.outofStock .btn-product:hover {
	background-color: transparent;
	cursor: default;
}

.btn-cart.outofstock {
	background-color: transparent;
	color: #333;
}

.btn-cart.outofstock:hover {
	cursor: default;
}

.widget-message {
	margin-top: 30px;
}

.widget-div br {
	display: none;
}

.widget-div p br {
	display: block;
}

.error-msg {
	display: block;
	margin-top: 5px;
}

.orderStatusReview {
	display: flex;
	flex-direction: column;
	text-align: right;
	justify-content: flex-end;
}

.avtarCoinLabel {
	color: #000;
	font-weight: 500;
	background: #f7bc2a;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 4px;
}

input.snn {
	width: 70%;
}

button.edt {
	background: #f7bc2a;
	color: #000;
	border: 1px solid #f7bc2a;
	font-weight: 600;
}


/* css for delivery trackig of all order  */

.hh-grayBox {
	/* background-color: #F8F8F8; */
	/* margin-bottom: 20px; */
	padding: 15px;
	/* margin-top: 20px; */
}

.order-tracking {
	text-align: center;
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.order-tracking .is-complete {
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: #f7be16;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}

.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.order-tracking.completed .is-complete {
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}

.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}

.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}

.order-tracking p span {
	font-size: 14px;
}

.order-tracking.completed p {
	color: #000;
}

.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #f7be16;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}

.order-tracking:first-child:before {
	display: none;
}

.order-tracking.completed:before {
	background-color: #27aa80;
}

.aboutAvvatarBox img {
	width: 100%;
	border-radius: 100px;
}

section.aboutNirmalya p {
	font-size: 18px;
}

.snp {
	font-size: 20px;
	float: left;
	width: 100%;
	color: #795548;
}