@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  font-family: "Lato", sans-serif !important;
  margin: 0;
  color: #161519;
  padding-top: 127px !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Lato", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

a:focus img {
  outline: none !important;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1630px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

@media screen and (max-width: 991px) {
  .map iframe {
    margin-bottom: 50px !important;
  }
}
ul.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 20px;
  position: absolute;
}

ul.breadcrumbs li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1E1E1E;
  margin-right: 15px;
}

ul.breadcrumbs li:last-of-type {
  margin-right: 0;
}

ul.breadcrumbs li a {
  font-weight: 600;
  text-decoration: none;
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  text-decoration: none;
  color: inherit;
}

/* woocommerce-reset.css */
.woocommerce-page .product,
.woocommerce-page .cart,
.woocommerce-page .checkout,
.woocommerce-page .my-account {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
  color: inherit;
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce button,
.woocommerce input[type=submit] {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

.woocommerce .quantity input[type=number],
.woocommerce .quantity input[type=text] {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.woocommerce .woocommerce-notices-wrapper {
  margin: 0;
  padding: 0;
}

.woocommerce .star-rating,
.woocommerce .product_meta,
.woocommerce .price,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}

header.site-header {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 99;
  transition: top 0.3s ease;
  top: 0;
  padding: 36px 0 18px;
}

header.site-header.sticky {
  position: fixed;
  top: 0;
  transition: top 0.3s ease;
}

header.site-header.hide-partial {
  top: -18px;
  transition: top 0.3s ease;
}

header.site-header.show-full {
  top: 0;
  transition: top 0.3s ease;
}

header.site-header .top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.site-header .top_header .left_side {
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .left_side {
    max-width: 200px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .top_header .left_side {
    max-width: 150px;
  }
}
header.site-header .top_header .left_side .site-logo {
  max-width: 250px;
  margin-right: 30px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .left_side .site-logo {
    margin-right: 15px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1630px) {
  header.site-header .top_header .left_side .site-logo {
    margin-right: 10px;
    max-width: 150px;
  }
}
header.site-header .top_header .right_side {
  display: flex;
  justify-content: flex-end;
  max-width: calc(100% - 300px);
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .right_side {
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .top_header .right_side {
    max-width: calc(100% - 160px);
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation {
    position: fixed;
    left: -320px;
    background: white;
    padding: 80px 30px;
    max-width: 320px;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation.active {
    left: 0;
    transition: all 0.4s;
  }
}
header.site-header .top_header .right_side nav.primary-navigation .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation .close {
    display: block;
  }
}
header.site-header .top_header .right_side nav.primary-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation ul {
    flex-wrap: wrap;
  }
}
header.site-header .top_header .right_side nav.primary-navigation ul li {
  margin: 0 16px;
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
header.site-header .top_header .right_side nav.primary-navigation ul li.current-menu-item a {
  background: rgba(4, 153, 119, 0.1215686275);
  color: #295A12;
}

header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children {
  position: relative;
}

header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 2px);
  width: 12px;
  height: 8px;
  background: url("/wp-content/themes/victor-child/assets/img/arrow_down.svg");
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:after {
    right: -7px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:after {
    top: 11px;
  }
}
header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children a:hover {
  background: transparent;
}

header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F0F0F0;
  border-radius: 8px;
  padding: 10px;
  width: 200px;
}

@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    position: initial;
    width: auto;
    max-width: 250px;
  }
}
header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li a {
  padding: 10px;
  display: block;
  transition: all 0.3s;
}

header.site-header .top_header .right_side nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li a:hover {
  background: rgba(4, 153, 119, 0.1215686275);
  transition: all 0.3s;
}

header.site-header .top_header .right_side nav.primary-navigation ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #1E1E1E;
  transition: all 0.3s;
  padding: 12px 10px;
  border-radius: 6px;
}

@media screen and (max-width: 1230px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side nav.primary-navigation ul li a {
    font-size: 20px;
  }
}
header.site-header .top_header .right_side nav.primary-navigation ul li a:hover {
  background: rgba(4, 153, 119, 0.1215686275);
  color: #295A12;
  transition: all 0.3s;
}

header.site-header .top_header .right_side nav.primary-navigation ul li .sub-menu-toggle {
  display: none;
}

header.site-header .top_header .right_side nav.primary-navigation ul li ul.sub-menu {
  display: none;
}

header.site-header .top_header .right_side .head_button {
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #00B34F;
  padding: 12px 10px;
  border-radius: 6px;
  margin-left: 20px;
  align-self: center;
  transition: all 0.3s;
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .right_side .head_button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .top_header .right_side .head_button {
    margin-left: 5px;
    font-size: 14px;
    padding: 10px 5px;
  }
}
header.site-header .top_header .right_side .head_button:hover {
  background: rgb(224, 242, 238);
  transition: all 0.3s;
  color: #295A12;
}

header.site-header .top_header .right_side .header_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border-radius: 50%;
  transition: all 0.3s;
  position: relative;
  width: 56px;
  height: 56px;
  background: rgba(53, 53, 53, 0.0588235294);
}

header.site-header .top_header .right_side .header_cart:hover {
  background: rgb(230, 230, 230);
  transition: all 0.3s;
}

