.ad-zone {
  overflow: hidden;
  border-radius: 5px; }
  .ad-zone .ad-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .ad-zone .ad-slider .ad-slide-item {
    position: absolute;
    top: 0;
    left: 0; }
  .ad-zone .ad-slider .ad-slide-item:first-child {
    position: relative; }

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.modal {
  position: fixed;
  z-index: 3;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: 0.2s opacity ease-in-out; }
  .modal.modal-open {
    display: block; }
  .modal.modal-opac {
    opacity: 1; }
  .modal .modal-dark-layer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .modal .modal-wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    height: 100%; }
  .modal.modal-full .modal-wrapper {
    width: 90%;
    height: 173px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #222; }
    .modal.modal-full .modal-wrapper.white-wrapper {
      background-color: #fff;
      height: auto; }
    .modal.modal-full .modal-wrapper .title {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 600;
      font-size: 35px;
      line-height: 42px; }
  .modal.modal-full .modal-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 46.25%; }
    .modal.modal-full .modal-video-wrapper iframe {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
  .modal.modal-right .modal-wrapper {
    right: -100%;
    transition: 0.4s right ease-in-out; }
  .modal.modal-right.shown .modal-wrapper {
    right: 0; }

.modal-close {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .modal-close img {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto; }

.video-modal-close {
  position: absolute;
  top: 4px;
  right: -11px; }
  .video-modal-close img {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto; }

.modal_logo_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px; }
  .modal_logo_section .modal-close {
    margin-top: 0; }

#modal_menu #sortable {
  float: left !important;
  margin-top: 20px; }
  #modal_menu #sortable li {
    margin-right: 20px; }

#modal_menu #menu-header-main-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px; }
  #modal_menu #menu-header-main-1 li {
    width: 50%;
    margin-bottom: 20px; }
    #modal_menu #menu-header-main-1 li a {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-decoration: none;
      color: #000000;
      display: flex;
      align-items: center; }

#modal_menu .menu_revista {
  display: flex;
  align-items: center; }
  #modal_menu .menu_revista .image_wrapper {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    height: 61px;
    margin-right: 20px; }
  #modal_menu .menu_revista .body_wrapper p {
    margin: 0; }

#modal_menu .top_menu {
  position: absolute;
  bottom: 60px;
  left: 15px; }
  #modal_menu .top_menu #menu-header-top-1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex; }
    #modal_menu .top_menu #menu-header-top-1 li {
      margin-right: 25px; }
      #modal_menu .top_menu #menu-header-top-1 li a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        text-decoration: none; }

#modal_newsletter .subscriber_form_title, #modal_participate .subscriber_form_title {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }
  #modal_newsletter .subscriber_form_title .title, #modal_participate .subscriber_form_title .title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px; }

#modal_newsletter .subscriber_form_wrapper, #modal_participate .subscriber_form_wrapper {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }
  #modal_newsletter .subscriber_form_wrapper .wpcf7, #modal_participate .subscriber_form_wrapper .wpcf7 {
    width: 100%; }
    #modal_newsletter .subscriber_form_wrapper .wpcf7 .form-element, #modal_participate .subscriber_form_wrapper .wpcf7 .form-element {
      width: 100%; }
      #modal_newsletter .subscriber_form_wrapper .wpcf7 .form-element input, #modal_participate .subscriber_form_wrapper .wpcf7 .form-element input {
        display: block;
        width: 100%;
        border: 1px solid #E9E9E9;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 20px 30px;
        font-family: 'Roboto';
        font-style: italic;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px; }
  #modal_newsletter .subscriber_form_wrapper #termeni-conditii, #modal_participate .subscriber_form_wrapper #termeni-conditii {
    visibility: hidden; }
  #modal_newsletter .subscriber_form_wrapper .wpcf7-acceptance .wpcf7-list-item, #modal_participate .subscriber_form_wrapper .wpcf7-acceptance .wpcf7-list-item {
    margin: 0; }
  #modal_newsletter .subscriber_form_wrapper .wpcf7-acceptance .wpcf7-list-item-label, #modal_participate .subscriber_form_wrapper .wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px; }

#modal_newsletter div.wpcf7 .wpcf7-submit, #modal_participate div.wpcf7 .wpcf7-submit {
  display: none; }

.custom-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: 0;
  cursor: pointer; }

.custom-checkbox::after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  width: 20px;
  height: 10px;
  border-left: 4px solid #B52221;
  border-bottom: 4px solid #B52221;
  transform: rotate(-45deg);
  opacity: 0; }

.custom-checkbox.checked::after {
  opacity: 1; }

#modal_login .woocommerce h2 {
  display: none; }

#modal_login .woocommerce .woocommerce-form {
  padding: 0;
  border: none; }
  #modal_login .woocommerce .woocommerce-form .no-before::before,
  #modal_login .woocommerce .woocommerce-form .no-before::after {
    display: none; }
  #modal_login .woocommerce .woocommerce-form .show-password-input {
    top: 20px;
    right: 20px; }
  #modal_login .woocommerce .woocommerce-form .form-row.no-before {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }

#modal_login .woocommerce .register_cta_wrapper {
  border-top: 1px solid #E9E9E9;
  padding-top: 20px;
  padding-bottom: 20px; }

#modal_login .woocommerce .register_cta_newsletter_wrapper {
  border-bottom: none;
  border-top: none; }

#modal_login .memberships-banner {
  position: absolute;
  bottom: 20px;
  left: 30px; }

#modal_register .woocommerce-form {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  border: none; }
  #modal_register .woocommerce-form .woocommerce-form-register__submit {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer; }
  #modal_register .woocommerce-form .woocommerce-form-register__submit:focus {
    outline: 0; }
  #modal_register .woocommerce-form .woocommerce-privacy-policy-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px; }

