* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}

html {
	font-size: 16px;
}

:root {
	--primary-color: #8b9856;
	--secondary-color: #da9fa7;
}

.full_page_loader {
	background-image: url('../img/loader.gif');
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 10000000000000;
	display: block;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
}


input:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: #8b9856;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.top_header a i {
	color: #777;
	font-size: 1.2rem;
}

.header_serch i {
	font-weight: 500;
}

.top_header {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	align-items: center;
}

.header_middle_lower ul {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}

.header_middle_logo {
	text-align: center;
}

.header_middle_lower ul li {
	margin: 10px;
}

.header_middle_lower ul li a {
	color: #777;
	font-weight: normal;
	font-size: 0.9rem;
}

.header_middle_lower ul li a::hover {
	color: #777;
}

.main_banner_slider_item {
	height: 500px;
	overflow: hidden;
}

.slider_content h1 {
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	color: #253D4E;

}

.slider_content p {
	color: #7E7E7E;
	line-height: 24px;
	font-size: 1rem;

}

.featured_categories_product {
	position: relative;
	background: #F4F6FA;
	text-align: center;
	border: 1px solid #F4F6FA;
	border-radius: 10px;
	min-height: 180px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 14.66%;
	margin: 0px 1% 20px;
	overflow: hidden;
}

.featured_categories_product:hover {
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
	box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.bg-10 {
	background: #fff9fa;
}

.featured_categories_product .cat_heading a {
	color: #253D4E;
	font-size: 0.9rem;
	text-decoration: none;
	font-weight: 600;
}

.featured_categories_product .cat_heading a:hover {
	color: #3BB77E;
}

.featured_categories {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 0px -1%;
}

.products_heading h3 {
	color: #253D4E;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
}

.featured_categories_product span {
	color: #7E7E7E;
}

.bg-11 {
	background: #FEEFEA;
}

.bg-12 {
	background: #FFF3EB;
}

.products_heading {
	padding: 10px 0px 0px;
	margin: 0px 0px 20px;
}

.page_sections {
	padding: 25px 0px;
}

.text_muted {
	color: #B6B6B6;
}

.p_product_name a {
	color: #000;
	font-weight: 600;
}

.p_product_name a:hover {
	color: #3BB77E;
}

.p_product_card_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0px 0px;
}

.p_product_price span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
}

.p_product_price span.p_old_price {
	color: #adadad;
	margin: 0 0 0 7px;
	font-size: 0.9rem;
	font-weight: normal;
	text-decoration: line-through;
}

.popular_products_item {
	width: 25%;
	padding: 10px;
}

.popular_products_item_inner {
	position: relative;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 15px;
	padding: 5px;
}

.popular_offer {
	position: absolute;
	top: 0px;
	background: #8b9856;
	color: #fff;
	left: 0px;
	border-radius: 15px 0px 20px 0px;
	padding: 9px 20px 10px 20px;
	font-size: 0.8rem;
}

.popular_products_list {
	display: flex;
	flex-wrap: wrap;
}
 

.p_add-cart a i {
	font-size: 1rem;
	margin: 0px 4px 0px 0px;
}

.p_product_category a {
	color: #666;
	font-size: 0.9rem;
}

.p_product_category a:hover {
	color: #3BB77E;
}

.p_add-cart a {
	color: #ffffff;
	background: #000000;
	padding: 5px 11px;
	font-size: 1rem;
	display: inline-block;
	border-radius: 3px;
	white-space: nowrap;
}

.product-rate-cover {
	margin: 3px 0px;
}

.product_rating a i {
	color: #3BB77E;
}

.contact_info {
	font-size: 0.9rem;
	color: #253D4E;
}

.contact_info ul li {
	margin: 10px 0px;
}

.footer_logo img {
	margin: 0px 0px 0px 0px;
	max-height: 40px;
}

ul.footer_link_list li a {
	font-size: 0.9rem;
	color: #253D4E;
	display: block;
}

ul.footer_link_list li {
	margin: 0px 0px 12px;
}

h4.title {
	color: #253D4E;
	margin: 15px 0px 20px 0px;
	font-weight: bold;
}

.footer {
	margin: 50px 0px;
}

.banner_left {
	background: #8a985617;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	min-height: 135px;

}

.offer_banner_icon i {
	font-size: 40px;
	color: #8a9856;
}


.offer_banner_text h3 {
	color: #8a9856;
	font-weight: 700;
	font-size: 1rem;
	margin: 10px 0px 10px;
}


.offer_banner_text span {
	color: #333;
	font-size: 0.8rem;
	display: block;
	line-height: normal;
}

.offer_banner_text {
	margin: 0px 0px 0px 20px;
}

.offers {
	margin: 50px 0px 0px;
}

.blogs_content_slider_image_holder {
	position: relative;
	background-size: cover;
	background-position: center;
}

.blogs_content_slider_item {
	margin: 5px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 0px #ddd;
	text-align: center;
}

.blog_posted_holder {
	position: absolute;
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	left: 5px;
	top: 5px;
	box-shadow: 1px 2px 4px #ddd;
	border-radius: 3px;
}

.blog_day_holder {
	font-size: 30px;
	line-height: 30px;
	margin: 0px 0px 5px;
}

.blog_month_holder {
	font-size: 0.8rem;
}

.blog_item_lower {
	padding: 15px 10px;
}

.blog_item_category {
	font-size: 1rem;
	text-transform: uppercase;
	color: #ff6f00;
	margin: 0px 0px 5px;
}

.blog_item_name {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.blog_item_desc {
	color: #828282;
	font-size: 1rem;
	min-height: 100px;
	line-height: 24px;
	border-top: 1px solid #ddd;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 15px;
}


.blogs_content_heading:after {
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: #f4f6f0;
	content: '';
	top: 0;
	bottom: 0;
}


.blogs_content_heading {
	position: relative;
	font-size: 1.2rem;
	margin: 0px 0px 20px;
	font-weight: 600;
}

.blogs_content_heading span {
	background: #ffffff;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}

.blog_item_link {
	padding-bottom: 20px;
}

.blog_item_link a {
	font-size: 0.9rem;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blog_item_link a:after {
	margin-left: 10px;
	content: '\f054';
	font-family: 'FontAwesome';
}


.blogs {
	padding: 50px 0px;
}

.main_banner_holder {
	padding: 0px 0px 0px;
}


/*login page start*/

.login_page {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 70px 0px;
    background: #f8fbff;
    min-height: calc(100vh - 80px);
	align-items: center;
}

.login_form {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: #fff;
    padding: 30px;
    border: 1px solid #f5f9ff;
    border-radius: 20px;
    box-shadow: 2px 4px 13px #eee;
}

.login_hading {
	text-align: center;
	font-size: 30px;
	margin: 0px 0px 15px;
	color: #253D4E;
	font-weight: bold;
}

.login_page_input {
	margin: 5px 0px 15px;
}

.login_page_input input {
	width: 100%;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ececec;
	font-size: 0.9rem;
	border-radius: 5px;
	height: 50px;
	margin: 0px 0px 3px;
}

.login_page_input_link {
	text-align: right;
	margin: 0px 0px 10px;
}

.login_page_form_input_submit input {
	padding: 12px;
	text-align: center;
	font-size: 1.2rem;
	margin: 0px;
	width: 100%;
	background: #0169a5;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	transition: ease .3s;
	border: 1px solid #e8e1dd;
}

.login_page_form_input_submit input:hover {
	background: #000;
}

.login_page_input input:focus {
	outline: none;
}

.login_page_label {
	margin: 0px 0px 5px;
	font-size: 15px;
	font-weight: 600;
}

.flex_input_group {
	display: flex;
	align-items: center;
}

.flex_input_group span.country_code {
	width: 50px;
}

.contary_code_text {
	width: 100%;
}

a.forgot_link {
	color: #B6B6B6;
	font-size: 0.9rem;
}

a.signup_link {
	color: #B6B6B6;
}

.login_page_form_input_submit a {
	color: #fff;
}

/*login page End*/


/*product list start*/

span.count {
	float: right;
	color: #9aa5b3;
	font-size: 1rem;
}

.type-color span.color_box {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

.type-color a {
	color: #000;
}

.type-color {
	margin: 0px 0px 10px 0px;
}

.product_categories_heading {
	font-size: 1rem;
	font-weight: 600;
	margin: 0px 0px 10px;
	text-transform: capitalize;
}

.product_filters_outer {
	margin: 0px 0px 15px;
}

.custom_checkbox {
	position: relative;
}

.custom_checkbox input[type="checkbox"] {
	display: none;
}

.custom_checkbox input[type="checkbox"]+label {
	padding: 0px 0px 0px 20px;
	cursor: pointer;
	font-size: 0.85rem;
	color: #444;
}

.custom_checkbox input[type="checkbox"]+label::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 3px;
	left: 0px;
	position: absolute;
	top: 4px;
	text-align: center;
	color: #fff;
}

/* .custom_checkbox input[type="checkbox"]:checked+label {} */

.custom_checkbox input[type="checkbox"]:checked+label::before {
	background: #000;
	content: "\ea5b";
	font-family: 'LineIcons';
	font-size: 8px;
}

.products_list_banner {
	margin: 0px 0px 20px;
}

.products_list_banner_inner {
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	background: #8a985617;
}

.products_list_banner_inner {
	position: relative;
}

.products_banner_content {
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

h2.product_banner_title {
	color: #8a9856;
	font-size: 26px;
	font-weight: 600;
}

.product_entry_description {
	color: #000;
	font-size: 1rem;
	font-weight: 300;
}

.product_off {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #fff;
	color: #47b486;
	padding: 2px 6px;
	font-size: 0.8rem;
	box-shadow: 2px 3px 3px #eee;
}


.product_images {
	position: relative;
	margin: 0px 0px 10px;
	border: 1px solid #eee;
}

.product-review {
	display: flex;
	align-items: end;
	font-size: 0.8rem;
	color: #e39015;
	margin: 0px 0px 5px;
}

.star i {
	color: #e39015;
	margin: 0px 5px 0px 0px;
}

.products_titles {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0px 0px 5px;
}

.products_titles a {
	color: #000;
}

.products_rates span.old_rate {
	color: #ff4141;
	text-decoration: line-through;
	margin: 0px 1px 0px 0px;
}

.products_rates span.new_rate {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
}

.products_iteam_list {
	display: flex;
	justify-content: start;
	margin: 0px -1%;
	flex-wrap: wrap;
	width: 100%;
}

.all_product_list {
	width: 23%;
	margin: 0px 1% 20px;
}

.all_product_list {
	position: relative;
}

.products_hover_icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.product_wishlist_icon {
	background: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 1px 0px;
	border-radius: 50px;
	font-size: 1.2rem;
}

/*product list End*/


/*product details strat*/

.product_details_left_image {
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
}

.details_owl {
	padding: 10px 0px 0px;
}

.product_details_info h1 {
	color: #000;
	font-size: 25px;
	font-weight: 600;
}

.product_details_reating {
	display: flex;
}

.product_details_rating_star {
	margin: 0px 10px 0px 0px;
}

.product_details_price {
	display: flex;
	font-size: 1.2rem;
}

.product_details_price_false span {
	margin: 0px 4px 0px 0px;
	text-decoration: line-through;
	color: #ff4141;
	font-size: 1.2rem;
	vertical-align: middle;
}

.product_details_description p {
	color: #000;
	font-size: 0.9rem;
	margin: 20px 0px;
}


.quantity input {
	width: 100px;
	text-align: center;
	height: 47px;
}

.add_to_card_button button {
	background: #000;
	border: none;
	padding: 15px 0px;
	width: 100%;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	cursor: pointer;
}

.type_color {
	padding: 20px 0px;
}

.add_to_card_button {
	width: 100%;
}

.type_size span {
	border: solid 1px #ddd;
	padding: 5px 20px;
	width: 32%;
	display: inline-block;
	text-align: center;
	margin: 5px 0px;
}

.type_color span {
	padding: 7px 15px;
	border-radius: 50px;
	margin: 0px 5px 0px;
}

.value {
	padding: 7px 0px;
}

.related_product_list h2 {
	font-size: 1.2rem;
	color: #000;
	font-weight: 500;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 15px;
}

.product_detail_quantity_block {
	display: flex;
	align-items: center;
	margin: 0px 0px 20px;
}

.product_detail_quantity {
	border: 1px solid #ddd;
	margin-right: 20px;
	border-radius: 6px;
	white-space: nowrap;
}

span.decrease_qty {
	padding: 10px 15px;
	display: inline-block;
	border-right: 1px solid #ddd;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 20px;
}

span.product_qty {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	font-size: 17px;
	line-height: 20px;
}

span.increase_qty {
	padding: 10px 15px;
	display: inline-block;
	border-left: 1px solid #ddd;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 20px;
}

.product_extra_buttons {
	display: flex;
	justify-content: start;
}

.product_extra_buttons {
	border-bottom: solid 1px #ddd;
	width: 100%;
	align-items: center;
	padding: 13px 0px;
	margin: 0px 0px 20px;
}
 

a.size_box {
	margin: 0px 20px 0px 0px;
	color: currentColor;
	font-size: 0.9rem;
}

.product_wishlist a {
	margin: 0px 20px 0px 0px;
	color: currentColor;
	font-size: 0.9rem;
	padding: 5px 2px;
}

.product_share_icon a {
	margin: 0px 20px 0px 0px;
	color: currentColor;
	font-size: 0.9rem;
}

.product-sku span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
}

.product-sku span.sku {
	color: #666;
}

.product-categories.posted_in span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
}

.product-categories.posted_in a {
	font-size: 0.9rem;
	color: #000;
}

.product-tags span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
}

.product-tags a {
	font-size: 0.9rem;
	color: #000;
}

.product_meta.product-meta {
	margin: 20px 0px 0px;
}


.comment_container {
	display: flex;
}

.comment-text {
	margin: 0px 20px 0px;
}

.comment_container img {
	border-radius: 50px;
}

ol.commentlist {
	margin: 35px 0px;
}

li.review.byuser.comment-author-sinan.bypostauthor.even.thread-even.depth-1 {
	margin: 0px 0px 35px;
}

.description p {
	font-size: 0.9rem;
}

time.woocommerce-review__published-date {
	color: #71778e;
	font-size: 0.8rem;
}

strong.woocommerce-review__author {
	color: #000;
	font-weight: 500;
}

ul.nav.nav-tabs li a {
	color: #000;
	font-size: 1.2rem;
}

ul.nav.nav-tabs {
	padding: 0px 0px;
}

ul.nav.nav-tabs li a {
	margin: 0px 30px 0px 0px;
}

.nav_tabss {
	margin: 0px 0px 20px 0px;
}

.tab-pane {
	margin: 0px 0px 40px;
}

.tab-pane p {
	font-size: 0.9rem;
	font-weight: 400;
}

table.tab_table_color {
	border: solid 1px #ddd;
	width: 100%;
}

table.tab_table_color th {
	border: solid 1px #ddd;
	padding: 6px 6px;
}

table.tab_table_color td {
	border: solid 1px #ddd;
	padding: 6px 6px;
}

.add_a_rev {
	border-bottom: solid 1px #ddd;
	width: 100%;
	display: block;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font-weight: 600;
}

.comment_you textarea {
	width: 100%;
}

.comment_name input,
.comment_email input {
	width: 100%;
	padding: 8px 0px;
	margin: 0px 0px 30px;
}

.comment_you {
	margin: 0px 0px 30px;
}

.sumbit_coment_form_button {
	background: #8b9856;
	border: none;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
}

.your_comment {
	font-size: 0.8rem;
	font-weight: 500;
	margin: 0px 0px -5px 0px;
}

.comment_name label,
.comment_email label {
	font-size: 0.85rem;
	margin: 0px;
}

label.rating {
	margin: 0px 0px 0px;
	font-size: 0.9rem;
}

.reating_star {
	margin: 0px 0px 20px;
}

.coments {
	margin: 0px 0px 20px;
	font-size: 0.8rem;
}

.comment_check label {
	font-size: 0.9rem;
	margin: 0px 10px 0px;
}

.comment_check {
	margin: 0px 0px 20px;
}

/*product details End*/


/*cart start*/


.progress {
	padding: 0;
	width: 100%;
	height: 4px;
	overflow: hidden;
	background: #e5e5e5;
	border-radius: 6px;
}

.bar {
	position: relative;
	height: 100%;
	background: red;
}

.add_to_card {
	display: flex;
	justify-content: space-between;
}

.cart_product_detail {
	display: flex;
	justify-content: space-around;
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 40px;
	align-items: center;
	padding: 0px 0px 20px;
}

.cart_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 40px;
	border-bottom: solid 1px #ddd;
	padding: 0px 0px 20px;
}

