body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
span {
	margin: 0;
	padding: 0;
}

a:focus,
input:focus-visible,
input:focus {
	outline: 0 auto -webkit-focus-ring-color;
}

a {
	text-decoration: none !important;
	transition: all 0.5s ease-in-out;
}

a:hover {
	text-decoration: none !important;
	transition: all 0.5s ease-in-out;
}

ul li {
	list-style: none;
}

.font-10 {
	font-size: 10px;
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}

.font-27 {
	font-size: 27px;
}

.font-30 {
	font-size: 30px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.font-54 {
	font-size: 54px;
}

.font-60 {
	font-size: 60px;
}

.fw-500 {
	font-weight: 500;
}

.open-sans-font {
	font-family: 'Open Sans', sans-serif;
}

.philosopher-font {
	font-family: 'Philosopher', sans-serif;
}

.bg-dark-black {
	background-color: #012404;
}

.bg-yellow {
	background-color: #FFB21D;
}

.text-green {
	color: #012404;
}

.text-yellow {
	color: #FFB21D;
}

.border-redius-20 {
	border-radius: 20px;
}

.align-center-div {
	display: grid;
	align-items: center;
}

.btn-add-to-cart {
	cursor: pointer;
}

.count-circle {
    position: absolute;
    margin-top: -0.9em;
    margin-left: -1.2em;
	width: 21px;
	height: 23px;
	text-align: center;
}

.nav-custom a {
	border-bottom: 3px solid #ffb41d0a;
}

.nav-custom a:hover,
.nav-custom a.active {
	border-bottom: 3px solid #FFB21D;
	color: #FFB21D;
}

.w-37 {

	width: 37%;
}

.custom-caption {
	top: 2.7em;

	left: 10%;

	width: 55%;
}

.custom-caption h5 {
	width: 82%;
}

/* guid-section */
.guid-section {
	background-blend-mode: screen;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../image/guid-bg.png);
}

.ps-lg-6 {
	padding-left: 6rem;
}

.line-left {
	border-top: 2px solid #FFB21D;
	margin-top: 10px;
}

/* .yellow-line::after {
	margin-left: -6em;
    display: block;
    content: '';
    width: 3%;
    position: absolute;
    border-bottom: 2px solid #FFB21D;
    left: 50%;
    margin-top: -0.7em;
    transform: translateX(-50%);
} */
.yellow-flower1::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/flowe-ico.png);
	background-size: cover;
	width: 80px;
	height: 80px;
	margin-left: 1.5em;
	transform: translate(-50%, -50%);
}

.yellow-flower2::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/flowe-ico.png);
	background-size: cover;
	width: 95px;
	height: 95px;
	margin-left: 6.5em;
	margin-top: 1.5em;
	transform: translate(-50%, -50%);
}

.yellow-flower3::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/flowe-ico.png);
	background-size: cover;
	width: 80px;
	height: 80px;
	margin-left: 3.5em;
	transform: translate(-50%, -50%);
	margin-top: -0.5em;
}

.yellow-flower4::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/flowe-ico.png);
	background-size: cover;
	width: 80px;
	height: 80px;
	margin-left: 0.5em;
	transform: translate(-50%, -50%);
	margin-top: -0.5em;
}

.yellow-flower5::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/flowe-ico.png);
	background-size: cover;
	width: 90px;
	height: 90px;
	margin-left: 4em;
	transform: translate(-50%, -50%);
	margin-top: -0.5em;
}

/* testimonial */
.owlCarousel1 .owl-next span {
	color: #012404;
	position: absolute;
	right: -8%;
	font-size: 60px;
	top: 1.3em;
	transition: .5s ease-in-out
}

.owlCarousel1 .owl-prev span {
	color: #012404;
	position: absolute;
	left: -8%;
	font-size: 60px;
	top: 1.3em;
	transition: .5s ease-in-out
}

.owlCarousel1 .owl-prev span:hover,
.owlCarousel1 .owl-prev span:hover {
	color: #FFB21D;
	transition: .5s ease-in-out
}

