/**
* Theme Name: Ziggy Child
* Description: This is a child theme of Ziggy, generated by Waterloop Studio.
* Author: <a href="http://themelexus.com/">ThemeLexus</a>
* Template: ziggy
* Version: 1.2.0
*/

/* Layout */

.paws-list ul {
	list-style: none;
	margin: 0;
}
.paws-list ul li {
	margin-bottom: 10px;
}
.paws-list ul li:before{
	font-family: "ziggy-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FF782C;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	content: "";
	padding-right: 20px;
	vertical-align: sub;
}
.page .breadcrumb-wrap { 
	display:none;
}
/* Header */
.site-header-account:before {
	content: "Account";
	position: absolute;
	bottom: -18px;
	display: block;
	font-size: 11px;
	line-height: 1em;
	left: -15px;
}
.site-header-wishlist:before {
	content: "Wish List";
	position: absolute;
	bottom: -30px;
	display: block;
	font-size: 11px;
	line-height: 1em;
	left: -1px;
}
.site-header-cart:before {
	content: "Cart";
	position: absolute;
	bottom: -16px;
	display: block;
	font-size: 11px;
	line-height: 1em;
	left: -3px;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item > a:before {
	color: #FF782C;
}
/* Remove the Downloads list item in the account menu */
.account-dropdown .account-dashboard li:nth-child(3) {
    display: none;
}
/* Footer */
#menu-1-fcd2eb6 .sub-menu {
	min-width: auto;
}
#menu-1-fcd2eb6 .sub-menu > li > a {
	padding: 0;
	font-size: 12px;
}



/* Store */
.woocommerce-shop .product.outofstock img {
	filter: grayscale(1);
}
/* Checkout Page */
.woocommerce-info {
    background-color: #6839cc !important;
    color: #fff !important;
    padding: 5px 10px !important;
}
.woocommerce-checkout h3 {
	text-transform: capitalize;
}
.woocommerce-checkout #coderockz_woo_delivery_setting_wrapper {
	margin-top: -15px;
	padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce .woocommerce-message {
	background-color: #6839cc;
}
.woocommerce-checkout .optional {
	display: none;
}
.woocommerce-checkout .woocommerce-bacs-bank-details {
	display: none;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
	color: #FF782C;	
}
.woocommerce-checkout .woocommerce .woocommerce-order > p:not(.woocommerce-notice--success) {
	text-align: center;
	font-size: 20px;
	color: var(--e-global-color-primary);
	background: #f8f8f8;
	padding: 50px;
	margin-bottom: 40px;
	font-weight: bold;
}
/* Waitlist */
.xoo-wl-btn-container button.xoo-wl-action-btn {
	border-radius: 50px;
}
.ziggy-products-spacing .xoo-wl-btn-container button.xoo-wl-action-btn {
	margin-top: 10px;
	padding: 10px;
}

/* 404 */
.error404 #content {
	background-image: none;
	background-color: #f2eaea;
}
.error404 #content h2.title {
	color: #ff782c;
}
.error404 #content .error-text {
	color: #000;
}
.error404 #content::after {
	z-index: -1;
	background-color: rgb(250, 215, 183);
	color: rgb(255, 255, 255);
	width: 938px;
	height: 450px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	overflow: hidden;
	border-top-right-radius: 500px;
	border-top-left-radius: 445px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}