/*
Theme Name: Konsept Child
Theme URI: https://konsept.qodeinteractive.com/
Description: A child theme of Konsept
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: konsept
Template: konsept
*/
#qodef-top-area{
	display: none !important;
}
body .qodef-page-title {
  background-color: #52C5D5;
}
body .qodef-page-title .qodef-breadcrumbs a,
body .qodef-page-title .qodef-breadcrumbs span{
	color: #fff;
}
body #qodef-page-footer .widget .qodef-widget-title,
body #qodef-page-footer-top-area .widget a,
body #qodef-page-footer-top-area .widget p{
	color: #fff;
}
.qodef-icon-holder.qodef-layout--normal .qodef-svg-circle{

}
.centered{
	text-align: center;
}
.custom-order-btn{
	padding: 10px 25px;
	display: inline-block;
	border:1px solid #111;
	color: #111;
	margin-top: 27px;
}
.qodef-woo-product-mark.qodef-out-of-stock,
.woocommerce-variation-availability .stock.in-stock{
	display: none !important;
}
body #qodef-woo-page.qodef--single .entry-summary .price{
	font-size: 30px;
	padding-top: 20px;
}
body #qodef-woo-page .product .button.single_add_to_cart_button, 
body .qodef-woo-shortcode .product .button.single_add_to_cart_button,

body #qodef-woo-page.qodef--cart .wc-proceed-to-checkout .checkout-button,
body #qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button
{
	background: #9b6149;
	color: #fff;
	border: 1px solid #9b6149;
}
body #qodef-woo-page .product .button.single_add_to_cart_button:hover, 
body .qodef-woo-shortcode .product .button.single_add_to_cart_button:hover,

body #qodef-woo-page.qodef--cart .wc-proceed-to-checkout .checkout-button:hover,
body #qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button:hover{
	background: #111111;
	color: #fff;
	border: 1px solid #111111;
}
body .woocommerce-message{
	background: #cff4fc !important;
	color: #055160;
	border: 1px solid #b6effb !important;
}

body #qodef-woo-page.qodef--checkout #customer_details label{
	color: #111111;
}
body #qodef-woo-page.qodef--checkout .wc_payment_methods{
	background: #cff4fc;
  margin-bottom: 21px;
 font-size: 16px;
  color: #055160;
}
.product-categories a{
	font-weight: bold;
}
.product-categories ul.children li a{
	font-weight: normal;
}
body .qodef-header-navigation .sub-menu li a{
	font-style: normal !important;
  color: #000 !important;
  font-family: arial !important;
  font-size: 16px !important;
}
body #qodef-woo-page .qodef-woo-product-marks-holder{
	top: 0;
  right: 0;
}
body #qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale{
	border: 0;
  background: #cc2e31;
  border-radius: 0;
  color: #fff;
  font-family: arial;
  font-style: normal;
  font-size: 16px;
  padding: 0 40px;
}