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

: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:none;
	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: 20px;
}

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

.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: 16px;

}
.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: 14px;
    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: 22px;
    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: 14px;
font-weight: 600;
}
.p_product_price span.p_old_price {
color: #adadad;
margin: 0 0 0 7px;
font-size: 14px;
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: 12px;
}
.popular_products_list {
display: flex;
flex-wrap: wrap;
} 
.p_add-cart a i {
    font-size: 16px;
    margin: 0px 4px 0px 0px;
}
.p_product_category a {
color: #666;
font-size: 14px;
}
.p_product_category a:hover {
color: #3BB77E;
}
.p_add-cart a {
    color: #ffffff;
    background: #000000;
    padding: 5px 11px;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    white-space: nowrap;
}
.product-rate-cover {
margin: 3px 0px;
}
.product_rating a i {
color: #3BB77E;
}
.footer_text {
    color: #fff;
    font-size: 14px;
    margin: 0px 0px 20px;
}
.contact_info {
font-size: 14px;
color: #fff;
}
.contact_info ul li {
margin: 10px 0px;
}
.footer_logo img 
 {
    margin: 0px 0px 0px 0px;
    max-height: 50px;
    filter: brightness(0) invert(1);
}
ul.footer_link_list li a {
font-size: 14px;
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: 16px;
    margin: 10px 0px 10px;
}


.offer_banner_text span {
    color: #333;
    font-size: 12px;
    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: 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;
}



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


.blogs {
    padding: 50px 0px;
}

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



/*login page start*/

.login_page {
display: flex;
width: 100%;
justify-content: center;
padding: 30px 0px;
}
.login_form {
display: flex;
flex-direction: column;
width: 400px;
}
.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: 14px;
	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 {
    background: #f1f3f7;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    width: 100%;
    color: #010101;
    cursor: pointer;
    border-radius: 5px;
    transition: ease .3s;
    border: 1px solid #f1f3f7;
}

.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: 14px;
}
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: 16px;
}
.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: 16px;
  font-weight: 600;
  margin: 0px 0px 20px;
  text-transform: capitalize;
}
.custom_checkbox{ position: relative; }
.custom_checkbox input[type="checkbox"]{ display: none; }
.custom_checkbox input[type="checkbox"] + label{padding: 0px 0px 0px 20px; cursor: pointer; }
.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;
}

.product_categories input + label span {
    font-size: 13px;
    color: #666;
    margin: 0px 0px 0px 5px;
    display: inline-block;
    vertical-align: middle;
}
.custom_checkbox input[type="checkbox"]:checked + label {
    font-weight: 600;
    color: #2b3966;
}

.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: 16px;
font-weight: 300;
}
.product_off {
position: absolute;
top: 8px;
left: 8px;
background: #fff;
color: #47b486;
padding: 2px 6px;
font-size: 12px;
 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: 12px;
    color: #e39015;
    margin: 0px 0px 5px;
}
.star i {
color: #e39015;
margin: 0px 5px 0px 0px;
}
.products_titles {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.products_titles a {
    color: #878787;
}

.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: 26px;
    font-weight: 700;
}


.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: 20px;
}
/*product list End*/


/*product details strat*/

.product_details_left_image {
    height: 550px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 7px; 
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}


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

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

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

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


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

.add_to_card_button button {
background: #000;
border: none;
padding: 10px 0px;
width: 100%;
color: #fff;
font-size: 18px;
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: 20px;
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: 20px;
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: 20px;
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: 14px;
}

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

.product_share_icon a {
margin: 0px 20px 0px 0px;
color: currentColor;
font-size: 14px;
}
.product-sku span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

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

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

.product-categories.posted_in a {
font-size: 14px;
color: #000;
}

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

.product-tags a {
font-size: 14px;
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: 14px;
}
time.woocommerce-review__published-date {
color: #71778e;
font-size: 12px;
}

strong.woocommerce-review__author {
color: #000;
font-weight: 500;
}
ul.nav.nav-tabs li a {
color: #000;
font-size: 20px;
}
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: 14px;
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: 12px;
font-weight: 500;
margin: 0px 0px -5px 0px;
}

.comment_name label,.comment_email label {
font-size: 13px;
margin: 0px;
}
label.rating {
margin: 0px 0px 0px;
font-size: 14px;
}

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

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

.comment_check label {
font-size: 14px;
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: 14px;
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: 14px;
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: 16px;
}
.cart_subtoal {
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
    font-size: 14px;
    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: 0px 0px 20px;
}

.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: 14px;
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: #93381a;
}

.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: 18px;
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: 14px;
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: 20px;
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: 12px;
}
.payment_method_bacs {
font-size: 12px;
line-height: 20px;
}
.checkout_policy {
font-size: 12px;
line-height: 20px;
}
.checkout_policy_terms {
font-size: 14px;
margin: 0px 0px 30px;
}
.account_fields span {
font-size: 14px;
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;
}

