@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Poppins', sans-serif !important;
  background: #ffffff !important;
  margin: 0 !important; }

* {
  box-sizing: border-box; }

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

header.site-header {
  background: #1E1E1E;
  padding: 20px 0; }
  @media screen and (max-width: 650px) {
    header.site-header {
      padding: 10px 0; } }
  header.site-header .top_header_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 650px) {
      header.site-header .top_header_wrap {
        flex-wrap: wrap; } }
    header.site-header .top_header_wrap .site-branding {
      align-self: center; }
      @media screen and (max-width: 650px) {
        header.site-header .top_header_wrap .site-branding {
          width: 100%; } }
      header.site-header .top_header_wrap .site-branding .site-title {
        font-size: 18px;
        margin: 0;
        color: white;
        font-weight: 400; }
        @media screen and (max-width: 991px) {
          header.site-header .top_header_wrap .site-branding .site-title {
            font-size: 14px;
            text-align: center; } }
        header.site-header .top_header_wrap .site-branding .site-title a {
          font-size: 18px;
          margin: 0;
          color: white;
          font-weight: 400;
          text-decoration: none; }
          @media screen and (max-width: 991px) {
            header.site-header .top_header_wrap .site-branding .site-title a {
              font-size: 14px;
              text-align: center; } }
    @media screen and (max-width: 650px) {
      header.site-header .top_header_wrap .primary-navigation {
        width: 100%;
        margin-top: 10px; } }
    header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper {
      display: flex;
      justify-content: flex-end;
      padding-left: 0;
      margin: 0; }
      @media screen and (max-width: 650px) {
        header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper {
          justify-content: center; } }
      header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper li {
        list-style: none;
        margin: 0 10px; }
        @media screen and (max-width: 650px) {
          header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper li {
            margin: 0 5px; } }
        header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper li.current_page_item a {
          text-decoration: underline; }
        header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper li a {
          font-size: 18px;
          color: #ffffff;
          font-weight: 400;
          text-decoration: none;
          text-transform: uppercase; }
          @media screen and (max-width: 991px) {
            header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper li a {
              font-size: 14px; } }
          @media screen and (max-width: 650px) {
            header.site-header .top_header_wrap .primary-navigation ul.menu-wrapper li a {
              font-size: 12px; } }

.main_section {
  background-size: cover; }
  .main_section .main_content {
    padding: 100px 0; }
    .main_section .main_content h1 {
      font-size: 96px;
      color: white;
      font-weight: 900;
      margin: 0;
      line-height: 1;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .main_section .main_content h1 {
          font-size: 48px; } }
      .main_section .main_content h1 span {
        display: block;
        font-size: 52px; }
        @media screen and (max-width: 768px) {
          .main_section .main_content h1 span {
            font-size: 26px; } }
    .main_section .main_content h6 {
      font-size: 22px;
      color: white;
      font-weight: 500;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .main_section .main_content h6 {
          font-size: 16px; } }

.sections {
  margin-top: 50px; }
  .sections .section {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .sections .section {
        flex-wrap: wrap; } }
    .sections .section:nth-of-type(2n) .text_side {
      order: 2; }
      @media screen and (max-width: 991px) {
        .sections .section:nth-of-type(2n) .text_side {
          order: 1; } }
    .sections .section:nth-of-type(2n) .img_side {
      order: 1; }
      @media screen and (max-width: 991px) {
        .sections .section:nth-of-type(2n) .img_side {
          order: 2; } }
    .sections .section .text_side {
      max-width: 49%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .sections .section .text_side {
          max-width: 100%;
          margin-bottom: 20px; } }
      .sections .section .text_side h3 {
        font-size: 28px;
        font-weight: 700;
        color: black;
        margin-top: 0;
        margin-bottom: 15px; }
      .sections .section .text_side .description p {
        font-size: 16px;
        line-height: 1.5;
        text-align: justify;
        font-weight: 400; }
    .sections .section .img_side {
      max-width: 49%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .sections .section .img_side {
          max-width: 100%; } }
      .sections .section .img_side img {
        max-width: 100%; }

footer.site-footer {
  background: #1E1E1E;
  padding: 20px 0; }
  footer.site-footer p {
    margin: 0;
    text-align: center;
    display: block;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px; }

.archive_produse {
  padding: 50px 0; }
  .archive_produse section {
    margin-bottom: 20px; }
    .archive_produse section h3 {
      background: #EFEFEF;
      padding: 10px 20px;
      border-radius: 5px;
      width: fit-content;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 5px; }
    .archive_produse section .wines {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .archive_produse section .wines a {
        padding: 5px 10px;
        color: black;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        background: #EFEFEF;
        border-radius: 5px;
        text-decoration: none;
        margin: 0 5px 10px; }

.single_produse {
  margin-top: 50px;
  padding-bottom: 50px; }
  .single_produse .top_content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap; }
    .single_produse .top_content a {
      padding: 10px 30px;
      font-size: 20px;
      text-transform: uppercase;
      color: black;
      border-radius: 5px;
      background: #EFEFEF;
      margin-right: 10px;
      text-decoration: none;
      font-weight: 600; }
    .single_produse .top_content span {
      padding: 5px 10px;
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 5px;
      background: #EFEFEF;
      color: #383737;
      align-self: end;
      font-weight: 500;
      margin-top: 10px; }
  @media screen and (max-width: 600px) {
    .single_produse .content table tr td {
      font-size: 14px; } }
