@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
    font-family: 'georgiaregular';
    src: url('fonts/georgia-webfont.woff2') format('woff2'),
         url('fonts/georgia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'georgiabold';
    src: url('fonts/georgiab-webfont.woff2') format('woff2'),
         url('fonts/georgiab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.georgia{
	font-family: 'georgiabold';
}
.georgiar{
	font-family: 'georgiaregular';
}
.playfair{
  font-family: "Playfair Display", serif;
}
.montserrat{
  font-family: "Montserrat", sans-serif;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
}

.medium{font-weight: 500;}
.semi{font-weight: 600;}
.light{font-weight: 300;}

.font-10{font-size: 10px;}
.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-28{font-size: 28px;}
.font-30{font-size: 30px;}
.font-70{font-size: 70px;}

.font_14{font-size: 13px;}
.font_14{font-size: 14px;}
.font_16{font-size: 16px;}
.font_24{font-size: 24px;}
.font_34{font-size: 34px;}

.lh_normal{line-height: normal;}
.lh_24{line-height: 24px;}
.lh_26{line-height: 26px;}

.color-709a08{color: #709a08;}
.color-3b4e1b{color: #3b4e1b;}
/* .color-574124{color: #574124;} */
.color-574124{color: black;}
.color-416100{color: #416100;}
.color-c5b59f{color: #c5b59f;}
.color-83c702{color: #83c702;}
.color-d78026{color: #d78026;}


.lh-82{line-height: 82px;}
.lh-30{line-height: 30px;}
.lh-28{line-height: 28px;}
.lh-23{line-height: 23px;}
.lh-24{line-height: 24px;}
.lh-18{line-height: 18px;}
.lh-20{line-height: 20px;}

.ls-35{letter-spacing: 0.35px;}


.mt-94{margin-top: 94px;}
.mt-65{margin-top: 55px;}
.mt-95{margin-top: 55px;}
.mb-17{margin-bottom: 16px;}
.mb-32{margin-bottom: 32px;}
.ps-22{padding-left: 22px;}
.py-120{padding: 55px 0px;}
.py-55{padding: 55px 0px;}
.mb-40{margin-bottom: 40px;}

/******* hetvi  *******/
.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-26{font-size: 26px;}
.font-28{font-size: 28px;}
.font-30{font-size: 30px;}
.font-34{font-size: 34px;}
.font-36{font-size: 36px;}
.font-40{font-size: 40px;}

.lh_normal{line-height: normal;}
.lh_20{line-height: 20px;}
.lh_22{line-height: 22px;}
.lh_24{line-height: 24px;}
.lh_26{line-height: 26px;}
.lh_30{line-height: 30px;}
.lh_35{line-height: 35px;}
.lh_40{line-height: 40px;}
.lh_46{line-height: 46px;}

body{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  /* color: #574124; */
  color: black;
}

/*** btn hover ***/
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  /* background: #d78026; */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.border_btn_design{
	color: #3b4e1b;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #3b4e1b;
    border-radius: 4px;
    padding: 8px 18px;
    font-family: 'georgiabold';
	font-weight: 700;
}
.border_btn_design:hover{
	border-color: #83c702;
    color: #83c702;
}
.brown_btn_design{
	/* background-color: #574124; */
    background-image: linear-gradient(to right, rgb(188,224,0) 0%, rgb(112,154,8)  50%, rgb(188,224,0)  100%);
	border-radius: 4px;
	color: #fff;
	font-family: 'georgiabold';
	font-weight: 700;
	font-size: 14px;
    transition: 0.5s;
    background-size: 200% auto;
}
.brown_btn_design:hover{
    color: #fff;
	/*background: linear-gradient(270deg, rgb(16,32,104) 0%, rgb(188,224,0) 0%, rgb(112,154,8) 99%);*/
	background-position: right center;
}
.green_btn_design{
	font-family: 'georgiabold';
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	border-radius: 4px;
	/*background: linear-gradient(90deg, rgb(16,32,104) 0%, rgb(188,224,0) 0%, rgb(112,154,8) 99%);*/
	background-image: linear-gradient(to right, rgb(188,224,0) 0%, rgb(112,154,8)  50%, rgb(188,224,0)  100%);
	transition: 0.5s;
    background-size: 200% auto;
    padding: 11px 24px;
}
.green_btn_design:hover{
	color: #fff;
	/*background: linear-gradient(270deg, rgb(16,32,104) 0%, rgb(188,224,0) 0%, rgb(112,154,8) 99%);*/
	background-position: right center;
}
.disabled{
	color: #fff;
    background-color: #878787;
    cursor: not-allowed!important;
    outline: none;
    border: none;
}
/*.disabled:hover{
	color: #fff;
    background: #878787!important;
}*/

/* header */

.html-marquee{background-color: #83c702;}
.top-header p{padding-top: 7px; padding-bottom: 7px;}
.header{padding: 12px 0 18px;}
.my_menu a{display: inline-block; padding: 8px 12px !important;}
.my_menu .font-16 {font-size: 15px;}
.my_menu.navbar-nav .nav-link.active{color: #83c702;}
.my_menu a:hover{color: #83c702;}
.right_menu{display: flex; align-items: center; position: relative; flex-shrik: 0;}
.right_icons{margin-right: 10px;}
.me_12{margin-right: 12px;}
.right_icons a:hover .st0{fill: #83c702;}
.login_btn{padding-right: 10px;}
.login_btn a{
  color: #3b4e1b;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #3b4e1b;
  border-radius: 4px;
  padding: 8px 18px;
}
.login_btn a:hover{border-color: #83c702; color: #83c702;}
.header .form-select{
  display: inline-block;
  color: #3b4e1b;
  font-size: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #3b4e1b;
  border-radius: 4px;
  padding: 8px 18px;
  padding-right: 31px;
  width: auto;
  font-family: 'georgiabold';
  background-image: url('../images/language-dropdown-arrow.png');
  background-size: 10px 6px;
  background-position: right 17px center;
}
.header .form-select option{color: #3b4e1b;}
.header .form-select:hover{border-color: #83c702; color: #83c702; background-image: url('../images/language-dropdown-arrow-hover.png');}
.form-select:focus {
  border-color: currentColor;
  outline: 0;
  box-shadow: none;
}
.header_search_input{
  background: #fff;
  box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 144%;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 22px 25px;
  transform: translateY(40%);
  text-align: end;
  z-index: 1;
  display: none;
}
.header_search_input .filed_style{
  background: #fff;
  /* border: 1px solid #574124; */
  border: 1px solid black;

}
.header_search_input .filed_style:focus {
  /* color: #574124; */
  color: black;
  background-color: rgba(231, 226, 217);
  box-shadow: none;
  border-color: #c5b59f;
}
.header_search_input .btn-close{
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8%;
  right: 8px;
}
.btn-close:focus{box-shadow: none;}
.nav-link:focus, .nav-link:hover {
  color: currentColor;
}
.medium_device{display: none;}
.right_menu .cart_items_popup{
	position: absolute;
	background: #fff;
    box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 18px;
    width: 270px;
    top: 48px;
    left: -20px;
    z-index: 1024;
		border-radius: 4px;
		opacity: 0;
		display: none;
		transition: visibility 0.15s linear, opacity 0.15s linear;
}
.right_menu .cart_items_popup::after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -16px;
    border: solid 8px transparent;
    border-bottom-color: white;
}
.cart_svg{position: relative;}
.cart_svg:before{
	position: absolute;
    padding-bottom: 60px;
    content: "";
    height: 100%;
    width: 100%;
}
.right_menu .cart_svg:hover .cart_items_popup{
		display: block;
		opacity: 1;
}
.btn-close{background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23574124'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}
.right_menu .cart_items_popup .item_img{
		background-color: rgba(227, 225, 223, 0.35);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.right_menu .cart_items_popup .cart_popup_item_div{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 16px;
}
.cart_items_popup .cart_popup_item_div .product_delete{
	position: absolute;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
	width: 4px;height: 4px;
	color: black;
	/* color: #574124; */
}
.cart_items_popup .cart_popup_btns{
	margin-top: 24px;
}
.cart_items_popup .cart_popup_btns .border_btn_design, .cart_items_popup .cart_popup_btns .green_btn_design{
	font-size: 14px;
	padding: 10px;
	margin-top: 16px;
}
.cart_items_popup .cart_popup_text a:hover{
	color: #3b4e1b;
}
.header .badge{padding: 3px 6px;
	background-color: #709a08;
    top: 3px;
    left: 88%;}
.header .right_icons .cart_svg:hover a svg path{
	fill: #83c702;
}
/******************************************************************************************************/
/* inner_banner */

.inner_banner{
  /* background: url('../images/inner-banner.webp') no-repeat; */
  background-size: cover;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
}

.inner_banner h2{
  text-transform: uppercase;
}

/*** main banner ***/
.main_banner{
	background: url(../images/main_banner_bg.webp) no-repeat;
	background-size: cover;
	padding: 55px 0px 100px;
	background-position: bottom;
}
.main_banner p{margin-bottom: 33px;margin-top: 33px;}
.main_banner .banner_right_content img{
	border-radius: 10px;
}

.main_banner .banner_btn{
	padding: 13px 29px;
}


/*** origin secton ***/
.section_title .title_top_text{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: black;
	/* color: #574124; */
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-bottom: 4px;
}
.section_title .title_main_text{
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 36px;
	color: #709a08;
	line-height: 46px;
	margin-bottom: 21px;
}
.section_title .recommended_product_title{
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 36px;
	color: #709a08;
	line-height: 46px;
	margin-bottom: 21px;
}
.section_title .title_sub_text{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #3b4e1b;
	line-height: 24px;
	max-width: 575px;
	margin: 0 auto;
	letter-spacing: 0.35px;
}
.origin_sec{padding-top: 50px;padding-bottom: 20px;}
.origin_sec .origin_text{margin-bottom: 36px;margin-top: 31px;}
.origin_sec .origin_read_more, .price_display_div .place_order_btn{padding: 11px 25px;}

/*** unique blens section ***/

.unique_blens{
	background-color: rgba(231, 226, 217, 0.25);
	padding: 90px 150px 30px;
}
.blend_category .blend_box .category_img{
	display: inline-block;
	/*border-radius: 50%;*/
	border: none;
	transition: 0.4s;
}
.blend_box {
	margin-bottom: 40px;
	padding: 0px 30px;
}
.img_hover_size{
	/*height: 300px;
	width: 300px;*/
	/*overflow: hidden;*/
	/*border-radius: 50%;*/
	margin: 5px;
}
.blend_category .blend_box .category_img img{
	/*border-radius: 50%;*/
	overflow: hidden;
	transition: 0.4s;
}
.blend_category .blend_box h6{
	margin-top: 8px;
	margin-bottom: 10px;
}

.blend_category .blend_box:hover .category_img{
	/* border-color: #c5b59f; */
    border-color: transparent;
}
.blend_category .blend_box:hover .category_img img{
	transform: scale(1.1);
}
.blend_category .blend_box .blend_category_text{
	opacity: 0;
	transition: 0.8s;
	transform: translateY(40px);
	margin-bottom: 0px;
}
.blend_category .blend_box:hover .blend_category_text{
	opacity: 1;
	transform: translateY(0px);
}

/*** testimonial section ***/
.testimonial_sec{
	background: url(../images/testimonial_bg.webp) no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}
.testimonial_sec .testimonial_slide_content .testimonial_profile_div img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.testimonial_slide_content .mx-35{padding: 0px 35px;}
.testimonial_sec .slick-prev{
	left: -70px;
	height: 27px;
    width: 27px;
}
.testimonial_sec .slick-prev:before, .testimonial_sec .slick-next:before, .related_product_slider  .slick-prev:before, .related_product_slider  .slick-next:before{
	content: "";
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' height='20' width='20' fill='%23574124' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/></svg>");
	height: 27px;
    width: 27px;
    background-size: 100%;
    display: inline-block;
}
.testimonial_sec .slick-next{
	right: -70px;
	height: 27px;
    width: 27px;
}
.testimonial_sec .slick-next:before, .related_product_slider  .slick-next:before{
    -webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.testimonial_sec .slick-dots{
	bottom: -55px;
}
.testimonial_sec .slick-dots li{
	width: 14px;
    height: 14px;
    margin: 0 7px;
}
.testimonial_sec .slick-dots li button{
	padding: 0;
	height: 14px;
	width: 14px;
}
.testimonial_sec .slick-dots li button:before{
	background-color: transparent;
	/* border: 1px solid #574124; */
	border: 1px solid black;
	border-radius: 50%;
	height: 14px;
	width: 14px;
    content: "";
    opacity: 1;
}
.testimonial_sec .slick-dots li.slick-active button:before{
	opacity: 1;
	/* background-color: #574124; */
	background-color: black;
}

/*** sustainability section ***/

.sustainability_sec  p{margin-top: 40px;}
.sustainability_sec .commitment_btn{margin-top: 31px;}


/*** benefites section ***/
.benefits_sec .benefit_box{
	display: flex;
	align-items: start;
	padding: 0px 32px;
}
.benefits_sec .benefit_box .benefit_box_text{
	padding-left: 32px;
}

/*** newsletter section ***/

.newsletter_sec{
	/* background-color: rgba(231, 226, 217, 0.20); */
    background: url(../images/testimonial_bg.webp) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.newsletter_sec .newsletter_left_div{
	background: url(../images/newsletter_left_bg.webp) no-repeat;
	background-size: cover;
	padding: 125px 70px;
}
.newsletter_sec .newsletter_right_form{
	background-color: #fff;
	box-shadow: 0px 0px 4.56px 1.44px rgba(80, 58, 58, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px;
}
.newsletter_submit_btn {
	padding: 13px 25px;
    line-height: 22px;
}
.filed_style{
	background-color: rgba(231, 226, 217, 0.40);
	border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: black;
	/* color: #574124; */
	padding: 15px 20px;
  line-height: 20px;
  border: 1px solid rgba(231, 226, 217, 0.40);
  border-radius: 4px;
}
.filed_style:focus{
	color: black;
	/* color: #574124; */
	background-color: rgba(231, 226, 217, 0.40);
	box-shadow: none;
	/* border-color: #c5b59f; */
	border-color: black;
}
.search_filed .filed_style:focus ~ svg{display: none;}
.filed_style::-webkit-input-placeholder {
    /* color: #574124; */
    color: black;
}

.filed_style::-moz-placeholder {
    /* color: #574124; */
    color: black;

}

.filed_style::-ms-placeholder {
    /* color: #574124; */
    color: black;
}

.filed_style::placeholder {
    /* color: #574124; */
    color: black;

}
/* error */
.custom-error {
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
/******************************************************************************************************/
/* footer */
.footer{background: url('../images/footer.webp') no-repeat; background-size: cover; padding-top: 50px; position: relative;}
/* .footer::after{content: ''; border-bottom: 1px solid #574124; opacity: 0.5; width: 100%; position: absolute; bottom: 73px;} */
.footer::after{content: ''; border-bottom: 1px solid black; opacity: 0.5; width: 100%; position: absolute; bottom: 73px;}
.py_67{padding-bottom: 67px;}
.footer_left_col p{padding-right: 59px;}
.footer_social_icon{display: flex; margin-top: 28px;}
.footer_social_icon a{background-color: #c5b59f80; width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; margin-right: 12px;}
.footer_social_icon a:hover{background-color: #c5b59f;}
.footer_links_col{display: flex; justify-content: space-between;gap: 10px}
.ftr_title_border h4{position: relative; margin-bottom: 32px;}
.ftr_title_border h4:after{
    content: '';
    width: 90px;
    height: 2px;
    background-color: #416100;
    position: absolute;
    left: 1px;
    bottom: -10px;
    opacity: 0.4;
}
/* .quick_links{margin-top: 28px;} */
.quick_links a{position: relative; padding-left: 18px; padding-bottom: 9px;}
.quick_links a::before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /* background-color: #574124; */
  background-color: black;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.2;
}
.footer_links a:hover::before{background-color: #709a08; opacity: 0.8;}
.contact_link{margin-top: 36px;}
.mt_14{margin-top: 14px;}
.footer_bottom_text{padding-bottom: 24px; display: flex; justify-content: space-between;}
.footer a:hover{color: #709a08;}

/****************************************************************************************************************************************************************************************************************************/
                              /* product list page */

.product_filter_div{
	background-color: rgba(231, 226, 217, 0.30);
	border: 1px solid rgba(197, 181, 159, 0.30);
	padding: 25px 23px;
	margin-right: 24px;
}
.product_filter_div .filter_list li{
	margin-bottom: 5px;
}
.product_filter_div .filter_list .filter_label{
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: black;
	/* color: #574124; */
	line-height: 18px;
	margin-left: 8px;
}
.product_filter_div .filter_list .filter_check_box{
	height: 15px;
	width: 15px;
	border: 1px solid #c5b59f;
	border-radius: 2px;
	vertical-align: middle;
	margin-top: -1px;
}
.product_filter_div .filter_list .form-check-input:focus{box-shadow: none;}
.product_filter_div .filter_hr{
	color: #e7e2d9;
	opacity: 1;
	margin: 24px 0px 21px;
}
.product_display_div .filed_style{
	padding: 11px 12px 11px 12px;
	max-width: 214px;
}
.search_filed{
	position: relative;
	margin-right: 12px;
}
.search_filed svg{
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
.sort_btn .dropdown-toggle::after{display: none;}
.product_top_filter .sort_btn .dropdown-menu{
	box-shadow: 0px 1px 6.44px 0.56px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 0px;
	margin-top: 8px!important;
	border: none;
	/*padding: 16px 13px;*/
}
.product_top_filter .sort_btn .dropdown-item{
	color: #3b4e1b;
	font-size: 16px;
	font-weight: 400;
	font-family: 'georgiaregular';
	padding: 7px 13px;
    line-height: normal;
}
.product_top_filter .sort_btn .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #83c702;
}
.products_list .product_box .product_img{
	/*background-color: rgba(227, 225, 223, 0.35);*/
	background-color: transparent;
	height: 320px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.products_list .product_box .product_text{
	padding-top: 20px;
}
.products_list .product_box .product_text a:hover{color: #3b4e1b;}
.products_list .product_box .product_img .overlay{
	display: none;
	transition: 0.4s;
}
.products_list .product_box:hover .product_img .overlay{
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	/* background-color: rgba(197, 181, 159, 0.16) !important; */
	display: block;
	transition: 0.4s;
}
.products_list .product_box:hover .product_img.disable_relative .overlay{
	background-color: transparent;
}
.share_cart_icon {
    position: absolute;
    top: 14px;
    right: 19px;
    opacity: 0;
    transform: translateX(15px);
    transition: .8s;
    z-index: 1;
}
.products_list .product_box:hover .share_cart_icon{
	opacity: 1;
	transform: translateX(0px);
}
.products_list{padding-top: 55px;}
.product_display_div, .product_filter_div{min-height: 100%;}

.pagination_div .page-link{
	border-radius: 50%;
	border: none;
	margin: 0px 5px;
	background-color: #e7e2d9;
	height: 38px;
	width: 38px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	/* color: #574124; */
	color: black;
	line-height: 23px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{border-radius: 50%;}
.page-item:not(:first-child) .page-link {
    margin-left: 5px;
}
.page-item.active .page-link{
		color: #fff;
		background-color: #c5b59f;
}
.pagination_div .page-link:hover{
		color: #fff;
		background-color: #c5b59f;
}
.pagination_div .page-link:focus{
	box-shadow: none;
}
.pagination_div .page-link:hover svg path{
	fill: #fff;
}

.menu-btn, .filter_close_btn {
  display: none;
}

/*.product_box .footer_social_icon{
		background: white;
    padding: 18px 16px;
    box-shadow: 0px 1px 6.44px 0.56px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -62px;
    right: -94px;
    display: flex;
    margin-top: 18px;
    flex-direction: column;
}
.product_box .footer_social_icon a svg{height: 18px;width: 18px;}
.product_box .footer_social_icon a{margin-right: 0px;width: 48px;height: 48px;}
.product_box .footer_social_icon a:not(:last-child){margin-bottom: 16px;}*/
.product_box .footer_social_icon{
	background: white;
    padding: 18px 16px;
    box-shadow: 0px 1px 6.44px 0.56px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    border: 1px solid rgba(197, 181, 159, 0.30);
    border-radius: 4px;
  }
.product_box .footer_social_icon a svg{height: 18px;width: 18px;}
.product_box .footer_social_icon a{width: 48px;height: 48px;margin-right: 16px;}
.product_box .footer_social_icon a:last-child{margin-right: 0px;}

.product_box .footer_social_icon::after{
		content: '';
        display: block;
        position: absolute;
        left: 50%;
		    top: -16px;
		    border: solid 8px transparent;
		    border-bottom-color: white;
		    transform: translateX(-50%);
}

/****************************************************************************************************************************************************************************************************************************/
			/*** product_details page ***/
.error_feedbacks_not_found{
    font-size:16px;
}
.product_preview_silder{position: relative;}
.product_preview_silder .product_option_dot{
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 100%;
	z-index: 1;
}
.product_preview_silder .product_image{
	margin-left: 102px;
  padding-left: 17px;
}
.product_preview_silder .product_image .main_product_display img{
	width: 100%;
	/*min-height: 575px;*/
	object-fit: cover;
}
/*.product_preview_silder .slick-track{transform: none;}*/
.product_detail_content .slick-vertical .slick-slide{
	border: none!important;
}
.product_detail_content .product_preview_silder .product_image_option{margin-bottom: 11px;}

.product_detail_content .product_preview_silder .slick-slide.slick-current  .product_image_option{
	position: relative;
}
.product_detail_content .product_preview_silder .slick-slide.slick-current  .product_image_option:before{
	background-color: rgba(197, 181, 159, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.slider-nav .product_image_option img{
		height: 106px;
    width: 100%;
    object-fit: cover;
    max-height: 106px;
}

.product_detail_content .product_disc_div{
	padding-left: 42px;
}
.webinar_head .footer_social_icon_small a, .product_disc_div .footer_social_icon_small a{
		background-color: #c5b59f80;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}
.webinar_head .footer_social_icon_small a svg, .product_disc_div .footer_social_icon_small a svg{
	width: 13px;
	height: 13px;
}
.footer_social_icon_small a:hover {
    background-color: #c5b59f;
}
.product_share .me-14{margin-right: 14px;}
.product_disc_div .product_name_share h3{margin-bottom: 18px;margin-top: 8px;}
.product_disc_div .product_disc_hr{
	border-color: #e7e2d9;
	margin: 20px 0px 24px;
	opacity: 1;
}
.product_price_quatinty_div .selct_quantity_div h6{margin-bottom: 14px;margin-top: 20px;}
.product_price_quatinty_div .quantity_div{
	width: auto;
}
.product_price_quatinty_div .quantity_div, .product_price_quatinty_div .quantity_div .form-control{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 17px;
	/* color: #574124; */
	color: black;
}
.product_price_quatinty_div .quantity_div .quantity_btns{
	background-color: #e3e1df;
	height: 48px;
	width: 48px;
	padding: 2px;
	border: 1px solid transparent;;
	font-weight: 600;
	font-size: 20px;
	line-height: 16px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_price_quatinty_div .quantity_div .form-control{
	max-width: 64px;
	width: 100%;
	padding: 4px;
	background-color: #e3e1df;
	height: 48px;
	border: none;
}
.product_price_quatinty_div .quantity_div .form-control:focus{box-shadow: none;z-index: 0;}
.product_price_quatinty_div .quantity_div .quantity_btns:hover{
	border: 1px solid #c5b59f;
}
.product_price_quatinty_div .add_to_cart_btn{
	flex-shrink: 0;
    padding: 13px 25px;
    line-height: 22px;
    margin-left: 12px;
    min-width: 255px;
    text-align: center;
}
.product_disc_div .product_details_list li{margin-bottom: 12px;}
.product_disc_div .product_details_list li h4{
	width: 20%;
}

.product_disc_div .product_details_list li p{
	width: 72%;
}
/** review section **/
.fill_star{fill: #709a08;}
.review_descripion_sec{margin-top: 35px;}
.review_descripion_sec .nav-tabs .nav-link{
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #c5b59f;
		padding: 20px 24px;
		background: transparent;
		border: none;
		border-bottom: 2px solid transparent;
		margin-right: 8px;
}
.review_descripion_sec .nav-tabs .nav-link.active{
	border: 0;
	/* border-bottom: 2px solid #574124; */
	border-bottom: 2px solid black;
	/* color: #574124; */
	color: black;
}
/* .review_descripion_sec .nav-tabs .nav-link:focus, .review_descripion_sec .nav-tabs .nav-link:hover{border: none;
border-bottom: 2px solid #574124;} */
nav-link:hover{border: none;
    border-bottom: 2px solid black;}
.review_descripion_sec .nav-tabs{
	border-bottom: 1px solid #c5b59f;
}
.review_descripion_sec .tab-content{padding-top: 44px;}
.customer_review .review_profile_img img{
	border-radius: 50%;
    height: 55px;
    width: 55px;
}
/* product testimonial img */
.product_testimonial_img{
    height: 70px; width: 70px;
    border-radius: 50%;
}
.rating_div svg{
	height: 13px;width: 13px;
}
.rating_div{
	display: flex;
	column-gap: 5px;
	margin-top: 6px;
}
.customer_review:not(:last-child){
	padding-bottom: 32px;
	border-bottom: 1px solid #e7e2d9;
	margin-bottom: 32px;
}
.customer_review_text{padding-top: 5px;padding-left: 16px;}
.customer_review_text .review_details_img{
	margin-top: 18px;
}
.customer_review_text .review_details_img .list-inline-item:not(:last-child) {
    margin-right: 6px;
}
.customer_review_text .review_details_img ul li img{
	height: 75px;
	width: 75px;
	object-fit: cover;
  object-position: center;
}
.customer_review_text .review_details_img ul li video{
	height: 75px;
	width: 75px;
	object-fit: cover;
  object-position: center;
}
.customer_review_text .product_review_img_div {margin-top: 22px;}
.review_descripion_sec .pagination_div{margin-top: 55px;}

/*related_product sec*/
.related_product_sec{
	background: url(../images/related_product_bg.webp) no-repeat;
	background-size: cover;
	padding: 146px 0 55px
}
.related_product_slider .products_list .product_box .product_img{
	height: 360px;
}
.related_product_slider .product_slide .product_box{margin: 0px 12px;}
.related_product_slider .slick-prev{
	left: -61px;
	height: 27px;
    width: 27px;
}
.related_product_slider .slick-next{
	right: -61px;
	height: 27px;
    width: 27px;
}
.related_product_slider .products_list{padding-top: 40px;}
.related_product_slider  .footer_social_icon{
	flex-direction: column;
}
.related_product_slider .product_box .footer_social_icon a {
    margin-right: 0px;
    margin-bottom: 10px;
}
.related_product_slider .product_box .footer_social_icon a:last-child{margin-bottom: 0px;}
.related_product_slider .product_box .footer_social_icon{
	top: -60px;
  right: 34px;
  left: auto;
  transform: none;
}
.related_product_slider .product_box .footer_social_icon::after{
	    right: -16px;
    top: 41px;
    transform: rotate(90deg);
   left: auto;
}


/* Recommended Section */
.recommended_product_sec{
	/* background: url(../images/related_product_bg.webp) no-repeat; */
	background-size: cover;
	padding: 35px 0 55px
}

.recommended_product_flex{
    display: flex;
}
.section_title .recommend_product_title{
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 36px;
	color: #709a08;
	line-height: 46px;
	margin-bottom: 21px;
}



/****************************************************************************************************************************************************************************************************************************/
								/*** cart page ***/

.white_bg_design{
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5.74px 1.26px rgba(227, 225, 223, 0.4);
}
.cart_item_list_div{
	padding: 26px;
}
.item_div .item_image{
	height: 146px;
	width: 110px;
	display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(227, 225, 223, 0.35);
  flex-shrink: 0;
}
.item_div .item_image img{
	max-height: 100%!important;
	object-position: center;
    object-fit: cover;
    display: block;
    height: 146px;
    width: 110px;
}
.item_div{
	display: flex;
	align-items: center;
	position: relative;
}
.item_div .item_div_text{padding-left: 17px;max-width: 78%;}
.item_div .item_div_text .item_category_text{
	line-height: 18px;
	margin-bottom: 6px;
}
.item_div .item_div_text .item_name_text{
	line-height: 20px;
	margin-bottom: 10px;
}
.item_div .quantity_div{
	margin-bottom: 14px;margin-top: 12px;
}
.item_div .quantity_div, .item_div .quantity_div .form-control{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	/* color: #574124; */
	color: black;
}
.item_div .quantity_div .quantity_btns{
	background-color: #e3e1df;
	height: 30px;
	width: 30px;
	padding: 2px;
	border: 1px solid transparent;;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item_div .quantity_div .form-control{
	max-width: 39px;
	width: 100%;
	padding: 4px;
	background-color: #e3e1df;
	height: 30px;
	border: none;
}
.item_div .quantity_div .form-control:focus{box-shadow: none;z-index: 0;}
.item_div .quantity_div .quantity_btns:hover{
	border: 1px solid #c5b59f;
}
.item_div a:hover{color: #3b4e1b;}
.item_delete{
	position: absolute;
	right: 0;
	top: 0;
	height: 6px;
	width: 6px;
}
.item_div:not(:last-child){
	margin-bottom: 18px;
    border-bottom: 1px solid #e7e2d9;
    padding-bottom: 18px;
}
.price_display_div .coupon_apply_btn{
	padding: 10px 26px ;
	font-size: 16px;
	line-height: 24px;
}
.price_display_div .coupon_code_div .filed_style{
	border: 1px solid rgb(197 181 159 / 40%);
	font-size: 14px;
	padding: 11px 13px;
	margin-right: 8px;
}
.mb-12{margin-bottom: 12px;}
.coupon_code_div, .p-26{
	padding: 15px 26px;
}
.price_display_div .shipping_div ul{margin-top: 7px;margin-bottom: 14px;}
.price_display_div .border_bottom{
	border-bottom: 1px solid #e7e2d9;
}
.price_display_div{
	padding-top: 4px;padding-bottom: 15px;
}
.price_display_div .shipping_offer_text {width: 90%;}

/* .price_display_div .place_order_btn{margin-top: 32px;} */
.price_display_div .place_order_btn{margin-top: 15px;}
.disable_relative{position: relative;}
.out_of_stock_overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: hsla(0, 0%, 100%, .75);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
}
.out_of_stock_overlay p{margin-bottom: 0px;}

/* empty cart */
.empty_card_div .empty_cart_svg{
	width: 90px;
	height: 90px;
}
.empty_card_div .white_bg_design{padding: 55px 40px;}
.empty_card_div h6{
	padding-top: 40px;
	padding-bottom: 40px;
	letter-spacing: 1.50px;
	font-size: 24px;
}
/* subscription */
.cart_subscription_div{
 margin-top: 8px;
 display: flex;
 align-items:center !important;
}
.cart_subscription_div h6{
  margin-bottom: 4px;
}
.cart_subscription_radios{
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.cart_subscription_radios .form-check{
  padding-left: 0;
}
.cart_subscription_radios .form-check:first-child{
  margin-right: 10px;
}
.cart_subscription_radios .form-check:nth-child(2) {
    margin-right: 10px; /* Margin for the second child */
}
.cart_subscription_radios .form-check label{
  font-size: 14px;
}
.cart_subscription_div .form-check-input{
  background-color: #e3e1df;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-left: 0;
  margin-top:5px;
}
.cart_subscription_div .form-check-input:checked{
  /* background-color: #574124;
  border-color: #574124; */
  background-color: black;
  border-color: black;
}
.form-check-input:focus{
  box-shadow: none;
}
.photo_comment_discount ul li p{
	flex-shrink: 0;
}

.card_form_design{
	border: 1px solid #e7e2d9;
    padding: 50px 50px 37px;
    border-radius: 15px;
}

/* subscription dropdown
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.subscription_dropdown .dropdown-menu{
	box-shadow: 0px 1px 6.44px 0.56px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 0px;
	margin-top: 8px!important;
	border: none;

}
.subscription_dropdown .dropdown-item{
	color: #3b4e1b;
    font-size: 16px;
    font-weight: 400;
    font-family: 'georgiaregular';
    padding: 7px 13px;
    line-height: normal;
}
.subscription_dropdown .dropdown-submenu{

}
*/

/****************************************************************************************************************************************************************************************************************************/
			/*** billing page ***/
.billing_form_div{padding: 54px 84px;}
.billing_form_div .mb-35{margin-bottom: 35px;}
.price_display_div .order_item_list_div ul li:not(:last-child){margin-bottom: 9px;}
.price_display_div .order_item_list_div ul li h4{
	max-width: 75%;
}
.price_display_div .order_item_list_div ul li .lh-23{line-height: 16px;}
.address_checkbox .form-check-input{
	height: 15px;
    width: 15px;
    border: 1px solid #c5b59f;
    border-radius: 2px;
    vertical-align: middle;
}
.address_checkbox .form-check-input:focus{
	box-shadow: none;
}
/****************************************************************************************************************************************************************************************************************************/
			/*  contact us page  */

.contact_detail_sec .svg_icon_bg{
	background-color: #e7e2d9;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.contact_detail_sec .contact_info_div{
	padding-left: 20px;
	padding-right: 20px;
}
.contact_detail_sec .contact_info_div h6{
	margin-bottom: 11px;
  margin-top: 17px;
}
.mb-55{margin-bottom: 55px;}
.contact_detail_sec .contact_info_div a:hover{
	color: #3b4e1b;
}
.contact_form_sec .contact_form_btn{
	padding: 12px 25px;
	border: 0;
	font-size: 16px;
}
.pb-40{
	padding-bottom: 40px;
}
.contact_form_sec .contact_form_right_div{padding-left: 70px;}

/****************************************************************************************************************************************************************************************************************************/
			/* privacy policy page  */

.content_heading{
	font-family: "Playfair Display", serif;
	color: #709a08;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 18px;
}
.content_text{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	/* color: #574124; */
	color: black;
	font-weight: 400;
}


/****************************************************************************************************************************************************************************************************************************/

/*************************h style file **************************************************************/
/* login */
.my_55{
  margin: 55px 0;
}
.inner_banner h2{
  letter-spacing: 1.20px;
}
.login_box{
  padding: 32px 90px 38px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.login_boxp{
  padding: 15px 26px 40px;
}
.mb_13{margin-bottom: 13px;}
.form_btn{
  color: #fff;
  border-radius: 4px;
  background-image: linear-gradient(to right, rgb(188,224,0) 0%, rgb(112,154,8)  50%, rgb(188,224,0)  100%);
	transition: 0.5s; background-size: 200% auto;
  border: none;
  padding: 13px 25px;
  line-height: 22px;
  display: block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 13px;
  /* padding: 11px 24px; */
}

/******************************************************************************************************/
/* registration */

.registration_box{
  padding: 32px 40px 38px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.registration_boxp{
  padding: 15px 76px 40px;
}
.register_btn{
  margin-top: 25px;
}

.form_btn:hover{background-position: right center;}
.form_content a:hover{color: #d78026;}

/******************************************************************************************************/
/* account */
.account_sidebar{
  background-color: rgba(231, 226, 217, 0.20);
}
.user_small_profile{
  text-decoration: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e2d9;
  padding: 30px 30px;
}
.user_small_profile_img{
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 18px;
}
.user_small_profile_img img{
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose_photo_input{
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
}
.user_small_profile_text h6{
  padding-bottom: 6px;
}
.account_tab{
  padding: 52px 12px 170px;
}
.account_tab .nav-link{
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 16px 18px;
  margin-bottom: 4px;
}
.account_tab .nav-link:hover{
  background-color: #e7e2d9;
  /* color: #574124; */
  color: black;
  border-radius: 4px;
}
.nav-pills .nav-link.active{
  /* color: #574124; */
  color: black;
  background-color: #e7e2d9;
  border-radius: 4px;
}
.account_tab_icon{
  margin-right: 14px;
}
.account_content{
  border: 1px solid #e7e2d9;
  padding: 32px 50px 40px;
}
.edit_image{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 30px;
}
.profile_tab_image{
  width: 130px;
  height: 130px;
  position: relative;
  display: inline-block;
}
.profile_tab_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile_upload_img{
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 6px;
  right: 1px;
}
.choose_photo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile_btn{
  padding: 13px 25px;
  width: auto;
  margin-top: 25px;
}
.profile_tab_text{
  margin: 21px 0 30px;
}

.account_address h6{
  padding-bottom: 30px;
}
.account_bdr{
  background-color: #e7e2d9;
  width: 100%;
  height: 1px;
  margin: 40px 0 34px;
}

.tab_back_btn{
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	/* color: #574124; */
	color: black;
	line-height: 8px;
	font-weight: 500;
	margin-bottom: 30px;
}
.tab_back_btn svg{width: 7px; height: 13px;}
/* .tab_back_btn:hover{color: #574124;} */
.tab_back_btn:hover{color: black;}

.account_content_mt{margin-top: 40px;}

.account_invite_friends h6{
  padding-bottom: 8px;
}
.invite_friends_img{
  padding: 47px 0;
}
.refer_code_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(231 226 217 / 40%);
  padding: 20px 30px 25px;
  border-radius: 4px;
}
.copy_refercode{
  margin-right: 20px;
}
.copy_refercode svg {
  width: 15px;
  height: 18px;
}
.share_refercode svg {
  width: 18px;
  height: 18px;
}
.copy_refercode:hover svg path{
  fill: #83c702;
}
.share_refercode:hover svg path{
  fill: #83c702;
}
.refer_code_link{
  position: relative;
}
.refer_copy_toltip{
  background: #e7e2d9;
  /* color: #574124; */
  color: black;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  top: 100%;
  left: -35%;
}

/******** account order and recent purches**/
.sort_btn .dropdown-toggle::after{display: none;}
.my_order_section .sort_btn .dropdown-menu{
  box-shadow: 0px 1px 6.44px 0.56px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0px;
  margin-top: 8px!important;
  border: none;
  /*padding: 16px 13px;*/
}
.my_order_section .sort_btn .dropdown-item{
  color: #3b4e1b;
  font-size: 16px;
  font-weight: 400;
  font-family: 'georgiaregular';
  padding: 7px 13px;
    line-height: normal;
}
.my_order_section .sort_btn .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #83c702;
}
.my_order_section, .recent_purchases_sec{margin-top: 50px;}
.my_order_section .sort_btn{
  margin-bottom: 30px;
}
.my_order_section .order_item_div a.item_div:hover .item_next_arrow svg{
  transform: translateX(10px);
  transition: 0.4s;
}
.my_order_section .order_item_div .item_div:not(:last-child){
  margin-bottom: 16px;
    border-bottom: none;
    padding-bottom: 0px;
}
.my_order_section .order_item_div:not(:last-child){
  margin-bottom: 30px;
    border-bottom: 1px solid #e7e2d9;
    padding-bottom: 30px;
}
.rate_display_div{
  display: inline-flex;
  column-gap: 13px;
  align-items: center;
  border: 1px solid #e7e2d9;
  padding: 7px 13px;
}
.rate_display_div .rating_div{margin-top: 0;}
.item_next_arrow{
  margin-left: auto;
  padding-left: 20px;
}
.item_next_arrow svg{
  height: 18px;
  width: 18px;
  transition: 0.4s;
}
/* empty order */
.empty_order{margin-top: 50px;}
.empty_order p{
  letter-spacing: 1.5px;
  margin: 30px 0;
}

/******************************************************************************************************/
/* order detail*/
.order_details_address{
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #e7e2d9;
  padding: 10px 0 26px;
  margin-bottom: 34px;
}
.order_details_address_left{
  width: 70%;
}
.order_details_address_left p{
  padding: 6px 190px 0 0;
}
.order_details_product:not(:last-child){
  border-bottom: 1px solid #e7e2d9;
  padding-bottom: 30px;
  margin-bottom: 26px;
}
.order_details_product .item_div{
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.order_details_product_status{
  padding: 7px 0 34px;
}
.item_div_text_quntity{
  padding: 8px 0 10px;
}
.item_div_text_quntity span{
   margin-left: 4px;
}
.order_details_reviews{
  border: 1px solid #e7e2d9;
  padding: 20px 24px 21px;
  margin-top: 18px;
}
.order_details_rating{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_details_review_form{
  margin-top: 32px;
  margin-bottom: 2px;
}
.add_review{
  display: flex;
  align-items: center;
}
.order_details_rating a:hover{
  color: #d78026;
}
.add_review_star{
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.add_review_star a{
   display: inline-flex;
}
.add_review_star svg{
  height: 13px;
  width: 13px;
}
.add_review_star svg:not(:last-child){margin-right: 4px;}
.add_review_star a:not(:last-child){margin-right: 4px;}
/* .add_review_star svg path{
  fill: #416100;
} */

.type_review {
  margin: 15px 0 16px;
}
.type_review .filed_style{
  border-radius: 5px;
  height: 100px;
}
.order_details_submit_btn{
  width: unset;
  margin: 0;
}
.order_details_order_Id{
  background: rgb(231 226 216);
  padding: 18px 0 20px 25px;
  margin-bottom: 12px;
}
.order_details_price.price_display_div {
  padding-bottom: 12px;
}
.order_details_order_Id h6{
  padding-bottom: 9px;
}

/* Recommended Products */
/* .recommend_product_img{
    background: #c5b59f1a !important;
    padding-top: 15px;
    padding-bottom: 15px;
} */
 .recommended_product{
    background: #c5b59f1a !important;
    display: block;
    width: 100%;
    margin-right: 17px;
    padding-bottom: 20px;
 }

.recommend_product_img{
    position: relative !important;
    display:block !important;
    height: 220px !important;
    width: 252px !important;
}

.recommend_product_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* upload image */
.add_feddback_choose_photo{
  background-color: rgb(231 226 217 / 40%);
  width: 75px;
  height: 75px;
  border-radius: 5px;
  border: none;
  position: relative;
  overflow: hidden;
}
.add_feddback_choose_photo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.upload__box{
  display: flex;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn-box {
  order: 1;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.upload__img-box, .uploaded_img_display {
  width: 75px;
  height: 75px;
  margin-right: 10px;
  position: relative;
}

/* style by nency(backend) */
.uploaded_img_display img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uploaded_img_display video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.upload__img-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "";
  background: url('../images/modal-close-btn.webp') no-repeat;
  background-size: 10px;
  height: 10px;
  width: 10px;
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  border-radius: 5px;
}

/* modal */
.order_details .modal-content{
  border: none;
  border-radius: 12px;
}
.order_details .modal-header{
  display: inline-block;
  padding: 16px 16px 18px;
  border: none;

}
.order_details .modal-title{
  padding-top: 28px;
}
.order_details .modal-header .btn-close{
  display: block;
  margin-left: auto;
}
.order_details .btn-close{
  background: transparent url('../images/modal-close-btn.webp') no-repeat center;
}
.order_details .modal-body{
  padding-bottom: 83px;
}
.tracking-wrapper {
	margin: 32px 68px 10px;
  padding: 0;
}
.tracking * {
	padding: 0;
	margin: 0;
}
.tracking {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.tracking .empty-bar {
	background: rgb(231 226 216 / 40%);
	position: absolute;
	width: 90%;
	height: 6px;
	top: 40%;
	margin-left: 5%;
}
.tracking .color-bar {
	background: #83c702;
	position: absolute;
	height: 6px;
	top: 40%;
	margin-left: 5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.tracking ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.tracking ul > li {
	background: #e7e2d9;
	text-align: center;
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 1;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: inline-block;
	position: relative;
	width: 11.5%;
}
.tracking ul > li .el {
	position: relative;
  margin-top: 100%;
}

.tracking ul > li .txt {
  color: #416100;
    position: absolute;
    top: 123%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 140%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
}
.tracking .progress-0 .color-bar { width: 30%; }
.tracking .active-status{
  background: url('../images/order-tracing-active-status.webp') no-repeat center;
  background-color: #83c702;
}

/******************************************************************************************************/
/* blog */
.blog_list_div{
  text-decoration: none;
  display: block;
}
.blog_list_img{
  width: 100%;
  height: 240px;
  position: relative;
}
.blog_list_img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.blog_list_heade{
  display: flex;
  align-items: center;
  padding: 20px 0 11px;
}
.blog_list_heade span{
  margin: 0 10px;
}
.blog_list_title{
  padding-bottom: 10px;
}
.blog_list_img::after{
  content: '';
  background: rgb(59 78 27 / 30%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease-in;
  opacity: 0;
}
.blog_list_div:hover .blog_list_img::after{
  opacity: 1;
}
.blog_sec .pagination_div{
  margin-top: 47px;
}

/******************************************************************************************************/
/* blog details */
.blog_left_sidebar{
  background: rgb(231 226 217 / 20%);
  padding: 23px 20px 26px;
}
.sidebar_title_bdr{
  width: 100%;
  height: 1px;
  margin: 10px 0 30px;
  background: rgb(59 78 26 / 20%);
  position: relative;
}
.sidebar_title_bdr::after{
  content: '';
  width: 42%;
  height: 2px;
  background-color: #3b4e1b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recent_posts{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 20px;
}
.recent_post_img{
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  position: relative;
}
.recent_post_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.recent_post_text{
  margin-left: 15px;
}
.recent_post_text p{
  padding-bottom: 6px;
}
.blog_categories_div{
  margin-top: 35px;
}
.blog_categories_div h5{
  padding-bottom: 4px;
}
.blog_category{
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.blog_category:last-child{margin-bottom: 0;}

.blog_category svg{
  margin-right: 9px;
  flex-shrink : 0;
}
.blog_category:hover{
  color: #709a08;
}
.blog_category:hover svg path{
  fill: #709a08;
}
.blog_details_img{
  width: 100%;
  height: 370px;
  position: relative;
}
.blog_details_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_details_head, .webinar_details_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.blog_details_date_category, .webinar_details_date_time{
  display: flex;
  align-items: center;
}
.blog_details_date{
  display: flex;
  align-items: center;
}
.blog_details_date svg{
  margin-right: 9px;
}
.blog_details_date_category a, .webinar_time{
  position: relative;
  margin-left: 19px;
}
 .blog_details_date_category a::before, .webinar_time::before{
  content: '';
  width: 1px;
  height: 14px;
  /* background: #574124; */
  background: black;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translatey(-50%);
}
.blog_details_date_category a:hover{
  color: #709a08;
}
.product_share .me-18{
  margin-right: 18px;
}
.blog_details_content{
  margin-top: 20px;
}
.blog_details_content h5{
  margin-bottom: 18px;
}
.blog_details_content p{
  margin-bottom: 10px;
}
.blog_details_content_img{
  width: 710px;
  height: 375px;
  margin-top: 37px;
  margin-bottom: 28px;
  position: relative;
}
.blog_details_content_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.blog_details_listp{
  padding-top: 6px;
}
.blog_details_listp span{
  margin-right: 9px;
}
.blog_details_content .mt_34{margin-top: 26px;}

/******************************************************************************************************/
/* webinar */
.webinar_box {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  transition: .2s ease-in;
}

.webinar_box:hover{
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}

.webinar_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.webinar_img{
  width: 100%;
  height: 350px;
  position: relative;
}
.webinar_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.upcomming_btn{
  background: #d78026;
  padding: 5px 16px 7px;
  display: inline-block;
  border-radius: 16.5px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.webinar_text{
  padding: 0 30px 30px;
}
.webinar_date_time{
  display: flex;
  align-items: center;
}
.webinar_text_title{
  margin-top: 15px;
  padding-bottom: 8px;
  display: block;
}
.webinar_text_title:hover{
   color: #709a08;
}

/******************************************************************************************************/
/* webinar details */
.webinar_details_video{
  width: 100%;
  height: 650px;
  position: relative;
}
.webinar_details_video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.webinar_details_content h5{
  margin: 20px 0 18px;
}
.webinar_details_content p{
  margin-top: 10px;
}
.webinar_details_content h6{
  margin: 22px 0 15px
}
.webinar_details_img{
  width: 710px;
  height: 375px;
  position: relative;
  margin: 35px 0 14px;
}
.webinar_details_img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/******************************************************************************************************/
/* about us */

.about_us_img_col{
  width: 100%;
  height: 470px;
  position: relative;
}
.about_us_img_col img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_us_text_col, .essence_of_azara_col {
  padding: 0 44px;
}
.about_us_text_col h4{
   margin-bottom: 15px;
}
.about_img_width{
    width:30%;
    margin-bottom: 30px;
}
/* essence of azara */
.essence_of_azara_sec{
  background: url('../images/about-us-bg.webp') no-repeat;
  padding: 55px 0 ;
  background-size: cover;
}
.essence_of_azara_col h4{
  margin-bottom: 18px;
}
.essence_of_azara_img_col{
  width: 100%;
  height: 520px;
  position: relative;
}
.essence_of_azara_img_col img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* timeline */
.timeline_div{
  display: flex;
  position: relative;
}
.timeline_div:not(:last-child){
  padding-bottom: 30px;
}
.timeline_event{
  position: relative;
  padding: 20px 0;
}
.timeline_event:before {
    content: "";
    background: url(../images/timeline-img.webp) no-repeat;
    top: 50%;
    left: 100%;
    position: absolute;
    z-index: 1;
    height: 20px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;

}
.timeline_div:not(:last-child):after{
  content: "";
  /* height: 170px; */
  height: 100%;
  position: absolute;
  top: 29%;
  left: 117px;
  border: 2px solid #e7e2d9;
}

.timeline_event_content{margin-left: 77px;}

.timeline_event{
  display: flex;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  border: 4px solid #83c702;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.timeline_event h6{
  font-family: 'georgiaregular';
  font-size: 24px;
  font-weight: 400;
  /* color: #574124; */
  color: black;
  margin-bottom: 0px;
}
.timeline_text{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 30px 24px;
  border-radius: 4px;
}
.timeline_text h6{
  padding-bottom: 4px;
}

/* production process  */
.production_process_sec{
  margin-top: 48px;
}
.production_process_content h4{
  margin-bottom: 18px;
}
.production_process_img{
  width: 100%;
  height: 500px;
  position: relative;
  margin: 50px 0 42px;
}
.production_process_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.production_process_text{
  margin-bottom: 52px;
}
.production_process_text h5{
  margin-bottom: 15px;
}
.production_process_text h6{
  margin: 22px 0 16px;
}
.production_process_text .mt_50{
  margin-top: 40px;
}

/******************************************************************************************************/
/* faq */
.faq_accordian .accordion-button::after{
   background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b4e1b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   background-size: 17px;
   height: 17px;
   width: 17px;
}
.faq_accordian .accordion-item{
  border: none;
  background: #fff;
  border-radius: 4px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.faq_accordian .accordion-button:not(.collapsed){
    color: currentColor;
    background-color: transparent;
    box-shadow: none;
}
.faq_accordian .accordion-button:focus{
  border-color: transparent;
  box-shadow: none;
}
.faq_accordian .accordion-button{
  font-size: 22px;
  color: #3b4e1b;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 30px 40px;
}
.faq_accordian .accordion-body{
  border-top: 1px solid rgb(87 65 36 / 50%);
  margin: 0 40px;
  padding: 34px 0 40px;
}

/******************************************************************************************************/
/* order confirmed*/
.order_confirmed{
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.order_confirmed_content img{
  margin-bottom: 15px;
}
.order_confirmed_content p{
  padding: 15px 0 30px;
}
.order_confirmed_content p a:hover{
  color: #83c702;
}

/******************************************************************************************************/
/* page loder */
.loder_div .modal-content{
  border: none;
}
.loder_div .modal-header{
  border: none;
  padding: 10px 15px;
}
.loder_div .modal-body{
  padding: 70px 15px 77px;
}
.loder_div h5{
  letter-spacing: 1.25px;
}
.box {
  border-radius: 3px;
  font-size: 30px;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 40px;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}

[class*=loader-] {
  display: inline-block;
  width: 47px;
  height: 47px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  color: #83c702;
}

.loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.loader-10:before, .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid currentcolor;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}
.loader-10:before {
  top: 0;
  left: 50%;
}
.loader-10:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}


@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.disabled:hover{
	color: #fff;
    background: #878787!important;
}


/******************************************************************************************************/
/* certificate section */

.our_certificate_text{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.our_certificate_img{
  width: 100%;
  height: 770px;
  position: relative;
}
.our_certificate_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}

/******************************************************************************************************/
/* gallery section */

.gallery_tabs .nav-link{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #c5b59f;
  padding: 20px 24px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-right: 8px;
}
.gallery_tabs .nav-link.active{
  border: 0;
  /* border-bottom: 2px solid #574124;
  color: #574124; */
  border-bottom: 2px solid black;
  color: black;
}
.gallery_tabs_content{
  margin-top: 40px;
}
.images_tab_img{
  display: block;
  text-decoration: none;
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
}
.images_tab_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_tabs_content .pagination_div{
  margin-top: 20px;
}
.video_tab_video{
  display: block;
  text-decoration: none;
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 20px;
}
.video_tab_video_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/******************************************************************************************************/
/* testimonials section */

.testimonials_div{
  border-bottom: 1px solid #E7E2D9;
  padding-bottom: 32px;
  margin-top: 32px;
}
.testimonials_div:last-child{
    border-bottom: none;
}
.testimonials_div:first-child{
  margin-top: 0;
}
.testimonials_profile{
  display: flex;
  align-items: center;
}
.testimonials_profile_img{
  position: relative;
  width: 55px;
  height: 55px;
  margin-right: 16px;
}
.testimonials_profile_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials_time{
  margin: 24px 0 14px;
}
.testimonials_content{
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonials_content_img_div{
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: 18px;
}
.testimonials_content_img_div:first-child{
  margin-left: 0;
}
.testimonials_content_img_div img, .testimonials_content_video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.our_testimonials_sec .pagination_div{
  margin-top: 40px;
}


/********************************************************************************************/
/* Product Detail  */
.mb_video{
    margin-bottom:15px;
}
.product_video_col_div{
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.product_video_title{
    padding-left: 15px;
    font-weight: 600;
    font-size: 18px;
}
.product_video_description{
    padding-left: 15px;
    font-size: 15.5px;
    margin-bottom: 0;
}
.video_div{
    position: relative;
    /* height: 100%; */
    /* overflow: hidden; */
    width: 100% ;
    height: 200px;
    /* padding-bottom:10px; */
    margin-bottom: 15px;
    border-radius:10px 10px 0px 0px;
}
.video_div iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform:translate(-50%, -50%);
}
.product_video_sec{
    background: none;
    background-color: #e7e2d952;
}
.blog_category_sec{
    padding: 60px 0px;
    background: none;
    background-color: #e7e2d952;
}
.blog_category_row .blog_list_div{
    margin-bottom:20px;
}
.blog_category_row .blog_list_img{
    margin-bottom: 10px;
}
.blog_category_row .section_title .title_main_text {
    margin-bottom: 30px;
}
/****************************************************************************************************************************************************************************************************************************/

.overflow_hidden{overflow-x: hidden;}

/** responsive **/

@media (min-width: 1400px) {
	.container{
		max-width: 1190px;
	}
}

@media (min-width: 576px) {
  .modal-dialog {
    --bs-modal-width: 571px;
    height: 100%;
  }
  /* about us */
  .about_img_width{
    width:35%;
    margin-bottom: 30px;
  }

}

@media (max-width: 1690px) {
	/*.img_hover_size{height: 130px;width: 130px;}*/
	.blend_box .font-18 {font-size: 17px;}
	.benefits_sec .benefit_box{padding: 0px 18px;}
	.benefits_sec .benefit_box .benefit_box_text {padding-left: 26px;}
	.unique_blens{padding: 90px 120px 30px;}
  /* gallery section */
  .video_tab_video{height: 228px;}

}

@media (max-width: 1610px) {
	.font-70 {font-size: 60px;}
	.font-18 {font-size: 16px;}
	.font-22 {font-size: 20px;}
	.font-24 {font-size: 22px;}
	.footer .font_16 {font-size: 14px;}
	.lh-82 {line-height: 72px;}
	.mb-17 {margin-bottom: 12px;}
	.mt-94 {margin-top: 80px;}
	.mt-65 {margin-top: 55px;}

	/* header */
	.top-header p.font-14{font-size: 13px;}
	.logo{width: 80%;}
	.my_menu a {padding: 8px 12px !important;}
	.my_menu .font-16{font-size: 14px;}
	.right_icons{margin-right: 8px;}
	.right_icons .search svg{width: 18px; height: 18px;}
	.right_icons .bag svg{width: 18px; height: 20px;}
	.me_12{margin-right: 10px;}
	.login_btn{padding-right: 8px;}
	.login_btn a {font-size: 13px; padding: 6px 16px;}
	.header .form-select{font-size: 13px; padding: 6px 16px; padding-right: 29px;}
	.header_search_input{width: 154%;}
	.header_search_input .filed_style {font-size: 14px; padding: 12px 16px;}

	  /* footer */
	  .footer .font-24 {font-size: 22px;}
        .footer .font-16 {font-size: 14px;}


	.main_banner .banner_right_content img{max-width: 84%;}
	.main_banner p {margin-bottom: 28px;margin-top: 28px;}
	.origin_sec {padding-top: 40px;padding-bottom: 20px;}
	.unique_blens{padding: 70px 90px 30px;}
	/*.img_hover_size {height: 120px;width: 120px;}*/
	.blend_box .font-18 {font-size: 16px;}
	.testimonial_sec .testimonial_slide_content .testimonial_profile_div img {width: 60px;height: 60px;}
	.ps-22 {padding-left: 18px;}
	.benefit_box .font-16 {font-size: 15px;}
	.benefits_sec .benefit_box .benefit_box_text {padding-left: 22px;}
	.newsletter_sec .newsletter_left_div{padding: 95px 70px;}
	.section_title .title_main_text{font-size: 34px;margin-bottom: 18px;}
	.section_title .recommend_product_title{font-size: 34px;margin-bottom: 18px;}
	.section_title .title_sub_text{font-size: 15px;line-height: 23px;}
	.filed_style {font-size: 15px;padding: 14px 16px;}
    .sustainability_sec  p{margin-top: 30px;}

	/* product list page */
	.product_display_div .product_top_filter p.font-16 {font-size: 15px;}
	.sort_btn .dropdown span svg{margin-top: -3px;}

	/*** cart page ***/
	.cart_item_list_div{padding: 22px 22px;}
	.coupon_code_div, .p-26 {padding: 18px 22px;}
	.empty_card_div .empty_cart_svg {width: 84px;height: 84px;}
	.empty_card_div h6{font-size: 22px;}

	/*** billing page ***/
	.billing_form_div {padding: 50px 84px;}
	.billing_form_div .mb-35 {margin-bottom: 30px;}

	/*** product_details page ***/
	.related_product_slider .products_list .product_box .product_img {height: 330px;}
	.review_descripion_sec .nav-tabs .nav-link{padding: 16px 20px;margin-right: 4px;}
	.customer_review .review_profile_img img{height: 50px;width: 50px;}
    .product_testimonial_img{height: 70px; width: 70px;}
	.customer_review_text{padding-top: 3px;}
	.customer_review_text .review_details_img {margin-top: 14px;}
	.customer_review_text .product_review_img_div {margin-top: 18px;}
	.customer_review_text .review_details_img ul li img{height: 65px;width: 65px;}
	.customer_review_text .review_details_img ul li video{height: 65px;width: 65px;}
	.customer_review:not(:last-child){padding-bottom: 28px;margin-bottom: 28px;}
    .error_feedbacks_not_found{ font-size: 15px;}

	/*  contact us page  */
	.mb-55 {margin-bottom: 45px;}
	.contact_detail_sec .svg_icon_bg{height: 85px;width: 85px;}
	.contact_detail_sec .svg_icon_bg svg{width: 35px;}

	/* login */
   .font-34 {font-size: 30px;}
   .login_boxp {padding: 12px 40px 30px;}
   .filed_style {font-size: 15px; padding: 14px 16px;}
   .login_box .font-16 {font-size: 15px;}

   /* registration */
   .register_sec .filed_style {font-size: 14px; padding: 12px 16px;}
   .registration_boxp {padding: 12px 90px 30px;}

   /******** account order **/
    .my_order_section, .recent_purchases_sec {margin-top: 40px;}

   /* blog details */
   .blog_details_content h5{font-size: 26px;}

   /* webinar */
   .webinar_text_title{font-size: 24px; line-height: 32px; padding-right: 5px;}

   /* webinar details */
   .webinar_details_video{height: 600px;}
   .webinar_details_content h5{font-size: 26px;}

   /* user card */
   .card_form_design{padding: 40px 40px 27px;border-radius: 8px;}
}

@media (max-width: 1450px){
	.font-20 {font-size: 18px;}
	.mb-32 {margin-bottom: 28px;}
	.ps-22 {padding-left: 16px;}
	.mt-95 {margin-top: 50px;}
	.font-24 {font-size: 20px;}

	/* header */
  	.header_search_input{transform: translateY(30%);}
  	.header .badge {padding: 3px 5px;top: 4px;left: 78%;font-size: 10px;}

  	/* footer */
  	.footer .font-24 {font-size: 20px;}
  	.ftr_title_border h4{margin-bottom: 28px;}
  	.ftr_title_border h4::after {width: 80px;}
  	.contact_link {margin-top: 32px;}
  	.footer::after {bottom: 64px;}
  	.py_67 {padding-bottom: 61px;}
  	.footer_bottom_text {padding-bottom: 20px;}

	.testimonial_sec .testimonial_slide_content .testimonial_profile_div img {width: 56px;height: 56px;}
	.testimonial_sec .slick-dots {bottom: -60px;}
	.testimonial_sec .slick-dots li button:before{height: 12px;width: 12px;}
	.testimonial_sec .slick-dots li{margin: 0 5px;}
	.unique_blens {
        padding: 70px 60px 20px;
    }
    .benefit_box .font-16 {
        font-size: 14px;
    }
    .benefit_box img{
    	max-width: 15%;
    }
    .newsletter_sec .newsletter_left_div {
        padding: 80px 70px;
    }
    /*.img_hover_size {
        height: 110px;
        width: 110px;
    }*/
    .blend_box {padding: 0px 20px;}
    .blend_box .font-12 {
    	font-size: 11px;
	}
	.blend_box .lh-18 {
	    line-height: 16px;
	}
	.mb-17 {
        margin-bottom: 10px;
    }
    .font-22 {
        font-size: 19px;
    }
    .benefit_box img {
        max-width: 14%;
    }
    .section_title .title_top_text{
    	font-size: 14px;letter-spacing: 2px;
    }
    .section_title .title_main_text {
        font-size: 32px;
        margin-bottom: 14px;
        line-height: 42px;
    }
    .section_title .recommended_product_title {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 42px;
    }
    .section_title .title_sub_text {
        font-size: 14px;
    }

    .testimonial_sec .slick-next{
    	right: -60px;
    }
    .testimonial_sec .slick-prev {left: -60px;}

    /* product list page */
    .product_section .products_list .product_box .product_img{height: 300px;}
    .products_list {padding-top: 45px;}
    .right_menu .cart_items_popup{top: 40px;}
    .product_box .footer_social_icon a{margin-right: 10px;}
    .product_box .footer_social_icon{padding: 12px 10px;}
    .product_box .footer_social_icon a {width: 44px;height: 44px;}
    .product_box .footer_social_icon a svg {height: 16px;width: 16px;}

    /*** billing page ***/
		.billing_form_div {padding: 45px 74px;}
		.billing_form_div .mb-35 {margin-bottom: 30px;}

		/*** product_details page ***/
		.product_price_quatinty_div .quantity_div .quantity_btns{height: 44px;width: 44px;}
		.product_price_quatinty_div .quantity_div .form-control{max-width: 56px;height: 44px;}
		.product_price_quatinty_div .add_to_cart_btn{padding: 11px 25px;min-width: 235px;}
		.related_product_sec{padding: 130px 0 55px;}
        .recommended_product_sec{padding: 130px 0 55px;}
        .error_feedbacks_not_found{ font-size:16px;}

		/* registration */
  	.register_btn{margin-top: 20px;}

	  /* blog */
	  .blog_list_title{line-height: 28px;}

	  /******** account order **/
  	.my_order_section .order_item_div:not(:last-child) {margin-bottom: 25px;padding-bottom: 25px;}
}
@media (max-width: 1390px){
    .lh-82 {line-height: 62px;}
    .lh-28 {line-height: 26px;}
    .font-70 {font-size: 52px;}
    .py-120 {padding: 50px 0px;}
    .mb-32 {margin-bottom: 26px;}
    .mb-17 {margin-bottom: 8px;}

    /* header */
  	/*.top-header p {padding-top: 8px; padding-bottom: 0px;}*/
  	.header {padding: 10px 0 16px;}
  	.login_btn a {font-size: 12px; padding: 6px 15px;}
  	.header .form-select{font-size: 12px; padding: 6px 15px; padding-right: 28px;}
  	.header_search_input{width: 143%;}
  	/*.header_search_input .btn-close{width: 5px; height: 5px; top: 8%; right: 8px;}*/
  	.header_search_input .filed_style {padding: 10px 14px;}

  	/* inner_banner */
  	.inner_banner{padding: 12px 0;}

  	/* footer */
  	.footer_left_col p {padding-right: 38px;}

    .main_banner {padding: 55px 0px 90px;}
    .main_banner p {margin-bottom: 24px;margin-top: 24px;}
    .main_banner .banner_right_content img {max-width: 75%;}
    .main_banner .banner_btn {padding: 11px 26px;}
    .brown_btn_design.font-18 {font-size: 14px;}
    /*.img_hover_size {height: 105px;width: 105px;}*/
    .blend_box .font-18 {font-size: 14px;}
    .blend_box .lh-23 {line-height: 20px;}
    .blend_box .font-12 {font-size: 10px;}
    .section_title .title_main_text {font-size: 30px;margin-bottom: 14px;line-height: 40px;}
    .section_title .recommend_product_title {font-size: 30px;margin-bottom: 14px;line-height: 40px;}
    .section_title .title_sub_text{max-width: 515px;}
    .section_title .title_top_text {font-size: 13px;letter-spacing: 1.9px;}
    .origin_sec {padding-top: 35px;padding-bottom: 10px;}
    .origin_sec .origin_text{font-size: 15px;margin-bottom: 26px;margin-top: 20px;}
    .origin_sec .origin_read_more, .price_display_div .place_order_btn {padding: 10px 25px;}
		.green_btn_design{font-size: 14px;}
		.origin_sec img{max-width: 95%;}
    .testimonial_sec {padding-bottom: 75px;}
    .testimonial_sec .testimonial_slide_content .testimonial_profile_div img {width: 50px;height: 50px;}
    .testimonial_profile_div .font-20 {font-size: 17px;}
    .testimonial_sec .slick-prev:before, .testimonial_sec .slick-next:before{height: 23px;width: 23px;}
    .testimonial_sec .slick-dots {bottom: -55px;}
    .testimonial_sec .slick-dots li button:before {height: 10px;width: 10px;}
    .testimonial_sec .slick-dots li {width: 10px;height: 10px;}
    .benefit_box img {max-width: 13%;}
    .benefit_box .font-16 {font-size: 13px;}
    .newsletter_left_div  .font-16 {font-size: 14px;}
		.newsletter_right_form  .font-18 {font-size: 14px;}
    .newsletter_right_form  .font-14 {font-size: 13px;}
		.newsletter_submit_btn{padding: 10px 25px;}
    .newsletter_sec .newsletter_left_div {padding: 80px 70px;}
    .filed_style{font-size: 15px;padding: 13px 16px;}
    .sustainability_sec  p{font-size: 15px;}
    .sustainability_sec .commitment_btn {margin-top: 26px;}


    /* Product detail video */
    .product_video_description{
        height: 92px;
    }

    /* product list page */
    .py-55 {padding: 50px 0px;}
    .product_display_div .filed_style{padding: 9px 12px 9px 12px;}
    .sort_btn .green_btn_design{padding: 9px 18px;}
    .product_top_filter .sort_btn .dropdown-item{font-size: 14px;}
    .product_section .products_list .product_box .product_img {height: 290px;}
    .product_text .lh-24 {line-height: 20px;}
    .product_text .lh-23 {line-height: 19px;}
    .product_text .font-14 {font-size: 13px;}
    .product_text .font-16 {font-size: 15px;}
    .products_list .product_box .product_text {padding-top: 18px;}
    .pagination_div .page-link{height: 35px;width: 35px;margin: 0px 3px;font-size: 13px;}
    .product_box .footer_social_icon a {width: 43px;height: 43px;}
    .product_box .footer_social_icon a svg {height: 16px;width: 16px;}
    .cart_items_popup .font-13 {font-size: 12px;}
		.cart_items_popup .font-14 {font-size: 13px;}
		.cart_items_popup .cart_popup_btns .border_btn_design, .cart_items_popup .cart_popup_btns .green_btn_design {font-size: 12px;padding: 8px;margin-top: 16px;}
		.product_box .footer_social_icon{top: 16px;}
		.cart_svg:before{padding-bottom: 40px;}

		/*** cart page ***/
		.cart_item_list_div{padding: 20px 20px;}
		.coupon_code_div, .p-26 {padding: 16px 20px;}
		.item_div .item_image, .item_div .item_image img{height: 126px;width: 90px;}
		.item_div .lh-24 {line-height: 16px;}
		.item_div .font-16 {font-size: 15px;}
		.item_div .font-12 {font-size: 11px;}
		.item_div .item_div_text .item_category_text {line-height: 15px;margin-bottom: 2px;}
		.item_div .quantity_div .quantity_btns{height: 28px;width: 28px;}
		.item_div .quantity_div .form-control{max-width: 36px;height: 28px;}
		.item_div .quantity_div {margin-bottom: 10px;margin-top: 8px;}
		.item_delete{height: 4px;width: 4px;}
		/* .coupon_code_div, .p-26 {padding: 16px 22px;} */
		.coupon_code_div, .p-26 {padding: 15px 22px;}

		.price_display_div .coupon_apply_btn {font-size: 14px;line-height: 20px;}
		.price_display_div .coupon_code_div .filed_style{padding: 9px 12px;}
		.price_display_div .shipping_div ul {margin-top: 6px;margin-bottom: 11px;}
		/* .price_display_div .place_order_btn {margin-top: 25px;} */
        .price_display_div .place_order_btn { margin-top: 15px;}
		.empty_card_div .white_bg_design {padding: 50px 40px;}
		.empty_card_div .empty_cart_svg {width: 80px;height: 80px;}
		.empty_card_div h6{font-size: 20px;padding-top: 35px;padding-bottom: 35px;}

		/*** product_details page ***/
		/*.product_preview_silder .product_image .slick-list{height: 500px!important;}*/
		.main_product_display{position: relative;width: 100%;height: 500px;}
		.product_preview_silder .product_image .main_product_display img{width: 100%;object-fit: cover;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: auto;}
		.product_preview_silder .product_option_dot{width: 90px;}
		.slider-nav .product_image_option img{height: 93px;}
		.product_preview_silder .product_image {margin-left: 90px;padding-left: 10px;}
		.product_detail_content .product_preview_silder .product_image_option {margin-bottom: 8px;}
		.product_name_share .font-18 {font-size: 14px;}
		.font-28 {font-size: 22px;}
		.lh-30 {line-height: 26px;}
		.product_disc_div .product_name_share h3 {margin-bottom: 14px;margin-top: 6px;}
		.product_disc_div .product_disc_hr{margin: 19px 0px 20px;}
		.product_price_quatinty_div .font-20 {font-size: 16px;}
		.product_price_quatinty_div .add_to_cart_btn {padding: 10px 25px;min-width: 225px;margin-left: 10px;}
		.product_price_quatinty_div .quantity_div .quantity_btns {height: 42px;width: 42px;}
		.product_price_quatinty_div .quantity_div .form-control {max-width: 54px;height: 42px;}
		.product_price_quatinty_div .selct_quantity_div h6 {margin-bottom: 12px;margin-top: 16px;}
		.product_disc_div .product_details_list li {margin-bottom: 8px;}
		.product_disc_div .product_details_list .font-14 {font-size: 13px;}
		.review_descripion_sec .nav-tabs .nav-link{font-size: 16px;}
		.review_descripion_sec .nav-tabs .nav-link{padding: 14px 20px;}
		.review_descripion_sec .tab-content {padding-top: 18px;}
		.customer_review:not(:last-child) {padding-bottom: 26px;margin-bottom: 26px;}
		.review_descripion_sec .pagination_div {margin-top: 50px;}
		.related_product_sec {padding: 100px 0 50px;}
        .recommended_product_sec{padding: 30px 0 50px;}
		.related_product_slider .products_list {padding-top: 30px;}
		.related_product_slider .products_list .product_box .product_img {height: 300px;}
		.related_product_slider .slick-prev:before, .related_product_slider .slick-next:before{height: 23px;width: 23px;}
		.related_product_slider .slick-prev{left: -51px;}
		.related_product_slider .slick-next{right: -51px;}
        .error_feedbacks_not_found{  font-size:16px;}

		/*  contact us page  */
		.contact_detail_sec .svg_icon_bg svg {width: 30px;}
		.contact_detail_sec .svg_icon_bg {height: 75px;width: 75px;}
		.contact_form_sec .contact_form_btn {padding: 10px 25px;font-size: 14px;line-height: 22px;}
		.contact_detail_sec .contact_info_div h6 {margin-bottom: 8px;}
		.location_map iframe{height: 500px;}
		.pb-40 {padding-bottom: 30px;}
		.font-30 {font-size: 26px;}

		/* login */
	  .my_55 {margin: 50px 0;}
	  .login_box {padding: 32px 80px 38px;}
	  .login_boxp {padding: 12px 49px 30px; line-height: 23px;}
	  .form_btn {padding: 10px 0; margin-top: 18px; margin-bottom: 12px;}
	  .form_btn{font-size: 14px !important;}
	  .filed_style {padding: 13px 16px;}

	  /* registration */
	  .registration_boxp {padding: 12px 89px 30px; line-height: 23px;}

	  /* account */
	  .user_small_profile_img {width: 60px; height: 60px;}
	  .user_small_profile_text h6 {padding-bottom: 0px;}
	  .user_small_profile {padding: 25px 30px;}
	  .account_tab .nav-link {padding: 14px 18px;}
	  .account_content .font-28 {font-size: 25px;}
	  .profile_tab_image {width: 110px; height: 110px;}
	  .profile_upload_img{height: 33px; width: 33px;}
	  .account_content .font-22 {font-size: 20px;}
	  .profile_btn{padding: 10px 25px;}
	  .profile_tab_text {margin: 18px 0 22px;}

	  .account_content_mt {margin-top: 35px;}
	  .account_address h6 {padding-bottom: 24px;}
	  .account_bdr{margin: 35px 0 30px;}

	  .invite_friends_img {padding: 40px 0;}
	  .refer_code_div{padding: 16px 30px 18px;}

	  /* user card */
   .card_form_design{padding: 40px 30px 27px;}

	  /******** account order **/
	  .rate_display_div .font-14{font-size: 13px;}
	  .rate_display_div{column-gap: 9px;padding: 6px 10px;}
	  .item_next_arrow svg{height: 15px;width: 15px;}
	  .my_order_section, .recent_purchases_sec {margin-top: 35px;}
	  /* empty order */
	  .empty_order p{font-size: 20px;}

	  /* order detail */
	  .order_details_address{margin-bottom: 30px;}
	  .track_order_btn{padding: 9px 18px !important;}
	  .order_details_product_status {padding: 4px 0 30px;}
	  .item_div_text_quntity {padding: 4px 0 6px;}
	  .order_details_submit_btn{padding: 9px 18px;}
	  /* modal */
	  .order_details .modal-header {padding: 16px 16px 10px;}
	  .tracking ul > li{width: 10%;}

	  /* blog */
	  .blog_list_img{height: 220px;}
	  .blog_list_heade{padding: 18px 0 9px;}
	  .blog_list_title {line-height: 26px; padding-bottom: 8px;}

	  /* blog details */
	  .blog_details_img{height: 354px;}
	  .blog_details_head, .webinar_details_head{margin-top: 30px;}
	  .product_share .me-18{margin-right: 12px;}
	  .inner_page_social_icons.product_share p{font-size: 14px;}
	  .inner_page_social_icons .footer_social_icon a{width: 25px; height: 25px; margin-right: 9px;}
	  .inner_page_social_icons .footer_social_icon svg{height: 13px; width: 13px;}
	  .blog_details_content h5 {margin-bottom: 14px;}
	  .blog_details_content_img {width: 640px; height: 305px; margin-top: 32px; margin-bottom: 23px;}
	  .blog_details_content .mt_34 {margin-top: 18px;}

	  /* webinar */
	  .upcomming_btn{left: 25px;}
	  .webinar_text{padding: 0 25px 25px;}
	  .webinar_img{height: 335px;}
	  .webinar_text_title{font-size: 22px; line-height: 30px; margin-top: 12px; padding-right: 32px;}
	  .webinar_head{margin-top: 25px;}

	  /* webinar details */
	  .webinar_details_video {height: 520px;}
	  .webinar_details_content h5 {margin: 16px 0 12px;}
	  .webinar_details_content p {margin-top: 8px;}
	  .webinar_details_content h6 {margin: 18px 0 11px;}
	  .webinar_details_img{margin: 30px 0 14px;}

	  /* about us */
	  .about_us_img_col{height: 450px;}
	  .essence_of_azara_img_col{height: 498px;}
	  .essence_of_azara_col h4 {font-size: 32px; margin-bottom: 18px;}
	  .about_us_text_col, .essence_of_azara_col {padding: 0 19px;}
	  .production_process_img{height: 477px;}
	  .production_process_content h4 {font-size: 32px; margin-bottom: 14px;}
	  .production_process_img{margin: 35px 0 35px;}
	  .production_process_text h5 {font-size: 26px; margin-bottom: 10px;}
	  .production_process_text h6 {margin: 18px 0 10px;}
	  .production_process_text .mt_50 {margin-top: 30px;}
	  .production_process_text {margin-bottom: 45px;}

	  /* faq */
	  .faq_accordian .accordion-item{margin-bottom: 25px;}
	  .faq_accordian .accordion-button{font-size: 20px; padding: 25px 35px;}
	  .faq_accordian .accordion-body{padding: 27px 0 30px; margin: 0 35px}

	  /* page loder */
	  [class*=loader-] {width: 26px; height: 26px;}
	  .box{margin-bottom: 30px;}

    /* gallery section */
    .images_tab_img{height: 230px;}
    .video_tab_video{height: 218px;}

    /* testimonials section */
    .testimonials_content_img_div{
      margin-left: 12px;
    }

}
@media (max-width: 1300px){
		/* product list page */
		.product_box .footer_social_icon{flex-direction: column;}
		.product_box .footer_social_icon a {margin-right: 0;margin-bottom: 8px;}
		.product_box .footer_social_icon a:last-child{margin-bottom: 0px;}
		.product_box .footer_social_icon {top: -50px;}
		.product_box .footer_social_icon{top: -60px;
    right: 34px;
    left: auto;
    transform: none;}
		.product_box .footer_social_icon::after{right: -16px;
    top: 41px;
    transform: rotate(90deg);
    left: auto;}

    /* Product Detail Page */
    .error_feedbacks_not_found{
        font-size:16px;
    }
}
@media (max-width: 1080px){
		.font-70 {font-size: 40px;}
		.lh-82 {line-height: 50px;}
		.lh-24 {line-height: 21px;}
		.font-22 {font-size: 18px;}

		.mt-94 {margin-top: 20px;}
		.mt-95, .mt-65 {margin-top: 40px;}

		.origin_sec {padding-top: 40px;padding-bottom: 55px;}
		.testimonial_sec {padding-bottom: 72px;}
		.unique_blens {padding: 45px 50px 10px;}


	 	/* header */
  	.top-header p.font-14 {font-size: 12px;}

	  /* footer */
	  .footer_left_col p {padding-right: 18px;}
	  .ftr_title_border h4::after {width: 66px;}
	  .footer_social_icon a:last-child{margin-right: 0;}
	  .footer .font-16 {font-size: 15px;}
	  .footer .font-24 {font-size: 18px;}
	  .footer .font-14 {font-size: 13px;}
	  .ftr_title_border h4 {margin-bottom: 24px;}
	  .contact_link {margin-top: 26px;}

		.filed_style {font-size: 14px;padding: 12px 14px;}
		.main_banner .banner_right_content img {max-width: 85%;}
		.main_banner{background-position-x: center;}
		.origin_sec img {max-width: 100%;}
		.blend_category{justify-content: center;}
		.blend_category .col{width: 25%;flex: unset;}
		.blend_category .blend_box .blend_category_text{opacity: 1;transform: none;}
		.blend_box{margin-bottom: 40px;}
		.testimonial_slide_content .mx-35 {padding: 0px 20px;}
		.testimonial_sec .slick-prev {left: -50px;}
   	.testimonial_sec .slick-next {right: -50px;}
   	.testimonial_sec .slick-dots {bottom: -40px;}
   	.benefits_sec .benefit_box {padding: 0px 0px;}
   	.benefits_sec .benefit_box .benefit_box_text {padding-left: 12px;}
   	.benefit_box img {max-width: 16%;}
   	.newsletter_sec .newsletter_left_div {padding: 50px 38px;}
   	.newsletter_sec .newsletter_right_form{padding: 30px;}
   	.blend_box {padding: 0px 0px;}

   	/* product list page */
   	/*.product_box .footer_social_icon{top: 44px;}*/
   	.product_box .footer_social_icon a {width: 38px;height: 38px;}
   	.right_menu .cart_items_popup{left: auto;right: -70px;}
   	.right_menu .cart_items_popup::after{right: 80px;left: auto;}

   	/*** cart page ***/
   	.cart_item_list_div {padding: 16px;}
   	.coupon_code_div, .p-26 {padding: 13px 16px;}
   	.price_display_div .font-14 {font-size: 13px;}
   	.lh-23 {line-height: 20px;}

   	/*** product_details page ***/
   	.related_product_slider .slick-prev {left: -40px;}
   	.related_product_slider .slick-next {right: -40px;}
    .error_feedbacks_not_found{
        font-size:15px;
    }

    /* gallery section */
    .images_tab_img{height: 192px;}
    .video_tab_video{height: 182px;}

    /* testimonials section */
    .testimonials_content_img_div{width: 85px; height: 85px;}

}

@media (max-width: 991.98px) {
  .header {padding: 8px 0 14px;}
  /* navbar toggler */
  .navbar-toggler{border: none; background-image: linear-gradient(90deg, rgb(188,224,0) 0%,
    rgb(112,154,8) 99.88%); padding: 3px 8px; border-radius: 4px;}
  .navbar-toggler:focus {text-decoration: none; outline: 0; box-shadow: none;}
  .navbar-toggler-icon {background-image: url('../images/menu.png'); width:1.25em; height: 1.25em;}
  .navbar-collapse {text-align: right; padding: 14px 14px; background-color: #e7e2d93d; margin-top: 10px;}
  .large_device .right_menu{display: inline-block; padding-right: 12px;}
  .large_device .right_icons{display: none;}
  /* .large_device .form-select{display: none;} */
  .medium_device .right_icons{margin-right: 10px;}
  .medium_device{display: flex;}
  .my_menu a {padding: 6px 12px !important;}
  .login_btn{padding-right: 0; padding: 10px 0;}
  /* .medium_device.right_menu{position: unset;} */
  .header_search_input {width: 485%; padding: 18px 23px; right: -72%; transform: translateY(36%);}
  .header_search_input .btn-close {width: 5px; height: 5px; top: 6%; right: 6px;}
  .header_search_input .filed_style {padding: 9px 14px; font-size: 14px;}


  /* footer */
  .footer{padding-top: 44px;}
  .footer::after {bottom: 53px;margin-bottom: 10px;}
  .py_67 {padding-bottom: 55px;}
  .footer_left_col{display: flex; align-items: center;}
  .footer_left_col p {padding-right: 86px;}
  .footer_social_icon{margin-top: 0;}
  .quick_links a{padding-bottom: 7px;}
  .footer_bottom_text {padding-bottom: 16px;}
  .footer_links_col{margin-top: 30px;}

  /* Product detail video */
  .product_video_description{
        height: 140px;
        font-size: 14px;
    }
    .video_div{
        height: 120px;
    }

    /* blogs */
    .blog_category_row .blog_list_div{
        margin-top:0px;
    }

  /* product list page */
  .product_filter_div{margin-right: 0px;}
  .product_filter_div{padding: 20px 14px;}
  .product_box .footer_social_icon{top: -33px;}
  .product_filter_div .filter_list .filter_label{font-size: 12px;margin-left: 4px;}
  .product_top_filter p{padding-top: 16px;}
  .products_list {padding-top: 26px;margin: 0px 8px;}
  .mb-40 {margin-bottom: 30px;padding-right: 4px;padding-left: 4px;}
  .share_cart_icon{opacity: 1;transform: unset;}

	/*** cart page ***/
  .price_display_div .coupon_code_div .filed_style{margin-right: 0px;margin-bottom: 8px;}
  .price_display_div .coupon_apply_btn{width: 100%;text-align: center;}
  .item_div .item_div_text{padding-left: 14px;max-width: 70%;}
  .empty_card_div .white_bg_design {padding: 40px 30px;}
  .empty_card_div .empty_cart_svg {width: 75px;height: 75px;}
  .empty_card_div h6 {font-size: 19px;padding-top: 30px;padding-bottom: 30px;}
  /* subscription */
  .cart_subscription_div{padding-right: 0px;}
  .cart_subscription_radios .form-check-input {
    margin-top: 6px;
  }

  /*** billing page ***/
  .billing_form_div {padding: 30px 30px;}
  .billing_form_div .mb-35 {margin-bottom: 24px;}

  /*** product_details page ***/
  /*.product_preview_silder .product_image .slick-list{height: auto!important;}*/
  .main_product_display{height: 300px;}
  .product_detail_content .product_disc_div {padding-left: 0px;}
  .related_product_slider .products_list{margin: 0px;}
  .product_price_quatinty_div .add_to_cart_btn{min-width: 10px;}
  .related_product_slider .product_box .footer_social_icon{top: -33px;}
  .related_product_sec {padding: 60px 0 50px;}
  .recommended_product_sec {padding: 25px 0 50px; }
  .error_feedbacks_not_found{  font-size:16px;}

  /*  contact us page  */
  .mb-55 {margin-bottom: 35px;}
  .contact_detail_sec .svg_icon_bg svg {width: 26px;}
  .contact_detail_sec .contact_info_div {padding-left: 6px;padding-right: 6px;}
  .contact_detail_sec .svg_icon_bg {height: 70px;width: 70px;}
  .contact_form_sec .contact_form_right_div {padding-left: 0;}
  .font-30 {font-size: 22px;}
  .pb-40 {padding-bottom: 20px;}

  /* privacy policy page  */
  .content_heading{font-size: 24px;}

  /* login */
  .login_box {padding: 28px 60px 32px;}
  .font-34 {font-size: 28px;}
  .login_box .font-16 {font-size: 14px;}
  .login_boxp {padding: 10px 6px 24px;}
  .filed_style {font-size: 14px; padding: 12px 14px;}
  .mb_13 {margin-bottom: 10px;}
  .form_btn {margin-top: 16px; margin-bottom: 10px;}

  /* registration */
  .registration_box {padding: 28px 40px 32px;}
  .registration_box .font-16 {font-size: 14px;}
  .registration_boxp {padding: 10px 26px 24px;}
  .register_sec .filed_style {padding: 12px 14px;}

  /* account */
  .user_small_profile_img {margin-right: 10px; width: 45px; height: 45px;}
  .user_small_profile {padding: 20px 14px;}
  .user_small_profile_text .font-16{font-size: 13px;}
  .user_small_profile_text .font-15{font-size: 12px;}
  .account_tab {padding: 45px 10px 90px;}
  .account_tab .nav-link {padding: 12px 14px; font-size: 14px;}
  .account_tab_icon {margin-right: 6px; width: 17px; height: 17px;}
  .account_tab svg:last-child {width: 17px; height: 17px;}
  .account_content{padding: 25px 30px 30px;}
  .account_content .font-28 {font-size: 22px;}
  .edit_image{margin: 20px 0 20px;}
  .profile_tab_image {width: 80px; height: 80px;}
  .account_content .font-22 {font-size: 18px;}
  .mb_9{margin-bottom: 9px !important;}
  .profile_tab_text {margin: 12px 0 18px;}
  .profile_upload_img {height: 24px; width: 24px;}

  .account_address h6 {padding-bottom: 18px;}
  .billing_address .profile_btn{margin-bottom: 0;}

  .account_invite_friends p{font-size: 14px;}
  .invite_friends_img img{width: 70%;}
  .invite_friends_img {padding: 30px 0;}
  .refer_code_div {padding: 14px 20px 16px;}
  .copy_refercode svg {width: 13px; height: 16px;}
  .share_refercode svg {width: 16px; height: 16px;}
  .copy_refercode {margin-right: 10px;}

  /******** account order **/
  .my_order_section .order_item_div:not(:last-child) {margin-bottom: 20px;padding-bottom: 20px;}
  .recent_purches_right_content {display: block!important;}
  .recent_purches_right_content .rate_display_div, .unsubscribe_btn_div{margin-left: 12px;margin-top: 8px;}
  .recent_purchases_sec .item_div .item_div_text{max-width: 100%;}

  /* empty order */
  .empty_order p {font-size: 17px; margin: 20px 0;}

  /* order details */
  .order_details_address{display: inline-block;}
  .order_details_address_left p {padding: 6px 0px 0 0;}
  .track_order_btn{margin-top: 16px;}
  .order_details_reviews{padding: 16px 24px 17px;}
  .order_details_product_status {padding: 4px 0 24px;}
  .add_feddback_choose_photo{width: 65px; height: 65px;}
  .order_details_review_form {margin-top: 24px;}
  .order_details_order_Id{padding: 18px 0 18px 16px;}
  .order_details_order_Id h6{font-size: 13px; padding-bottom: 6px;}
   /* upload image */
   .upload__img-box, .uploaded_img_display {width: 65px; height: 65px;}
  /* modal */
  .order_details .modal-title {padding-top: 20px;}
  .order_details .modal-header {padding: 14px 16px 6px;}
  .tracking-wrapper {margin: 24px 68px 10px;}
  .tracking ul > li {width: 9%;}
  .tracking .active-status{background-size: 100%;}

  /* blog */
  .blog_list_div{margin-top: 40px;}
  .blog_sec .pagination_div {margin-top: 40px;}

  /* blog details */
  .recent_post_img {width: 70px; height: 70px;}
  .recent_post_text h6{font-size: 14px;}
  .recent_post_text p {padding-bottom: 4px;}
  .blog_details_head{display: block; margin-top: 20px;}
  .blog_details_date_category{margin-bottom: 15px;}
  .blog_details_img {height: 190px;}
  .blog_details_content h5 {font-size: 20px; line-height: 30px; margin-bottom: 8px;}
  .blog_details_content_img {width: 396px; height: 209px; margin-top: 26px; margin-bottom: 20px;}
  .blog_details_content h6{margin-bottom: 5px;}

  /* webinar */
  .webinar_box{margin-bottom: 40px;}
  .upcomming_btn{font-size: 12px !important; padding: 4px 14px 6px;}
  .webinar_img {height: 206px;}
  .webinar_head{display: inline-block;}
  .webinar_date_time{margin-bottom: 10px;}
  .webinar_text_title {font-size: 20px; line-height: 30px; padding-right: 0px;}

  /* webinar details */
  .webinar_details_video {height: 350px;}
  .webinar_details_head{margin-top: 25px;}
  .webinar_details_content h5 {font-size: 22px; margin: 10px 0 4px;}
  .webinar_details_content h6 {margin: 14px 0 6px;}
  .webinar_details_img {width: 600px; height: 315px;}

  /* about us */
  .essence_of_azara_img_col {height: 380px;}
  .about_us_text_col, .essence_of_azara_col {padding: 0 0px;}
  .essence_of_azara_col h4 {font-size: 24px; margin-bottom: 10px;}
  .about_us_text_col h4{font-size: 22px; margin-bottom: 10px;}
  .production_process_content h4 {font-size: 24px; margin-bottom: 8px;}
  .production_process_img{height: 297px; margin: 30px 0 30px;}
  .production_process_text h5 {font-size: 22px; margin-bottom: 10px;}
  .production_process_text .mt_50 {margin-top: 24px;}
  .about_img_width{
    width:50%;
    margin-bottom: 20px;
}

  /* timeline */
  .timeline_div:not(:last-child)::after {top: 20%; left: 113px;}
  .timeline_event_content {margin-left: 70px;}
  .timeline_div:not(:last-child) {padding-bottom: 25px;}
  .timeline_text h6 {padding-bottom: 2px;}
  .timeline_event{width: 80px; height: 80px;}
  .timeline_event h6 {font-size: 22px;}

  /* faq */
  .faq_accordian .accordion-item {margin-bottom: 20px;}
  .faq_accordian .accordion-button {font-size: 18px; padding: 20px 30px;}
  .faq_accordian .accordion-body {padding: 21px 0 25px; margin: 0 30px;}

  /* gallery section */
  .images_tab_img{height: 140px;}
  .video_tab_video{height: 132px;}

  /* testimonials section */
  .testimonials_profile_img{width: 50px; height: 50px; margin-right: 12px}
  .testimonials_time {margin: 18px 0 12px;}
  .testimonials_content_img_div {width: 65px; height: 65px; margin-left: 8px;}

  /* Recommended product section */
  .recommended_product{ margin-top: 20px !important; margin-right: 12px !important;}
  .recommend_product_img{width: 100% !important;}
  .section_title .recommended_product_title{margin-bottom: 0;}

  /* Product page */
  .product-img-resize{
        max-width: 80%;
    }
	.related_product_slider .products_list .product_box .product_img {height: 224px;}

}

 @media (max-width: 890px) {
  .order_confirmed{min-height: 300px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
  .order_confirmed_content img{width: 14%; margin-bottom: 10px;}
  .order_confirmed_content p {padding: 12px 0 25px;}
  /* about us */
  .about_img_width{
    width:40%;
    margin-bottom: 20px;
  }
  /* Product detail video */
    .product_video_description{
        height: 144px;
    }

    /* cart page */
    .photo_comment_discount ul li{margin-bottom: 6px;}
    .photo_comment_discount ul li{margin-bottom: 6px;}
    .lh-23 {line-height: 18px;}

 }

@media (max-width: 768px){
	.font-70 {font-size: 40px;}
	.lh-82 {line-height: 50px;}
	.lh-30 {line-height: 24px;}
	.lh-28 {line-height: 24px;}
	.font-24 {font-size: 18px;}

	.main_banner {padding: 45px 0px 80px; }
	.origin_sec {padding-top: 45px;padding-bottom: 45px;}
	.unique_blens {padding: 45px 0px 10px;}
	.py-120 {padding: 45px 0px;}

	.mb-32 {margin-bottom: 20px;}

		/* header */
  	.logo {width: 70%;}
  	.right_icons .search svg {width: 16px; height: 16px;}
  	.right_icons .bag svg {width: 16px; height: 18px;}
  	.me_12 {margin-right: 6px;}
  	/* .header .form-select {font-size: 11px; padding: 5px 13px; padding-right: 21px; background-size: 9px 5px;    background-position: right 10px center;} */
  	.header_search_input {padding: 20px 18px; right: -76%;}
  	.header_search_input .btn-close {top: 5%; right: 5px;}
  	.header .badge{top: 8px;}


  	/* inner banner */
  	.inner_banner h2 {letter-spacing: 0.5px;}

  	/* footer */
  	.footer_left_col{display: inline-block;}
  	.footer .font-16 {font-size: 14px;}
  	.footer .lh_26 {line-height: 20px;}
  	.py_67 {padding-bottom: 42px;}
  	.footer_left_col p {padding-right: 0px;}
  	.footer_social_icon {margin-top: 18px;}
  	.footer_links_col{flex-direction: column;}
  	.ftr_title_border h4 {margin-bottom: 20px;}
  	.quick_links a {padding-bottom: 3px; padding-left: 14px;}
  	.footer .font_24 {font-size: 16px;}
  	.footer_links {margin-bottom: 20px;}
  	.ftr_title_border h4::after {width: 58px; bottom: -8px;}
  	.contact_link {margin-top: 24px;}
  	.mt_14 {margin-top: 10px;}
  	.footer_bottom_text{display: block; text-align: center;}
  	.pt_4{padding-top: 4px;}
  	.footer_bottom_text {padding-bottom: 14px;}
  	.footer::after {bottom: 77px;margin-bottom: 20px;}

		.filed_style {font-size: 14px;padding: 12px 14px;}
		.main_banner p{margin-bottom: 22px;margin-top: 22px;}
		.main_banner .banner_right_content {margin-top: 40px;}
		.section_title .title_main_text {font-size: 26px;margin-bottom: 10px;line-height: 36px;}
        .section_title .recommended_product_title{font-size: 22px; margin-bottom:10px;line-height:36px;}
		.blend_category .col{width: 50%;flex: unset;}
		.blend_box .font-18 {font-size: 15px;}
		.blend_box {margin-bottom: 30px;}
		.blend_box .font-12 {font-size: 11px;}
		.testimonial_sec .slick-prev {left: -10px;}
		.testimonial_sec .slick-next {right: -10px;}
		.testimonial_sec .slick-prev, .testimonial_sec .slick-next{height: 20px;width: 20px;}
		.testimonial_sec .slick-prev::before, .testimonial_sec .slick-next::before {height: 20px;width: 20px;}
		.testimonial_sec .slick-dots {bottom: -40px;}
		.testimonial_sec {padding-bottom: 55px;}
		.benefits_sec .benefit_box{display: block;text-align: center;margin-bottom: 30px;}
		.benefits_sec .benefit_box .benefit_box_text {padding-left: 0px;}
		.benefit_box .font-16 {font-size: 14px;}
		.benefit_box_text h6{margin-bottom: 8px;margin-top: 14px;}
		.newsletter_sec .newsletter_left_div, .newsletter_sec .newsletter_right_form {padding: 40px 24px;}
		.newsletter_right_form {margin-top: 24px;height: unset!important;}
        .sustainability_sec p {margin-top: 15px;}

		/* product list page */
		.py-55 {padding: 45px 0px;}
		.main-menu {
	    position: fixed;
	    top: 0px;
	    left: 0;
	    width: 100%;
	    flex-direction: column;
	    background-color: #fff;
	    transition: 0.5s all ease;
	    display: block;
	    align-items: center;
	    transform: translateX(-800px);
	    padding-top: 60px;
	    z-index: 1024;
		}
		.filter_close_btn{
			display: block;
			position: absolute;
			top: 15px;
			right: 15px;
			width: 6px;
    height: 6px;
		}
	  .main-menu.show {transform: translateX(0px);transition: 0.5s all ease;}
	  .menu-btn {display: block;}
	  .product_section .products_list .product_box .product_img {height: 260px;}
	  .share_cart_icon{top: 7px;  right: 12px;}
	  .product_text .font-16 {font-size: 14px;line-height: 17px;}
	  .product_text .font-14 {font-size: 12px;line-height: 16px;}
	  .products_list .product_box .product_text {padding-top: 16px;}
	  .product_filter_div{padding: 60px 23px 25px;}
	  .product_filter_div .filter_list .filter_label{font-size: 13px;margin-left: 8px;}
	  .pagination_div .page-link{line-height: 21px;}
	  .filter_mobile_btn{background-color: #fff;border: 1px solid #709a08;border-radius: 4px;padding: 7px 10px;margin-left: 6px;}
	  .sort_btn .green_btn_design {padding: 9px 13px;}
	  .right_menu .cart_items_popup {top: 40px;width: 250px;right: -40px;}
	  .right_menu .cart_items_popup::after {right: 50px;}
	  .product_box .footer_social_icon {margin-top: 0px;}
	  .product_box .footer_social_icon a {width: 38px;height: 38px;}

	  /*** cart page ***/
	  .item_div .item_image, .item_div .item_image img {height: 110px;width: 74px;}
	  .item_div .item_div_text {padding-left: 12px;}
	  .item_div .quantity_div {margin-bottom: 8px;margin-top: 6px;}
	  .item_div .quantity_div .form-control{max-width: 34px;}
	  .item_div .quantity_div, .item_div .quantity_div .form-control{font-size: 13px;}
	  .item_div .quantity_div .quantity_btns{font-size: 15px;}
	  .item_div:not(:last-child){margin-bottom: 16px;padding-bottom: 16px;}
	  /* .price_display_div {padding-top: 12px;padding-bottom: 18px;margin-top: 28px;} */
	  .price_display_div {padding-top: 5px;padding-bottom: 13px;margin-top: 20px;}
	  .price_display_div .coupon_code_div .filed_style {margin-right: 8px;margin-bottom: 0px;}
	  .price_display_div .coupon_apply_btn{width: auto;}
	  .price_display_div .font-14 {font-size: 14px;}
	  /* .coupon_code_div, .p-26 {padding: 20px 18px;} */
	  .coupon_code_div, .p-26 {padding: 13px 18px;}

	  .item_div .quantity_div .quantity_btns {height: 26px;width: 26px;}
    .item_div .quantity_div .form-control {max-width: 32px;height: 26px;}
    .item_div .item_div_text{max-width: 67%;}
    .item_div .item_div_text .item_category_text{margin-bottom: 0px;}
    .empty_card_div .empty_cart_svg {width: 65px;height: 65px;}
    .empty_card_div h6 {font-size: 18px;}
    /* subscription */
    .cart_subscription_div {margin-top: 6px;}
    .cart_subscription_div .form-check-input {margin-right: 4px;}

    /*** billing page ***/
  	.billing_form_div {padding: 30px 18px;}
		.billing_form_div .mb-35 {margin-bottom: 24px;}
		.mb_12 {margin-bottom: 12px !important;}

		/*** product_details page ***/
		.product_detail_content .product_disc_div{margin-top: 30px;}
		.font-28 {font-size: 20px;}
		.product_disc_div .product_disc_hr {margin: 18px 0px 18px;}
		.product_price_quatinty_div .quantity_div .quantity_btns {height: 40px;width: 40px;}
		.product_price_quatinty_div .quantity_div .form-control {max-width: 50px;height: 40px;}
		.product_price_quatinty_div .add_to_cart_btn{padding: 9px 18px;}
		.review_descripion_sec .nav-tabs .nav-link {padding: 12px 16px;font-size: 15px;}
		.review_descripion_sec .tab-content {padding-top: 30px;}
		.customer_review .review_profile_img img {height: 46px;width: 46px;}
        .product_testimonial_img{height: 50px; width: 50px;}
		.customer_review:not(:last-child) {padding-bottom: 22px;margin-bottom: 22px;}
		.review_descripion_sec .pagination_div {margin-top: 40px;}
		/* .related_product_slider .products_list .product_box .product_img {height: 350px;} */
		.related_product_slider .product_slide .product_box {margin: 0px 24px;}
		.related_product_slider .slick-prev {left: -10px;}
		.related_product_slider .slick-next {right: -10px;}
        .error_feedbacks_not_found{   font-size:15px;}

		/*  contact us page  */
		.location_map iframe {height: 400px;}
		.contact_detail_sec .contact_info_div {padding-left: 0px;padding-right: 0px;margin-bottom: 26px;}
		.contact_detail_sec .svg_icon_bg {height: 64px;width: 64px;}
		.contact_form_right_div{margin-bottom: 24px;}

		/* login */
  .my_55 {margin: 45px 0;}
  .login_box {padding: 26px 20px 30px;}
  .font-34 {font-size: 26px;}
  .login_boxp {padding: 7px 0px 22px;}
  .mb_13 {margin-bottom: 7px;}
  .form_btn {margin-top: 12px; margin-bottom: 7px;}
  .mb_12{margin-bottom: 12px !important;}

  /* registration */
  .registration_box {padding: 26px 20px 30px;}
  .registration_boxp {padding: 8px 0px 24px;}

  /* account */
  .nav-pills .nav-link.active {background-color: transparent;}
  .user_small_profile {padding: 20px 20px;}
  .user_small_profile_img {margin-right: 12px; width: 50px; height: 50px;}
  .user_small_profile_text .font-16 {font-size: 14px;}
  .user_small_profile_text .font-15 {font-size: 13px;}
  .account_tab {padding: 40px 14px;}
  .account_tab_icon {margin-right: 10px; width: 18px; height: 18px;}
  /* .account_tab svg:last-child {width: 6px; height: 12px;} */
  .account_tab svg:last-child {width: 18px; height: 18px;}
  .account_content {padding: 23px 25px 30px;}
  .account_tab_form{text-align: center;}
  .edit_image{display: grid; justify-content: center;}
  .profile_btn{width: 100%;}
  .unsubscribe_btn{width: auto;}
  .account_tab_form .mb_12{margin-bottom: 9px !important;}
  .account_content .font-22 {font-size: 16px;}
  .profile_tab_image {width: 75px; height: 75px; order: -1; margin-bottom: 8px;}
  .profile_tab_text {margin: 22px 0 18px;}

  .account_content_mt {margin-top: 22px;}
  .account_invite_friends {text-align: center;}
  .refer_code_div {display: block; text-align: left;}
  .mobine_device_refer_link{display: flex; justify-content: space-between; align-items: center; margin-top: 5px;}

  /* user card */
  .card_form_design {padding: 32px 10px 25px;}

  /******** account order **/
  .rate_display_div {column-gap: 6px;padding: 4px 6px;flex-wrap: wrap;}
  .rate_display_div .font-14 {font-size: 11px;}
  .rate_display_div .rating_div{column-gap: 3px;}
  .rate_display_div .rating_div svg {height: 11px;width: 11px;}
  .order_item_div .order_id_text.font-14 {font-size: 13px;}

  /* empty order */
  .empty_order {margin-top: 25px;}
  .empty_order img{width: 50%;}
  .empty_order p {font-size: 16px;}

  /* order details */
  .order_details_address_left {width: 100%;}
  .order_details_product .font-20 {font-size: 16px;}
  .order_details_product_status {padding: 2px 0 22px;}
  .item_div_text_quntity {padding: 2px 0 6px;}
  .order_details_rating {display: inline-block;}
  .order_details_reviews {padding: 14px 18px 15px;}
  .order_details_price.price_display_div{margin-top: 0;}
  .order_details_order_Id{margin-top: 28px;}
  .add_feddback_choose_photo {width: 60px; height: 60px;}
  .add_feddback_choose_photo img{width: 35%;}
  /* upload image */
  .upload__img-box, .uploaded_img_display {width: 60px; height: 60px; margin-right: 8px;}
  /* modal */
  .tracking-wrapper {margin: 16px 25px 10px;}
  .tracking .empty-bar{height: 4px;}
  .tracking .color-bar{height: 4px;}
  .tracking ul > li .txt{font-size: 12px; width: 200%;}
  .order_details .modal-body {padding-bottom: 68px;}
  .order_details .btn-close{background-size: 12px;}

  /* blog */
  /* .blog_list_div{text-align: center;} */
  /* .blog_list_heade{justify-content: center;} */
  /* .blog_list_title{padding: 0 10px 8px} */
  .blog_sec .pagination_div {margin-top: 30px;}

  /* blog details */
  .blog_left_sidebar{margin-top: 40px;}
  .sidebar_title_bdr{margin: 8px 0 25px;}
  .blog_categories_div {margin-top: 28px;}
  .blog_details_content {margin-top: 30px; }
  .blog_details_img {height: 186px;}
  .blog_details_date_category .font-15{font-size: 14px;}
  .blog_details_date svg {margin-right: 8px; height: 16px; width: 16px;}
  .blog_details_content .font-16{font-size: 14px;}
  .blog_details_content_img{width: 338px; height:154px; margin: 22px auto 16px;}
  .inner_page_social_icons.product_share {justify-content: center;}
  .blog_details_date_category, .webinar_details_date_time{justify-content: center;}
  .blog_details_listp span {margin-right: 5px;}
  .blog_details_content .mt_34 {margin-top: 12px;}
  .blog_details_listp {padding-top: 5px;}

  /* webinar */
  .webinar_box {margin-bottom: 30px;}
  .upcomming_btn {left: 20px;}
  .webinar_text {padding: 0 20px 20px; text-align: center;}
  .webinar_head {margin-top: 20px;}
  .webinar_date_time{justify-content: center; margin-bottom: 7px;}
  .webinar_head .product_share {justify-content: center;}
  .webinar_text_title {font-size: 18px; line-height: 26px; padding-bottom: 6px;}

  /* webinar details */
  .webinar_details_video {height: 200px;}
  .webinar_details_content{text-align: center;}
  .webinar_details_head{display: block;}
  .webinar_details_date_time{margin-bottom: 12px;}
  .webinar_details_content h5 {font-size: 20px; margin: 20px 0 10px; line-height: 28px;}
  .webinar_details_content h6 {margin: 18px 0 10px;}
  .webinar_details_img {width: 100%; height: 177px;}

  /* about us */
  .about_us_img_col{height: 280px;}
  .about_us_img_col_small_device{margin-top: 45px;}
  .essence_of_azara_img_col{height: 306px;}
  .about_us_text_col, .essence_of_azara_col{margin-top: 25px; text-align: center;}
  .production_process_content h4{line-height: 32px;}
  .production_process_text{text-align: center;}
  .production_process_img {height: 143px;}
  .production_process_text h5 {font-size: 20px;}
  /* timeline */
  .timeline_event::before {background-size: 60%;}
  .timeline_event {width: 65px; height: 65px;}
  .timeline_event h6 {font-size: 18px;}
  .timeline_div:not(:last-child)::after {top: 8%; left: 88px; border: 1px solid #e7e2d9;}
  .timeline_event_content {margin-left: 50px;}
  .timeline_text{padding: 16px 18px 20px;}
  .timeline_text h6{line-height: 24px; padding-bottom: 4px;}

  /* faq */
  .faq_accordian .accordion-button {font-size: 17px; padding: 20px 25px;}
  .faq_accordian .accordion-body {margin: 0 25px;}

  /* page loder */
  .box{font-size: 25px; margin-bottom: 20px;}
  .loder_div .modal-body {padding: 55px 15px 62px;}
  [class*="loader-"] {width: 20px; height: 20px;}

  /* about us */
  .about_img_width{
    width:50%;
    margin-bottom: 20px;
  }
/* certificate section */
.our_certificate_img{
  height: 100%;
}
.our_certificate_img img{
  position: unset;
  transform: unset;
}

/* testimonials section */
.testimonials_div{text-align: center;}
.testimonials_profile{justify-content: center;}
.testimonials_time {margin: 14px 0 10px;}
.testimonials_content{justify-content: center; margin-top: 30px;}
.testimonials_content_img_div{width: 78px; height: 78px;}

/* Product */
.product-img-resize{
    max-width: 70%;
}

}

@media(max-width: 580px){

    /* Product Page */
    .product-img-resize{
        max-width: 80%;
    }
    .related_product_slider .products_list .product_box .product_img {height: 350px;}
}

@media (max-width: 490px) {

    /* Product detail video */
    .product_video_description{
        font-size: 15px;
        height: 72px;
    }
    .video_div{
        height: 165px;
    }

   /* blog */
  .blog_list_div{text-align: center;}
  .blog_list_heade{justify-content: center;}
  .blog_list_title{padding: 0 10px 8px}
  .blog_category_row .font-20{
    font-size: 17px;
  }
  .blog_product{
    text-align: center;
  }
   /* order confirmed */
  .order_confirmed{position: fixed;}
  .order_confirmed_content img{width: 28%; margin-bottom: 15px;}
  .order_confirmed_content p {padding: 15px 0 30px;}
  /* about us */
  .about_img_width{
    width:60%;
    margin-bottom: 20px;
  }
  .error_feedbacks_not_found{
        font-size:14px;
   }
  /* gallery section */
  .gallery_tabs{justify-content: center;}
  .gallery_tabs .nav-link{padding: 14px 20px;}
  .images_tab_img{height: 235px;}
  .images_tab_img img{position: unset; transform: unset;}
  .video_tab_video{height: unset;}
  .video_tab_video_img{position: unset; transform: unset;}
  .recommended_product_flex{display: block; margin-left: 30px; margin-right: 30px;}
  .recommended_product{ margin-top: 10px; margin-right: 0 !important; }
  .recommend_product_img{ width:230px !important; height: 220px !important; }

  /* Subscription */
  .cart_subscription_div{
    display: block;
  }
  .cart_subscription_radios{
    margin-left: unset;
  }

    .cart_subscription_div .form-check-input{
        width: 12px;
        height: 12px;
    }
    .cart_subscription_radios .form-check label{
        font-size: 12px;
    }
    .cart_subscription_radios .form-check:first-child{
        margin-right: 8px;
    }
    .cart_subscription_radios .form-check-input {
        margin-top:8px;
    }

    /* product page */
    .product-img-resize{
        max-width: 100%;
    }

    .product_section .products_list .product_box .product_img {
        height: 200px;
    }
}