.my_account_page_left {max-width: 25%;min-width: 25%;margin-right: 30px; border-right: 1px solid #ddd;}
.user-avatar {text-align: center;margin: 0px 0px 20px;display: flex;width: 100%;align-items: center;}

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

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

 

.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: 16px;
}
.my_account_page_right_contant {
display: flex;
justify-content: space-between;
margin: 0px 0px 50px;
}
.my_account_page_right {
    width: 100%;
}
.container-full-no-pad .my_account_page_right{
    padding: 0px 15px;
}
 
.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: 16px;
    color: #000;
    font-weight: bold;
}

.my_account_details_inner .myaccount_table_cell {
    font-size: 16px;
    font-weight: bold;
    color: #777;
}
.my_qty {
    margin: -30px 0px 0px;
    text-align: center;
	
}
/*my account page End*/


.product_details_description {
    font-size: 14px;
    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: 16px;
    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: 12px;
    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: 20px;
    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: 14px;
    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: 14px;
    color: #000;
	    margin: 0px 0px 0px 7px;
}

.header_lower_right_items_icons span.cart_count{
    background: #d3c12a;
    padding: 0;
    color: #fff;
    font-size: 10px;
    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: 60px;
    height: 60px;
    margin-right: 13px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
	min-width: 60px;
    max-width: 60px;
}


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

.user_info_name {
    font-weight: 600;
    font-size: 16px;
}

.user_info_joined {
    font-size: 10px;
    color: #333;
}

.account_dashboard ul li a i {
    margin-right: 10px;
}

section.middle_content {
    padding: 30px 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: 14px;
    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: 12px;
    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: 16px;
}

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

.billing_details_block_input_holder label {
    font-size: 13px;
    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: 12px;
    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: 14px;
    color: #666;
}

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

.order_sumary_head {
    font-size: 16px;
    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: 14px;
    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: 12px;
    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: 12px;
    border-radius: 50%;
    align-items: center;
}

.checkout_product_item_name {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

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

.checkout_product_item_price {
    font-size: 12px;
    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: 14px;
    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: 12px;
}

.form-control {
    font-size: 12px;
	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: 14px;
}


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

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

.checkout_forgot_pass a {
    color: #2e8eff;
}
 
.checkout_login_block_input_holder {
    margin: 0px 0px 10px;
}

.checkout_login_block_input_holder label {
    font-size: 14px;
    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: 16px;
}

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

.address_blocks_link a {
    font-size: 12px;
    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: 12px;
    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: 14px;
}

.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: 12px;
    font-weight: normal;
    color: #666;
}

span.inline-error.error {
    font-size: 12px;
    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 {
    position: relative;
}

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

.shippingAddressError.inline-error {
    font-size: 12px;
    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: 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: 50px;
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    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: #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;
    font-weight: 600;
}

.login_page_form_subhead {
    font-size: 12px;
    text-align: center;
    color: #666;
}


.error-message.help-inline {
    font-size: 12px;
}


.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: 14px;
	text-align: center;
	vertical-align: middle;
}

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

.dash_account_table_row.dash_account_table_head {
    background: #faf2ee;
}

.dash_account_table_head .dash_account_table_cell {border: none;font-weight: 600;font-size: 16px;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: 24px;
    font-weight: 600;
}

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

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


.product_details_name {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.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: 10px;
}
 
.site_header_one {
    border-bottom: 1px solid #ddd;
}

.produt_details_page {
    padding: 20px 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: 95px;
    height: 95px;
    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: 12px;
    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: 14px;
    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: 12px;
    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: 18px;
    font-weight: 600;
    margin: 0px 0px 10px;
    color: #fff;
}

.footer_link ul li a {
    color: #333;
    font-size: 14px;
}

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

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

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

.product_list_top_left {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.product_list_top_left span {
    color: #8b9856;
} 

.dash_stats_head {
    font-weight: 600;
    color: #000000;
	font-size: 14px;
}


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

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

.order_completed_icon {
    font-size: 50px;
    color: #2b3966;
}

.order_completed_heading {
    font-weight: 600;
    color: #2c3a66;
    font-size: 26px;
}

.order_completed_subheading {
    font-size: 13px;
    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: 18px;
    font-weight: 600;
}

.o_d_p_l_right_qty {
    color: #666;
    font-size: 14px;
}


.order_details_products_lower {
    padding: 15px;
}

.order_details_products_lower_head {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.dash_account_table_row .dash_account_table_cell {
    padding: 10px;
}

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

.static_page_bradcrumb {
    font-size: 14px;
    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;
}

.contact_form_submit 
 {
    padding: 20px 25px;
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: ease .3s;
}

.contact_form_submit:hover {
    background: #002197;
    color: #fff;
}

.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: 18px;
    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: 12px;
}

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

.review_form_head {
    font-size: 16px;
    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: 20px;
    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: 14px;
}

.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: 14px;
    display: inline-block;
}

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

