/* ****** ALTERAÇÕES SLIDER DO PRODUTO ****** */

.image-slider-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-slider-container .image-slider-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-slider-container img {
    display: block;
    min-width: 100%;
}

.image-slider-dots {
    position: absolute;
    display: flex;
    top: 15px;
    right: 15px;
    list-style: none;
}
.image-slider-dots > li {
    margin: 0 5px;
    opacity: .5;
}
.image-slider-dots > li:hover {
    opacity: .75;
}
.image-slider-dots > li.slick-active {
    opacity: 1;
}
.image-slider-dots > li button {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    background: white;
    color: #aaa;
}


body {
  height: 100%;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 20px;
}

p {
  font-family: var(--font-family);
  color: var(--color-text);
}

a {
  transition: all 280ms ease;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.intro-section {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.intro-section.bg-video {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  display:contents;
}

.navbar {
  box-shadow: 0px 4px 6px 0px #00000014;
  background-color: var(--color-navbar-bg);
  padding: 24px 16px 16px 16px
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.navbar_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-self: center;
  max-width: 1200px;
  width: 100%;
}

.navbar_content_nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar_content_nav-menu .only_mobile {
  display: none;
}

.navbar_content_nav-menu_item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--font-family);
  color: var(--color-contrast);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar_content_nav-menu_item:hover {
  opacity: 0.7;
}

.navbar_content_nav-menu_item.w--current {
  color: var(--color-contrast);
}

.navbar_content_nav-menu_item.dropdown {
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}

.intro-section_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}

.intro-section_content_h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
}

.intro-section_content_p {
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  color: hsla(0, 0%, 100%, 0.7);
}

.button {
  padding: 18px 30px;
  border-radius: 4px;
  background-color: var(--color-cta);
  transition: all 270ms ease;
  font-family: var(--font-family);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.button div {
  max-width: 100% !important;
  background-color: var(--color-cta);
}

.button div button {
  padding: 18px 30px;
  border-radius: 4px;
  background: var(--color-cta);
  transition: all 270ms ease;
  font-family: var(--font-family);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: break-all;
  max-width: 100% !important;
}

.button:hover {
  opacity: 0.8;
}

.button.secondary {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
}

.floating-button-cta {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 9999;
}

.button.margin-bottom {
  margin-bottom: 6px;
}

.button.margin-bottom.buy {
  background-color: var(--color-success);
}

.button.margin-right {
  margin-right: 8px;
}

.button.full div button {
  width: 100%;
}

.button.full {
  width: 100%;
}

.button.full.mobile {
  width: auto;
}

.navbar_content_right-box_divisor {
  width: 1px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #0E0C0C;
}

.navbar_content_right-box_links {
  display: flex;
}

.navbar_content_right-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.cart-preview-styles {
  display: none !important;
}

.navbar_content_right-box_links_item {
  display: flex;
  margin-right: 32px;
  align-items: center;
  font-family: var(--font-family);
  color: var(--color-contrast);
  text-decoration: none;
}

.navbar_content_right-box_links_item.mobile {
  display: none;
}

.navbar_content_right-box_links_item_text {
  margin-left: 7px;
}
.brand_country {
  display: flex;
  min-width: 70px;
  justify-content: space-between;
  align-items: center;
}

.navbar_content_right-box_links_item_text_title {
  margin-bottom: -1px;
  font-size: 11px;
  line-height: 15px;
}

.navbar_content_right-box_links_item_text_info {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.navbar_content_nav-menu_item_dropdown-icon {
  position: relative;
  margin: 0px 0px 0px 7px;
}

.navbar_content_nav-menu_item_dropdown-list.w--open {
  overflow: hidden;
  border-radius: 4px;
  background-color: transparent;
  text-transform: uppercase;
}

.navbar_content_nav-menu_item_dropdown-list_item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #151515;
  font-family: var(--font-family);
  color: #fff;
  font-size: 13px;
}

.navbar_content_nav-menu_item_dropdown-list_item:hover {
  opacity: 0.8;
}

.navbar_content_nav-menu_item_dropdown-list_item.w--current {
  color: #fff;
}

.intro-section_bg-video.w-background-video {
  overflow: inherit;
}

.banner-section {
  height: 440px;
}

.banner-section_arrow {
  font-size: 40px;
}

.banner-section_nav {
  margin-bottom: 10px;
  padding-right: 30px;
  font-size: 12px;
  text-align: right;
}

.banner-section_slide_item {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
  color: white;
}
.banner-section_slide_item h1 {
  position: absolute;  
  width: 100%;
  bottom: 45px;
  display: block;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #333;
  padding: 5px;
}

.products-list-section {
  padding-bottom: 125px;
}

.product-decorator {
  background-color: var(--color-banner);
  height: 45%;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.products-list-section.page {
  padding-bottom: 0px;
}

.products-list-section_h2 {
  margin-top: 0px;
  margin-bottom: 2px;
  color: var(--color-text);
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.products-list-section_h2.product-page_infos-title.white {
  color: #fff;
}

.products-list-section_subtitle {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-size: 13px;
  text-align: center;
}

.products-list-section_subtitle.white {
  color: #fff;
}

.products-list-section_list {
  display: flex;
  margin-right: -36px;
  flex-wrap: wrap;
}

.products-list-section_list_item {
  margin-right: 35px;
  margin-bottom: 20px;
  flex: 0 30%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.products-list-section_list_item_header {
  display: block;
  width: 100%;
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
}

.products-list-section_list_item_content {
  padding: 25px 22px 35px;
}
.more-products.button {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-cta);
  background-color: transparent;
  color: var(--color-cta);
}

.products-list-section_list_item_content_title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  height: 46px;
  overflow: hidden;
}

.products-list-section_list_item_content_title.menu {
  color: var(--color-text);
}

.products-list-section_list_item_content .small-p {
  height: 57px;
  overflow: hidden;
}

.small-p {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 0.8rem;
  line-height: 19px;
}

.small-p.footer_infos_payment_secure_p {
  margin-bottom: 0px;
  margin-left: 8px;
  font-size: 11px;
  line-height: 16px;
}

.small-p.menu-page_content_section_list_item_list_item {
  margin-bottom: 5px;
}

.products-list-section_list_item_content_price-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}

.products-list-section_list_item_content_price-box.menu {
  margin-bottom: 0px;
  text-align: left;
}

.products-list-section_list_item_content_price-box_number {
  font-family: var(--font-family);
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
}

.products-list-section_list_item_content_price-box_infos {
  color: hsla(0, 0%, 50.6%, 0.9);
  font-size: 12px;
  line-height: 19px;
}

.center-button-box {
  margin-top: 25px;
  text-align: center;
}

.center-button-box.feedback-page {
  margin-top: 15px;
}
.values-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: rgba(43, 43, 43, 0.8);
}
.values-section .values-list-section_list {
  display: flex;
  flex-wrap: wrap;
}
.values-section .values-list-section_list_item {
  margin: auto;
  flex: 0 30%;
  text-decoration: none;
}
.values-section svg{
  width: 80px;
  margin-bottom: 10px;
  margin-top: 30px;
  fill: var(--color-main);
}
.values-section h4{
  text-transform: uppercase;
  color: var(--color-main);
  font-size: 28px;
  margin-bottom: 10px;
}