#modal_register .memberships-banner {
  position: absolute;
  bottom: 20px;
  left: 30px; }

#modal_register .register_cta_newsletter_wrapper {
  margin-top: 30px;
  border-top: 1px solid #efefef;
  padding-top: 30px; }

.woocommerce-Input {
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  height: 60px;
  display: block;
  width: 100%;
  font-family: 'Roboto'; }

.woocommerce-Input:focus {
  outline: 0;
  border-color: #E9E9E9; }

@media (min-width: 830px) {
  .modal .modal-wrapper {
    width: 568px; }
  .modal.modal-full .modal-wrapper {
    width: 770;
    height: 356px; } }

@media (min-width: 1230px) {
  .modal.modal-full .modal-wrapper {
    width: 1170px;
    height: 540px; } }

.header_menu_section {
  background-color: #B52221;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 15.6px 20px;
  box-sizing: border-box; }
  .header_menu_section .top_menu_row {
    display: none;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 12px; }
    .header_menu_section .top_menu_row .top_menu {
      padding-left: 0; }
    .header_menu_section .top_menu_row .site_login {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 0; }
      .header_menu_section .top_menu_row .site_login .language_selector {
        display: flex;
        align-items: center;
        margin-right: 12px;
        cursor: pointer; }
        .header_menu_section .top_menu_row .site_login .language_selector label {
          cursor: pointer; }
        .header_menu_section .top_menu_row .site_login .language_selector .icon_down {
          font-size: 12px;
          display: block;
          margin-left: 6px; }
      .header_menu_section .top_menu_row .site_login .login_button {
        cursor: pointer; }
  .header_menu_section .main_menu_row {
    display: none;
    padding-top: 12px; }
    .header_menu_section .main_menu_row .main_menu {
      padding-left: 0; }
    .header_menu_section .main_menu_row .search_menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 0;
      cursor: pointer; }
      .header_menu_section .main_menu_row .search_menu span {
        padding-right: 20px; }
      .header_menu_section .main_menu_row .search_menu .search-icon {
        display: inline-block;
        width: 13px;
        height: 13px; }
  .header_menu_section .header_logo {
    width: 161px;
    min-width: 160px;
    max-width: 161px;
    padding: 0; }
    .header_menu_section .header_logo a {
      display: flex;
      align-items: center;
      height: 100%; }
      .header_menu_section .header_logo a img {
        display: block;
        width: 100%;
        height: auto; }
  .header_menu_section .header_menu {
    padding: 0;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header_menu_section .main_menu_row_mobile {
    display: flex;
    margin: 0; }

.menu-header-top-container {
  height: 100%; }

#menu-header-top {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%; }
  #menu-header-top .menu-item {
    margin-right: 30px; }
    #menu-header-top .menu-item a {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #ffffff;
      text-decoration: none; }
    #menu-header-top .menu-item a:hover {
      color: #ffffff; }
  #menu-header-top .menu-item:last-child {
    margin-right: 0; }

.menu-header-main-container {
  height: 100%; }

#menu-header-main {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%; }
  #menu-header-main .menu-item {
    margin-right: 30px; }
    #menu-header-main .menu-item a {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 16x;
      line-height: 19px;
      color: #ffffff;
      text-decoration: none; }
    #menu-header-main .menu-item a:hover {
      color: #ffffff; }

.btn-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-icon-wrapper .search-icon {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer; }
  .btn-icon-wrapper .menu-icon {
    display: block;
    width: 24px;
    height: 18px;
    margin-left: 20px;
    cursor: pointer; }

.modal-login-title {
  margin-top: 0; }

.header .search-form {
  width: 150px;
  overflow: hidden; }
  .header .search-form label {
    display: block;
    max-width: 100%; }
    .header .search-form label input[type=search] {
      background: transparent;
      border: none;
      outline: 0;
      display: block;
      width: 100%;
      color: #ffffff;
      font-family: 'Roboto';
      font-style: italic;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px; }
    .header .search-form label input[type=search]:hover,
    .header .search-form label input[type=search]:focus,
    .header .search-form label input[type=search]:active {
      outline: 0; }
    .header .search-form label input[type=search]::-webkit-input-placeholder {
      color: #ffffff; }
    .header .search-form label input[type=search]::-ms-input-placeholder {
      color: #ffffff; }
    .header .search-form label input[type=search]::placeholder {
      color: #ffffff; }
  .header .search-form .search-submit {
    display: none; }

@media (min-width: 830px) {
  .header_menu_section {
    justify-content: space-between;
    padding: 10px 30px 15.6px 30px; }
    .header_menu_section .header_logo {
      width: 150px;
      min-width: 150px;
      max-width: 150px; }
    .header_menu_section .header_menu {
      padding: 0;
      width: 200px;
      min-width: 200px;
      max-width: 200px;
      display: flex;
      justify-content: flex-end;
      align-items: center; } }

@media (min-width: 1230px) {
  .header_menu_section {
    padding: 16px 30px 14.5px; }
    .header_menu_section .top_menu_row {
      display: flex; }
    .header_menu_section .main_menu_row {
      display: flex; }
    .header_menu_section .header_logo {
      width: 160px;
      min-width: 160px;
      max-width: 160px; }
    .header_menu_section .header_menu {
      padding: 0;
      padding-left: 30px;
      width: auto;
      min-width: initial;
      max-width: initial;
      display: block;
      justify-content: initial;
      align-items: initial; }
    .header_menu_section .main_menu_row_mobile {
      display: none; }
  .header_far_right_banner {
    position: absolute;
    right: -218px;
    top: 0px;
    width: 226px;
    z-index: 2; }
  .woocommerce-account .header_far_right_banner {
    display: none;}
}
