@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

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

a.button {
  padding: 8px 12px;
  font-weight: 700;
  color: #FFFFFF;
  background: #2E1966;
  transition: all 0.4s;
  width: fit-content;
  display: block;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #2E1966;
}

a.button:hover {
  background: rgb(255, 255, 255);
  color: #2E1966;
  transition: all 0.4s;
}

h6.subtitle {
  padding: 5px 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0D1318;
  text-transform: uppercase;
  background: #FFE700;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 26px;
}

.container, .woocommerce-account .woocommerce, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 15px;
}

@media screen and (max-width: 1330px) {
  .container, .woocommerce-account .woocommerce, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container, .woocommerce-account .woocommerce, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    max-width: 991px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .container, .woocommerce-account .woocommerce, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    max-width: 768px;
  }
}
.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.page_404 {
  padding: 200px 0;
  text-align: center;
}

.page_404 h2 {
  font-size: 36px;
  color: white;
  margin-bottom: 25px;
  font-weight: 700;
}

.page_404 h1 {
  font-size: 124px;
  font-weight: 700;
  margin-bottom: 36px;
}

.page_404 a {
  margin: 0 auto;
}

.woocommerce-checkout article {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 0;
  color: initial;
}

@media screen and (max-width: 1530px) {
  .woocommerce-checkout article {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .woocommerce-checkout article {
    max-width: 991px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout article {
    max-width: 768px;
  }
}
.woocommerce-checkout article h1 {
  font-weight: 800;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -4%;
  color: #111013;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .woocommerce-checkout article h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.woocommerce-checkout article h2 {
  font-weight: 700;
  font-size: 20.4px;
  line-height: 26px;
  color: #111013;
}

.woocommerce-checkout article .wc-block-checkout__terms .wc-block-components-checkbox__label a {
  color: rgb(46, 25, 102);
}

.woocommerce-checkout article .wc-block-checkout__actions .wc-block-checkout__actions_row {
  justify-content: center;
}

.woocommerce-checkout article .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  display: none;
}

.woocommerce-checkout article .wc-block-checkout__actions .wc-block-checkout__actions_row button {
  padding: 8px 30px;
  font-weight: 700;
  color: #FFFFFF;
  background: rgb(66, 182, 84);
  transition: all 0.4s;
  width: fit-content;
  display: block;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
}

.woocommerce-order-received h2 {
  margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-order-overview {
  margin-top: 25px !important;
}

.woocommerce-order-received .woocommerce-customer-details address {
  line-height: 1.5;
}

.woocommerce-account article {
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  .woocommerce-account article {
    margin-top: 50px;
  }
}
.woocommerce-account .u-columns h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 115%;
  color: #111013;
  margin-bottom: 16px;
}

.woocommerce-account .u-columns form {
  margin: 1em 0;
}

.woocommerce-account .u-columns form p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 22px;
  color: #161519;
  margin-bottom: 10px;
}

.woocommerce-account .u-columns form button {
  font-weight: 700 !important;
  font-size: 16.6px !important;
  line-height: 20px !important;
  color: #FFFFFF !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  background: #42B654 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 700;
  font-size: 16.4px;
  line-height: 16px;
  color: #1E1E1E;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 22px;
  color: #161519;
  margin-bottom: 10px;
}

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

.woocommerce-account .woocommerce-MyAccount-content header a {
  color: #32338F;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content address {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 22px;
  color: #161519;
  margin-bottom: 10px;
}

