/*
Theme Name: Baker Child
Theme URI: http://baker.edge-themes.com
Description: A child theme of Baker Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: baker
Template: baker
*/
/*.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    max-height: 160px !important;
}*/
.edgtf-position-center{margin-top:10px}
.edgtf-sticky-header .edgtf-position-center{margin-top:0px}

	#howtobake{    border: 3px dotted #ccc;
    border-radius: 10px;}
	
	#howtobake .alignleft {
		margin: 0 10px 7px 0;
		width: 75px;
	}
	#howtobake p {    line-height: 22px;}

.about-us-text{
	text-align: justify;
}
.woocommerce-error{ 
	color: red;
}
.shippingmessage{
	color: #ce8d37;
	font-weight: 600;
	padding: 10px;
	border: 1px solid;
}
.wc-proceed-to-checkout{
	float: right;
}	
#billing_city_area_field{
	width: 100%; 
}
#billing_city_area_field label .optional{
	display: none;
}
#billing_city , #shipping_city, #billing_city_area , #shipping_city_area{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 15px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    font-weight: inherit;
    color: #666;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.edgtf-woocommerce-page div.woocommerce-info {
	margin: 0 0 20px !important;
}
.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    max-height: 65px !important;
    margin-top: 10px;
}
.woocommerce-thankyou-order-failed{
	color: red;
    font-weight: 600;
}
.woocommerce-thankyou-order-received{
	color: #dea141;
    font-weight: 700;
}
#place_order{margin-bottom: 10px}
@media only screen and (max-width: 520px){
	.edgtf-shopping-cart-dropdown{
		display:none;
	}
	.wc-proceed-to-checkout{
		float: none;
		text-align: center;
		margin-bottom: 12px;
	}
	.back-to-shop{
		text-align: center;
	}
	.edgtf-vertical-align-containers .edgtf-position-right{
		margin-right: -10px;
	}
	.woocommerce-checkout .col-2 h3{
		font-size: 20px !important;
	}
	.edgtf-woocommerce-page div.woocommerce-info {
		margin: 0 0 20px !important;
	}
}

.woocommerce .edgtf-onsale, .woocommerce .edgtf-out-of-stock{
    font-size: 14px !important;
}

.mc4wp-form input[type=submit] {
	width: auto;
    font-weight: 600;
    margin: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    font-size: 11px;
    padding: 12px 32px;
    color: #fff;
    background-color: #333;
    border: 1px solid transparent;
    line-height: 21px;
    letter-spacing: .2em;
    vertical-align: middle;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
}

.mc4wp-form input[type=email] {
	width: 100%;
    margin: 0 0 15px;
    padding: 12px 21px;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: inherit;
    color: #666;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.products .product-category a{
    text-align: center;
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    min-height: 339px;
}

.products .product-category h2.woocommerce-loop-category__title{
    margin-top: 15px;
    font-size: 19px;
    letter-spacing: normal;
}
div.woocommerce>.products>.product-category a:hover:after{
    -webkit-box-shadow: inset 0px 0px 0px 2px #98763d;
    -moz-box-shadow: inset 0px 0px 0px 2px #98763d;
    box-shadow: inset 0px 0px 0px 2px #98763d;
    opacity: 1;
    background-color: transparent;
}
.edgtf-menu-area.edgtf-menu-left{
   background-color: #00000047 !important;
}
.edgtf-woo-normal-space ul.products>.product {
    margin: 0px 0 20px !important;
}
ul.products>.product .edgtf-pl-text-wrapper{
    margin: 5px 0 0px !important;
}
.edgtf-pl-category p{
    margin: 4px 0;
}
.summary.entry-summary{
    padding: 10px;
}
h2.edgtf-single-product-title{
    letter-spacing: .01em !important;
}
@media only screen and (max-width: 680px){
    .edgtf-container-inner{
        width: 100% !important;

    }
    .edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-full-width {
        padding: 30px 16px 10px !important;
    }
    .edgtf-row-grid-section {
       width: 100% !important;
    }
    .products .product-category a{
        width: 85%;
         display: unset !important;
    }
    .products .product-category a img{
        width: 100%;
    }
    .edgtf-iwt-title-inner{
        margin: 0px 0px 0px 10px;
    }
    .edgtf-page-title.entry-title span{
        margin: 5px;
        letter-spacing: .01em;    
    }
   
    .edgtf-woo-normal-space ul.products>.product{
        padding: 0 0px !important;
    }
    .edgtf-page-content-holder{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

}

.edgtf-pl-text-outer{
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.b2bking_registration_roles_dropdown_section {
	display:none;
}
.accounts{
    float: left;
}
.accounts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accounts li a {
  display: block;
  color: white;
  padding: 27px 12px 0px 12px;
  text-decoration: none;
  font-weight: 600;
}
.accounts ul li {
  float: left;
}
.woocommerce-message {
font-weight: bold;
    color: #c8873b;
}
.woocommerce-password-strength{
    color: red;
}
.woocommerce-password-hint{
	color: #e1be64;
}

#woo-store-vacation .woocommerce-info{
    font-size: 18px !important;
    font-weight: bold !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
    background: transparent !important;
    padding: 20px 0 0 0 !important;
}

.edgtf-search-opener.edgtf-icon-has-hover{
    display: none;
}

.edgtf-main-menu>ul>li>a{
    padding: 0 10px !important;
}
.dgwt-wcas-search-wrapp {
    max-width: 155px !important;
    min-width: 155px !important;
    width: 155px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    font-size: 12px;
    padding: 5px 5px 5px 26px;
    border-radius: 15px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    min-height: 0px;
    min-width: 0px;
    height: 45px;
    width: 9px;
    left: 5px;
    top: 16px;
}