/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/js/blocks/product-info-tabs/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.product-info-tabs {
  padding: 70px 0;
}
.product-info-tabs .container h2 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 57px;
}
.product-info-tabs .product-info-tabs__main {
  display: flex;
  box-shadow: 0px 10px 40px rgba(111, 137, 163, 0.2);
}
.product-info-tabs .product-info-tabs__wrap {
  width: 31.63%;
  background: transparent linear-gradient(162deg, #00153F 0%, #0069C1 100%) 0% 0% no-repeat padding-box;
}
.product-info-tabs .product-info-tabs__wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 30px 30px 20px;
}
.product-info-tabs .product-info-tabs__wrap ul li {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.product-info-tabs .product-info-tabs__wrap ul li a {
  padding: 30px 20px;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  position: relative;
  background-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.product-info-tabs .product-info-tabs__wrap ul li a:focus {
  outline: none;
}
.product-info-tabs .product-info-tabs__wrap ul li.active {
  border-bottom-color: #2670CA;
}
.product-info-tabs .product-info-tabs__wrap ul li.active a {
  opacity: 1;
  background: url(/wp-content/themes/efi/assets/build/images/arrow_right_icon.svg) no-repeat right center;
  border-bottom-color: #2670CA;
}
.product-info-tabs .product-info-tabs__wrap ul li:last-child.active {
  border-bottom: 2px solid #2670CA;
}
.product-info-tabs .product-info-tabs__body {
  width: 68.37%;
  padding: 60px;
}
.product-info-tabs .product-info-tabs__body p:not(:last-child) {
  margin: 0 0 30px;
}
.product-info-tabs .product-info-tabs__body ul {
  padding: 15px 0 15px 20px;
  list-style: none;
}
.product-info-tabs .product-info-tabs__body ul li {
  margin: 0 0 15px !important;
}
.product-info-tabs .product-info-tabs__body ul li {
  color: #262E36;
  font-size: 18px;
  line-height: 30px;
  font-family: "Be Vietnam Pro", BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  position: relative;
}
.product-info-tabs .product-info-tabs__body ul li:last-child {
  margin: 0 !important;
}
.product-info-tabs .product-info-tabs__body ul li:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 11px;
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 10px;
}
.product-info-tabs .product-info-tabs__body ul li ul {
  padding: 15px 0 15px 38px;
}
.product-info-tabs .product-info-tabs__body ul li ul li:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: 10px;
  border: 2px solid currentColor;
}
.product-info-tabs .product-info-tabs__body .wp-block {
  margin: 0;
}
.product-info-tabs .product-info-tabs__body .product-info-tab-inner__content {
  display: none;
}
.product-info-tabs .product-info-tabs__body .product-info-tab-inner__content.active {
  display: block;
}
@media (max-width: 1199px) {
  .product-info-tabs .product-info-tabs__body {
    padding: 40px;
  }
  .product-info-tabs .product-info-tabs__body p:not(:last-child) {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .product-info-tabs {
    padding: 60px 0;
  }
  .product-info-tabs .container h2 {
    margin: 0 auto 30px;
  }
  .product-info-tabs .container h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-info-tabs .product-info-tabs__main {
    flex-wrap: wrap;
  }
  .product-info-tabs .product-info-tabs__wrap ul {
    padding: 15px 30px;
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-arrow {
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/efi/assets/build/images/arrow_right_icon.svg);
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-arrow::before {
    display: none;
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-arrow.slick-disabled {
    display: none !important;
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-next {
    right: 7px;
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-prev {
    left: 7px;
    transform: rotate(180deg) translate(0, 50%);
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-track {
    display: flex;
  }
  .product-info-tabs .product-info-tabs__wrap ul .slick-track .slick-slide {
    float: none;
    height: inherit;
  }
  .product-info-tabs .product-info-tabs__wrap ul li a {
    background-image: none !important;
  }
  .product-info-tabs .product-info-tabs__wrap ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .product-info-tabs .product-info-tabs__wrap {
    width: 100%;
  }
  .product-info-tabs .product-info-tabs__body ul li {
    margin: 0 0 10px !important;
  }
  .product-info-tabs .product-info-tabs__body ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .product-info-tabs .product-info-tabs__body ul li ul {
    padding: 15px 0 15px 20px;
  }
  .product-info-tabs .product-info-tabs__body {
    width: 100%;
    padding: 25px;
  }
}

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