.about-section {
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.about-section_content-box {
  width: 750px;
  padding: 60px 40px 50px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.88);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.about-section_content-box_h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: var(--color-text);
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.about-section_content-box_p {
  margin-bottom: 20px;
}

.testimonial-section {
  padding-top: 140px;
  padding-bottom: 125px;
}

.testimonial-section_slider {
  height: auto;
  background-color: transparent;
}

.testimonial-section_slider_mask {
  height: auto;
}

.testimonial-section_slider_mask_slide {
  height: 99%;
}

.testimonial-section_slider_mask_slide_content {
  display: flex;
  padding-right: 90px;
  padding-left: 90px;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-section_slider_mask_slide_content_photo {
  width: 170px;
  height: 170px;
  margin-left: 18px;
  border-radius: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section_slider_mask_slide_content_txt-block {
  margin-left: 28px;
  flex: 0 50%;
}

.testimonial-section_slider_mask_slide_content_txt-block_name {
  margin-top: 15px;
  margin-bottom: 2px;
  font-family: var(--font-family);
  color: var(--color-text);
}

.testimonial-section_slider_mask_slide_content_txt-block_date {
  font-family: var(--font-family);
  color: hsla(0, 0%, 50.6%, 0.8);
  font-size: 12px;
  line-height: 17px;
}

.testimonial-section_slider_mask_slide_content_txt-block_trip {
  margin-top: 18px;
}

.testimonial-section_slider_mask_slide_content_photo_quote {
  position: absolute;
  display: none;
}

.testimonial-section_slider_arrow-icon {
  width: 16px;
  height: 27px;
  margin-left: 0px;
  background-image: url('../images/template/arrow-left.svg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 0px;
}

.testimonial-section_slider_arrow-icon.right {
  margin-right: 1px;
  margin-left: 64px;
  background-image: url('../images/template/arrow-right.svg');
}

.testimonial-section_slider_mask_slide_content_photo-box {
  display: flex;
  align-items: flex-start;
}

.testimonial-section_slider_nav {
  position: relative;
  margin-top: 45px;
}

.testimonial-section_slider_arrow {
  margin-bottom: 55px;
}

.footer {
  background-color: var(--color-bg-light);
  padding-top: 35px;
  padding-bottom: 20px;
  position: relative;
}

.footer_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 5px;
  align-items: center;
  gap: 5px;
}

.footer_icons_and_links {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.footer_header_socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_header_socials_item {
  display: flex;
  margin-left: 11px;
  align-items: center;
}

.footer_header_mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer_toggle_hide {
  display: none;
}

.footer_infos {
  display: flex;
  margin-top: 55px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer_infos_block {
  padding-right: 35px;
  flex: 0 auto;
  align-self: flex-start;
}

.footer_infos_block_title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  color: #626262;
  font-size: 18px;
  font-weight: 700;
}

.footer_infos_block_content_text {
  margin-bottom: 2px;
  font-family: var(--font-family);
  font-size: 13px;
}

.footer_infos_payment {
  flex: 0 34%;
  align-self: flex-start;
}

.footer_infos_payment.checkout {
  display: flex;
  align-items: center;
  flex: 0 62%;
}

.footer_infos_payment_title {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 10px;
}

.footer_infos_payment_secure {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.footer_links {
  display: flex;
  margin-top: 55px;
  padding-top: 45px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer_links_nav {
  display: flex;
  align-items: center;
}

.footer_links_nav_item {
  margin-right: 20px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_links_nav_item:hover {
  color: var(--color-text);
}

.footer_links_nav_item.terms {
  margin-right: 0px;
  font-size: 10px;
  font-weight: 700;
}

.footer_links_terms {
  display: flex;
  align-items: center;
}

.footer_links_terms_divisor {
  width: 5px;
  height: 5px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 50.6%, 0.5);
}

.footer_copyright {
  margin-top: 55px;
  margin-bottom: 20px;
  font-family: var(--font-family);
  color: hsla(0, 0%, 50.6%, 0.7);
  font-size: 10px;
  text-align: center;
}

.footer_header_socials_item_embed {
  color: var(--color-text);
}

.footer_header_socials_item_embed svg {
  max-height: 20px;
}

.footer_infos_block_content_text_link {
  color: var(--color-text);
  text-decoration: none;
}

.page-header {
  padding-bottom: 45px;
  background-color: var(--color-main);
}

.page-header.nav-only {
  padding-bottom: 0px;
}

.page-header.checkout {
  padding-bottom: 25px;
}

.page-header_h1 {
  margin-top: 38px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 300;
}

.page-header_h1.checkout {
  margin-top: 5px;
}

.page-header_subtitle {
  font-family: var(--font-family);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.product-page_filters {
  display: flex;
  margin-bottom: 75px;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-page_filters_title {
  display: flex;
  align-items: center;
}

.product-page_filters_title_icon {
  display: flex;
  align-items: center;
  color: var(--color-text);
}

.product-page_filters_title_text {
  margin-left: 6px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-page_filters_form {
  margin-bottom: 0px;
  margin-left: 35px;
}

.product-page_filters_form-block {
  display: flex;
}

.product-page_filters_form-block_item {
  margin-right: 25px;
}

.label {
  margin-bottom: 2px;
  font-family: var(--font-family);
  color: #616161;
  font-size: 12px;
  text-transform: uppercase;
}

.input {
  height: 50px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50.6%, 0.5);
  border-radius: 4px;
  background-color: #fff;
  transition: all 270ms ease;
  color: var(--color-text);
}

.input:focus {
  border-color: var(--color-text);
}

.input::placeholder {
  color: hsla(0, 0%, 50.6%, 0.7);
}

.input.select {
  min-width: 170px;
}

.input._50 {
  flex: 0 48%;
}

.products-page_category {
  margin-bottom: 90px;
}

.products-page_category_title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: var(--font-family);
  color: #585858;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-page_main-section_content-box_title-box_title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: var(--color-text);
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.25px;
}

.product-page_main-section_content-box_buy-box {
  display: flex;
  margin-top: -12px;
  margin-bottom: 16px;
  padding-top: 24px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 50.6%, 0.1);
}

.product-page_main-section_content-box {
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 60px;
  flex: 0 640px;
}

.div-align {
  flex: 1;
}

.product-page_main-section {
  display: flex;
}

.product-page_main-section_content-box_title-box {
  position: relative;
}

.product-page_main-section_image-box_thumbs_item {
  position: relative;
  width: 65px;
  height: 55px;
  margin-right: 8px;
  border: 2px solid #fff;
  background-image: url('../images/Web-1920-–-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product-page_main-section_image-box_thumbs_item.active {
  border-color: var(--color-text);
}

.product-page_main-section_image-box {
  position: relative;
  display: flex;
  min-height: 530px;
  flex: 0 45%;
  background-position: 35% 50%;
  background-size: cover;
  max-width: 45%;
}

.product-page_main-section_content-box_buy-box_text-box_title {
  margin-bottom: 5px;
  font-family: var(--font-family);
  color: var(--color-success);
  font-size: 27px;
  font-weight: 700;
}

.product-page_main-section_content-box_buy-box_text-box_title span{
  font-size: 15px;
  color: var(--color-text);
}

.product-page_main-section_content-box_buy-box_text-box_text {
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.25px;
}

.product-page_main-section_image-box_thumbs {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.product-page_main-section_content-box_alert {
  display: inline-block;
  margin-top: 25px;
  padding: 4px 8px 3px;
  border-radius: 3px;
  background-color: #51c9f5;
}

.product-page_main-section_content-box_alert_text {
  font-family: var(--font-family);
  color: #fff;
  font-size: 11px;
}

.product-page_infos-section {
  padding-top: 145px;
  padding-bottom: 105px;
}

.product-page_infos-section_content {
  display: flex;
  justify-content: center;
}

.product-page_infos-section_content_box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.product-page_infos-section_content_box_title {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.product-page_infos-section_content_box_item {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
}
.product-page_infos-section_content_box_item img{
  min-width: 3%;
  flex-shrink: 0;
}

.product-page_infos-section_content_box_item_text {
  margin-left: 7px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 13px;
}

.product-page_infos-section_content_divisor {
  width: 1px;
  margin-right: 95px;
  margin-left: 95px;
  background-color: hsla(0, 0%, 50.6%, 0.15);
}

.product-page_how {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: hsla(0, 0%, 50.6%, 0.08);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.product-page_how_content {
  display: flex;
  margin-top: -15px;
  justify-content: space-between;
}

.product-page_how_content_item {
  position: relative;
  padding: 30px 25px 20px;
  flex: 0 32%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.13);
  text-align: center;
}

.product-page_how_content_item_number {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 26px;
  font-weight: 700;
}

.product-page_how_content_item_h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--color-text);
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
}

.product-page_how_content_item_arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -8px;
}

.buy-modal_options-amount_item_select_link {
  display: flex;
  width: 27px;
  height: 27px;
  padding-top: 1px;
  padding-left: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #a7a7a7;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.buy-modal_options-amount_item_select_link:hover {
  background-color: #8c8c8c;
}

.buy-modal_options-amount_item_select_link.plus {
  padding-left: 0px;
  background-color: var(--color-success-light);
}

.buy-modal_options-amount_item_select_link.plus:hover {
  background-color: var(--color-success-dark);
}

.buy-modal_options-amount {
  display: flex;
  flex-direction: column;
}

.buy-modal_box_h2 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: var(--font-family);
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.buy-modal_back-link_text {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
}

.buy-modal_calendar_right-box_month {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.buy-modal {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);  
  overflow: scroll;
}

.buy-modal_extras_item_text {
  margin-left: 6px;
  font-family: var(--font-family);
  font-size: 12px;
}

.buy-modal_calendar {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.buy-modal_options-amount_item_time-box {
  position: relative;
  margin-right: 25px;
}

.buy-modal_calendar_right-box_infos {
  display: flex;
  margin-top: 8px;
  padding-top: 15px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.buy-modal_options-amount_item_title_text-box_title {
  margin-bottom: -2px;
  line-height: 16px;
  font-weight: 700;
}

.buy-modal_back-link {
  display: flex;
  align-items: center;
  color: #2b2b2b;
  text-decoration: none;
}

.buy-modal_options-amount_item_title_text-box_subtitle {
  color: var(--color-text);
  line-height: 18px;
}

.buy-modal_calendar_left-box_day-text {
  margin-bottom: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.buy-modal_calendar_right-box_week_item_text {
  color: rgba(43, 43, 43, 0.8);
  font-size: 12px;
  font-weight: 600;
}

.buy-modal_calendar_left-box_year {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.45);
}

.buy-modal_calendar_right-box_day {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.buy-modal_calendar_right-box_infos_subtitle_title {
  margin-bottom: 3px;
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 700;
}

.buy-modal_calendar_right-box_infos_subtitle_title.extras-title {
  margin-bottom: 7px;
}

.buy-modal_extras_item_box {
  display: flex;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(43, 43, 43, 0.4);
  border-radius: 100%;
}

.buy-modal_options-amount_item_select {
  display: flex;
  align-items: center;
}

.buy-modal_extras_item {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
}

.buy-modal_extras_item.payment-page_content_select_item {
  margin-right: 28px;
  color: var(--color-text);
  font-weight: 600;
}

.buy-modal_box {
  width: 750px;
}

.buy-modal_options-amount_item_title_text-box {
  margin-left: 9px;
}

.buy-modal_calendar_right-box_infos_subtitle_item_text {
  margin-left: 7px;
  color: rgba(43, 43, 43, 0.75);
  font-size: 12px;
}

.buy-modal_calendar_right-box_infos_subtitle_item_text.active {
  color: var(--color-success-light);
}

.buy-modal_calendar_right-box_infos_subtitle_item_text.selected {
  color: var(--color-text);
}

.buy-modal_close-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 25px;
  margin-right: 25px;
}

.buy-modal_calendar_left-box {
  padding: 30px;
  flex: 0 30%;
  background-color: var(--color-main);
  box-shadow: 4px 0 11px 0 rgba(0, 0, 0, 0.4);
}

.buy-modal_calendar_right-box_week {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}

.buy-modal_amount_left-box_product-date {
  margin-top: 18px;
  color: hsla(0, 0%, 100%, 0.8);
}

.buy-modal_calendar_right-box_infos_subtitle_item {
  display: flex;
  margin-bottom: 2px;
  align-items: center;
}

.buy-modal_options-amount_item_time-box_options {
  position: absolute;
  left: auto;
  top: 33px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
}

.buy-modal_options-amount_item {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(43, 43, 43, 0.1);
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.buy-modal_calendar_left-box_day-week {
  color: hsla(0, 0%, 100%, 0.8);
}

.buy-modal_options-amount_item_time-box_link {
  display: flex;
  padding: 6px 15px;
  align-items: center;
  border-radius: 4px;
  background-color: var(--color-bg-light);
  color: rgba(43, 43, 43, 0.8);
  text-decoration: none;
}

.buy-modal_options-amount_item_title {
  display: flex;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 25px;
  align-items: center;
  flex: 0 42%;
  border-right: 1px solid rgba(43, 43, 43, 0.1);
}

.buy-modal_extras_form-block {
  margin-bottom: 0px;
}

.buy-modal_calendar_right-box_infos_subtitle_item_circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 66.7%, 0.45);
}

.buy-modal_calendar_right-box_infos_subtitle_item_circle.active {
  background-color: var(--color-success-light);
}

.buy-modal_calendar_right-box_infos_subtitle_item_circle.selected {
  background-color: #151515;
}

.buy-modal_calendar_right-box {
  padding: 30px;
  flex: 1;
}

.buy-modal_options-amount_item_select_text {
  margin-right: 7px;
  margin-left: 7px;
  color: rgba(43, 43, 43, 0.8);
  font-size: 18px;
  font-weight: 600;
}

.buy-modal_amount {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.buy-modal_calendar_right-box_week_item {
  flex: 0 14.25%;
  text-align: center;
}

.buy-modal_calendar_right-box_day_item_link {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(43, 43, 43, 0.12);
  color: #2b2b2b;
  text-decoration: none;
}

.buy-modal_calendar_right-box_day_item_link.disabled {
  background-color: rgba(43, 43, 43, 0.06);
  color: rgba(43, 43, 43, 0.23);
  cursor: not-allowed;
}

.buy-modal_calendar_right-box_day_item_link.active {
  background-color: var(--color-success-light);
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
}

.buy-modal_calendar_right-box_day_item_link.active:hover {
  background-color: #151515;
}

.buy-modal_calendar_right-box_month_text {
  font-size: 16px;
  font-weight: 700;
}

.buy-modal_calendar_right-box_day_item {
  display: flex;
  margin-bottom: 13px;
  justify-content: center;
  flex: 0 14.25%;
  text-align: center;
}

.buy-modal_extras {
  margin-top: 12px;
  margin-bottom: 22px;
}

.age {
  font-size: 10px;
  font-weight: 500;
}

.buy-modal_options-amount_item_time-box_link_arrow {
  position: relative;
  top: 1px;
  margin-left: 7px;
}

.buy-modal_extras_form-block_form_text-area {
  margin-top: 15px;
  padding: 12px 16px 13px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  transition: all 300ms ease;
  color: rgba(43, 43, 43, 0.75);
  font-size: 12px;
}

.buy-modal_extras_form-block_form_text-area:focus {
  border-color: rgba(41, 213, 140, 0.55);
}

.buy-modal_extras_form-block_form_text-area::placeholder {
  color: rgba(43, 43, 43, 0.45);
}

.buy-modal_options-amount_item_time-box_options_item {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.05);
  transition: all 300ms ease;
  color: rgba(43, 43, 43, 0.7);
  text-align: center;
  text-decoration: none;
}

.buy-modal_options-amount_item_time-box_options_item:hover {
  background-color: rgba(43, 43, 43, 0.09);
}

.menu-page_content_section {
  margin-bottom: 45px;
  padding-top: 65px;
}

.menu-page_content_section_list {
  display: flex;
  flex-wrap: wrap;
}

.menu-page_content_section_header {
  margin-bottom: 25px;
  font-family: var(--font-family);
  color: var(--color-text);
  text-transform: uppercase;
}

.menu-page_content_section_header.bg-image {
  padding-top: 166px;
  padding-bottom: 40px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ambiente-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.menu-page_content_section_header_h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 26px;
}

.page-content {
  padding-top: 65px;
  padding-bottom: 65px;
}

.photo-section {
  position: relative;
}

.photo-section.right-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.photo-section_content {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 600px;
}

.photo-section_content.right-content {
  padding-right: 600px;
  padding-left: 0px;
}

.photo-section_main-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.photo-section_main-photo.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.page-content-intro-p {
  margin-bottom: 55px;
}

.photo-section_content_h2 {
  color: var(--color-text);
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

.galery-page_content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.galery-page_content_list {
  display: flex;
  margin-right: -40px;
  flex-wrap: wrap;
}

.galery-page_content_list_light-box-link {
  margin-right: 40px;
  margin-bottom: 40px;
}

.galery-page_content_list_light-box-link_image {
  width: 170px;
  height: 170px;
}

.checkout-page_content {
  padding-top: 55px;
  padding-bottom: 55px;
}

.checkout-page_cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.checkout-page_cart_left {
  flex: 1;
}

.checkout-page_cart_left_title {
  margin-top: 0px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.checkout-page_cart_resume {
  display: flex;
  margin-left: 50px;
  padding: 25px;
  flex-direction: column;
  flex: 0 30%;
  border-radius: 6px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.11);
}

.checkout-page_cart_resume_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.checkout-page_cart_resume_list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid hsla(0, 0%, 50.6%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 50.6%, 0.1);
}

.checkout-page_cart_resume_list_title {
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 700;
}

.checkout-page_cart_resume_list_detail {
  display: flex;
  margin-top: 7px;
  flex-wrap: wrap;
}

.checkout-page_cart_resume_list_detail_item {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.checkout-page_cart_resume_list_detail_item_title {
  font-family: var(--font-family);
  color: #626262;
  font-size: 12px;
  line-height: 10px;
  font-weight: 700;
}

.checkout-page_cart_resume_list_detail_item_info {
  font-size: 12px;
}

.checkout-page_cart_resume_payment {
  text-align: right;
}

.checkout-page_cart_resume_payment_title {
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.checkout-page_cart_resume_payment_price {
  margin-bottom: -5px;
  font-family: var(--font-family);
  color: var(--color-success);
  font-size: 19px;
  font-weight: 700;
}

.checkout-page_cart_resume_buttons {
  display: flex;
  margin-top: 22px;
  flex-direction: column;
}

.cart-page_header {
  display: flex;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}

.cart-page_header_item {
  color: rgba(43, 43, 43, 0.85);
  font-size: 12px;
  font-weight: 600;
}

.cart-page_header_item.infos-title {
  flex: 0 25%;
}

.cart-page_header_item.date-title {
  flex: 0 17%;
}

.cart-page_header_item.detail-title {
  flex: 0 33%;
}

.cart-page_header_item.value-title {
  flex: 0 25%;
}

.cart-page_item_infos_text {
  margin-left: 10px;
}

.cart-page_item_value_text {
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  font-size: 15px;
  font-weight: 700;
}

.cart-page_item_infos {
  display: flex;
  padding-right: 20px;
  align-items: center;
  flex: 0 25%;
}

.cart-page_item_amount {
  flex: 0 33%;
}

.cart-page_item_value_delete {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.22);
}

.cart-page_item {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}

.cart-page_item_date {
  padding-right: 20px;
  flex: 0 17%;
  color: rgba(43, 43, 43, 0.8);
  font-size: 14px;
  font-weight: 600;
}

.cart-page_item_value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 25%;
}

.cart-page_item_infos_photo {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.cart-page_item_infos_text_detail {
  font-family: var(--font-family);
  color: hsla(0, 0%, 50.6%, 0.8);
  font-size: 10px;
}

.cart-page_item_infos_text_title {
  font-family: var(--font-family);
  color: var(--color-text);
  line-height: 13px;
  font-weight: 700;
}

.text-block {
  font-family: var(--font-family);
  color: var(--color-text);
  font-weight: 600;
}

.checkout-page_cart_resume_list_detail_item_box {
  flex: 1;
}

.checkout-footer_payment {
  margin-right: 25px;
}

.checkout-page_payment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.checkout-page_payment_box {
  padding: 25px;
  flex: 0 31.5%;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
}

.checkout-page_payment_box_header {
  display: flex;
  align-items: center;
}

.checkout-page_payment_box_header_circle {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-text);
  border-radius: 1005px;
}

.checkout-page_payment_box_header_circle_number {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 500;
}

.checkout-page_payment_box_header_title {
  margin-left: 8px;
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-page_payment_box_content {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

.checkout-page_payment_box_content_title {
  margin-bottom: 10px;
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  font-size: 13px;
}

.checkout-page_payment_box_content_login-form-block {
  margin-top: 5px;
  margin-bottom: 50px;
}

.checkout-page_payment_box_content_login-form-block_form {
  overflow: hidden;
}

.checkout-page_payment_box_content_login-form-block_form_item {
  margin-bottom: 12px;
}

.checkout-page_payment_box_content_login-form-block_form_link {
  display: block;
  font-family: var(--font-family);
  color: hsla(0, 0%, 50.6%, 0.7);
  font-size: 10px;
  text-align: right;
}

.input-hint {
  margin-top: 2px;
  font-family: var(--font-family);
  color: hsla(0, 0%, 50.6%, 0.8);
  font-size: 10px;
}

.input-hint.center {
  margin-top: 8px;
  text-align: center;
}

.checkout-page_payment_box_content_login-form-block-create {
  margin-top: 0px;
  margin-bottom: 10px;
}

.checkout-page_payment_box_content_login {
  overflow: hidden;
}

.payment-page_content_select {
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
  align-items: flex-start;
}

.input-row {
  display: flex;
  justify-content: space-between;
}

.feedback-page_content {
  padding-top: 90px;
}

.feedback-page_content_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feedback-page_content_header_title {
  margin-top: 11px;
  margin-bottom: 4px;
  font-family: var(--font-family);
  color: var(--color-success);
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.feedback-page_content_social {
  display: flex;
  margin-top: 50px;
  margin-bottom: 115px;
  justify-content: center;
  align-items: center;
}

.feedback-page_content_social_text {
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.feedback-page_content_social_list {
  margin-left: 5px;
}

.feedback-page_content_social_list_item {
  margin-left: 8px;
  color: var(--color-text);
}

.login-page_content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.form-link {
  display: block;
  margin-top: 8px;
  color: rgba(43, 43, 43, 0.65);
  font-size: 11px;
  text-align: center;
}

.login-page_content_left-box {
  margin-left: 10px;
  flex: 0 45%;
}

.form_row_item._50 {
  flex: 0 48%;
}

.login-page_content_h2 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.login-page_content-2 {
  display: flex;
  margin-top: 4px;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  justify-content: space-between;
  align-items: center;
}

.login-page_content_right-box {
  display: flex;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  flex-direction: column;
  align-items: stretch;
  flex: 0 48%;
  border-left: 1px solid rgba(43, 43, 43, 0.1);
}

.grey-paragraph {
  color: rgba(43, 43, 43, 0.7);
  line-height: 19px;
}

.grey-paragraph.login-page_paragraph {
  margin-top: -5px;
  margin-bottom: 15px;
}

.form-block {
  margin-bottom: 0px;
}

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

.form_row.login_form-row {
  margin-bottom: 10px;
}

.pages-content_box {
  margin-bottom: 13px;
  padding: 22px 25px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.account-page_content {
  padding-top: 55px;
  padding-bottom: 55px;
}

.account-page_content_right-box_item_infos_text_date {
  margin-top: -2px;
  color: rgba(43, 43, 43, 0.8);
  font-size: 12px;
}

.account-page_content_right-box_item_image {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.22);
}

.account-page_content_left-box_item_title {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 12px;
  line-height: 16px;
}

.account-page_content_right-box_h2 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: var(--font-family);
  color: rgba(43, 43, 43, 0.8);
  font-size: 17px;
  line-height: 20px;
}

.account-page_content_right-box_item_infos_text_title {
  color: rgba(43, 43, 43, 0.8);
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}

.account-page_content_left-box_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}

.account-page_content_right-box_item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}

.account-page_content_right-box_item.last-item {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.account-page_content_left-box_item_text {
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  line-height: 16px;
  font-weight: 700;
}

.account-page_content_left-box {
  display: flex;
  padding: 25px;
  flex-direction: column;
  flex: 0 40%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}

.account-page_content_right-box_item_infos_text {
  color: rgba(43, 43, 43, 0.8);
  font-size: 12px;
}

.account-page_content_right-box_item_infos {
  display: flex;
  margin-left: 15px;
  align-items: flex-end;
}

.account-page_content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.account-page_content_right-box {
  padding: 25px;
  flex: 0 56%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}

.account-page_content_right-box_item_infos_divisor {
  position: relative;
  top: -6px;
  width: 8px;
  height: 8px;
  margin-right: 18px;
  margin-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50.6%, 0.5);
  border-radius: 100%;
}

.terms-page_content {
  padding-top: 35px;
  padding-bottom: 35px;
}

.text-page_content {
  padding-bottom: 19px;
  text-align: left;
}

.text-page_content_h2 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-family: var(--font-family);
  color: rgba(43, 43, 43, 0.8);
  font-size: 19px;
  line-height: 23px;
}

.footer_powered {
  margin-top: 55px;
  text-align: center;
}

.footer_powered_text {
  color: hsla(0, 0%, 50.6%, 0.7);
  font-size: 10px;
  line-height: 15px;
}

.footer_powered_link {
  margin-top: 8px;
}

.voucher-body {
  background-color: #e4e4e4;
}

.voucher_infos_box_ticket_box {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.voucher_infos_box_ticket_header_text {
  margin-left: 5px;
  color: var(--color-text-secondary);
  font-size: 16px;
  font-weight: 700;
}

.voucher_infos_item_text {
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  line-height: 16px;
  font-weight: 700;
}

.voucher_location-info_line {
  width: 30px;
  height: 5px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: #3c3c3c;
}

.voucher_header_content {
  display: flex;
  margin-top: 70px;
  margin-bottom: 55px;
  align-items: center;
}

.voucher_header_content_detail_text {
  margin-left: 6px;
  color: var(--color-text-secondary);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.voucher_infos_box_ticket_box_item {
  margin-right: 30px;
  color: var(--color-text-secondary);
}

.voucher_infos {
  display: flex;
  padding: 55px 35px;
  justify-content: space-between;
  align-items: flex-start;
}

.code {
  font-size: 18px;
}

.voucher_location-info {
  color: hsla(0, 0%, 50.6%, 0.8);
  font-size: 12px;
}

.voucher {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: #fff;
}

.voucher_infos_box_ticket {
  padding: 20px;
  border-radius: 4px;
  background-color: var(--color-bg-light);
}

.voucher_infos_box_ticket_payment {
  margin-top: 25px;
  font-size: 12px;
  line-height: 20px;
}

.voucher_infos_item_title {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 12px;
  line-height: 16px;
}

.voucher_rules {
  margin-right: 35px;
  margin-left: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.voucher_infos_box_ticket_header {
  display: flex;
  align-items: center;
}

.voucher_infos_title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3e3e3e;
  font-size: 20px;
  line-height: 27px;
}

.voucher_infos_title.rules {
  margin-bottom: 5px;
}

.voucher_header_content_detail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  align-items: center;
}

.voucher_infos_box_ticket_name {
  margin-top: 15px;
  color: var(--color-text-secondary);
  font-size: 18px;
  line-height: 23px;
}

.voucher_infos_box {
  padding: 20px;
  flex: 0 35%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.voucher_infos_box.large {
  margin-left: 30px;
  flex: 1;
}

.voucher_header_content_divisor {
  width: 1px;
  height: 60px;
  margin-right: 35px;
  margin-left: 35px;
  background-color: rgba(93, 93, 93, 0.12);
}

.voucher_infos_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}

.voucher_infos_item.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.voucher_header_content_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color-text-secondary);
  font-size: 23px;
  line-height: 27px;
  font-weight: 300;
}

.voucher_location-info_box {
  margin-top: 70px;
  text-align: center;
}

.voucher_header {
  position: relative;
  display: flex;
  margin-right: 35px;
  margin-left: 35px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

@media (max-width: 991px) {
  .navbar_content_right-wrapper {
    gap: 12px;
  }
  
  .cart-preview-styles {
    display: flex !important;
  }

  .w-icon-nav-menu{
    color: var(--color-contrast);
  }

  .w-dropdown-link, .w-dropdown-toggle, .w-nav-link{
    color: #fff;
  }

  .navbar_content_nav-menu_item.w--current {
    color: #fff;
  }

  .container {
    width: 85%;
  }
  .navbar_content_mobile-button {
    padding: 5px;
    color: #fff;
    font-size: 40px;
  }
  .product-page_main-section_content-box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    flex: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .div-align {
    display: none;
  }
  .product-page_main-section {
    flex-direction: column;
  }
  .product-page_main-section_image-box_thumbs_item {
    width: 65px;
    height: 55px;
  }
  .product-page_main-section_image-box {
    height: 200px;
    flex: 0 auto;
    max-width: none;
  }
  .buy-modal {
    overflow: auto;
    padding-top: 45px;
    justify-content: flex-start;
  }
  .buy-modal_calendar {
    flex-direction: column;
  }
  .buy-modal_calendar_left-box_year {
    margin-bottom: 10px;
  }
  .buy-modal_box {
    width: 90%;
  }
  .buy-modal_close-link {
    margin-top: 20px;
    margin-right: 20px;
  }
  .buy-modal_calendar_left-box {
    padding-top: 20px;
    padding-bottom: 25px;
    flex: 0 auto;
  }
  .buy-modal_amount_left-box_product-date {
    margin-top: 10px;
  }
  .buy-modal_amount {
    flex-direction: column;
  }
  .photo-section_content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .photo-section_content.right-content {
    padding-right: 0px;
  }
  .photo-section_main-photo {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .cart-page_item_infos_photo {
    width: 28px;
    height: 28px;
  }
  .login-page_content_left-box {
    margin-left: 0px;
    flex: 0 auto;
  }
  .login-page_content-2 {
    padding-left: 0px;
    flex-direction: column;
  }
  .login-page_content_right-box {
    margin-top: 25px;
    margin-right: 0px;
    padding-top: 25px;
    padding-left: 0px;
    border-top: 1px solid rgba(43, 43, 43, 0.1);
    border-left-style: none;
  }
  .account-page_content_left-box {
    margin-bottom: 15px;
    flex: 0 auto;
  }
  .account-page_content-box {
    flex-direction: column;
    align-items: stretch;
  }
  .text-page_content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .banner-section_slide_item h1 {    
    font-size: 2.2rem;
  }
  .age-confirmation .age-confirmation_title {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }

  .age-confirmation .age-confirmation_details {
      width: auto;
  }

  .navbar_content_nav-menu {
    background-color: #151515;
  }

  .navbar_content_nav-menu .only_mobile {
    display: block;
  }

  .navbar_content_right-box_links {
    display: none;
  }

  .navbar_content_right-box_divisor {
    display: none;
  }

  .navbar_content_nav-menu_item.dropdown {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .navbar_content_right-wrapper {
    gap: 4px;
  }

  .intro-section {
    height: auto;
  }

  .navbar_content_right-box {
    display: flex;
    align-items: center;
    position: relative;
  }
 
  .navbar_content_nav-menu_item {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  }
  
  .navbar_content_mobile-button {
    margin-left: 10px;
  }
  .navbar_content_mobile-button.w--open {
    background-color: transparent;
  }

  .intro-section_content {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .intro-section_content_h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .button.margin-right {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .button.secondary {
    margin-top: 10px;
  }
  
  .navbar_content_right-box_links_item.mobile {
    margin-left: 16px;
  }
  .navbar_content_nav-menu_item_dropdown-icon {
    position: absolute;
    margin-top: 20px;
    margin-right: 20px;
  }
  .products-list-section {
    /* padding-top: 65px; */
    padding-bottom: 65px;
  }
  .products-list-section_h2 {
    font-size: 28px;
  }
  .products-list-section_list {
    margin-right: 0px;
    flex-direction: column;
  }
  .products-list-section_list_item {
    margin-right: 0px;
    flex: 0 auto;
  }
  .center-button-box.feedback-page {
    display: flex;
    flex-direction: column;
  }
  .about-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about-section_content-box {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about-section_content-box_h2 {
    font-size: 26px;
  }
  .testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .testimonial-section_slider_mask_slide_content {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
  }
  .testimonial-section_slider_mask_slide_content_txt-block {
    margin-top: 20px;
  }
  .testimonial-section_slider_nav {
    margin-top: 15px;
  }
  .testimonial-section_slider_arrow {
    display: none;
  }
  .footer_infos {
    flex-direction: column;
    align-items: stretch;
  }

  .footer_header_logo, .footer_header_socials {
    display: none;
  }

  .footer_header_mobile, .footer_toggle_hide {
    display: flex;
  }
  
  .footer_infos_block {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .footer_links {
    flex-direction: column;
  }
  .footer_links_terms {
    margin-top: 26px;
  }
  .input {
    font-size: 16px;
  }
  .product-page_infos-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-page_infos-section_content {
    flex-direction: column;
  }
  .product-page_infos-section_content_box {
    padding-bottom: 5px;
  }
  .product-page_how_content {
    flex-direction: column;
  }
  .product-page_how_content_item {
    margin-bottom: 20px;
  }
  .product-page_how_content_item_arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: -8px;
    justify-content: center;
  }
  .galery-page_content_list {
    margin-right: 0px;
    flex-direction: column;
  }
  .galery-page_content_list_light-box-link {
    display: flex;
    margin-right: 0px;
    justify-content: center;
  }
  .checkout-page_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .checkout-page_cart {
    flex-direction: column;
    align-items: stretch;
  }
  .checkout-page_cart_resume {
    margin-top: 20px;
    margin-left: 0px;
    flex: 0 auto;
  }
  .cart-page_header_item.date-title {
    display: none;
  }
  .cart-page_header_item.detail-title {
    display: none;
  }
  .cart-page_header_item.value-title {
    display: none;
  }
  .cart-page_item_infos {
    margin-bottom: 10px;
    flex: 0 auto;
  }
  .cart-page_item_amount {
    margin-bottom: 5px;
    flex: 0 auto;
  }
  .cart-page_item {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-page_item_date {
    margin-bottom: 7px;
    padding-right: 0px;
    flex: 0 auto;
  }
  .cart-page_item_value {
    flex: 0 auto;
  }
  .checkout-page_payment {
    flex-direction: column;
    align-items: stretch;
  }
  .checkout-page_payment_box {
    margin-bottom: 35px;
    flex: 0 auto;
  }
  .feedback-page_content {
    padding-top: 50px;
  }
  .feedback-page_content_header_title {
    font-size: 20px;
    line-height: 34px;
  }
  .product-page_how_content_item_arrow_icon {
    transform: rotate(90deg);
  }
  .banner-section_slide_item h1 {    
    font-size: 1.8rem;
  }
  .values-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    color: rgba(43, 43, 43, 0.8);
  }
  .values-section .values-list-section_list {
      margin-right: 0px;
      flex-direction: column;
  }
  .values-section .values-list-section_list_item {
      margin-right: 0px;
      flex: 0 auto;
  }
}

#cookie-notice {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: var(--color-main);
    color: var(--color-contrast);
}
#cookie-notice .row {
    display: flex;
    align-items: center;
}
#cookie-notice .text {
    flex: 1 1;
}
#cookie-notice .button {
    padding: 10px 30px;
}
#cookie-notice a {
    font-weight: bold;
    color: var(--color-contrast);
}

@media (max-width: 479px) {

  .navbar_content_right-wrapper {
    gap: 0px;
  }

  .product-page_infos-section_content_box_item img{
    min-width: 8%;
    flex-shrink: 0;
  }

  .intro-section_content {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .intro-section_content_h1 {
    font-size: 28px;
    line-height: 37px;
  }
  .intro-section_content_p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.full.mobile {
    width: 100%;
  }
  .products-list-section.page {
    /* padding-top: 35px;
    padding-bottom: 35px; */
  }
  .products-list-section_h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .testimonial-section_slider_mask_slide_content {
    align-items: flex-start;
  }
  .testimonial-section_slider_mask_slide_content_txt-block {
    margin-left: 0px;
  }
  .footer_header {
    flex-direction: column;
  }
  .footer_header_logo {
    margin-bottom: 20px;
  }
  .footer_infos_payment_secure {
    margin-top: 20px;
  }
  .footer_links {
    align-items: stretch;
  }
  .footer_links_nav {
    flex-direction: column;
    align-items: stretch;
  }
  .footer_links_nav_item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer_links_nav_item.terms {
    margin-bottom: 0px;
  }
  .footer_links_terms {
    align-items: center;
  }
  .page-header {
    padding-bottom: 25px;
  }
  .page-header_h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .product-page_filters {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
  }
  .product-page_filters_form {
    margin-top: 8px;
    margin-left: 0px;
  }
  .product-page_filters_form-block {
    margin-top: 12px;
    flex-direction: column;
  }
  .product-page_filters_form-block_item {
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .products-page_category_title {
    font-size: 22px;
    line-height: 30px;
  }
  .product-page_main-section_content-box_title-box_title {
    font-size: 32px;
  }
  .product-page_main-section_content-box_buy-box {
    display: block;
  }
  .product-page_main-section_content-box_buy-box_text-box {
    margin-bottom: 19px;
  }
  .product-page_main-section_image-box_thumbs_item {
    width: 55px;
    height: 45px;
  }
  .product-page_main-section_image-box {
    height: 150px;
    min-height: 280px;
  }
  .product-page_main-section_image-box_thumbs {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .product-page_main-section_content-box_alert {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .product-page_main-section_content-box_alert_text {
    line-height: 15px;
  }
  .cta-button--show-animation {
    animation: cta-button-animation 0.3s forwards;
  }
  .cta-button--hide-animation {
    animation: cta-button-animation-out var(--animation-speed, 0.3s) forwards;
  }
  .cta-button--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;

    background: var(--color-main);
    padding: 1rem 1.5rem;
  }
  .buy-modal_box_h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .buy-modal {
    padding-bottom: 20px;
  }
  .buy-modal_extras_item_text {
    line-height: 16px;
  }
  .buy-modal_options-amount_item_time-box {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
  }
  .buy-modal_calendar_left-box_year {
    margin-bottom: 10px;
  }
  .buy-modal_calendar_right-box_day {
    justify-content: space-between;
  }
  .buy-modal_extras_item_box {
    flex: 0 auto;
  }
  .buy-modal_options-amount_item_select {
    margin-top: 15px;
    justify-content: center;
  }
  .buy-modal_close-link {
    width: 15px;
  }
  .buy-modal_calendar_right-box_day_item_link_text {
    font-size: 12px;
  }
  .buy-modal_calendar_left-box {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .buy-modal_options-amount_item {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: stretch;
  }
  .buy-modal_options-amount_item_time-box_link {
    justify-content: center;
  }
  .buy-modal_options-amount_item_title {
    padding-left: 0px;
    justify-content: center;
    border-bottom: 1px solid rgba(43, 43, 43, 0.1);
    border-right-style: none;
  }
  .buy-modal_calendar_right-box {
    padding: 15px;
  }
  .buy-modal_calendar_right-box_day_item_link {
    width: 30px;
    height: 30px;
  }
  .photo-section_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .checkout-page_content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .checkout-page_cart_resume_list_detail_item {
    flex-direction: column;
  }
  .checkout-page_cart_resume_list_detail_item_box {
    margin-top: 10px;
  }
  .checkout-page_payment {
    flex-direction: column;
    align-items: stretch;
  }
  .checkout-page_payment_box {
    margin-bottom: 30px;
    flex: 0 auto;
  }
  .payment-page_content_select {
    flex-direction: column;
    align-items: flex-start;
  }
  .feedback-page_content_header_title {
    font-size: 18px;
    line-height: 26px;
  }
  .feedback-page_content_social {
    margin-bottom: 70px;
    flex-direction: column;
    align-items: center;
  }
  .feedback-page_content_social_text {
    font-size: 14px;
    text-align: center;
  }
  .feedback-page_content_social_list {
    margin-top: 8px;
    margin-left: 0px;
  }
  .feedback-page_content_social_list_item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .login-page_content-2 {
    padding-right: 0px;
  }
  .form_row.login_form-row {
    flex-direction: column;
  }
  .pages-content_box {
    padding-bottom: 0px;
  }
  .account-page_content_right-box_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-page_content_right-box_item_infos_text {
    margin-top: 6px;
  }
  .account-page_content_right-box_item_infos {
    margin-top: 10px;
    margin-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .account-page_content_right-box_item_infos_divisor {
    display: none;
  }
  .banner-section_slide_item h1 {    
    font-size: 1.4rem;
  }

  #cookie-notice .row {
      flex-direction: column;
  }
  #cookie-notice .row .button {
      margin-top: 1rem;
  }
}
