/* AUTHOR: ENTRANT TECHNOLOGIES */
 

:root {
  --primary-color: #e37b14;
  --primary-black: #000000;
  --secondary-color: #2b3966;
  --dark-bg-color: #dde0e8;
  --light-bg-color: #dde0e8;
  --text-black-color: #444444;
  --text-grey-color: #828282;
}
body {
  font-family: "Inter", sans-serif;
}
body div {
  display: block;
  font-family: "Inter", sans-serif;
}

.body_container {
  padding: 0px 180px 0px;
}

.no_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #526294;
  text-decoration: none !important;
}
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}

.no_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.header_top_left ul {
  display: flex;
}

.header_top_left ul li {
  margin-right: 20px;
}

.header_top_left ul li a {
  color: #fff;
}

.header_top {
  background: #526294;
  padding: 7px 0px;
}

.header_top_right_item a {
  color: #fff;
}

.header_top_left ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.header_top_left ul li a span.lni {
  font-size: 16px;
  font-weight: 600;
  margin: 3px 0px 0px;
}
.middle_search input {
    width: 375px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 0 15px;
    background: #f7f7f7;
}
.header_lower_right {
    display: flex;
    align-items: center;
}

.header_lower_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
  align-items: center;
}

.header_lower_right_items {
  text-align: center;
  padding: 0px 10px;
  position: relative;
}

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

.categories_list ul li {
  flex: auto;
  text-align: center;
}

.categories_list ul li a {
	padding: 10px 5px;
	display: block;
	color: #000;
	white-space: nowrap;
}

header.header {
  border-bottom: 1px solid #dde0e8;
  box-shadow: 0px 0px 8px #dde0e8;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  transition: ease 0.3s;
  z-index: 99;
}

header.header.affix {
  top: -120px;
}

section.middle_content {
  padding: 90px  0px 30px;
}

.header_lower_right_items_icons span {
  font-size: 24px;
  margin: 0px 0px 5px;
  line-height: 20px;
}

.header_lower_right_items_text {
  font-size: 14px;
}

.main_banner_slider_item {
  height: 500px;
  background-size: cover;
  background-position: center;
  display: block;
}

.categories_block_content {
  padding: 30px 0px;
  display: flex;
}

.categories_block_left {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  margin-right: 20px;
}

.categories_block_right {
  display: block;
  width: 100%;
  overflow: hidden;
}

.categories_block_left_head {
  font-size: 24px;
  color: #000;
  margin: 0px 0px 15px;
  padding: 0px 0px 10px;
  position: relative;
  font-weight: 600;
  line-height: 30px;
}

.u_lined_head {
  position: relative;
}

.u_lined_head::after {
  bottom: 0;
  width: 50px;
  background: #e37b14;
  height: 4px;
  content: '';
  left: 0;
  z-index: 1;
  position: absolute;
  border-radius: 5px;
}

.categories_block_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.categories_block_slider_item {
    margin: 4px;
    display: inline-block;
    flex: 1;
    max-width: 150px;
    min-width: 150px;
}

.categories_block_left_desc {
	color: #888888;
	margin: 0px 0px 25px;
	line-height: 22px;
}
.c_b_s_item_name {
  padding: 5px;
  text-align: center;
}

.luxorious_furniture_content {
  padding: 20px 220px 20px 20px;
  background: #e7e4de;
  margin: 0px 0px 30px;
}

.luxorious_furniture_head {
  font-size: 36px;
}

.luxorious_furniture_head span {
  color: #953b1e;
}

.luxorious_furniture_desc {
  font-size: 16px;
  margin: 0px 0px 20px;
}

.luxorious_furniture_link a {
  border-bottom: 2px solid;
  padding: 0px 0px 4px;
  font-size: 14px;
}

.header_lower_right_items a {
  color: #000;
}

.categories_list > ul > li > a:hover {
  background: #f1f3f7;
}

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

.homepage_products_block_heading {
  font-size: 24px;
}

.homepage_products_block_description {
  color: #828282;
  position: relative;
  padding: 0px 0px 10px;
}

.homepage_products_block_head_right a {
  color: #000;
  font-size: 18px;
}

.homepage_products_block_head_right a span {
  margin: 0px 0px 0px 10px;
  font-size: 20px;
  vertical-align: middle;
}

.homepage_products_block_description::after {
  content: '';
  height: 2px;
  width: 90px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.homepage_products_list {
  display: flex;
  margin: 0px -15px;
}
.homepage_products_list_item_holder {
  flex: 1;
  padding: 0px 15px;
}

.homepage_products_list_item_image {
    height: 300px;
    background: #f6f6f6;
    margin: 0px 0px 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}
.homepage_products_list_item {
  margin: 0px 0px 20px;
}

.full_height .homepage_products_list_item_image {
  height: 675px;
}

.middle_sliders_item {
  height: 470px;
  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: 12px;
}

.blog_item_lower {
  padding: 15px 10px;
}

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

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

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


.instagram_section {
  text-align: center;
  padding: 40px 0px 0px;
}

.instagram_section_icon {
  font-size: 38px;
}

.instagram_section_heading {
  font-size: 36px;
}

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

.blogs_content_heading {
  position: relative;
  font-size: 22px;
  margin: 0px 0px 30px;
}

.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: 14px;
  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';
}

/* Footer */
.join_now_block {
  background: #e7e4de;
  padding: 36px 0;
  display: inline-block;
  width: 100%;
}

