/*************** Import Css **************/
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*font-family: "Nunito Sans", sans-serif;*/
/********************* Header Css ******************/
.top-header {
	background-color: #214842;
	padding: 18px 0px;
}
.top-header-wrapper h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	color: #fff;
}
.login-register a {
	font-size: 18px;
	font-weight: 500;
	line-height: 24.55px;
	color: #fff
}
.login-register a:hover {
	color: #82E578
}
.main-header-content {
	border-bottom: 1px solid #DEDEDE;
}
.menu-right-area > ul {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}
.menu-right-area > ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #82E578;
	border-radius: 10px;
	position: relative;
}
.menu-area > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 27px;
	justify-content: center;
}
.menu-area > ul li a {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	color: #393D44;
	display: inline-block;
	padding: 33px 0px;
}
.logo-area a img {
	position: relative;
	top: -10px;
}
.menu-right-area > ul li a span {
	font-size: 13px;
	font-weight: 400;
	line-height: 17.73px;
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 100%;
	background: #214842;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #82E578;
}
.banner-button-area {
	gap: 15px;
}
.banner-content-area h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32.74px;
	color: #EFC360;
	margin-bottom: 17px;
}
.banner-content-area h1 {
	margin-bottom: 23px;
}
.banner-content-area p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
}
.banner-content-area {
	max-width: 600px;
	;
}
.banner-image-wrapper img {
	border-radius: 15px;
}
.floating-content {
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 13px 13px 13px 13px;
	border-radius: 15px;
	justify-content: space-between;
	background: #fff;
	position: absolute;
	gap: 16px;
	min-width: 285px
}
.floating-content.flex-row-reverse {
	justify-content: flex-end;
}
.floting-content-left h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	color: #214842;
	margin-bottom: 7px;
}
.floting-content-left p {
	font-size: 18px;
	font-weight: 500;
	line-height: 24.55px;
	color: #EFC360;
	margin: 0px;
	;
}
.floting-content-right-number-wrapper {
	width: 60.61px;
	height: 60.61px;
	border-radius: 10px;
	background-color: #214842;
	font-size: 24px;
	font-weight: 700;
	line-height: 32.74px;
	color: #EFC360;
}
.floting-1 {
	top: 38px;
	left: -110px
}
.floting-2 {
	bottom: -20px;
	right: -115px
}
.banner-area {
	padding-top: 85px;
	padding-bottom: 106px;
}
/*************** Product Category Wrapper ****************/
.product-category-wrapper {
	padding: 75px 0px;
}
.product-category-heading-wrapper p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
}
.category-content-wrapper {
	max-width: 1060px;
}
.categories-listing-wrapper ul {
	display: flex;
	justify-content: space-between;
}
.categories-listing-wrapper ul li a h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	color: #214842;
	margin-top: 10px;
	text-align: center;
}
.categories-listing-wrapper ul li a .category-icon {
	width: 125px;
	height: 125px;
	border: 1px dashed #214842;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.categories-listing-wrapper {
	margin-top: 65px;
}
.listing-product-area .row{
    margin:0px -10px;
}
.listing-product-area .row > div{
    padding:0px 10px;
}
.listing-product-area .row .col-lg-3 {
	-ms-flex: 0 0 21.5%;
	flex: 0 0 21.5%;
	max-width: 21.5%;
}
.listing-product-area .row .col-lg-9 {
	-ms-flex: 0 0 78.5%;
	flex: 0 0 78.5%;
	max-width: 78.5%;
}
.listing-product-area {
	margin-top: 35px;
}
.flash-product-wrapper {
	border-radius: 15px;
	overflow: hidden;
}
.flash-content-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 17px 20px;
}
.flash-content-wrapper h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 30.01px;
	margin-bottom: 10px;
}
.flash-content-wrapper p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.1px;
}
.each-product-wrapper {
	padding: 17px;
	border: 1px solid #CACACA;
	border-radius: 15px;
    position: relative;
	margin-bottom:1px;
}
.each-product-wrapper h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 21.82px;
	color: #214842;
	margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
}
.each-product-wrapper h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 19.1px;
	color: #484848;
    margin-bottom: 2px;
}
.product-button-area {
	margin-top: 10px;
    gap:16px;
}
.product-button-area a.common-button {
	font-size: 14px;
	font-weight: 500;
	line-height: 19.1px;
	color: #214842;
	min-width: auto;
	padding: 6px 15px;
	border-radius: 5px;
}
.quantity {
	display: flex;
	border: 1px solid #CACACA;
	border-radius: 5px;
	overflow: hidden;
}
.quantity button {
	background-color: #fff;
	color: #CACACA;
	border: none;
	cursor: pointer;
	font-size: 20px;
	width: 25px;
	height: auto;
	text-align: center;
	transition: background-color 0.2s;
}
.quantity button:hover {
	background-color: #82E578;
    color:#000
}
.input-box {
	width: 45px;
	text-align: center;
	border: none;
	padding: 4px 10px;
	font-size: 16px;
	outline: none;
}
/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.input-box[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}
.quantity button.minus {
	border-right: 1px solid #CACACA;
}
.quantity button.plus {
	border-left: 1px solid #CACACA;
}
.pdoduct-image{
    text-align: center;
    margin-bottom: 10px;
}
.flash-product-wrapper img{
    width:100%;
    height:324px;
    object-fit: cover;
}
.sale-offer{
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    color:#EFC360;
    border:1px solid #EFC360;
    border-radius:5px;
    padding: 1px 7px;
    position: absolute;
    top:14px;
    left:13px;
}
.best-sellings-products{
    padding:40px 0px 75px;
}
.gradient-background{
    background: linear-gradient(358.68deg, rgba(222, 222, 222, 0.05) 8.41%, rgba(130, 229, 120, 0.1) 99.67%);
}
.our-brands-area{
    background-color:rgba(217, 217, 217, 0.14);
    padding-top:70px;
    padding-bottom: 100px;
}
.each-brand{
    min-width:270px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding:26px 21px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-wrapper{
    gap:33px;
    margin-top:58px;
}
.middle-banner-area{
    /* padding:107px 0px; */
    padding:75px 0px;
}
.middle-banner-content-area{
    min-height:480px;
    border-radius:15px;
    padding:60px;
}
.middle-banner-content{
    max-width:535px;
}
.middle-banner-content h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 57.29px;
    margin-bottom: 25px;
}
.middle-banner-content a img{
    position: relative;
    top:-2px;
}
.testimonial-wrapper .row .col-lg-5{
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.testimonial-wrapper .row .col-lg-7{
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}
.tesimonial-slider{
    padding:48px 60px;
    padding-right: 115px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius:15px;
    border: 1px solid #D2D2D2;
    width:calc(100% + 75px);
    margin-left:-75px;
    background-color: #fff;
}
.each-testimonial p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24.55px;
}
.each-testimonial h5{
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color:#214842;
    margin-top:30px
}
.each-testimonial h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 24.55px;
    color:#393D44;
}
.tesimonial-slider:before{
    content:url('../images/quote.png');
    position: absolute;
    top:0px;
    right:0px;
}
.testimonial-content > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24.55px;
    margin-bottom: 40px;
}
.common-arrow{
    width:55px;
    height:55px;
    border-radius:100%;
    background-color: #82E578;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-controller > div{
    position: relative;
    left:auto;
    right:auto;
    margin:unset;
}
.slider-controller{
    gap:13px;
    justify-content: flex-end;
    margin-right: -100px;
}
.faq-area{
    padding:100px 0px;
}
.faq-wrapper{
    max-width:1050px;
}
.accordion {
    list-style: none;
    padding: 0px;
}
.accordion>li{
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 20px 30px 20px 45px;
    border-radius:15px;
    border: 1px solid #D9D9D9;
    margin-bottom: 25px;
}
.accordion li.active{
	background:#214842;
}
.accordion>li>span {
    display: block;
    background: url(../images/plus.png) no-repeat 100%;
    background-size: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.55px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	cursor:pointer;
	padding: 5px 0px;
}
.accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
	color:#ffffff;
    margin: 20px 0;
    padding: 0;
    padding-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
}
.accordion li>span.active {
    background: url(../images/minus.png) no-repeat 100%;
    background-size:25px;
	color:#fff
}
.faq-wrapper{
    margin-top:75px;
}
.blog-left img{
	border-radius: 20px;;
}
.each-blog-image {
	min-width:168px;
	max-width:168px;
}
.each-blog-image img{
	width:100%;
	height:150px !important;
	border-radius:15px;
	object-fit: cover;
	object-position: center;
}
.date{
	gap:10px;
	margin-bottom: 10px;;
}
.date p{
	font-size: 16px;
	font-weight: 700;
	line-height: 21.82px;
	color:#EFC360;
	margin:0px !important;
}
.each-blog-list{
	gap:30px;
}
.each-blog-content h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 27.28px;
	color:#000000;
	margin-bottom: 10px;
}
.each-blog-content p{
	margin:0px;
	-webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp :2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.blog-content-wrapper .row{
	margin:0px -25px;
}
.blog-content-wrapper .row > div{
	padding:0px 25px;
}
.blog-list {
	gap:24px;
}
.blog-content-wrapper{
	margin-top:90px;
}
.newsletter-area{
	margin-top:95px;
}
.newletter-wrapper{
	max-width: 1235px;
	padding:50px 15px;
	background:#F4FCF3;
	border-radius:15px;
	margin-bottom: -65px;
    position: relative;
}
.newsletter-content-wrapper{
	max-width:585px
}
.newsletter-content-wrapper h2{
	color:#214842;
	margin-bottom: 10px;
}
.newsletter-form {
	max-width: 380px;
	padding:10px;
	border: 1px solid rgba(33, 72, 66, 0.16);
	border-radius: 10px;
	margin-top:30px;
}

:focus{
	outline:none
}
.footer-area{
	background-color: #214842;
}
.footer-top{
	padding-top:112px;
	padding-bottom: 70px;
}
.each-info-text{
	display:flex;
	gap:15px;
	margin-bottom: 25px;
}
.each-info-text a, .each-info-text p{
	font-size: 16px;
	font-weight: 400;
	line-height: 21.82px;
	color:#fff;
	margin:0px;
	display:inline-block
}
.each-info-text a:hover{
	color:#EFC360
}
.social-icon > ul{
	display: flex;
	gap:15px;
	margin-top:15px
}
.each-info h5{
	font-size: 25px;
	font-weight: 700;
	line-height: 34.1px;
	margin-bottom: 30px;
	color:#EFC360
}
.footer-links ul{
	margin:0px;
	padding:0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:8px
}
.footer-links ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 21.82px;
	color:#fff
}
.footer-links ul li a:hover{
	color:#EFC360
}
.bottom-footer-right ul{
	display:flex;
	align-items: center;
	gap:30px
}
.bottom-fotter{
	background-color: #FAFAF5;
	padding: 10px 0px;
}
.bottom-footer-left p{
	margin:0px;
}
.header-area.fixed_header{
	position: sticky;
	top:-100%;;
	z-index: 9999;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 24px -15px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 5px 24px -15px rgba(0,0,0,0.58);
	box-shadow: 0px 5px 24px -15px rgba(0,0,0,0.58);
}
.header-area.fixed_header.stky{
	top:0px;
	transition: all 0.5s;;
}
/********* About Us Page *************/
.about-banner-area .banner-image-wrapper img{
	border-radius:15px;
	width: 100%;
}
.mission-vission-content-wrapper{
	border:1px solid #214842;
	border-radius: 20px;
	background-color: rgba(130, 229, 120, 0.1);
	padding: 80px 75px;
}
.mission-and-vission-heading-content{
	max-width:990px
}
.mission-and-vission-heading-content  h2{
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 40px;;
}
.each-block-image{
	width: 81px;
	height: 77px;
	border-radius: 0px 0px 10px 10px;
	border: 2px 0px 0px 0px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-top: 2px solid rgba(33, 72, 66, 1);
	background: rgba(244, 252, 243, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}
.each-blocks{
	max-width:312px;
}
.each-blocks h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	color:#214842;
	margin-bottom: 13px;
}
.each-blocks p{
	margin: 0px;
}
.mission-and-vission-blocks{
	margin-top: 65px;
}
.expectational-customer{
	padding: 160px 0px;
}
.exceptional-left-image img{
	border-radius: 15px;
}
.exceptional-right-content h2{
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 15px;
}
.exceptional-right-content ul{
	margin:0px;
	padding:0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:10px
}
.exceptional-right-content ul li:before{
	content:url('../images/yellow-tick.png');
	margin-right: 10px;
	display: inline-block;
    vertical-align: middle;
}
.counter-area{
	background:#214842;
	padding-top: 90px;
}
.counter-area-heading{
	max-width: 1130px;
	padding: 0px 15px;
}
.counter-area-heading h2{
	color:#EFC360;
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
	max-width: 890px;
	margin: auto;
	margin-bottom: 30px;
}
.counter-area-heading p{
	color:#fff
}
.each-counter{
	width:25%;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 75px;
	border-right: 1px solid #8D8D8D;
	border-top: 1px solid #8D8D8D;
}
.each-counter:last-child{
	border-right:0px;
}
.count{
	font-size: 36px;
	font-weight: 700;
	line-height: 60px;
	color:#82E578;
}
.each-counter p{
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	color:#fff;
	margin:0px;
}
.counter-area-wrapper{
	margin-top: 60px;
}
.banner-area.about-banner-area{
	padding-top: 50px;
}
.blog-listing-wrapper{
	padding-top: 75px;
	padding-bottom: 40px;
}
.blog-listing-wrapper h2{
	text-align: center;
	margin-bottom: 50px;
}
.blog-listing-content .each-blog-image{
	min-width:200px;
	max-height:200px;
}
.blog-listing-content .each-blog-image img{
	height:100%;
}
.each-listing-blog{
	padding:20px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 10px;
}
.each-blog-content h3 a{
	color:inherit;
}
.blog-listing-content .row .col-lg-6{
	margin-bottom: 30px;
}
.more-blog-button{
	margin-top: 50px;;
}
.blog-details-content{
	max-width:1185px;
}
.blog-details-wrapper{
	padding-top: 55px;
}
.blog-details-image img{
	border-radius: 15px;;
}
.blog-details-image{
	margin-bottom: 65px;
}
.blog-details-wrapper .each-blog-content h1{
	font-size: 36px;
	font-weight: 700;
	line-height: 49.1px;
	margin-bottom: 25px;
}
.blog-details-wrapper .blog-details-main-content p {
    margin: 0px;
    -webkit-box-orient: unset;
    display: block;
    -webkit-line-clamp: unset;
	line-clamp: unset;
    overflow: hidden;
    text-overflow: unset;
    white-space: normal;
	margin-bottom: 20px;
}
.recently-added-blog{
	margin-top:100px
}
.recently-added-blog .each-blog-image{
	min-width:122px;
	max-width:122px;
	max-height: 122px;
}
.recently-added-blog .each-blog-image img{
	height: 122px !important;
	object-fit: cover;
}
.recently-added-blog .each-blog-list{
	margin-bottom: 30px;
}
.recently-added-blog .row{
	margin-top: 50px;
}/************ MINICART ***************/
.cart-popup ul {
	height: auto;
	max-height: 383px;
	overflow-y: auto;
	overflow-x: hidden;
	display: block !important;
	padding: 0px;
	list-style: none;
}
.cart-popup ul li {
    width: 100%;
    display: table !important;
    padding: 10px 3px;
    border-bottom: 1px solid #ccc;
}
.cart-popup ul li:last-child{   
    border-bottom: 0px solid #ccc;
}
.cart-popup ul > li > a{
	display:table-cell;
	background:none !important;
}
.cart-popup ul > li > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.cart-popup .variation ul li{
	padding: 1px 0px;
    font-size: 9px;
    margin: 0px 0px;
	text-align: left;
}
.header-right-area .cart-popup .variation p{
	font-size: inherit;
}
.cart-popup ul > li > div.pthumb{
	width:57px;
	padding-right:15px;
}
.cart-popup ul > li > div.pthumb img {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 42px !important;
    height: 42px !important;
    object-fit: cover !important;
}
.cart-popup {
    width: 330px;
    margin-left: 0;
    padding: 10px;
    margin-top: 12px;
    left: auto;
    right: 0px;
}
.p-qut{
	display:table;
	width:100%;
}
.p-qut > div{
	display:table-cell;
}
.pm-t {
    font-size: 10px;
    line-height: 15px;
	/*width: 100%;*/
}
.pm-t a{
	color:#000;
	font-weight:bold;
}
.cart-popup .total-cart.woocommerce-mini-cart__total.total {
    padding: 8px;
    border-top: 1px solid #ccc;
}
.cart-popup .woocommerce-mini-cart__buttons.buttons a{
	width:calc(50% - 16px);
	margin:8px 0px 0px;
	user-select: none;
    -moz-user-select: none;
    background: #82E578 !important;
    border: medium none !important;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    padding: 11px 15px !important;
    border-radius: 5px;
    font-family: inherit;
    font-style: normal;
    text-transform: unset;
    transition: all .5s;
	text-decoration:none !important;
}

