/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.bigcommerce_product_categories li{
	display: block;
    border-bottom: 1px solid #e9e9e9;
}

.bigcommerce_product_categories .children li{
	display: block;
    border-bottom: 0;
	margin-left:2rem
	
}

.bc-product__title{
	font-size:1em;
}


.archive{
	padding: inherit !important;
    max-width: inherit !important;
	margin: inherit !important;
}




.bc-product-card__featured-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 22rem;
    margin: auto;
    padding: 1rem;
    border-radius: 0;
}

.bc-quickview-trigger--hover {
	border-radius: 20px;
	
}


button .bc-quickview-trigger {

	border-radius:20px !important;
	background:#fff7f2;
}

.subcategories.level-1 {
    display: none;
}

.mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
    background-color: #ffffff !important;
}