.cart_products {
	width: 50px;
}

.cart_wrapper {
	max-width: 70%;
	min-width: 70%;
	margin-right: 20px;
}

.coupon_code {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.apply_coupon_code {
	display: flex;
}

.cart_update button {
	background: #ee403d;
	color: #fff;
	border: none;
	padding: 8px 14px;
}

.apply_coupon input {
	padding: 10px 20px 9px 10px;
	font-size: 0.9rem;
	width: 150px;
}

.apply_button button {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 17px;
	margin: 0px 5px;
	cursor: pointer;
}

.cart_item_price span {
	white-space: nowrap;
}

.free_shipping {
	border: solid 1px #ddd;
	padding: 20px;
	margin: 0px 0px 40px;
}

.free_shipping_add {
	font-size: 0.9rem;
	margin: 0px 0px 10px;
}

.cart_item_quantity {
	border: solid 1px #ddd;
	padding: 0px;
	display: inline-block;
	white-space: nowrap;
}

.cart_subtotal_list {
	padding: 20px;
	border: solid 1px #ddd;
	width: 100%;
}

.cart_total {
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-weight: 600;
}

.cart_total span {
	font-size: 1rem;
}

.cart_subtoal {
	display: flex;
	justify-content: space-between;
	padding: 7px 0px;
	font-size: 0.9rem;
	color: #666;
	margin: 0px 0px 3px;
}

.cart_order_total {
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	margin: 0px 0px;
	border-top: 1px solid #ddd;
	font-weight: 600;
}

.cart {
	padding: 25px;
}

.change_add a {
	color: #ee403d;
}

.cart_checkout a {
	background: #ee403d;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 12px 0px;
	border-radius: 7px;
}

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

.shpping {
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
	align-items: center;
	margin: 0px 0px 30px;
	border-bottom: solid 1px #ddd;
	text-align: right;
}

/*cart End*/

/*wishlist start*/

.dashboard_page_content {
	display: flex;
	justify-content: space-between;
}

.dashboard_page_left ul li a {
	color: #0169a5;
}

.dashboard_page_left li {
	margin: 0px 0px 20px 0px;
}

.dashboard_page_left {
	min-width: 150px;
	max-width: 150px;
}

.dashboard_page_right {
	width: 100%;
}

.wish_wrapper {
	border: solid 1px #ddd;
	padding: 20px;
}

.dashboard_page_head {
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 15px;
	font-size: 1.1rem;
	margin: 0px 0px 15px;
	font-weight: 600;
}

.wish_product_detail {
	display: table-row;
}

.wish_item {
	display: table-row;
}

.wish_products {
	width: 50px;
}

.wish_add a {
	background: #ee403d;
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	border-radius: 5px;
}

.apply_action select {
	width: 150px;
	padding: 13px 0px;
	font-size: 0.9rem;
	border: solid 1px #ddd;
}

.apply_action a {
	background: #ee403d;
	padding: 14px 20px;
	color: #fff;
	border-radius: 5px;
}

.apply_action {
	margin: 0px 0px 20px;
}

.action {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.add_wishlist a button {
	background: #ee403d;
	border: none;
	color: #fff;
	padding: 14px 20px;
	border-radius: 5px;
}

.additional_fields textarea {
	width: 100%;
}


/*wishlist End*/

/*checkout page start*/

.checkout_page {
	display: flex;
	justify-content: space-between;
}

.checkout_page_left {
	min-width: 65%;
	max-width: 65%;
	margin-right: 20px;
}

.checkout_page_right {
	width: 100%;
}

.checkout_bill {
	font-size: 1.2rem;
	color: #000;
	margin: 0px 0px 20px;
}

.checkout_page__billing_details input {
	width: 100%;
	margin: 0px 0px 20px;
	padding: 10px 10px;
}

.checkout_page__billing_details select {
	width: 100%;
	padding: 20px 10px;
	margin: 0px 0px 20px;
}

.cart_relax span {
	font-size: 0.8rem;
}

.payment_method_bacs {
	font-size: 0.8rem;
	line-height: 20px;
}

.checkout_policy {
	font-size: 0.8rem;
	line-height: 20px;
}

.checkout_policy_terms {
	font-size: 0.9rem;
	margin: 0px 0px 30px;
}

.account_fields span {
	font-size: 0.9rem;
	margin: 0px 10px 0px;
}

.account_fields {
	margin: 0px 0px 10px;
}

.checkout_policy a {
	color: #f4344f;
}

.checkout_policy_terms a {
	color: #f4344f;
}


/*checkout page End*/

/*my account page start*/

.user-avatar img {
	width: 40px;
	border-radius: 50px;
	height: 40px;
}

.my_account_navigation {
	padding: 0;
}

.my_account_page_contents {
	display: flex;
	height: 100%;
}

.my_account_page_left {
	max-width: 25%;
	z-index: 100;
	margin-right: 0;
	width: 270px;
	border-right: 1px solid #ddd;
}

.user-avatar {
	text-align: center;
	margin: 0;
	display: flex;
	width: 100%;
	align-items: center;
	padding: 0px 40px 0px 10px;
	height: 100%;
	border-left: 1px solid #ddd;
}

.account_dashboard {
	padding: 10px;
}


.account_dashboard ul li {
	margin: 0px 0px 0;
	padding: 0;
}

.account_dashboard ul li a {
	color: #000000;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 13px 15px;
	display: block;
	border-radius: 10px;
	margin: 0px 0px 2px 0px;
	transition: ease .3s;
}

.account_dashboard ul li a:hover {
	background: #e9eff2;
}

.account_dashboard ul li.active a {
	color: #0169a5;
	background: #e1f4ff;
}

.my_account_content {
	display: flex;
	background: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
	flex: 1;
	box-shadow: 2px 2px 3px #ddd;
}

.total_wish i {
	background: #faf2ee;
	padding: 8px 8px;
	margin: 0px 18px 0px 0px;
	font-size: 25px;
	border-radius: 50px;
	color: #8b9856;
}

.total_wishlist {
	font-size: 1rem;
}

.my_account_page_right_contant {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 50px;
}

.my_account_page_right {
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	background: #f1f3f7;
	padding: 60px 0px 0px 0px;
}

.myaccount_table_cell {
	display: table-cell;
	padding: 20px 7px;
}

.my_account_product_name img {
	width: 60px;
}

.my_account_table {
	display: table;
	width: 100%;
	box-shadow: 2px 2px 2px #ddd;
	border: 1px solid #ddd;
}

.my_account_table_row {
	display: table-row;
}

.myaccount_table_cell.my_account_product_name {
	display: table;
}

.my_account_details_heading .myaccount_table_cell {
	font-size: 1rem;
	color: #000;
	font-weight: bold;
}

.my_account_details_inner .myaccount_table_cell {
	font-size: 1rem;
	font-weight: bold;
	color: #777;
}

.my_qty {
	margin: -30px 0px 0px;
	text-align: center;

}

/*my account page End*/


.product_details_description {
	font-size: 0.9rem;
	color: #888;
	padding: 0px 0px 15px;
}


span.product_qty input {
	width: 50px;
	text-align: center;
	border: none;
}

.produt_details_page_upper {
	padding: 0px 0px 15px;
}

.produt_details_page_upper {
	padding: 0px 0px 15px;
}

ul.nav.nav-tabs.product_details_tabs li a {
	font-size: 1rem;
	padding: 10px 10px;
	display: inline-block;
	color: #888;
	border-bottom: 4px solid #fff;
}

ul.nav.nav-tabs.product_details_tabs li.active a {
	color: #000;
	border-color: #000;
}


.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.40);
}


