/*
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  ***************/

/* Codex global width override: widen main site container to 1680px */
@media (min-width: 1440px) {
  .container,
  .page-template-homepage .container,
  .page-template-homepage #bwp-footer .container,
  .woocommerce-notices-wrapper,
  .cross_sell,
  .related,
  .upsells {
    max-width: 1680px;
  }
}
#bwp-topbar .topbar-right{
	text-align:center!important
}

@media screen and (max-width:1440px){
	.woocommerce-tabs.wc-tabs-wrapper table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border-collapse: collapse;
	}
}
@media (max-width: 1199px) {
    .bwp-header .header-menu {
        margin-left: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .bwp-header.header-v1 .header-left {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bwp-header.header-v1 .header-right {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bwp-header.header-v1 .header-search-form {
        display: none !important;
    }

    .bwp-header.header-v1 .header-page-link .search-box.hidden-lg {
        display: block !important;
    }

    .bwp-header.header-v1 .header-menu,
    .bwp-header.header-v1 #menu-main-menu {
        white-space: nowrap;
    }
}