.join_now_block_content_left_text {
  font-size: 24px;
  color: #000000;
  display: flex;
  align-content: center;
  align-items: center;
}
.join_now_block_content_left { 
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #000;
}
.join_now_block_content_left_text span {
  max-width: 290px;
}
.join_now_block_content_left_text:before {
  content: '';
  background-image: url('../img/offer.png');
  width: 90px;
  height: 90px;
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.join_now_block_content_right {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_now_block_content_right .join_now_block_content_right_text {
  width: 250px;
  text-align: center;
	margin-right: 20px;
}

.newsletter_holder {
  position: relative;
}
.newsletter_input {
  width: 300px;
  padding-right: 60px;
  padding-left: 10px;
  height: 60px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.newsletter_holder input[type='submit'] {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: #ff6f00;
  border-radius: 10px;
  right: 5px;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.instagram_section_slider {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: space-around;
}
.instagram_section_slider_item { 
  position: relative;
  border: 1px solid #ddd;
}
.instagram_section_slider_item a:before {
    font: normal normal normal 1em/1 'LineIcons';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease .3s;
    content: "";
    opacity: 0;
}
.instagram_section_slider_item img {
  width: 100%;
}
.instagram_section_slider_item a:hover:before {
  content: '\eafa';
  opacity: 1;
}

.h_l_r_items_submenu ul {
    display: block;
    margin: 0;
    padding: 0;
}

.h_l_r_items_submenu ul li {
    display: block;
    padding: 0px 0px;
}

.h_l_r_items_submenu ul li a {
    display: block;
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

.h_l_r_items_submenu { 
    display: none;
	width: 200px;
	border: 1px solid #ddd;border-radius: 9px;padding: 0;position: absolute;width: 200px;background: #fff;left: 50%;margin: 0px 0px 0px -100px;
}

.header_lower_right_items:hover .h_l_r_items_submenu {
    display: block;
}

.explore_range_content {
    padding: 50px 0px;
}

.explore_range_content_head {
    text-align: center;
    font-size: 28px;
    margin: 0px 0px 20px;
}

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

.explore_range_categories_item {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 8px;
}
.explore_range_categories_item > a {
    width: 100%;
    height: 230px;
    display: block;
    background-color: #fff;
    position: relative;
    background-size: contain;
    background-position: center;
    border: 1px solid #eee;
    background-repeat: no-repeat;
}

.ex_rn_category_name {
    position: absolute;
    bottom: 0;
    padding: 5px;
    color: #fff;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3) 17%, rgba(0,0,0,0));
    width: 100%;
    left: 0;
    padding: 10px 10px;
}

.our_stories {
    padding: 70px 0px;
    background: #f6f6f6;
}

.our_stories_content {
    display: flex;
}

.our_stories_sub_head {
    font-size: 18px;
}

.our_stories_heading {
    font-size: 40px;
}

.our_stories_content_left {
    max-width: 60%;
}

.our_stories_desc {
    font-size: 22px;
}

.best_selling_products_block {
    padding: 70px 0px;
}

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

.best_selling_block_heading {
    font-size: 24px;
}

.best_selling_block_description {
    color: #828282;
    position: relative;
    padding: 0px 0px 10px;
}

.best_selling_block_description::after {
    content: '';
    height: 2px;
    width: 90px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.best_selling_block_head_right a {
    color: #000;
    font-size: 18px;
}

.best_selling_block_head_right a span {
    margin: 0px 0px 0px 10px;
    font-size: 20px;
    vertical-align: middle;
}

.best_selling_list_item_image {
    height: 230px;
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
    margin: 0px 0px 10px;
}

.best_selling_list_item {
    padding: 5px;
    position: relative;
}

.best_selling_list_item_name {
    font-size: 14px;
    font-weight: 600;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.best_selling_list_item_price {
    font-size: 16px;
    color: #e37b14;
}

.best_selling_list_item_price span {
    color: #999999;
    text-decoration: line-through;
}

.best_selling_list_tags {
    position: absolute;
    left: 5px;
}

.best_selling_list_tags span {
    background: #e37b14;
    border-radius: 0px 10px 10px 0px;
    display: block;
    margin: 3px 0px 0px;
    padding: 0px 10px;
    color: #fff;
    font-size: 12px;
}

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

.login_page {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 50px 20px;
}

.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: 16px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}

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

.login_page_form_input_input input {
    height: 44px;
    width: 100%;
    padding: 5px 20px;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: geomanistlight;
    outline: none;
    border-radius: 2px;
    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: #2b3966;
    color: #fff !important;
    border-radius: 4px;
    border-color: #2b3966;
}

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

a.forgot_link {
    font-size: 14px;
    color: #2b3966;
}

.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: 28px;
    margin: 0px 0px 5px;
}

footer.website_footer {
    padding: 40px 0px 0px;
    border-top: 1px solid #6c6c6c;
    background: #003452;
}

.copyright_text {
    text-align: center;
    margin: 20px 0px 0px;
    border-top: 1px solid #ddd;
    padding: 15px 0px;
    color: #fff;
}

.footer_menu ul li {
    display: block;
    margin: 0px 0px 7px;
}

.footer_menu ul {
    padding: 0px 0px;
    margin: 0;
}

.footer_menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

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

.dashboard_page_left ul {
    display: block;
    margin: 0;
    padding: 20px 0px;
}

.dashboard_page_left ul li {
    display: block;
    padding: 0;
}

.dashboard_page_left ul li a {
    display: block;
}

.dashboard_page_content {
    display: flex;
}

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

.dashboard_page_left ul li a {
    margin: 0px 0px 0px;
    padding: 10px;
}

.dashboard_page_left ul li a:hover {
    background: #f1f3f7;
}
.login_page_form_subhead {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.homepage_products_list_item_image a {
    width: 100%;
    height: 100%;
    display: block;
}

.homepage_products_list_item_name {
    font-weight: bold;
    font-size: 18px;
}

.instagram_section_text {
    font-size: 18px;
    color: #666;
    margin: 0px 0px 15px;
}

.instagram_section_link a {
    font-size: 22px;
    display: inline-block;
}

.blogs {
    padding: 50px 0px;
}

.join_now_block_content {
    display: flex;
    width: 100%;
    align-items: center;
}

a.login_clk {
    display: block;
    background: #2b3966;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}
.submenu_login_block {
    padding: 10px;
}

.submenu_login_block_subtext a {
    font-size: 12px;
    display: inline-block;
    margin: 7px 0px;
}

.product_detail_left { 
}
.product_thumb_slider_item {
    height: 108px;
    display: block;
    background-color: #f1f3f7;
    width: 100%;
}

.product_detail_left_image {
    height: 400px;
    width: 100%;
    background-color: #f1f3f7;
	margin: 0px 0px 10px;
}
.product_detail_page {
    padding: 20px 0px;
}

.product_page_breadcrumb {
    font-size: 14px;
    margin: 0px 0px 18px;
    color: #666;
}

.product_page_breadcrumb a {
    color: #000;
    text-decoration: underline !important;
}


.product_detail_name h1 {
    font-size: 28px;
    margin: 0px 0px 0px;
    font-weight: 600;
}


.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;
}

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

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

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

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

.product_detail_subtotal span {
    display: block;
    font-size: 18px;
	color:#000;
}

.product_detail_subtotal {
    font-size: 12px;
    line-height: normal;
    color: #666;
} 

.product_detail_price {
    font-size: 18px;
    margin: 0px 0px 20px;
    color: #000;
}

span.discount_amount {
    color: #c10e0e;
    text-decoration: line-through !important;
    margin-right: 10px;
}

span.discount_percentage {
    color: #7c7c7c;
}

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

.fabric_color_item {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    border: 1px solid #ddd;
    padding: 7px;
    cursor: pointer;
    border-radius: 8px;
}

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

.fabric_color_code {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}

.fabric_color_text {
    display: inline-block;
    font-size: 14px;
}

.fabric_color_head {
    margin: 0px 0px 5px;
    color: #333;
	font-weight: 600;
}

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

.fabric_color_item.active {
    border-color: #000;
}


.product_details_tabs_content {
    border-top: 1px solid #ddd;
	margin: 0px 0px 20px;
}

.product_details_tabs_head {
    padding: 10px 0px;
    font-size: 20px;
}

.product_details_tabs_desc {
    font-size: 12px;
    color: #666;
}

.create_own_set_head {
    font-weight: 600;
    font-size: 22px;
    margin: 0px 0px 15px;
}

.create_own_set {
    padding: 20px 0px;
}

.create_own_set_item_image {
    height: 150px;
    background: #f1f3f7;
    margin: 0px 0px 5px 0px;
}

.create_own_set_item > a {
    display: block;
}

.create_own_set_item {
    padding: 5px;
}

.create_own_set_item_name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.create_own_set_item_link {
    background: #f7f6f1;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    padding: 7px;
    text-align: center;
}

.create_own_set_item_price {
    font-size: 14px;
    margin: 0px 0px 10px;
}

.buy_combo_set_head {
    font-weight: 600;
    font-size: 22px;
    margin: 0px 0px 15px;
}

.buy_combo_set {
    padding: 15px 0px;
}

.cart_list_item_price_qty_adjuster {
    border: 1px solid #ddd;
    margin-right: 20px;
    border-radius: 6px;
    display: inline-block;
}


.cart_list_item_image {
    width: 130px;
    height: 130px;
    margin-right: 15px;
    background-color: #f1f3f7;
}

.cart_list_item {
    display: flex;
    padding: 10px;
    border: 1px solid #eee;
    margin: 0px 0px 10px;
    background: #fff;
	box-shadow: 2px 3px 6px #eee;
}

.cart_page {
    padding: 30px 0px;
    background: #f1f3f6;
}

.cart_head {
    font-size: 24px;
    margin: 0px 0px 5px;
    padding: 0px 0px 10px;
    font-weight: 600;
}

.cart_list_item_name a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

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

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

.cart_list_item_option_item {
    display: inline-block;
}

.cart_list_item_option_item a {
    display: inline-block;
    margin: 0px 20px 0px 0px;
    font-size: 16px;
    color: #515151;
}

.cart_list_item_option_item a span {
    vertical-align: middle;
    margin-right: 5px;
}

.cart_sidebar {
}

.cart_calculator_head {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 10px;
    margin: 0px 0px 0px;
}

.cart_calculator_list ul {
    padding: 0;
    margin: 0;
    display: block;
}

.cart_calculator_list ul li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 8px 0px;
    font-size: 14px;
}

.calculation_price {
    color: #707070;
}

.cart_calculator_list ul li.amount_deduct_sp .calculation_price {
    color: #ff6464;
}

.cart_calculator_list ul li.amount_final_sp {
    font-weight: bold;
    font-size: 16px;
}

.cart_calculator_list ul li.amount_final_sp .calculation_price {
    color: #000;
}

.cart_calculator {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 4px 3px 6px #eee;
    margin: 0px 0px 20px 0px;
}

.cart_main {
    background: #fff;
    padding: 20px;
	
}

.blogs_page_list .blogs_content_slider_image_holder {
    height: 170px;
}

.blogs_page_list .blog_item_category {
    font-size: 14px; 
    line-height: normal;
}

.blogs_page_list .blog_item_name {
    font-size: 16px;
    line-height: 26px;
}

.blogs_page_list .blog_item_desc { 
    font-size: 14px;
    min-height: 100px;
    line-height: 20px;
    border-top: 1px solid #ddd; 
    margin: 0px 0px 10px;
}

.blogs_page {
    padding: 30px 0px;
}

.blogs_page_list_head {
    font-size: 26px;
    margin: 0px 0px 10px 0px;
}

a.cart_checkout_btn {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 0px;
    font-size: 16px;
}

.inner_login_page {
    padding: 30px 0px;
}

.dashboard_page_right {
    width: 100%;
}

.dashboard_page_head {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 15px;
    font-size: 18px;
    margin: 0px 0px 15px;
	font-weight: 600;
}
.categories_block_left_link a {
    font-size: 14px;
}

.header_top_right_item {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}


.interior_page_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}

.interior_page_banner {
    position: relative;
    padding: 30px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
}

.interior_page_banner_content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.interior_page_banner .container {
    z-index: 1;
    position: relative;
}

.interior_page_banner_left_head h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
}

.interior_page_banner_left {
    max-width: 50%;
    min-width: 50%;
}

.interior_page_banner_right {
    width: 40%;
    background: rgba(255,255,255,1);
    padding: 20px;
    border: 3px solid #ddd;
    
}

.interior_page_banner_left_desc p {
    color: #ddd;
}

.form_input_label {
    color: #000;
    margin: 0px 0px 3px 0px;
    font-weight: 600;
}

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

.form_input_input input[type="text"], .form_input_input select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 5px;
}

.interior_page_banner_form_head {
    font-size: 30px;
    margin: 0px 0px 10px 0px;
}

.form_input_submit a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 15px 0px;
}
 
.about_company {
    padding: 50px 0px;
}

.about_company_right_subhead {
    color: #ff6f00;
    font-size: 16px;
    margin: 0px 0px 5px;
}

.about_company_right_head {
    font-weight: 600;
    font-size: 30px;
    margin: 0px 0px 15px;
    line-height: 36px;
}

.about_company_right_desc p {
    font-size: 16px;
    color: #828282;
    line-height: 25px;
}


.about_company_image {
    padding: 60px 40px 0px 100px;
    position: relative;
}

.about_company_image img {
    max-width: 100%;
    z-index: 1;
    position: relative;
}

.about_company_image:before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f3f7;
    z-index: 0;
}

