/* ****** ALTERAÇÕES NO WIDGET DA PLANNE ****** */



@keyframes cta-button-animation {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes cta-button-animation-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}

body .planne-widget-product-adder {
        width: auto;
        max-width: 100%;
}

body .planne-widget-product-adder .planne-widget-product-adder-header .planne-widget-product-adder-previous-month {
  padding: 11px 0px;
}

body .planne-widget-product-adder .planne-widget-product-adder-header .planne-widget-product-adder-month-preview {
  font-size: 15px;
  color: #404040;
}

body .planne-widget-product-adder .planne-widget-product-adder-month-holder {
  padding: 0px;
  background-color: transparent;
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

body .planne-widget-product-adder .planne-widget-product-adder-month-holder .planne-widget-product-adder-week .planne-widget-product-adder-date {
  padding: 8px 0;
}

body .planne-widget-product-adder .planne-widget-product-adder-month-holder .planne-widget-product-adder-week .planne-widget-product-adder-date a,
.planne-widget-product-adder .planne-widget-product-adder-month-holder .planne-widget-product-adder-week .planne-widget-product-adder-date span {
  width: 40px;
  height: 40px;
}

body .planne-widget-product-adder .planne-widget-product-adder-header {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

body .planne-widget-product-adder button.planne-widget-product-adder-submit-button {
  width: auto;
  transition: all 300ms;
}

body .planne-widget button.planne-button {
  padding: 14px 35px;
  background-color: #56e5a6;
}

body .planne-widget button.planne-button:hover {
  background-color: #56e5a6;
}

body .planne-widget button.planne-button.planne-border-button {
  border-color: #56e5a6;
  color: #56e5a6;
}

body .planne-widget button.planne-button.planne-border-button:hover {
  border-color: #56e5a6;
}

body .planne-widget-checkout {
  max-width: 100%;
}

body .planne-widget-checkout .planne-widget-checkout-form-row .planne-widget-checkout-input-field input {
  padding-left: 16px;
}

body .planne-widget-checkout .planne-widget-checkout-form-row .planne-widget-checkout-input-field input {
  height: 45px;
}

body .planne-widget-product-adder .planne-widget-product-adder-month-holder .planne-widget-product-adder-week .planne-widget-product-adder-date a,
.planne-widget-product-adder .planne-widget-product-adder-month-holder .planne-widget-product-adder-week .planne-widget-product-adder-date span {
  padding: 7px;
}

body .planne-widget-product-adder .planne-widget-product-adder-month-holder {
  border-top: none;
}

body .planne-widget-checkout .planne-widget-checkout-form-row .planne-widget-checkout-input-field select {
  height: 45px;
}

body .planne-widget {
  font-family: 'Roboto', sans-serif;
}

body .planne-widget-product-adder .planne-widget-product-adder-tariff-form .planne-widget-product-adder-tariff-holder select {
    font-size: 16px;
}

body .planne-widget-product-adder .planne-widget-product-adder-tariff-form .planne-widget-product-adder-tariff-holder .planne-widget-product-adder-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #00000026;
    padding-bottom: 15px;
    padding-top: 15px;
}

body > div.buy-modal > div > div > div.buy-modal_calendar-box > div > div.buy-modal_calendar_right-box > div > div > form > div.planne-widget-product-adder-tariff-holder > div:nth-child(60) {
  border: none;
  padding-top: 10px;
  color: #fd5f60;
}

body > div.buy-modal > div > div > div.buy-modal_calendar-box > div > div.buy-modal_calendar_right-box > div > div > form > div.planne-widget-product-adder-tariff-holder > div:nth-child(60) > div {
  width: 100%;
  margin-right: 0px;
  text-align: center;
}

body .planne-widget-product-adder .planne-widget-product-adder-tariff-form .planne-widget-product-adder-tariff-holder .planne-widget-product-adder-row .planne-widget-product-adder-col {
    display: block;
    padding: 0px;
    width: 25%;
    line-height: 16px;
    margin-right: 25px;
}

body .planne-widget-product-adder-additionals-holder {
  margin-top: 20px;
}

body .planne-widget-checkout .planne-widget-checkout-form-row .planne-widget-checkout-input-field span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fd5f60;
    padding-top: 5px;
    border-radius: 2px;
}

