@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/** Social colors **/
/** Theme colors **/
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body,
h1, h2, h3,
h4, h5, h6,
p,
ul, li,
input,
textarea,
select,
span,
a {
  margin: 0;
}

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

@media print, screen and (min-width: 64em) {
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
    float: right;
  }
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
}

.large-up-4 > .column,
.large-up-4 > .columns,
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: right;
}

@font-face {
  font-family: "FbLiddar-Bold";
  src: url("../../fonts/FbLiddar-Bold.ttf") format("truetype");
}
body {
  background: #f8eee6;
  direction: rtl;
  font-family: "Open Sans", serif;
}

.swiper-pagination {
  display: none;
}

.page_pad {
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
form {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", serif;
  margin: 0;
  line-height: 1;
}

.row {
  max-width: 1620px;
}

.mobile_only {
  display: none;
}

.site-wrapper {
  overflow: hidden;
  padding-top: 112px;
}

.head_page_title .wrap_title_bread {
  text-align: center;
  position: relative;
  min-height: 130px;
  margin-bottom: 50px;
}
.head_page_title .wrap_title_bread .wrap_page_title {
  margin-bottom: 40px;
}
.head_page_title .wrap_title_bread .wrap_page_title h1 {
  color: #e270ab;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.head_page_title .wrap_title_bread img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  z-index: -1;
}
.head_page_title .wrap_title_bread .breadcrumbs-wrap a,
.head_page_title .wrap_title_bread .breadcrumbs-wrap span {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.page_title {
  margin-bottom: 10px;
  text-align: center;
}
.page_title h2 {
  color: #56914c;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.page_title h2:after {
  content: "";
  position: absolute;
  left: -35px;
  background-image: url(../../images/flower1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.page_title h2:before {
  content: "";
  position: absolute;
  right: -35px;
  background-image: url(../../images/flower1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 300ms ease;
}
.header.scrolled {
  background: #f8eee6;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
}
.header.scrolled .flex_wrap .logo img {
  transform: scale(0.85);
}
.header .flex_wrap {
  min-height: 94px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-top: 18px;
  padding-left: 60px;
}
.header .flex_wrap .logo img {
  transition: 0.2s;
}
.header .flex_wrap .nav ul {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .flex_wrap .nav ul li {
  margin-left: 48px;
}
.header .flex_wrap .nav ul li:last-child {
  margin: 0;
}
.header .flex_wrap .nav ul li a {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.header .flex_wrap .nav ul li.current-page-ancestor a, .header .flex_wrap .nav ul li.current-menu-item a {
  color: #56914c;
  font-weight: 600;
}
.header .flex_wrap .cart_phone_wrap {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .flex_wrap .cart_phone_wrap .cart_wrap {
  margin-left: 37px;
}
.header .flex_wrap .cart_phone_wrap .cart_wrap a {
  position: relative;
  line-height: 1;
  display: block;
}
.header .flex_wrap .cart_phone_wrap .cart_wrap a span {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-image: url(../../images/flower_cart.png);
  background-size: contain;
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  right: -20px;
  top: -14px;
}
.header .flex_wrap .cart_phone_wrap .wrap_phone a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.header .flex_wrap .cart_phone_wrap .wrap_phone a img {
  margin-left: 10px;
}

body.admin-bar .header {
  top: 32px;
}

@keyframes h1anim {
  from {
    background-position: 150% center;
  }
  to {
    background-position: 0 center;
  }
}
.home_top_sec .wrap_content {
  padding-top: 65px;
}
.home_top_sec .wrap_title {
  z-index: 999;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.home_top_sec .wrap_title h1 {
  color: #ffce08;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(to right, #ffce08, #ffce08, #ffce08, #ffce08, #ffce08);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: h1anim 4s linear forwards;
  background-size: 500% auto;
  display: inline-block;
  background-position: 150% center;
  background-repeat: no-repeat;
}
.home_top_sec .wrap_subtitle {
  margin-bottom: 15px;
}
.home_top_sec .wrap_subtitle h2 {
  color: #56914c;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.home_top_sec .wrap_texti {
  margin-bottom: 40px;
}
.home_top_sec .wrap_texti p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}
.home_top_sec .wrap_links {
  display: -moz-flex;
  display: flex;
}
.home_top_sec .wrap_links .wrap_link {
  margin-left: 14px;
}
.home_top_sec .wrap_links .wrap_link a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 49px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-radius: 39px;
  padding: 0 38px;
}
.home_top_sec .wrap_video {
  position: relative;
  height: 608px;
}
.home_top_sec .wrap_video .wrap_img {
  border-radius: 15px;
  overflow: hidden;
}
.home_top_sec .wrap_video .wrap_img img {
  height: 608px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_top_sec .wrap_video .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  background: rgba(255, 255, 255, 0.63);
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  border-radius: 50%;
}
.home_top_sec .bottom_text {
  margin-top: 62px;
  text-align: center;
}
.home_top_sec .bottom_text .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.577%;
}

.home_balance_sec {
  padding-top: 60px;
  margin-bottom: 70px;
}
.home_balance_sec .wrap_introtext {
  margin-bottom: 35px;
}
.home_balance_sec .wrap_introtext p {
  color: #353f46;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}
.home_balance_sec .wrap_balnace_items .wrap_item {
  margin-bottom: 30px;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card {
  background-color: transparent;
  height: 280px;
  perspective: 1000px;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-front,
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 15px;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-front {
  color: black;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-back {
  transform: rotateY(180deg);
  padding: 46px 53px;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-back .wrap_inner_con {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  height: 100%;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-back .wrap_inner_con .wrap_text p {
  color: white;
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.695%;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card .flip-card-inner .flip-card-back .wrap_inner_con .wrap_link a {
  color: #fff;
  font-family: "Open Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
.home_balance_sec .wrap_balnace_items .wrap_item .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home_balance_sec .wrap_bottom_link {
  margin-top: 5px;
}
.home_balance_sec .wrap_bottom_link .wrap_link {
  text-align: center;
}
.home_balance_sec .wrap_bottom_link .wrap_link a {
  display: inline-block;
  color: #353f46;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.home_boxes_sec {
  margin-bottom: 128px;
}
.home_boxes_sec .page_title {
  margin-bottom: 20px;
}
.home_boxes_sec .wrap_text {
  text-align: center;
  color: #353f46;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
  margin-bottom: 46px;
}
.home_boxes_sec .wrap_boxes {
  display: grid;
  grid-gap: 37px;
  grid-template-columns: 30% 30% 35%;
}
.home_boxes_sec .wrap_boxes .box a {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: block;
}
.home_boxes_sec .wrap_boxes .box .wrap_img img {
  height: 297px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 400ms ease;
}
.home_boxes_sec .wrap_boxes .box .wrap_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #715f58;
  min-height: 65px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  transition: all 100ms ease;
}
.home_boxes_sec .wrap_boxes .box .wrap_title h3 {
  color: #fff;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 24px;
  font-weight: 700;
}
.home_boxes_sec .wrap_boxes a:hover .wrap_img img, .home_boxes_sec .wrap_boxes a:focus .wrap_img img {
  transform: scale(1.05);
}
.home_boxes_sec .wrap_boxes a:hover .wrap_title, .home_boxes_sec .wrap_boxes a:focus .wrap_title {
  background-color: #ffab08;
}
.home_boxes_sec .wrap_boxes a:hover .wrap_title h3, .home_boxes_sec .wrap_boxes a:focus .wrap_title h3 {
  color: #353f46;
}
.home_boxes_sec .wrap_boxes .box_1 {
  grid-column: 1;
  grid-row: 1;
}
.home_boxes_sec .wrap_boxes .box_2 {
  grid-column: 2;
  grid-row: 1;
}
.home_boxes_sec .wrap_boxes .box_3 {
  grid-column: 1;
  grid-row: 2;
}
.home_boxes_sec .wrap_boxes .box_4 {
  grid-column: 2;
  grid-row: 2;
}
.home_boxes_sec .wrap_boxes .box_5 {
  grid-column: 3;
  grid-row: 1/3;
}
.home_boxes_sec .wrap_boxes .box_5 .wrap_img img {
  height: 631px;
}

.home_about_sec {
  position: relative;
  min-height: 760px;
}
.home_about_sec .img_cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 760px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_about_sec .wrap_flex {
  min-height: 760px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  z-index: 2;
}
.home_about_sec .wrap_flex .inner {
  border-radius: 15px;
  background: #715f58;
  max-width: 903px;
  width: 100%;
  text-align: center;
  padding: 50px 67px;
  position: relative;
}
.home_about_sec .wrap_flex .inner .about_leef1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_about_sec .wrap_flex .inner .about_leef2 {
  position: absolute;
  left: 20px;
  bottom: -140px;
}
.home_about_sec .wrap_flex .inner .wrap_content {
  position: relative;
  z-index: 1;
}
.home_about_sec .wrap_flex .inner .wrap_title {
  margin-bottom: 20px;
}
.home_about_sec .wrap_flex .inner .wrap_title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}
.home_about_sec .wrap_flex .inner .wrap_text {
  margin-bottom: 15px;
}
.home_about_sec .wrap_flex .inner .wrap_text p {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}
.home_about_sec .wrap_flex .inner .wrap_link a {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}

.global_news_sec {
  padding-top: 110px;
  margin-bottom: 75px;
}
.global_news_sec .page_title {
  margin-bottom: 47px;
}
.global_news_sec .news_box {
  border-radius: 15px;
  background: #fff;
  display: block;
  padding: 22px;
  padding-right: 44px;
  padding-bottom: 40px;
}
.global_news_sec .news_box .wrap_tag_place {
  text-align: left;
  margin-bottom: 16px;
}
.global_news_sec .news_box .wrap_tag_place span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 25px;
  background: #fdc70c;
  padding: 0 20px;
  height: 32px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.global_news_sec .news_box .wrap_date {
  margin-bottom: 5px;
}
.global_news_sec .news_box .wrap_date span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.global_news_sec .news_box .wrap_title {
  margin-bottom: 12px;
}
.global_news_sec .news_box .wrap_title span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.global_news_sec .news_box .wrap_text p {
  color: #000;
  text-align: right;
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.global_news_sec .swiper_outer {
  position: relative;
}
.global_news_sec .swiper_outer .swiper-button-next,
.global_news_sec .swiper_outer .swiper-button-prev {
  opacity: 0;
  width: 0;
  height: 0;
}
.global_news_sec .swiper_outer .custom_next {
  position: absolute;
  left: -50px;
  top: 44%;
  z-index: 99;
}
.global_news_sec .swiper_outer .custom_prev {
  position: absolute;
  right: -50px;
  top: 44%;
  z-index: 99;
}

.testi_box .testi_box_img {
  border-radius: 15px;
  overflow: hidden;
}
.testi_box .testi_box_img img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testi_box .testi_box_content {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 34px;
  height: 420px;
}
.testi_box .testi_box_content .testi_box_text {
  margin-bottom: 16px;
}
.testi_box .testi_box_content .testi_box_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 18px;
  font-weight: 400;
}
.testi_box .testi_box_content .testi_box_author span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}
.testi_box .wrap_video {
  position: relative;
  height: 480px;
}
.testi_box .wrap_video .wrap_img {
  border-radius: 15px;
  overflow: hidden;
}
.testi_box .wrap_video .wrap_img img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testi_box .wrap_video .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.63);
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  border-radius: 50%;
}
.testi_box .read_more_btn {
  margin-top: 20px;
}
.testi_box .read_more_btn a {
  display: inline-block;
  color: #353f46;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

.testimonials_strip {
  padding-top: 100px;
  margin-bottom: 250px;
}
.testimonials_strip .page_title {
  margin-bottom: 50px;
}
.testimonials_strip .swiper_outer {
  position: relative;
}
.testimonials_strip .swiper_outer .swiper-button-next,
.testimonials_strip .swiper_outer .swiper-button-prev {
  opacity: 0;
  width: 0;
  height: 0;
}
.testimonials_strip .swiper_outer .custom_next {
  position: absolute;
  left: -50px;
  top: 44%;
  z-index: 99;
}
.testimonials_strip .swiper_outer .custom_prev {
  position: absolute;
  right: -50px;
  top: 44%;
  z-index: 99;
}

.about_intro_sec {
  margin-bottom: 175px;
}
.about_intro_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.about_intro_sec .flex_wrap .wrap_content {
  width: 50%;
  padding-left: 100px;
}
.about_intro_sec .flex_wrap .wrap_content .page_title {
  margin-bottom: 20px;
  text-align: right;
  margin-right: 35px;
}
.about_intro_sec .flex_wrap .wrap_content .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}
.about_intro_sec .flex_wrap .wrap_img {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.about_intro_sec .flex_wrap .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_intro_sec .flex_wrap.flex_wrap_reverse {
  margin-top: 77px;
}
.about_intro_sec .flex_wrap.flex_wrap_reverse .wrap_content {
  padding-left: 0;
  padding-right: 100px;
}

.about_logos {
  margin-bottom: 100px;
}
.about_logos .page_title {
  margin-bottom: 20px;
}
.about_logos .wrap_logos {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.about_logos .wrap_logos .wrap_logo {
  width: 14%;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  padding: 20px;
}

.about_flower_sec {
  margin-bottom: 180px;
}
.about_flower_sec .flex_wrap {
  display: block;
}
.about_flower_sec .flex_wrap .wrap_content {
  width: 100%;
  margin-bottom: 40px;
}
.about_flower_sec .flex_wrap .wrap_content .page_title {
  margin-bottom: 20px;
}
.about_flower_sec .flex_wrap .wrap_content .wrap_text {
  text-align: center;
}
.about_flower_sec .flex_wrap .wrap_content .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%;
}
.about_flower_sec .flex_wrap .wrap_items {
  width: 100%;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.about_flower_sec .flex_wrap .wrap_items .wrap_item {
  margin: 33px 0;
  position: relative;
  background: #fff;
  width: 21%;
  border-radius: 7px;
  min-height: 125px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 20px 23px;
  padding-top: 30px;
}
.about_flower_sec .flex_wrap .wrap_items .wrap_item img {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.about_flower_sec .flex_wrap .wrap_items .wrap_item .wrap_con {
  color: #353f46;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%;
}

.about_research_sec {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.about_research_sec .abs_flower {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_research_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 1;
}
.about_research_sec .flex_wrap .wrap_content {
  width: 50%;
  padding-right: 100px;
}
.about_research_sec .flex_wrap .wrap_content .page_title {
  margin-bottom: 20px;
  text-align: right;
  margin-right: 35px;
}
.about_research_sec .flex_wrap .wrap_content .wrap_text {
  margin-bottom: 30px;
}
.about_research_sec .flex_wrap .wrap_content .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%;
}
.about_research_sec .flex_wrap .wrap_content .wrap_link a {
  color: #353f46;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.about_research_sec .flex_wrap .wrap_video {
  position: relative;
  height: 476px;
  width: 49.5%;
}
.about_research_sec .flex_wrap .wrap_video .wrap_img {
  border-radius: 15px;
  overflow: hidden;
}
.about_research_sec .flex_wrap .wrap_video .wrap_img img {
  height: 476px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_research_sec .flex_wrap .wrap_video .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  background: rgba(255, 255, 255, 0.63);
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  border-radius: 50%;
}

.about_news_sec {
  padding-top: 100px;
  padding-bottom: 120px;
}
.about_news_sec .page_title {
  margin-bottom: 40px;
}
.about_news_sec .wrap_post_box .wrap_img {
  height: 400px;
}
.about_news_sec .wrap_post_box .post_title {
  text-align: center;
}
.about_news_sec .wrap_post_box .post_title span {
  color: #56914c;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.about_news_sec .wrap_post_box .wrap_desc {
  text-align: center;
  color: #353f46;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.about_news_sec .swiper_outer {
  position: relative;
}
.about_news_sec .swiper_outer .swiper-button-next,
.about_news_sec .swiper_outer .swiper-button-prev {
  opacity: 0;
  width: 0;
  height: 0;
}
.about_news_sec .swiper_outer .custom_next {
  position: absolute;
  left: -50px;
  top: 36%;
  z-index: 99;
}
.about_news_sec .swiper_outer .custom_prev {
  position: absolute;
  right: -50px;
  top: 36%;
  z-index: 99;
}
.about_news_sec .wrap_vid_box {
  position: relative;
}
.about_news_sec .wrap_vid_box .wrap_img {
  height: 400px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about_news_sec .wrap_vid_box .wrap_img img.thumb_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.about_news_sec .wrap_vid_box .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  background: rgba(255, 255, 255, 0.63);
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  border-radius: 50%;
}
.about_news_sec .wrap_vid_box .gal_title {
  text-align: center;
}
.about_news_sec .wrap_vid_box .gal_title span {
  color: #56914c;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.research_intro_sec {
  margin-bottom: 170px;
}
.research_intro_sec .page_title {
  margin-bottom: 62px;
  margin-top: 34px;
}
.research_intro_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 1;
}
.research_intro_sec .flex_wrap .wrap_content {
  width: 50%;
  padding-left: 100px;
}
.research_intro_sec .flex_wrap .wrap_content .wrap_text {
  margin-bottom: 30px;
}
.research_intro_sec .flex_wrap .wrap_content .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%;
}
.research_intro_sec .flex_wrap .wrap_video {
  position: relative;
  height: 615px;
  width: 49.5%;
}
.research_intro_sec .flex_wrap .wrap_video .wrap_img {
  border-radius: 15px;
  overflow: hidden;
}
.research_intro_sec .flex_wrap .wrap_video .wrap_img img {
  height: 615px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.research_intro_sec .flex_wrap .wrap_video .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  background: rgba(255, 255, 255, 0.63);
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  border-radius: 50%;
}

.research_files_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.research_files_sec .flex_wrap .wrap_content {
  width: 50%;
  padding-right: 100px;
}
.research_files_sec .flex_wrap .wrap_content .page_title {
  margin-bottom: 20px;
  text-align: right;
  margin-right: 35px;
}
.research_files_sec .flex_wrap .wrap_content .wrap_text {
  margin-bottom: 25px;
}
.research_files_sec .flex_wrap .wrap_content .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}
.research_files_sec .flex_wrap .wrap_content .wrap_files_rep {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 65px;
  flex-wrap: wrap;
}
.research_files_sec .flex_wrap .wrap_content .wrap_files_rep .wrap_item {
  width: 48.5%;
  margin: 10px 0;
}
.research_files_sec .flex_wrap .wrap_content .wrap_files_rep .wrap_item a {
  min-height: 133px;
  display: block;
  border-radius: 20px;
  padding: 20px 25px;
  padding-bottom: 10px;
  text-align: center;
}
.research_files_sec .flex_wrap .wrap_content .wrap_files_rep .wrap_item a .wrap_title {
  margin-top: 10px;
}
.research_files_sec .flex_wrap .wrap_content .wrap_files_rep .wrap_item a .wrap_title span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Heebo", serif;
}
.research_files_sec .flex_wrap .wrap_content .wrap_lid_text {
  color: #56914c;
  text-align: center;
  font-family: "FbLiddar-Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.research_files_sec .flex_wrap .wrap_img {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.research_files_sec .flex_wrap .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonials_strip_res {
  position: relative;
  padding-top: 160px;
}
.testimonials_strip_res .abs_flower {
  position: absolute;
  left: 0;
  top: 0;
}

.power_intro_sec {
  margin-bottom: 95px;
}
.power_intro_sec .wrap_anim_title {
  transform: translateX(-30%);
  z-index: 999;
  position: relative;
  margin-bottom: 40px;
  width: 680px;
  position: absolute;
  left: 0;
  top: 7%;
  transform: translateX(33%);
}
.power_intro_sec .wrap_anim_title span {
  color: #ffce08;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(to right, #ffce08, #ffce08, #ffce08, #ffce08, #ffce08);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: h1anim 4s linear forwards;
  background-size: 500% auto;
  display: inline-block;
  background-position: 150% center;
  background-repeat: no-repeat;
}
.power_intro_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.power_intro_sec .flex_wrap .wrap_content {
  width: 50%;
  padding-left: 100px;
}
.power_intro_sec .flex_wrap .wrap_content .page_title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 35px;
}
.power_intro_sec .flex_wrap .wrap_content .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}
.power_intro_sec .flex_wrap .wrap_img {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.power_intro_sec .flex_wrap .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.power_therap_sec {
  position: relative;
  margin-bottom: 150px;
}
.power_therap_sec .abs_flower {
  position: absolute;
  right: 0;
  top: -260px;
  z-index: -1;
}
.power_therap_sec .page_title {
  margin-bottom: 50px;
}
.power_therap_sec .wrap_therap_boxes .therap_box {
  border-radius: 15px;
  background: #715f58;
  padding: 43px 60px;
  min-height: 350px;
}
.power_therap_sec .wrap_therap_boxes .therap_box .wrap_title {
  margin-bottom: 10px;
}
.power_therap_sec .wrap_therap_boxes .therap_box .wrap_title h3 {
  color: #fdc70c;
  font-family: "Heebo", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.power_therap_sec .wrap_therap_boxes .therap_box .wrap_text p {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
}

.power_courses_sec {
  padding-bottom: 100px;
}
.power_courses_sec .page_title {
  margin-bottom: 45px;
}
.power_courses_sec .swiper_outer {
  position: relative;
}
.power_courses_sec .swiper_outer .swiper-button-next,
.power_courses_sec .swiper_outer .swiper-button-prev {
  opacity: 0;
  width: 0;
  height: 0;
}
.power_courses_sec .swiper_outer .custom_next {
  position: absolute;
  left: -50px;
  top: 44%;
  z-index: 99;
}
.power_courses_sec .swiper_outer .custom_prev {
  position: absolute;
  right: -50px;
  top: 44%;
  z-index: 99;
}

.contact_main_sec {
  padding-bottom: 100px;
  position: relative;
}
.contact_main_sec .abs_flower1 {
  position: absolute;
  right: -50px;
  top: 0px;
  transform: scaleX(-1);
}
.contact_main_sec .abs_flower2 {
  position: absolute;
  left: 0;
  top: 130px;
}
.contact_main_sec .row {
  max-width: 1420px;
}
.contact_main_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-top: 50px;
}
.contact_main_sec .flex_wrap .form_col {
  width: 65%;
}
.contact_main_sec .flex_wrap .form_col .page_title {
  margin-bottom: 10px;
}
.contact_main_sec .flex_wrap .form_col .wrap_subtitle {
  text-align: center;
  margin-bottom: 30px;
}
.contact_main_sec .flex_wrap .form_col .wrap_subtitle span {
  color: #e270ab;
  text-align: right;
  font-family: "FbLiddar-Bold";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form {
  max-width: 638px;
  margin: 0 auto;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_input {
  margin-bottom: 18px;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form textarea,
.contact_main_sec .flex_wrap .form_col .wrap_form form input[type=text],
.contact_main_sec .flex_wrap .form_col .wrap_form form input[type=tel],
.contact_main_sec .flex_wrap .form_col .wrap_form form input[type=email] {
  width: 100%;
  height: 68px;
  border: none;
  border-radius: 31px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #505050;
  background: #fff;
  margin: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
}
.contact_main_sec .flex_wrap .form_col .wrap_form form textarea::-moz-placeholder, .contact_main_sec .flex_wrap .form_col .wrap_form form input[type=text]::-moz-placeholder, .contact_main_sec .flex_wrap .form_col .wrap_form form input[type=tel]::-moz-placeholder, .contact_main_sec .flex_wrap .form_col .wrap_form form input[type=email]::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form textarea::placeholder,
.contact_main_sec .flex_wrap .form_col .wrap_form form input[type=text]::placeholder,
.contact_main_sec .flex_wrap .form_col .wrap_form form input[type=tel]::placeholder,
.contact_main_sec .flex_wrap .form_col .wrap_form form input[type=email]::placeholder {
  color: #505050;
  opacity: 1;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form textarea {
  height: 164px;
  resize: none;
  padding-top: 20px;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wpcf7-spinner {
  position: absolute;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_checkbox .wpcf7-list-item {
  margin-right: 14px;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_checkbox .wpcf7-list-item label {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_checkbox .wpcf7-list-item input {
  margin: 0;
  width: 17px;
  height: 17px;
  border: 0;
  outline: 0;
  accent-color: #d9d9d9;
  margin-left: 15px;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: #353f46;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_submit {
  text-align: center;
  margin-top: 25px;
}
.contact_main_sec .flex_wrap .form_col .wrap_form form .wrap_submit input[type=submit] {
  height: 68px;
  width: 180px;
  border: none;
  border-radius: 39px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #353f46;
  background: #f5c939;
  cursor: pointer;
}
.contact_main_sec .flex_wrap .info_col {
  width: 35%;
  padding-top: 140px;
}
.contact_main_sec .flex_wrap .info_col .page_title {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 35px;
}
.contact_main_sec .flex_wrap .info_col .wrap_info_items .info_item {
  margin-bottom: 7px;
}
.contact_main_sec .flex_wrap .info_col .wrap_info_items .info_item a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
}
.contact_main_sec .flex_wrap .info_col .wrap_info_items .info_item a img {
  margin-left: 10px;
}
.contact_main_sec .flex_wrap .info_col .wrap_info_items .info_item a span {
  color: #353f46;
  text-align: right;
  font-family: "Heebo";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.contact_main_sec .flex_wrap .info_col .wrap_info_items .info_item a span.span_label {
  font-weight: 700;
  margin-left: 5px;
}

.wrap_library_menu {
  margin-bottom: 63px;
  margin-top: 60px;
}
.wrap_library_menu .wrap_menu {
  max-width: 100%;
  margin: 0 auto;
}
.wrap_library_menu .wrap_menu ul {
  text-align: center;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.wrap_library_menu .wrap_menu ul li {
  position: relative;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-left: 1px solid #c4c4c4;
  margin-left: 32px;
  padding-left: 32px;
}
.wrap_library_menu .wrap_menu ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.wrap_library_menu .wrap_menu ul li a {
  color: #353f46;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  min-height: 40px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0;
}
.wrap_library_menu .wrap_menu ul li.current-menu-item a {
  border-radius: 20px;
  border: 1px solid #56914c;
  background: #fff;
  padding: 0 27px;
}

.wrap_vid_box_elem {
  position: relative;
}
.wrap_vid_box_elem .wrap_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.wrap_vid_box_elem .gal_title {
  text-align: center;
  margin-top: 15px;
}
.wrap_vid_box_elem .gal_title span {
  color: #353f46;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.wrap_vid_box_elem .wrap_img img.thumb_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.wrap_vid_box_elem .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  background: rgba(255, 255, 255, 0.63);
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  border-radius: 50%;
}

.gallery_sec {
  padding-bottom: 100px;
}
.gallery_sec .abs_flower {
  position: absolute;
  right: -100px;
  top: 440px;
  transform: scaleX(-1);
  z-index: -1;
}
.gallery_sec .column {
  margin-bottom: 60px;
}

.articles_sec {
  padding-bottom: 70px;
}
.articles_sec .wrap_post_box {
  margin-bottom: 80px;
}

.wrap_post_box .wrap_img {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  height: 280px;
}
.wrap_post_box .wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wrap_post_box .post_title {
  margin-bottom: 10px;
}
.wrap_post_box .post_title span {
  color: #000;
  font-family: "Heebo", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.wrap_post_box .wrap_desc {
  color: #000;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.courses_sec {
  position: relative;
}
.courses_sec .page_title {
  margin-bottom: 45px;
}
.courses_sec .abs_flower {
  position: absolute;
  left: 0;
  bottom: -300px;
  z-index: -1;
}

.course_box {
  border-radius: 15px;
  display: block;
  margin-bottom: 42px;
  overflow: hidden;
}
.course_box .wrap_img img {
  height: 304px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.course_box .wrap_con {
  background: #fff;
  padding: 22px;
  padding-right: 44px;
  padding-bottom: 40px;
}
.course_box .wrap_con .wrap_tag {
  text-align: left;
  margin-bottom: 16px;
}
.course_box .wrap_con .wrap_tag span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 25px;
  background: #fdc70c;
  padding: 0 29px;
  height: 32px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.course_box .wrap_con .wrap_date {
  margin-bottom: 5px;
}
.course_box .wrap_con .wrap_date span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.course_box .wrap_con .wrap_title {
  margin-bottom: 12px;
}
.course_box .wrap_con .wrap_title span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.course_box .wrap_con .wrap_text p {
  color: #000;
  text-align: right;
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.article_sec {
  padding-bottom: 70px;
  position: relative;
}
.article_sec .abs_flower {
  position: absolute;
  left: -90px;
  bottom: -130px;
  z-index: -1;
}
.article_sec .wrap_text ul,
.article_sec .wrap_text ol,
.article_sec .wrap_text p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
  margin-bottom: 20px;
}
.article_sec .wrap_text h2,
.article_sec .wrap_text h3,
.article_sec .wrap_text h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Heebo", serif;
  line-height: 1;
}
.article_sec .wrap_text ul,
.article_sec .wrap_text ol {
  margin-right: 20px;
}
.article_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}
.article_sec .flex_wrap .wrap_content {
  width: 50%;
  padding-left: 100px;
}
.article_sec .flex_wrap .wrap_content .page_title {
  margin-bottom: 20px;
  text-align: right;
  margin-right: 35px;
}
.article_sec .flex_wrap .wrap_img {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.article_sec .flex_wrap .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.related_articles {
  margin-bottom: 100px;
}
.related_articles .page_title {
  margin-bottom: 40px;
}

.footer {
  background: #715f58;
  padding-top: 115px;
  position: relative;
}
.footer .abs_flower {
  position: absolute;
  left: 0;
  top: 75px;
}
.footer .abs_flower2 {
  position: absolute;
  right: 0;
  bottom: 90px;
}
.footer .wrap_top_footer {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.footer .wrap_top_footer .wrap_title {
  margin-bottom: 25px;
}
.footer .wrap_top_footer .wrap_title h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.footer .wrap_top_footer .wrap_subtitle {
  color: #fff;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.footer .wrap_top_footer .wrap_form {
  max-width: 1125px;
  margin: 0 auto;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  margin-bottom: 10px;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap .wrap_input {
  max-width: 300px;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap .wrap_submit {
  width: 180px;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap input {
  width: 100%;
  height: 68px;
  border: none;
  border-radius: 62px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #505050;
  background: #fff;
  margin: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
}
.footer .wrap_top_footer .wrap_form .inputs_wrap input::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap input::placeholder {
  color: #505050;
  opacity: 1;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap input[type=submit] {
  height: 68px;
  width: 100%;
  border: none;
  border-radius: 39px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #353f46;
  background: #f5c939;
  cursor: pointer;
}
.footer .wrap_top_footer .wrap_form .inputs_wrap .wpcf7-spinner {
  position: absolute;
  left: 0;
}
.footer .wrap_top_footer .wrap_form .wrap_checkbox .wpcf7-list-item {
  margin-right: 14px;
}
.footer .wrap_top_footer .wrap_form .wrap_checkbox .wpcf7-list-item label {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .wrap_top_footer .wrap_form .wrap_checkbox .wpcf7-list-item input {
  margin: 0;
  width: 17px;
  height: 17px;
  border: 0;
  outline: 0;
  accent-color: #d9d9d9;
  margin-left: 15px;
}
.footer .wrap_top_footer .wrap_form .wrap_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}
.footer .wrap_top_footer .wrap_form .wpcf7 form.invalid .wpcf7-response-output {
  border: 0;
  margin: 0;
  margin-top: 20px;
  color: #f5c939;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.footer .wrap_menus {
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
.footer .wrap_menus .wrap_menu {
  margin-bottom: 25px;
}
.footer .wrap_menus .wrap_menu h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.footer .wrap_menus .wrap_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .wrap_menus .wrap_menu ul li {
  margin-bottom: 10px;
}
.footer .wrap_menus .wrap_menu ul li a {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.footer .wrap_contact .footer_contact_title {
  margin-bottom: 15px;
}
.footer .wrap_contact .footer_contact_title h3 {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.footer .wrap_contact .wrap_text_contact p {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.footer .wrap_contact .wrap_text_contact p a {
  color: #fff;
}
.footer .wrap_info_socials .wrap_socials a {
  margin-left: 26px;
}
.footer .wrap_info_socials .wrap_socials a:last-child {
  margin: 0;
}
.footer .copy_logo_wrap {
  position: relative;
  z-index: 1;
}
.footer .copy_logo_wrap .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  padding-bottom: 20px;
}
.footer .copy_logo_wrap .flex_wrap .wrap_copy {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.footer .copy_logo_wrap .flex_wrap .wrap_build {
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

body.single-product .abs_flower_pro {
  position: absolute;
  left: 0;
  top: 97%;
  z-index: -1;
}
body.single-product .pro_course div.product div.images .woocommerce-product-gallery__wrapper a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.woocommerce-page div.product div.images {
  float: left;
  width: 44%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper a {
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 13px;
}
.woocommerce div.product div.images .flex-viewport {
  border-radius: 15px;
  border: 1px solid #dcd0c7;
}
.woocommerce div.product div.images video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
}
.woocommerce div.product div.images img {
  height: 530px;
  width: auto;
  display: inline-block;
}
.woocommerce div.product div.summary {
  float: right;
}
.woocommerce div.product span.onsale {
  display: none;
}
.woocommerce div.product .pro_main_title {
  text-align: right;
  margin-right: 36px;
  margin-bottom: 20px;
}
.woocommerce div.product .wrap_tamzit span {
  color: #657179;
  font-family: "Heebo", serif;
  font-size: 18px;
  line-height: 1;
}
.woocommerce div.product .wrap_sku {
  margin-bottom: 15px;
}
.woocommerce div.product .wrap_sku span {
  color: #657179;
  font-family: "Heebo", serif;
  font-size: 18px;
  line-height: 1;
}
.woocommerce div.product .wrap_product_desc {
  margin-bottom: 25px;
}
.woocommerce div.product .wrap_product_desc ul,
.woocommerce div.product .wrap_product_desc p {
  color: #000;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%;
}
.woocommerce div.product .wrap_product_desc ul {
  margin-right: 35px;
}
.woocommerce div.product .course_loc_hours_wrap {
  margin-bottom: 16px;
  margin-top: 40px;
  display: -moz-flex;
  display: flex;
}
.woocommerce div.product .course_loc_hours_wrap .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  background: #fff;
  border-radius: 40px;
  min-height: 67px;
  padding: 0 25px;
  margin-left: 15px;
}
.woocommerce div.product .course_loc_hours_wrap .wrap_item svg {
  margin-left: 10px;
}
.woocommerce div.product .course_loc_hours_wrap .wrap_item span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 1;
}
.woocommerce div.product .wrap_course_lessons {
  margin-top: 80px;
  padding-bottom: 80px;
}
.woocommerce div.product .wrap_course_lessons .page_title {
  text-align: right;
  margin-right: 36px;
  margin-bottom: 40px;
}
.woocommerce div.product .wrap_course_lessons .wrap_lessons {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.woocommerce div.product .wrap_course_lessons .wrap_lessons .wrap_item {
  margin-bottom: 28px;
  margin-right: 36px;
  max-width: 500px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.woocommerce div.product .wrap_course_lessons .wrap_lessons .wrap_item .les_title {
  margin-bottom: 10px;
}
.woocommerce div.product .wrap_course_lessons .wrap_lessons .wrap_item .les_title h3 {
  color: #56914c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.woocommerce div.product .wrap_course_lessons .wrap_lessons .wrap_item .les_title h3:before {
  content: "";
  position: absolute;
  right: -35px;
  background-image: url(../../images/flower1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce div.product .wrap_course_lessons .wrap_lessons .wrap_item .wrap_text {
  color: #000;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%;
}
.woocommerce div.product .wrap_course_register {
  margin-top: 67px;
}
.woocommerce div.product .wrap_course_register .page_title {
  text-align: right;
  margin-bottom: 25px;
}
.woocommerce div.product .wrap_course_register .wrap_form {
  max-width: 630px;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 24px;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap .wrap_input {
  width: 49%;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap .wrap_submit {
  width: 49%;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap input {
  width: 100%;
  height: 68px;
  border: none;
  border-radius: 62px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #505050;
  background: #fff;
  margin: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap input::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap input::placeholder {
  color: #505050;
  opacity: 1;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap input[type=submit] {
  height: 68px;
  width: 100%;
  border: none;
  border-radius: 39px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #353f46;
  background: #f5c939;
  cursor: pointer;
}
.woocommerce div.product .wrap_course_register .wrap_form .inputs_wrap .wpcf7-spinner {
  position: absolute;
}
.woocommerce div.product .wrap_price {
  margin-bottom: 10px;
}
.woocommerce div.product .wrap_price .price_val {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.woocommerce div.product .wrap_price .price_val .price_span {
  display: -moz-flex;
  display: flex;
  flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.woocommerce div.product .wrap_price .price_val .spanlabel {
  color: #353f46;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-left: 7px;
}
.woocommerce div.product .wrap_price .price_val .woocommerce-Price-amount {
  color: #e270ab;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.woocommerce div.product .wrap_price .price_val .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 20px;
}
.woocommerce div.product .wrap_price .price_val ins {
  text-decoration: none;
  margin-left: 8px;
}
.woocommerce div.product .wrap_price .price_val ins .woocommerce-Price-amount {
  color: #e270ab;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.woocommerce div.product .wrap_price .price_val ins .woocommerce-Price-currencySymbol {
  color: #e270ab;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}
.woocommerce div.product .wrap_price .price_val del {
  margin-left: 8px;
  text-decoration: none;
}
.woocommerce div.product .wrap_price .price_val del .woocommerce-Price-amount {
  color: #8c7871;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.woocommerce div.product .wrap_price .price_val del .woocommerce-Price-amount bdi {
  position: relative;
}
.woocommerce div.product .wrap_price .price_val del .woocommerce-Price-amount bdi:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  border-bottom: 1px solid #8c7871;
  width: 100%;
  display: block;
}
.woocommerce div.product .wrap_price .price_val del .woocommerce-Price-currencySymbol {
  color: #8c7871;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
.woocommerce div.product .wrap_price.course_price_btns {
  margin-top: 30px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.woocommerce div.product .wrap_price.course_price_btns .add_cart_course_btn {
  margin-right: 20px;
}
.woocommerce div.product .wrap_price.course_price_btns .add_cart_course_btn a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 177px;
  min-height: 55px;
  border-radius: 39px;
  background: #e270ab;
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.woocommerce div.product .wrap_mili {
  margin-bottom: 20px;
}
.woocommerce div.product .wrap_mili span {
  color: #657179;
  font-family: "Heebo", serif;
  font-size: 16px;
  line-height: 1;
}
.woocommerce div.product .wrap_product_btns {
  display: -moz-flex;
  display: flex;
}
.woocommerce div.product .wrap_product_btns .wrap_add_to_cart {
  margin-left: 15px;
  text-align: center;
}
.woocommerce div.product .wrap_product_btns .wrap_add_to_cart .add_to_cart_button {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 177px;
  min-height: 55px;
  border-radius: 39px;
  background: #56914c;
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.woocommerce div.product .wrap_product_btns .wrap_add_to_cart .added_to_cart.wc-forward {
  color: #e270ab;
  font-weight: 600;
  text-decoration: underline;
  margin-right: 20px;
  display: inline-flex;
  margin: 0;
}
.woocommerce div.product .wrap_product_btns .wrap_contact a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 177px;
  min-height: 55px;
  border-radius: 39px;
  background: #e270ab;
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.woocommerce div.product .wrap_product_btns.course_btns .wrap_add_to_cart .add_to_cart_button {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  z-index: -2;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #c4c4c4;
  margin: 0 8px;
  float: none;
  position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  position: absolute;
  height: 12px;
  width: 12px;
  opacity: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  background-color: red;
  opacity: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 9;
}
.woocommerce div.product .wrap_product_items {
  margin-top: 50px;
}
.woocommerce div.product .wrap_product_items .wrap_item {
  margin-bottom: 30px;
  margin-right: 36px;
}
.woocommerce div.product .wrap_product_items .wrap_item:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .wrap_product_items .wrap_item .title_wrap {
  margin-bottom: 5px;
}
.woocommerce div.product .wrap_product_items .wrap_item .title_wrap h3 {
  color: #56914c;
  font-family: "Heebo", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.woocommerce div.product .wrap_product_items .wrap_item .title_wrap h3:before {
  content: "";
  position: absolute;
  right: -35px;
  background-image: url(../../images/flower1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce div.product .wrap_product_items .wrap_item .title_con {
  color: #000;
  font-family: "Heebo", serif;
  font-size: 20px;
  line-height: 161.577%; /* 32.315px */
}

.woocommerce ul.products li.product .wrap_price .price_val del .woocommerce-Price-amount bdi:after {
  display: none;
}
.woocommerce ul.products li.product a .wrap_img {
  border-radius: 15px;
  border: 1px solid #dcd0c7;
  background: #f6f6f6;
  padding: 20px;
  min-height: 260px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product a .wrap_img img {
  margin: 0;
  height: 195px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  color: #353f46;
  text-align: center;
  font-family: "Open Sans", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product a .wrap_price {
  margin-bottom: 10px;
}
.woocommerce ul.products li.product a .wrap_price .price_val {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.woocommerce ul.products li.product a .wrap_price .price_val .price_span {
  display: -moz-flex;
  display: flex;
  flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  color: #e270ab;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.woocommerce ul.products li.product a .wrap_price .price_val .price_span .woocommerce-Price-amount {
  font-size: 24px;
}
.woocommerce ul.products li.product a .wrap_price .price_val .spanlabel {
  color: #353f46;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-left: 7px;
}
.woocommerce ul.products li.product a .wrap_price .price_val ins {
  text-decoration: none;
  margin-left: 10px;
  line-height: 1;
}
.woocommerce ul.products li.product a .wrap_price .price_val ins .woocommerce-Price-amount {
  color: #e270ab;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.woocommerce ul.products li.product a .wrap_price .price_val ins .woocommerce-Price-currencySymbol {
  color: #e270ab;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  right: -6px;
}
.woocommerce ul.products li.product a .wrap_price .price_val del {
  margin-left: 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.woocommerce ul.products li.product a .wrap_price .price_val del:after {
  content: "";
  width: 105%;
  border-bottom: 1px solid #353f46;
  top: 13px;
  left: 0;
  position: absolute;
  display: block;
}
.woocommerce ul.products li.product a .wrap_price .price_val del .woocommerce-Price-amount {
  color: #353f46;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.woocommerce ul.products li.product a .wrap_price .price_val del .woocommerce-Price-currencySymbol {
  color: #353f46;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  right: -6px;
}
.woocommerce ul.products li.product .wrap_pro_link {
  text-align: center;
  margin-top: 15px;
}
.woocommerce ul.products li.product .wrap_pro_link a {
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 177px;
  min-height: 55px;
  border-radius: 39px;
  background: #56914c;
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.woocommerce ul.products li.product .onsale {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  right: 10px;
  left: auto;
  background: #fdc70c;
  width: 60px;
  height: 60px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  top: 20px;
}

.related_products_strip {
  margin-bottom: 200px;
}
.related_products_strip .page_title {
  margin-bottom: 55px;
}
.related_products_strip ul.products {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.related_products_strip ul.products li.product {
  margin: 0;
  width: 21.1%;
}

body.woocommerce-shop .site-main {
  padding-bottom: 80px;
}
body.woocommerce-shop ul.products li.product {
  margin-bottom: 80px;
}

.tax-product_cat .abs_flower {
  position: absolute;
  right: -100px;
  top: 210px;
  transform: scaleX(-1);
}
.tax-product_cat .page_title {
  margin-bottom: 40px;
}

.wrap_shop_menu {
  margin-bottom: 55px;
}
.wrap_shop_menu .wrap_menu ul {
  text-align: center;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.wrap_shop_menu .wrap_menu ul li {
  position: relative;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-left: 1px solid #c4c4c4;
  margin-left: 32px;
  padding-left: 32px;
}
.wrap_shop_menu .wrap_menu ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.wrap_shop_menu .wrap_menu ul li a {
  color: #353f46;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  min-height: 40px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0 27px;
}
.wrap_shop_menu .wrap_menu ul li.active a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 177px;
  min-height: 55px;
  border-radius: 39px;
  background: #56914c;
  color: #fff;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.shop_main_sec {
  padding-top: 160px;
  padding-bottom: 300px;
  position: relative;
}
.shop_main_sec .abs_flower {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
  transform: scaleX(-1);
}
.shop_main_sec .wrap_shop_links {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.shop_main_sec .wrap_shop_links .wrap_link_box {
  max-width: 505px;
  width: 100%;
  margin: 0 20px;
}
.shop_main_sec .wrap_shop_links .wrap_link_box a {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 280px;
  border-radius: 15px;
  background: #fdc70c;
}
.shop_main_sec .wrap_shop_links .wrap_link_box a span {
  color: #715f58;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.shop_main_sec .wrap_shop_links .wrap_link_box a span:after {
  content: "";
  position: absolute;
  left: -35px;
  background-image: url(../../images/flower1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.shop_main_sec .wrap_shop_links .wrap_link_box a span:before {
  content: "";
  position: absolute;
  right: -35px;
  background-image: url(../../images/flower1.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

body.woocommerce-checkout .page_sec,
body.woocommerce-cart .page_sec {
  padding-bottom: 115px;
}
body.woocommerce-checkout .page_sec.woo_page_sec,
body.woocommerce-cart .page_sec.woo_page_sec {
  position: relative;
}
body.woocommerce-checkout .page_sec.woo_page_sec .abs_flower,
body.woocommerce-cart .page_sec.woo_page_sec .abs_flower {
  position: absolute;
  left: 0;
  top: 260px;
  z-index: -1;
}
body.woocommerce-checkout .woocommerce-cart-form__contents,
body.woocommerce-cart .woocommerce-cart-form__contents {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tbody,
body.woocommerce-cart .woocommerce-cart-form__contents tbody {
  background: none;
  border: 0;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tbody tr:last-child,
body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:last-child {
  background: none;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tr,
body.woocommerce-cart .woocommerce-cart-form__contents tr {
  background-color: #fff;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tr td,
body.woocommerce-cart .woocommerce-cart-form__contents tr td {
  padding: 47px 0;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tr td.product-price bdi,
body.woocommerce-cart .woocommerce-cart-form__contents tr td.product-price bdi {
  color: #353f46;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tr td.product-price bdi .woocommerce-Price-currencySymbol,
body.woocommerce-cart .woocommerce-cart-form__contents tr td.product-price bdi .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tr td.product-subtotal bdi,
body.woocommerce-cart .woocommerce-cart-form__contents tr td.product-subtotal bdi {
  color: #353f46;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
body.woocommerce-checkout .woocommerce-cart-form__contents tr td.product-subtotal bdi .woocommerce-Price-currencySymbol,
body.woocommerce-cart .woocommerce-cart-form__contents tr td.product-subtotal bdi .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-cart-form__contents th,
body.woocommerce-cart .woocommerce-cart-form__contents th {
  text-align: right;
  color: #e270ab;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 33px 0;
}
body.woocommerce-checkout .woocommerce-cart-form__contents th.product-remove,
body.woocommerce-cart .woocommerce-cart-form__contents th.product-remove {
  width: 7%;
}
body.woocommerce-checkout .woocommerce-cart-form__contents th.product-name,
body.woocommerce-cart .woocommerce-cart-form__contents th.product-name {
  width: 50%;
}
body.woocommerce-checkout .woocommerce-cart-form__contents th.product-subtotal, body.woocommerce-checkout .woocommerce-cart-form__contents th.product-quantity, body.woocommerce-checkout .woocommerce-cart-form__contents th.product-price,
body.woocommerce-cart .woocommerce-cart-form__contents th.product-subtotal,
body.woocommerce-cart .woocommerce-cart-form__contents th.product-quantity,
body.woocommerce-cart .woocommerce-cart-form__contents th.product-price {
  width: 15%;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .product-name .inner_flex,
body.woocommerce-cart .woocommerce-cart-form__contents .product-name .inner_flex {
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .product-name .inner_flex a:first-child,
body.woocommerce-cart .woocommerce-cart-form__contents .product-name .inner_flex a:first-child {
  width: 160px;
  height: 125px;
  border-radius: 15px;
  border: 1px solid #dcd0c7;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .product-name .inner_flex a:last-child,
body.woocommerce-cart .woocommerce-cart-form__contents .product-name .inner_flex a:last-child {
  color: #353f46;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-right: 30px;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .product-remove,
body.woocommerce-cart .woocommerce-cart-form__contents .product-remove {
  text-align: center;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .product-remove a,
body.woocommerce-cart .woocommerce-cart-form__contents .product-remove a {
  display: inline;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .product-remove a.remove:hover,
body.woocommerce-cart .woocommerce-cart-form__contents .product-remove a.remove:hover {
  background: none;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .actions .coupon input.input-text,
body.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input.input-text {
  border-radius: 40px;
  border: 1px solid #dcd0c7;
  background: #fff;
  width: 370px;
  height: 75px;
  color: #c4c4c4;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-right: 50px;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  font-family: "Heebo", serif;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .actions .coupon input.input-text::-moz-placeholder, body.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input.input-text::-moz-placeholder {
  opacity: 1;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .actions .coupon input.input-text::placeholder,
body.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input.input-text::placeholder {
  opacity: 1;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .actions .coupon .button,
body.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon .button {
  border-radius: 36px;
  background: #e270ab;
  width: 188px;
  height: 72px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-family: "Heebo", serif;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .actions button,
body.woocommerce-cart .woocommerce-cart-form__contents .actions button {
  border-radius: 36px;
  background: #56914c;
  width: 188px;
  height: 72px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-right: 20px;
  font-family: "Heebo", serif;
}
body.woocommerce-checkout .woocommerce-cart-form__contents .actions .button,
body.woocommerce-cart .woocommerce-cart-form__contents .actions .button {
  float: right;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-cart .woocommerce-form-coupon-toggle {
  display: none;
}
body.woocommerce-checkout .col2-set,
body.woocommerce-cart .col2-set {
  width: 51%;
  float: right;
}
body.woocommerce-checkout .col2-set h3,
body.woocommerce-cart .col2-set h3 {
  color: #56914c;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-cart .col2-set .col-1,
body.woocommerce-cart .col2-set .col-2 {
  float: none;
  width: 100%;
}
body.woocommerce-checkout .col2-set #shipping_country_field,
body.woocommerce-checkout .col2-set #billing_country_field,
body.woocommerce-cart .col2-set #shipping_country_field,
body.woocommerce-cart .col2-set #billing_country_field {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
  position: absolute;
}
body.woocommerce-checkout .col2-set .form-row,
body.woocommerce-cart .col2-set .form-row {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
body.woocommerce-checkout .col2-set .form-row label,
body.woocommerce-cart .col2-set .form-row label {
  display: none;
}
body.woocommerce-checkout .col2-set .form-row input,
body.woocommerce-cart .col2-set .form-row input {
  width: 100%;
  height: 75px;
  border-radius: 15px;
  border: 1px solid #dcd0c7;
  background: #fff;
  color: #353f46;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding-right: 27px;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  font-family: "Heebo", serif;
  text-align: right;
}
body.woocommerce-checkout .col2-set .form-row input::-moz-placeholder, body.woocommerce-cart .col2-set .form-row input::-moz-placeholder {
  opacity: 1;
  color: #353f46;
}
body.woocommerce-checkout .col2-set .form-row input::placeholder,
body.woocommerce-cart .col2-set .form-row input::placeholder {
  opacity: 1;
  color: #353f46;
}
body.woocommerce-checkout .col2-set .shipping_address,
body.woocommerce-cart .col2-set .shipping_address {
  display: none;
}
body.woocommerce-checkout #order_review,
body.woocommerce-cart #order_review {
  float: left;
  width: 44%;
}
body.woocommerce-checkout #order_review table.shop_table,
body.woocommerce-cart #order_review table.shop_table {
  border: 0;
  background: #fff;
  margin: 0;
}
body.woocommerce-checkout #order_review table.shop_table thead td,
body.woocommerce-cart #order_review table.shop_table thead td {
  border: 0;
}
body.woocommerce-checkout #order_review table.shop_table thead th,
body.woocommerce-cart #order_review table.shop_table thead th {
  color: #e270ab;
  font-weight: 700;
  border: 0;
}
body.woocommerce-checkout #order_review table.shop_table thead th.product-name,
body.woocommerce-cart #order_review table.shop_table thead th.product-name {
  width: 65%;
}
body.woocommerce-checkout #order_review table.shop_table thead th.product-total,
body.woocommerce-cart #order_review table.shop_table thead th.product-total {
  width: 35%;
}
body.woocommerce-checkout #order_review table.shop_table tfoot,
body.woocommerce-checkout #order_review table.shop_table tbody,
body.woocommerce-checkout #order_review table.shop_table thead,
body.woocommerce-cart #order_review table.shop_table tfoot,
body.woocommerce-cart #order_review table.shop_table tbody,
body.woocommerce-cart #order_review table.shop_table thead {
  background: #fff;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr td:first-child,
body.woocommerce-checkout #order_review table.shop_table tfoot tr th:first-child,
body.woocommerce-checkout #order_review table.shop_table tbody tr td:first-child,
body.woocommerce-checkout #order_review table.shop_table tbody tr th:first-child,
body.woocommerce-checkout #order_review table.shop_table thead tr td:first-child,
body.woocommerce-checkout #order_review table.shop_table thead tr th:first-child,
body.woocommerce-cart #order_review table.shop_table tfoot tr td:first-child,
body.woocommerce-cart #order_review table.shop_table tfoot tr th:first-child,
body.woocommerce-cart #order_review table.shop_table tbody tr td:first-child,
body.woocommerce-cart #order_review table.shop_table tbody tr th:first-child,
body.woocommerce-cart #order_review table.shop_table thead tr td:first-child,
body.woocommerce-cart #order_review table.shop_table thead tr th:first-child {
  padding-right: 60px;
}
body.woocommerce-checkout #order_review table.shop_table tbody td,
body.woocommerce-cart #order_review table.shop_table tbody td {
  padding: 15px 0;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:nth-child(even),
body.woocommerce-cart #order_review table.shop_table tbody tr:nth-child(even) {
  background: #fff;
}
body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-cart #order_review table.shop_table td {
  border-top: 1px solid #dcd0c7;
}
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-cart #order_review table.shop_table th {
  text-align: right;
  color: #353f46;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 30px 0;
  border-top: 1px solid #dcd0c7;
}
body.woocommerce-checkout #order_review table.shop_table tfoot td,
body.woocommerce-cart #order_review table.shop_table tfoot td {
  text-align: right;
  color: #353f46;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 30px 0;
}
body.woocommerce-checkout #order_review table.shop_table tfoot .shipping-calculator-button,
body.woocommerce-checkout #order_review table.shop_table tfoot .woocommerce-shipping-destination,
body.woocommerce-cart #order_review table.shop_table tfoot .shipping-calculator-button,
body.woocommerce-cart #order_review table.shop_table tfoot .woocommerce-shipping-destination {
  display: none;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin: 0;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li:first-child,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li:first-child {
  margin-bottom: 25px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li input,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li input {
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li label,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li label {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-right: 30px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li label:before,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li label:before {
  content: "";
  position: absolute;
  right: 0;
  border: 1px solid #dcd0c7;
  border-radius: 50%;
  top: 2px;
  display: block;
  width: 19px;
  height: 19px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li label:after,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li label:after {
  content: "";
  position: absolute;
  right: 5px;
  border-radius: 50%;
  top: 7px;
  display: block;
  width: 9px;
  height: 9px;
  background: #56914c;
  opacity: 0;
}
body.woocommerce-checkout #order_review table.shop_table tfoot #shipping_method li input:checked + label:after,
body.woocommerce-cart #order_review table.shop_table tfoot #shipping_method li input:checked + label:after {
  opacity: 1;
}
body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-cart #order_review table.shop_table .order-total th {
  font-weight: 800;
}
body.woocommerce-checkout #order_review #payment,
body.woocommerce-cart #order_review #payment {
  background: #fff;
  border-top: 1px solid #dcd0c7;
  padding-top: 40px;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods,
body.woocommerce-cart #order_review #payment ul.payment_methods {
  border: 0;
  padding-right: 60px;
  padding-left: 60px;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods li,
body.woocommerce-cart #order_review #payment ul.payment_methods li {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods li input,
body.woocommerce-cart #order_review #payment ul.payment_methods li input {
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods li label,
body.woocommerce-cart #order_review #payment ul.payment_methods li label {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-right: 30px;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods li label:before,
body.woocommerce-cart #order_review #payment ul.payment_methods li label:before {
  content: "";
  position: absolute;
  right: 0;
  border: 1px solid #dcd0c7;
  border-radius: 50%;
  top: 2px;
  display: block;
  width: 19px;
  height: 19px;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods li label:after,
body.woocommerce-cart #order_review #payment ul.payment_methods li label:after {
  content: "";
  position: absolute;
  right: 5px;
  border-radius: 50%;
  top: 7px;
  display: block;
  width: 9px;
  height: 9px;
  background: #56914c;
  opacity: 0;
}
body.woocommerce-checkout #order_review #payment ul.payment_methods li input:checked + label:after,
body.woocommerce-cart #order_review #payment ul.payment_methods li input:checked + label:after {
  opacity: 1;
}
body.woocommerce-checkout #order_review #payment .place-order button,
body.woocommerce-cart #order_review #payment .place-order button {
  width: 381px;
  height: 72px;
  border-radius: 36px;
  background: #56914c;
  margin: 0 auto;
  float: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
body.woocommerce-checkout #order_review #payment div.form-row,
body.woocommerce-cart #order_review #payment div.form-row {
  text-align: center;
  padding-bottom: 54px;
}
body.woocommerce-checkout #order_review #payment div.form-row .woocommerce-privacy-policy-text,
body.woocommerce-cart #order_review #payment div.form-row .woocommerce-privacy-policy-text {
  display: none;
}
body.woocommerce-checkout #ship-to-different-address,
body.woocommerce-cart #ship-to-different-address {
  margin: 20px 0;
  line-height: 1;
}
body.woocommerce-checkout #ship-to-different-address input,
body.woocommerce-cart #ship-to-different-address input {
  margin: 0;
}
body.woocommerce-checkout #order_comments_field,
body.woocommerce-cart #order_comments_field {
  margin-bottom: 25px;
}
body.woocommerce-checkout #order_comments_field textarea,
body.woocommerce-cart #order_comments_field textarea {
  width: 100%;
  height: 150px;
  border-radius: 15px;
  border: 1px solid #dcd0c7;
  background: #fff;
  color: #353f46;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding-right: 27px;
  padding-top: 20px;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  font-family: "Heebo", serif;
  resize: none;
}
body.woocommerce-checkout #order_comments_field textarea::-moz-placeholder, body.woocommerce-cart #order_comments_field textarea::-moz-placeholder {
  opacity: 1;
  color: #353f46;
}
body.woocommerce-checkout #order_comments_field textarea::placeholder,
body.woocommerce-cart #order_comments_field textarea::placeholder {
  opacity: 1;
  color: #353f46;
}
body.woocommerce-checkout #order_review_heading,
body.woocommerce-cart #order_review_heading {
  float: left;
  width: 44%;
  color: #56914c;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

body.woocommerce-order-received h2 {
  color: #56914c;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
body.woocommerce-order-received .woocommerce-order-details {
  float: right;
  width: 48%;
  text-align: right;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table {
  border: 0;
  background: #fff;
  margin: 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead td {
  border: 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead th {
  color: #e270ab;
  font-weight: 700;
  border: 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead th.product-name {
  width: 65%;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead th.product-total {
  width: 35%;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tbody,
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead {
  background: #fff;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr td:first-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr th:first-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr td:first-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr th:first-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead tr td:first-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table thead tr th:first-child {
  padding-right: 60px;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td {
  padding: 15px 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr:nth-child(even) {
  background: #fff;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
  border-top: 1px solid #dcd0c7;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table th {
  text-align: right;
  color: #353f46;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 30px 0;
  border-top: 1px solid #dcd0c7;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td {
  text-align: right;
  color: #353f46;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 30px 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot .shipping-calculator-button,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot .woocommerce-shipping-destination {
  display: none;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin: 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li:first-child {
  margin-bottom: 25px;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li input {
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li label {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-right: 30px;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li label:before {
  content: "";
  position: absolute;
  right: 0;
  border: 1px solid #dcd0c7;
  border-radius: 50%;
  top: 2px;
  display: block;
  width: 19px;
  height: 19px;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li label:after {
  content: "";
  position: absolute;
  right: 5px;
  border-radius: 50%;
  top: 7px;
  display: block;
  width: 9px;
  height: 9px;
  background: #56914c;
  opacity: 0;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot #shipping_method li input:checked + label:after {
  opacity: 1;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table .order-total th {
  font-weight: 800;
}
body.woocommerce-order-received .woocommerce-customer-details {
  float: left;
  width: 48%;
}
body.woocommerce-order-received .woocommerce-customer-details address {
  background: #fff;
  border: 0;
  padding: 30px;
  font-size: 18px;
}
body.woocommerce-order-received .woocommerce-customer-details .col2-set {
  width: 100%;
}
body.woocommerce-order-received .woocommerce-customer-details .col2-set .col-1 {
  margin-bottom: 30px;
}

.testi_popup {
  max-width: 800px;
  text-align: right;
}
.testi_popup .testi_box_text {
  margin-bottom: 20px;
}
.testi_popup .testi_box_author span {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}

.wrap_page_content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wrap_page_content ul,
.wrap_page_content ol,
.wrap_page_content p {
  color: #353f46;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 161.577%;
  margin-bottom: 20px;
}
.wrap_page_content h2,
.wrap_page_content h3,
.wrap_page_content h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Heebo", serif;
  line-height: 1;
}
.wrap_page_content ul,
.wrap_page_content ol {
  margin-right: 20px;
}
.wrap_page_content form {
  max-width: 638px;
  margin: 0 auto;
  margin-top: 20px;
}
.wrap_page_content form .wrap_title {
  margin-bottom: 20px;
  margin-top: 50px;
}
.wrap_page_content form .wrap_title h3 {
  color: #000;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.wrap_page_content form .wrap_input {
  margin-bottom: 18px;
}
.wrap_page_content form input[type=date] {
  text-align: right;
}
.wrap_page_content form textarea,
.wrap_page_content form input[type=date],
.wrap_page_content form input[type=text],
.wrap_page_content form input[type=tel],
.wrap_page_content form input[type=email] {
  width: 100%;
  height: 68px;
  border: none;
  border-radius: 31px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #505050;
  background: #fff;
  margin: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
}
.wrap_page_content form textarea::-moz-placeholder, .wrap_page_content form input[type=date]::-moz-placeholder, .wrap_page_content form input[type=text]::-moz-placeholder, .wrap_page_content form input[type=tel]::-moz-placeholder, .wrap_page_content form input[type=email]::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.wrap_page_content form textarea::placeholder,
.wrap_page_content form input[type=date]::placeholder,
.wrap_page_content form input[type=text]::placeholder,
.wrap_page_content form input[type=tel]::placeholder,
.wrap_page_content form input[type=email]::placeholder {
  color: #505050;
  opacity: 1;
}
.wrap_page_content form textarea {
  height: 164px;
  resize: none;
  padding-top: 20px;
}
.wrap_page_content form .wpcf7-spinner {
  position: absolute;
}
.wrap_page_content form .wrap_checkbox .wpcf7-list-item {
  margin-right: 14px;
}
.wrap_page_content form .wrap_checkbox .wpcf7-list-item label {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.wrap_page_content form .wrap_checkbox .wpcf7-list-item input {
  margin: 0;
  width: 17px;
  height: 17px;
  border: 0;
  outline: 0;
  accent-color: #d9d9d9;
  margin-left: 15px;
}
.wrap_page_content form .wrap_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: #353f46;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}
.wrap_page_content form .wrap_submit {
  text-align: center;
  margin-top: 25px;
}
.wrap_page_content form .wrap_submit input[type=submit] {
  height: 68px;
  width: 180px;
  border: none;
  border-radius: 39px;
  padding: 0 20px;
  font-family: "Heebo", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #353f46;
  background: #f5c939;
  cursor: pointer;
}

.contact_main_sec .abs_flower2 {
  z-index: -1;
}/*# sourceMappingURL=style.css.map */