.cart_product_table {
	display: table;
	width: 100%;
}

.table_row {
	display: table-row;
}

.table_row {
	display: table-row;
}

.table_cell {
	display: table-cell;
}

.cart_product_img {
	max-width: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	overflow: hidden;
}

.cart_item_head {
	font-weight: 600;
}

.cart_product_table .table_cell {
	border-top: 1px solid #ddd;
	padding: 10px 5px;
}

.cart_product_table .cart_item_head.table_cell {
	border: none;
}

.cart_product_name {
	font-size: 0.8rem;
	display: inline-block;
	font-weight: 600;
	max-width: 70%;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}

.cart_product_table {
	display: table;
	width: 100%;
	border: 1px solid #ddd;
	margin: 0px 0px 20px;
}

.product_list_content {
	padding: 15px 0px;
}


.cart_empty {
	padding: 80px 0px;
	text-align: center;
	width: 100%;
}

.cart_empty_text {
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
	margin: 0px 0px 15px;
}


a.cart_empty_link_holder {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 10px 10px;
	border-radius: 8px;
}


#cart-alert {
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: -100px;
	transition: ease .3s;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 1000;
}

.alert_text_holder {
	background: #000;
	color: #fff;
	padding: 15px 16px;
	z-index: 100;
	max-width: 50%;
	width: 100%;
	border-radius: 8px;
	display: inline-block;
	text-align: left;
	margin: 0px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cart-alert.show {
	bottom: 0;
}


#cart-alert .close_alert {
	color: #fff;
	z-index: 1;
	opacity: 1;
	font-size: 15px;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
}


.login_page_signup_link {
	font-size: 0.9rem;
	text-align: center;
}

span.header_user_image {
	width: 30px;
	height: 30px;
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

a.header_right_links {
	display: flex;
	align-items: center;
	margin-right: 10px;
	position: relative;
}

.header_serch {
	flex: 1;
}

.header_middle {
	flex: 1;
}

.header_right {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: end;
}

span.link_desc {
	font-size: 0.9rem;
	color: #000;
	margin: 0px 0px 0px 7px;
}

.header_lower_right_items_icons span.cart_count {
	background: #8b9856;
	padding: 0;
	color: #fff;
	font-size: 0.7rem;
	width: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-radius: 50%;
	top: -12px;
	position: absolute;
	right: -8px;
}

span.user_avatar_image {
	width: 40px;
	height: 40px;
	margin-right: 13px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	min-width: 40px;
	max-width: 40px;
	cursor: pointer;
}


.user-info {
	text-align: left;
}

.user_info_name {
	font-weight: 600;
	font-size: 1rem;
}

.user_info_joined {
	font-size: 0.7rem;
	color: #333;
}

.account_dashboard ul li a i {
	margin-right: 10px;
	color: #0169a5;
	font-weight: 700;
}

section.middle_content {
	padding: 70px 0px 0px 0px;
}

.my_account_page_stats_holder {
	margin: 0px 0px 20px;
}

.start_ratings i.lni.lni-star-filled {
	color: #ffcc5d;
}

.start_ratings .lni {
	margin-right: 3px;
	font-size: 0.9rem;
	vertical-align: middle;
	color: #666;
}


.checout_steps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0px 0px 40px;
}

.checout_steps_item {
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 1;
}

.checout_steps_item i {
	width: 40px;
	height: 40px;
	background: #f1f3f7;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	margin: 0px 0px 10px;
	position: relative;
	z-index: 1;
}

.checout_steps_item::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 5px;
	background: #f1f3f7;
	left: 50%;
	z-index: 0;
	top: 20px;
}

.checout_steps_item:last-child::before {
	display: none;
}

.checout_steps_item span {
	font-size: 0.8rem;
	font-weight: 600;
}

.checout_steps_item.done i {
	background: #000;
	color: #fff;
}

.checout_steps_item.done::before {
	background: #000;
}

.checout_steps_item.active i {
	background: #000;
	color: #fff;
}


.final_checkout_page_content {
	display: flex;
}

.final_checkout_page_right {
	width: 100%;
}

.final_checkout_page_left {
	min-width: 60%;
	max-width: 60%;
	margin-right: 30px;
	border-right: 1px solid #ddd;
	padding: 0px 30px 0px 0px;
}


.checkout_login_block {
	margin: 0px 0px 20px;
}

.checkout_login_block_heading {
	font-weight: 500;
	font-size: 1rem;
}

.checkout_login_block_head {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 10px;
	align-items: center;
}

.billing_details_block_head {
	font-weight: 500;
	margin: 0px 0px 10px;
	font-size: 1rem;
}

.billing_details_block_input_holder label {
	font-size: 0.85rem;
	margin: 0px 0px 5px 0px;
	color: #333;
	font-weight: 600;
}

.common_fields {
	padding: 10px 0px;
}

.billing_details_block_input_holder {
	margin: 0px 0px 10px;
}

.checkout_login_block_right_link {
	font-size: 0.8rem;
	color: #666;
}

.checkout_login_block_right_link a {
	color: #000;
	text-decoration: underline;
	margin: 0px 0px 0px 4px;
	font-weight: 500;
}

textarea.form-control {
	height: 60px;
}

.order_sumary_list_item {
	display: flex;
	justify-content: space-between;
	padding: 4px 0px;
	font-size: 0.9rem;
	color: #666;
}

.order_sumary_list_value {
	color: #000;
	font-weight: 600;
}

.order_sumary_head {
	font-size: 1rem;
	font-weight: 600;
	margin: 0px 0px 5px;
}

.final_checkout_page_right_head {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}

.payment_options_head {
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0px 0px 5px;
}

.payment_options_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 5px 0px;
}

.payment_options_item label {
	margin: 0px 0px 0px 7px;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #ddd;
	width: 100%;
	opacity: 0.7;
	transition: ease .3s;
}

.payment_options {
	margin: 0px 0px 15px;
	border-top: 1px solid #ddd;
	padding: 10px 0px 0px;
}

a.confirm_order_btn {
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	border-radius: 8px;
}


.final_checkout_product_block_item {
	display: flex;
	width: 100%;
	padding: 5px 0px 10px;
}

.checkout_product_item_left_image {
	width: 50px;
	margin-right: 15px;
	position: relative;
	height: 50px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	border: 1px solid #ddd;
	box-shadow: 1px 2px 5px #eee;
	min-width: 50px;
}

.checkout_product_item_left_image span {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: #000;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 0.8rem;
	border-radius: 50%;
	align-items: center;
}

.checkout_product_item_name {
	font-weight: 600;
	font-size: 1rem;
	color: #333;
}

.checkout_product_item_content {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}

.checkout_product_item_price {
	font-size: 0.8rem;
	color: #888;
}

.final_checkout_product_block {
	margin: 0px 0px 15px;
}

.payment_options_item_desc {
	font-weight: normal;
	color: #888;
}

.payment_options_item>input {
	margin: 3px 0px 0px;
}

.payment_options_item>input:checked+label {
	border-color: #000;
	opacity: 1;
}

.payment_options_item_name {
	font-size: 0.9rem;
	font-weight: 500;
}


.ratings_widget {
	display: flex;
	align-items: center;
	margin: 0px 0px 5px;
}

.start_ratings {
	margin-right: 5px;
}

.product_details_review {
	color: #666;
	font-size: 0.8rem;
}

.form-control {
	font-size: 0.8rem;
	margin: 0px 0px 3px 0px;
	height: 40px;
}

.input_help {
	font-size: 11px;
	margin: 5px 0px;
	color: #888;
}

span.required_red {
	color: red;
	margin: 0px 0px 0px 2px;
	font-size: 0.9rem;
}


.checkout_login_block_input_holder.grouped_input {
	position: relative;
}

span.country_input {
	position: absolute;
	background: #f1f3f5;
	height: 38px;
	margin: 1px 0px 0px 1px;
	padding: 0px 10px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ddd;
	border-radius: 3px 0px 0px 3px;
}

.grouped_input .form-control {
	padding: 0px 10px 0px 85px;
}

.password_blocks {
	display: none;
}


.empty_cart a {
	display: inline-block;
	background: #f1f3f7;
	color: #000;
	padding: 15px 20px;
	border-radius: 9px;
	font-size: 0.9rem;
}

.checkout_login_btn {
	padding: 10px 0px;
}

.checkout_login_btn a {
	background: #000;
	color: #fff;
	padding: 10px 30px;
	border-radius: 40px;
	display: inline-block;
}

a.confirm_order_btn.disabled {
	opacity: 0.5;
}

.checkout_login_btn_holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.checkout_forgot_pass {
	font-size: 0.9rem;
}

.checkout_forgot_pass a {
	color: #2e8eff;
}

.checkout_login_block_input_holder {
	margin: 0px 0px 10px;
}

.checkout_login_block_input_holder label {
	font-size: 0.9rem;
	font-weight: 500;
	margin: 0px 0px 4px;
}


.alert_options {
	display: flex;
	align-items: center;
}

.alert_options_link a {
	color: #f5ef32;
	margin: 0px 10px 0px 10px;
}


.address_blocks_heading {
	font-weight: 500;
	margin: 0px 0px 10px;
	font-size: 1rem;
}

.address_blocks_head {
	display: flex;
	justify-content: space-between;
}

.address_blocks_link a {
	font-size: 0.8rem;
	color: #000;
}

.existing_address_block label {
	display: block;
	border: 1px solid #ddd;
	padding: 10px 10px 10px 31px;
	font-weight: 600;
	border-radius: 6px;
	height: 100px;
	margin: 0px 0px;
	position: relative;
	cursor: pointer;
}

.new_address_block a {
	height: 100px;
	display: flex;
	border: 1px dashed #ddd;
	justify-content: center;
	align-items: center;
	color: #000;
	flex-direction: column;
	border-radius: 5px;
}

