/*
 Theme Name: Pepper+ Child
 Theme URI: https://preview.artisanthemes.io/pepperplus/
 Author: Artisan Themes
 Author URI: https://artisanthemes.io/
 Description: A Spicy With a Dash of Elegant WordPress Theme
 Template: pepperplus
 Version: 1.0.0
 Text Domain: quadro
*/

/**
 * You can comment the following line to avoid loading the parent theme's CSS file
 * before loading this one. Otherwise, keep in mind that all original styles from
 * the parent theme will be loaded before whatever you declare here.
 */
@import url("../pepperplus/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	border-style: none !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	background: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.woocommerce ul.products li.product-category a:hover .woocommerce-loop-category__title {
	background: #fff !important;
	color: #000 !important;
}

.woocommerce ul.products li.product-category a:hover .woocommerce-loop-category__title .count {
	color: #000 !important;
}

.amelia-app-booking input[type="text"],
.am-modal.am-in-body input[type="text"],
.amelia-app-booking input[type="password"],
.am-modal.am-in-body input[type="password"],
.amelia-app-booking input[type="email"],
.am-modal.am-in-body input[type="email"],
.amelia-app-booking input[type="tel"],
.am-modal.am-in-body input[type="tel"],
.amelia-app-booking input[type="url"],
.am-modal.am-in-body input[type="url"],
.amelia-app-booking textarea,
.am-modal.am-in-body textarea,
.amelia-app-booking select,
.am-modal.am-in-body select,
.amelia-app-booking .form-control,
.am-modal.am-in-body .form-control,
.amelia-app-booking .am-stripe-card,
.am-modal.am-in-body .am-stripe-card {
  padding: 0 16px !important;
}

.amelia-app-booking textarea,
.am-modal.am-in-body textarea {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.woocommerce-Tabs-panel--description p,
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px !important;
}

#wc-square-digital-wallet {
	max-width: none !important;
}

#wc-square-digital-wallet button {
	 border-radius: 0 !important;
}

.woocommerce-variation-add-to-cart #wc-square-digital-wallet button {
	height: 56px !important;
}

.woocommerce-cart #wc-square-digital-wallet button {
	height: 65px !important;
}

#wc-square-digital-wallet #wc-square-wallet-divider {
	height: 0;
	visibility: hidden !important;
    margin: 10px;
}

.woocommerce .form-field-hide {
	display: none;
}

.tm-epo-datepicker {
    font-family: "Jost" !important;
    text-transform: uppercase;
}

.sku_wrapper {
	display: none !important;
}