.make_appointment {
    background: #dde0e8;
    padding: 25px 0px;
}

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

.make_appointment_link a {
    display: inline-block;
    background: #2b3966;
    color: #fff;
    padding: 10px 30px;
}

.make_appointment_text {
    font-size: 20px;
    font-weight: 600;
}

.our_working_process {
    padding: 70px 0px;
    background: #f1f3f7;
}

.our_working_process_head {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 0px 0px 10px;
}

.our_working_process_steps {
    display: flex;
    padding: 90px 0px 0px;
}

.our_working_process_steps_item {
    flex: 1;
    padding: 0px 10px;
}

.our_working_process_steps_item_inner {
    background: #fff;
    border-top: 3px solid #2b3966;
    text-align: center;
    position: relative;
    padding: 50px 0px 20px 0px;
}

.our_working_process_steps_item_head {
    font-size: 26px;
    margin: 11px 0px 10px;
    font-weight: 600;
}

.our_working_process_steps_item_num {
    background: #2b3966;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -40px;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
}

.our_working_process_steps_item_desc {
    line-height: 20px;
    min-height: 80px;
}

.our_working_process_steps_item_icon {
    font-size: 60px;
    color: #000000;
}

.mobile_header{ display: none;}
.desktop_header{ display:block;}
.mobile_bottom_navigation { display: none;}