body .planne-widget-product-adder .planne-widget-product-adder-tariff-form .planne-widget-product-adder-tariff-holder .planne-widget-product-adder-row .planne-widget-product-adder-col.planne-widget-product-adder-main-col {
  padding: 10px;

}


.whatsapp-float{
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

@media screen and (max-width: 600px){
  .whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 1rem;
    right: 1.5rem;
    padding: 0.5rem;
  }
}

.notification-container {
  position: absolute;
  right: 32px;
  top: 112px;
}

.whatsapp-float svg {
  width: 38px;
  height: 38px;
}

.not-list-products-section {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}

.not-list-products-section li{
  display: flex;
}

.not-list-products-section li a{
  margin-left: 4px;
}

.age-confirmation {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(10px);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99998;
}

.age-confirmation img {
  width: 320px;
}

.age-confirmation .age-confirmation_title {
  color: white;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  width: 664px;
}

.age-confirmation .age-confirmation_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-confirmation .age-confirmation_underage {
  display: none;
  color: white;
  font-size: 28px;
  text-align: center;
  margin: 30px auto;
}

.age-confirmation .age-confirmation_buttons button {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: transparent;
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 30px 8px;
}

.age-confirmation .age-confirmation_buttons .mark {
  color: #000;
  background: #fff;
  /* border: 1px solid #000; */
}

.age-confirmation .age-confirmation_details {
  width: 854px;
  padding: 20px;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1000px) {
    .planne-widget-sale-sale-root .planne-widget-sale-sale-vouchers {
        display: block;
        overflow-x: auto;
    }
}

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

.image-slider-container {
    width: 852px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-slider-container .image-slider {
}
.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: 'Roboto', sans-serif;
  color: #818181;
  font-size: 0.9rem;
  line-height: 20px;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #818181;
}

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

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

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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 {
  
    background-color: transparent;
  
}

.container {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.navbar_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_content_nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navbar_content_nav-menu_item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  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: #fff;
}

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

.intro-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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: #56e5a6;
  -webkit-transition: all 270ms ease;
  transition: all 270ms ease;
  font-family: 'Roboto', sans-serif;
  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: #56e5a6;
}

.button div button {
  padding: 18px 30px;
  border-radius: 4px;
  background: #56e5a6;
  -webkit-transition: all 270ms ease;
  transition: all 270ms ease;
  font-family: 'Roboto', sans-serif;
  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;
  
}

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

.button.margin-bottom.buy {
  background-color: #1dc483;
}

.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: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.navbar_content_right-box_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  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: 'Roboto', sans-serif;
  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;
}

.main-color {
  width: 100%;
  height: 100px;
  background-color: #131552;
}

.main-font {
  padding: 50px;
  font-size: 30px;
}

.intro-section_bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.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-top: 125px;
  padding-bottom: 125px;
}

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

.products-list-section_h2 {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #151515;
  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: 'Roboto', sans-serif;
  font-size: 13px;
  text-align: center;
}

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

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

.products-list-section_list_item {
  margin-right: 35px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  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: #56e5a6;
  background-color: transparent;
  color: #56e5a6;
}

.products-list-section_list_item_content_title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
  color: #151515;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  height: 46px;
  overflow: hidden;
}

.products-list-section_list_item_content_title.menu {
  color: #818181;
}

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