/* 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;
}

header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header {
    transition: all 0.4s;
  }
}
header.scrolled {
  backdrop-filter: blur(16px);
}

header .header_content {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header_content .left_side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header .header_content .left_side {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1230px) {
  header .header_content .left_side .site-logo {
    max-width: 150px;
  }
}
header .header_content .left_side .contact_header {
  margin-left: 30px;
}

@media screen and (max-width: 1230px) {
  header .header_content .left_side .contact_header {
    margin-left: 20px;
  }
}
header .header_content .left_side .contact_header a {
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 17.6px;
  line-height: 26px;
  color: #32338F;
  align-items: center;
}

@media screen and (max-width: 1230px) {
  header .header_content .left_side .contact_header a {
    font-size: 15px;
  }
}
header .header_content .left_side .contact_header a svg {
  margin-right: 5px;
}

header .header_content .left_side .contact_header .program {
  width: 100%;
  font-weight: 700;
  font-size: 17.6px;
  line-height: 26px;
  color: #32338F;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1230px) {
  header .header_content .left_side .contact_header .program {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .header_content .left_side .contact_header .program {
    display: none;
  }
}
header .header_content .left_side .contact_header .program svg {
  margin-right: 5px;
}

header .header_content .right_side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .header_content .right_side .primary-navigation {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  header .header_content .right_side .primary-navigation {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 106px;
    background: rgb(47, 171, 227);
    z-index: 9;
    padding: 60px 30px;
    max-width: 300px;
    display: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_content .right_side .primary-navigation {
    max-width: 100%;
    width: 100%;
  }
}
header .header_content .right_side .primary-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

@media screen and (max-width: 1230px) {
  header .header_content .right_side .primary-navigation ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  header .header_content .right_side .primary-navigation ul li {
    width: 100%;
    margin-bottom: 35px;
  }
}
header .header_content .right_side .primary-navigation ul li a {
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
  padding: 8px 12px;
  color: #341D74;
}

@media screen and (max-width: 1230px) {
  header .header_content .right_side .primary-navigation ul li a {
    padding: 8px 9px;
  }
}
@media screen and (max-width: 991px) {
  header .header_content .right_side .primary-navigation ul li a {
    color: #ffffff;
  }
}
header .header_content .right_side .primary-navigation ul li:first-of-type a {
  color: #FFFFFF;
  background: #42B654;
  border-radius: 6px;
}

header .header_content .right_side .my_account {
  margin-right: 20px;
}

header .header_content .right_side .header_cart {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .header_content .right_side .header_cart .amount {
  font-weight: 500;
  font-size: 14.4px;
  line-height: 16px;
  color: #161519;
}

header .header_content .right_side .header_cart .count {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #161519;
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
  font-size: 9px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_content .burger {
  display: none;
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  header .header_content .burger {
    display: block;
    position: relative;
    width: 28px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  header .header_content .burger {
    margin-left: 10px;
  }
}
header .header_content .burger.active span:first-of-type {
  top: 23px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

header .header_content .burger.active span:nth-of-type(2) {
  opacity: 0;
}

header .header_content .burger.active span:last-of-type {
  bottom: 23px;
  transform: rotate(45deg);
  transition: all 0.4s;
}

header .header_content .burger span {
  width: 18px;
  height: 2px;
  background: #161519;
  border-radius: 999px;
  display: block;
  position: absolute;
  left: calc(50% - 9px);
  transition: all 0.4s;
}

header .header_content .burger span:first-of-type {
  top: 16px;
}

header .header_content .burger span:nth-of-type(2) {
  top: 23px;
}

header .header_content .burger span:last-of-type {
  bottom: 16px;
}

.main_slider .slick-slide[data-slick-index="0"] .slide .text_side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.main_slider .slick-slide[data-slick-index="0"] .slide .text_side h6 {
  order: 1;
}

.main_slider .slick-slide[data-slick-index="0"] .slide .text_side h2 {
  order: 2;
}

.main_slider .slick-slide[data-slick-index="0"] .slide .text_side a {
  order: 3;
}

.main_slider .slide {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .main_slider .slide {
    flex-wrap: wrap;
  }
}
.main_slider .slide .text_side {
  max-width: 50%;
  width: 100%;
}

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

.main_slider .slide .text_side h2 {
  font-weight: 700;
  font-size: 96px;
  line-height: 88%;
  color: #32338F;
  margin-bottom: 16px;
}

@media screen and (max-width: 1230px) {
  .main_slider .slide .text_side h2 {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) {
  .main_slider .slide .text_side h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 76px) {
  .main_slider .slide .text_side h2 {
    font-size: 32px;
  }
}
.main_slider .slide .text_side a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15.84px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 8px 12px;
  background: #1E1E1E;
  width: fit-content;
}

.main_slider .slide .text_side a svg {
  margin-left: 10px;
}

.main_slider .slide .img_wrap {
  max-width: 50%;
  padding-left: 30px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main_slider .slide .img_wrap {
    max-width: 100%;
    padding: 0;
  }
}
.main_slider .slick-dots {
  text-align: left;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  .main_slider .slick-dots {
    bottom: 0;
    text-align: center;
  }
}
.main_slider .slick-dots li {
  width: 24px;
  height: 8px;
  background: rgba(50, 51, 143, 0.1215686275);
  border-radius: 999px;
  margin-right: 12px;
}

.main_slider .slick-dots li.slick-active {
  background: #42B654;
}

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

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

@media screen and (max-width: 991px) {
  .steps {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .steps {
    margin-top: 50px;
  }
}
.steps .step {
  width: 25%;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 460px;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .steps .step {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .steps .step {
    width: 100%;
    height: 260px;
  }
}
.steps .step:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(50, 51, 143, 0.4509803922);
  z-index: 1;
}

.steps .step:first-of-type {
  background: rgb(66, 182, 84);
  background-image: none !important;
}

.steps .step:first-of-type:before {
  display: none;
}

.steps .step h6 {
  font-weight: 500;
  font-size: 17.6px;
  line-height: 26px;
  margin-bottom: 8px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.steps .step h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 115%;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1230px) {
  .steps .step h3 {
    font-size: 32px;
  }
}
.steps .step p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.product_types_wrap {
  margin-top: 98px;
  padding: 90px 0 50px;
  background-image: url("/wp-content/themes/victor-child/assets/img/list.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .product_types_wrap {
    margin-top: 50px;
  }
}
.product_types_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4509803922);
  z-index: 1;
}

.product_types_wrap .product_types .head {
  position: relative;
  z-index: 2;
  max-width: 788px;
}

.product_types_wrap .product_types .head h6 {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.product_types_wrap .product_types .head h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 105%;
  margin-bottom: 32px;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .product_types_wrap .product_types .head h2 {
    font-size: 36px;
  }
}
.product_types_wrap .product_types ul {
  column-count: 4;
  position: relative;
  z-index: 2;
  break-inside: avoid;
  column-gap: 40px;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .product_types_wrap .product_types ul {
    column-count: 3;
  }
}
@media screen and (max-width: 680px) {
  .product_types_wrap .product_types ul {
    column-count: 2;
  }
}
@media screen and (max-width: 580px) {
  .product_types_wrap .product_types ul {
    column-count: 1;
  }
}
.product_types_wrap .product_types ul li {
  font-weight: 600;
  font-size: 18.4px;
  line-height: 29.4px;
  color: #FFFFFF;
  break-inside: avoid;
}

.product_types_wrap .product_types ul li:first-of-type {
  border-top: 1px solid;
  padding-top: 32px;
}

.product_types_wrap .product_types ul li:nth-of-type(6) {
  border-top: 1px solid;
  padding-top: 32px;
}

@media screen and (max-width: 991px) {
  .product_types_wrap .product_types ul li:nth-of-type(6) {
    border-top: 0;
    padding-top: 0;
  }
}
.product_types_wrap .product_types ul li:nth-of-type(11) {
  border-top: 1px solid;
  padding-top: 32px;
}

@media screen and (max-width: 991px) {
  .product_types_wrap .product_types ul li:nth-of-type(11) {
    border-top: 0;
    padding-top: 0;
  }
}
.product_types_wrap .product_types ul li:nth-of-type(16) {
  border-top: 1px solid;
  padding-top: 32px;
}

@media screen and (max-width: 991px) {
  .product_types_wrap .product_types ul li:nth-of-type(16) {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .product_types_wrap .product_types ul li:nth-of-type(8) {
    border-top: 1px solid;
    padding-top: 32px;
  }
}
@media screen and (max-width: 680px) {
  .product_types_wrap .product_types ul li:nth-of-type(8) {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .product_types_wrap .product_types ul li:nth-of-type(15) {
    border-top: 1px solid;
    padding-top: 32px;
  }
}
@media screen and (max-width: 680px) {
  .product_types_wrap .product_types ul li:nth-of-type(15) {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .product_types_wrap .product_types ul li:nth-of-type(11) {
    border-top: 1px solid;
    padding-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .product_types_wrap .product_types ul li:nth-of-type(11) {
    border-top: 0;
    padding-top: 0;
  }
}
.product_types_wrap .product_types a {
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
  letter-spacing: 1%;
  padding: 8px 12px;
  color: #FFFFFF;
  border-radius: 6px;
  background: #42B654;
  width: fit-content;
  display: block;
  position: relative;
  z-index: 2;
}

.prices {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 98px;
}

@media screen and (max-width: 991px) {
  .prices {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .prices {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.prices .left_side {
  width: 40%;
}

@media screen and (max-width: 1230px) {
  .prices .left_side {
    width: 33%;
  }
}
@media screen and (max-width: 991px) {
  .prices .left_side {
    width: 100%;
    margin-bottom: 20px;
  }
}
.prices .left_side h6 {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-transform: uppercase;
  color: #161519;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #60606B;
}

.prices .left_side h2 {
  color: #111013;
  font-weight: 700;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -4.5%;
}

@media screen and (max-width: 1230px) {
  .prices .left_side h2 {
    font-size: 36px;
  }
}
.prices .right_side {
  display: flex;
  justify-content: space-between;
  width: 58%;
}

@media screen and (max-width: 1230px) {
  .prices .right_side {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .prices .right_side {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prices .right_side {
    flex-wrap: wrap;
  }
}
.prices .right_side .column {
  width: calc(33.3333333333% - 25px);
}

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

@media screen and (max-width: 1330px) {
  .prices .right_side .column h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1230px) {
  .prices .right_side .column h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .prices .right_side .column h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .prices .right_side .column h4 br {
    display: none;
  }
}
.prices .right_side .column span {
  color: #111013;
  font-size: 16.4px;
  line-height: 27px;
  font-weight: 400;
}

.prices .right_side .column span b {
  font-weight: 700;
  margin-right: 15px;
}

.prices .right_side .column .note {
  color: #111013;
  font-size: 16.4px;
  line-height: 27px;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .prices .right_side .column .note {
    margin-top: 10px;
  }
}
.gallery {
  margin-bottom: 98px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .gallery {
    margin-bottom: 50px;
  }
}
.gallery a {
  position: relative;
  overflow: hidden;
  height: 430px;
  border-radius: 12px;
  width: calc(33.3333333333% - 8px);
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .gallery a {
    height: 230px;
  }
}
@media screen and (max-width: 580px) {
  .gallery a {
    width: calc(50% - 3px);
    height: 150px;
    margin-bottom: 6px;
  }
}
.gallery a:first-of-type {
  width: calc((33.3333333333% - 2px) * 2);
}

@media screen and (max-width: 768px) {
  .gallery a:first-of-type {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 580px) {
  .gallery a:first-of-type {
    width: calc(50% - 3px);
  }
}
.gallery a:last-of-type {
  width: calc((33.3333333333% - 2px) * 2);
}

@media screen and (max-width: 768px) {
  .gallery a:last-of-type {
    width: 100%;
  }
}
.gallery a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

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

@media screen and (max-width: 768px) {
  .free_shipping {
    flex-wrap: wrap;
  }
}
.free_shipping .left_side {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .free_shipping .left_side {
    order: 2;
    width: 100%;
  }
}
.free_shipping .right_side {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .free_shipping .right_side {
    order: 1;
    width: 100%;
  }
}
.free_shipping .right_side h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 105%;
  color: #111013;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .free_shipping .right_side h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .free_shipping .right_side h2 {
    font-size: 28px;
  }
}
.free_shipping .right_side .buttons {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .free_shipping .right_side .buttons {
    flex-wrap: wrap;
  }
}
.free_shipping .right_side .buttons a.order {
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
  letter-spacing: 1%;
  padding: 8px 12px;
  color: #FFFFFF;
  border-radius: 6px;
  background: #42B654;
  width: fit-content;
  display: block;
  position: relative;
  z-index: 2;
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .free_shipping .right_side .buttons a.order {
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .free_shipping .right_side .buttons a.order {
    margin-bottom: 25px;
  }
}
.free_shipping .right_side .buttons a.phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 17.6px;
  line-height: 26px;
  color: #32338F;
}

.free_shipping .right_side .buttons a.phone svg {
  margin-right: 10px;
}

footer.site-footer {
  background: rgb(248, 248, 249);
  padding: 98px 0 48px;
}

footer.site-footer .footer_content .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .footer_top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.site-footer .footer_content .footer_top img {
  margin-bottom: 15px;
}

footer.site-footer .footer_content .footer_bottom {
  margin-top: 32px;
}

footer.site-footer .footer_content .footer_bottom .footer-navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .footer_bottom .footer-navigation ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .footer_bottom .footer-navigation ul li {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
}
footer.site-footer .footer_content .footer_bottom .footer-navigation ul li a {
  font-weight: 500;
  font-size: 16.4px;
  line-height: 29.4px;
  color: #3E3E3E;
}

.text_page {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .text_page {
    margin-top: 106px;
  }
}
.text_page h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.text_page p, .text_page li {
  margin-bottom: 7px;
  line-height: 24px;
}

.text_page a {
  color: #DB002A;
}

.text_page h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text_page strong {
  font-weight: 600;
}

.text_page ul, .text_page ol {
  padding-left: 20px;
}

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

.text_page hr {
  display: none;
}

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

.woocommerce-page .entry-content {
  width: 100%;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  margin-top: 70px;
}

.breadcrumbs li {
  font-weight: 700;
  font-size: 17.6px;
  line-height: 26px;
  color: #1E1E1E;
  margin-right: 15px;
}

.breadcrumbs li a {
  font-weight: 400;
}

.single-product .product {
  display: flex;
  justify-content: space-between;
}

.single-product .product .summary {
  float: none !important;
}

.single-product .product .summary .sale {
  font-weight: 500;
  font-size: 14.4px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 5px 8px;
  border-radius: 6px;
  background: #D90A2C;
  display: block;
  width: fit-content;
  margin-bottom: 8px;
}

.single-product .product .summary .sale_note {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #D90A2C;
  margin-bottom: 8px;
}

.single-product .product .summary h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 115%;
  color: #111013;
  margin-bottom: 12px;
}

.single-product .product .summary form.cart table.variations tbody tr td table.wck-inner-table {
  width: 100%;
}

.single-product .product .summary form.cart table.variations tbody tr td table.wck-inner-table tbody tr td {
  display: block;
}

.single-product .product .summary form.cart table.variations tbody tr td table.wck-inner-table tbody tr td.label label {
  font-weight: 700;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  margin-bottom: 10px;
}

.single-product .product .summary form.cart table.variations tbody tr td table.wck-inner-table tbody tr td.value label {
  background: #F6F6F7;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 10px;
}

.single-product .product .summary form.cart table.variations tbody tr td table.wck-inner-table tbody tr td.value input[type=number] {
  background: rgba(144, 145, 156, 0.0784313725);
  height: 51px;
  padding: 10px 16px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 6px;
}

.single-product .product .summary form.cart table.variations tbody tr td table.wck-inner-table tbody tr td h6 {
  font-weight: 700;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
}

.single-product .product .summary form.cart .quantity input {
  background: rgba(144, 145, 156, 0.0784313725);
  height: 51px;
  padding: 10px 16px;
  width: 120px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}

.single-product .product .summary form.cart .single_add_to_cart_button {
  background: #42B654;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
  color: #FFFFFF;
  height: 51px;
}

.single-product .product .summary form.cart .wckalkulator-price {
  text-align: right;
  font-weight: 600;
  font-size: 18.4px;
  line-height: 29.4px;
  color: #111013;
}

.single-product .product .summary form.cart .wckalkulator-price ins {
  text-decoration: none;
}

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

.single-product .product .tarife_spalatorie {
  width: 48%;
}

.single-product .product .tarife_spalatorie h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 105%;
  color: #111013;
  margin-bottom: 20px;
}

.single-product .product .tarife_spalatorie .block {
  margin-bottom: 20px;
}

.single-product .product .tarife_spalatorie .block h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #111013;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #60606B;
}

.single-product .product .tarife_spalatorie .block .pret {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
}

.single-product .product .tarife_spalatorie .block .pret b {
  font-weight: 700;
}

.single-product .product .tarife_spalatorie .block span {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  margin-top: 20px;
  display: block;
}

.wp-block-woocommerce-cart {
  margin-top: 98px;
}

.wp-block-woocommerce-cart .wc-block-cart-items tbody tr .wc-block-cart-item__image img {
  display: none;
}

.wp-block-woocommerce-cart .wc-block-cart-items tbody tr .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: red;
}

.wp-block-woocommerce-cart .wc-block-cart-items tbody tr .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
  font-weight: 700;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
  background: #42B654;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
  color: #FFFFFF;
}

.contact .head {
  margin-bottom: 64px;
}

.contact .head h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 105%;
  color: #323031;
  margin-bottom: 10px;
}

.contact .head span {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #323031;
}

.contact .contacts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media screen and (max-width: 991px) {
  .contact .contacts {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .contact .contacts {
    margin-bottom: 42px;
  }
}
.contact .contacts .column {
  width: calc(25% - 20px);
}

@media screen and (max-width: 991px) {
  .contact .contacts .column {
    width: calc(50% - 20px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contacts .column {
    width: 100%;
  }
}
.contact .contacts .column h4 {
  font-weight: 900;
  font-size: 32px;
  line-height: 105%;
  color: #323031;
  margin-bottom: 10px;
}

@media screen and (max-width: 1330px) {
  .contact .contacts .column h4 {
    font-size: 24px;
  }
}
.contact .contacts .column p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #323031;
}

@media screen and (max-width: 1330px) {
  .contact .contacts .column p {
    font-size: 17px;
  }
}
.contact .contact_form {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .contact .contact_form {
    margin-bottom: 42px;
  }
}
.contact .contact_form form .inline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .contact .contact_form form .inline {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contact .contact_form form .inline p {
  width: calc(33.3333333333% - 26px);
}

@media screen and (max-width: 768px) {
  .contact .contact_form form .inline p {
    width: 100%;
    margin-bottom: 24px;
  }
}
.contact .contact_form form .inline p label {
  font-weight: 500;
  font-size: 14.4px;
  line-height: 16px;
  color: #161519;
  width: 100%;
}

.contact .contact_form form .inline p label input {
  width: 100%;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  background: rgba(144, 145, 156, 0.0784313725);
  margin-top: 8px;
}

.contact .contact_form form p label {
  font-weight: 500;
  font-size: 14.4px;
  line-height: 16px;
  color: #161519;
  width: 100%;
}

.contact .contact_form form p label textarea {
  width: 100%;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #161519;
  background: rgba(144, 145, 156, 0.0784313725);
  margin-top: 8px;
  height: 190px;
}

.contact .contact_form form p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 15px 0;
}

.contact .contact_form form p input[type=submit] {
  padding: 8px 12px;
  border-radius: 6px;
  color: #ffffff;
  background: #42B654;
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
}

.contact .map {
  margin-bottom: 98px;
}

.contact .map iframe {
  width: 100% !important;
}

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

@media screen and (max-width: 991px) {
  .about_us .main_section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .about_us .main_section {
    margin-bottom: 50px;
  }
}
.about_us .main_section .left_side {
  width: 53%;
}

@media screen and (max-width: 991px) {
  .about_us .main_section .left_side {
    width: 100%;
  }
}
.about_us .main_section .left_side video {
  width: 100%;
}

.about_us .main_section .right_side {
  width: 45%;
  padding: 0 40px;
}

@media screen and (max-width: 1230px) {
  .about_us .main_section .right_side {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .about_us .main_section .right_side {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }
}
.about_us .main_section .right_side h6 {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #161519;
}

.about_us .main_section .right_side h1 {
  color: #161519;
  font-weight: 700;
  font-size: 38px;
  line-height: 115%;
  margin-bottom: 24px;
}

.about_us .main_section .right_side .description p {
  font-weight: 400;
  font-size: 16.4px;
  line-height: 27px;
  color: #0C1C28;
  margin-bottom: 24px;
}

.about_us .main_section .right_side .description p strong {
  font-weight: 700;
}

.about_us .product_types_wrap {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 50px;
}

.jobs {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .jobs {
    margin-top: 50px;
  }
}
.jobs .job {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jobs .job .job_head {
  width: 100%;
  margin-bottom: 48px;
}

.jobs .job .job_head h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 105%;
  margin-bottom: 24px;
  color: #323031;
}

@media screen and (max-width: 768px) {
  .jobs .job .job_head h2 {
    font-size: 32px;
  }
}
.jobs .job .job_head .job_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #323031;
}

.jobs .job .column {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .jobs .job .column {
    width: 100%;
    margin-bottom: 40px;
  }
}
.jobs .job .column h4 {
  font-weight: 900;
  font-size: 32px;
  line-height: 105%;
  color: #323031;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .jobs .job .column h4 {
    font-size: 24px;
  }
}
.jobs .job .column .column_description ul {
  padding-left: 20px;
}

.jobs .job .column .column_description ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #323031;
  list-style: disc;
}

.jobs .job .column .column_description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #323031;
  margin-bottom: 10px;
}

.jobs .job .column .column_description p a {
  text-decoration: underline !important;
}

.jobs .job .column .column_description form p input[type=file] {
  width: 100%;
}

.jobs .job .column .column_description form p input[type=submit] {
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #000000;
  font-weight: 700;
  font-size: 15.84px;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
}



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