/**
Theme Name: Astra-Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
  background-color: rgba(244, 246, 248, 1);
}

a,
a:focus-visible {
  outline: none;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  background: #fff;
  box-shadow: none;
  border: 1px solid rgba(145, 158, 171, 0.32);
  padding: 16px 14px 16px 14px !important;
  font-size: 16px !important;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  border-radius: 8px;
}

.gform_wrapper.gravity-theme .gform_footer input {
  color: #000000;
  background-color: #fff;
  margin-bottom: 0 !important;
  padding: 10px 16px 10px 24px;
  border-radius: 8px;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 700;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #000;
  color: #fff;
}

.jet-menu-icon svg {
  width: 14px;
}

span#gfield_upload_rules_1_26 {
  padding: 0.3rem 1rem !important;
  margin-top: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  font-size: 0.7em;
}

.calculate-form h4 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 30px;
  text-align: right;
}

.calculate-form .form-group {
  margin-bottom: 10px;
}

.calculate-form label {
  margin-bottom: 5px;
  display: block;
}

.calculate-form input[type="number"] {
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid rgba(145, 158, 171, 0.32);
  padding: 16px 14px 16px 14px !important;
  font-size: 16px !important;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  border-radius: 8px;
  text-align: center;
}

.calculate-form input[type="number"]::placeholder {
  text-align: right;
  color: rgba(154, 159, 165, 1);
}

.calculate-form button {
  color: #000000;
  background-color: #fff;
  margin-top: 20px;
  padding: 10px 16px 10px 24px;
  border-radius: 8px;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 700;
  width: 60%;
}

.calculate-form button:hover {
  background-color: #000;
  color: #fff;
}

.calculate-form {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.calculate-form #result {
  margin-top: 15px;
  color: #0f5132;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  padding: 10px;
  border-radius: 8px;
  display: none;
}

.calculate-form #result.show {
  display: block;
}

.calculate-form #result > div {
  display: flex;
}

.calculate-form #result div > span {
  margin-right: auto;
  direction: ltr;
  text-align: left;
}

.elementor-shortcode .gform_wrapper.gravity-theme .gform_drop_area,
.jet-sticky-column .gform_wrapper.gravity-theme .gform_drop_area {
  padding: 10px;
  font-size: 12px;
  border-radius: 15px;
}

.elementor-shortcode .gform_wrapper.gravity-theme .gform_drop_area button,
.jet-sticky-column .gform_wrapper.gravity-theme .gform_drop_area button {
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #e57810;
  padding: 5px 15px;
}

.elementor-shortcode .gform_wrapper.gravity-theme .gfield_description,
.jet-sticky-column .gform_wrapper.gravity-theme .gfield_description {
  border-radius: 15px !important;
}

.columns-slider__right,
.columns-slider__left {
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  height: 100%;
}

.columns-slider__left a,
.columns-slider__right a {
  width: 100%;
  display: block;
  height: 100%;
}

.columns-slider__right a:after,
.columns-slider__left a:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.columns-slider__right {
  right: 0;
}

.columns-slider__right a:after {
  left: -100px;
  bottom: 0;
  border-left: 100px solid transparent;
  border-bottom: 140px solid transparent;
}

.columns-slider__left {
  left: 0;
}

.columns-slider__left a:before {
  right: -100px;
  top: 0;
  border-right: 100px solid transparent;
  border-top: 140px solid transparent;
}

.product-wrapper {
  margin-bottom: 25px;
  box-shadow: 0 12px 24px 0 rgba(145, 158, 171, 0.12);
  border-radius: 10px;
  border: 1px solid rgba(145, 158, 171, 0.24);
}

.product-wrapper .view-all a {
  color: rgba(33, 43, 54, 1);
  font-weight: bold;
  font-size: 15px;
}

.category td button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 24px;
}

.category td button:hover {
  background-color: #000;
  color: #fff;
}

.ginput_recaptcha > div {
  width: 100% !important;
}

/* --category--*/

.brand-name {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(145, 158, 171, 0.24);
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.category {
  border-radius: 15px;
  border-collapse: collapse;
}

.category h1 {
  font-size: 24px;
  font-weight: 600;
}

.table-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.last-update {
  font-size: 10px;
  background: #eee;
  padding: 0 5px;
  border-radius: 5px;
}

.category table {
  border: none;
  text-align: center;
  margin-bottom: 0;
}

.category tr:first-child {
  background-color: #f4f6f8;
}

.category tr:not(:first-child) {
  background-color: #fff;
}

.category table tr:nth-child(even) {
  background: #F2FDF8 !important;
}

.category .product-wrapper .view-all {
  background: #fff;
  padding: 12.5px 25px;
  border-radius: 0 0 10px 10px;
  text-align: left;
  color: #000;
}

.category th,
.category td {
  border-left: none;
  font-size: 15px;
  color: #637381;
}

.category td.price {
  width: 200px;
  color: #219653;
}

.category tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(33, 43, 54, 1);
}

.category table .amount {
  font-weight: 700;
}

th {
  text-align: center;
  padding: 10px;
  border-width: 0;
  margin-bottom: 5px;
}

/*#calcForm input[type="number"] {*/
/*  width: 100% !important;*/
/*}*/

/*div#container:has(#calcForm) {*/
/*  padding: 15px;*/
/*}*/

.category tr th,
.category tr td {
  border-bottom: 1px solid rgba(145, 158, 171, 0.24);
}

.products-price-table__last-update {
  font-size: 14px;
  color: rgba(154, 159, 165, 1);
  font-weight: 400;
}