.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: 32.33%;
    margin: 0px 0.5% 20px; 
}

.all_product_list_item {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    box-shadow: 3px 3px 6px #ddd;
}

.productSlider .all_product_list {
    width: 100%;
    padding: 0px 2px;
}

.product_inner_content {
    padding: 15px;
}

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; */
}

a.create_set_link {
    color: #ff8c00;
    border: 1px solid #ff8c00;
    padding: 10px;
    display: inline-block;
    margin: 10px 0px 0px;
    font-size: 14px;
}


.c_b_s_item_image img {
    opacity: 0;
}
.c_b_s_item_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.product_list_offer_img {
    margin: 0px 0px 20px 0px;
    border: 1px solid #ddd;
}


.create_own_set_products_holder {
    display: flex;
    padding: 5px 0px 15px;
    align-items: center;
    margin: 0px 0px 20px;
}
.create_own_set_products_list_holder {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
}

.create_own_set_products_list_item {
    padding: 10px;
}

.create_own_set_products_total {
    width: 100%;
    text-align: center;
}

.create_own_set_products_total {}

.create_own_set_products_amount {
    font-size: 18px;
    color: #333;
    padding: 15px 0 5px;
    font-weight: 600;
}

.create_own_set_products_discount_text {
    font-size: 12px;
    color: #4caf4f;
}

.create_own_set_products_amount span {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.create_own_set_products_buy {
    padding: 20px;
}

a.create_own_set_products_buy_click {
    background: #fe9458;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
}

.c_o_s_p_qty_box_inner {
    display: flex;
    border: 1px solid #ddd;
    text-align: center;
    align-items: center;
    line-height: 40px;
    border-radius: 7px;
}

.c_o_s_p_qty_box_icon.c_o_s_p_decrease {
    flex: 1;
    cursor: pointer;
}

.c_o_s_p_qty_box_qty {
    flex: 1;
    border-left: 1px solid #ddd;
    max-width: 60px;
}

.c_o_s_p_qty_box_qty input {
    max-width: 100%;
    text-align: center;
    border: none;
}

.c_o_s_p_qty_box_icon.c_o_s_p_increase {
    flex: 1;
    border-left: 1px solid #ddd;
    cursor: pointer;
}


.c_o_s_p_image {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    margin: 0px 0px 10px;
}

.c_o_s_p_name {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px;
    min-height: 60px;
    line-height: 20px;
}

.c_o_s_p_price {
    margin: 0px 0px 10px;
    color: #000;
    font-size: 14px;
}

.c_o_s_p_price span {
    color: red;
    text-decoration: line-through;
    margin: 0px 3px 0px 0px;
}

.product_filter_holder {
    background: #fff;
    padding: 20px;
    min-height: 100%;
}


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

.mobile_header_menu_click {
    display: inline-block;
    margin-right: 14px;
    font-size: 24px;
    cursor: pointer;
}

.mobile_header_logo img {
    max-height: 40px;
}

.categories_list_top{ display:none;}
 
.thumb_item.active {
    border-color: #000;
}

.categories_block_right .owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e7e4de;
    margin: 0;
    padding: 0;
    opacity: 1;
}