.owlCarousel1 .owl-dot {
	height: 8px;
	width: 8px;
	margin: 10px 4px;
	background-color: #7b7c7c !important;
	border: 1px solid #012404;
	border-radius: 30px;
	transition: .5s ease-in-out
}

.owlCarousel2 .owl-dot.active {
	height: 8px;
	width: 8px;
	margin: 10px 4px;

	background-color: #e0e2e1 !important;
	border: 1px solid #012404 !important;
	border-radius: 30px;
	transition: .5s ease-in-out
}

.owlCarousel2 .owl-next span {
	color: #012404;
	position: absolute;
	right: 0;
	font-size: 60px;
	top: 1.3em;
	transition: .5s ease-in-out
}

.owlCarousel2 .owl-prev span {
	color: #012404;
	position: absolute;
	left: 0;
	font-size: 60px;
	top: 1.3em;
	transition: .5s ease-in-out
}

.owlCarousel2 .owl-prev span:hover,
.owlCarousel2 .owl-prev span:hover {
	color: #FFB21D;
	transition: .5s ease-in-out
}

.owlCarousel2 .owl-nav {
	display: block !important;
}

/* category-section */
.category-section {
	background-blend-mode: screen;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url(../image/category.png); */
}

.item-category {
	/* border: 2px solid rgba(1, 36, 40, 0.4);  */
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.item-category:hover {
	border: 2px solid #012404;
	transition: all 0.5s ease-in-out;
}

/* choose-section */
.choose-section {
	background-blend-mode: screen;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/why-choose-bg.png);
	min-height: 500px;
	background-position: bottom;
}

.social-share-modal {
	max-width: 600px !important;
}
/* product-section */

.product-section {
	background-blend-mode: screen;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url(../image/product-bg.png); */
}

.product-section .item-category:hover , .category-section .item-category:hover {
	background-color: #fff;

}

.star-color {
	color: #FFB21D;
}


/* newsletter-section */
.newsletter-section {
	background-blend-mode: screen;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/newsletter-bg.png);
}

/* footer-section */
.footer-section {
	background-blend-mode: screen;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/footer-bg.png);
}

.hoverA:hover {

	color: #FFB21D;
}

.icon-size {
	font-size: 20px !important;
}

.font-phone {
	font-size: 20px !important;
}

.scroll {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: -50px;
    border-radius: 10px;
    background-color: #012404;
    border-color: #012404 !important;
    color: rgb(255 255 255);
    text-align: center;
    transition: 500ms;
    z-index: 10;
}

.scroll .icon-bottom {
    font-size: 40px;
    line-height: 30px;
}

#jsScroll.visible {
    right: 14px;
    transition: all 400ms;
    transform: rotate(360deg);
}


.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 0.5em;
    left: 1em;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

/* shink */
.header-div{
	
    transition: all 0.5s ease-in-out;
 
}

.shink-fix {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
 
}


.shink-header-full {
	padding: 4px 1em !important;
	transition: all 0.5s ease-in-out;
	top: 0;
	position: absolute;
	left: 0px;
	right: 0px;
}
.shink-header-full p{
	font-size: 12px;
}
.shrink-nav{
	transition: all 0.5s ease-in-out;
	background-color: #f4f4f4 !important;
	padding-top: 2.5em !important;
}

.nav-full .logo-img{
	transition: all 0.5s ease-in-out;
}


.shrink-nav .logo-img{
	width: 35% !important;
	transition: all 0.5s ease-in-out;
}
.slider-div
{
    margin-top: 10.2em;

}

.nav-full .row .pt-2{
	transition: all 0.5s ease-in-out;
}

.nav-full .row.pt-2{
	transition: all 0.5s ease-in-out;
}

.shrink-nav .row.pt-2{
	padding-top: 0 !important;
	transition: all 0.5s ease-in-out;
}

.nav-full .navbar{
	transition: all 0.5s ease-in-out;
}
.shrink-nav .navbar {
padding: 0;
transition: all 0.5s ease-in-out;
}