.new_address_block a i {
	font-size: 24px;
	margin: 0px 0px 10px;
}

.address_blocks_list {
	display: flex;
	flex-wrap: wrap;
}

.address_blocks_item {
	width: 31%;
	margin: 2px 1% 7px;
}

.existing_address_block input[type="radio"] {
	display: none;
}

.existing_address_block_options {
	position: absolute;
	bottom: 1px;
	right: 1px;
	padding: 5px;
}

a.delete_address {
	font-size: 0.8rem;
	padding: 4px 6px;
	display: inline-block;
	background: #ffe4e4;
	color: #ff4646;
	border-radius: 5px;
}

.existing_address_block {
	position: relative;
}

.address_blocks {
	margin: 0px 0px 20px;
}

.existing_address_block_name {
	font-size: 0.9rem;
}

.existing_address_block input[type="radio"]:checked+label {
	border-color: #000;
}

.existing_address_block input[type="radio"]+label::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	left: 7px;
	top: 12px;
	border: 1px solid #ddd;
}

.existing_address_block input[type="radio"]:checked+label::before {
	background: #000;
}


.billing_details_block {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 7px;
	display: none;
}


.existing_address_block_hint {
	font-size: 0.8rem;
	font-weight: normal;
	color: #666;
}

span.inline-error.error {
	font-size: 0.8rem;
	color: red;
	padding: 0px 0px 0px 3px;
}


.section_loader_class {
	background-image: url('../img/loader.gif');
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1000;
	display: none;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.final_checkout_page {
	padding: 10px 0px;
	position: relative;
}

.existing_address_block input[type="radio"].error_input+label {
	border: 1px solid red;
}

.shippingAddressError.inline-error {
	font-size: 0.8rem;
	color: red;
}


.login_page_form {
	width: 500px;
	display: flex;
	flex-direction: column;
}


.login_page_form_inputs {
	display: flex;
	flex-direction: column;
	background-color: rgb(255, 255, 255);
	color: rgb(38, 40, 45);
	box-shadow: rgb(32 32 32 / 8%) 0px 10px 32px;
	padding: 40px;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: normal;
	border: 1px solid #eee;
	margin: 20px 0px 0px;
}

.login_page_form_input_label {
	font-size: 0.9rem;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
	color: #333;
}

.login_page_form_input_holder {
	margin: 0px 0px 15px;
}

.login_page_form_input_input input {
	height: 44px;
	width: 100%;
	padding: 7px 10px;
	font-size: 0.8rem;
	margin-bottom: 5px;
	outline: none;
	border-radius: 5px;
	appearance: none;
	border: 1px solid rgb(209, 215, 217);
	background-color: rgb(255, 255, 255) !important;
}

.login_page_form_input_submit a {
	display: block;
	padding: 10px;
	text-align: center;
	background: #0169a5;
	color: #fff;
	border-radius: 4px;
}

.login_page_form_input_link {
	text-align: right;
	margin: 0px 0px 10px;
}

a.forgot_link {
	font-size: 0.9rem;
	color: #0169a5;
	font-weight: 600;
}

.login_page_form_input_submit {
	margin: 0px 0px 20px;
}

.login_page_signup_link {
	text-align: center;
}

.login_page_form_head {
	text-align: center;
	font-size: 1.8rem;
	margin: 0px 0px 5px;
	font-weight: 600;
}

.login_page_form_subhead {
	font-size: 0.8rem;
	text-align: center;
	color: #666;
}


.error-message.help-inline {
	font-size: 0.8rem;
}


.dash_account_table {
	display: table;
	width: 100%;
	border: 1px solid #ddd;
}

.dash_account_table_row {
	display: table-row;
}


.dash_account_table_cell {
	display: table-cell;
	padding: 10px;
	border-top: 1px solid #ddd;
	color: #333;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
}

.dash_account_table_cell:first-child {
	text-align: left;
}

.dash_account_table_row.dash_account_table_head {
	background: #f1f3f7;
}

.dash_account_table_head .dash_account_table_cell {
	border: none;
	font-weight: 600;
	font-size: 0.9rem;
	color: #000;
}

.dash_account_table_holder_head {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 10px;
	align-items: center;
}

.dash_account_table_heading {
	font-size: 1.1rem;
	font-weight: 600;
}

.dash_account_table_right a {
	background: #f1f3f7;
	color: #000;
	padding: 6px 15px;
	display: inline-block;
	font-size: 0.8rem;
	border-radius: 20px;
}

.dash_account_table_holder {
	margin: 10px 0px 10px;
}


.product_details_name {
	color: #000;
	font-weight: 500;
	font-size: 0.85rem;
}

.product_details_list_item {
	border-bottom: 1px solid #ddd;
	padding: 5px 4px;
}

.product_details_list_item:last-child {
	border: none;
}

.product_details_qty {
	color: #666;
	font-size: 0.7rem;
}

.site_header_one {
	border-bottom: 1px solid #ddd;
}

.produt_details_page {
	padding: 10px 0px;
}

.header_middle_logo img {
	max-height: 60px;
}

.product_thumb_slider .owl-item {
	padding: 2px;
}

.product_thumb_slider .owl-item {
	padding: 2px;
}

.thumb_item {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
}

.p_product_category {
	line-height: normal;
	margin: 10px 0px 1px;
}

.out_of_stock_notice {
	color: #a94442;
	background-color: #f2dede;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #cdaeb3;
}

.out_of_stock_notice_text {
	font-size: 0.8rem;
	color: #000;
}

.out_of_stock_notice_head {
	font-weight: 600;
}

.enquiry_product_form_head {
	font-weight: 600;
	margin: 0px 0px 10px;
}

label.global_form_label {
	display: block;
	margin: 0 0 5px;
	font-size: 0.9rem;
	color: #000;
	font-weight: 600;
}

.global_form_input_outer {
	margin: 0px 0px 10px;
}

.global_form_input {
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 4px;
	height: 40px;
	padding: 10px 10px;
	font-size: 0.8rem;
	color: #333;
}

.product_details_left {
	border: 1px solid #eee;
}

textarea.global_form_input {
	height: 100px;
}

a.global_form_input_submit_btn {
	display: block;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 15px 0px;
	border-radius: 5px;
}

a.enquire_btn {
	display: inline-block;
	background: #5c794d;
	color: #fff;
	padding: 10px;
	border-radius: 7px;
}

.enquire_btn_holder {
	margin: 0px 0px 10px;
}

.enquiry_product_form {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	display: none;
	background: #f1f3f7;
}

.slider_content_heading {
	font-size: 38px;
}


.slider_item_container {
	position: relative;
	height: 100%;
}

.slide_one .slider_content {
	padding: 10px 0px;
	max-width: 500px;
	color: #fff;
}

.slide_one {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.slide_one .slider_content_heading {
	font-weight: 700;
	line-height: 48px;
	margin: 0px 0px 15px 0px;
	font-size: 40px;
}

.slide_one .slider_content_desc {
	color: #eee;
}

.slide_one .slider_item_container {
	display: flex;
	align-items: center;
}


.featured_categories_lower {
	padding: 6px 5px;
}

.subcategories {
	padding: 2px 0px 2px 20px;
}


.menu_title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0px 0px 10px;
}

.footer_link ul li a {
	color: #333;
	font-size: 0.9rem;
}

.footer_link ul li {
	margin: 0px 0px 5px 0px;
}

.out_of_stock_label {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.6);
	left: 0;
	top: 0;
}

.out_of_stock_label span {
	display: inline-block;
	background: #ebb25c;
	color: #fff;
	padding: 7px 10px;
	font-size: 0.8rem;
}

.all_product_list.out_of_stock {
	opacity: 0.6;
}

.custom_pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ddd;
	padding: 10px 0px 10px;
}

.pages_list li {
	display: inline-block;
}

.pages_list li a {
	color: #000;
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 8px;
	background: #f1f3f7;
}

.pages_list li a.active {
	background: #8b9856;
	color: #fff;
}

.product-pagination {
	margin: 20px 0px;
}

.paginator_right {
	font-size: 0.9rem;
	font-weight: 600;
}

ul.pages_list {
	margin: 0;
}

.product_list_top {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 20px;
}

.sort_by_item label {
	margin: 0;
	font-size: 0.8rem;
}

.sort_by_item select {
	width: auto;
	font-size: 0.8rem;
	border: 1px solid #ddd;
	height: 34px;
	border-radius: 6px;
	margin: 0px 0px 0px 5px;
}

.product_list_top_left {
	font-size: 1.3rem;
	font-weight: 600;
	color: #000;
}

.product_list_top_left span {
	color: #8b9856;
}

.dash_stats_head {
	font-weight: 600;
	color: #000000;
	font-size: 0.9rem;
}


.order_completed_holder {
	border: 1px solid #e5efc0;
	text-align: center;
	width: 100%;
	max-width: 510px;
	display: inline-block;
}

.order_completed_top {
	padding: 30px;
	background: #faf2ee;
}

.order_completed_icon {
	font-size: 50px;
	color: #758e69;
}

.order_completed_heading {
	font-weight: 600;
	color: #8b9856;
	font-size: 26px;
}

.order_completed_subheading {
	font-size: 0.85rem;
	color: #666;
}

.order_completed {
	text-align: center;
}

.order_completed_order_number {
	display: inline-block;
	padding: 5px;
	margin: 5px 0px;
	color: #000000;
	border-radius: 10px;
	font-weight: 600;
	font-size: 19px;
}


.order_details_products_list_item {
	padding: 23px;
	display: flex;
	align-items: center;
}

.o_d_p_l_item {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	min-width: 60px;
	max-width: 60px;
	background: #f1f3f7;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.o_d_p_l_right {
	text-align: left;
	width: 100%;
}

.o_d_p_l_right_name {
	font-size: 1.1rem;
	font-weight: 600;
}

.o_d_p_l_right_qty {
	color: #666;
	font-size: 0.9rem;
}


.order_details_products_lower {
	padding: 15px;
}

.order_details_products_lower_head {
	font-size: 0.85rem;
	color: #000;
	font-weight: 600;
}

.dash_account_table_row .dash_account_table_cell {
	padding: 7px 10px;
}

.static_header_type_one {
	padding: 60px 00px 70px;
	background: #e9eff2;
}

.static_page_bradcrumb {
	font-size: 0.9rem;
	margin: 0px 0px 10px;
}

h1.static_page_heading {
	margin: 0;
}

.static_page_content p {
	color: #666;
}

.contact_page_lower {
	padding: 15px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 5px;
	margin: -30px 0px 20px;
	display: flex;
}

.contact_page_lower_right {
	width: 40%;
	min-width: 40%;
	max-width: 40%;
	border-left: 1px solid #ddd;
	padding: 50px;
}

.contact_page_lower_left {
	width: 100%;
	padding: 20px;
}

input.contact_form_submit {
	padding: 10px 25px;
	background: #000000;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 0.9rem;
	cursor: pointer;
}

.global_form_input_submit {
	padding: 10px 0px;
}


.contact_item_head {
	display: flex;
	align-items: center;
}

.contact_item_head_icon {
	width: 50px;
	text-align: center;
	font-size: 24px;
}

.contact_item_head_text {
	font-size: 1.1rem;
	font-weight: 600;
}

.contact_item {
	margin: 0px 0px 20px;
}

.contact_item_value {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 50px;
	color: #333;
}

.contact_page_lower_right_head {
	font-size: 26px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	color: #333;
}

