/*
Theme Name: Davici Child
Theme URI: http://www.wpbingosite.com/davici
Author: wpbingo
Description: This is a child theme for Davici
Version: 1.0
Author URI: http://wpbingosite.com
Template: davici
Text Domain: davici-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.my_products_main_thumb .my_products_thumb_item {
    width: 100%;
}
.my_products_main_thumb .my_products_thumb_item img {
    max-height: 700px;
    display: block;
    margin: auto;
}
.my_products_thumb .my_products_thumb_item {
    width: calc(25% - 22px);
    margin: 0 10px;
    border: 1px solid transparent;
}
.my_products_thumb .my_products_thumb_item.is-selected {
    border-color: #008cb5;
}
.my_products_related{
    display: flex;
    margin-right: -40px;
}
.my_products_related .my_products_related_item{
    flex: 0 0 calc(25% - 42px);
    margin-right: 40px;
    border: 1px solid transparent;
}
.my_products_related .my_products_related_item:hover{
    border-color: #008cb5;
}
.my_products_related .my_products_related_item .product-title{
    text-align: center;
}
.tab-line-drawing-img{
    text-align: center
}
.tab-line-drawing-img img{
    height: 300px;
}
.single-product .bwp-single-info .product_meta .posted_in,
.single-product .entry-summary .price,
.products-list.grid .product-wapper .products-thumb .product-button	{
	display: none;
}

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

.half-gallery {
    flex: 0 0 calc(50% - 20px);
}

.half-gallery img {
    max-width: 100%;
    height: auto;
}

.half-content {
    flex: 0 0 calc(50% -20px);
}

.half-content p {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 25px;
}

.footer-newsletter{
    border-style: solid;
    border-width: 1px 0;
    border-color: #dedede;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 40px;
    z-index: 2;
    width: 100%;
}
.footer-newsletter > div{
   	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
}
.footer-newsletter .left{
   	display: flex;
    align-items: center;
}
.footer-newsletter .left h2{
    margin: 0;
    position: relative;
    font-size: 24px;
    color: #000;
    display: inline-flex;
    align-items: center;
    border-right: 1px solid #dbdada;
    padding: 5px 35px 10px 0;
    margin-right: 40px;
    max-width: 420px;
}
.footer-newsletter .left h2:before{
   	content: "\e909";
    font-family: icomoon;
    margin-right: 20px;
    position: relative;
    font-size: 38px;
    color: #008cb5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 2px solid #008cb5;
    display: inline-block;
    flex: 0 0 80px;
    line-height: 73px;
    background: #fff;
    top: 0;
}
.footer-newsletter .right input[type="email"]{
    background: #fff;
    line-height: 51px;
    border: 2px solid #e6e6e6;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    padding: 0 20px;
    color: #a3a3a3;
}
.footer-newsletter .right input[type=submit]{
    right: 0;
    background: #000;
    cursor: pointer;
    color: #fff;
    line-height: 56px;
    letter-spacing: 1.6px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 20px;
    border: none;
}
.newsletter_form_container{
	display: flex;
    align-items: flex-start;
}
.footer__copyright{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.quickview-container .product-type-simple .bwp-single-info .entry-summary > .cart .quantity-button{
	display: none;
}
false#topbar_menu{
    display: none;
}
.bwp-header .wpbingoLogo img{
    max-height: 100px;
}
.bwp-header .header-search-form{
    display: flex;
    justify-content: flex-start;
}
.product-lable .onsale{
    display: none;
}
.bwp-header.header-v1 .header-wrapper{
	padding: 45px 0;
}
.bwp-header .content-header{
    justify-content: flex-end;
}
.bwp-header .header-search-form{
	flex: none;
}
.bwp-header .header-right{
	width: auto;
    flex: initial;
}
.header-wrapper .row{
    justify-content: flex-end;
    position: relative;
}
.bwp-header .header-left .wpbingoLogo{
    position: absolute;
    left: 0;
    padding-left: 15px;
}
.bwp-header.sticky{
	padding: 45px 0 !important;
}

.page-title .breadcrumb {
    display: none;
}

.contact-top-logo {
    text-align: center;
}

.contact-top-logo img {
    max-height: 250px;
    width: auto;
}

form.search-from .select_category {
    display: none;
}

.footer__copyright {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 40px;
}

.single-product .product_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.rs-list-price {
    background-color: #a3a3a3;
    color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
}

.summary.entry-summary > span.woocommerce-Price-amount.amount {
    color: #b62b2c;
    font-size: 20px;
    display: block;
}

@media (max-width: 1199px) {
    .footer-newsletter > div{
    	flex-direction: column;
    }
    .footer-newsletter .left{
	    justify-content: center;
    	width: 100%;
    }
    .footer-newsletter .right{
	    margin: 30px 0 0;
    }
}

@media (max-width: 991px) {
    .footer__copyright{
        margin-bottom: 90px;
    }
    .bwp-header .header-mobile > .container > .row{
	    justify-content: space-between;
    }
    .bwp-header .header-left .wpbingoLogo{
    	position: relative;
    }
}

@media (max-width: 767px) {
	.footer-newsletter .left{
		text-align: center;
	    flex-direction: column;
	}
	.footer-newsletter .left h2{
    	flex-wrap: wrap;
	    border: 0;
	    padding: 0;
	    margin: 0 0 20px;
	    justify-content: center;
        text-align: center;
    }
    .footer-newsletter .left h2:before{
	    display: block;
	    width: 100%;
	    margin: 0 0 20px;
    }
    .footer-newsletter .right form{
    	position: relative;
    }
    .footer-newsletter .right div.wpcf7 .ajax-loader{
    	position: relative;
	    right: 0;
	    top: 0;
    }
    .newsletter_form_container{
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-end;
    }
    .footer-newsletter .right input[type="email"]{
	    border: 2px solid #e6e6e6;
    	margin-bottom: 20px;
    	width: 100%
    }
    .newsletter_form_container .wpcf7-form-control-wrap{
	    width: 100%;
    }
    .footer-newsletter .right{
    	width: 100%;
    }
}


/* SHOP PAGE */
.bwp-top-bar .button-filter-toggle,
.bwp-top-bar .woocommerce-ordering {
    display: none !important;
}

/* CONTACT PAGE */
.contact-page-content strong {
    font-weight: 700;
}
.contact-page-content {
    max-width: 400px;
    margin: 50px auto 20px;
    font-size: 18px;
    color: black;
    padding: 20px 30px;
    border-left: 1px solid rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
}
.contact-page-before-footer img {
    max-width: 200px;
    margin-left: auto;
    display: block;
}