.shrink-nav .align-center-div img {
    width: 80%!important;
	transition: all 0.5s ease-in-out;
}
.fa-bars
{
	font-size: 24px !important;
}
/* inner page */
/* inner page */
.custom-caption-inner {
	top: 4em;
    left: 10%;
    width: 45%;
}
.map{
	height: 400px;
}
.owlCarousel3 .owl-dot.active {
	height: 8px;
	width: 8px;
	margin: 10px 4px;

	background-color: #e0e2e1 !important;
	border: 1px solid #012404 !important;
	border-radius: 30px;
	transition: .5s ease-in-out
}
.owlCarousel3 .owl-dot {
	height: 8px;
	width: 8px;
	margin: 10px 4px;

	background-color: #012404 !important;
	border: 1px solid #e0e2e1 !important;
	border-radius: 30px;
	transition: .5s ease-in-out
}
.owlCarousel3 .owl-next span {
	color: #012404;
	position: absolute;
	right: 0;
	font-size: 60px;
	top: 1.3em;
	transition: .5s ease-in-out
}

.owlCarousel3 .owl-prev span {
	color: #012404;
	position: absolute;
	left: 0;
	font-size: 60px;
	top: 1.3em;
	transition: .5s ease-in-out
}

.owlCarousel3 .owl-prev span:hover,
.owlCarousel3 .owl-prev span:hover {
	color: #FFB21D;
	transition: .5s ease-in-out
}
.owlCarousel3 .owl-dots{
	text-align: center;
}
.owlCarousel3 .owl-nav ,.owlCarousel3 .owl-dots.disabled {
	display: block !important;
}

.counter {
	display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 25px;
    border: 1px solid #8e8e8e;
    width: 100%;
    margin-top: 2px;
    /* margin-left: 16px; */
  }
  
  .counter button {
	padding: 2px 10px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    border: 0;
	background-color: transparent;
  }
  
  .count {
	
	width: 50px;
	border: 0;
	text-align: center;
	padding: 5px 10px;
  }
  .w-60{
	width: 60% !important;
  }
  #owl-carousel2 .owl-nav.disabled {
    
	display: block;
  } 
  #owl-carousel2 .owl-next span {
    color: #012404;
    position: absolute;
    right: -5%;
    font-size: 70px;
    top: 0;
    transition: .5s ease-in-out;
}

#owl-carousel2 .owl-prev span {
	color: #012404;
	position: absolute;
	left: -5%;
	font-size: 70px;
	top: 0;
	transition: .5s ease-in-out
}

#owl-carousel2  .owl-prev span:hover,
#owl-carousel2  .owl-prev span:hover {
	color: #FFB21D;
	transition: .5s ease-in-out
}
.filter-section .accordion-button:not(.collapsed){
	background-color: transparent;
	color: unset;
	box-shadow: inset 0 -2px 0 rgba(143, 143, 143, 0.81);
}

.accordion-button:not(.collapsed)::after {
	filter: saturate(0.5);
}

.nav-tabs .nav-link.active {
    color: #fdfdfd;
    background-color: #012404;
    border-color: #dee2e6 #dee2e6 #fff;
}

.font-29 {
	font-size: 29px;
}

.single-product-desc-tabs {

	border: 2px solid #ececec !important;
}
.slider-texts{
	transition: 200ms;
}

.slider-texts:hover {

	background: #012404;
	color: white !important;
	padding-left: 10%;

}

#single-product-content [type="radio"]:checked,
#single-product-content [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#single-product-content [type="radio"]:checked + label,
#single-product-content [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#single-product-content [type="radio"]:checked + label:before,
#single-product-content [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
#single-product-content [type="radio"]:checked + label:after,
#single-product-content [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #012404;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#single-product-content [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#single-product-content [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.subscription-plans {
	padding-left: 5%;
}

.payment-modes {

	background: #012404;
    padding: 5px;
    border-radius: 11px;
}
.subscription-plan-name {

    font-size: 0.9rem;
}