.categories_block_right .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    margin: -20px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.categories_block_slider.owl-carousel.owl-theme {
    padding: 0px 50px;
}

.categories_block_right .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    content: "\ea62";
    font: normal normal normal 20px/1 'LineIcons';
    color: #fff;
    line-height: 40px;
}

.categories_block_right .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    content:"\ea60";
    font: normal normal normal 20px/1 'LineIcons';
    color: #fff;
    line-height: 40px;
}

.add_to_card_button button:nth-child(2) { 
    background: #dde0e8;
    color: #000;
	border: 1px solid #d8d8d8;
}

.delivery_date_text {
    color: #589d3f;
    margin: 15px 0px 5px;
    font-weight: 500;
    font-size: 12px;
}
.explore_range_categories_item.check_sales a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebffd7;
    color: #000000;
    font-size: 20px;
}

.homepage_products_list_item_name {
    font-weight: bold;
    font-size: 14px;
    min-height: 50px;
}

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

.combo_product_div .product-review {
    display: none;
}

.c_o_s_p_image a {
    display: block;
}

.product_detail_quantity_text {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
}

a.more_product_info_link {
    text-decoration: underline;
    font-size: 12px;
}

.product_content_lower .tab-pane {
    padding: 10px;
    border: 1px solid #ddd;
}
.related_product {
    margin: 10px 0px;
}



.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;
}

.logo img {
    max-height: 50px;
}



/* Banner container */
    .clearance-banner {
		width: 100%;
		z-index: 9999;
		display: flex;
		justify-content: center;
		padding: 10px;
		background: linear-gradient(90deg, #ff6b6b, #ff9a6b);
		color: white;
		font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

    .clearance-inner {
      width: 100%;
      max-width: 1100px;
      display: flex;
      gap: 16px;
      align-items: center;
      justify-content: space-between;
      padding: 12px;
    }

    .sale-info {
      display: flex;
      gap: 14px;
      align-items: center;
      flex-wrap: wrap;
    }

    .sale-text {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.2px;
    }

    .discount {
      font-weight: 900;
      font-size: 20px;
      background: rgba(255,255,255,0.12);
      padding: 6px 10px;
      border-radius: 8px;
    }

    .timer {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      font-weight: 700;
      font-size: 16px;
      padding: 6px 8px;
      background: rgba(255,255,255,0.08);
      border-radius: 8px;
    }

    .timer .segment {
      min-width: 48px;
      text-align: center;
    }

    .cta-group {
      display:flex;
      gap:8px;
      align-items:center;
    }

	.btn-cta {
		background: #fff;
		color: #ff6b6b;
		border: none;
		padding: 10px 16px;
		font-weight: 700;
		border-radius: 10px;
		cursor: pointer;
		TEXT-ALIGN: CENTER;
		white-space: nowrap;
	}
    .btn-cta[disabled] {
      opacity: 0.6;
      cursor: not-allowed;
    }

    .btn-close {
      background: transparent;
      color: rgba(255,255,255,0.95);
      border: none;
      font-size: 20px;
      cursor: pointer;
      margin-left: 6px;
    }
	
		
	.clearance_sale_top {
		width: 100%;
		font-size: 45px;
		color: #fcff48;
		text-align: left;
		font-weight: 700;
	}



button#resendOtpBtn {
    display: block;
    border: none;
    background: none;
    color: #ff0000;
}

button#resendOtpBtn:disabled {
    opacity: 0.5;
}

.header_top {
    display: none;
}

.header_lower_right_items_icons {
    display: inline-block;
    vertical-align: middle;
}

.header_lower_right_items_text {
    display: inline-block;
    vertical-align: middle;
}

/* new homepage */
.hb_hero_left_tagline span {
    color: #0169a5;
    background: #edf8ff;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.hb_hero_left_tagline span svg {
    margin: 0px 5px 0px 0px;
}

.hb_hero_left_heading {
    color: #364153;
    font-size: 60px;
    font-weight: 700;
    line-height: 90px;
}

.hb_hero_left_heading b {
    display: block;
    font-size: 80px;
    font-weight: 600;
    color: #0169a5;
    line-height: 80px;
    padding: 0px 0px 14px;
}

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

.hb_hero_left_subheading {
    color: #4a5565;
    font-size: 18px;
    margin: 0px 0px 20px;
}

.hb_hero_section {
    padding: 60px 0px 0px;
}

.hb_hero_section_content {
    display: flex;
    align-items: end;
}

.hb_hero_left {
    margin: 0px 0px 30px;
    max-width: 640px;
}

.hb_hero_right {
    padding: 0px 0px;
    max-width: 40%;
}

.hb_hero_left_action a {
    background: #0169a5;
    color: #fff;
    padding: 16px 25px;
    border-radius: 14px;
    margin: 0px 5px 0px 0px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.hb_hero_left_action a svg {
    margin: 0px 0px 0px 5px;
}

a.hb_hero_white_act_btn {
    color: #101828;
    background: #fff;
    border: 1px solid #101828;
}

.new_homepage_section_tagline span {
    color: #0169a5;
    background: #edf8ff;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.new_homepage_section_tagline {
    text-align: center;
    margin: 0px 0px 5px;
}

.new_homepage_section_heading {
    text-align: center;
    color: #101828;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin: 0px 0px 10px 0px;
}

.new_homepage_section_subheading {
    text-align: center;
    color: #4a5565;
    font-size: 18px;
    margin: 0px 0px 30px;
}

.new_homepage_section_heading span { 
    color: #0169a5;
}

.our_services_list_item_icon {
    margin: 0px 0px 5px;
}

.our_services_list_item {
    border: 1px solid #f2f7f7;
    border-radius: 10px;
    width: calc((100% - 60px) / 4);
    padding: 20px;
    background: #fff;
    box-shadow: 2px 5px 5px #f4f4f4;
}

.our_services_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px; /* horizontal spacing */
    row-gap: 20px;
}