.form_already_text {
    text-align: center;
    font-size: 14px;
}

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


.login-register-left-blk_text {
    padding: 0px 20px;
    font-size: 16px;
    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: 10px;
    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: 13px;
    margin: 0px 0px 3px 0px;
    color: #333;
    font-weight: 500;
}

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

.defaultAdress_head {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

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

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

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

.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: 12px;
    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: 16px;
    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: 12px;
    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: 12px;
    display: inline-block;
    white-space: nowrap;
}

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

.status_label {
    font-weight: 600;
	font-size: 12px;
}
.status_label_red {
    color: red;
}

.cancel_order_popup_content {
    padding: 20px;
}

.cancel_order_popup_head {
    font-size: 20px;
    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: 16px;
    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: 13px;
    color: red;
    margin: 3px 0px 2px;
}

a.icon_actions {
    padding: 5px 9px;
    background: #fff;
    color: #8b9856;
    border-radius: 7px;
    font-size: 12px;
    border: 1px solid #8b9856;
    display: inline-block;
}
a.icon_actions i {
    font-size: 16px;
    vertical-align: middle;
}
.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: 16px;
    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: 16px;
	
}

.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: 13px;
    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 top;
}

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

.variants_types_options_item label {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    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: 14px;
    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: 20px 0px;
}

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

.related_product_list .products_rates .new_rate {
    font-size: 12px;
}
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;
}


.static_page_holder {
    padding: 40px 0px;
}

.product_tags {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #fff;
    font-size: 12px;
    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: 12px;
}

.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: 12px;
    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: 13px;
    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;
}
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: 12px;
    margin: 0px 0px 10px 0px;
}
 

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

.blogs_page_list_title {
    font-size: 22px;
    font-weight: 700;
}

.luxorious_furniture_link.read_less {
    display: none;
}

.moreDesc .luxorious_furniture_link.read_more {
    display: none;
}

.moreDesc .luxorious_furniture_link.read_less {
    display: block;
}

.more_para{ display:none;}
.moreDesc .more_para{ display:block;}



.otp_input_section{display:none;}

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


#enquiryModal .modal-content .modal-header {
    padding: 20px 20px 20px;
}

#enquiryModal .modal-content .modal-body {
    padding: 25px;
}

div#enquiryModal .modal-content {
    border-radius: 30px;
    border: 1px solid #ddd;
}
 


.thankyou_page_content {
    text-align: center;
    padding: 70px 0;
    max-width: 630px;
    display: inline-block;
}

.thankyoupage_headline {
    font-size: 30px;
    font-weight: 700;
    color: #3d3d3d;
}

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

.thankyoupage_link a {
    padding: 16px 25px;
    border-radius: 14px;
    margin: 0px 5px 0px 0px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #101828;
    background: #fff;
    border: 1px solid #101828;
}

.no_content_dash_div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 100px 0px;
}

.no_content_dash_div_head {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 3px 0px;
}

.no_content_dash_div_message {
    font-size: 14px;
    color: #888;
    margin: 0px 0px 20px 0px;
}

.no_content_dash_div_link a {
    display: inline-block;
    background: #0169a5;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
}

.my_account_page_right_head {
    font-weight: 600;
    font-size: 24px;
    margin: 0px 0px 20px 0px;
    color: #0169a5;
}

.dash_account_actions {
    display: flex;
    gap: 6px;
    align-items: center;
}

.list_action_dropdown.open .dropdown-menu {
    display: block;
    width: 170px;
    right: 0;
    left: auto;
}

.list_action_dropdown .dropdown-menu li {
    display: block;
}

.list_action_dropdown .dropdown-menu li a {
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    color: #000;
        transition: ease .3s;
    display: block;
}

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

button.list_action_dropdown_toggle {
    width: 30px;
    padding: 5px 9px;
    background: #fff;
    color: #8b9856;
    border-radius: 7px;
    font-size: 12px;
    border: 1px solid #8b9856;
    display: inline-block;
    cursor: pointer;
}

.list_action_dropdown .dropdown-menu li a:hover {
    background: #faf2ee;
}

span.badge-warning {
    color: #fff;
}

span.badge {
    padding: 7px 9px;
}

span.badge.badge-warning i {
    margin: 0px 5px 0px 0px;
    
}

.product_page_top_tab {
    display: flex;
    gap: 24px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}

.product_page_top_tab a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #737270;
    display: flex;
    font-size: 16px;
    gap: 8px;
    line-height: 22px;
    margin-bottom: -1px;
    padding: 8px 4px;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease;
    white-space: nowrap;
}

.product_page_top_tab a.active {
    border-bottom-color: #1e1c1b;
    color: #1e1c1b;
}

.header_lower_right_items a.bordered_link {
    padding: 3px 10px;
    display: inline-block;
    border: 1px solid #737270;
    border-radius: 6px;
}



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

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