td .amount .woocommerce-Price-currencySymbol {
  display: none;
}

.tax-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
  column-gap: 10px;
  color: rgba(33, 150, 83, 1);
  font-size: 20px;
}

.tax-container label {
  margin: 0;
}

.product-table.mobile-table {
  width: 100%;
  border-collapse: collapse;
}

.product-table.mobile-table th,
.product-table.mobile-table td {
  padding: 8px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}

.product-table.mobile-table th:nth-child(2) {
  text-align: center;
}

.accordion {
  cursor: pointer;
  transition: background-color 0.6s ease;
}

.accordion td:first-child {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.accordion td:first-child i {
  background: rgb(217 127 59 / 20%);
  padding: 5px;
  color: #d97f3b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}

.accordion td:first-child i.rotate {
  transform: rotate(180deg);
}

.accordion td:nth-child(2) {
  text-align: center;
  width: 30%;
}

.panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.panel td {
  background: #eee;
}

.panel .panel-content ul {
  margin: 0;
  padding: 5px 20px;
}

.panel .panel-content ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: 10px;
}

.panel-content ul li:first-child {
  margin-top: 0;
}

.panel-content ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.panel-content ul li:last-child a {
  width: 100%;
}

.panel-content ul li:last-child a button {
  width: 100%;
  height: 40px;
}

.chevron.rotate {
  transform: rotate(180deg);
}

.our-process__steps h3 {
  position: relative;
}

.our-process__steps h3:after {
  content: "";
  width: 168px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: -2px;
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/arrow-svg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.our-process__steps.ended h3:after {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/arrow-end-svg.svg);
}

.megamenu-tab .elementor-tabs-wrapper {
  display: flex;
  gap: 5px;
}

.megamenu-tab .elementor-tab-title {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px 8px 0 0;
  position: relative;
  padding-right: 33px;
  padding-left: 33px;
  text-align: center;
  border: none;
}

.megamenu-tab .elementor-tab-title:after {
  border: none !important;
}

.megamenu-tab .elementor-tab-title:first-child:before,
.megamenu-tab .elementor-tab-title:nth-child(2):before,
.megamenu-tab .elementor-tab-title:nth-child(3):before,
.megamenu-tab .elementor-tab-title:nth-child(4):before,
.megamenu-tab .elementor-tab-title:nth-child(5):before,
.megamenu-tab .elementor-tab-title:nth-child(6):before,
.megamenu-tab .elementor-tab-title:nth-child(7):before {
  content: "";
  right: 0 !important;
  position: relative;
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
  background-position: center center;
  border-width: 0 !important;
  margin-bottom: 9px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.megamenu-tab .elementor-tab-title:first-child:before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/rol.svg);
}

.megamenu-tab .elementor-tab-title:nth-child(2):before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/lole.svg);
}

.megamenu-tab .elementor-tab-title:nth-child(3):before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/tirahan.svg);
}

.megamenu-tab .elementor-tab-title:nth-child(4):before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/ghoti.svg);
}

.megamenu-tab .elementor-tab-title:nth-child(5):before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/russian-wood.svg);
}

.megamenu-tab .elementor-tab-title:nth-child(6):before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/reil.svg);
}

.megamenu-tab .elementor-tab-title:nth-child(7):before {
  background-image: url(http://ecoahan.com/wp-content/uploads/2024/08/milgerd.svg);
}

.megamenu-tab .elementor-tabs-content-wrapper,
.megamenu-tab .elementor-tab-content {
  border-radius: 8px 0 8px 8px !important;
  border: none !important;
}

.megamenu-tab .elementor-tab-content {
  padding: 60px;
}

.jet-menu.jet-menu--animation-type-fade .jet-sub-mega-menu {
    -webkit-transition: opacity 0.3s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.3s linear;
    transition: opacity 0.3s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.3s linear;
}

@media only screen and (max-width: 1090px) {
  .desktop-table {
    display: none;
  }

  .mobile-table {
    display: table;
  }

  .desktop-wrapper {
    display: none;
  }

  .mobile-wrapper {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  .desktop-table {
    display: table;
  }

  .mobile-table {
    display: none;
  }

  .mobile-wrapper {
    display: none;
  }

  .desktop-wrapper {
    display: block;
  }
}

@media (max-width: 767px) {
  .the-title {
    width: 165px !important;
  }
}

@media (max-width: 991px) {
  .columns-slider__right a:after,
  .columns-slider__left a:before {
    content: none;
  }

  .our-process__steps .elementor-icon-box-icon svg {
	  width: 25px;
	  height: 25px;
  }

  .our-process__steps .elementor-icon-box-content {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: center;
	}

  .our-process__steps h3:after {
    content: none;
  }

	.our-process__steps .elementor-icon-box-content:after {
		content: "";
		width: 20px;
		height: 20px;
		left: 15px;
		position: absolute;
		background-image: url(http://ecoahan.com/wp-content/uploads/2024/09/chevron-down.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.our-process__steps.ended .elementor-icon-box-content:after {
		width: 20px;
		height: 16px;
		background-image: url(http://ecoahan.com/wp-content/uploads/2024/09/circle.svg);
	}
}

@media only screen and (max-width: 767px) {
  th,
  tr,
  td {
    font-size: 10px;
  }

  .category table,
  .category td {
    padding: 10px 5px;
  }

  .unit {
    display: none;
  }

  .table-title {
    flex-direction: column;
    align-items: start;
  }

  .category h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