.our_services_list_item_heading {
    font-weight: 600;
    color: #101828;
    font-size: 18px;
}

.our_services_list_item_subheading {
    color: #4a5565;
    font-size: 14px;
    margin: 0px 0px 5px;
}

.our_services_list_item_icon svg {
    background: #0169a5;
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 2px 2px 8px #d0d0d0;
}

.our_services_list_item:nth-child(1) .our_services_list_item_icon svg {
    background: #9b4eff;
}
.our_services_list_item:nth-child(2) .our_services_list_item_icon svg {
    background: #0095f7;
}
.our_services_list_item:nth-child(3) .our_services_list_item_icon svg {
    background: #4e70ff;
}
.our_services_list_item:nth-child(4) .our_services_list_item_icon svg {
    background: #00bc85;
}
.our_services_list_item:nth-child(5) .our_services_list_item_icon svg {
    background: #ff5e00;
}
.our_services_list_item:nth-child(6) .our_services_list_item_icon svg {
    background: #ff7600;
}
.our_services_list_item:nth-child(7) .our_services_list_item_icon svg {
    background: #f93266;
}
.our_services_list_item:nth-child(8) .our_services_list_item_icon svg {
    background: #e740b2;
}



.new_homepage_section {
    padding: 70px 0px;
}
.new_homepage_section.our_service_section {
    background-image: linear-gradient(#f8fbff, #f9fafb, #fcfcfc);
}


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

.hb_hero_left_stats {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.hb_hero_left_stats_item {
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 7px 0px;
}

.hb_hero_left_stats_item_head {
    font-weight: 600;
    font-size: 28px;
}

.hb_hero_left_stats_item_text {
    color: #4a5565;
    font-size: 14px;
    margin: 0px 0px 0px;
}


.how_it_works_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 30px 0px;
}

.how_it_works_list_item {
    flex: 1;
    text-align: center; 
}

.how_it_works_list_item_icon {
    display: inline-block;
    position: relative;
    margin: 0px 0px 15px;
}

.how_it_works_list_item_icon svg {
    background: #0169a5;
    width: 70px;
    height: 70px;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 2px 2px 8px #d0d0d0;
}


.how_it_works_list_item:nth-child(1) .how_it_works_list_item_icon svg {
    background: #9b4eff;
}
.how_it_works_list_item:nth-child(2) .how_it_works_list_item_icon svg {
    background: #0095f7;
}
.how_it_works_list_item:nth-child(3) .how_it_works_list_item_icon svg {
    background: #4e70ff;
}
.how_it_works_list_item:nth-child(4) .how_it_works_list_item_icon svg {
    background: #00bc85;
} 

.how_it_works_list_item_icon span 
 {
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 5px #ddd;
    right: -10px;
    top: -10px;
    border: 1px solid #eee;
    color: #000;
    font-weight: 500;
}

.how_it_works_list_item_heading {
    font-weight: 600;
    color: #101828;
    font-size: 20px;
    margin: 0px 0px 8px;
    border-top: 3px solid #f0f9ff;
    padding: 10px 0px 0px;
    
}

.how_it_works_list_item_subheading {
    color: #717171;
    font-size: 16px;
    margin: 0px 0px 5px;
    line-height: 20px;
     padding: 0px 20px;
}


.ready_to_transform_section_content {
    background: linear-gradient(#7c3aed, #6366f1);
    text-align: center;
    padding: 70px 220px;
    border-radius: 25px;
}

.ready_to_transform_section_head {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    padding: 20px 0px 10px;
}

.ready_to_transform_section_tagline {
    display: inline-flex;
    border: 1px solid #ddd;
    color: #fff;
    padding: 10px 15px;
    border-radius: 60px;
    background-color: color-mix(#fff 12%, transparent);
    font-size: 14px;
    align-items: center;
}

.ready_to_transform_section_subhead {
    font-size: 22px;
    color: #f1f1f1;
    margin: 0px 0px 20px;
}

.ready_to_transform_section_actions a {
    background: #fff;
    display: inline-flex;
    padding: 15px 25px;
    border-radius: 16px;
    margin: 0px 5px;
    font-size: 16px;
    color: #7f22fe;
    box-shadow: 4px 4px 10px #6b4be3;
}

.ready_to_transform_section_actions a:nth-child(2) {
    background-color: color-mix(#fff 12%, transparent);
    color: #fff;
    border: 1px solid #e5e2e2;
}

.ready_to_transform_section_tagline svg {
    margin: 0px 5px 0px 0px;
}

.trust_section_list_item {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #ddd;
    flex: 1;
}

.trust_section_list {
    display: flex;
    column-gap: 10px;
}

.trust_section_list_item_stars {
    color: #fdc700;
}

.trust_section_list_item_stars svg {
    margin: 0px 4px 5px 0px;
}

.trust_section_list_item_text {
    color: #717171;
    font-size: 20px;
    margin: 10px 0px 15px;
    line-height: 26px;
}

.trust_section_list_item_designation {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

/* Smaller screens */
@media (max-width: 720px) {
    .clearance-inner { flex-direction: column; gap: 10px; align-items: stretch; }
    .timer { justify-content: center; }
    .sale-info { justify-content: center; }
    .cta-group { justify-content: center; }
}

 
@media screen and (max-width: 1199px) {  
	.middle_search input {
		width: 250px; 
	}
	
	.header_lower_right_items_icons span {
		font-size: 20px; 
	}
	.categories_list ul li a {
		font-size: 13px;
	}
	.main_banner_slider_item {
		height: 210px;
	}
	.luxorious_furniture_content {
		padding: 20px 20px 20px 20px; 
	}
	.luxorious_furniture_head {
		font-size: 28px;
	}
	.homepage_products_list_item_image {
		height: 210px; 
	}
	.full_height .homepage_products_list_item_image {
		height: 470px;
	}
	.middle_sliders_item {
		height: 370px; 
	}
	.instagram_section_slider { 
		margin: 10px 0; 
	}
	.instagram_section_text {
		font-size: 16px; 
		margin: 0px 0px 10px;
	}
	.instagram_section_heading {
		font-size: 26px;
	}
	.blogs {
		padding: 10px 0px 40px;
	}
	
	.all_product_list {
		width: 48%; 
	}
	a.product_images_link {
		height: 260px;
	}
	.c_b_s_item_image { 
		background-size: 140px auto; 
		height: 140px;
	}
	.combo_sets_slider .main_banner_slider_item {
		height: 370px;
	}
	
	.homepage_products_list_item_image {
		height: 160px;
	}
	
	.full_height .homepage_products_list_item_image {
		height: 370px;
	}
	
	.homepage_products_list_item_name { 
		font-size: 12px;
		min-height: 40px;
		line-height: 20px;
	}
	.homepage_products_list_item {
		margin: 0px 0px 5px;
	}


}


@media screen and (min-width: 1023px) and (max-width: 1199px) {  
	a.product_images_link {
		height: 410px;
	}
	
	.homepage_products_list_item_image {
		height: 230px;
	}
	
	.full_height .homepage_products_list_item_image {
		height: 510px;
	}
	
	a.product_images_link {
		height: 350px;
	}
	
	
}

@media only screen and (max-width: 767px) {

	.mobile_header{ display:block;}
  .desktop_header{ display:none;}
  
  .luxorious_furniture_content {
    padding: 20px;
  } 
  .homepage_products_list_item_image {
    height: 200px;
  }
  .full_height .homepage_products_list_item_image {
    height: 450px;
  }
  .join_now_block_content_left {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .join_now_block_content_right,
  .newsletter_input,
  .header_lower_inner > div,
  .join_now_block_content_right .join_now_block_content_right_text,
  .join_now_block_content_right_input {
    width: 100%;
  }
  .middle_search,
  .join_now_block_content_right .join_now_block_content_right_text {
    margin: 20px 0;
  }
  .join_now_block_content_left_text:before {
    width: 70px;
    height: 70px;
  }
  .header_lower_inner > div {
    text-align: center;
  }
  .header_lower_right {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header_top_inner {
    font-size: 13px;
  }
  
  
  .main_banner_slider_item {
		height: 140px;
	}
	
	.openLeftMenu .categories_list_holder {
		left: 0;
	}
	.categories_list_holder {
		position: fixed;
		left: -70%;
		width: 70%;
		background: #fff;
		top: 0;
		z-index: 100;
		height: 100%;
		border-right: 1px solid #ddd;
		transition: ease .3s;
	}

	.categories_list ul {
		flex-direction: column;
	}

	.categories_list_holder.container {
		padding: 0;
	}

	.categories_list {
		width: 100%;
	}

	.categories_list_holder .container {
		padding: 0;
	}

	.categories_list ul li {
		border-bottom: 1px solid #ddd;
	}

	.categories_list ul li a {
		text-align: left;
		padding: 15px 10px;
	}
	
	.mobile_bottom_navigation {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #fff;
		display: flex;
		border-top: 1px solid #ddd;
		z-index: 1000;
	}

	.mobile_bottom_navigation_item {
		flex: 1;
		text-align: center;
	}

	.mobile_bottom_navigation_item a {
		padding: 5px;
		display: block;
	}

	.mobile_bottom_navigation_icon {
		font-size: 20px;
		margin: 0px 0px 3px 0px;
	}

	.mobile_bottom_navigation_text {
		font-size: 12px;
	}
.categories_list_top_head {
    font-size: 18px;
    font-weight: 600;
}

.categories_list_top {
    padding: 15px 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.close_category_menu {
    font-size: 16px;
    padding: 5px;
}


	.homepage_products_list {
		display: block;
	}
	
	.categories_block_content { 
		display: block;
	}
	.categories_block_left {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.homepage_products_block_head {
		display: block;
	}
	.homepage_products_block_head_left {
		margin: 0px 0px 15px 0px;
	}
	.join_now_block_content {
		display: block;
	}
	
	.categories_block_slider_item {
		max-width: 110px;
		min-width: 110px;
	}
	
	.products_titles {
		height: 60px;
		overflow: hidden;
		line-height: 20px;
	}
	.page_sections {
		padding: 10px 0px;
	}

	.c_b_s_item_image {
        text-align: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 110px;
    }

	.c_b_s_item_image img {
		width: 100%;
		opacity: 0;
	}
	section.middle_content {
		padding: 60px 0px 20px;
	}
	.mobile_header {
		display: flex;
		justify-content: space-between;
		padding: 15px;
		align-items: center;
	}

	.mobile_header_icons {
		display: flex;
	}

	.mobile_header_icon_items a {
		font-size: 26px;
		padding: 1px;
		display: inline-block;
		margin: 0px 0px 0px 15px;
		color: #000;
		font-weight: bold;
	}
	.mobile_bottom_navigation_icon span.lni {
		font-weight: bold;
	}
	.full_height .homepage_products_list_item_image {
		height: 300px;
	}
	.dashboard_page_left {
		display: none;
	}
	
	.cart_list_item_image {
		width: 100px;
		height: 100px;
		min-width: 100px;
		max-width: 100px; 
	}
	
	.explore_range_categories_item > a { 
		height: 130px; 
	}
		
	.explore_range_categories_item {
		width: 33.33%;
		min-width: 33.33%;
		max-width: 33.33%;
		padding: 5px;
	}

		 
	a.product_images_link {
		height: 180px;
	}
	
	.my_account_page_contents {
		display: flex;
		flex-direction: column;
	}
	
	.my_account_content {
		margin: 0px 0px 10px;
	}
	
	.my_account_page_left {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	
	.homepage_products_list_item {
		flex: 1;
		margin: 5px;
	}

	.homepage_products_list_item_holder {
		display: flex;
	}
	
	.combo_sets_slider .main_banner_slider_item {
		height: 200px;
	}
	
	
	.categories_block_content {
		padding: 10px 0px; 
	}
	
	.categories_block_left_head {
		font-size: 20px;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
	}
	.categories_block_left_desc {
		margin: 0px 0px 10px 0px;
	}

	
	.col-md-3.sidebar_holder {
		display: none;
	}
	
	.col-md-3.sidebar_holder {
		position: fixed;
		bottom: 0;
		z-index: 999;
		width: 100%;
		display: none;
		padding: 0;
		background: rgba(0,0,0,.5);
		padding: 10px;
		height: 100%;
		overflow: auto;
		padding: 130px 0px 62px;
		border-top: 1px solid #dddd;
	} 
	
	.product_filter_holder {
		background: #fff;
		padding: 40px 30px;
		position: relative;
		width: 100%;
		border-radius: 60px 60px 0px 0px;
		border-top: 1px solid #ddd;
		overflow: auto;
		height: 100%;
	}

	.col-md-3.sidebar_holder.open{
			display: block;
		}
			
	 .sort_filter_block {
		position: fixed;
		z-index: 998;
		width: 100%;
		bottom: 62px;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
		padding: 0px 0px 10px;
	}

	.sort_filter_click {
    padding: 15px 35px;
    border-left: 1px solid #ddd;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 60px;
    border: 1px solid #ddd;
}

	.sort_filter_click i {
		margin-right: 10px;
	}
	
	.product_list_offer_img {
		margin: 20px 0px 10px;
	}
	
	.product_list_top {
		display: block;
	}


	.product-review { 
		font-size: 10px; 
	}
	
	.product_details_left_image {
		height: 380px;
	}
	.related_product_list .all_product_list {
		width: 48%;
	}
	.product_details_info h1 { 
		font-size: 20px; 
	}
	
	.explore_range_content {
		padding: 20px 0px;
	}
	
	.explore_range_content_head { 
		font-size: 24px;
		margin: 0px 0px 15px;
	}
	.our_stories_content {
		display: block;
	}
	
	.our_stories_content_left {
		max-width: 100%;
	}
	
	.our_stories_heading {
		font-size: 28px;
		font-weight: 700;
	}
	
	.our_stories_desc {
		font-size: 18px;
	}
	
	.our_stories {
		padding: 30px 0px; 
	}
	
	.best_selling_products_block {
		padding: 30px 0px;
	}
	
	.best_selling_block_head {
		display: block;
	}
	.best_selling_block_head_left {
		margin: 0px 0px 10px 0px;
	}
	
	.explore_range_categories_item.check_sales a { 
		text-align: center;
	}
	
	.products_rates {
		font-size: 10px;
	}

	.products_rates span.new_rate {
		font-size: 12px;
	}
	
	.accordion_item_head { 
		font-size: 14px; 
	}
	 
	.login-register-block .col-md-6.no-padding {
		padding: 0px 15px;
	}

	.login-register-right-block {
	}

	.login-register-right-blk.content-image {
		display: none;
	}
	
	.login-register-right-block-content {
		text-align: center;
		padding: 15px 0px;
		width: 100%;
	}
	.alert_text_holder {
		max-width: 90%;
	}
	
	.add_to_card {
		display: block;
	}
	
	.cart_product_table {
		display: block;
	}

	.cart_item_head.table_row {
		display: none;
	}

	.cart_item_head.table_cell {
		display: block;
	}

	.cart_wrapper {
		max-width: 100%;
		min-width: 100%;
	}

	.cart_product_table .table_cell {
		display: block;
		border: none;
	}

	.cart_item.table_row {
		width: 100%;
		display: block;
		border-top: 1px solid #ddd;
	}

	.cart_product_name {
		font-size: 18px;
	}

	.coupon_code {
		display: block;
		padding: 10px 0px;
	}

	.apply_coupon_code {
		display: flex;
		width: 100%;
		margin: 0px 0px 10px;
	}
	
	.address_blocks_item {
		width: 100%;
		margin: 0px 0px 5px;
	}
	.final_checkout_page_left {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	.final_checkout_page_content {
		display: block;
	}
	
	.close_filter_sidebar {
		font-size: 21px;
		position: absolute;
		right: .0;
		top: 0px;
		width: 50px;
		color: #fff;
		border-radius: 0;
		text-align: center;
		line-height: 50px;
		background: #000;
		border-radius: 0px 0px 0px 20px;
		display:block;
	}
	
	.related_product_list .all_product_list .product_images a {
		height: 180px;
	}
	
	div#rating_stars_input {
		display: block;
	}
	
	#rating_stars_input label {
		margin: 0px 0px 10px 0px;
	}

	.mobile_search_bar_holder {
		position: absolute;
		width: 100%;
		top: 0;
		background: #fff;
		left: 0;
		top: 69px;
		display: none;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}
 

	.mobile_search_bar_holder input[type="text"] {
		width: 100%;
		border: none;
		padding: 0px 10px;
		height: 50px;
	}
	
	.mobile_search_bar_holder.open {
		display: flex;
	}
	
	span.cart_count {
		background: #8b9856;
		padding: 0;
		color: #fff;
		font-size: 10px;
		width: 20px;
		display: inline-block;
		text-align: center;
		line-height: 20px;
		height: 20px;
		border-radius: 50%;
		top: -9px;
		position: absolute;
		right: -12px;
	}

	.mobile_header_icon {
		position: relative;
	}
	
	.variant_option_image_maginfier{ display:none !important;}
	
	.cart_checkout {
		position: fixed;
		width: 100%;
		bottom: 61px;
		z-index: 1000000;
		background: rgb(0 0 0 / 30%);
		left: 0;
		padding: 10px;
	}



}

@media only screen and (max-width: 420px) {
  .homepage_products_list_item_holder {
    flex: 0 0 100%;
  }
}