@media screen and (max-width: 1630px) {
  header.site-header .top_header .right_side .header_cart {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .top_header .right_side .header_cart {
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side .header_cart {
    margin-left: 15px;
  }
}
header.site-header .top_header .right_side .header_cart svg {
  width: 22px;
}

header.site-header .top_header .right_side .header_cart div {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #D74E0A;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}

header.site-header .top_header .right_side .header_cart span {
  color: white;
  text-align: center;
  font-size: 10px;
  width: 10px;
}

header.site-header .top_header .right_side .burger {
  width: 25px;
  height: 25px;
  align-self: center;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 991px) {
  header.site-header .top_header .right_side .burger {
    display: flex;
  }
}
header.site-header .top_header .right_side .burger img {
  width: 100%;
}

.main_slider {
  overflow: hidden;
}

.main_slider .main_section {
  background-size: cover;
  height: 620px;
  position: relative;
}

@media screen and (max-width: 1630px) {
  .main_slider .main_section {
    height: 460px;
  }
}
@media screen and (max-width: 1230px) {
  .main_slider .main_section {
    height: 377px;
  }
}
@media screen and (max-width: 991px) {
  .main_slider .main_section {
    height: 293px;
  }
}
@media screen and (max-width: 768px) {
  .main_slider .main_section {
    height: auto;
    padding: 50px 0;
    min-height: 400px;
  }
}
.main_slider .main_section .main_section_content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.main_slider .main_section .main_section_content .left_side {
  max-width: 40%;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .main_slider .main_section .main_section_content .left_side {
    max-width: 100%;
    margin: 0 auto;
  }
}
.main_slider .main_section .main_section_content .left_side h2 {
  font-weight: 700;
  font-size: 72px;
  line-height: 74px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif !important;
}

@media screen and (max-width: 1630px) {
  .main_slider .main_section .main_section_content .left_side h2 {
    font-size: 56px;
    line-height: 66px;
  }
}
@media screen and (max-width: 1230px) {
  .main_slider .main_section .main_section_content .left_side h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .main_slider .main_section .main_section_content .left_side h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.main_slider .main_section .main_section_content .left_side p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .main_slider .main_section .main_section_content .left_side p {
    font-size: 16px;
    line-height: 26px;
  }
}
.main_slider .main_section .main_section_content .left_side a {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  background: #000000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.main_slider .main_section .main_section_content .left_side a svg {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .main_slider .main_section .main_section_content .right_side {
    display: none;
  }
}
.main_slider .main_section .custom_arrows {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}

.main_slider .slick-dots {
  bottom: 21px;
}

.main_slider .slick-dots li {
  width: 60px;
  height: 9px;
  margin: 0 6px;
  background: rgb(11, 154, 74);
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  .main_slider .slick-dots li {
    width: 25px;
  }
}
.main_slider .slick-dots li.slick-active {
  background: #8DC71D;
}

.main_slider .slick-dots li button {
  display: none;
}

.servicii_recomandate {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}

@media screen and (max-width: 991px) {
  .servicii_recomandate {
    margin: 50px 0;
    flex-wrap: wrap;
  }
}
.servicii_recomandate li {
  max-width: calc(25% - 23px);
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1230px) {
  .servicii_recomandate li {
    max-width: calc(25% - 10px);
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .servicii_recomandate li {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .servicii_recomandate li {
    padding: 10px;
    max-width: calc(50% - 5px);
    margin-bottom: 10px;
    height: 240px;
  }
}
.servicii_recomandate li:first-of-type {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media screen and (max-width: 991px) {
  .servicii_recomandate li:first-of-type {
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .servicii_recomandate li:nth-of-type(2) {
    border-top-right-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .servicii_recomandate li:nth-of-type(3) {
    border-bottom-left-radius: 12px;
  }
}
.servicii_recomandate li:last-of-type {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media screen and (max-width: 991px) {
  .servicii_recomandate li:last-of-type {
    border-top-right-radius: 0;
  }
}
.servicii_recomandate li .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.servicii_recomandate li .service_home_content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 32px;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 991px) {
  .servicii_recomandate li .service_home_content {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .servicii_recomandate li .service_home_content {
    padding: 10px;
  }
}
.servicii_recomandate li .service_home_content:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .servicii_recomandate li .service_home_content:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.servicii_recomandate li .service_home_content h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -5%;
  margin-bottom: 12px;
  color: #FFFFFF;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 1230px) {
  .servicii_recomandate li .service_home_content h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .servicii_recomandate li .service_home_content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.servicii_recomandate li .service_home_content p {
  z-index: 3;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  letter-spacing: 2%;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .servicii_recomandate li .service_home_content p {
    line-height: 23px;
  }
}
.servicii_recomandate li .service_home_content a {
  z-index: 3;
  position: absolute;
  bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.3s;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .servicii_recomandate li .service_home_content a {
    bottom: 10px;
    padding: 10px 15px;
  }
}
.servicii_recomandate li .service_home_content a:hover {
  background: rgb(116, 205, 82);
  transition: all 0.3s;
}

.home_products_section .section_head h6 {
  color: #000000;
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.home_products_section .section_head h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -5%;
  color: #000000;
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .home_products_section .section_head h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.home_products_section .home_products .slick-slide {
  margin-right: 40px;
}

@media screen and (max-width: 1230px) {
  .home_products_section .home_products .slick-slide {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .home_products_section .home_products .slick-slide {
    margin-right: 10px;
  }
}
.home_products_section .home_products .slick-slide .featured_product .img_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 340px;
  display: block;
}

@media screen and (max-width: 1230px) {
  .home_products_section .home_products .slick-slide .featured_product .img_wrap {
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  .home_products_section .home_products .slick-slide .featured_product .img_wrap {
    height: 200px;
  }
}
.home_products_section .home_products .slick-slide .featured_product .img_wrap img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.home_products_section .home_products .slick-slide .featured_product h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #111013;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .home_products_section .home_products .slick-slide .featured_product h4 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.home_products_section .home_products .slick-slide .featured_product a.category {
  display: block;
  color: #161519;
  font-size: 15px;
  line-height: 25px;
}

.home_products_section .home_products .slick-slide .featured_product p.price {
  font-weight: 600;
  font-size: 18px;
  color: #161519;
  line-height: 28px;
}

.home_products_section .home_products .slick-slide .featured_product a.button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #1A1818;
  margin-top: 20px;
  transition: all 0.3s;
  border-radius: 6px;
  padding: 12px;
}

@media screen and (max-width: 600px) {
  .home_products_section .home_products .slick-slide .featured_product a.button {
    margin-top: 10px;
    padding: 8px;
    font-size: 16px;
  }
}
.home_products_section .home_products .slick-slide .featured_product a.button:hover {
  background: rgb(224, 242, 238);
  transition: all 0.3s;
  color: #295A12;
}

.home_products_section .home_products .slick-slide .featured_product a.button svg {
  margin-left: 7px;
}

.home_products_section .home_products ul.slick-dots {
  text-align: left;
  bottom: -40px;
}

.home_products_section .home_products ul.slick-dots li {
  width: 90px;
  height: 8px;
  border-radius: 999px;
  background: rgba(53, 53, 53, 0.2);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .home_products_section .home_products ul.slick-dots li {
    width: 50px;
  }
}
.home_products_section .home_products ul.slick-dots li.slick-active {
  background: #8DC71D;
  transition: all 0.3s;
}

.home_products_section .home_products ul.slick-dots li button {
  display: none;
}

.home_products_section .custom_arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

.home_products_section .custom_arrows .arrow {
  width: 120px;
  height: 32px;
  margin-right: 60px;
  cursor: pointer;
  border-radius: 999px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_products_section .custom_arrows .arrow:hover {
  background: rgb(203, 230, 153);
  transition: all 0.3s;
}

.home_program {
  background-image: url("/wp-content/themes/victor-child/assets/img/program_bg.jpg");
  background-size: cover;
  padding: 100px 0 40px;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .home_program {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.home_program:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.4);
  z-index: 1;
  position: absolute;
}

.home_program .container {
  position: relative;
  z-index: 2;
}

.home_program .container h6 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #FFFFFF;
}

.home_program .container h2 {
  margin-bottom: 33px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 48px;
  max-width: 750px;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .home_program .container h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.home_program .container p {
  font-size: 18px;
  line-height: 30px;
  color: white;
  margin-bottom: 24px;
}

.home_program .container .orar_antrenament_zilnic {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.home_program .container .orar_antrenament_zilnic .icon {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: rgb(0, 179, 79);
  padding: 0 17px;
}

.home_program .container .orar_antrenament_zilnic .block {
  padding-left: 25px;
  background: rgb(255, 255, 255);
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.home_program .container .orar_antrenament_zilnic .block b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.home_program .container .orar_antrenament_zilnic .block span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
  line-height: 14px;
  color: #000000;
}

.home_program .container .orar_antrenament_zilnic .block:last-of-type {
  padding-right: 25px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home_program .container .program {
  display: flex;
  justify-content: space-between;
}

.home_program .container .program .slick-slide {
  margin-right: 10px;
}

.home_program .container .program .day {
  max-width: calc(16.6666666667% - 10px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .home_program .container .program .day {
    max-width: 100%;
  }
}
.home_program .container .program .day .day_name {
  text-align: center;
  width: 100%;
  backdrop-filter: blur(8px);
  background: #000000;
  border-radius: 8px;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 32px;
  color: white;
  margin-bottom: 12px;
}

@media screen and (max-width: 1630px) {
  .home_program .container .program .day .day_name {
    padding: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .home_program .container .program .day .day_name {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .home_program .container .program .day .day_name {
    padding: 15px;
    font-size: 18px;
  }
}
.home_program .container .program .day .antrenament_block {
  width: 100%;
  height: 105px;
  backdrop-filter: blur(12px);
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.2784313725);
  border-radius: 8px;
  padding: 5px 30px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1230px) {
  .home_program .container .program .day .antrenament_block {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 991px) {
  .home_program .container .program .day .antrenament_block {
    padding: 5px 10px;
  }
}
.home_program .container .program .day .antrenament_block .ora {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: white;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .home_program .container .program .day .antrenament_block .ora {
    font-size: 14px;
    line-height: 18px;
  }
}
.home_program .container .program .day .antrenament_block .nume_antrenament {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: white;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .home_program .container .program .day .antrenament_block .nume_antrenament {
    font-size: 14px;
    line-height: 18px;
  }
}
.home_program .container .program .day .antrenament_block .instructor_antrenament {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: white;
  margin-bottom: 2px;
}

.team_wrap {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .team_wrap {
    margin-top: 50px;
  }
}
.team_wrap h6 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  text-transform: uppercase;
}

.team_wrap h2 {
  margin-bottom: 33px;
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  max-width: 750px;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .team_wrap h2 {
    font-size: 32px;
  }
}
.team_wrap p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .team_wrap p {
    font-size: 16px;
    line-height: 25px;
  }
}
.team_wrap .team {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.team_wrap .team .member {
  width: 25%;
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.team_wrap .team .member:nth-of-type(-n+3) {
  width: 33.3333333333%;
}

@media screen and (max-width: 1230px) {
  .team_wrap .team .member {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .team_wrap .team .member {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .team_wrap .team .member {
    width: 50%;
    padding: 15px;
    height: 250px;
    min-width: 50%;
  }
}
.team_wrap .team .member h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.team_wrap .team .member p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15.6px;
  line-height: 26.4px;
  color: #FFFFFF;
}

.spatii_wrap {
  padding-top: 100px;
  background: rgb(248, 248, 249);
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .spatii_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.spatii_wrap h6 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  text-transform: uppercase;
}

.spatii_wrap h2 {
  margin-bottom: 33px;
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  max-width: 750px;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .spatii_wrap h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.spatii_wrap p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .spatii_wrap p {
    font-size: 16px;
    line-height: 25px;
  }
}
.spatii_wrap .spatii {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .spatii_wrap .spatii {
    flex-wrap: wrap;
  }
}
.spatii_wrap .spatii .spatiu {
  max-width: calc(25% - 23px);
  width: 100%;
  height: 426px;
  position: relative;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1230px) {
  .spatii_wrap .spatii .spatiu {
    height: 350px;
    padding: 20px;
    max-width: calc(25% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .spatii_wrap .spatii .spatiu {
    max-width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .spatii_wrap .spatii .spatiu {
    height: 280px;
    padding: 15px;
  }
}
.spatii_wrap .spatii .spatiu:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.spatii_wrap .spatii .spatiu:first-of-type {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media screen and (max-width: 991px) {
  .spatii_wrap .spatii .spatiu:first-of-type {
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .spatii_wrap .spatii .spatiu:nth-of-type(2) {
    border-top-right-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .spatii_wrap .spatii .spatiu:nth-of-type(3) {
    border-bottom-left-radius: 12px;
  }
}
.spatii_wrap .spatii .spatiu:last-of-type {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media screen and (max-width: 991px) {
  .spatii_wrap .spatii .spatiu:last-of-type {
    border-top-right-radius: 0;
  }
}
.spatii_wrap .spatii .spatiu h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -5%;
  color: #FFFFFF;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1230px) {
  .spatii_wrap .spatii .spatiu h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .spatii_wrap .spatii .spatiu h3 {
    font-size: 24px;
  }
}
.spatii_wrap .spatii .spatiu p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 25px;
  letter-spacing: 2%;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.spatii_wrap .spatii .spatiu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16.72px;
  line-height: 24px;
  letter-spacing: -2.5%;
  color: #FFFFFF;
  transition: all 0.3s;
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .spatii_wrap .spatii .spatiu a {
    padding: 12px;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
  }
}
.spatii_wrap .spatii .spatiu a:hover {
  background: rgb(116, 205, 82);
  transition: all 0.3s;
}

.spatii_wrap .spatii .spatiu a svg {
  margin-left: 10px;
}

.testimonials {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .testimonials {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.testimonials h6 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  text-transform: uppercase;
}

.testimonials h2 {
  margin-bottom: 33px;
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  max-width: 750px;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .testimonials h2 {
    font-size: 32px;
  }
}
.testimonials .wp-gr .grw-row .grw-content .grw-content-inner .rpi-dots-wrap .rpi-dots {
  background: #E8F1EC !important;
  border-radius: 5px !important;
  padding: 10px 21px !important;
}

.testimonials .wp-gr .grw-row .grw-content .grw-content-inner .rpi-dots-wrap .rpi-dots .rpi-dot {
  width: 19px !important;
  height: 6px !important;
  border-radius: 3px !important;
  background: #D9D9D9 !important;
  transform: none !important;
  opacity: 1 !important;
}

.testimonials .wp-gr .grw-row .grw-content .grw-content-inner .rpi-dots-wrap .rpi-dots .rpi-dot.active {
  background: #5B5B5B !important;
}

footer.site-footer {
  background: rgb(245, 245, 245);
}

footer.site-footer .footer_content {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0 0;
  }
}
footer.site-footer .footer_content .column {
  max-width: calc(25% - 15px);
  width: fit-content;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
footer.site-footer .footer_content .column.first b {
  font-weight: 600;
  line-height: 100%;
  color: #1A1818;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

footer.site-footer .footer_content .column.first b:first-of-type {
  font-size: 20px;
  margin: 29px 0;
}

footer.site-footer .footer_content .column.first p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1A1818;
  display: block;
  margin-bottom: 10px;
}

footer.site-footer .footer_content .column h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #1A1818;
  margin-bottom: 25px;
  text-transform: uppercase;
}

footer.site-footer .footer_content .column .primary-navigation ul li {
  margin-bottom: 15px;
}

footer.site-footer .footer_content .column .primary-navigation ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #1A1818;
}

footer.site-footer .footer_content .column .block {
  margin-bottom: 29px;
}

footer.site-footer .footer_content .column .block b {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #1A1818;
  margin-bottom: 5px;
  display: block;
}

footer.site-footer .footer_content .column .block a {
  margin-bottom: 5px;
}

footer.site-footer .footer_content .column .block p, footer.site-footer .footer_content .column .block a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1A1818;
  display: block;
}

footer.site-footer .footer_bottom_wrap {
  padding: 20px 0;
}

footer.site-footer .footer_bottom_wrap .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_bottom_wrap .footer_bottom {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_bottom_wrap .footer_bottom nav ul {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 500px) {
  footer.site-footer .footer_bottom_wrap .footer_bottom nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.site-footer .footer_bottom_wrap .footer_bottom nav ul li {
  margin-right: 41px;
}

@media screen and (max-width: 500px) {
  footer.site-footer .footer_bottom_wrap .footer_bottom nav ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
footer.site-footer .footer_bottom_wrap .footer_bottom nav ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
}

footer.site-footer .footer_bottom_wrap .footer_bottom .block {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_bottom_wrap .footer_bottom .block {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
footer.site-footer .footer_bottom_wrap .footer_bottom .block img {
  margin-right: 41px;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom_wrap .footer_bottom .block img {
    max-width: calc(50% - 5px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .site-main {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .site-main .container_fluid {
    order: 1;
  }
}
.woocommerce-shop .site-main .woocommerce-ordering {
  display: none;
}

.woocommerce-shop .main_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .main_section {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.woocommerce-shop .main_section .left_side {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .main_section .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce-shop .main_section .left_side h2 {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  color: #111013;
  margin-bottom: 10px;
}

@media screen and (max-width: 1230px) {
  .woocommerce-shop .main_section .left_side h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .main_section .left_side h2 {
    font-size: 42px;
  }
}
.woocommerce-shop .main_section .left_side P {
  font-weight: 400;
  font-size: 18.4px;
  line-height: 29.4px;
  color: #161519;
}

.woocommerce-shop .main_section .product_side {
  max-width: 50%;
  width: 100%;
  border-radius: 8px;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .main_section .product_side {
    max-width: 100%;
  }
}
.woocommerce-shop .main_section .product_side:before {
  content: "";
  background: linear-gradient(90deg, rgb(255, 255, 255) 44%, rgba(87, 199, 133, 0) 100%, rgba(237, 221, 83, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.woocommerce-shop .main_section .product_side .product_content {
  padding: 56px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .main_section .product_side .product_content {
    padding: 56px 20px;
  }
}
.woocommerce-shop .main_section .product_side .product_content span {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-transform: uppercase;
}

.woocommerce-shop .main_section .product_side .product_content h3 {
  font-weight: 800;
  font-size: 38px;
  line-height: 115%;
  letter-spacing: -3%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (max-width: 1230px) {
  .woocommerce-shop .main_section .product_side .product_content h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .main_section .product_side .product_content h3 {
    font-size: 24px;
  }
}
.woocommerce-shop .main_section .product_side .product_content p {
  font-weight: 400;
  font-size: 18.4px;
  line-height: 29.4px;
  margin-bottom: 16px;
}

.woocommerce-shop .main_section .product_side .product_content .price {
  margin-bottom: 16px;
  display: block;
}

.woocommerce-shop .main_section .product_side .product_content .price bdi, .woocommerce-shop .main_section .product_side .product_content .price span {
  font-weight: 600;
  font-size: 15.6px;
  line-height: 26.4px;
}

.woocommerce-shop .main_section .product_side .product_content a {
  padding: 12px 24px;
  font-weight: 700;
  font-size: 16.72px;
  line-height: 24px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  border-radius: 6px;
  display: block;
  width: fit-content;
}

.woocommerce-shop .products_wrap {
  margin-top: 64px;
  padding-top: 50px;
  background: rgb(248, 248, 249);
}

.woocommerce-shop .products_wrap header.woocommerce-products-header {
  display: none;
}

.woocommerce-shop .products_wrap .woocommerce-result-count {
  font-weight: 400;
  font-size: 15.6px;
  line-height: 26.4px;
  vertical-align: middle;
  color: #161519;
  width: 100%;
  text-align: right;
  margin-bottom: 50px !important;
}

.woocommerce-shop .products_wrap ul.products {
  padding: 0 !important;
  max-width: 1330px;
  margin: 50px auto !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .products_wrap ul.products {
    order: 4;
  }
}
.woocommerce-shop .products_wrap ul.products li.product {
  width: calc(33.3333333333% - 25px) !important;
  margin-right: 25px !important;
  padding: 0 !important;
  border-radius: 7px;
  margin-bottom: 25px !important;
  position: relative;
}

@media screen and (max-width: 991px) {
  .woocommerce-shop .products_wrap ul.products li.product {
    width: calc(33.3333333333% - 25px) !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-shop .products_wrap ul.products li.product {
    width: calc(50% - 10px) !important;
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1230px) {
  .woocommerce-shop .products_wrap ul.products li.product:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-shop .products_wrap ul.products li.product:nth-of-type(3n) {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-shop .products_wrap ul.products li.product:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.woocommerce-shop .products_wrap ul.products li.product .img_wrap {
  width: 100%;
  height: 345px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .woocommerce-shop .products_wrap ul.products li.product .img_wrap {
    height: 200px;
  }
}
.woocommerce-shop .products_wrap ul.products li.product .img_wrap img {
  max-height: 100%;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.woocommerce-shop .products_wrap ul.products li.product h2 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin-bottom: 0 !important;
  height: 25px;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-shop .products_wrap ul.products li.product h2 {
    font-size: 16px !important;
    line-height: 20px;
    height: 50px;
  }
}
.woocommerce-shop .products_wrap ul.products li.product .product-categories {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -1%;
  color: #161519;
}

.woocommerce-shop .products_wrap ul.products li.product .price {
  margin-bottom: 7px !important;
}

.woocommerce-shop .products_wrap ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce-shop .products_wrap ul.products li.product .price bdi {
  font-weight: 600;
  font-size: 15.6px;
  line-height: 26.4px;
  color: #161519;
}

.woocommerce-shop .products_wrap ul.products li.product svg {
  display: none;
}

.woocommerce-shop .products_wrap ul.products li.product a.button {
  border-radius: 6px;
  color: #1E1E1E !important;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  line-height: 20px;
  transition: all 0.4s;
  text-align: center;
  margin: 0 auto !important;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.woocommerce-shop .products_wrap ul.products li.product a.button svg {
  display: block !important;
  margin-left: 5px;
}

.woocommerce-shop .products_wrap ul.products li.product a.button svg path {
  transition: all 0.4s;
}

.woocommerce-shop .products_wrap ul.products li.product a.button:hover {
  color: #0E856A !important;
  transition: all 0.4s;
  background: rgba(4, 153, 119, 0.1215686275);
}

.woocommerce-shop .products_wrap ul.products li.product a.button:hover svg path {
  stroke: #0E856A;
  transition: all 0.4s;
}

.single-product .woocommerce-breadcrumb {
  font-size: 15.6px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #60606B;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
}

@media screen and (max-width: 1630px) {
  .single-product .woocommerce-breadcrumb {
    max-width: 1200px;
  }
}
.single-product .woocommerce-breadcrumb a {
  font-size: 15.6px;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #161519;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #ffd6e8;
  padding: 10px 15px 10px 30px;
  margin-bottom: 20px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message:before {
  left: 10px;
  top: 11px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background: transparent;
}

.single-product .single_page_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .single-product .single_page_wrap {
    justify-content: center;
  }
}
.single-product .single_page_wrap .onsale {
  display: none;
}

.single-product .single_page_wrap .woocommerce-product-gallery {
  overflow: hidden;
  padding: 20px;
}

@media screen and (max-width: 1630px) {
  .single-product .single_page_wrap .woocommerce-product-gallery {
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .single-product .single_page_wrap .woocommerce-product-gallery {
    max-width: 100%;
    margin-bottom: 30px !important;
  }
}
.single-product .single_page_wrap .woocommerce-product-gallery img {
  margin: 0 auto;
}

.single-product .single_page_wrap .summary {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 48%;
}

@media screen and (max-width: 768px) {
  .single-product .single_page_wrap .summary {
    max-width: 100%;
    margin-top: 30px;
  }
}
.single-product .single_page_wrap .summary h1 {
  color: #1E1E1E;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 115%;
  order: 1;
}

@media screen and (max-width: 768px) {
  .single-product .single_page_wrap .summary h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.single-product .single_page_wrap .summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: black;
  margin-bottom: 16px;
  order: 2;
}

.single-product .single_page_wrap .summary .price .amount {
  margin: 0 3px;
}

.single-product .single_page_wrap .summary .price del {
  text-decoration: none;
  order: 1;
  width: 100%;
  opacity: 1;
}

.single-product .single_page_wrap .summary .price del bdi {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: line-through;
  color: #1C1C1E;
}

.single-product .single_page_wrap .summary .price bdi {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #111013;
}

.single-product .single_page_wrap .summary .price ins {
  text-decoration: none;
}

.single-product .single_page_wrap .summary .price ins bdi {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #111013;
}

.single-product .single_page_wrap .summary .product_meta {
  margin-bottom: 12px;
  position: relative;
  order: 3;
}

.single-product .single_page_wrap .summary .product_meta .sku_wrapper {
  display: none;
}

.single-product .single_page_wrap .summary .product_meta .posted_in {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #161519;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .single-product .single_page_wrap .summary .product_meta .posted_in {
    font-size: 16px;
  }
}
.single-product .single_page_wrap .summary .product_meta .posted_in span, .single-product .single_page_wrap .summary .product_meta .posted_in a {
  font-weight: 400;
}

.single-product .single_page_wrap .summary .woocommerce-product-details__short-description {
  order: 4;
}

.single-product .single_page_wrap .summary .woocommerce-product-details__short-description p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
}

.single-product .single_page_wrap .summary .single_variation_wrap {
  width: 100%;
}

.single-product .single_page_wrap .summary .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.single-product .single_page_wrap .summary .single_variation_wrap .single_variation .woocommerce-variation-price .price del {
  text-decoration: none;
  order: 1;
  width: 100%;
  opacity: 1;
}

.single-product .single_page_wrap .summary .single_variation_wrap .single_variation .woocommerce-variation-price .price del bdi {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-decoration: line-through;
  color: #1C1C1E;
}

.single-product .single_page_wrap .summary .single_variation_wrap .single_variation .woocommerce-variation-price .price bdi {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.single-product .single_page_wrap .summary .single_variation_wrap .single_variation .woocommerce-variation-price .price ins {
  text-decoration: none;
}

.single-product .single_page_wrap .summary .single_variation_wrap .single_variation .woocommerce-variation-price .price ins bdi {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.single-product .single_page_wrap .summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.single-product .single_page_wrap .summary .single_variation_wrap .woocommerce-variation-add-to-cart button {
  border-radius: 6px;
  padding: 12px 24px;
  background: #000000;
  font-weight: 700;
  font-size: 16.72px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 0;
}

.single-product .single_page_wrap .summary form {
  order: 4;
}

@media screen and (max-width: 768px) {
  .single-product .single_page_wrap .summary form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.single-product .single_page_wrap .summary form .quantity {
  display: none;
}

.single-product .single_page_wrap .summary form table.variations {
  margin-top: 16px;
}

.single-product .single_page_wrap .summary form table.variations tbody tr th {
  margin-right: 10px;
  display: block;
  text-align: left;
}

.single-product .single_page_wrap .summary form table.variations tbody tr th label {
  font-family: Lato;
  font-size: 15.6px;
  font-weight: 900;
  line-height: 26.4px;
  letter-spacing: 0.015em;
}

.single-product .single_page_wrap .summary form table.variations tbody tr td {
  display: block;
  width: fit-content;
}

.single-product .single_page_wrap .summary form table.variations tbody tr td select {
  padding: 5px 20px 5px 10px;
  font-size: 16px;
  border-radius: 7px;
}

.single-product .single_page_wrap .summary form .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.single-product .single_page_wrap .summary form button.single_add_to_cart_button {
  background: #000000;
  padding: 12px 24px;
  font-size: 16.72px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  border-radius: 6px;
  transition: all 0.3s;
}

.single-product .single_page_wrap .summary form button.single_add_to_cart_button:hover {
  background: #111013;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .single-product .single_page_wrap .summary form button.single_add_to_cart_button {
    padding: 12px 20px;
  }
}
.single-product .single_page_wrap .woocommerce-tabs {
  display: none !important;
}

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

.woocommerce-cart article header.entry-header {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1230px;
  width: 100%;
  margin: 50px auto;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block {
  border-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 11px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block thead th {
  padding: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2509803922);
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td {
  border: 0;
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 95px;
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product {
    margin-bottom: 0;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 18px;
  font-weight: 800;
  line-height: 20.83px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
    width: 100%;
    text-align: center;
    max-width: none;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price {
    justify-content: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price ins, .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price .wc-block-components-product-price__value {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 31.25px;
  color: #111013;
  margin-left: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price del {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3F3F3F;
  margin-left: 12px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  margin-left: 12px;
  color: #ff5252;
  font-size: 15px;
}

@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #111013;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .wc-block-components-sale-badge {
  border: 1px solid #111013;
  color: #111013;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
    padding: 0 15px;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #111013;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: rgb(229, 5, 154);
  border-radius: 8px;
  color: white;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #161519;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__value {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #111013;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-shipping-address .wc-block-components-panel .wc-block-components-panel__button {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  text-decoration: underline;
  color: rgb(0, 179, 79);
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label.wc-block-components-radio-control__option-checked input {
  border: 7px solid rgb(0, 179, 79);
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label.wc-block-components-radio-control__option-checked input:before {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input {
  border: 2px solid #60606B;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input:focus {
  outline: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input:before {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
  background: #1e1e1e;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.woocommerce-checkout header.entry-header {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1230px;
  margin: 60px auto !important;
  padding: 0 15px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input, .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form select {
  border: 1px solid #D9D9D9;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio] {
  border: 2px solid #60606B;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:before {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:focus, .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:focus-visible {
  outline: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:checked {
  border: 8px solid rgb(0, 179, 79);
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form .wc-block-components-address-form__address_2-toggle {
  color: rgb(0, 179, 79);
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  font-size: 16px;
  line-height: 18px;
  color: gray;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-terms-block span {
  font-size: 16px;
  line-height: 18px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-terms-block span a {
  color: rgb(0, 179, 79);
}

@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    display: none;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button {
  background: #1e1e1e;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button {
    width: 100%;
    margin-top: 15px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button .wc-block-components-checkout-place-order-button__text {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
}

.wc-block-components-product-metadata {
  display: none;
}

.checkout-order-summary-block-fill-wrapper .wc-block-components-checkout-step__heading {
  display: none;
}

.checkout-order-summary-block-fill .wc-block-components-order-summary {
  display: none;
}

.woocommerce-order {
  margin: 60px auto;
}

.woocommerce-order p {
  margin-bottom: 10px;
  font-size: 22px;
}

.woocommerce-order .woocommerce-order-details h2 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 600;
}

.woocommerce-order .woocommerce-order-details table th, .woocommerce-order .woocommerce-order-details table td {
  padding: 10px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  font-size: 18px;
  line-height: 24px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column address p {
  font-size: 18px;
  line-height: 24px;
}

form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 !important;
}

@media screen and (max-width: 768px) {
  form.woocommerce-checkout {
    flex-wrap: wrap;
  }
}
form.woocommerce-checkout #customer_details {
  max-width: 65%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  form.woocommerce-checkout #customer_details {
    max-width: 100%;
  }
}
form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100% !important;
}

form.woocommerce-checkout #customer_details .col-1 h3, form.woocommerce-checkout #customer_details .col-2 h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -3%;
  margin-bottom: 24px;
  color: #17161A;
}

form.woocommerce-checkout #customer_details .col-1 .form-row label, form.woocommerce-checkout #customer_details .col-2 .form-row label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #161519;
  margin-bottom: 8px;
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input[type=radio], form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input[type=radio] {
  display: none;
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input:checked + label, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input:checked + label {
  border: 1px solid rgb(0, 179, 79);
  color: rgb(0, 179, 79);
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input:checked + label:before, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input:checked + label:before {
  border: 2px solid rgb(0, 179, 79);
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input:checked + label:after, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input:checked + label:after {
  display: block;
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper label, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper label {
  position: relative;
  border: 1px solid #F3EFF5;
  padding: 13px 52px 13px 13px;
  border-radius: 8px;
  background: #F3EFF5;
  margin-right: 20px;
  cursor: pointer;
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper label:before, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #49454F;
  top: calc(50% - 10px);
  right: 13px;
  content: "";
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper label:after, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(0, 179, 79);
  top: calc(50% - 5px);
  right: 18px;
  display: none;
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input[type=text], form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input[type=tel], form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper input[type=email], form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper textarea, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input[type=text], form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input[type=tel], form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper input[type=email], form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper textarea {
  background: rgba(144, 145, 156, 0.0784313725);
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid rgba(144, 145, 156, 0.48);
}

form.woocommerce-checkout #customer_details .col-1 .form-row .woocommerce-input-wrapper .select2 .select2-selection, form.woocommerce-checkout #customer_details .col-2 .form-row .woocommerce-input-wrapper .select2 .select2-selection {
  border: 1px solid rgba(144, 145, 156, 0.48);
  background: rgba(144, 145, 156, 0.0784313725);
}

form.woocommerce-checkout .order_review_custom {
  max-width: 33%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  form.woocommerce-checkout .order_review_custom {
    max-width: 100%;
  }
}
form.woocommerce-checkout .order_review_custom h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -3%;
  margin-bottom: 24px;
  color: #17161A;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table {
  border: 0;
  margin-bottom: 0;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table thead tr th {
  padding: 15px 0;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table thead tr th.product-total {
  text-align: right;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tbody tr td {
  padding: 15px 0;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tbody tr td.product-total {
  text-align: right;
  font-weight: 700;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tfoot tr td {
  text-align: right;
  padding: 15px 0;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tfoot tr td ul li {
  display: flex;
  align-items: center;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tfoot tr td ul li input {
  margin: 0 5px 0 0;
  display: none;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tfoot tr td ul li input:checked + label {
  color: #161519;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tfoot tr td ul li label {
  display: flex;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.4px;
  color: #B1AEAE;
}

form.woocommerce-checkout .order_review_custom #order_review .shop_table tfoot tr th {
  padding: 15px 0;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment {
  background: transparent;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods {
  padding: 0;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input {
  display: none;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input:checked + label:after {
  display: block;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input:checked + label:before {
  border: 2px solid rgb(0, 179, 79);
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label {
  position: relative;
  padding-left: 30px;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #49454F;
  top: calc(50% - 10px);
  left: 0;
  content: "";
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(0, 179, 79);
  top: calc(50% - 5px);
  left: 5px;
  display: none;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment .place-order {
  padding: 0;
  margin-top: 12px;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: 16px;
  line-height: 16px;
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p a {
  color: rgb(0, 179, 79);
}

form.woocommerce-checkout .order_review_custom #order_review .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  text-align: center;
  padding: 16px 40px;
  border-radius: 6px;
  background: #1E1E1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: white;
}

.text_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .text_image {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.text_image .text_side {
  max-width: 48%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .text_image .text_side {
    max-width: 100%;
  }
}
.text_image .text_side h6 {
  font-weight: 500;
  font-size: 17.6px;
  line-height: 26px;
  color: #161519;
  margin-bottom: 16px;
}

.text_image .text_side h3 {
  font-weight: 700;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -1%;
  color: #161519;
  margin-bottom: 32px;
}

@media screen and (max-width: 1230px) {
  .text_image .text_side h3 {
    font-size: 36px;
  }
}
.text_image .text_side .description p {
  font-weight: 400;
  font-size: 18.4px;
  line-height: 29.4px;
  letter-spacing: 1.5%;
  text-align: justify;
  margin-bottom: 32px;
}

.text_image .text_side .description p strong {
  font-weight: 700;
}

.text_image .image_side {
  max-width: 48%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .text_image .image_side {
    max-width: 100%;
  }
}
.text_image .image_side img {
  margin: 0 auto;
  display: block;
}

.woocommerce-account header.entry-header {
  display: none;
}

.woocommerce-account .woocommerce {
  max-width: 1330px;
  width: 100%;
  margin: 60px auto;
  padding: 0 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: rgba(0, 23, 188, 0.0509803922);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #E5059A;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #E5059A;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #17161A;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  color: #E5059A;
  font-weight: 500;
  float: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  color: gray;
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row input, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row select {
  border: 1px solid #D9D9D9;
  padding: 10px 15px;
  border-radius: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection {
  border: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection__rendered {
  border: 1px solid #D9D9D9;
  padding: 6px 15px;
  border-radius: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection__arrow {
  top: 12px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button {
  background: #171717;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-form .woocommerce-form-login__rememberme {
  display: block;
}

.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-form button[type=submit] {
  padding: 10px 50px;
  border-radius: 999px;
  background: #1E1E1E;
  color: #ffffff;
}

.about_us {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about_us {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_us {
    flex-wrap: wrap;
    padding-top: 70px;
  }
}
.about_us .left_side {
  max-width: 42%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_us .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.about_us .left_side h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #0C120C;
}

@media screen and (max-width: 991px) {
  .about_us .left_side h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .about_us .left_side h1 {
    font-size: 42px;
  }
}
.about_us .left_side .page_description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 24px;
}

.about_us .left_side .page_description p strong {
  font-weight: 600;
}

.about_us_content {
  background: rgb(248, 248, 249);
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .about_us_content {
    padding: 50px 0;
  }
}
.about_us_content .custom_block_image_wrap {
  position: relative;
  overflow: hidden;
}

.about_us_content .custom_block_image_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .about_us_content .custom_block_image_wrap img {
    transform: none;
    position: initial;
  }
}
.about_us_content p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  margin-bottom: 10px;
}

.about_us_content p strong {
  font-weight: 700;
}

.our_story_wrap {
  padding-top: 200px;
  background-image: url("/wp-content/themes/victor-child/assets/img/about_us_story.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .our_story_wrap {
    padding-top: 100px;
  }
}
.our_story_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.our_story_wrap .our_story {
  position: relative;
  z-index: 2;
}

.our_story_wrap .our_story h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -5%;
  color: #FFFFFF;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
  .our_story_wrap .our_story h2 {
    font-size: 36px;
  }
}
.our_story_wrap .our_story p {
  font-weight: 400;
  font-size: 18.4px;
  line-height: 29.4px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.our_story_wrap .our_story .services {
  display: flex;
  justify-content: flex-start;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .our_story_wrap .our_story .services {
    flex-wrap: wrap;
  }
}
.our_story_wrap .our_story .services .block {
  width: 25%;
  padding: 40px 50px;
  background: rgb(0, 179, 79);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 1230px) {
  .our_story_wrap .our_story .services .block {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .our_story_wrap .our_story .services .block {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our_story_wrap .our_story .services .block {
    width: 50%;
  }
}
.our_story_wrap .our_story .services .block:nth-of-type(2), .our_story_wrap .our_story .services .block:nth-of-type(4) {
  background: rgb(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .our_story_wrap .our_story .services .block:nth-of-type(3) {
    background: rgb(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .our_story_wrap .our_story .services .block:nth-of-type(4) {
    background: rgb(0, 179, 79);
  }
}
.our_story_wrap .our_story .services .block h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -4.5%;
  color: #FFFFFF;
  margin-top: 5px;
}

@media screen and (max-width: 1230px) {
  .our_story_wrap .our_story .services .block h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .our_story_wrap .our_story .services .block h3 {
    font-size: 25px;
  }
}
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 98px;
}

@media screen and (max-width: 991px) {
  .gallery {
    margin-top: 50px;
  }
}
.gallery a {
  flex: 1 1 0%;
  min-width: 20%;
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1230px) {
  .gallery a {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .gallery a {
    height: 150px;
    min-width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .gallery a {
    min-width: 50%;
  }
}
.gallery a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.text_page {
  margin: 60px 0;
}

.text_page h1 {
  color: var(--Black, #282828);
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}

@media screen and (max-width: 991px) {
  .text_page h1 {
    font-size: 32px;
  }
}
.text_page h2, .text_page h3, .text_page h4, .text_page h5, .text_page h6 {
  font-weight: 500;
}

.text_page h2, .text_page h4 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  margin: 15px 0 5px;
}

.text_page strong {
  font-weight: 700;
}

.text_page p, .text_page li, .text_page a, .text_page span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 18.4px */
  margin-bottom: 10px;
}

.text_page ul li {
  list-style: disc !important;
}

.text_page ol li {
  list-style: auto !important;
}

.text_page ol, .text_page ul {
  padding-left: 25px;
  margin: 10px 0;
}

.text_page ol li, .text_page ul li {
  margin: 5px 0;
}

.contact_page {
  background: rgb(4, 153, 119);
  padding: 80px 0;
  position: relative;
}

.contact_page .breadcrumbs {
  top: 30px;
  margin-top: 0;
}

.contact_page .breadcrumbs li {
  color: white;
}

.contact_page .breadcrumbs li a {
  color: white;
}

.contact_page .contact {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact_page .contact {
    flex-wrap: wrap;
  }
}
.contact_page .contact .left_side {
  max-width: 50%;
  width: 100%;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .contact_page .contact .left_side {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.contact_page .contact .left_side h1 {
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 30px;
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .contact_page .contact .left_side h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact .left_side h1 {
    font-size: 48px;
  }
}
.contact_page .contact .left_side .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.contact_page .contact .left_side .block .icon {
  margin-right: 30px;
}

.contact_page .contact .left_side .block .block_content b {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: block;
}

.contact_page .contact .left_side .block .block_content a, .contact_page .contact .left_side .block .block_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: block;
}

.contact_page .contact .right_side {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact_page .contact .right_side {
    max-width: 100%;
  }
}
.contact_page .contact .right_side .form {
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}

.contact_page .contact .right_side .form h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #1E1E1E;
  margin-bottom: 5px;
}

.contact_page .contact .right_side .form h6 {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 24px;
}

.contact_page .contact .right_side .form form p {
  margin-bottom: 24px;
}

.contact_page .contact .right_side .form form p label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1E1E1E;
}

.contact_page .contact .right_side .form form p label span input, .contact_page .contact .right_side .form form p label span textarea {
  border: 1px solid #D9D9D9;
  height: 40px;
  border-radius: 8px;
  padding: 5px 10px;
  width: 100%;
  margin-top: 8px;
}

.contact_page .contact .right_side .form form p label span textarea {
  height: 130px;
}

.contact_page .contact .right_side .form form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  display: block;
}

.contact_page .contact .right_side .form form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.contact_page .contact .right_side .form form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact_page .contact .right_side .form form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
  margin-top: 5px;
  margin-right: 5px;
}

.contact_page .contact .right_side .form form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #757575;
}

.contact_page .contact .right_side .form form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label a {
  text-decoration: underline !important;
}

.contact_page .contact .right_side .form form p input[type=submit] {
  border: 1px solid #11B25C;
  color: #11B25C;
  padding: 12px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-radius: 6px;
}

.contact_page .contact .right_side .form form p .wpcf7-spinner {
  position: absolute;
}

.text_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 98px;
}

@media screen and (max-width: 991px) {
  .text_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .text_block {
    flex-wrap: wrap;
  }
}
.text_block.bigText .left_side h3 {
  font-size: 52px;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 17px;
  border-top: 1px solid #60606B;
}

@media screen and (max-width: 1230px) {
  .text_block.bigText .left_side h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .text_block.bigText .left_side h3 {
    font-size: 28px;
  }
}
.text_block.bigText .right_side .block h3 {
  font-size: 44px;
  border-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1230px) {
  .text_block.bigText .right_side .block h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .text_block.bigText .right_side .block h3 {
    font-size: 24px;
  }
}
.text_block .left_side {
  max-width: 35%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .text_block .left_side {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.text_block .left_side h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 114%;
  color: #161519;
  letter-spacing: -3%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #60606B;
}

@media screen and (max-width: 991px) {
  .text_block .left_side h3 {
    font-size: 28px;
  }
}
.text_block .left_side .left_side_description {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #161519;
}

.text_block .right_side {
  max-width: 57%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .text_block .right_side {
    max-width: 63%;
  }
}
@media screen and (max-width: 768px) {
  .text_block .right_side {
    max-width: 100%;
  }
}
.text_block .right_side .block {
  max-width: 48%;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .text_block .right_side .block {
    margin-bottom: 30px;
  }
}
.text_block .right_side .block h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #111013;
  padding-top: 17px;
  border-top: 1px solid #60606B;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .text_block .right_side .block h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .text_block .right_side .block h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.text_block .right_side .block p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  letter-spacing: 2%;
  color: #111013;
}

@media screen and (max-width: 768px) {
  .text_block .right_side .block p {
    line-height: 23px;
  }
}
.main_section_services_warp .breadcrumbs li {
  color: white;
}

.main_section_services_warp .main_section_services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .main_section_services_warp .main_section_services {
    flex-wrap: wrap;
    padding: 80px 0 0;
  }
}
.main_section_services_warp .main_section_services .left_side {
  max-width: 42%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main_section_services_warp .main_section_services .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.main_section_services_warp .main_section_services .left_side h1 {
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media screen and (max-width: 1630px) {
  .main_section_services_warp .main_section_services .left_side h1 {
    font-size: 62px;
  }
}
@media screen and (max-width: 1230px) {
  .main_section_services_warp .main_section_services .left_side h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .main_section_services_warp .main_section_services .left_side h1 {
    font-size: 28px;
  }
}
.main_section_services_warp .main_section_services .left_side p {
  font-weight: 400;
  font-size: 18.4px;
  line-height: 29.4px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .main_section_services_warp .main_section_services .left_side p {
    font-size: 16px;
    line-height: 24px;
  }
}
.main_section_services_warp .main_section_services .left_side a.button {
  padding: 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16.72px;
  line-height: 24px;
  letter-spacing: -2.5%;
  color: #FFFFFF;
  width: fit-content;
  background: rgb(0, 0, 0);
  transition: all 0.3s;
  border-radius: 6px;
  margin-bottom: 20px;
}

.main_section_services_warp .main_section_services .left_side a.button:hover {
  background: rgb(116, 205, 82);
  transition: all 0.3s;
}

.main_section_services_warp .main_section_services .right_side {
  max-width: 47%;
}

@media screen and (max-width: 768px) {
  .main_section_services_warp .main_section_services .right_side {
    max-width: 100%;
  }
}
.services_program {
  margin-top: 0;
  margin-bottom: 98px;
}

@media screen and (max-width: 991px) {
  .services_program {
    margin-bottom: 50px;
  }
}
.first_section_text_wrap {
  background: rgb(248, 248, 249);
  padding: 200px 0 100px;
}

@media screen and (max-width: 1230px) {
  .first_section_text_wrap {
    padding: 100px 0 50px;
  }
}
.first_section_text_wrap .first_section_text {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .first_section_text_wrap .first_section_text {
    flex-wrap: wrap;
  }
}
.first_section_text_wrap .first_section_text .left_question {
  max-width: 34%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .first_section_text_wrap .first_section_text .left_question {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.first_section_text_wrap .first_section_text .left_question h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 115%;
  vertical-align: middle;
  color: #111013;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #60606B;
  text-transform: uppercase;
}

@media screen and (max-width: 1230px) {
  .first_section_text_wrap .first_section_text .left_question h4 {
    font-size: 30px;
  }
}
.first_section_text_wrap .first_section_text .left_question .question_description p {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #111013;
}

.first_section_text_wrap .first_section_text .right_answers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 60%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .first_section_text_wrap .first_section_text .right_answers {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .first_section_text_wrap .first_section_text .right_answers {
    flex-wrap: wrap;
  }
}
.first_section_text_wrap .first_section_text .right_answers .block {
  max-width: 46%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .first_section_text_wrap .first_section_text .right_answers .block {
    max-width: 100%;
  }
}
.first_section_text_wrap .first_section_text .right_answers .block h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #111013;
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #60606B;
}

@media screen and (max-width: 1230px) {
  .first_section_text_wrap .first_section_text .right_answers .block h3 {
    font-size: 24px;
  }
}
.first_section_text_wrap .first_section_text .right_answers .block .description p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #111013;
  margin-bottom: 10px;
}

.service_text_image_section {
  padding: 98px 0;
}

@media screen and (max-width: 1230px) {
  .service_text_image_section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .service_text_image_section {
    padding: 0 0 50px;
  }
}
.service_text_image_section .text_image .text_side h3 {
  font-size: 38px;
}

@media screen and (max-width: 1230px) {
  .service_text_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service_text_block .text_block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .service_text_block .text_block .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.service_text_block .text_block .left_side h3 {
  font-size: 52px;
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid #60606B;
}

@media screen and (max-width: 1230px) {
  .service_text_block .text_block .left_side h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .service_text_block .text_block .left_side h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .service_text_block .text_block .right_side {
    max-width: 100%;
  }
}
@media screen and (max-width: 1230px) {
  .service_text_block .text_block .right_side .block {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .service_text_block .text_block .right_side .block {
    max-width: 100%;
  }
}
.service_text_block .text_block .right_side .block h3 {
  border-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1230px) {
  .service_text_block .text_block .right_side .block h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service_text_block .text_block .right_side .block h3 {
    height: auto;
    margin-bottom: 10px;
  }
}
.contraindicatii {
  margin-bottom: 98px;
}

@media screen and (max-width: 991px) {
  .contraindicatii {
    margin-bottom: 50px;
  }
}
.contraindicatii h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #D74E0A;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contraindicatii p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 24px;
  color: #111013;
  max-width: 800px;
  width: 100%;
}

.contraindicatii p strong {
  font-weight: 700;
}

.contraindicatii ul {
  margin: 20px 0;
  padding-left: 25px;
  column-count: 2;
  max-width: 600px;
}

@media screen and (max-width: 600px) {
  .contraindicatii ul {
    column-count: 1;
  }
}
.contraindicatii ul li {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  list-style: disc;
}

.aplicatii {
  margin-top: 50px;
}

.aplicatii h6 {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.aplicatii h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 115%;
  margin-bottom: 80px;
  max-width: 800px;
}

@media screen and (max-width: 1230px) {
  .aplicatii h2 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .aplicatii h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .aplicatii h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.aplicatii .text_image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .aplicatii .text_image {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.aplicatii .text_image:nth-of-type(3) {
  flex-direction: row-reverse;
}

.aplicatii .text_image .image {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .aplicatii .text_image .image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.aplicatii .text_image .text {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .aplicatii .text_image .text {
    max-width: 100%;
  }
}
.aplicatii .text_image .text .text_wrap {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.aplicatii .text_image .text .text_wrap .block {
  max-width: 50%;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1230px) {
  .aplicatii .text_image .text .text_wrap .block {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .aplicatii .text_image .text .text_wrap .block {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.aplicatii .text_image .text .text_wrap .block h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #111013;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .aplicatii .text_image .text .text_wrap .block h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.aplicatii .text_image .text .text_wrap .block .description ul {
  padding-left: 25px;
}

.aplicatii .text_image .text .text_wrap .block .description ul li {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  list-style: disc;
}

.programari_wrap h6 {
  font-weight: 500;
  font-size: 17.6px;
  line-height: 26px;
  color: #161519;
  margin-bottom: 16px;
}

.programari_wrap h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -1%;
  color: #161519;
  margin-bottom: 32px;
  max-width: 800px;
}

@media screen and (max-width: 1230px) {
  .programari_wrap h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .programari_wrap h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .programari_wrap h2 {
    font-size: 28px;
  }
}
.programari_wrap .programari {
  display: flex;
  justify-content: space-between;
  margin-bottom: 98px;
}

@media screen and (max-width: 991px) {
  .programari_wrap .programari {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.programari_wrap .programari .left_image {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .programari_wrap .programari .left_image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.programari_wrap .programari .form_side {
  max-width: 50%;
  width: 100%;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .programari_wrap .programari .form_side {
    max-width: 100%;
  }
}
.programari_wrap .programari .form_side .form_wrap {
  max-width: 80%;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  padding: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .programari_wrap .programari .form_side .form_wrap {
    max-width: 90%;
  }
}
.programari_wrap .programari .form_side .form_wrap h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #1E1E1E;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .programari_wrap .programari .form_side .form_wrap h3 {
    font-size: 24px;
  }
}
.programari_wrap .programari .form_side .form_wrap form p label {
  color: #1E1E1E;
  margin-bottom: 24px;
  display: block;
}

.programari_wrap .programari .form_side .form_wrap form p label span input, .programari_wrap .programari .form_side .form_wrap form p label span select {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  margin-top: 7px;
}

.programari_wrap .programari .form_side .form_wrap form p input[type=submit] {
  width: 100%;
  border: 1px solid #11B25C;
  border-radius: 6px;
  height: 40px;
  color: #11B25C;
  cursor: pointer;
}

.programari_wrap .programari .form_side .form_wrap form p .wpcf7-spinner {
  position: absolute;
}

.antrenamente_grup .single_antrenament {
  display: flex;
  justify-content: flex-start;
  padding: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .antrenamente_grup .single_antrenament {
    flex-wrap: wrap;
  }
}
.antrenamente_grup .single_antrenament .left_side {
  max-width: 464px;
  width: 100%;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .antrenamente_grup .single_antrenament .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .antrenamente_grup .single_antrenament .left_side img {
    max-width: 464px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .antrenamente_grup .single_antrenament .left_side img {
    max-width: 100%;
  }
}
.antrenamente_grup .single_antrenament .antrenament_content {
  max-width: calc(100% - 488px);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .antrenamente_grup .single_antrenament .antrenament_content {
    max-width: 100%;
  }
}
.antrenamente_grup .single_antrenament .antrenament_content h4.nume_antrenament {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1E1E1E;
  margin-bottom: 20px;
}

.antrenamente_grup .single_antrenament .antrenament_content h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.antrenamente_grup .single_antrenament .antrenament_content .antrenament_description {
  margin-bottom: 20px;
}

.antrenamente_grup .single_antrenament .antrenament_content .antrenament_description p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #757575;
}

.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 600px) {
  .antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii {
    flex-wrap: wrap;
  }
}
.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 24px 2px;
  max-width: 250px;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block {
    max-width: 48%;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block:last-of-type .icon {
  margin-left: 0;
  margin-right: 15px;
}

@media screen and (max-width: 600px) {
  .antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block:last-of-type {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin-right: 0;
  }
}
.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block:last-of-type .content_wrap_beneficiu {
  max-width: calc(100% - 90px);
}

@media screen and (max-width: 600px) {
  .antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block:last-of-type .content_wrap_beneficiu .nume_beneficiu, .antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block:last-of-type .content_wrap_beneficiu .descriere_beneficiu {
    text-align: left;
  }
}
.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block .icon {
  text-align: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}

.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block .nume_beneficiu {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 20px;
}

.antrenamente_grup .single_antrenament .antrenament_content .antrenament_beneficii .block .descriere_beneficiu {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #B3B3B3;
}

.antrenamente_grup .single_antrenament .antrenament_content a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16.72px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 24px;
  background: #000000;
  border-radius: 6px;
  width: fit-content;
  margin-top: 20px;
  transition: all 0.3s;
}

.antrenamente_grup .single_antrenament .antrenament_content a.button:hover {
  background: rgb(116, 205, 82);
  transition: all 0.3s;
}

.antrenamente_grup .single_antrenament .antrenament_content a.button svg {
  margin-left: 10px;
}

.benefits_personal_trainer {
  padding: 98px 0;
  background: rgb(248, 248, 249);
  margin-bottom: 98px;
}

@media screen and (max-width: 881px) {
  .benefits_personal_trainer {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.benefits_personal_trainer h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 115%;
  letter-spacing: -3%;
  text-align: center;
  color: #111013;
  margin-bottom: 16px;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .benefits_personal_trainer h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .benefits_personal_trainer h2 {
    font-size: 24px;
  }
}
.benefits_personal_trainer p {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-align: center;
  color: #111013;
  padding: 16px 16px 0;
  border-top: 1px solid #60606B;
  width: fit-content;
  margin: 0 auto;
}

.tarife_navigation .breadcrumbs {
  position: relative;
}

.tarife_navigation ul.nav {
  display: flex;
  justify-content: space-between;
  margin-top: 98px;
}

@media screen and (max-width: 1230px) {
  .tarife_navigation ul.nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .tarife_navigation ul.nav {
    margin-top: 50px;
  }
}
.tarife_navigation ul.nav li {
  border: 1px solid #00B34F;
  border-radius: 4px;
  padding: 12px 24px;
  text-align: center;
  align-self: center;
}

@media screen and (max-width: 1630px) {
  .tarife_navigation ul.nav li {
    padding: 12px;
  }
}
@media screen and (max-width: 1230px) {
  .tarife_navigation ul.nav li {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarife_navigation ul.nav li {
    margin-right: 10px;
    padding: 8px;
  }
}
.tarife_navigation ul.nav li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #00B34F;
}

.tarife {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .tarife {
    margin-top: 40px;
  }
}
.tarife .head_section {
  margin-bottom: 40px;
}

@media screen and (max-width: 1230px) {
  .tarife .head_section {
    margin-bottom: 25px;
  }
}
.tarife .head_section h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #1E1E1E;
  margin-bottom: 10px;
}

.tarife .head_section p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}

.tarife .masaj {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) {
  .tarife .masaj {
    justify-content: flex-start;
  }
}
.tarife .masaj .tip_masaj {
  max-width: calc(25% - 22px);
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 1230px) {
  .tarife .masaj .tip_masaj {
    max-width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tarife .masaj .tip_masaj {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .tarife .masaj .tip_masaj {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.tarife .masaj .tip_masaj .head_tip_masaj {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

.tarife .masaj .tip_masaj .head_tip_masaj .nume_masaj {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1E1E1E;
  margin-right: 30px;
}

.tarife .masaj .tip_masaj .head_tip_masaj .durata_tip_masaj {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1E1E1E;
}

.tarife .masaj .tip_masaj .per_person {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  margin-bottom: 25px;
}

.tarife .masaj .tip_masaj .pret_per_sedinte .sedinta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.tarife .masaj .tip_masaj .pret_per_sedinte .sedinta .pret {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #00B34F;
  margin-right: 30px;
  width: 100px;
}

.tarife .masaj .tip_masaj .pret_per_sedinte .sedinta .numar_sedinte {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1E1E1E;
}

.tarife .other_services {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 62px;
}

.tarife .other_services .service_tarif {
  max-width: calc(33.3333333333% - 33px);
  width: 100%;
  background: rgb(245, 245, 245);
  padding: 50px 60px;
  border-radius: 10px;
  margin-bottom: 12px;
  margin-right: 49px;
}

@media screen and (max-width: 1230px) {
  .tarife .other_services .service_tarif {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tarife .other_services .service_tarif {
    margin-right: 22px;
    max-width: calc(33.3333333333% - 15px);
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarife .other_services .service_tarif {
    max-width: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .tarife .other_services .service_tarif {
    max-width: 100%;
    margin-right: 0;
  }
}
.tarife .other_services .service_tarif:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tarife .other_services .service_tarif:nth-of-type(3n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .tarife .other_services .service_tarif:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tarife .other_services .service_tarif:nth-of-type(2n) {
    margin-right: 0;
  }
}
.tarife .other_services .service_tarif .service_name {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tarife .other_services .service_tarif .service_duration {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 40px;
}

.tarife .other_services .service_tarif .sedinta {
  background: #FFFFFF;
  margin-bottom: 15px;
  padding: 26px 20px;
  border-radius: 10px;
}

.tarife .other_services .service_tarif .sedinta:last-of-type {
  margin-bottom: 0;
}

.tarife .other_services .service_tarif .sedinta .numar_sedinte {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.tarife .other_services .service_tarif .sedinta .per_person {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  margin-bottom: 25px;
}

.tarife .other_services .service_tarif .sedinta .pret {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #00B34F;
}

.tarife .tarif_personal_trainer .service_tarif {
  margin-bottom: 30px;
  background: rgb(245, 245, 245);
  border-radius: 10px;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .tarife .tarif_personal_trainer .service_tarif {
    padding: 15px;
  }
}
.tarife .tarif_personal_trainer .service_tarif .service_name {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1E1E1E;
}

@media screen and (max-width: 768px) {
  .tarife .tarif_personal_trainer .service_tarif .service_name {
    font-size: 20px;
  }
}
.tarife .tarif_personal_trainer .service_tarif .service_duration {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte {
    flex-wrap: wrap;
  }
}
.tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte .sedinta {
  padding: 26px 20px;
  background: white;
  border-radius: 10px;
  width: calc(25% - 23px);
}

@media screen and (max-width: 991px) {
  .tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte .sedinta {
    width: calc(50% - 15px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte .sedinta {
    width: 100%;
  }
}
.tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte .sedinta .numar_sedinte {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte .sedinta .per_person {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  margin-bottom: 25px;
}

.tarife .tarif_personal_trainer .service_tarif .pret_per_sedinte .sedinta .pret {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #00B34F;
}



/*# sourceMappingURL=main.css.map */
