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

/* Parent stylesheet should be loaded from functions.php not using @import */
#main {
	min-height: calc(100vh - 191px);
}

.product-breadcrumb .site-breadcrumbs {
	margin-bottom: 20px;
	text-align: left;
}

.continue_shopping {
	float: right;
	width: 48%;
	padding: 24px 20px;
}

	.continue_shopping a.button {
		display: block;
		text-align: center;
	}

#product-information {
    min-height: calc(100vh - 339px);
    display: flex;
}

	#product-information .multi-size a {
		min-width:230px !important;
	}

	.shop-cart {
		display: flex;
		justify-content: center;
	}
	
	.shop-add-to-cart {
		margin-left: 10px !important;
	}

.product-inner ul > li.title {
	min-height: 85px;
}

.product-inner ul > li.btn-wrap.clr > a {
	padding: 8px 20px !important;
}

@media only screen and (max-width: 767px) {
	.continue_shopping {
		float: none;
		width: 100%;
	}
	
	.product-inner ul > li.title {
		min-height: 105px;
	}
	
	.shop-cart {
		display: inline-block;
	}
	
	.shop-cart .quantity {
		float: none !important;
		display: inline-block;
		margin-bottom: 12px;
	}
	
	.shop-add-to-cart {
		float: none !important;
		margin-left: 0 !important;
		padding: 8px 15px !important;
	}
	
	[name="exp_month"] {
		margin-bottom: 10px;
	}
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

#menu-item-4438, #product-information .elementor-widget-button {
	display: none;
}