#very-special-field
{
    color: #6c8b88;
}

.title_subtitle_holder{
	display:none
}

.title.title_size_small.position_left {
	background-color: #f4f7f0;
}

.woocommerce-Price-amount{
	color: #6c8b88;
}

.amount{
	color: #6c8b88;
}

#homebutton{
	display: flex;
  justify-content: center;
  align-items: center;
}

#email_button{
  display: flex;
  justify-content: right;
  align-items: right;
}

#label_text{
  color: #6c8b88;
}

.woocommerce-result-count{
	color: #f4f7f0
}

.title img {
width: auto !important;
margin: 0 auto !important;
}


.title.title_size_small.position_left {
background-color: #f4f7f0 !important;
}

@media only screen and (max-width: 768px) { 
  .title_outer.title_without_animation.with_image { 
 margin: 0 10%; 
} 
}

.order-total{
	color: #6c8b88;
}

body.woocommerce-checkout .woocommerce form.checkout table.shop_table tfoot tr.order-total td span.amount, 
body.woocommerce-checkout  .woocommerce form.checkout table.shop_table tfoot tr.order-total th {
    color: #6c8b88;
}

.single-product  .title {
display: none !important;
}

@media screen and (min-width: 1401px) and (max-width: 1700px) {
header .q_logo a {
  height: 100px !important;
}
nav.main_menu > ul > li > a {
    padding: 0 20px !important;
}
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
header .q_logo a {
  height: 80px !important;
}
nav.main_menu > ul > li > a {
    padding: 0 17px !important;
    letter-spacing: 3px;
}
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
header .q_logo a {
  height: 60px !important;
}
nav.main_menu > ul > li > a {
    padding: 0 11px !important;
    letter-spacing: 2px;
}
}

.single-product .q_accordion_holder.accordion.boxed .ui-accordion-header.description_tab {
    display: none;
}

/* hide sku, categories and product description */
.woocommerce.single-product div.product div.product_meta > .sku_wrapper, 
.woocommerce.single-product div.product div.product_meta > .posted_in, 
.woocommerce.single-product .q_accordion_holder.accordion.boxed .ui-accordion-header.description_tab {
    display: none;
}