/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: OTK Team
Author URI: https://otakupahp.llc
Description: A custom child theme of the Hello Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1667834771
Updated: 2022-11-07 09:26:11

/*Hidden Section*/

.hidden_section_hide
{
	display: none;
}

.hidden_section_show
{
	display: inline;
}

/*Woocomerce Button CSS*/

.woocommerce #content input.button, .woocommerce #respond input#submit, 
.woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button
{

background: #335D77;
color:white;
text-shadow: transparent;
border-color:#335D77;
border-radius:10px;	
}

/*Woocomerce Button CSS Hover*/

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover
{

background: #216692;
color:white;
text-shadow: transparent;
border-color:#216692
border-radius:10px;	
}


/*Woocomerce Button CSS Disable*/

.woocommerce #content input.button:disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce a.button.alt:disabled, 
.woocommerce button.button.alt:disabled, .woocommerce input.button:disabled, .woocommerce-page #content input.button:disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page a.button:disabled, .woocommerce-page button.button:disabled, .woocommerce-page input.button:disabled

{
background: #216692;
color:white;
text-shadow: transparent;
border-color:#216692
border-radius:10px;	
}


/*Woocomerce Price Color*/

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #335D77;
}

.woocommerce div.product span.price {
	display:block;
	margin-bottom:15px;
	margin-left:10px;
}


/*OL and UL margin*/
.woocommerce-Tabs-panel > ul, 
.woocommerce-Tabs-panel > ol, 
.single-post .hentry .elementor-widget-theme-post-content .elementor-widget-container > ol, 
.single-post .hentry .elementor-widget-theme-post-content .elementor-widget-container > ul {
  margin-bottom:15px;
	}

/*Woocommerce Course or Group details table*/
.course-group-details {
	background-color: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc)
--sections-border-color is not defined
;
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
    padding: var(--sections-padding, 16px 30px 3px 30px);
}