/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/** Start Template Kit CSS: Accounting Business (css/customizer.css) **/

.envato-button-inline {
	display: inline-block;
	margin-right: 10px;
}

/** End Template Kit CSS: Accounting Business (css/customizer.css) **/

/**
 Product Prices Table
 */
.table {
  width: 100%;
  border-collapse: collapse;
	border-radius: 40px;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 2px solid #E85D04;
  text-align: center;
  font-size: 15px;
}

.table th {
background-color: #1D2F52;
color: #E85D04
}

.table tbody tr:nth-child(even) {
  background-color: #e6ebf3;
}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    padding-right: 50%;
    text-align: right;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    right: 0;
    width: 50%;
    padding-right: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
  }
}
html,
body{
  width:100%;
  overflow-x:hidden;
}
a {color:#E85D04;}
a:hover{color:black;}

/**
 * Products Heading
 */
.pro-h2 {
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 28px;
	line-height: 40px;
	background: #355681;
	background: rgb(29,47,82);
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}

.pro-h2 {
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 28px;
	line-height: 40px;
	background: #355681;
	background: rgb(29,47,82);
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}


.pro-h3 {
	margin: 1em 0 0.5em 0;
	font-weight: 600;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-size: 22px;
	line-height: 40px;
	color: #355681;
	text-transform: uppercase;
	border-bottom: 3px solid #E85D04;
}

@media only screen and (max-width: 600px) {
.pro-h3{
font-size: 17px;
}
.pro-h2{
font-size: 20px;
}
}

@media (min-width: 1200px) {
body:not([class*=elementor-page-]) .site-main {
        margin-top: 50px;
    }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
background-color: #e85c03;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}