@font-face {
  font-family: Glyphter;
  src: url(icon_fonts/font/Glyphter.eot);
  src: url(icon_fonts/font/Glyphter.eot?#iefix) format("embedded-opentype"),
    url(icon_fonts/font/Glyphter.woff) format("woff"),
    url(icon_fonts/font/Glyphter.ttf) format("truetype"),
    url(icon_fonts/font/Glyphter.svg#Glyphter) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: food;
  src: url("icon_fonts/font/food.eot");
  src: url("icon_fonts/font/food.eot?#iefix") format("embedded-opentype"),
    url("icon_fonts/font/food.woff") format("woff"),
    url("icon_fonts/font/food.ttf") format("truetype"),
    url("icon_fonts/font/food.svg#food") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ElegantIcons;
  src: url("icon_fonts/font/ElegantIcons.eot");
  src: url("icon_fonts/font/ElegantIcons.eot?#iefix")
      format("embedded-opentype"),
    url("icon_fonts/font/ElegantIcons.woff") format("woff"),
    url("icon_fonts/font/ElegantIcons.ttf") format("truetype"),
    url("icon_fonts/font/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ElegantIcons;
  src: url(icon_fonts/font/ElegantIcons.eot);
  src: url(icon_fonts/font/ElegantIcons.eot?#iefix) format("embedded-opentype"),
    url(icon_fonts/font/ElegantIcons.woff) format("woff"),
    url(icon_fonts/font/ElegantIcons.ttf) format("truetype"),
    url(icon_fonts/font/ElegantIcons.svg#ElegantIcons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: food;
  src: url(icon_fonts/font/food.eot);
  src: url(icon_fonts/font/food.eot?#iefix) format("embedded-opentype"),
    url(icon_fonts/font/food.woff) format("woff"),
    url(icon_fonts/font/food.ttf) format("truetype"),
    url(icon_fonts/font/food.svg#food) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.box_contacts a,
body,
header.header_in ul#top_menu li a,
ul.additional_links li span {
  color: #444;
}
.banner .wrapper small,
.follow_us h5,
footer h3 {
  text-transform: uppercase;
}
.btn_1,
.pagination_fg a,
.strip figure a.strip_info,
a,
a.btn_1,
a:focus,
a:hover {
  text-decoration: none;
}
.singlepost {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.singlepost ul {
  padding-left: 0rem;
  list-style: none;
}
.singlepost ul li {
  font-size: 16px;
  display: flex;
  justify-content: start;
  gap: 14px;
  margin-bottom: 12px;
}
.singlepost ul li i {
  font-size: 16px;
  font-weight: 700;
  margin-top: 3.5px;
}
/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #6d757d;
  padding-top: 2px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: 8px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-20px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  color: #444;
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

a.btn_1.gradient:active:before,
a.btn_1.gradient.nice-select.open:before,
.btn_1.gradient:active:before,
.btn_1.gradient.nice-select.open:before {
  opacity: 1;
}

.banner,
.box_contacts,
.box_how,
p {
  margin-bottom: 20px;
}
[class*="icon-"]:before,
html * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page_header.blog h1 {
  font-size: 1.5rem;
  padding-top: 5px;
}
.banner .wrapper p,
.box_how h3 {
  font-size: 1.3125rem;
}
.box_topic.submit h3,
.main-menu > ul > li:hover > a,
.search_bar_list button[type="submit"]:hover,
a.box_topic.submit h3 {
  color: #e54750;
}
.box_how p,
.carousel_4 .strip,
.plan-title h3 {
  margin-bottom: 0;
}
.box_contacts,
.box_topic,
a.box_topic {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.singlepost figure {
  margin: -30px -30px 30px;
}
.singlepost h1 {
  font-size: 1.75rem;
}
.singlepost p {
  line-height: 1.8;
}
.box_contacts {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.box_contacts h2 {
  font-weight: 400;
  margin: 10px 0;
  font-size: 1.3125rem;
}
.box_contacts i {
  font-size: 2.875rem;
  background: #f3723b;
  background: -webkit-linear-gradient(top, #f3723b, #e54750);
  background: linear-gradient(to bottom, #f3723b, #e54750);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box_how,
header.header_in {
  background-color: #fff;
}
.box_contacts a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.box_contacts small {
  display: block;
  color: #777;
}
iframe.map_contact {
  border: 0;
  width: 100%;
  height: 372px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.banner,
.box_how {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#logo {
  float: left;
}
.hero_single.version_2 .opacity-mask h1,
.hero_single.version_2 .opacity-mask h3,
.hero_single.version_2 .opacity-mask p,
.plan-tall .plan-title h3,
ul#top_menu li a {
  color: #fff;
}
.hero_single.version_2 .opacity-mask {
  text-align: left;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}
ul.footer-selector {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.additional_links li {
  display: inline-block;
  margin-right: 15px;
}
strong {
  font-weight: 500;
}
.box_how {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  text-align: center;
}
#toTop,
.box_topic,
.btn_1,
.main_title.center,
.pagination_fg,
.plan,
.plan-price,
a.box_topic,
a.btn_1 {
  text-align: center;
}
.box_topic h3,
a.box_topic h3 {
  font-size: 1.125rem;
}
.main_title.version_2 a {
  right: 0;
}
.banner,
.intro_txt,
.search_bar_list {
  position: relative;
}
.intro_txt:before {
  content: "";
  background: url(../img/shape_element_2.svg) no-repeat;
  position: absolute;
  display: block;
  width: 195px;
  height: 110px;
  top: -160px;
  right: -30px;
  opacity: 0.6;
}
.btn_1.gradient:active:before,
.btn_1.gradient:hover:before,
.container_radio input:checked ~ .checkmark:after,
a.btn_1.gradient:active:before,
a.btn_1.gradient:hover:before,
footer .contacts ul li a:hover,
footer .links ul li a:hover:after,
hr {
  opacity: 1;
}
@media (max-width: 1199px) {
  .box_about .arrow_1,
  .box_about .arrow_2 {
    display: none;
  }
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.banner,
.hero_single.inner_pages {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 350px;
}
.banner .wrapper {
  color: #fff;
  padding: 60px;
}
.banner .wrapper small {
  font-size: 0.875rem;
  font-weight: 500;
}
.banner .wrapper h3 {
  color: #fff;
  font-size: 2rem;
  margin: 10px 0 0;
}
#toTop:hover {
  background-color: #e54750;
}
.mb_5 {
  margin-bottom: 5px;
}
.custom-search-input input:focus,
.search_bar_list button[type="submit"]:focus {
  box-shadow: none;
}
.strip figure a.strip_info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: block;
}

.categories_carousel_in.listing {
  margin-bottom: 35px;
}
.categories_carousel_in.listing .item {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
}
.categories_carousel_in.listing .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories_carousel_in.listing .item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.categories_carousel_in.listing .item a {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: block;
}
.categories_carousel_in.listing .item a h3 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 10px 15px;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background: -moz-linear-gradient(top, transparent 5%, black 100%);
  background: -webkit-linear-gradient(top, transparent 5%, black 100%);
  background: linear-gradient(to bottom, transparent 5%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.owl-carousel .item {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Dit creëert een 1:1 aspect ratio */
}

/* Figure vult de container volledig */
.owl-carousel .item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* A-tag vult de figure volledig */
.owl-carousel .item figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Afbeelding vult de A-tag volledig en behoudt de verhoudingen */
.owl-carousel .item figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Of 'contain' als je de gehele afbeelding wilt zien */
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
  padding-left: 0px !important;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 1;
  transition: all 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  position: absolute;
  z-index: 999;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  outline: none;
  background-color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #222 !important;
  margin: 5px 0;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent !important;
  border: 2px solid #e54750;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 2px solid #ccc;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  background-color: #e54750 !important;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  margin-top: -25px;
  display: block !important;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.owl-theme .owl-nav .owl-prev {
  left: -24px;
}
.owl-theme .owl-nav .owl-next {
  right: -24px;
}
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 48px !important;
  color: #999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav .owl-prev i:hover,
.owl-theme .owl-nav .owl-next i:hover {
  color: #e54750;
}
.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled {
  opacity: 0;
}

.strip figure {
  width: 100%;
  padding-bottom: 100%;
  margin: 0;
}
.strip figure img {
  height: 100%;
  object-fit: cover;
}
.strip figure a.strip_info {
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.type_delivery {
  display: inline-block;
}
.type_delivery ul {
  list-style: none;
  padding: 5px 0 0;
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
body {
  background: #fff;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 0.875rem;
}
.btn_1:focus,
a.btn_1:focus {
  outline: 0;
}
.header_in a.open_close,
header.header_in .main-menu > ul > li > a,
ul.additional_links li a:hover {
  color: #222;
}

#newsletter button[type="submit"]:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.intro_txt .main_title,
footer h3 {
  margin-bottom: 15px;
}
ul#top_menu li a.login:before {
  content: "\0042";
  font-family: Glyphter;
  font-size: 1.3125rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  line-height: 1;
}
header.header.sticky ul#top_menu li a.login,
header.header.sticky a.open_close {
  color: #000;
}
@font-face {
  font-family: food;
  src: url("icon_fonts/font/food.eot");
  src: url("icon_fonts/font/food.eot?#iefix") format("embedded-opentype"),
    url("icon_fonts/font/food.woff") format("woff"),
    url("icon_fonts/font/food.ttf") format("truetype"),
    url("icon_fonts/font/food.svg#food") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*="icon-"]:before {
  display: inline-block;
  font-family: food;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@font-face {
  font-family: ElegantIcons;
  src: url("icon_fonts/font/ElegantIcons.eot");
  src: url("icon_fonts/font/ElegantIcons.eot?#iefix")
      format("embedded-opentype"),
    url("icon_fonts/font/ElegantIcons.woff") format("woff"),
    url("icon_fonts/font/ElegantIcons.ttf") format("truetype"),
    url("icon_fonts/font/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.arrow_carrot-right,
.icon_close,
.icon_cloud-upload_alt,
.icon_house_alt,
.icon_info,
.icon_lifesaver,
.icon_mail_alt,
.icon_menu,
.icon_minus-06,
.icon_mobile,
.icon_pin_alt,
.icon_plus,
.icon_search {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_carrot-right:before {
  content: "\35";
}
.icon_minus-06:before {
  content: "\4b";
}
.icon_plus:before {
  content: "\4c";
}
.icon_close:before {
  content: "\4d";
}
.icon_search:before {
  content: "\55";
}
.icon_menu:before {
  content: "\61";
}
.icon_cloud-upload_alt:before {
  content: "\e003";
}
.icon_house_alt:before {
  content: "\e009";
}
.icon_mobile:before {
  content: "\e00b";
}
.icon_mail_alt:before {
  content: "\e010";
}
.icon_pin_alt:before {
  content: "\e01d";
}
.icon_lifesaver:before {
  content: "\e028";
}
.icon_info:before {
  content: "\e060";
}
a {
  color: #e54750;
  transition: 0.3s ease-in-out;
  outline: 0;
}
#newsletter button[type="submit"],
.container_check .checkmark,
.main-menu,
.search_bar_list button[type="submit"],
.strip figure img,
footer h3,
ul.additional_links li a {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.title_small {
  font-size: 1.3125rem;
  font-weight: 600;
}
label {
  font-weight: 500;
  margin-bottom: 3px;
}
hr {
  margin-bottom: 25px;
  margin-top: 25px;
  border-color: #ededed;
}
header.header_in {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  position: relative;
}
a:focus,
a:hover {
  color: #111;
  outline: 0;
}
@media (min-width: 1410px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 560px) {
  .container {
    max-width: 100%;
  }
}
header.header.sticky {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3sease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3sease-in-out;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#header_menu,
.custom-search-input select,
header a.open_close span,
header.header .logo_sticky,
input#website {
  display: none;
}
header a.open_close {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 999;
  color: #fff;
  font-size: 2rem;
  display: none;
  width: 25px;
  height: 25px;
}
header a.open_close:hover {
  opacity: 0.8;
}
.header_in a.open_close:hover,
header.header_in .main-menu > ul > li:hover > a {
  opacity: 1;
  color: #e54750;
}
.main-menu {
  position: relative;
  z-index: 9;
  float: right;
  transition: 0.3s ease-in-out;
}
.main-menu ul,
.main-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.main-menu ul a,
.main-menu ul li a {
  position: relative;
  margin: 0;
  padding: 10px;
  display: block;
}
.main-menu > ul > li > a {
  color: #fff;
  padding: 11px;
  font-size: 0.875rem;
  font-weight: 500;
}
header.sticky .main-menu > ul > li > a,
header.header_in .main-menu > ul > li > a,
header.black_nav .main-menu > ul > li > a {
  color: #222;
}
.headerbutton {
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  .main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #e54750;
    padding-left: 18px;
  }
  .main-menu ul ul,
  .main-menu ul ul ul {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .main-menu {
    width: auto;
  }
  .main-menu a {
    white-space: nowrap;
  }
  .main-menu ul li {
    display: inline-block;
  }
  .main-menu ul ul {
    border-top: 2px solid #e54750;
    visibility: hidden;
    left: 3px;
    top: 100%;
    display: block;
    min-width: 210px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 12%;
    border: 7px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e54750;
    margin-left: -7px;
  }
  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    font-size: 0.8125rem;
    color: #444;
    display: block;
    padding: 12px 15px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu ul ul li:first-child a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:last-child a:hover {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .main-menu ul ul ul {
    border-top: 0;
    height: auto;
    left: 100%;
    top: 0;
    min-width: 190px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
  }
  .main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #header_menu,
  .main-menu li {
    position: relative;
  }
  #header_menu {
    display: block;
    text-align: center;
    padding: 30px 0 25px;
  }
  #header_menu a.open_close {
    position: absolute;
    right: 15px;
    top: 0;
    left: inherit;
    color: #000 !important;
  }
  .main-menu ul li a:hover {
    color: #e54750 !important;
    background-color: #f9f9f9;
    opacity: 1 !important;
  }
  .main-menu ul li {
    border-top: none;
    border-bottom: 1px solid #ededed;
    color: #fff;
  }
  .main-menu ul li a {
    padding: 15px !important;
    margin: 5px 15px !important;
  }
  .main-menu a,
  .main-menu li {
    display: block;
    color: #333 !important;
  }
  .main-menu ul > li {
    padding-bottom: 0;
  }
  .main-menu ul > li i {
    float: right;
  }
  .main-menu {
    overflow-y: scroll;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .main-menu.show {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 480px) {
  .main-menu {
    width: 100%;
  }
}
ul#top_menu {
  float: right;
  margin: 2px 22px;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
}
ul#top_menu li {
  float: left;
  margin: 0 15px 0 0;
  line-height: 1;
}
ul#top_menu li:last-child {
  margin-right: 0;
  position: relative;
  top: 0;
}
ul#top_menu li a:hover {
  color: #fff;
  opacity: 0.7;
}
ul#top_menu li a.login {
  display: block;
  width: 22px;
  height: 23px;
  position: relative;
  top: 8px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-indent: -9999px;
}
.hero_single {
  width: 100%;
  position: relative;
  margin: 0;
  color: #fff;
}
.hero_single .opacity-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero_single .opacity-mask h1,
.hero_single .opacity-mask h3 {
  color: #fff;
  line-height: 1;
  font-size: 2.625rem;
  margin: 0;
  font-weight: 600;
}
.hero_single .opacity-mask p {
  font-size: 1.75rem;
  font-weight: 300;
}
.hero_single.version_2 {
  height: 620px;
  background: url(../img/home_section_2.jpg) center center/cover no-repeat
    #faf3cc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.hero_single.inner_pages {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ededed;
  height: 620px;
  background-size: cover;
  text-align: center;
}
.hero_single.inner_pages h1 {
  margin-top: -30px;
}
.custom-search-input {
  background-color: #fff;
  padding: 5px 5px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.custom-search-input input {
  border: 0;
  height: 50px;
  padding: 12px 10px 10px 20px;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 0.9375rem;
}
.custom-search-input input.no_border_r {
  border: none;
}
.custom-search-input button[type="submit"],
.custom-search-input i,
.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
.custom-search-input .form-group,
.promo p {
  margin: 0;
}
.custom-search-input i {
  border-radius: 3px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  line-height: 50px;
  top: 0;
  right: 1px;
  padding-right: 15px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  height: 48px;
  z-index: 9;
  color: #999;
}
.custom-search-input button[type="submit"] {
  padding: 0 25px;
  height: 50px;
  width: 100%;
  margin-right: -1px;
  border-radius: 3px;
  font-weight: 600;
}
.page_header {
  padding: 20px 0;
  background-color: #f4f4f4;
}
.accordion_2 .card-header h5,
.page_header h1 {
  font-size: 1rem;
  margin: 0;
}
.search_bar_list input[type="text"] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05);
}
.search_bar_list input[type="text"]:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
}
.search_bar_list button[type="submit"] {
  background-color: #fff;
  position: absolute;
  color: #999;
  top: 2px;
  right: 10px;
  border: 0;
  height: 38px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 1.125rem;
  outline: 0;
}
.main_title {
  margin-bottom: 25px;
  position: relative;
}
.promo.mb_30,
.strip {
  margin-bottom: 30px;
}
.main_title span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}
.main_title span em {
  width: 60px;
  height: 2px;
  background-color: #e54750;
  display: block;
}
.main_title h2 {
  font-size: 1.625rem;
  max-width: 600px;
  margin: 20px 0 0;
}
.main_title p {
  max-width: 600px;
  font-size: 1.125rem;
  font-weight: 300;
}
.main_title a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
}
.deliv,
.owl-carousel,
.strip,
.strip figure,
.take {
  position: relative;
}
.main_title.center span,
.main_title.center span em {
  margin: auto;
}
.main_title.center h2 {
  max-width: inherit;
  font-size: 2.125rem;
}
.main_title.center p {
  font-size: 1.3125rem;
  font-weight: 300;
  max-width: inherit;
}
.intro_txt .main_title h2 {
  font-size: 2rem;
  font-weight: 600;
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  display: none;
  width: 100%;
  z-index: 1;
}
.btn_1,
.follow_us ul li,
.pagination_fg a,
.score strong,
.strip ul li,
a.btn_1 {
  display: inline-block;
}
.strip figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.strip figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip figure {
  margin-bottom: 5px;
  overflow: hidden;
  height: 190px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
}
.strip figure a.strip_info > small {
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #333;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px 4px;
  line-height: 1;
  font-size: 0.75rem;
}
.strip figure .item_title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 65px 15px 10px;
  background: -moz-linear-gradient(top, transparent 5%, #000 100%);
  background: -webkit-linear-gradient(top, transparent 5%, #000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000 100%);
}
.strip figure .item_title h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  color: #fff;
  padding: 0;
  line-height: 1;
}
.strip figure .item_title small {
  font-weight: 500;
  line-height: 1;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
}
.strip ul {
  padding: 0;
  margin: 0;
}
.strip ul li {
  padding-top: 12px;
  font-size: 0.8125rem;
}
.strip ul li:last-child {
  padding: 0;
  float: right;
}
.btn_1:hover,
a.btn_1:hover {
  background-color: #f3723b;
}
.wave,
.wave:after,
.wave:before {
  background: url("../img/wave_white.svg");
  height: 65px;
}
.score strong {
  padding: 10px 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.score strong:before {
  font-family: ElegantIcons;
  content: "\e033";
  margin: -4px 3px 0 0;
  color: #6c6;
}
.deliv,
.take {
  font-size: 0.75rem;
  padding-left: 20px;
  margin-right: 10px;
  font-weight: 500;
  color: #444;
}
.promo i,
.wave,
.wave.gray:after,
.wave.gray:before,
.wave:after,
.wave:before {
  position: absolute;
}
.deliv:before,
.take:before {
  font-size: 1rem;
  font-family: ElegantIcons;
  content: "\e013";
  position: absolute;
  line-height: 1;
  font-weight: 400;
}
.deliv.no,
.take.no {
  text-decoration: line-through;
  color: #bbb;
}
.take:before {
  content: "\e013";
  left: 0;
  top: -1px;
}
.deliv {
  padding-left: 30px;
  margin-right: 0;
}
.deliv:before {
  font-size: 1.5rem;
  font-family: food;
  content: "\0074";
  left: 0;
  top: -4px;
}
.wave {
  width: 100%;
  top: -65px;
  left: 0;
  z-index: 99;
  animation: 20s linear infinite waves;
}
.wave:after,
.wave:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
}
.wave.gray,
.wave.gray:after,
.wave.gray:before {
  background: url("../img/wave_gray.svg");
}
.wave:before {
  opacity: 0.4;
  animation: 20s linear infinite waves-reverse;
}
.wave:after {
  opacity: 0.6;
  animation: 30s linear infinite waves;
}
.wave.hero {
  top: auto;
  bottom: 0;
}
.wave.footer {
  transform: scale(-1, -1);
  top: 0;
}
@keyframes waves {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1600px;
  }
}
@keyframes waves-reverse {
  0% {
    background-position: 1600px;
  }
  100% {
    background-position: 0;
  }
}
.promo {
  background-color: #e3464c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px 25px;
  color: #fff;
  position: relative;
}
.promo h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.promo i {
  right: 30px;
  bottom: 0;
  font-size: 3.875rem;
  height: 52px;
}
.btn_1,
.follow_us h5,
.form-control,
a.btn_1,
footer h3 {
  font-size: 0.875rem;
}
.bg_gray {
  background-color: #f9fafb;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_30_40 {
  padding-top: 30px;
  padding-bottom: 40px;
}
.margin_30_20 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.margin_30_60 {
  padding-top: 30px;
  padding-bottom: 60px;
}
.margin_60_0,
.margin_60_20,
.margin_60_40 {
  padding-top: 60px;
}
.margin_60_40 {
  padding-bottom: 40px;
}
#top-wizard,
.margin_60_20 {
  padding-bottom: 20px;
}
.margin_60_0 {
  padding-bottom: 0;
}
.add_bottom_15 {
  padding-bottom: 15px;
}
.add_bottom_25 {
  padding-bottom: 25px;
}
.add_bottom_45 {
  padding-bottom: 45px;
}
.btn_1,
a.btn_1 {
  border: none;
  background-color: #e54750;
  outline: 0;
  cursor: pointer;
  padding: 8px 25px;
  color: #fff;
  font-weight: 500;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
}
.container_check,
.container_radio {
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-bottom: 8px;
  position: relative;
}
.btn_1.small,
a.btn_1.small {
  font-size: 0.75rem;
  padding: 7px 15px;
}
.btn_1.medium,
a.btn_1.medium {
  font-size: 0.9375rem;
  padding: 12px 30px;
}
.btn_1.gray,
a.btn_1.gray {
  background: #f0f0f0;
  color: #e54750;
}
.btn_1.gray:hover,
a.btn_1.gray:hover {
  background-color: #e54750;
  color: #fff !important;
}
.btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
}
.btn_1.gradient,
a.btn_1.gradient {
  background-size: 100%;
  background-image: -webkit-linear-gradient(right, #f3723b, #e54750);
  background-image: linear-gradient(to right, #f3723b, #e54750);
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn_1.gradient:before,
a.btn_1.gradient:before {
  border-radius: inherit;
  background-image: -webkit-linear-gradient(right, #e54750, #e54750);
  background-image: linear-gradient(to right, #e54750, #e54750);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
.pulse_bt {
  box-shadow: 0 0 0 rgba(229, 71, 80, 0.4);
  animation: 3s infinite pulseanime;
  -webkit-animation: 3s infinite pulseanime;
}
@-webkit-keyframes pulseanime {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
  }
}
@keyframes pulseanime {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
    box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
    box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
    box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
  }
}
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}
.container_check .checkmark,
.container_radio .checkmark {
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
footer {
  background-color: #f6f1d3;
  padding: 65px 0 0;
  position: relative;
}
footer hr {
  border-color: rgba(0, 0, 0, 0.05);
  margin-top: 5px;
}
.follow_us ul,
footer .contacts ul,
footer .links ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
footer .contacts ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  color: #333;
}
footer .contacts ul li a {
  color: #333;
  opacity: 1;
}
footer .contacts ul li i {
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #e54750;
  line-height: 1;
}
footer h3 {
  transition: 0.3s ease-in-out;
}
footer .links ul li {
  margin-bottom: 8px;
  line-height: 1.2;
}
footer .links ul li a {
  position: relative;
  color: #333;
  opacity: 1;
  display: inline-block;
}
footer .links ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  opacity: 1;
}
footer .links ul li a:after {
  font-family: ElegantIcons;
  content: "\24";
  position: relative;
  margin-left: 5px;
  top: 2px;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#newsletter h6 {
  margin: 15px 0;
}
#newsletter input[type="email"] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #444;
}
#newsletter input[type="email"]:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#newsletter button[type="submit"] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 1.5rem;
  top: 0;
  border: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #e54750;
  transition: 0.3s ease-in-out;
  outline: 0;
}
.follow_us h5 {
  margin: 35px 0 10px;
}
.follow_us ul li {
  margin: 0 10px 0 0;
}
.follow_us ul li a {
  display: block;
  color: #333;
  font-size: 1.125rem;
}
.follow_us ul li a img {
  width: 30px;
  height: 30px;
}
.follow_us ul li a:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
ul.footer-selector li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 575px) {
  ul.footer-selector li:last-child {
    padding-top: 10px;
    clear: both;
    float: none;
    display: block !important;
  }
}
ul.additional_links {
  margin: 0;
  padding: 8px 0 0;
  color: #444;
  float: right;
  font-size: 0.8125rem;
}
ul.additional_links li:first-child {
  margin-right: 20px;
}
ul.additional_links li:last-child {
  margin-right: 0;
}
ul.additional_links li:last-child:after {
  content: "";
}
ul.additional_links li a {
  color: #444;
  transition: 0.3s ease-in-out;
}
ul.additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#toTop,
.layer {
  position: fixed;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
}
.layer {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.container_check {
  display: block;
  line-height: 1.7;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #e54750;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
}
.container_check .checkmark {
  position: absolute;
  border: 2px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check:hover .checkmark,
.container_radio:hover .checkmark {
  border: 2px solid #e54750;
}
.container_radio {
  display: block;
  line-height: 1.6;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
#toTop:after,
.box_about,
.form-group,
.plan-tall,
.plan-title {
  position: relative;
}
.container_radio input:checked ~ .checkmark {
  border: 2px solid #e54750;
  -webkit-box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
}
.container_radio .checkmark {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  position: absolute;
  border: 2px solid #d2d8dd;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e54750;
}
.form-control {
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.form-group {
  margin-bottom: 1rem;
}
.pagination_fg {
  margin-top: 15px;
}
.pagination_fg a {
  color: #333;
  padding: 8px 16px;
  transition: background-color 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 2px;
}
.pagination_fg a:hover {
  background-color: #f0f0f0;
}
.pagination_fg a.active {
  background-color: #333;
  color: #fff;
}
#toTop {
  right: 0;
  bottom: 20px;
  margin: 0 20px 0 0;
  transition: 0.3s;
  transform: scale(0.7);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  font-size: 2.25rem;
  color: #fff;
  cursor: pointer;
}
#toTop:after {
  content: "\32";
  font-family: ElegantIcons;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_topic,
a.box_topic {
  background: #fff;
  padding: 40px 30px 15px;
  display: block;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  color: #444;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.box_topic:hover,
a.box_topic:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.box_topic i,
a.box_topic i {
  font-size: 3.75rem;
  background: #f3723b;
  background: -webkit-linear-gradient(top, #f3723b, #e54750);
  background: linear-gradient(to bottom, #f3723b, #e54750);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin: 0 auto 15px;
}
.box_topic.submit:hover,
a.box_topic.submit:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.accordion_2 .card {
  border: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.accordion_2 .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}
.accordion_2 .card-body {
  padding: 20px 20px 0;
}
.accordion_2 .card-header h5 a {
  display: block;
  color: #999;
}
.accordion_2 .card-header h5 a i.indicator {
  font-size: 1.125rem;
  font-weight: 400;
  float: right;
  color: #e54750;
}
.card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}
.box_about {
  padding: 45px 45px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.box_about h2,
.box_about h3 {
  font-weight: 500;
  font-size: 1.75rem;
  color: #e54750;
}
.box_about p {
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.6;
}
.box_about p.lead {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .box_about p.lead,
  .hero_single .opacity-mask p,
  .singlepost h1 {
    font-size: 1.3125rem;
  }
  .banner .wrapper {
    padding: 30px;
  }
  .hero_single .opacity-mask h1,
  .hero_single .opacity-mask h3 {
    font-size: 2.25rem;
  }
  .main_title.version_2 a,
  .promo i {
    display: none;
  }
  header.header {
    padding: 24px 15px;
  }
  .page_header {
    padding: 15px 0;
  }
  .page_header h1 {
    font-size: 1rem;
  }
  .main_title {
    margin-bottom: 10px;
  }
  .main_title h2 {
    font-size: 1.375rem;
  }
  .main_title.center h2 {
    font-size: 1.75rem;
  }
  .promo h3 {
    font-size: 1.25rem;
  }
  footer {
    padding: 20px 0 0;
  }
  footer hr {
    border-color: transparent;
  }
  footer .contacts ul,
  footer .links ul {
    margin-top: 15px;
  }
  footer h3 {
    font-size: 0.8125rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 -10px;
    padding: 15px;
    display: block;
  }
  footer h3:after {
    font-family: ElegantIcons;
    content: "\4c";
    width: 20px;
    display: block;
    float: right;
  }
  #newsletter {
    margin-top: 20px;
  }
  .box_topic,
  a.box_topic {
    padding: 20px 20px 0;
  }
  .box_about h2,
  .box_about h3 {
    font-size: 1.5rem;
  }
}
.box_about .arrow_1,
.box_about .arrow_2 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
}
.box_about .arrow_2 {
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}
.plans {
  margin: 0 auto 20px;
}
.plans:after,
.plans:before {
  content: "";
  display: table;
}
.plans:after {
  clear: both;
}
.plan {
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 30px;
  border: solid #ededed;
  border-width: 1px 0 1px 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.col-md-4.plan:first-child {
  margin-right: -5px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .intro_txt,
  .main_title a {
    display: none;
  }
  .box_how {
    text-align: left;
    margin-bottom: 15px;
  }
  .box_how figure {
    float: right;
    margin: 0 0 0 15px;
  }
  .box_how figure img {
    width: 80px;
    height: auto;
  }
  .type_delivery ul li {
    display: inline-block;
  }
  .type_delivery ul li:first-child {
    margin-right: 10px;
  }
  header a.open_close {
    display: block;
  }
  header.header_in {
    padding: 10px 0;
  }
  header.header_in #logo a {
    z-index: 9;
    position: relative;
  }
  #logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: auto;
    height: 28px;
  }
  ul#top_menu {
    position: absolute;
    top: 12px;
    right: 15px;
    float: none;
    margin: -2px 0 0 10px;
  }
  ul#top_menu li {
    margin: 2px 0 0 10px;
  }
  ul#top_menu li a.login {
    top: 14px;
  }
  header a.open_close {
    top: 18px;
  }
  .hero_single.version_2 .opacity-mask {
    text-align: center !important;
  }
  .custom-search-input {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .custom-search-input input {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 60px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }
  .custom-search-input input:focus {
    border-right: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }
  .custom-search-input .form-group {
    margin-bottom: 5px;
  }
  .custom-search-input i {
    padding-right: 10px;
  }
  .custom-search-input button[type="submit"] {
    margin: 15px 0 0;
  }
  ul.additional_links {
    float: none;
    margin-top: 10px;
  }
  .box_about {
    padding: 20px 0 0;
    text-align: center;
    margin-bottom: 0;
  }
  .plan {
    border-width: 1px;
  }
  .col-md-4.plan:first-child {
    margin: 0 0 15px;
  }
}
h3.main_question,
ul.plan-features {
  margin: 0 0 20px;
  padding: 0;
}
.plan:last-child {
  border-width: 1px;
}
.plan-title {
  margin: -25px -25px 30px;
  padding: 30px 20px 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 1rem;
  background-color: #f8f8f8;
  color: #777;
}
.plan-tall .plan-title {
  background-color: #e54750;
  border-bottom: none;
  color: #fff;
}
.plan-price {
  margin: 0 auto 15px;
  width: 110px;
  height: 110px;
  line-height: 115px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: #777;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
}
.plan-price > span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.plan-features {
  margin-bottom: 20px;
  line-height: 2;
}
.plan-features li {
  list-style: none;
}
.plan-tall {
  margin: 0 -5px 0 0;
  background: #fff;
  border-radius: 10px;
  z-index: 100;
  border: solid #e54750;
}
.plan-tall > .plan-price {
  height: 130px;
  width: 130px;
  line-height: 135px;
  font-size: 36px;
  background: #e54750;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  border-radius: 130px;
}
.plan-tall + .plan {
  border-left: 0;
}
#wizard_container {
  width: 100%;
  background-color: #f5f6f7;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#wizard_container .form-control {
  height: 48px;
  padding-left: 15px;
}
h3.main_question {
  font-weight: 500;
  font-size: 1.125rem;
}
h3.main_question strong {
  display: block;
  color: #999;
  margin-bottom: 5px;
}
.radio_input .container_radio {
  display: inline-block;
  margin: 12px 0 0 12px;
}
button.backward,
button.forward,
button.submit {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-align: center;
  background: #e54750;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}
button.backward {
  color: #777;
  background: #e8e8e8;
}
.backward:hover,
.forward:hover {
  background: #f3723b;
  color: #fff;
}
#bottom-wizard {
  border-top: 2px solid #ededed;
  padding-top: 20px;
  text-align: right;
  margin-top: 25px;
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

#wizard_container .nice-select {
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  padding-top: 15px;
}

.strip figure a.strip_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
}

.arrow_right:before,
.arrow_left:before {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arrow_right:before {
  content: "\24";
}

.arrow_left:before {
  content: "\23";
}