.small-p {
  font-family: 'Roboto', sans-serif;
  color: #818181;
  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: 'Roboto', sans-serif;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.values-section .values-list-section_list_item {
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  text-decoration: none;
}
.values-section svg{
  width: 80px;
  margin-bottom: 10px;
  margin-top: 30px;
  fill: #131552;
}
.values-section h4{
  text-transform: uppercase;
  color: #131552;
  font-size: 28px;
  margin-bottom: 10px;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://site-assets.planne.com.br/clients/demo/backgrounddemo.jpg');
  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: #151515;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.testimonial-section_slider_mask_slide_content_txt-block_name {
  margin-top: 15px;
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
  color: #818181;
}

.testimonial-section_slider_mask_slide_content_txt-block_date {
  font-family: 'Roboto', sans-serif;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.footer {
  padding-top: 35px;
  padding-bottom: 6rem;
  border-top: 1px solid hsla(0, 0%, 50.6%, 0.15);
}

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

.footer_header_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

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

.footer_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_infos_block {
  padding-right: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer_infos_block_title {
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  color: #626262;
  font-size: 18px;
  font-weight: 700;
}

.footer_infos_block_content_text {
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}

.footer_infos_payment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 34%;
  -ms-flex: 0 34%;
  flex: 0 34%;
}

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

.footer_infos_payment_title {
  font-family: 'Roboto', sans-serif;
  color: #818181;
  font-size: 10px;
}

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

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

.footer_links_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_links_nav_item {
  margin-right: 20px;
  font-family: 'Roboto', sans-serif;
  color: #818181;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_links_nav_item:hover {
  color: #151515;
}

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

.footer_links_terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: 'Roboto', sans-serif;
  color: hsla(0, 0%, 50.6%, 0.7);
  font-size: 10px;
  text-align: center;
}

.footer_header_socials_item_embed {
  color: #151515;
}

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

.footer_infos_block_content_text_link {
  color: #818181;
  text-decoration: none;
}

.page-header {
  padding-bottom: 45px;
  background-color: #131552;
}

.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: 'Roboto', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.product-page_filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-page_filters_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page_filters_title_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
}

.product-page_filters_title_text {
  margin-left: 6px;
  font-family: 'Roboto', sans-serif;
  color: #151515;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.label {
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
  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;
  -webkit-transition: all 270ms ease;
  transition: all 270ms ease;
  color: #818181;
}

.input:focus {
  border-color: #151515;
}

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

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

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

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

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

.input._50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

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

.products-page_category_title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  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: #151515;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.25px;
}

.product-page_main-section_content-box_buy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  margin-bottom: 16px;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 640px;
  -ms-flex: 0 640px;
  flex: 0 640px;
}

.div-align {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-page_main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: #151515;
}

.product-page_main-section_image-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 530px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  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: 'Roboto', sans-serif;
  color: #1dc483;
  font-size: 27px;
  font-weight: 700;
}

.product-page_main-section_content-box_buy-box_text-box_title span{
  font-size: 15px;
  color: #818181;
}

.product-page_main-section_content-box_buy-box_text-box_text {
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  color: #818181;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plot-detail {
  display: block;
  margin-top: 1px;
  color: hsla(0, 0%, 50.6%, 0.8);
  font-size: 10px;
  line-height: 14px;
}

.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: 'Roboto', sans-serif;
  color: #fff;
  font-size: 11px;
}

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

.product-page_infos-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  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: 'Roboto', sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.product-page_infos-section_content_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: 'Roboto', sans-serif;
  color: #818181;
  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-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://site-assets.planne.com.br/clients/demo/backgrounddemo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.product-page_how_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-page_how_content_item {
  position: relative;
  padding: 30px 25px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  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: 'Roboto', sans-serif;
  color: #151515;
  font-size: 26px;
  font-weight: 700;
}

.product-page_how_content_item_h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #151515;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -8px;
}

.buy-modal_options-amount_item_select_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  padding-top: 1px;
  padding-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #a7a7a7;
  -webkit-transition: all 300ms ease;
  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: #29d58c;
}

.buy-modal_options-amount_item_select_link.plus:hover {
  background-color: #24bd7c;
}

.buy-modal_options-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buy-modal_box_h2 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);  
  overflow: scroll;
}

.buy-modal_extras_item_text {
  margin-left: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.buy-modal_calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b2b2b;
  text-decoration: none;
}

.buy-modal_options-amount_item_title_text-box_subtitle {
  color: #818181;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-modal_extras_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #818181;
  text-decoration: none;
}