.cart-popup .woocommerce-mini-cart__buttons.buttons a:hover{	
    background: #000 !important;
}
.cart-popup .woocommerce-mini-cart__buttons.buttons a.checkout{	
    background: #000 !important;
}
.cart-popup .woocommerce-mini-cart__buttons.buttons a.checkout:hover{	
    background: #82E578 !important;
}
.cart-list .empty {
    text-align: center;
    margin: 0px;
    border-bottom: 0px;
}
.cart-list .empty div{
	display:block;
}
.product-apply-filter-body .filter-body{
	display:flex;
	gap:30px;
}
ul.products li.product .loop-add-to-cart-wrapper .add_to_cart_button.button, .loop-add-to-cart-wrapper .add_to_cart_button {
  background-color: #82e578 !important;
  border: 1px solid #82e578 !important;
  padding: 6px 15px !important;
  border-radius: 5px !important;
  color: #214842;
}
.filter-body > div {  
  position: relative;
}
.woocommerce-breadcrumb {
  color: #EFC360 !important;
}
.woocommerce section {
  padding-bottom: 0px !important;
}
.attachment-woocommerce_thumbnail{
	max-width: 164px !important;
	margin: 0 auto !important;
	display: inherit !important;
}
#accordion {
	list-style: none;
	padding: 2px;
	text-align:left;
}
#accordion > li {
	display: block;
	list-style: none;
}
#accordion > li > span {
	display: block;
	color: #fff;
	margin: 20px 0;
    padding: 18px;	
	background: url(../images/faq-arrow.svg) no-repeat 99% center #F5F5F5;
	background-size: 20px;	
	cursor: pointer;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 10px;
}
#accordion > li > div {
	list-style: none;
	padding: 26px;
	display: none;
	overflow:auto;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px #DEDEDE;
	text-align:left;
}
#accordion > li > div p{
	margin-bottom:20px;
	text-align:left;
	color: #484848;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#accordion > li > div p:last-child{
	margin-bottom:0px;
}
#accordion > ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 7px;
}
#accordion a {
	text-decoration: none;
}
#accordion li > span.active {
	background: url(../images/faq-arrow-red.svg) no-repeat 99% center  #F5F5F5;
	background-size: 20px;
	color: #000;
	color: #214842;
}
.faq-section{
	padding:100px 0px 50px;
}
.faq-area-section {
    width: 1064px;
    margin: 0 auto;
    max-width: 100%;
}
.faq-area-section h2{
	text-align:center;
	margin-bottom:20px;
}
.contact-form-area{
	max-width:955px;
	margin:0 auto;
}
.c-form{
	border-radius: 20px;
	background: #A4161A url(../images/contact-bg.png)no-repeat right bottom;
	box-shadow: 0px 0px 10px 0px #DEDEDE;
	padding: 65px 65px 30px;
	margin-bottom:45px;
}
.contact-form-area h2{
	margin-bottom:40px;
	text-align:center;
}
.contact-us-area{
	padding:100px 0px;
}
.each-contact{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px #DEDEDE;
}
.contact-title{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:17px 20px;
	border-bottom:1px solid #D9D9D9;
}
.contact-title img{
	margin-right:5px;
}
.contact-details{
	padding:17px;
}
.contact-details ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.contact-details ul li{
	margin-bottom:10px
}
.contact-details ul li:last-child{
	margin-bottom:0px
}
.contact-details ul li strong{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.contact-details ul li a{
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition:all .5s;
}
.contact-details ul li a:hover{
	color: #A4161A;
}
.featured-box-icon-area{
	width:106.23px;
	height:100.99px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-top: 2px solid rgba(33, 72, 66, 1);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.added_to_cart{
	display:none;
}
.wc-block-cart__submit-button{
	font-size: 17px;
	font-weight: 500;
	line-height: 24.55px;
	border: 1px solid #214842;
	background-color: transparent;
	padding: 13px 15px 13px 15px;
	display: inline-block;
	min-width: 0px;
	text-align: center;
	color: #214842;
	border-radius: 10px;
	padding: 11px 21px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #82E578;
	background-color: #82E578;
}
.wc-block-cart__submit-button:hover {
	border: 1px solid #214842;
	background-color: transparent;
}
.wp-block-woocommerce-cart-totals-block{
	box-shadow: 0px 4px 4px 0px #00000040 !important;
	border: 1px solid #CACACA !important;	
	border-radius: 10px !important;
}
.blog-left img{
	height: 100%;
	object-fit: cover;
}

