/*
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 */


/**
 * =============================================================================
 *  MOBILE: HEADER & TOP BAR & MENU
 * =============================================================================
 **/

.container {    
    max-width: 100%!important;
}

@media only screen and (max-width: 767px){
	#top-bar {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	
	.page-header, .has-transparent-header .page-header {
    padding: 20px!important;
}
}

.wcmenucart{
	display:none!important;
}

/**
 * =============================================================================
 *  WOOCOMMERCE
 * =============================================================================
 **/

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    margin-bottom: 0px!important;    
}

.woocommerce ul.products li.product .button {    
    width: 100%!important;
	height: 40px!important;
	line-height: 28px!important;
	text-transform: uppercase!important;
}

.woocommerce ul.products li.product .product-inner .added_to_cart {    
    width: 100%!important;
	height: 40px!important;
	line-height: 28px!important;
	text-transform: uppercase!important;
}

.woocommerce ul.products li.product li.title h2{
	margin-bottom: 0px!important;
}

.widget_shopping_cart{
	padding: 30px!important;
}

.amount {
    color: #efadc4!important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {   
    border-top: 0px!important;
}

h2.woocommerce-Reviews-title{
	display:none!important;
}

table.variations th, table.variations td {   
    border-bottom: 0px!important;
}

h2.woocommerce-loop-category__title{
	font-size: 14px!important;
}