.buy-modal_extras_item.payment-page_content_select_item {
  margin-right: 28px;
  color: #818181;
  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: #29d58c;
}

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

.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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  background-color: #131552;
  box-shadow: 4px 0 11px 0 rgba(0, 0, 0, 0.4);
}

.buy-modal_calendar_right-box_week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: rgba(43, 43, 43, 0.8);
  text-decoration: none;
}

.buy-modal_options-amount_item_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 42%;
  -ms-flex: 0 42%;
  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: #29d58c;
}

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

.buy-modal_calendar_right-box {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 14.25%;
  -ms-flex: 0 14.25%;
  flex: 0 14.25%;
  text-align: center;
}

.buy-modal_calendar_right-box_day_item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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: #29d58c;
  -webkit-transition: all 200ms ease;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14.25%;
  -ms-flex: 0 14.25%;
  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 #cecece;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  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::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.45);
}

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

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

.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);
  -webkit-transition: all 300ms ease;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-page_content_section_header {
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  color: #151515;
  text-transform: uppercase;
}

.menu-page_content_section_header.bg-image {
  padding-top: 166px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Web-1920-–-2.png');
  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: #151515;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

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

.galery-page_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-page_cart_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-page_cart_left_title {
  margin-top: 0px;
  font-family: 'Roboto', sans-serif;
  color: #151515;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.checkout-page_cart_resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  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: 'Roboto', sans-serif;
  color: #151515;
  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: 'Roboto', sans-serif;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 700;
}

.checkout-page_cart_resume_list_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-page_cart_resume_list_detail_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-page_cart_resume_list_detail_item_title {
  font-family: 'Roboto', sans-serif;
  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: 'Roboto', sans-serif;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.checkout-page_cart_resume_payment_price {
  margin-bottom: -5px;
  font-family: 'Roboto', sans-serif;
  color: #1dc483;
  font-size: 19px;
  font-weight: 700;
}

.checkout-page_cart_resume_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-page_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

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

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

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

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

.cart-page_item_value_text {
  font-family: 'Roboto', sans-serif;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 700;
}

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

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

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

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

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

.cart-page_item_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  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: 'Roboto', sans-serif;
  color: hsla(0, 0%, 50.6%, 0.8);
  font-size: 10px;
}

.cart-page_item_infos_text_title {
  font-family: 'Roboto', sans-serif;
  color: #818181;
  line-height: 13px;
  font-weight: 700;
}

.text-block {
  font-family: 'Roboto', sans-serif;
  color: #818181;
  font-weight: 600;
}

.checkout-page_cart_resume_list_detail_item_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.checkout-page_payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-page_payment_box {
  padding: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 31.5%;
  -ms-flex: 0 31.5%;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-page_payment_box_header_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #151515;
  border-radius: 1005px;
}

.checkout-page_payment_box_header_circle_number {
  font-family: 'Roboto', sans-serif;
  color: #151515;
  font-size: 13px;
  font-weight: 500;
}

.checkout-page_payment_box_header_title {
  margin-left: 8px;
  font-family: 'Roboto', sans-serif;
  color: #151515;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-page_payment_box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkout-page_payment_box_content_title {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  color: #5d5d5d;
  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: 'Roboto', sans-serif;
  color: hsla(0, 0%, 50.6%, 0.7);
  font-size: 10px;
  text-align: right;
}

.input-hint {
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.feedback-page_content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feedback-page_content_header_title {
  margin-top: 11px;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  color: #1dc483;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.feedback-page_content_social_text {
  font-family: 'Roboto', sans-serif;
  color: #5d5d5d;
  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: #151515;
}

.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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.form_row_item._50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

.login-page_content_h2 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.login-page_content_right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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: 'Roboto', sans-serif;
  color: #818181;
  font-size: 12px;
  line-height: 16px;
}

.account-page_content_right-box_h2 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: 'Roboto', sans-serif;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: 'Roboto', sans-serif;
  color: #5d5d5d;
  line-height: 16px;
  font-weight: 700;
}

