/**
	Theme Name: LaDelizia Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: dev
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
p {
  margin-bottom: 15px;
}
div.header-left-items {
  justify-content: flex-end;
  margin-right: 20px;
}
#primary-menu li a {
  text-transform: uppercase;
  font-size: 20px;
}
body:not(.logged-in) li#menu-item-42 {
  display: none;
}
div.regular-title {
  background: #373b4d;
  text-transform: uppercase;
}
div.regular-title h1 {
  color: white!important;
}
input.tnp-email {
  background: #414554!important;
}
input.tnp-email::placeholder {
  color: #ccc;
}
footer h4 {
  margin-bottom: 10px;
}
div#block-2 {
  margin-bottom: 10px;
}
div#block-10 {
  margin-bottom: 20px;
}
div#block-11 p {
  display: none;
}
.social-icons li a {
  font-size: 28px;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-right: 6px;
  border: 1px solid;
  border-radius: 50%;
}
.social-icons li a:hover {
  opacity: 0.7;
}
.grecaptcha-badge {
  display: none;
}

/*About Us*/
body.page-id-30 .post-content {
  font-size: 26px;
}
.wp-video {
  margin: 0 auto;
} 
/*Woo*/
.woocommerce-Price-amount,
div.woocommerce-billing-fields,div.woocommerce-additional-fields,
.woocommerce-table--order-details th.order-actions--heading,
.woocommerce-table--order-details a.order-again,
.woocommerce-mini-cart__total,.cart-subtotal,.order-total,
.woocommerce-table--order-details tfoot tr:nth-last-child(2),
.woocommerce-table--order-details tfoot tr:nth-last-child(3) {
  display: none!important;
}
@media(min-width:768px) {
  .wc-product-table td.col-name {
    white-space: nowrap;
  }
}
.wc-product-table th.col-buy {
}
.wc-product-table td.col-buy {
  text-align: left!important;
}
.wc-product-table .quantity {
  display: inline-flex!important;
  width: 100px;
}
