/*
Theme Name: Bello Bite
*/

/* Font */
::selection {
  background-color: #9C1349 !important; /* The highlight color */
  color: #ffffff !important;            /* The text color */
}

/* Header */
.bwp-header .header-wrapper {  border-bottom: 1px solid;  padding: 0px !important;	background-color: #FFFDEB !important;}
.bwp-navigation ul>li.level-0>a>span {    color: #9C1349;  text-transform:uppercase; font-family: TT Norms, sans-serif;font-size: 16px;    FONT-WEIGHT: 500;}
.bwp-header .block-top-link>.widget .widget-custom-menu .widget-title:after,.bwp-header .header-page-link .mini-cart .cart-icon i {	color: #9c1349 !important;}
.bwp-header.header-v3 .header-page-link>:not(.remove-cart-shadow) {	border: 0px !important;}
.bwp-header.header-v3 .header-page-link .mini-cart .cart-icon .icons-cart .cart-count {	background: #9C1349 !important;}
.bwp-navigation ul>li.level-0>a>span:before { background-color: #9C1349 !important;}
.bwp-main .page-title.empty-image {	display: none !important;}
.bwp-header .header-mobile .navbar-toggle:before {    font-size: 40px !important;	color: #9C1349 !important;}
.bwp-header .header-mobile, .content-mobile-menu.active,.bwp-canvas-vertical .content, .content-mobile-menu .content {    background: #FFFDEB !important;}

/* Single */
.quickview-container .bwp-single-info .product_meta, .single-product .bwp-single-info .product_meta{	display: none !important;}
.single-product .product_title {    font-size: 48px;text-transform: uppercase;    line-height: normal;}
.quickview-container .bwp-single-info .description>p:last-child, .single-product .bwp-single-info .description>p:last-child {font-family: 'TT Norms', sans-serif;font-size: 24px;  line-height: normal;text-transform: uppercase;  }
.woocommerce-verification-required{    text-align: center;}


/* Bread */
.breadcrumb-noheading .breadcrumb {font-family: 'TT Norms', sans-serif;    font-size: 24px !important;    text-transform: uppercase;    font-weight: bold;}

/* Footer Social */
#bwp-footer.footer-4 .social-link li a {    width: 60px!important;    height: 60px !important;    line-height: 70px !important;    border: none !important;    background: #C91D52 !important;	border-radius: 100px !important;}
#bwp-footer ul.social-link li a i {    color: white !important;	font-size: 24px !important;}


/* Shop */

.bwp-top-bar.top .button-filter-toggle , .bwp-top-bar .display {	display: none !important;}
.bwp-top-bar .woocommerce-ordering {	margin-top: -90px !important;}
.products-list.grid .product-wapper .products-content .btn-atc a:hover:before {	font-size: 0px !important;}
.woocommerce-pagination.shop-loadmore .percent-content .percent {	background: #9c1449 !important;}
.woocommerce-pagination.shop-loadmore .woocommerce-load-more{    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border: 1.5px solid #9c1449 !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    color: #9c1449 !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
    margin: 20px; background: transparent !important;}


/* CF7 */
.cf7-email-signup .wpcf7-form-control-wrap {  display: block; position: relative;}

.cf7-email-signup input[type="email"] {
  padding: 18px 60px 18px 20px;
  border: 2px solid #000;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #333;
  box-sizing: border-box;
	float: right;
    height: 50px;
}

.cf7-email-signup input[type="email"]::placeholder {
  color: #999;
  opacity: 1;
}

.cf7-email-signup input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

.cf7-email-signup .wpcf7-form-control-wrap {  position: relative;}