.featured_categories_image a {
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	background-size: cover;
	background-position: center;
}

.featured_categories_image {
	margin: 0px 0px 10px;
}


.produt_details_page #description {
	white-space: pre-line;
}

#rating_stars_input input {
	display: none;
}

#rating_stars_input label {
	margin: 0px 2px 0px 0px;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	margin-right: 10px;
	padding: 10px;
	border-radius: 7px;
}


#rating_stars_input label:hover {
	color: #deb217;
}

#rating_stars_input input:checked~label {
	color: #adadad;
}

#rating_stars_input input:checked+label {
	color: #deb217;
}


/* 
#rating_stars_input  > input:checked ~ label {
    color: #ffc700;    
}
#rating_stars_input:not(:checked) > label:hover,
#rating_stars_input:not(:checked) > label:hover ~ label {
    color: #c59b08;  
}
#rating_stars_input > input:checked + label:hover,
#rating_stars_input > input:checked + label:hover ~ label,
#rating_stars_input > input:checked ~ label:hover,
#rating_stars_input > input:checked ~ label:hover ~ label,
#rating_stars_input > label:hover ~ input:checked ~ label {
    color: #deb217;
}


*/


.submit_comment {
	background: #8b9856;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: ease .3s;
	display: inline-block;
}

.submit_comment:hover {
	background: #97a94e;
}

div#rating_stars_input {
	display: flex;
}

#rating_stars_input label span {
	font-size: 0.8rem;
}

#rating_stars_input label i {
	margin-right: 10px;
}

.review_form_head {
	font-size: 1rem;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
}

.rating_stars {
	margin: 0px 0px 14px;
}


.signinModal .modal-dialog {
	min-width: 1070px;
}

div#signinModal .modal-content {
	width: 700px;
	max-width: 96%;
	border: none;
	border-radius: 10px;
}

div#signinModal .modal-dialog {
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

div#signinModal {
	width: 100%;
	height: 100%;
	padding: 0 !important;
}

.login-register-right-block-content {
	text-align: center;
	padding: 50px 0px;
}

.login-register-left-blk_hd {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 20px;
}

.login-register-left-blk {
	width: 100%;
}

.login-register-left-block-content {
	width: 100%;
}

label.form_elements_label {
	font-size: 0.9rem;
}

.form_login_links a.login_btn {
	width: 100%;
	display: block;
	background: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin: 0px 0px 8px;
}

.form_elements_group {
	margin: 0px 0px 15px;
}

a.forget_link {
	color: #333;
	font-size: 0.9rem;
	display: inline-block;
}

.form_login_links {
	margin: 0px 0px 20px;
	text-align: right;
}

.form_already_text {
	text-align: center;
	font-size: 0.9rem;
}

.login-register-block>.row {
	align-items: center;
}


.login-register-left-blk_text {
	padding: 0px 20px;
	font-size: 1rem;
	color: #000;
}

.login-register-right-blk.content-logo {
	margin: 0px 0px 20px;
}

.login-register-right-blk.content-image {
	margin: 0px 0px 10px;
}

.login-register-block .col-md-6.no-padding {
	padding-left: 0;
}

.form_input_hint {
	font-size: 0.7rem;
	color: #666;
	margin: 5px 0px 0px 0px;
}


div#defaultAdressOptions {
	padding: 5px 0px;
	max-height: 200px;
	display: flex;
	overflow: auto;
	flex-wrap: wrap;
}

.address_holder {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 7px;
	margin: 0px 0.5% 10px;
	width: 32.33%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.default_adress_head {
	font-size: 0.85rem;
	margin: 0px 0px 3px 0px;
	color: #333;
	font-weight: 500;
}

.address_holder label {
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}

.defaultAdress_head {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
}

.defaultAdress_desc {
	font-size: 0.8rem;
	color: #666;
}

.checkout_login_error.error {
	background: #ffdede;
	padding: 10px;
	border-radius: 7px;
	margin: 0px 0px 10px;
	font-size: 0.7rem;
}

.login_popup_error.error {
	background: #ffdede;
	padding: 10px;
	border-radius: 7px;
	margin: 0px 0px 10px;
	font-size: 0.7rem;
}

.header_search_bar_holder {
	flex: 1;
}

.header_search_bar {
	display: none;
	position: relative;
	width: 100%;
	padding: 0px 40px 0px 0px;
}

.header_search_bar input[type="text"] {
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 30px;
	height: 50px;
	padding: 10px 0px 10px 20px;
	font-size: 0.8rem;
	color: #333;
}

.header_search_bar input[type="submit"] {
	width: 48px;
	font-size: 0px;
	height: 48px;
	border-radius: 50%;
	border: none;
	position: absolute;
	right: 41px;
	top: 1px;
}

.product_filter_head {
	font-size: 1rem;
	font-weight: 600;
	margin: 0px 0px 10px;
	text-transform: capitalize;
}

.product_filter_block {
	margin: 0px 0px 20px;
}


.product_filter_input {
	display: block;
	border-radius: 50px;
	padding: 5px 15px;
	border: 1px solid #ddd;
	height: 46px;
	font-size: 0.8rem;
	width: 100%;
}


.no_products_found {
	text-align: center;
	width: 100%;
	padding: 70px 0px;
	color: #888;
}


.no_content_message {
	text-align: center;
	width: 100%;
	padding: 70px 0px;
	color: #888;
}

a.text_actions {
	padding: 10px;
	background: #000;
	color: #fff;
	border-radius: 7px;
	font-size: 0.8rem;
	display: inline-block;
	white-space: nowrap;
}

a.text_actions.cancel_order_click {
	background: #ff4d4d;
}

.status_label {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
}

.status_label_red {
    color: red;
    background: #fff2f2;
}
.status_label_orange {
    background: #ff9820;
    color: #fff;
}

.cancel_order_popup_content {
	padding: 20px;
}

.cancel_order_popup_head {
	font-size: 1.2rem;
	padding: 0px 0px 15px;
	font-weight: 600;
}

.cancel_order_reasons {
	margin: 0px 0px 10px;
}

.cancelOrderConfirm {
	width: 100%;
	background: #000;
	color: #fff;
	border-radius: 5px;
	font-size: 1rem;
	text-transform: uppercase;
	border: none;
	display: block;
	text-align: center;
	padding: 20px 0px;
	transition: ease .3s;
}

a.cancelOrderConfirm:hover {
	background: #424242;
	color: #fff;
}

.cancellation_reason_error {
	font-size: 0.85rem;
	color: red;
	margin: 3px 0px 2px;
}

a.icon_actions {
	padding: 5px 9px;
	background: #fff;
	color: #8b9856;
	border-radius: 7px;
	font-size: 1rem;
	border: 1px solid #8b9856;
	display: inline-block;
}

.header_right_links i.lni.lni-heart-filled {
	color: #f89ba7;
}

.wishlist_added {
	color: #8b9856;
	margin: 0px 20px 0px 0px;
	font-weight: 600;
}

.product_small_item_image {
	min-width: 60px;
	height: 60px;
	border-radius: 10px;
	background-size: cover;
	margin-right: 15px;
	box-shadow: 2px 2px 1px #ddd;
}

.product_small_item {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5px 0px;
}

.product_small_item_name {
	font-size: 1rem;
	font-weight: 600;
}

.product_review_user_image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	min-width: 80px;
	max-width: 80px;
	background-size: cover;
	background-position: center;
}

.myReview {
	border: 2px solid #ecffef;
	padding: 20px;
	border-radius: 20px;
	background: #f7fff6;
}

.myReviewHeadText {
	color: #2bb305;
	font-weight: 600;
	margin: 0px 0px 10px;
	font-size: 1rem;

}

.myReviewHead {
	display: flex;
	justify-content: space-between;
}

.star-rating i {
	margin-right: 3px;
}

.star-rating i.lni-star-filled {
	color: #ffcc5d;
}


.otp_message {
	padding: 10px;
	background: #e3ffd6;
	font-size: 0.85rem;
	border: 1px solid #8ec076;
	margin: 0px 0px 10px;
	border-radius: 4px;
}

body>footer {
	width: 100%;
	border-top: 1px solid #ddd;
}

a.product_images_link {
	height: 200px;
	display: block;
	background-size: cover;
	background-position: center;
}

.blogs_page_list_head {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 15px 0px;
}

