/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* بخش سرچ هدر سایت */
.searchboxcustom {
    background: #ffffff !important;
    color: #3c220f !important;
}
.w-search-form, .w-search-background {
    background: #ffffff !important;
    color: #000000 !important;
    border: solid 1px #b3b2b2;
}
/* بخش منوی سایت */
.l-subheader.at_bottom {
    background: #ffffff !important;
    border-top: solid 1px #d3d2d3;
    border-bottom: solid 1px #d3d2d3;
}
 .l-header.shadow_thin .l-subheader.at_bottom {
    box-shadow: 0 0px 0 rgba(0,0,0,0.08) !important;
}

/* لوگوی svg*/
.l-subheader-cell.at_left {

    height: 100px !important;
}
.logomainheader img.attachment-us_50_150_crop.size-us_50_150_crop {
    height: 100px;
    /* top: 0 !important; */
    margin: -35px;
    margin-right: 10px;
}

/* پایین بخش محصولات ممکن مشکل ایجاد بکنه */
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    border: solid 1px #b9b9b9 !important;
    /*padding: 5px;*/
    border-radius: 5px;
}
a.button.product_type_simple {
    width: 100%;
} 

h2.woocommerce-loop-product__title {
    text-align: center;
}
/* بالا  بخش محصولات ممکن مشکل ایجاد بکنه */


.l-subheader-cell.at_left {
    height: 0 !important;
}

.searchboxcustom{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0 !important;
    right: auto !important;
    height: 2em;
    padding: 0;
    font-size: inherit;
    background: none!important;
	
}