/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         Evan McClure
Author URI:     https://order.cpsupplyco.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* Utils */
.border-under { border-bottom: 1px solid #dddddd; }
.center { text-align: center; }
.clear-pm { margin-bottom: 0px; }
.button { 
	padding: 10px !important; 
	border-radius: 0px; 
}
.delim {
  padding: 10px 20px;
}



/* GLOBAL */
.search-form input[type="submit"] { background-color: #00338b; }
.search-form input[type="submit"]:hover { background-color: #00338b; opacity: 0.9; }



/* BUTTONS */
.woocommerce #review_form #respond input#submit, 
.woocommerce-cart table.cart td.actions .coupon > .input-text + .button,
.woocommerce-cart div.coupon > button,
.woocommerce .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout),
.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-last button.button { 
	background-color: #fcd100; 
	color: #fff; 
}
.woocommerce #review_form #respond input#submit:hover, 
.woocommerce-cart table.cart td.actions .coupon > .input-text + .button:hover,
.woocommerce-cart div.coupon > button:hover,
.woocommerce .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout):hover,
.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-last button.button:hover  {
 	background-color: #e3bc00;
  	color: #fff;
}
.woocommerce-cart div.coupon > button:hover {
	opacity: 0.9;
	background-color: inherit;
}
.nv-button-wrap {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Woo Cart Page */
.woocommerce-cart .nv-content-wrap .woocommerce {
	flex-direction: column;
}

.woocommerce-cart table.cart input { width: 100px !important; }


/* Page styling */
.neve-main>.container .col { width: 100%; }
.woocommerce-account .nv-single-page-wrap { max-width: 100% !important; }
.logged-in.woocommerce-account .nv-single-page-wrap div.woocommerce { flex-direction: row; }
.nv-page-title-wrap.nv-big-title .nv-page-title {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body:not(.logged-in) .nv-page-title { display: none; }



/* Shop Page Styling */
.nv-shop { max-width: 100% !important; }




/* WooCommerce Alerts */
.woocommerce-store-notice, p.demo_store { background: #00338a !important; }
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	display: block;
}
.woocommerce-message { background-color: #00338a !important; }
.woocommerce-error { background-color: #bc1919 !important; }
.woocommerce-error > li > a { 
	color: #fff !important; 
	text-decoration: underline !important;
}




/* Navbar styling */
#nv-primary-navigation-main > li > a { font-size: 15px !important; }

.menu-item-nav-cart .nv-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item > a:not(.remove) {
  grid-column-start: 2 !important;
  text-align: left !important;
}
.menu-item-nav-cart .nv-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item dl.variation {
  grid-column-start: 2 !important;
  grid-column-end: span 9 !important;
}
.menu-item-nav-cart .nv-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item span.quantity {
  grid-column-start: 2 !important;
  grid-column-end: 7 !important;
  text-align: left !important;
}

button.navbar-toggle { 
	box-shadow: none !important; 
	background-color: transparent !important; 
}
.cart-count { background-color: transparent !important; }




/* MyAccount Page Styling */
.nv-content-wrap .woocommerce-MyAccount-navigation {
	width: 15%;
    margin-right: 20px;
    padding: 0 10px 10px 10px;
    border: none;
    flex: 1;
}
.nv-content-wrap .woocommerce-MyAccount-navigation li {
	margin: 10px 0;
	padding: 5px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.nv-content-wrap .woocommerce-MyAccount-navigation li > a { text-decoration: none !important; }
.woocommerce-account .woocommerce-MyAccount-content address { font-size: 1em !important; }
.nv-content-wrap .woocommerce-MyAccount-navigation-link { 
	width: 100%; 
	position: relative;
}

/* Add custom icons to navigation on my account page */
.nv-content-wrap .woocommerce-MyAccount-navigation-link--dashboard a:after,
.nv-content-wrap .woocommerce-MyAccount-navigation-link--orders a:after,
.nv-content-wrap .woocommerce-MyAccount-navigation-link--edit-address a:after,
.nv-content-wrap .woocommerce-MyAccount-navigation-link--edit-account a:after,
.nv-content-wrap .woocommerce-MyAccount-navigation-link--customer-logout a:after {
	position: absolute;
	font-family: Dashicons;
	font-size: 22px;
	top: -2px;
	right: 0;
	color: #00338b;
}
.nv-content-wrap .woocommerce-MyAccount-navigation-link--edit-account a:after { content: "\f110"; }
.nv-content-wrap .woocommerce-MyAccount-navigation-link--edit-address a:after { content: "\f231"; }
.nv-content-wrap .woocommerce-MyAccount-navigation-link--orders a:after { content: "\f312";}
.nv-content-wrap .woocommerce-MyAccount-navigation-link--dashboard a:after { content: "\f311"; }
.nv-content-wrap .woocommerce-MyAccount-navigation-link--customer-logout a:after { content: "\f310"; }
.nv-content-wrap .woocommerce-MyAccount-navigation-link > a { 
	display: block;
	width: 100%; 
}
.nv-content-wrap .woocommerce-MyAccount-content { flex: 6; }
.woocommerce-account .woocommerce-MyAccount-content address { font-size: 1em; }
.account-info-title { margin-bottom: 0px; }
.contact-info-list { padding-bottom: 15px; }
.address-book-title {
  margin-top: 20px;
  margin-bottom: 0px;
}
.account-address-book { display: flex; }
.account-billing { width: 50%; }
.billing-info-list, .shipping-info-list, .contact-info-list {
  list-style: none !important;
  padding-bottom: 10px;
  padding-left: 0px !important;
}
.account-shipping { width: 50%; }



/* Woo Customer Login */
#customer_login .col-1 {
	width: 100%;
	max-width: 100%;
	float: none;
	flex: none;
}

#customer_login .col-1 > h2 {
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 20px;
}

#customer_login .col-1 > h2 { text-align: center; }
#customer_login .u-column1 p.new-here { margin-bottom: 0px; }

body.woocommerce-account .woocommerce-LostPassword {
	font-size: 0.8em;
	margin: 0;
}
body.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide) {
	flex-direction: column; 
}
.woocommerce form .form-row > p.delim { 
	font-size: 14px; 
	margin: 5px 5px; 
}
.woocommerce form .form-row > .button { 
	width: 100%; 
	padding: 10px; 
}

body.woocommerce-account .woocommerce form.login, .woocommerce form.register { border: none; }
body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit { margin: 5px 5px 5px 5px !important; }
body.woocommerce-account .woocommerce-LostPassword { text-align: right; }

/* Woo Customer Register */
.page-template-register main#content .woocommerce .nv-page-title { display: none; }
.woocommerce .myaccount-form-wrapper, .woocommerce .customer-logged-in {
	width: 50%;
	margin: auto;
	margin-bottom: 40px;
}
.woocommerce .myaccount-form-wrapper > p { padding-bottom: 10px; }
.woocommerce .myaccount-form-wrapper form { margin: 0px; }
.woocommerce .myaccount-form-wrapper form span.password-input > span { top: 0.3em; }
.woocommerce .myaccount-form-wrapper form div.form-row > button.woocommerce-form-register__submit { margin-top: 20px; }

.woocommerce .customer-logged-in > p { 
	margin-bottom: 40px; 
	padding-bottom: 10px; 
}
.woocommerce .customer-logged-in > div.fieldset {
	display: flex;
	flex-direction: column;
}



/* Woo Product Page */
.woocommerce div.product .product_title { font-size: 55px; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 10px; }

.product-info {
	padding-bottom: : 15px;
	border-bottom: 1px solid rgb(240,240,240);
}

.product-sku, .product-stock-status { margin-bottom: 5px; }
.product-sku > span { font-weight: bold; }

.product-stock-status > span {
	text-transform: uppercase;
	font-weight: bold;
}

.in-stock { color: #008000; }
.out-of-stock { color: #bc1919 !important; }
.available-on-backorder { color: #fcd100; }
.stock { display: none !important; }
.sheets_per_pallet { margin-bottom: 0px !important; }

.woocommerce div.product p.price { margin-top: 10px; }

.product .cart .thwepo_simple {
	margin-top: 0px;
	margin-bottom: 20px; 
} 
.woocommerce div.product form.cart .variations label { font-weight: 400; }
.woocommerce div.product form.cart .variations {
	margin: 0px;
}
.woocommerce div.product form.cart table.thwepo-extra-options {
	margin: 0px;
	margin-bottom: 20px;
}
.product .cart .qty-label {
	float: left;
	padding-right: 10px;
}

button.single_add_to_cart_button:before {
    display: inline-block;
    font-family: Dashicons;
    float: left;
	 content: "\f502";
    font-weight: 300;
    margin: 2px 0.5em 0 0;
}

.product .cart input.qty { 
	width: 100px !important; 
	padding: 10px 0px;
}
#sheets, #color { width: 100%; }



/* Woo Order Details Page */
.woocommerce td.product-name .wc-item-meta:last-child { padding-left: 0px !important; }

/* Footer Styling */
.hfg_footer .product_list_widget li a { font-weight: 400 !important; }
.hfg_footer .widget-title { position: relative; }
.hfg_footer .widget-title:after {
  content: "";
  position: absolute;
  width: 20%;
  left: 0;
  bottom: -5px;
  background: #fcd100;
  height: 3px;
  transition: width 0.3s ease-in-out;
}
.hfg_footer .item--inner:hover .widget-title:after { width: 25%; }
.hfg_footer > .footer-top > div > .container { padding: 20px; }
.hfg_footer .product_list_widget li {
  margin-top: 10px !important;
  padding-bottom: 0px !important;
}
.hfg_footer .product_list_widget .woocommerce-placeholder, .hfg_footer .product_list_widget .amount, .hfg_footer .product_list_widget .attachment-woocommerce_thumbnail, .hfg_footer .product_list_widget .woocommerce-placeholder, .hfg_footer .product_list_widget .star-rating {
  display: none;
}



/* 404 Page */
.content-404 {
	width: 50%;
	margin: 0 auto;
}
.content-404 > .fieldset { width: 100%; }
.content-404 > .fieldset > form { margin: 20px 0; }
.content-404 > .fieldset > .toolbar {
	display: flex;
   justify-content: center;
   align-content: center;
}
.title-404 {
  font-size: 140px;
  text-shadow: 7px 7px 0 #fcd100;
  color: #00338a;
}
.button-404 {
  color: #fff !important;
  font-weight: bold;
  padding: 10px;
  background: #00338a;
  box-shadow: 7px 7px 0 0 #fcd100;
  margin: 0px 10px 0px 10px;
  transition: box-shadow 0.2s ease-in;
}
.button-404:hover {
  text-decoration: none;
  box-shadow: 0 0 0 0;
}



/* Responsive Styling */
@media (min-width: 1100px) {
  .nv-content-wrap .woocommerce {
    display: flex;
  }
  .woocommerce-cart-form {
    flex: 1 0 70%;
    margin-right: 30px;
  }
  .cart-collaterals {
    flex: 1 0 30%;
    margin-right: 30px;
  }
  .cart_totals {
    width: 100% !important;
  }
}
@media (max-width: 960px) {
	.nv-content-wrap .woocommerce-MyAccount-navigation { 
		width: 100%; 
		flex: none; 
	}
	.nv-content-wrap .woocommerce-MyAccount-content { margin-bottom: 30px; }
	.woocommerce-account .nv-single-page-wrap div.woocommerce { flex-direction: column !important; }
	.nv-content-wrap .woocommerce-MyAccount-navigation>ul { 
		flex-direction: row !important; 
		padding: 0; 
	}
}
@media (max-width: 823px) {
  .account-address-book {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
	.nv-content-wrap .woocommerce-MyAccount-navigation>ul { flex-direction: column !important; }
}
@media (max-width: 576px) {
  .account-address-book {
    flex-wrap: wrap;
  }
  .account-address-book .account-billing, .account-address-book .account-shipping {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 823px) {
  .title-404 {
    font-size: 100px;
  }
  .content-404 > div > form {
    width: 100%;
  }
  .button-404 {
    width: 100%;
  }
   .myaccount-form-wrapper {
  	 width: 100% !important;
  }
}
@media (max-width: 576px) {
  .nv-button-wrap {
    flex-wrap: wrap;
  }
  .nv-button-wrap .button-404 {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
	.single-product .product .product_title {
		font-size: 48px !important;
	}
	.woocommerce div.product form.cart .button {
		margin-top: 20px !important;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme { margin-top: 20px; }
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
		margin-bottom: 20px;
	} 
}