.variants_types_options_item label {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 0.8rem;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

.variants_types_options_item label img {
	margin: 0px 0px 6px;
}

.variants_types_options_item {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}

.variants_types_options_item input[type="radio"] {
	display: none;
}

.variants_types_head {
	font-size: 0.9rem;
	margin: 0px 0px 5px;
	font-weight: 600;
}

.variants_div {
	padding: 10px 0px;
}

.variants_types_options_item input[type="radio"]:checked+label {
	border-color: #8b9856;
	background: #8b9856;
	color: #fff;
}

.product_detail_quantity_block.disableOrdering {
	opacity: 0.3;
	position: relative;
}

.variants_types_option_name {
	padding: 0px 5px;
}

span.available_stock_message {
	color: #2cb70f;
	font-weight: 600;
	margin: 0px 0px 10px;
	display: block;
}

span.available_stock_message.not_available {
	color: #f44;

}


.my_account_page {
	padding: 0;
	width: 100%;
	left: 0;
	height: 100%;
	overflow: hidden;
	position: fixed;
}

.related_product_list .all_product_list {
	width: 20%;
}

.related_product_list .all_product_list .product_images a {
	height: 220px;
}

.related_product_list .products_rates {
	font-size: 0.8rem;
}

.related_product_list .products_rates .new_rate {
	font-size: 0.8rem;
}

a.cart_product_remove {
	color: #ee403d;
	font-weight: normal;
	padding: 6px 7px;
	display: inline-block;
	border: 1px solid #ee403d;
	border-radius: 6px;
	margin: 0;
	font-size: 11px;
}


.main_banner_slider_item {
	display: block;
}

.order_detail_page {
	padding: 50px 0px;
}

.product_details_left_image img {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.static_page_holder {
	padding: 40px 0px;
}

.product_tags {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #fff;
	font-size: 0.8rem;
	line-height: normal;
}

.featured_tag {
	background: #f65858;
	padding: 6px 10px;
	margin: 0px 0px 5px;
	border-radius: 7px 0px 0px 7px;
}

.best_selling_tag {
	background: #ea9e15;
	padding: 6px 10px;
	margin: 0px 0px 5px;
	border-radius: 7px 0px 0px 7px;
}


.transactions_detail_table {
	display: table;
	width: 100%;
}

.transactions_detail_table_row {
	display: table-row;
	text-align: left;
	font-size: 0.8rem;
}

.transactions_detail_table_cell {
	display: table-cell;
	width: 45%;
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}

.transactions_detail_table_value {
	display: table-cell;
	border-bottom: 1px solid #ddd;
}

.response_proceed_btn a {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 10px 30px;
	font-size: 0.8rem;
	border-radius: 30px;
}

.transactions_detail {
	margin: 0px 0px 20px;
}


.middle_search {
	max-width: 375px;
	position: relative;
}

.search_result {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	max-height: 170px;
	overflow: auto;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 3px 0px 0px;
	display: none;
}

form.search_widget {
	display: flex;
	width: 100%;
	position: relative;
}

.search_results_list li a {
	display: flex;
	padding: 10px 8px;
	border-bottom: 1px solid #ddd;
	font-size: 0.85rem;
	color: #000;
	align-items: center;
}

.search_results_list ul {
	margin: 0;
	padding: 0;
}

i.search_result_thumb_image {
	width: 36px;
	height: 36px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-right: 10px;
}

.contact_widget {
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none;
}

a.cw_whatsapp_link {
	width: 60px;
	height: 60px;
	border: 4px solid white;
	border-radius: 50%;
	background-color: #00cf4d;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.under_review_text {
	background: #ff5353;
	padding: 10px 16px;
	color: #fff;
	border-radius: 10px;
	font-size: 0.8rem;
	margin: 0px 0px 10px 0px;
}


.blogs_content_slider_image_holder img {
	width: 100%;
	max-width: 100%;
}

.blogs_page_list_title {
	font-size: 1.3rem;
	font-weight: 700;
}

.dashboard_left_logo {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	height: 60px;
	border-right: 1px solid #ddd;
}


.dashboard_left_logo img {
	height: 36px;
}

.dashboard_top_bar {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-bottom: 1px solid #ddd;
	height: 60px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
	padding: 0px 0px 0px 300px;
}

.dashboard_top_bar_right {
	display: flex;
	align-items: center;
}

.credits_balance {
	display: flex;
	align-items: center;
	padding: 0px 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	height: 100%;
	cursor: pointer;
	transition: ease .3s;
}

.credits_balance:hover {
	background: #f1f3f7;
}

.credits_balance .lni {
	font-size: 30px;
	margin-right: 10px;
}

.credits_balance span {
	font-size: 0.8rem;
}

.leads_finder {
	display: flex;
	min-height: 100%;
	padding: 5px;
}

.leads_finder_left {
	padding: 5px;
	background: #fff;
	min-width: 250px;
}

.product_page_row {
	margin: 0px -15px;
	display: flex;
}

.sidebar_holder {
	background: #fff;
	padding: 10px;
}

.ecom_sidebar_holder {
	background: #fff;
	padding: 10px;
	max-width: 25%;
	z-index: 100;
	margin-right: 15px;
	width: 330px;
	border-right: 1px solid #ddd;
}

.leads_finder_right {
	padding: 5px 5px 5px 15px;
	width: 100%;
}

.lead_list {
	width: 100%;
}

.lead_list_item {
	display: flex;
	width: 100%;
	border: 1px solid #eee;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}

.lead_list_item_basic_details {
	padding: 8px;
	max-width: 35%;
	min-width: 35%;
}

.lead_list_item_left_name {
	font-size: 1.1rem;
	font-weight: 600;
}

.lead_list_item_left_address {
	font-size: 0.8rem;
	color: #666;
}


.lead_list_item_actions {
	padding: 5px;
	min-width: 15%;
	max-width: 15%;
	text-align: center;
}

a.lead_show_click {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #625afa;
	font-size: 0.9rem;
	background: #fff;
	color: #625afa;
	font-weight: 600;
}


.leads_finder_head {
	display: flex;
	margin: 0px 0px 20px;
	justify-content: space-between;
	align-items: center;
}

.sort_by {
	display: flex;
	align-items: center;
}

.sort_by_label {
	margin-right: 10px;
	font-size: 0.8rem;
}

select.sort_by_input {
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 0.8rem;
	border-radius: 4px;
}

.leads_finder_heading {
	font-size: 1rem;
	font-weight: 600;
}

.lead_list_item_holder {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 10px 10px 4px #f1f3f7;
	margin: 0px 0px 10px;
}

.lead_list_item_lower {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.lead_list_item_lower_right {
	font-size: 0.8rem;
	color: #333;
	font-weight: 700;
}

.contact_details_item {
	margin: 0px 0px 8px;
}

.contact_details_item_head {
	font-size: 0.9rem;
	font-weight: 600;
}

.lead_list_item_left_description_holder {
	padding: 10px;
}

.lead_list_item_left_description {
	border: 1px solid #f1f8c0;
	margin: 10px 0px 0px;
	padding: 10px;
	background: #fffdf8;
	border-radius: 7px;
}

.lead_item_description_head {
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0px 0px 4px;
}

.lead_item_description_value {
	font-size: 0.8rem;
	color: #666;
}


.contact_details_item_value {
	font-size: 0.8rem;
	color: #333;
	padding: 0px 0px 0px 20px;
}

.lead_list_item_contact_details {
	flex: 1;
	padding: 5px;
	max-width: 25%;
	min-width: 25%;
}

.contact_details_item_value.blurred {
	filter: blur(2px);
}


.error_modal_content {
	padding: 20px;
}

.error_modal_btns {
	width: 100%;
	padding: 5px;
	display: flex;
}

.error_modal_btns a {
	flex: 1;
	line-height: 20px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
	margin: 0px 3px;
}

a.filled_btn {
	background: #625afa;
	color: #fff;
}

a.modal_close_btn {
	color: #000;
	border: 1px solid #ddd;
}

.error_modal_message {
	text-align: center;
	font-size: 0.9rem;
}
 

.error_modal_heading {
	font-weight: 600;
	text-align: center;
	font-size: 1.2rem;
	margin: 0px 0px 6px;
}

.transaction_history {
	background: #fff;
}

.customPopup {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
}


.customPopup.show {
	display: flex;
}

.customPopupBackdrop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.customPopupContent {
	width: 400px;
	background: #fff;
	border-radius: 10px;
	max-width: 90%;
	max-height: 90%;
	position: relative;
	z-index: 2;
}


.walletPopupContent {
	width: 500px;
}

.customPopupHead {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}

.customPopupHeading {
	font-size: 1rem;
	font-weight: 600;
}

.customPopupClose {
	cursor: pointer;
}

.wallet_body_head {
	display: flex;
	padding: 15px;
	width: 100%;
	align-items: center;
	margin: 0px 0px 10px;
}

.wallet_balance {
	flex: 1;
	background: #f1f3f7;
	margin-right: 10px;
	padding: 20px 20px;
	border-radius: 10px;
}

.wallet_balance_right {
	flex: 2;
}

.wallet_balance_head {
	font-size: 0.9rem;
	font-weight: 600;
}

.wallet_balance_amount {
	font-size: 30px;
}

.wallet_membership_detail_head {
	font-size: 0.8rem;
	font-weight: 700;
	color: #283943;
}

.wallet_membership_details {
	margin: 0px 0px 9px;
}

.wallet_membership_detail_value {
	font-size: 1rem;
	color: #000;
}

.add_credits_div {
	padding: 10px;
}

a.add_credits_link_btn {
	background: #283943;
	display: block;
	border-radius: 5px;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.two_column_dash_page {
	display: flex;
	min-height: 100%;
}

.left_dash_column {
	width: 210px;
	max-width: 210px;
	min-width: 210px;
}

.left_dash_column_menu {
	padding: 10px;
}

.left_dash_column_menu ul li a {
	display: block;
	padding: 10px;
	margin: 0px 0px 10px;
	font-size: 0.9rem;
	border-radius: 6px;
}

.right_dash_column {
	width: 100%;
	padding: 10px;
}

.left_dash_column_menu ul li a.active {
	background: #0169a5;
	color: #fff;
}

.right_dash_column_content {
	padding: 10px;
	background: #fff;
	border: 1px solid #eee;
}

.right_dash_column_head {
	margin: 0px 0px 10px;
}

.right_dash_column_heading {
	font-size: 1.3rem;
	font-weight: 600;
}


.membership_plans {
	display: flex;
}

.membership_plan_item {
	flex: 1;
	text-align: center;
	border: 2px solid #ddd;
	margin: 0px 10px 0px;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 3px 2px 6px #ddd;
	max-width: 33%;
	position: relative;
	overflow: hidden;
}

.free_trial {
	background: #ff0000;
	color: #fff;
	display: block;
	padding: 13px 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-transform: uppercase;
}

.membership_plan_item:nth-child(1) {
	border-color: #f7bd78;
}

.membership_plan_item:nth-child(2) {
	border-color: #8e3af6;
}

.membership_plan_item:nth-child(3) {
	border-color: #1496a4;
}


.membership_plan_item.active {
	opacity: 0.3;
	pointer-events: none;
}

.membership_plan_item_name {
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	padding: 30px 0px 3px;
}

.membership_plan_item_amount {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0px 0px 5px;
}

.membership_plan_item:nth-child(1) .membership_plan_item_amount {
	color: #f7bd78;
}

.membership_plan_item:nth-child(2) .membership_plan_item_amount {
	color: #8e3af6;
}

.membership_plan_item:nth-child(3) .membership_plan_item_amount {
	color: #1496a4;
}

.membership_plan_item_amount_hint {
	margin: 0px 0px 20px;
	font-size: 0.8rem;
	color: #444;
}

a.purchase_plan_btn {
	display: block;
	padding: 15px 10px;
	font-size: 1.2rem;
	border-radius: 10px;
	line-height: 30px;
	font-weight: 600;
}

.membership_plan_item:nth-child(1) .purchase_plan_btn {
	background: #fef4e8;
	color: #f7bd78;
}

.membership_plan_item:nth-child(2) .purchase_plan_btn {
	background: #8e3af6;
	color: #fff;
}

.membership_plan_item:nth-child(3) .purchase_plan_btn {
	background: #eefafa;
	color: #1496a4;
}

.membership_plan_item_credits {
	font-size: 0.9rem;
	margin: 0px 0px 10px;
	color: #444;
}


.membership_plan_holder {
	padding: 20px 0px;
}


.membership_plan_item_html {
	text-align: left;
	margin: 20px 0px;
	border-top: 1px solid #ddd;
	padding: 20px 0px 0px;
	min-height: 170px;
}

.membership_plan_item_html li {
	position: relative;
	margin: 0px 0px 15px;
	font-size: 1rem;
	font-weight: 500;
	padding: 5px 0px 0px 35px;
}

.membership_plan_item_html li::before {
	content: "\ea5a";
	display: inline-block;
	font: normal normal normal 1em/1 'LineIcons';
	color: inherit;
	flex-shrink: 0; 
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 26px;
}

.membership_plan_item:nth-child(1) .membership_plan_item_html li::before {
	color: #f7bd78;
}

.membership_plan_item:nth-child(2) .membership_plan_item_html li::before {
	color: #8e3af6;
}

.membership_plan_item:nth-child(3) .membership_plan_item_html li::before {
	color: #1496a4;
}


.membership_plan_item_amount span {
	font-size: 0.8rem;
}


.creditPlans_item_holder .credit_plan_id {
	display: none;
}


.creditPlans_item {
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0px 4px 7px #ddd;
	padding: 10px;
	width: 170px;
	text-align: center;
	margin: 6px;
	cursor: pointer;
}

.creditPlans_item_holder input.credit_plan_id:checked+label {
	border-color: #0169a5;
	background: #0169a5;
	color: #fff;
}


.creditPlans_holder {
	display: flex;
	flex-wrap: wrap;
}

.creditPlans_item_price {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0px 0px 10px;
}

.creditPlans_item_action a {
	background: #000;
	color: #fff;
	display: block;
	padding: 10px 0px;
	border-radius: 8px;
}

.creditPlans {
	padding: 20px 0px;
}

.creditPlans_head {
	padding: 0px 10px;
	color: #000;
	font-size: 0.9rem;
	margin: 0px 0px 5px;
	font-weight: 600;
}

.proceed_pay_btn a {
	padding: 20px 10px;
	background: #0169a5;
	display: block;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	text-transform: uppercase;
	transition: ease .3s;
}

.proceed_pay_btn a:hover {
	background: #3d6ae3;
	color: #fff;
}

.proceed_pay_btn {
	margin: 10px 0px;
}

span.payment-errors {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	display: none;
	font-size: 0.9rem;
	padding: 10px;
	border-radius: 8px;
	margin: 0px 0px 18px;
}

.no_leads {
	padding: 50px 0px;
}

.no_leads_text {
	text-align: center;
	font-size: 0.9rem;
	color: #666;
}

.product_filter_body {
	max-height: 200px;
	overflow: auto;
}


.business_dashboard {
	padding: 15px;
	display: flex;
}

.business_dashboard_heading {
	font-weight: 600;
	font-size: 36px;
	color: #000;
	margin: 0px 0px 5px;
}


.business_dashboard_greeting {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
}

.business_dashboard_head {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	margin: 0px 0px 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.business_dashboard_left {
	width: 100%;
	padding: 0px 20px 0px 0px;
}

.business_dashboard_right {
	max-width: 30%;
	width: 400px;
}


.company_information {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.company_information_head {
	font-size: 0.9rem;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 1px;
}

.company_information_name {
	font-size: 1.2rem;
	font-weight: 600;
}

.company_information_date {
	font-size: 0.8rem;
	color: #666;
}

.dashboard_right_item_holder {
	margin: 0px 0px 20px;
}

.feedback_form {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.feedback_form_head {
	font-weight: 600;
	font-size: 1rem;
	margin: 0px 0px 10px;
	color: #000;
}

.feedback_form_desc {
	margin: 0px 0px 10px 0px;
	color: #666;
	font-size: 0.9rem;
}

a.feedback_form_btn {
	display: block;
	text-align: center;
	background: #0169a5;
	color: #fff;
	padding: 15px;
	line-height: 15px;
	border-radius: 40px;
}

.leads_tabs {
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff;
}

.leads_tabs_heading {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0px 0px 10px;
	text-transform: capitalize;
}

.leads_tabs_list ul li a {
	font-size: 0.9rem;
	padding: 10px;
	display: inline-block;
	color: #666;
	border-bottom: 2px solid #fff;
	transition: ease .3s;
}

.leads_tabs_list ul {
	display: flex;
	border-bottom: 1px solid #ddd;
}

.leads_tabs_list ul li a.active {
	font-weight: 600;
	color: #0169a5;
	border-color: #0169a5;
}

.leads_tabs_list {
	margin: 0px 0px 20px;
}

.lead_details_table_name {
	font-size: 1rem;
	margin: 0px 0px 7px;
	font-weight: 600;
}

.lead_personal_details_item {
	font-size: 0.8rem;
	margin: 0px 0px 3px;
}

.wallet_trans_histiry_link a {
	font-size: 0.85rem;
	font-weight: 600;
	background: #0169a5;
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
	border-radius: 10px;
	margin: 5px 0px 0px;
	line-height: normal;
}

.lead_status_bought_message {
	max-width: 190px;
	display: inline-block;
	color: #666;
	font-weight: 600;
	font-size: 0.8rem;
}

.open .dropdown-menu {
	display: block;
}

.action_dropdown .dropdown-toggle {
	background: #fff;
	color: #000;
	border: 1px solid #ddd;
	padding: 7px 10px;
	font-size: 0.8rem;
	width: 100%;
}

.action_dropdown ul.dropdown-menu {
	margin: 0;
	padding: 0;
}

.action_dropdown ul.dropdown-menu li a {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 0.8rem;
	transition: ease .3s;
}

.action_dropdown ul.dropdown-menu li a:hover {
	background: #f1f3f7;
}


.full_width_page {
	padding: 15px;
}

.full_width_page_content {
	background: #fff;
	padding: 15px;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 7px;
}

.full_width_page_heading {
	font-size: 26px;
	font-weight: 600;
}

.full_width_page_head {
	margin: 0px 0px 20px;
	display: flex;
	justify-content: space-between;
}

.full_width_page_head_action>a {
	background: #0169a5;
	color: #fff;
	display: inline-block;
	border-radius: 8px;
	padding: 10px 16px;
}

.no_leads_bought {
	text-align: center;
	padding: 40px 10px;
}

.no_leads_bought_text {
	color: #333;
	margin: 0px 0px 10px;
}

.no_leads_bought_link a {
	background: #0169a5;
	color: #fff;
	padding: 9px 16px;
	display: inline-block;
	border-radius: 7px;
}


.buy_plan_form_holder {
	width: 500px;
	max-width: 100%;
	padding: 30px 15px;
	border: 1px solid #ddd;
	margin: 30px 0px 30px;
	border-radius: 20px;
}

.buy_plan_page_content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.buy_plan_heading {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 0px 0px 5px;
}

.BuyPlan_head {
	text-align: center;
	margin: 0px 0px 20px;
}

.buy_plan_subheading {
	color: #666;
}

.buyPlan_details {
	margin: 0px 0px 20px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 2px;
	background: #f1f3f7;
}

.buyPlan_details_head {
	font-size: 1.1rem;
	font-weight: 600;
}

.buyPlan_details_desc {
	font-size: 0.7rem;
}

.skipBuyPlanBtn {
	text-align: center;
}

.skipBuyPlanBtn a {
	color: #999;
	font-size: 14px;
}

.info_sections {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin: 0px 0px 20px;
	background: #fff;
}

.info_sections_head {
	font-size: 1rem;
	font-weight: 600;
	margin: 0px 0px 10px;
	color: #0169a5;
	padding: 0px 0px 10px;
}

.right_dash_column_content.no_bg {
	background: none;
	border: none;
	padding: 0;
}

.info_sec_update_click {
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	color: #0169a5;
	padding: 5px 24px;
	line-height: 26px;
	border-color: #0169a5;
	font-size: 0.8rem;
	border: 2px solid #0169a5;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 3px 3px 5px #c7c9c9;
}


.information_holder {
	display: flex;
	font-size: 0.9rem;
	margin: 0px 0px 20px;
	align-items: center;
}

.information_holder_label {
	width: 190px;
	font-weight: 600;
}

.information_holder_value {
	color: #666;
}

a.small_icon_btn {
	color: #0169a5;
	border: 1px solid #0169a5;
	font-size: 0.8rem;
	padding: 7px 10px;
	display: inline-block;
	border-radius: 6px;
	font-weight: 600;
}


a.action_icon_btn {
	display: inline-block;
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	font-size: 1.1rem;
	line-height: 28px;
	border-radius: 4px;
	box-shadow: 2px 3px 5px #ddd;
}


.subsciption_right {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.subsciption_right_head {
	font-weight: 600;
	font-size: 1rem;
	margin: 0px 0px 10px;
	color: #000;
}

.subsciption_right_plan_name {
	color: #0169a5;
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0px 0px 2px;
}

.subsciption_right_link a {
	font-size: 0.8rem;
	display: inline-block;
	text-decoration: underline !important;
}


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

.language_dropdown_holder .dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0169a5;
	background: #fff;
	border: 1px solid #0169a5;
	margin: 0px 0px 0px 8px;
	padding: 3px 10px;
}

.language_dropdown {
	display: flex;
	flex-direction: column;
}

.language_dropdown em {
	font-style: normal;
	font-size: 0.7rem;
}


.language_dropdown_holder ul.dropdown-menu {
	padding: 0;
}

.language_dropdown_holder ul.dropdown-menu li {
	display: block;
	padding: 0px 0px;
}

.language_dropdown_holder ul.dropdown-menu li a {
	display: block;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 0.8rem;
	margin: 0;
}

.language_dropdown_holder ul.dropdown-menu li a:hover {
	background: #0169a5;
	color: #fff;
}

.social_login_btns a {
	display: block;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 6px;
}

.or_div {
	text-align: center;
	margin: 10px 0px;
	font-size: 1.1rem;
}

.or_div span {
	display: inline-block;
	color: #0169a5;
	font-weight: 700;
}

span.saved_cards_type {
	display: inline-block;
	background: #1434cb;
	padding: 5px 10px;
	color: #fff;
	font-size: 0.7rem;
	border-radius: 7px;
	vertical-align: middle;
}

.saved_cards_list_item label {
	font-weight: 600;
}

.success_side_message {
	padding: 120px 20px;
	background: #fff;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success_side_message_heading {
	font-size: 24px;
	color: #46b726;
	font-weight: 600;
	margin: 0px 0px 6px 0px;
}

.success_side_message_heading i {
	font-size: 1.8rem;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.success_side_message_text {
	color: #888;
	padding: 0px 0px 15px 37px;
}

.success_side_message_link a {
	display: inline-block;
	background: #46b726;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff;
}

.subscription_holder {
	margin: 0px 0px 20px;
}

.payment_form_holder {
	padding: 10px 0px 0px 18px;
}


ul.language_options {
	padding: 10px;
}


.language_options li a {
	display: block;
	border-radius: 6px;
	padding: 10px;
	font-size: 14px;
}

.language_options li {
	margin: 3px 0px;
}

.language_options li a:hover {
	background: #f1f3f7;
}

.language_options li.active a {
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.language_options li.active a:hover {
	background-color: #d9edf7;
}

.moreDesc a.show_more_desc {
	display: none;
}

.moreDesc a.show_less_desc {
	display: inline-block;
}

a.show_less_desc {
	display: none;
	color: green;
}

.l_i_desc_value_html {
	height: 50px;
	overflow: hidden;
	margin: 0px 0px 10px;
	transition: ease .3s;
	cursor: pointer;
}

.moreDesc .l_i_desc_value_html {
	height: auto;
}

.lead_item_description_action a {
	font-size: 12px;
	font-weight: 600;
	color: red;
}


.load_more_btn_holder {
	text-align: center;
}

.load_more_btn_holder a {
	display: inline-block;
	padding: 12px 20px;
	background: #fff;
	margin: 0px 0px 10px;
	color: #000;
	border-radius: 8px;
	border: 1px solid #ddd;
	font-size: 12px;
}

.custom_pagination {
	background: #fff;
	padding: 10px;
}


.feedbackFormHolder {
	padding: 15px;
}

a.site_input_submit_btn {
	width: 100%;
	padding: 10px;
	text-align: center;
	display: block;
	background: #0169a5;
	color: #fff;
	border-radius: 7px;
	line-height: 40px;
}

.site_input_label {
	margin: 0px 0px 10px;
	font-size: 12px;
	font-weight: 600;
}

.site_input_holder {
	margin: 0px 0px 10px;
}

.notification_item {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 60px;
	position: relative;
}

.notification_item_head {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 2px;
}

.notification_item_heading {
	font-size: 1rem;
	font-weight: 600;
}

.notification_item_heading_time {
	font-size: 0.8rem;
}

.notification_item_heading_text {
	font-size: 0.8rem;
	color: #666;
}

.notification_item::before {
	content: "";
	background: #000;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10px;
	border-radius: 50%;
	content: "\f0a2";
	font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	line-height: 40px;
	color: #fff;
	opacity: 0.1;
}


.add_to_card_button {
	width: 100%;
	display: flex;
}

.add_to_card_button button {
	margin: 0px 2px;
}

.product_details_accordion {
	padding: 20px 0px;
}

.accordion_item_content {
	display: none;
	padding: 0px 0px 0px 40px;
	text-align: justify;
}

.accordion_item_head {
	cursor: pointer;
	padding: 5px 0px;
	display: flex;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin: 0px 0px 5px;
	align-items: center;
}

span.accordion_item_head_icon {
	background: #f7f7f7;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #363636;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 0px 0px;
}

span.accordion_item_head_icon.minus_icon {
	display: none;
}

.accordion_item {
	padding: 7px 0px;
	border-bottom: 1px solid #ddd;
}

.accordion_item.open .plus_icon {
	display: none;
}

.accordion_item.open .minus_icon {
	display: flex;
}

.accordion_item.open .accordion_item_content {
	display: block;
}

.all_product_list {
	width: 31.33%;
	margin: 0px 1% 20px;
	background: #fff;
}

.product_inner_content {
	padding: 10px;
}

a.product_images_link {
	height: 370px;
}

.view_details_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: ease .3s;
}

.view_details_overlay span {
	background: #fff;
	padding: 10px;
	border-radius: 7px;
	color: #000;
}

.product_images:hover .view_details_overlay {
	opacity: 1;
}

section.product_list {
	background: #f4f4f4;
}


.delivery_date_text {
	color: #589d3f;
	margin: 15px 0px 5px;
	font-weight: 500;
	font-size: 12px;
}


.free_delivery_text {
	display: inline-block;
	border: 1px solid #ff9800;
	padding: 10px;
	border-radius: 4px;
	color: #ff9800;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

.free_delivery_text i {
	margin-right: 10px;
}


.variant_option_image_maginfier {
	position: absolute;
	width: 130px;
	height: 130px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	right: 100%;
	top: -30px;
	display: none;
	z-index: 1000;
}

.variant_option_image_holder_outer {
	display: block;
	position: relative;
}

.variant_option_image_holder:hover+.variant_option_image_maginfier {
	display: block;
}

.combo_sets_slider .main_banner_slider_item {
	height: 600px;
}

.sort_filter_block {
	display: none;
}


.close_filter_sidebar {
	display: none;
}

.coupon_applied {
	border: 1px solid #8BC34A;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 0px 0px 10px;
}

.coupon_applied_tick i {
	color: #8bc34a;
	border: 1px solid #8bc34a;
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}

.coupon_applied_heading {
	font-weight: 600;
	font-size: 12px;
	color: #333;
}

.coupon_applied_heading span {
	color: #8bc34a;
}

.coupon_applied_subheading a {
	font-size: 14px;
	display: inline-block;
	color: #ff1d30;
	padding: 4px 0px;
}

.coupon_applied_subheading {
	line-height: normal;
}

.discount_red {
	color: #ec5e5e !important;
	font-size: 12px;
}

.product_list_category {
	font-size: 11px;
	font-weight: 500;
	color: #666;
	margin: 0px 0px 10px;
}

.product_list_category i {
	margin-right: 8px;
}

.product_detail_quantity_text {
	margin-right: 10px;
	font-weight: 600;
}

.product_list_offer_img {
	margin: 10px 0px 10px;
}


.product_page_nav {
	margin: 0px 0px 30px;
	font-size: 14px;
	color: #666;
}

.product_page_nav a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline !important;
}

a.login_to_buy_btn {
	background: #0169a5;
	color: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}

a.login_to_buy_btn:hover {
	background: #1811d0;
	color: #fff;
}

em.dash_top_icon_link_bubble {
	position: absolute;
	top: 3px;
	right: 2px;
	background: rgb(87 147 182 / 90%);
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
}

.dash_top_icon_links {
	position: relative;
}


.stripe_card_payment_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stripe_card_payment_inner #stripePaymentForm {
	max-width: 500px;
	width: 100%;
	padding: 30px;
	border: 1px solid #ddd;
}

.payment_header {
	text-align: center;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 20px 0px;
}

.payment_logo {
	margin: 0px 0px 20px;
}

.payment_header_text {
	font-size: 18px;
	font-weight: 600;
}

.payment_logo img {
	width: 140px;
}

.saved_card_options_list {
	padding: 20px 0px 10px 20px;
}

.product_list_offer_img img {
	border-radius: 20px;
	object-fit: fill;
	object-position: center;
}

.raise_ticket_head {
	font-size: 18px;
	margin: 0px 0px 10px;
	text-align: center;
	color: #000;
	font-weight: 600;
}

a.raise_ticket_btn {
	background: #0169a5;
	display: block;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
	border-radius: 10px;
	font-size: 16px;
}


.helpCenterSearchHeading {
	font-size: 24px;
	font-weight: 600;
	margin: 0px 0px 13px 0px;
}


.helpCenterSection {
	margin: 0px 0px 20px 0px;
}

.helpCenterFaqList {
	margin: 0px 0px 20px 0px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.helpCenterFaqListHead {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.raise_ticket_section {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
}


.helpCenterFaqListHead .fa-minus {
	display: none;
}

.helpCenterFaqList.showList .fa-minus {
	display: inline-block;
}

.helpCenterFaqList.showList .fa-plus {
	display: none;
}


.helpCenterFaqListHolder {
	padding: 20px 0px 10px 10px;
	display: none;
}

.helpCenterFaqListItemQuestion {
	font-weight: 700;
	margin: 0px 0px 5px;
}

.helpCenterFaqListItemAnswer {
	font-size: 12px;
	color: #888;
}

.helpCenterFaqListHead span {
	font-size: 16px;
}

.helpCenterFaqListItem {
	margin: 0px 0px 2px;
}

.helpCenterFaqList.showList .helpCenterFaqListHolder {
	display: block;
}

.download_our_app_right_section {
	padding: 20px;
	background: #0169a5;
	color: #fff;
	border-radius: 10px;
	margin: 0px 0px 15px;
	text-align: center;
}

.download_our_app_right_link a {
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 37px;
	padding: 10px 30px;
	font-size: 14px;
}

.download_our_app_right_head {
	text-align: center;
	margin: 0px 0px 15px;
	font-weight: 600;
	font-size: 18px;
}

.generate_random_password_link a {
	display: inline-block;
	background: #856404;
	padding: 8px 20px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
}

.generate_random_password_head {
	display: block;
	margin: 0px 0px 10px;
}


.generate_random_password_link a:hover {
	background: #000;
	color: #fff;
}


.generate_random_password {
	color: #0169a5;
	background: #e1f4ff;
	border: 1px solid #c9e6f7;
	padding: 15px;
	margin: 0px 0px 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 6px #e7e7e7;
}


a.report_lead_click {
	color: red;
	margin: 0px;
	display: inline-block;
	font-size: 12px;
	text-decoration: underline !important;
}

.report_lead_div {
	margin: 4px 0px 2px;
}

a.business_dashboard_browse_lead {
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	border: 2px solid #000;
	background: #000;
	transition: ease .3s;
	display: inline-block;
}

a.business_dashboard_browse_lead:hover {
	color: #fff;
	transform: scale(1.05);
}

span.plan_time_label {
	background: #000;
	color: #fff;
	padding: 5px 8px;
	display: inline-block;
	margin: 10px 0px 0px;
	border-radius: 6px;
}

span.plan_time_label.weekly {
	background: #f7bd78;
}


.lead_attachments {
	padding: 5px 0px;
}

.lead_attachments_item {
	display: inline-block;
	padding: 5px;
}

.lead_attachments_item a {
	background: #fff;
	color: #000;
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: inline-flex;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}

.lead_attachments_item a i {
	font-size: 20px;
	margin-right: 10px;
	color: #0169a5;
}

.lead_attachments_item a span {
	font-size: 12px;
	color: #666;
}

.user_avtar_full_image.show {
	position: fixed;
	z-index: 10000;
	background-position: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.user_avtar_full_image {
	display: none;
}

.user_avtar_full_image img {
	max-height: 100%;
	max-width: 100%;
}

.global_toggle_checkbox input {
	display: none;
}

.global_toggle_checkbox label::before {
	content: "";
	width: 30px;
	border-radius: 20px;
	position: absolute;
	background: #bcc5d3;
	height: 16px;
	left: 0;
	top: 3px;
	transition: ease .3s;
	cursor: pointer;
}

.global_toggle_checkbox label {
	position: relative;
	padding: 0px 0px 0px 40px;
	margin: 0;
}

.global_toggle_checkbox label::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 4px;
	border-radius: 50%;
	display: block;
	top: 6px;
	transition: ease .3s;
	cursor: pointer;
}

.global_toggle_checkbox input:checked+label:after {
	left: 16px;
}

.global_toggle_checkbox input:checked+label:before {
	background: #0169a5;
}

.global_toggle_checkbox {
	display: block;
	margin: 0px 0px 20px 0px;
}


.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef !important;
	opacity: 1;
}

.status_label_green {
	color: #2ac41c;
}

.dashboard_stats {
    display: flex;
}

.dashboard_stats_item {
    flex: 1;
    padding: 4px;
}

.dashboard_stats_item_inner {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
	border: 1px solid #eee;
}

.dashboard_stats_item_inner.green_item {
    background: #f3fff6;
    border: 1px solid #bdf2b9;
}

.green_item .dashboard_stats_item_text {
    color: #139500;
    font-weight: 500;
}

.dashboard_stats_item_text {
    font-size: 30px;
    font-weight: 500;
}

.dashboard_stats_item_head {
    font-size: 16px;
    color: #333;
    margin: 0px 0px 6px;
}

.dashboard_stats_section_holder {
    margin: 0px 0px 10px;
}

.dashboard_stats_section_heading {
    padding: 0px 4px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
}


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

.individual_payment_page_inner {
    width: 460px;
    border: 1px solid #ddd;
    max-width: 90%;
    border-radius: 10px;
	background: #fff;
}

.individual_payment_page_head {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background: #f1f3f7;
}

.individual_payment_product_details {
    padding: 20px;
}

.individual_payment_product_detail_item {
    display: flex;
    padding: 5px 0px;
    font-size: 12px;
}

.individual_payment_product_detail_item_left {
    width: 40%;
    font-weight: 600;
}

.individual_payment_product_name {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 10px;
}

.individual_payment_product_detail {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.individual_payment_product_detail_item_right {
    color: #666;
}

.individual_payment_page_heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}

.individual_payment_page_logo {
    margin: 0px 0px 10px;
}

.individual_payment_page_logo img {
    max-width: 140px;
}


.individual_payment_form_holder {
    padding: 20px;
    border-top: 1px solid #ddd;
}

/* media queries  */
@media (max-width: 1199px) {
	.popular_products_item {
		width: 33%;
	}

	.banner_left {
		align-items: center;
		padding: 9px;
	}

}

@media (max-width: 1023px) {
	.banner_left {
		margin: 10px 0px;
	}

	.slider_content h1 {
		font-size: 44px;
	}

	.products_heading {
		padding: 20px 0px;
	}

	.membership_plans {
		display: flex;
		flex-direction: column;
	}

	.membership_plan_item {
		max-width: 100%;
		margin: 0px 0px 20px;
	}


}

@media (max-width: 767px) {
	.popular_products_item {
		width: 100%;
	}

	.header_middle_lower ul li {
		margin: 4px 10px;
	}

	.header_middle_lower ul li {
		margin: 4px 10px;
	}

	.slider_content h1 {
		font-size: 24px;
	}

	.slider_content {
		bottom: 10%;
	}

	.products_heading h1 {
		font-size: 24px;
	}

	.products_heading {
		padding: 10px 0px;
	}

	.featured_categories_product {
		width: 30%;
	}

	.contact_widget {
		bottom: 70px;
	}
}