header {
  border-bottom: 2px solid #CDD2D5;
}
header .logo a {
  text-transform: unset !important;
  text-align: center;
}
header .account-item .icon-user:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/account.svg");
}
header .cart-item .icon-shopping-bag:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/cart.svg");
}

.hero-section .section-content > .row {
  min-height: 600px;
  background: #F5F5F5;
  border-radius: 30px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-section .section-content > .row {
    min-height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .hero-section .section-content > .row {
    min-height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-section .section-content > .row:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/bg1.png");
  position: absolute;
  top: 0;
  right: 0;
}
.hero-section .section-content > .row h2 {
  font-size: 50px;
}
@media (max-width: 991px) {
  .hero-section .section-content > .row h2 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .hero-section .section-content > .row h2 {
    font-size: 30px;
  }
}

.child-follow-icons {
  display: inline-flex !important;
  gap: 5px;
  align-items: center;
}
.child-follow-icons a {
  color: #000 !important;
}
.child-follow-icons a.instagram {
  order: 1;
}
.child-follow-icons a.facebook {
  order: 3;
}
.child-follow-icons a.tiktok {
  order: 4;
}
.child-follow-icons a.youtube {
  order: 2;
}

.boxed-column .col-inner {
  border: 1px solid #1D1D1D;
  border-radius: 20px;
  position: relative;
  background: #ffffff;
}
.boxed-column .col-inner:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/bg.png");
  position: absolute;
  top: 0;
  right: 0;
}
.boxed-column .col-inner:after {
  content: "";
  background: #FF7518;
  position: absolute;
  border-radius: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 80%;
  transform: translate(10px, 10px);
}
.boxed-column .col-inner h2 {
  font-size: 40px;
}
@media (max-width: 850px) {
  .boxed-column .col-inner h2 {
    font-size: 26px;
  }
}
.boxed-column:nth-child(2) .col-inner:after {
  background: #007FFF;
}
.boxed-column:nth-child(3) .col-inner:after {
  background: #B75BFF;
}
.boxed-column:nth-child(4) .col-inner:after {
  background: #ED2939;
}

.section-products .terms-filter {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.section-products .terms-filter .terms-filter-item {
  padding: 8px 12px;
  border-radius: 99px;
  color: var(--color, #007fff);
  border: 1px solid var(--color, #007fff);
  cursor: pointer;
}
.section-products .terms-filter .terms-filter-item.active {
  background: var(--color, #007fff);
  color: #fff;
}
.section-products .section-products-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .section-products .section-products-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .section-products .section-products-content {
    grid-template-columns: 1fr;
  }
}
.section-products .section-products-content .section-products-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #CDD2D5;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}
.section-products .section-products-content .section-products-item .section-products-item-thumbnail {
  position: relative;
  margin-bottom: 20px;
}
.section-products .section-products-content .section-products-item .section-products-item-thumbnail img {
  width: 100%;
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}
.section-products .section-products-content .section-products-item .section-products-item-thumbnail .section-products-item-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.section-products .section-products-content .section-products-item .section-products-item-thumbnail .section-products-item-categories .section-products-item-categories-item {
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--color, #007fff);
  border: 1px solid var(--color, #007fff);
  cursor: pointer;
  font-size: 14px;
}
.section-products .section-products-content .section-products-item .section-products-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-products .section-products-content .section-products-item .section-products-item-content .section-products-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}
.section-products .section-products-content .section-products-item .section-products-item-content .section-products-item-excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.custom-accordions .accordion-title {
  padding-left: 0;
  border-top: none;
  border-bottom: 1px solid #CDD2D5;
}
.custom-accordions .accordion-title .toggle {
  left: unset;
  right: 0.3em;
}
.custom-accordions .accordion-title .toggle .icon-angle-down {
  content: url("/wp-content/themes/flatsome-child/assets/img/chemistry.svg");
}
.custom-accordions .accordion-title.active {
  border-bottom: unset;
  background: unset;
}
.custom-accordions .accordion-title.active .toggle {
  transform: unset !important;
}
.custom-accordions .accordion-title.active .toggle .icon-angle-down {
  content: url("/wp-content/themes/flatsome-child/assets/img/chemistry1.svg");
}
.custom-accordions .accordion-inner {
  border-bottom: 1px solid #CDD2D5;
  padding-left: 0;
}

.footer-wrapper .footer-2 {
  background-color: #000;
}
.footer-wrapper .footer-2 #block_widget-2 {
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
}
.footer-wrapper .footer-2 #block_widget-2 .social-icons span {
  font-size: 18px;
  font-weight: 400;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons {
  display: inline-flex !important;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-wrapper .footer-2 #block_widget-2 .child-footer-icons.footer-mail-phone {
    flex-direction: column;
    align-items: start;
  }
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.instagram {
  order: 1;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.facebook {
  order: 3;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.tiktok {
  order: 4;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.youtube {
  order: 2;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.phone {
  order: 5;
  text-decoration: underline;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.phone i {
  margin-right: 6px;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.email {
  text-decoration: underline;
  order: 6;
}
.footer-wrapper .footer-2 #block_widget-2 .child-footer-icons a.email i {
  margin-right: 6px;
}
.footer-wrapper .footer-2 #block_widget-4 h2 {
  font-size: 30px;
}
.footer-wrapper .footer-2 #block_widget-4 p {
  font-size: 12px;
}
.footer-wrapper .footer-2 #block_widget-4 .footer-menu {
  flex-direction: row;
  gap: 10px;
  justify-content: end;
}
@media (max-width: 850px) {
  .footer-wrapper .footer-2 #block_widget-4 .footer-menu {
    justify-content: start;
  }
}
.footer-wrapper .footer-2 #block_widget-4 .footer-menu a {
  text-decoration: underline;
  font-size: 12px;
}
.footer-wrapper .absolute-footer {
  display: none !important;
}

.category-page-row .terms-filter {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.category-page-row .terms-filter .terms-filter-item {
  padding: 8px 12px;
  border-radius: 99px;
  color: var(--color, #007fff);
  border: 1px solid var(--color, #007fff);
  cursor: pointer;
}
.category-page-row .terms-filter .terms-filter-item.active {
  background: var(--color, #007fff);
  color: #fff;
}
.category-page-row .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .category-page-row .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .category-page-row .products {
    grid-template-columns: 1fr;
  }
}
.category-page-row .products .product-small.col {
  display: flex;
  flex-direction: column;
  border: 1px solid #CDD2D5;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
.category-page-row .products .product-small.col .box-image {
  position: relative;
  margin-bottom: 20px;
}
.category-page-row .products .product-small.col .box-image img {
  width: 100%;
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}
.category-page-row .products .product-small.col .box-image .section-products-item-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.category-page-row .products .product-small.col .box-image .section-products-item-categories .section-products-item-categories-item {
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--color, #007fff);
  border: 1px solid var(--color, #007fff);
  cursor: pointer;
  font-size: 14px;
}
.category-page-row .products .product-small.col .box-text-products {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.category-page-row .products .product-small.col .box-text-products .title-wrapper {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}
.category-page-row .products .product-small.col .box-text-products .section-products-item-excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.product .product-main {
  background: #F5F5F5;
  padding: 58px;
  border-radius: 30px;
  margin-top: 60px;
}
.product .product-main .section-products-item-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product .product-main .section-products-item-categories .section-products-item-categories-item {
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--color, #007fff);
  border: 1px solid var(--color, #007fff);
  cursor: pointer;
  font-size: 14px;
}

.course_program-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.course_program-section .course_program-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.course_program-section .course_program-title .course_program-number {
  color: #007FFF;
  border-radius: 99px;
  border: 1px solid #007FFF;
  padding: 5px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.shortinfo-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.shortinfo-section > .row {
  background: #FFFACD;
  border-radius: 20px;
  padding: 0 30px !important;
}
.shortinfo-section > .row .col {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 30px;
}
.shortinfo-section > .row .col h3 {
  margin-bottom: 0;
}

.woocommerce-account #main {
  background: #F5F5F5;
}
.woocommerce-account .my-account-header {
  display: none;
}
.woocommerce-account .page-wrapper > .container {
  background: #FFFFFF;
  border: 1px solid #CDD2D5;
  border-radius: 30px;
  padding: 40px;
}
.woocommerce-account .page-wrapper > .container .col-border {
  border-color: #CDD2D5;
}
.woocommerce-account .page-wrapper > .container .nav-line > li > a:before {
  background-color: #007FFF;
}
.woocommerce-account .page-wrapper > .container .nav-line > li:not(.active):not(:hover) > a {
  font-weight: 400;
}
.woocommerce-account .page-wrapper > .container .nav-vertical > li + li {
  border-color: #CDD2D5;
}
.woocommerce-account .page-wrapper > .container .dashboard-links a, .woocommerce-account .page-wrapper > .container .woocommerce-Address a {
  border: 1px solid #007FFF;
  display: block;
  margin-right: 10px;
  padding: 20px 0;
  text-align: center;
  color: #007FFF;
  border-radius: 10px;
}
.woocommerce-account .page-wrapper > .container .dashboard-links a:hover, .woocommerce-account .page-wrapper > .container .woocommerce-Address a:hover {
  background-color: #EBF5FF;
}

.page-template-default #main {
  background: #F5F5F5;
}
.page-template-default .page-wrapper > .row {
  background: #FFFFFF;
  border: 1px solid #CDD2D5;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 768px) {
  .page-template-default .page-wrapper > .row {
    padding: 20px;
  }
}

.woocommerce-checkout .checkout-page-title {
  display: none;
}
.woocommerce-checkout #customer_details {
  border: 1px solid #CDD2D5;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .woocommerce-checkout #customer_details {
    padding: 20px;
  }
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  border: none;
  padding: 0;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields input {
  border-radius: 4px;
  border: 1px solid #CDD2D5;
  color: #2E2E2E;
}
.woocommerce-checkout .col + .col .col-inner.has-border {
  border: 1px solid #CDD2D5;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .col + .col .col-inner.has-border {
    padding: 20px;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border: unset;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table img {
  max-width: 159px;
  border-radius: 6px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-remove a.icon-remove, .woocommerce-checkout .woocommerce-checkout-review-order-table .product-remove a.remove {
  border: unset;
  margin-left: auto;
  opacity: 0.6;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-remove a.icon-remove:hover, .woocommerce-checkout .woocommerce-checkout-review-order-table .product-remove a.remove:hover {
  opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
  border: unset;
  border-radius: 6px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  background: #F5F5F5;
  border: unset;
  padding: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  border-radius: 6px 0 0 6px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  border-radius: 0 6px 6px 0;
}
.woocommerce-checkout #payment input[type=radio] {
  accent-color: #00A550;
  width: 1em;
  height: 1em;
}
.woocommerce-checkout #payment input[type=radio]:not(:checked):not(:disabled) {
  appearance: none;
  margin-bottom: 0;
  border: 1px solid #00A550;
  border-radius: 99px;
}

/*# sourceMappingURL=child-style.css.map */