.account-page_content_left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.account-page_content_right-box {
  padding: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 56%;
  -ms-flex: 0 56%;
  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: 'Roboto', sans-serif;
  color: rgba(43, 43, 43, 0.8);
  font-size: 19px;
  line-height: 23px;
}

.cta-color {
  width: 100%;
  height: 100px;
  background-color: #ffcc80;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: #5d5d5d;
  font-size: 16px;
  font-weight: 700;
}

.voucher_infos_item_text {
  font-family: 'Roboto', sans-serif;
  color: #5d5d5d;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.voucher_header_content_detail_text {
  margin-left: 6px;
  color: #5d5d5d;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.voucher_infos_box_ticket_box_item {
  margin-right: 30px;
  color: #5d5d5d;
}

.voucher_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  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: #efefef;
}

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

.voucher_infos_item_title {
  font-family: 'Roboto', sans-serif;
  color: #818181;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.voucher_infos_box_ticket_name {
  margin-top: 15px;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 23px;
}

.voucher_infos_box {
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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: #5d5d5d;
  font-size: 23px;
  line-height: 27px;
  font-weight: 300;
}

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

.voucher_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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: #fff;
  }

  .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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .div-align {
    display: none;
  }
  .product-page_main-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page_main-section_image-box_thumbs_item {
    width: 65px;
    height: 55px;
  }
  .product-page_main-section_image-box {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    max-width: none;
  }
  .buy-modal {
    overflow: auto;
    padding-top: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .buy-modal_calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .buy-modal_amount_left-box_product-date {
    margin-top: 10px;
  }
  .buy-modal_amount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .login-page_content-2 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .account-page_content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .navbar_content_right-wrapper {
    gap: 4px;
  }

  .intro-section {
    height: auto;
  }
  .navbar_content {
    padding: 5px 15px 5px 10px;
  }
  .navbar_content_right-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-list-section_list_item {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .center-button-box.feedback-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_infos_block {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page_infos-section_content_box {
    padding-bottom: 5px;
  }
  .product-page_how_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .galery-page_content_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .galery-page_content_list_light-box-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkout-page_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .checkout-page_cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checkout-page_cart_resume {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cart-page_item_amount {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cart-page_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cart-page_item_date {
    margin-bottom: 7px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cart-page_item_value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .checkout-page_payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checkout-page_payment_box {
    margin-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    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 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .values-section .values-list-section_list_item {
      margin-right: 0px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
  }
}

#cookie-notice {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #131552;
    color: #fff;
}
#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: #fff;
}

@media (max-width: 479px) {

  .navbar_content_right-wrapper {
    gap: 0px;
  }

  .product-page_infos-section_content_box_item img{
    min-width: 8%;
    flex-shrink: 0;
  }
  .navbar_content {
    padding-right: 3px;
    padding-left: 3px;
  }
  .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 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial-section_slider_mask_slide_content_txt-block {
    margin-left: 0px;
  }
  .footer_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_header_logo {
    margin-bottom: 20px;
  }
  .footer_infos_payment_secure {
    margin-top: 20px;
  }
  .footer_links {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_links_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_links_nav_item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer_links_nav_item.terms {
    margin-bottom: 0px;
  }
  .footer_links_terms {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header {
    padding-bottom: 25px;
  }
  .page-header_h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .product-page_filters {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-page_filters_form {
    margin-top: 8px;
    margin-left: 0px;
  }
  .product-page_filters_form-block {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: #131552;
    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 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .buy-modal_extras_item_box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .buy-modal_options-amount_item_select {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .buy-modal_options-amount_item_time-box_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buy-modal_options-amount_item_title {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-page_cart_resume_list_detail_item_box {
    margin-top: 10px;
  }
  .checkout-page_payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checkout-page_payment_box {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .payment-page_content_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feedback-page_content_header_title {
    font-size: 18px;
    line-height: 26px;
  }
  .feedback-page_content_social {
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pages-content_box {
    padding-bottom: 0px;
  }
  .account-page_content_right-box_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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;
  }
  .d-node {
    display: none;
  }
}
