/* CUSTOM STYLES */
.site-navigation.main-navigation .menu li a {
  padding: 23px 12px;
}

.meanmenu-reveal {
  text-indent: 0px;
  text-align: center;
  font-size: 18px;
}

.custom-icon-box {
  margin-bottom: 25px !important;
}

.custom-icon-box > span {
  font-weight: 400 !important;
}

.custom-icon-box img {
  width: 50px !important;
}

/* CUSTOM PRODUCT PAGE STYLE */
.single-product #main {
  padding: 60px 1px 60px 1px !important;
}

.single-product #secondary {
  display: none;
}

.single-product #primary {
  width: 100% !important;
  margin: unset !important;
  float: unset !important;
}

.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 10px;
  cursor: pointer;
}

.accordion-title {
  margin: 0;
}

.accordion-toggle {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.accordion-content {
  padding: 10px;
  display: none;
  background-color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

/* products features */

.woocommerce-product-features {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  background-color: #eee;
}

.feature-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
}

.feature-text {
  flex-basis: 50%;
}
.feature-text h2 {
  font-size: 36px;
  color: #003366;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
}

.feature-text ul {
  list-style: none;
  margin: 0;
  margin-top: 40px;
  flex-direction: row;
  row-gap: 8px;
}

.feature-text ul li {
  margin-top: 10px;
}

.feature-image {
  flex-basis: 50%;
  text-align: right;
}

.feature-image img {
  max-width: 100%;
  height: auto;
}

.custom-icon-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 25px !important;
}

.custom-icon-box > span {
  font-weight: 400 !important;
}
.custom-icon-box img {
  width: 50px;
}

.woocommerce-product-bundles {
  margin-top: 50px;
  display: flex;
}

.bundles-text-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
}
.bundles-text-wrap h2 {
  font-size: 20px;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
}

.wrps_related_products_area {
  margin-top: 50px;
}

.wrps_related_products_area h2 {
  font-size: 36px;
  color: #003366;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
}

div#reviews {
  margin-top: 50px;
}

div#reviews .woocommerce-Reviews-title {
  font-size: 36px;
  color: #003366;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
}

.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  display: none;
}

.bundles-products {
  width: 50%;
  display: flex;
  float: right;
}

.bundles-products ul {
  list-style: none;
  display: flex;
  column-gap: 10px;
}

.bundles-products ul li {
  border: 1px solid;
}

/* END CUSTOM PRODUCT PAGE STYLE */

/* Temporarily hide product meta */
html .woocommerce-product-bundles {
  display: none !important;
}

.woocommerce-product-features {
  display: none !important;
}

.single-product .woocommerce-variation-add-to-cart button {
  background: #f9413e !important;
}

/* Custom Banner CSS */
.ash-custom-banner img {
  width: 100% !important;
  height: auto;
}

.post-type-archive #main {
  padding: 0px 0px 60px 0 !important;
}

.post-type-archive .container_12 .grid_9 {
  width: 100% !important;
}

.post-type-archive .ml {
  margin-left: 0 !important;
}

.post-type-archive .ash-custom-banner {
  margin-bottom: 60px !important;
}

.post-type-archive .woocommerce .woocommerce-ordering {
  margin: 0 0 60px !important;
}

.post-type-archive #main {
  width: 100%;
}