@charset "UTF-8";
/************************Converted Online*****************/
/* ---- Menu ---- */
/* .region.region-navigation-collapsible .logo::before {
   position: absolute;
   bottom: -10px;
   left: 0;
   content: 'שירות צרכנים';
   width: 100%;
   height: 20px;
   z-index: 33;
   color: #494a4e;
   font-size: 16px;
   text-align: center;
}*/
/** End Menu **/
/*----Slider Homepage---*/
/* --- End About Page --- */
/* --- History Page --- */
/* --- End History Page --- */
/* ---- Organizational Structure ---- */
/*----Icon Block Footer----*/
/*----Icon Block Footer---*/
/* ---- Leadership Page ---- */
/* --- End Leadership Page --- */
/* --- About Factory Page && Inner Page --- */
/* --- End About Factory Page && Inner Page --- */
/* --- News Article About --- */
/* --- End News Article About --- */
/* --- About Conduct --- */
/* --- Shared Lobby Page --- */
/* --- End Shared Lobby Page --- */
/* --- About Profile --- */
/* --- End About Profile --- */
/* --- End About Conduct --- */
/*---- Footer Menu --- */
/* --- Ends Footer --- */
/*--------------------------Nutrition Lobby--------------------*/
/*-----------------------------Career Lobby ----------------------------*/
/*--------------------------End Nutrition Lobby--------------------*/
/*---Responsive---*/
/* Slider */
/* Icons */

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
  url("./fonts/slick.woff") format("woff"),
  url("./fonts/slick.ttf") format("truetype"),
  url("./fonts/slick.svg#slick") format("svg");
}
@font-face {
  font-family: "SimplerPro-Regular";
  src: url("../fonts/SimplerPro-Regular.woff2") format("woff2"),
  url("../fonts/SimplerPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SimplerPro-Bold";
  src: url("../fonts/SimplerPro-Bold.woff2") format("woff2"),
  url("../fonts/SimplerPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.filtre_job {
  direction: rtl;
  display: table;
  width: 100%;
  height: 100%;
}
.filtre_job form {
  background: #fff;
  padding: 46px 32px;
  max-width: 1063px;
  margin: -32px auto 0px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
.single_jobs_page .job_button {
  padding: 30px 0px;
}
.page-node-type-job-offer [id^=block-blocksimpleicon] {
  padding: 100px 0px 200px;
}
.filtre_job form > input::placeholder {
  opacity: 1;
}
.filtre_job form > * {
  width: 27%;
  background: #efefef;
  padding: 2px 15px;
  margin: 0px 10px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.filtre_job form .select-wrapper {
  display: inline-block;
}

.filtre_job form .select-wrapper .select-selected {
  background-color: transparent;
  color: #494a4e;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 2px;
}

.filtre_job form .select-wrapper .select-selected::after {
  top: 15px;
  left: 16px;
}

.filtre_job form .select-wrapper .select-items {
  max-height: 200px;
  overflow: scroll;
  border-bottom: 1px solid #979797;
  z-index: 32;
}

.filtre_job form .select-wrapper .select-items div:first-child, .filtre_job form .select-wrapper .select-items li:first-child {
  border-top: 1px solid #979797;
}

.filtre_job form > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/themes/custom/osem/images/select-arrow.svg) no-repeat;
}
.column_job .jobs_number {
  display: inline-block !important;
}
.filtre_job form > input[type="text"] {
  padding: 8px 15px;
}
.filtre_job form > input[type="submit"] {
  background: #ffc100;
  width: 12%;
  margin: 0px;
  border: none;
  padding: 6px;
  border-radius: 50px;
  font-size: 20px;
  color: #262c35;
}

.filtre_job form > input[type="submit"]:hover {
  background-color: #ffd040;
}

.filtre_job form > input[type="submit"]:focus,
.filtre_job form > input[type="text"]:focus,
.filtre_job form > select:focus {
  /*outline: none;*/
  outline: auto;
}

.image_wrapper img {
  height: 240px;
  object-fit: cover;
}
.image_wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "SimplerPro-Regular" !important;
  overflow-x: hidden;
  overflow-y: scroll ;
}
body .container {
  width: 1280px;
}
/* line 71, ../scss/custom.scss */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  direction: rtl;
  font-family: "SimplerPro-Bold" !important;
}
/* line 75, ../scss/custom.scss */
body p,
body span,
body strong {
  direction: rtl;
  font-family: "SimplerPro-Regular" !important;
}
/* line 78, ../scss/custom.scss */
body p:empty,
body span:empty,
body strong:empty {
  display: none;
}
/* line 82, ../scss/custom.scss */
body a {
  font-family: "SimplerPro-Regular" !important;
  color: #262c35;
}
/* line 85, ../scss/custom.scss */
body h1:empty,
body h2:empty,
body h3:empty,
body h4:empty,
body h5:empty,
body h6:empty,
body p:empty,
body span:empty,
body strong:empty,
body br:empty {
  display: none;
}
body .view-content p a {
  text-decoration: underline;
}

/* line 89, ../scss/custom.scss */

/* line 93, ../scss/custom.scss */
.clearfix.form-group {
  width: 1280px;
  margin: 0px auto;
}

.clearfix .form-group {
  max-width: 1280px;
  margin: 0px auto;
}

/* line 97, ../scss/custom.scss */
.path-frontpage .slick--less .slick-slide {
  float: left !important;
  position: relative;
}

.field.field--name-field-slide-content-position.field--type-list-string.field--label-hidden.field--item {
  display: none;
}

/* line 100, ../scss/custom.scss */
.path-node.page-node-type-nutrition-lobby {
  overflow-x: hidden;
}

/* line 103, ../scss/custom.scss */
#slick-paragraph-66-c-slide-default-2-slider img {
  border-bottom-left-radius: 150px;
}

/* line 106, ../scss/custom.scss */
#slick-node-1-slider-homepage-default-1 {
  position: relative;
}

/*HOMEPAGE */

/* fix for homepage hero carousel size */
article.homepage #slick-node-homepage-slider-homepage-full-112-1 .slick-slide img {
  height: 660px;
  max-height: 660px;
  border-bottom-left-radius: 140px;
  object-fit: cover;
  object-position: top;
}

article.homepage
#slick-node-homepage-slider-homepage-full-112-1
.slick-slide
.overlay-img {
  border-bottom-left-radius: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-size: 100%;
  background-position-y: -1px;
  height: 328px;
  background-image: url(/themes/custom/osem/images/banner-mask.png);
}

/* line 113, ../scss/custom.scss */
.homepage-quality-life {
  display: block;
  padding: 60px 0px 120px;
  direction: rtl;
}
/* line 117, ../scss/custom.scss */
.homepage-quality-life .view-header {
  padding-bottom: 48px;
  display: block;
  width: 100%;
}
.homepage-quality-life .view-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.homepage-quality-life .view-content .views-row {
  position: relative;
}
/* line 121, ../scss/custom.scss */
.homepage-quality-life .view-header h2 {
  color: #262c35;
  margin: 0px;
  text-align: center;
  font-size: 40px;
}
/* line 127, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-nothing {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffc100;
  width: 100%;
  display: block;
  padding: 30px 20px;
  height: 300px;
}
/* line 133, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-nothing .title {
  margin: 0 0 15px;
  font-size: 28px;
  color: #262c35;
}
/* line 138, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-nothing p {
  font-size: 18px;
  line-height: 22px;
  min-height: 75px;
  color: #494a4e;
}
/* line 142, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-nothing a {
  color: #262c35;
  font-size: 18px;
  position: absolute;
  bottom: 32px;
  right: 32px;
  text-decoration: underline;
}
/* line 147, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-nothing a::after {
  content: "";
  letter-spacing: -6px;
  position: absolute;
  bottom: -17px;
  left: -45px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  transition: all 0.4s ease-in-out;
}
.homepage-quality-life .views-field.views-field-nothing a.full-link {
  position: absolute;
  height: 100%;
  width: 93%;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 15px;
}
.homepage-quality-life .views-field.views-field-nothing a.full-link::after {
  display: none;
}
/* line 156, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-nothing a:hover::after {
  left: -60px;
}
/* line 161, ../scss/custom.scss */
.homepage-quality-life .views-field.views-field-field-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.page-node-type-homepage
[id^=block-views-block-career-lobby-block-2-2]
.career-lobby-brand
.view-content.slick-slider
.slick-list
.slick-track {
  display: flex;
}

/* line 167, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand {
  padding-bottom: 50px;
  direction: rtl;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.page-node-type-homepage .career-lobby-brand .view-header h2 {
  text-align: center;
  padding: 0;
  font-size: 40px;
  color: #262c35;
  margin: 0px;
}
/* line 169, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand .slick-arrow {
  background: #ffc100;
  border-radius: 4px;
  width: 36px !important;
  height: 36px !important;
}
.page-node-type-homepage .career-lobby-brand .slick-arrow.slick-next {
  right: initial;
  left: -25px;
}
.page-node-type-homepage .career-lobby-brand .slick-arrow.slick-prev {
  right: -25px;
}
/* line 174, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand .slick-arrow::before,
.page-node-type-homepage .career-lobby-brand .slick-arrow::before {
  font-size: 16px !important;
  opacity: 1 !important;
  color: #262c35 !important;
}
/* line 180, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand .slick-dots,
.page-node-type-homepage .latest-prd-hm .slick-dots,
.product-slider-nutr .slick-dots {
  display: block !important;
  bottom: -50px;
}
.coupon-page .slick-dots {
  display: block !important;
  bottom: 80px;
}
/* line 183, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand .slick-dots button,
.coupon-page .slick-dots button,
.page-node-type-homepage .latest-prd-hm .slick-dots button,
.product-slider-nutr .slick-dots button,
.page-node-type-bysly-page .slider-brand .slick-dots button {
  background: #808080 !important;
  border-radius: 50px !important;
  width: 12px !important;
  height: 12px !important;
}
/* line 188, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand .slick-dots button::before,
.coupon-page .slick-dots button::before,
.page-node-type-homepage .latest-prd-hm .slick-dots button::before,
.product-slider-nutr .slick-dots::before,
.page-node-type-bysly-page .slider-brand .slick-dots::before {
  opacity: 0;
}
/* line 194, ../scss/custom.scss */
.page-node-type-homepage .career-lobby-brand li.slick-active button,
.page-node-type-homepage .latest-prd-hm li.slick-active button,
.product-slider-nutr li.slick-active button,
.page-node-type-bysly-page .slider-brand li.slick-active button {
  background: #262c35 !important;
}

.page-node-type-career-lobby .career-lobby-brand .slick-next {
  right: inherit;
  left: -25px;
}
.page-node-type-career-lobby .career-testimonials-worker .slick-next {
  right: inherit;
  left: -40px;
}
.page-node-type-career-lobby .career-testimonials-worker .slick-prev {
  right: -40px;
}
.page-node-type-career-lobby .career-lobby-brand .slick-prev {
  right: -25px;
}
.page-node-type-career-lobby .slick-arrow {
  background: #ffc100;
  border-radius: 4px;
  width: 36px !important;
  height: 36px !important;
}
.page-node-type-career-lobby .slick-arrow:hover {
  background: #ffc100 !important;
}

/* line 174, ../scss/custom.scss */
.page-node-type-career-lobby .career-lobby-brand .slick-arrow::before,
.page-node-type-homepage .career-lobby-brand .slick-arrow::before,
.page-node-type-nutrition-lobby .view-id-dieticians .slick-arrow::before,
.page-node-type-nutrition-lobby
.video-part-nutr
.view-content
.slick-arrow::before {
  font-size: 16px !important;
  opacity: 1 !important;
  color: #262c35 !important;
}
/* line 180, ../scss/custom.scss */
.page-node-type-career-lobby .career-lobby-brand .slick-dots,
.page-node-type-nutrition-lobby .view-id-dieticians .slick-dots,
.page-node-type-nutrition-lobby .video-part-nutr .view-content .slick-dots,
.page-node-type-homepage .latest-prd-hm .view-content .slick-dots {
  display: block !important;
  bottom: -50px;
}
/* line 183, ../scss/custom.scss */
.page-node-type-career-lobby .career-lobby-brand .slick-dots button,
.page-node-type-nutrition-lobby .view-id-dieticians .slick-dots button,
.page-node-type-nutrition-lobby
.video-part-nutr
.view-content
.slick-dots
button {
  background: #808080 !important;
  border-radius: 50px !important;
  width: 12px !important;
  height: 12px !important;
}
/* line 188, ../scss/custom.scss */
.page-node-type-career-lobby .career-lobby-brand .slick-dots button::before,
.page-node-type-nutrition-lobby .view-id-dieticians .slick-dots button::before,
.page-node-type-nutrition-lobby
.video-part-nutr
.view-content
.slick-dots
button::before,
.page-node-type-homepage
.latest-prd-hm
.view-content
.slick-dots
button::before {
  opacity: 0;
}

.page-node-type-career-lobby
.career-lobby-brand
.view-content.slick-slider
.slick-list
.slick-track,
.page-node-type-homepage
.latest-prd-hm
.view-content.slick-slider
.slick-list
.slick-track {
  display: flex;
}

[id^=block-views-block-career-lobby-block-2-2] {
  padding-bottom: 120px;
}
/* line 201, ../scss/custom.scss */
.page-node-type-homepage .homepage-component .inner-wrapper-c-sideimagetext {
  display: block !important;
  width: 100%;
  margin-bottom: 104px;
}
/* line 205, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-img-section.image- {
  width: 70%;
}
/* line 207, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-img-section.image-
img {
  width: 954px;
  height: 508px !important;
  object-fit: cover;
  display: block;
  border-radius: 4px 4px 4px 104px;
}
.page-node-type-homepage
.homepage-component
> div
> div:nth-child(2n + 2)
.wrapper-paragraph-section
.col-sm-6.wrapper-img-section.image-
img {
  border-radius: 4px 4px 104px 4px;
}

/* line 213, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-description-section {
  position: absolute;
  top: 46%;
  height: 444px;
  width: 630px;
  background: #fff;
  margin-top: -200px;
  right: 0;
  padding: 64px 50px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  text-align: right;
  border-radius: 4px;
}
/* line 223, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-description-section
.field--name-field-c-title {
  font-size: 40px !important;
  font-family: "SimplerPro-Bold";
  color: #262c35 !important;
  margin: 0 0 40px !important;
  display: block;
}
/* line 228, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-description-section
.field.field--name-field-c-sideimagetext-subheading {
  font-size: 28px !important;
  color: #262c35 !important;
  max-width: 420px;
  float: right;
}
/* line 232, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-description-section
.field.field--name-field-c-sideimagetext-summary
a {
  background: #ffc100 !important;
  color: #262c35;
  padding: 8px 24px;
  font-size: 20px;
  display: inline-block !important;
  border-radius: 50px;
  margin: 30px 0px !important;
  text-decoration: none;
}
/* line 239, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
.inner-wrapper-c-sideimagetext
.col-sm-6.wrapper-description-section
.field.field--name-field-c-sideimagetext-summary
a:hover {
  background: #ffd040 !important;
  color: #262c35 !important;
}
/* line 248, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
> div
> div:nth-child(2n + 2)
.wrapper-paragraph-section
.inner-wrapper-c-sideimagetext
> div {
  float: right !important;
}
/* line 251, ../scss/custom.scss */
.page-node-type-homepage
.homepage-component
> div
> div:nth-child(2n + 2)
.wrapper-paragraph-section
.col-sm-6.wrapper-description-section {
  left: 0;
  right: inherit;
}

/* line 281, ../scss/custom.scss */
.dialog-off-canvas-main-canvas,
.page-node-type-webform-page.page-node-654 .dialog-off-canvas-main-canvas {
  background: #f8f8f8;
}
.page-node-95 .dialog-off-canvas-main-canvas {
  background: white !important;
}
.dialog-off-canvas-main-canvas.opacity {
  opacity: 0.2;
}

/* line 284, ../scss/custom.scss */
h3 {
  color: #262c35;
  font-weight: 600;
}

/* line 287, ../scss/custom.scss */
p {
  font-weight: normal;
}

/* line 290, ../scss/custom.scss */
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 295, ../scss/custom.scss */
a:hover {
  text-decoration: none;
}
/* line 298, ../scss/custom.scss */
a:focus {
  text-decoration: none;
  outline: auto;
}

/* line 303, ../scss/custom.scss */
#toolbar-administration {
  direction: ltr;
}
/* line 305, ../scss/custom.scss */
#toolbar-administration * {
  direction: ltr;
}

/* line 309, ../scss/custom.scss */
.navbar-default {
  background-color: #fff;
  border-color: initial;
  border-radius: none;
  border: none;
  margin: 0px;
}

/* line 315, ../scss/custom.scss */
#navbar {
  box-shadow: 0px -7px 12px 0px #000 !important;
}

/* line 318, ../scss/custom.scss */
.region.region-navigation-collapsible {
  width: 1280px;
  margin: 0 auto;
  display: block;
  padding: 4px 0 3px;
}
/* line 322, ../scss/custom.scss */
.region.region-navigation-collapsible [id^=block-mainnavigation] {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  text-align: right;
  margin: 0px;
  box-sizing: border-box;
  float: left;
}
/* line 331, ../scss/custom.scss */
.region.region-navigation-collapsible .logo.navbar-btn.pull-left {
  width: auto;
  box-sizing: border-box;
  margin-left: 100px;
  text-align: left;
  float: right !important;
  margin-top: 17px;
  position: relative;
  margin-bottom: 0px !important;
}
/* line 338, ../scss/custom.scss */
.region.region-navigation-collapsible .logo.navbar-btn.pull-left img {
  position: relative;
  z-index: 32;
  width: 123px;
}
/* line 342, ../scss/custom.scss */
.page-node-type-homepage
.region.region-navigation-collapsible
.logo.navbar-btn.pull-left::after {
  position: absolute;
  top: 25px;
  right: -40px;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 250px;
  opacity: 0;
  height: 110px;
  z-index: 31;
  box-shadow: 0px 7px 7px -10px #000 !important;
}
.page-node-type-homepage
.region.region-navigation-collapsible
.logo.navbar-btn.pull-left::after {
  position: absolute;
  top: 25px;
  right: -40px;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 250px;
  opacity: 0;
  height: 110px;
  z-index: 31;
  box-shadow: 0px 7px 7px -10px #000 !important;
}
.page-node-type-call-center
.region.region-navigation-collapsible
.logo.navbar-btn.pull-left::after {
  position: absolute;
  top: 25px;
  right: -40px;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 250px;
  opacity: 0;
  height: 110px;
  z-index: 31;
  box-shadow: 0px 7px 7px -10px #000 !important;
}
.page-node-type-career-lobby
.region.region-navigation-collapsible
.logo.navbar-btn.pull-left::after {
  position: absolute;
  top: 25px;
  right: -40px;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 250px;
  opacity: 0;
  height: 110px;
  z-index: 31;
  box-shadow: 0px 7px 7px -10px #000 !important;
}
/*section#block-recipeforbeet::before {
  position: relative;
  z-index: 3;
  width: 100%;
  background-position: center top !important;
  height: 650px;
  margin-bottom: 100px;
  display: table;
  background-size: cover !important;
  content: '';
  background: url(/themes/custom/osem/images/test.png);
}*/
/* line 355, ../scss/custom.scss */
.region.region-navigation-collapsible .navbar-we-mega-menu {
  margin: 0px;
  position: static;
  min-height: auto;
}
/* line 359, ../scss/custom.scss */
.region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs {
  float: none !important;
  padding: 0px !important;
  display: block;
  width: 100%;
  position: initial;
}
/* line 365, ../scss/custom.scss */
.region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li {
  float: none !important;
  display: inline-block !important;
  margin: 0px !important;
  border: none !important;
  position: static;
}
/* line 372, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span {
  font-size: 18px;
  color: #494a4e !important;
  padding: 37px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  background: none;
  font-weight: 500;
}
/* line 383, ../scss/custom.scss */
.we-mega-menu-col.span12 a:hover {
  text-decoration: underline;
}
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span::after {
  background: #262c35;
  content: "";
  width: 0%;
  height: 4px;
  right: 0;
  margin: 0px !important;
  position: absolute;
  z-index: 33;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  top: 100%;
}
.sticky-mn
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span::after {
  bottom: -30px;
}
/* line 398, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span::before {
  opacity: 0 !important;
}
/* line 401, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span:hover {
  color: #262c35 !important;
}
/* line 403, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span:hover::after {
  width: 100%;
}
/* line 408, ../scss/custom.scss */
.region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a {
  font-size: 18px;
  color: #494a4e !important;
  padding: 31.5px 35px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  background: none;
  font-weight: 500;
}
.region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a:focus {
  outline: auto;
}
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li.active
> a {
  font-weight: 700;
}
.navbar-we-mega-menu.navbar .dropdown-menu > a:after,
.navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after {
  content: "";
}
/* line 419, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> a::after,
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li.active
> a::after {
  background: #262c35;
  content: "";
  width: 0%;
  margin: 0px !important;
  height: 4px;
  right: 0;
  z-index: 33;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  top: 100%;
}
/* line 434, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> a::before {
  opacity: 0 !important;
}
/* line 438, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> a:hover::after {
  width: 100%;
}
/* line 446, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
li.active
> a::after {
  width: 100% !important;
}
/* line 452, ../scss/custom.scss */
.region.region-navigation-collapsible .we-mega-menu-submenu-inner {
  display: flex;
  width: 100%;
  direction: ltr;
}
/* line 456, ../scss/custom.scss */
.region.region-navigation-collapsible .we-mega-menu-submenu-inner > div {
  width: 50%;
  display: flex;
  min-height: auto;
  vertical-align: middle;
  padding: 75px;
  float: none;
}
/* line 457, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-submenu-inner
> div:first-child {
  width: calc(100% - 504px) !important;
}

@media(max-width: 991px){
  .region.region-navigation-collapsible
  .we-mega-menu-submenu-inner
  > div:first-child {
    width: 100% !important;
  }
}
/* line 459, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-submenu-inner
> div:first-child
span {
  border: none !important;
  text-align: right !important;
  display: block;
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #494a4e !important;
}
/* line 469, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-submenu-inner
> div:first-child
a {
  border: none !important;
  text-align: right !important;
  display: block;
  font-size: 20px;
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
  letter-spacing: 0;
  color: #494a4e !important;
  font-weight: 500;
}
/* line 481, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-submenu-inner
> div:last-child {
  background: #ececec;
  width: 504px;
}
.region.region-navigation-collapsible .we-mega-menu-submenu-inner span {
  background-color: transparent;
  font-size: 18px;
}
/* line 492, ../scss/custom.scss */
.region.region-navigation-collapsible .we-mega-menu-submenu.submenu_full {
  position: absolute;
  width: 100%;
  top: 100%;
  height: auto;
  padding: 0px;
  border: none;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08) !important;
  transition: none !important;
}
/* line 502, ../scss/custom.scss */
.region.region-navigation-collapsible .dropdown-menu {
  text-align: right;
}

/* line 510, ../scss/custom.scss */
.views-field.views-field-field-banner-lobby img {
  width: 100%;
  display: block;
  height: 512px;
  border-bottom-left-radius: 104px;
  object-position: bottom;
  object-fit: cover;
}

/* line 521, ../scss/custom.scss */
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> a:hover {
  color: #262c35 !important;
  font-weight: 700;
}
.region.region-navigation-collapsible
.we-mega-menu-ul.nav.nav-tabs
> li
> span:hover {
  color: #262c35 !important;
  font-weight: 700;
}

/* line 530, ../scss/custom.scss */
.submenu_full .block-inner h2 {
  font-size: 40px !important;
  font-weight: 500 !important;
  margin-bottom: 24px;
}
/* line 535, ../scss/custom.scss */
.submenu_full .block-inner p {
  font-size: 18px;
  width: 100%;
}
/* line 539, ../scss/custom.scss */
.submenu_full .block-inner p:last-child {
  border-top: 1px solid #000;
  margin: 40px 0px 0px;
  display: table;
  padding-top: 24px;
}
/* line 545, ../scss/custom.scss */
.submenu_full .block-inner a {
  font-size: 24px;
  display: inline-block;
  color: #494a4e !important;
  position: relative;
}
/* line 549, ../scss/custom.scss */
.submenu_full .block-inner a:hover {
  color: #ffd040;
}
/* line 552, ../scss/custom.scss */
.submenu_full .block-inner a::after {
  position: absolute;
  top: 0;
  left: -45px;
  content: "----->";
  display: inline-block;
  letter-spacing: -10px;
  width: 40px;
  text-align: center;
  height: 33px;
  margin-top: -16px;
  top: 50%;
  transition: all 0.4s ease-in-out;
}
/* line 565, ../scss/custom.scss */
.submenu_full .block-inner a:hover::after {
  padding-right: 10px;
}

/* line 573, ../scss/custom.scss */
.search_icon {
  position: absolute;
  left: 300px;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-top: -20px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  background-image: url(/themes/custom/osem/images/search.svg);*/
}

.search_icon.open {
  background-image: url(/themes/custom/osem/images/cross.svg);
  height: 43px;
  width: 43px;
  padding-bottom: 7px;
  object-fit: cover;
  background-size: 100%;
  background-position-y: 2px;
}

/* line 582, ../scss/custom.scss */
.cross_png {
  height: 43px;
  width: 43px;
  padding-bottom: 7px;
  object-fit: cover;
  display: none;
  background-size: 100%;
  background-position-y: 2px;
}

.search_png {
  background-size: 100%;
  width: 43px;
  height: 43px;
}

/* line 588, ../scss/custom.scss */
.search_container {
  display: none;
  position: fixed;
  top: 95px !important;
  width: 100%;
  left: 0;
  padding: 0px 100px;
  z-index: -2;
  background: #f7f7f6;
  text-align: center;
  box-sizing: border-box;
  z-index: 999999999999 !important;
  height: 0px;
  line-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
.search_container form {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
/* line 605, ../scss/custom.scss */
.search_container #search_inp {
  background: #ffc100;
  color: #262c35;
  font-size: 20px;
  padding: 0px 60px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  height: 51px;
  line-height: 50px;
  border: solid 1px #979797;
  border-right: none;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}
.search_container #search_inp:focus {
  outline: auto !important;
}
.search_container #search_inp:hover {
  background-color: #ffd040;
}
/* line 617, ../scss/custom.scss */
.search_container #text_search {
  font-size: 24px;
  text-align: right;
  color: #262c35;
  background-color: white;
  border: 1px solid #979797;
  border-left: none;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  box-sizing: border-box;
  outline: none !important;
  padding: 0px 60px 0 0;
  direction: rtl;
  width: 50%;
  height: 51px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/themes/custom/osem/images/search.svg) !important;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 40px;
}

.search_container #text_search:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}

.search_container #text_search::placeholder {
  color: #494a4e;
}

.search_container #text_search:focus {
  outline: auto;
}

/* line 636, ../scss/custom.scss */
.slide img {
  width: 100%;
}

/* line 640, ../scss/custom.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  margin-bottom: 30px;
}

/* line 644, ../scss/custom.scss */
section.col-sm-12 {
  padding: 0px;
}

/* line 647, ../scss/custom.scss */
.field--name-field-slide-description {
  font-size: 70px !important;
  color: #fff !important;
  letter-spacing: 0;
  float: right;
  text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
  width: 70%;
  line-height: 1;
  text-align: right !important;
  font-weight: 700;
  padding-right: 16px;
  position: absolute;
  bottom: 310px;
  right: 50%;
  margin-right: -630px;
  z-index: 20;
}

/* line 657, ../scss/custom.scss */
.field--name-field-c-title {
  font-size: 28px !important;
  letter-spacing: 0px !important;
  color: #fff !important;
  font-weight: 500 !important;
  display: none;
  margin-bottom: 20px;
}

.field.field--name-field-c-link.field--type-link.field--label-hidden.field--item {
  position: absolute;
  background: #ffc100;
  color: #262c35;
  font-size: 20px;
  letter-spacing: 0;
  border-radius: 20px;
  padding: 5px 48px;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  bottom: 235px;
  right: 50%;
  margin-right: -630px;
}

/* line 664, ../scss/custom.scss */
.image_cta_link {
  display: inline-block !important;
  width: 100%;
  border: none !important;
  box-shadow: initial !important;
  text-align: right !important;
  padding: 0px !important;
  margin: 40px 0px 0px !important;
  cursor: inherit !important;
}
/* line 665, ../scss/custom.scss */
.image_cta_link a {
  display: inline-block !important;
  background: #ffc100;
  color: #262c35;
  font-size: 20px;
  letter-spacing: 0;
  border-radius: 20px;
  padding: 2px 48px;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
}
/* line 674, ../scss/custom.scss */
.image_cta_link a:hover {
  background: #ffd040;
  text-decoration: none !important;
}

/* line 689, ../scss/custom.scss */
.slider_text {
  width: 100% !important;
  text-align: center;
  position: absolute !important;
  padding-top: 30px !important;
  font-size: 18px;
}

.vertical-over {
  width: 1280px !important;
  left: 50% !important;
  margin-left: -640px !important;
  padding: 0px !important;
}

/* line 699, ../scss/custom.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 700, ../scss/custom.scss */
.slick-dots > li {
  width: 300px;
  background: none !important;
  height: 5px;
  border-radius: 10px;
}
/* line 705, ../scss/custom.scss */
.slick-dots > li > button {
  display: none;
}
/* line 717, ../scss/custom.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 725, ../scss/custom.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
}
/* line 737, ../scss/custom.scss */
.slick-dots li button:hover {
  outline: none;
}
/* line 739, ../scss/custom.scss */
.slick-dots li button:hover:before {
  opacity: 1;
}
/* line 743, ../scss/custom.scss */
.slick-dots li button:focus {
  outline: auto;
}
/* line 745, ../scss/custom.scss */
.slick-dots li button:focus:before {
  opacity: 1;
}
/* line 749, ../scss/custom.scss */
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 769, ../scss/custom.scss */
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* line 776, ../scss/custom.scss */
ul.slick-dots {
  bottom: 80px;
  display: none !important;
}

.progressBarContainer {
  display: flex;
  position: absolute;
  bottom: 100px;
  direction: rtl;
  width: 1280px;
  left: 50%;
  margin-left: -640px;
}
/* line 785, ../scss/custom.scss */
.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  float: left;
  color: white;
  position: relative;
}
.progressBarContainer > div {
  margin: 0px 25px;
}
.progressBarContainer > div:hover .progressBar .inProgress {
  width: 100%;
}
/* line 797, ../scss/custom.scss */
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 6px;
  background-color: white;
  display: block;
  border-radius: 20px;
  transform: rotate(180deg);
}
/* line 803, ../scss/custom.scss */
.progressBarContainer div span.progressBar .inProgress {
  background-color: #ffc100;
  width: 0%;
  height: 6px;
  border-radius: 20px;
  transition: width 0.6s ease;
}

/* line 812, ../scss/custom.scss */
nav.slick__arrow {
  display: none;
}

/* line 815, ../scss/custom.scss */
.page-node-type-careers-steps .main-container {
  width: 100%;
  display: table;
  direction: rtl;
}
/* line 819, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
[id^=block-views-block-careers-steps-block-1] {
  text-align: right;
  width: 100%;
  padding: 0px;
  display: table;
}
/* line 823, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
[id^=block-views-block-careers-steps-block-1]
.views-field.views-field-title
h1 {
  font-size: 48px;
  color: #262c35;
  position: relative;
  padding-right: 30px;
  margin: 0px 0px 40px;
}
.page-node-type-careers-steps
.main-container
[id^=block-views-block-careers-steps-block-1]
.views-field.views-field-title
h1:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 74px;
  background: #ffc100;
  width: 12px;
  z-index: 2;
  margin-top: -37px;
  content: "";
}
.page-node-type-careers-steps
.main-container
[id^=block-views-block-careers-steps-block-1]
.views-field.views-field-body {
  font-size: 20px;
  padding-right: 30px;
}
/* line 843, ../scss/custom.scss */
.page-node-type-careers-steps .main-container .steps-content {
  text-align: center;
  display: table;
  width: 100%;
  padding: 70px 0px 150px;
}
/* line 848, ../scss/custom.scss */
.page-node-type-careers-steps .main-container .steps-content .views-row {
  width: 50%;
  margin: 0px auto 145px;
  border: 2px solid #ffc100;
  padding: 20px 50px 10px;
  position: relative;
  border-radius: 4px;
}
.page-node-type-careers-steps .main-container .steps-content .views-row::after {
  bottom: -75px;
  left: 50%;
  position: absolute;
  content: "";
  height: 45px;
  margin-left: -4px;
  border-inline-end: 8px dotted #ffc100;
}
.page-node-type-careers-steps .main-container .steps-content .view-footer {
  padding-top: 50px;
}
.page-node-type-careers-steps .main-container .steps-content .view-footer a {
  background: #ffc100;
  font-size: 20px;
  border-radius: 20px;
  height: 40px;
  max-width: 180px;
  display: inline-block;
  line-height: 40px;
  width: 180px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
}
.page-node-type-careers-steps .main-container .steps-content .view-footer a:last-child {
  max-width: 240px;
  width: 240px;
  display: block;
  margin: 30px auto 0;
}
.page-node-type-careers-steps
.main-container
.steps-content
.view-footer
a:hover {
  background: #ffd040;
}

/* line 863, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row:last-child {
  margin: 0px auto 20px;
}
/* line 865, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row:last-child::after {
  display: none;
}
/* line 869, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row
.views-field.views-field-field-image-career-st {
  text-align: center;
  margin: -70px auto 0px;
  display: table;
}
/* line 873, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row
.views-field.views-field-field-image-career-st
> div {
  display: flex;
  border: 2px solid #ffc100;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0px auto;
  background: #fff;
}
/* line 882, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row
.views-field.views-field-field-image-career-st
> div
img {
  margin: 0px auto;
  align-self: center;
}
/* line 888, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row
.views-field.views-field-field-title-step {
  padding: 12px 0 10px;
  font-size: 32px;
}
.page-node-type-careers-steps
.main-container
.steps-content
.views-row
.views-field.views-field-field-title-step
h2 {
  font-size: 32px;
  font-family: "SimplerPro-Regular" !important;
}
/* line 892, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.steps-content
.views-row
.views-field.views-field-field-body {
  font-size: 18px;
  margin: 0 0 30px;
}
/* line 897, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.views-field.views-field-field-link {
  text-align: center;
  padding-bottom: 0px;
  display: table;
  width: 100%;
}
/* line 902, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.views-field.views-field-field-link
a {
  display: inline-block;
  background: #ffc100;
  color: #000;
  padding: 6px 30px;
  border-radius: 50px;
}
/* line 908, ../scss/custom.scss */
.page-node-type-careers-steps
.main-container
.views-field.views-field-field-link
a:hover {
  background: #000 !important;
  color: #ffd040 !important;
}

/* line 916, ../scss/custom.scss */
.nutrition-lobby.view.view-nutrition-page .lobby_box {
  border: none !important;
}

/* line 923, ../scss/custom.scss */
.image-background {
  display: none;
}

/* line 926, ../scss/custom.scss */
.box-banner-set {
  position: absolute;
  bottom: 0;
  right: 50%;
  text-align: right;
  width: 1280px;
  margin-right: -640px;
}
/* line 933, ../scss/custom.scss */
.box-banner-set h1 {
  color: #262c35;
  font-size: 48px;
  font-weight: 600;
  position: relative;
  margin: 0 0 10px;
}
/* line 939, ../scss/custom.scss */
.box-banner-set h1::after {
  bottom: -25px;
  right: 0;
  width: 32px;
  height: 8px;
  content: "";
  position: absolute;
}
/* line 948, ../scss/custom.scss */
.box-banner-set p {
  color: #494a4e;
  width: 90%;
  margin: 0 0 12px;
  font-size: 20px;
}

/* line 953, ../scss/custom.scss */
.lobby_box {
  display: inline-block;
  width: 50%;
  background: #fff;
  padding: 24px 32px;
  position: relative;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.lobby_box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ffc100;
  color: ;
  content: "";
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 978, ../scss/custom.scss */
[id^=block-views-block-about-view-block-1] > .form-group {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  margin-bottom: 200px;
  max-width: 100vw;

}

/* line 985, ../scss/custom.scss */
.inline-status-block.views-row {
  float: left;
  text-align: center;
  padding: 63px 0px;
  margin: 0px;
  box-sizing: border-box;
  position: relative;
  width: 25%;
}
/* line 1005, ../scss/custom.scss */
.inline-status-block .number-decimal {
  color: #262c35;
  font-size: 60px;
  line-height: 58px;
  font-family: "SimplerPro-Bold";
  font-weight: 700;
  padding-bottom: 20px;
}
/* line 1012, ../scss/custom.scss */
.inline-status-block .title-social {
  color: #494a4e;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
}

/* line 1019, ../scss/custom.scss */
.image_text_component {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0px;
  direction: ltr;
}
/* line 1026, ../scss/custom.scss */
.image_text_component .side_image {
  display: inline-block;
  min-width: 954px;
  vertical-align: middle;
}
.image_text_component .side_image img {
  width: 953px;
  height: 508px;
  object-fit: fill;
  border-radius: 4px 4px 4px 104px;
}
/* line 1031, ../scss/custom.scss */
.image_text_component .side_text {
  background: #fff;
  max-width: 630px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  right: 0;
  padding: 30px 50px 60px;
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  text-align: right;
}
/* line 1044, ../scss/custom.scss */
.image_text_component .side_text h2 {
  font-size: 40px;
  color: #262c35;
  text-align: right;
  position: relative;
  font-weight: 700;
  margin-bottom: 40px;
}
/* line 1061, ../scss/custom.scss */
.image_text_component .side_text p {
  color: #262c35;
  font-size: 20px;
  text-align: right;
  width: 100%;
}
/* line 1067, ../scss/custom.scss */
.image_text_component .side_text .side_btn_comp {
  text-align: right;
  padding-top: 60px;
  padding-bottom: 20px;
}
/* line 1070, ../scss/custom.scss */
.image_text_component .side_text .side_btn_comp a {
  font-size: 20px;
  background: #ffc100;
  border-radius: 30px;
  padding: 10px 30px;
  color: #262c35;
}
/* line 1077, ../scss/custom.scss */
.image_text_component .side_text .side_btn_comp a:hover {
  background: #ffd040;
}

/* line 1086, ../scss/custom.scss */
.lobby_link_article {
  text-align: right;
  display: table;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
/* line 1092, ../scss/custom.scss */
.lobby_link_article img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 1096, ../scss/custom.scss */
.lobby_link_article a {
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
}
/* line 1101, ../scss/custom.scss */
.lobby_link_article h4 {
  color: #262c35;
  font-size: 24px;
  margin-top: 0px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
  transition: all 0.4s ease-in-out;
}
/* line 1110, ../scss/custom.scss */
.lobby_link_article p {
  padding-top: 10px;
  font-size: 18px;
  color: #494a4e;
}
/* line 1116, ../scss/custom.scss */
.lobby_link_article .inner_txt {
  background: #fff;
  padding: 25px 30px 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
  border-top: 8px solid #ffc100;
  position: relative;
  height: 190px;
}
/* line 1125, ../scss/custom.scss */
.lobby_link_article .inner_txt h4::after {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 43px;
  height: 38px;
  background: url("/themes/custom/osem/images/arrow.svg");
  content: "";
  margin-top: -16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-size: 100% 100%;
}

.lobby_link_article a:hover .inner_txt h4::after {
  left: -55px;
}

/* line 1153, ../scss/custom.scss */
.history-page .views-field.views-field-title {
  color: #262c35;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 55px auto;
  position: relative;
  text-align: right;
  line-height: 1;
  width: 60%;
}
/* line 1161, ../scss/custom.scss */
.history-page .views-field.views-field-title::after {
  position: absolute;
  right: -40px;
  width: 12px;
  height: 74px;
  content: "";
  background: #ffc100;
  top: 50%;
  margin-top: -37px;
}
/* line 1173, ../scss/custom.scss */
.history-page .views-field.views-field-body p {
  font-size: 20px;
  margin: 0px auto 20px;
  color: #494a4e;
  width: 66%;
}

/* line 1181, ../scss/custom.scss */
.history-fullpg {
  position: relative;
  direction: ltr;
  padding-top: 150px;
}
/* line 1185, ../scss/custom.scss */
.history-fullpg .history_box {
  display: inline-block;
  max-width: 470px;
  position: relative;
  margin-right: 5%;
  margin-left: 5%;
}
/* line 1188, ../scss/custom.scss */
.history-fullpg .view-content .views-row {
  position: relative;
}
.history-fullpg .views-row::after {
  position: absolute;
  top: -100px;
  right: 50%;
  height: calc(100% + 100px);
  background: #ffc100;
  width: 4px;
  z-index: 2;
  margin-right: -2px;
  content: "";
}
/* line 1199, ../scss/custom.scss */
.history-fullpg .body_history_bx {
  direction: rtl;
  padding: 32px 24px 40px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  background: #ffc100;
  border-bottom-left-radius: 72px;
  border-bottom-right-radius: 8px;
  margin: 0 14px 0 0;
}
/* line 1204, ../scss/custom.scss */
.history-fullpg .body_history_bx h3 {
  margin: 0px 0px 24px;
  font-size: 40px;
  color: #262c35;
}
/* line 1209, ../scss/custom.scss */
.history-fullpg .body_history_bx p {
  color: #494a4e;
  font-size: 18px;
  margin: 0 0 15px;
}
/* line 1217, ../scss/custom.scss */
.history-fullpg .view-content .views-row:nth-child(2n + 1) {
  direction: rtl;
}
.history-fullpg .view-content .views-row:nth-child(2n + 1) .body_history_bx {
  margin: 0 0 0 auto;
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 8px;
  max-width: 456px;
}

/* line 1228, ../scss/custom.scss */
.history-fullpg .view-content .views-row:first-child::before {
  background: #ffc100;
  width: 30px;
  height: 30px;
  content: "";
  top: -100px;
  left: 50%;
  margin-left: -15px;
  display: inline-block;
  position: absolute;
  border-radius: 50px;
}
/* line 1243, ../scss/custom.scss */
.history-fullpg .view-content .views-row:last-child::before {
  background: #ffc100;
  width: 30px;
  height: 30px;
  content: "";
  bottom: 0px;
  margin-left: -15px;
  left: 50%;
  display: inline-block;
  position: absolute;
  border-radius: 50px;
}
/* line 1258, ../scss/custom.scss */
.history-fullpg .views-field.views-field-field-date-history {
  display: table;
  width: 104px;
  margin: 0px auto;
  text-align: center;
  background: #ffc100;
  font-size: 32px;
  color: #262c35;
  font-family: "SimplerPro-Bold" !important;
  font-weight: 600;
  height: 104px;
  line-height: 104px;
  border-radius: 50%;
  position: absolute;
  margin-left: -52px;
  left: 50%;
  z-index: 6;
}
/* line 1274, ../scss/custom.scss */
.history-fullpg .list_years {
  position: absolute;
  top: 3.6%;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
/* line 1279, ../scss/custom.scss */
.history-fullpg .list_years .li_steps.active a {
  background: #ffc100;
  font-family: "SimplerPro-Bold" !important;
  margin: 0px auto 20px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #262c35;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
.history-fullpg .list_years .li_steps a {
  background: #262c35;
  font-size: 0px;
  font-family: "SimplerPro-Bold" !important;
  width: 20px;
  margin: 0px auto 20px;
  display: block;
  height: 20px;
  border-radius: 50px;
  line-height: 20px;
  text-align: center;
}
.history-fullpg .list_years .li_steps a:hover {
  background: #ffc100;
  margin: 0px auto 20px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #262c35;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
/* line 1303, ../scss/custom.scss */
.history-fullpg .list_years .li_steps a:hover {
  text-decoration: none;
}
/* line 1309, ../scss/custom.scss */
.history-fullpg .list_years.fixed_active {
  position: fixed;
  right: 270px;
  top: 100px;
}

/* line 1315, ../scss/custom.scss */
.breadcrumb {
  text-align: right;
  background: none;
  padding: 64px 0px 32px 0px;
  width: 1280px;
  margin: 0px auto;
  direction: rtl;
}

.breadcrumb>.active{
  color: black;
}

/* line 1321, ../scss/custom.scss */
.breadcrumb a {
  color: #000 !important;
  font-size: 18px;
  text-decoration: underline;
}
/* line 1325, ../scss/custom.scss */
.breadcrumb li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

/* line 1332, ../scss/custom.scss */
.page-node-type-organizational-structure
.structure-members-title
.views-field.views-field-title {
  display: none;
}
/* line 1335, ../scss/custom.scss */
.page-node-type-organizational-structure .structure-members-title .view-header {
  text-align: right;
}
/* line 1337, ../scss/custom.scss */
.page-node-type-organizational-structure
.structure-members-title
.view-header
h1 {
  color: #262c35;
  font-size: 48px;
  letter-spacing: 0;
  position: relative;
  text-align: right;
  width: 100%;
  margin: 0 0 50px;
  padding-right: 30px;
  font-weight: 700;
}
.page-node-type-organizational-structure
.structure-members-title
.view-header
p {
  font-size: 20px;
  margin: 0;
  color: #494a4e;
}
.page-node-type-organizational-structure
.structure-members-title
.view-header
h1::after {
  position: absolute;
  right: 0;
  width: 12px;
  height: 72px;
  content: "";
  background: #ffc100;
  top: 50%;
  margin-top: -32px;
}
/* line 1360, ../scss/custom.scss */
.page-node-type-organizational-structure .main-container {
  width: 1280px;
  margin: 0px auto;
}
/* line 1364, ../scss/custom.scss */
.page-node-type-organizational-structure .structure_block {
  width: 45%;
  float: left;
  position: relative;
  margin-right: 5%;
}
/* line 1369, ../scss/custom.scss */
.page-node-type-organizational-structure .structure_block .views-row {
  margin-bottom: 40px;
  position: relative;
}
/* line 1372, ../scss/custom.scss */
.page-node-type-organizational-structure
.structure_block
.views-row
.depart-supp {
  background: #701212;
  display: inline-block;
  color: #fff;
  padding: 0px 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 80%;
  min-height: 64px;
}
.page-node-type-organizational-structure
.structure_block
.views-row
.depart-supp
> * {
  line-height: 64px;
  font-size: 24px;
  font-family: "SimplerPro-Regular" !important;
}
.page-node-type-organizational-structure
.structure_block
.views-row
.name-supp {
  background: #f8f8f8;
  font-size: 20px;
  display: inline-block;
  padding: 0px 50px;
  width: 80%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 64px;
}
.page-node-type-organizational-structure
.structure_block
.views-row
.name-supp
> * {
  line-height: 64px;
  color: #262c35;
}
.page-node-type-organizational-structure .structure_block .views-row::after {
  position: absolute;
  content: "";
  background: #eaeaea;
  right: -20px;
  width: 74px;
  height: 3px;
}
/* line 1401, ../scss/custom.scss */
.page-node-type-organizational-structure .structure_block .view-header {
  color: #262c35;
  font-size: 32px;
  font-weight: 500;
  margin: 40px 0px;
}
/* line 1407, ../scss/custom.scss */
.page-node-type-organizational-structure .structure_block::after {
  position: absolute;
  content: "";
  background: #eaeaea;
  right: -20px;
  height: 96.3%;
  width: 3px;
  top: -36px;
}
/* line 1417, ../scss/custom.scss */
.page-node-type-organizational-structure
[id^=block-views-block-organizational-structure-block-1] {
  margin: 0 0 0 5%;
}
/* line 1418, ../scss/custom.scss */
.page-node-type-organizational-structure
[id^=block-views-block-organizational-structure-block-1]::after {
  right: inherit;
  left: -20px;
}
/* line 1423, ../scss/custom.scss */
.page-node-type-organizational-structure
[id^=block-views-block-organizational-structure-block-1]
.depart-supp {
  background: #0a2e5a;
}
/* line 1427, ../scss/custom.scss */
.page-node-type-organizational-structure
[id^=block-views-block-organizational-structure-block-1]
.views-row::after {
  right: initial;
  left: -17px;
  top: 48.5%;
  z-index: -1;
}
.page-node-type-organizational-structure .structure_block .views-row::after {
  right: -17px;
  top: 48.5%;
  z-index: -1;
}
/* line 1433, ../scss/custom.scss */
.page-node-type-organizational-structure .region.region-content {
  width: 100%;
  margin: 0px auto;
  display: block;
  text-align: center;
}
.page-node-type-organizational-structure .header_block {
  width: 60%;
  margin: 80px auto 30px;
  position: relative;
  z-index: 3;
}
.page-node-type-organizational-structure .header_block .middle_ceo {
  background: #000;
  display: inline-block;
  color: #fff;
  min-height: 64px;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.page-node-type-organizational-structure .header_block .middle_ceo h2 {
  margin: 0px;
  line-height: 64px;
  font-size: 24px;
  font-family: "SimplerPro-Regular" !important;
}
.page-node-type-organizational-structure .header_block > div {
  min-width: 450px;
}
/* line 1453, ../scss/custom.scss */
.page-node-type-organizational-structure .header_block .bottom_ceo {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #efefef;
  min-height: 64px;
  display: inline-block;
  color: #494a4e;
}
.page-node-type-organizational-structure .header_block .bottom_ceo p {
  margin: 0px;
  line-height: 64px;
  font-size: 20px;
  font-family: "SimplerPro-Regular" !important;
}
/* line 1463, ../scss/custom.scss */
.page-node-type-organizational-structure .form-group {
  width: 100%;
}

/* line 1467, ../scss/custom.scss */

/* line 1470, ../scss/custom.scss */
[id^=block-blocksimpleicon] {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 0px 100px;
}
/* line 1475, ../scss/custom.scss */
[id^=block-blocksimpleicon] .field p {
  direction: ltr !important;
}
/* line 1478, ../scss/custom.scss */
[id^=block-blocksimpleicon] .field a {
  display: inline-block;
  font-size: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #262c35;
  border-radius: 50px;
  margin: 0px 7px;
}
/* line 1487, ../scss/custom.scss */
[id^=block-blocksimpleicon] .field a:hover {
  text-decoration: none;
  background: #ffd040;
}

.page-listing-dietitian .view-footer .field--type-text-with-summary,
.page-node-type-article-nutrition .view-footer .field--type-text-with-summary {
  display: table;
  width: 100%;
  text-align: center;
  padding: 50px 0px 0px;
}
/* line 1475, ../scss/custom.scss */
.page-listing-dietitian .view-footer .field--type-text-with-summary p {
  direction: ltr !important;
}
.page-node-type-article-nutrition
.view-footer
.field--type-text-with-summary
p {
  display: none;
}
/* line 1478, ../scss/custom.scss */
.page-listing-dietitian .view-footer .field--type-text-with-summary a,
.page-node-type-article-nutrition
.view-footer
.field--type-text-with-summary
a {
  display: inline-block;
  font-size: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #262c35;
  border-radius: 50px;
  margin: 0px 7px;
}
.page-listing-dietitian .view-footer .field--type-text-with-summary li, .page-node-type-article-nutrition .view-footer .field--type-text-with-summary li {
  display: inline-block;
}
.page-listing-dietitian .view-footer .field--type-text-with-summary ul, .page-node-type-article-nutrition .view-footer .field--type-text-with-summary ul {
  padding-right: 0;
}
/* line 1487, ../scss/custom.scss */
.page-listing-dietitian .view-footer .field--type-text-with-summary a:hover,
.page-node-type-article-nutrition
.view-footer
.field--type-text-with-summary
a:hover {
  text-decoration: none;
  background: #ffd040;
}
.article-nutrition .view-content .col-md-4 .half_box_article h3:nth-of-type(2) {
  color: #494a4e;
  font-size: 18px;
  margin: 0 0 4px;
}

/* line 1493, ../scss/custom.scss */
.twitter_ic {
  position: relative;
}
/* line 1495, ../scss/custom.scss */
.twitter_ic:before {
  content: "\f099";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: absolute;
}

/* line 1514, ../scss/custom.scss */
.facebook_ic {
  position: relative;
}
/* line 1516, ../scss/custom.scss */
.facebook_ic:before {
  content: "\f09a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: absolute;
}

/* line 1535, ../scss/custom.scss */
.mail_ic {
  position: relative;
}
/* line 1537, ../scss/custom.scss */
.mail_ic:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: absolute;
}

/* line 1556, ../scss/custom.scss */
.whats_ic {
  position: relative;
}
/* line 1558, ../scss/custom.scss */
.whats_ic:before {
  content: "\f232";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: absolute;
}

/* line 1577, ../scss/custom.scss */
.linked_ic {
  position: relative;
}
/* line 1579, ../scss/custom.scss */
.linked_ic:before {
  content: "\f0e1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: absolute;
}
/* line 1577, ../scss/custom.scss */
.download {
  position: relative;
}
/* line 1579, ../scss/custom.scss */
.download:before {
  content: "\f019";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: absolute;
}

/* line 1598, ../scss/custom.scss */
.leadership-page.view {
  display: table;
  width: 100%;
  direction: rtl;
}
/* line 1603, ../scss/custom.scss */
.leadership-page.view .col-md-4.views-row {
  float: right;
  margin-bottom: 30px;
}
/* line 1606, ../scss/custom.scss */
.leadership-page.view
.col-md-4.views-row
.views-field.views-field-field-leadership-title {
  font-size: 24px;
  color: #262c35;
  margin: 15px 0px 10px;
  font-weight: 700;
}
.leadership-page.view
.col-md-4.views-row
.views-field.views-field-field-leadership-body {
  color: #494a4e;
  font-size: 18px;
  margin-bottom: 0px;
  max-width: 336px;
}
.leadership-page.view .col-md-4.views-row img {
  width: 100%;
  display: block;
  border-radius: 4px;
  height: 410px;
  object-fit: cover;
}

/* line 1624, ../scss/custom.scss */
footer.similar_box_cont.container-fluid {
  padding: 0px;
  background-color: #efefef;
  margin-top: 65px;
}

/* line 1627, ../scss/custom.scss */
[id^=block-views-block-about-view-block-5] {
  background: #efefef;
  padding-top: 56px;
  width: 100%;
}
/* line 1631, ../scss/custom.scss */
[id^=block-views-block-about-view-block-5] .form-group {
  width: 1280px;
  margin: 0px auto;
}

/* line 1637, ../scss/custom.scss */
.similar-lobby-box .view-header h3 {
  color: #262c35;
  font-size: 32px;
  text-align: right;
  font-weight: 500;
  padding: 0px 0px 40px;
  font-family: "SimplerPro-Regular" !important;
}

/* line 1645, ../scss/custom.scss */
.view-about-factory-single ul {
  padding: 0px;
}
/* line 1647, ../scss/custom.scss */
.view-about-factory-single ul li {
  margin-bottom: 15px;
}

/* line 1652, ../scss/custom.scss */
.page-node-type-about-factory .main-container {
  direction: rtl;
}
/* line 1655, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.views-field.views-field-title {
  font-size: 48px;
  color: #262c35;
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-weight: 700;
  margin: 0 0 50px;
}
.page-node-type-about-factory
.main-container
.view-about-factory-single
.views-field.views-field-title
> span {
  font-family: "SimplerPro-Bold" !important;
}
.page-node-type-about-factory .views-field.views-field-field-factory-image img {
  margin: 0 0 55px;
  border-radius: 4px 4px 4px 104px;
  height: 505px;
}
/* line 1662, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.views-field.views-field-title::after {
  position: absolute;
  right: -0px;
  width: 12px;
  height: 72px;
  content: "";
  background: #ffc100;
  top: 50%;
  margin-top: -36px;
}
/* line 1673, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.views-field-field-factory-description {
  font-size: 20px;
  color: #494a4e;
  letter-spacing: 0;
  width: 100%;
  margin: 0px auto;
}
/* line 1680, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
[id^=block-views-block-about-factory-single-block-4]
.view-about-factory-single
.col-md-4 {
  text-align: center;
  border-radius: 8px;
}
.page-node-type-about-factory.sg_single_factory
.main-container
[id^=block-views-block-about-factory-single-block-2]
.view-about-factory-single
.col-md-4 {
  text-align: center;
  border-left: solid 1px #e1e2e4;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.page-node-type-about-factory.sg_single_factory .main-container [id^=block-views-block-about-factory-single-block-2] .view-about-factory-single .col-md-4:last-child {
  border-left: none;
}
/* line 1682, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.col-md-4
.views-field-field-factory-number-status {
  font-size: 60px;
  color: #262c35;
  font-weight: 600;
}
/* line 1687, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.col-md-4
.views-field-field-factory-title-status {
  color: #262c35;
  font-size: 24px;
}
/* line 1693, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.views-field.views-field-body
p {
  font-size: 20px;
  color: #494a4e;
  margin: 0 0 30px;
}
/* line 1697, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
.view-about-factory-single
.views-field.views-field-body
p:last-child {
  margin-bottom: 0px;
}
/* line 1703, ../scss/custom.scss */
.page-node-type-about-factory
.main-container
[id^=block-views-block-about-factory-single-block-2] {
  padding: 30px 0px 50px;
}
.page-node-type-about-factory
.main-container
[id^=block-views-block-about-factory-single-block-2]
.view-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-node-type-about-factory .main-container .box_width_factory .form-group {
  max-width: 844px;
  margin: 0px auto;
  display: table;
  padding-top: 30px;
}

.box_inner_listing h2 {
  text-align: right;
  width: 100%;
  display: block;
  color: #262c35;
  font-size: 24px;
  background: #fff;
  font-weight: 700;
  padding: 20px 20px;
  margin: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 10px solid #ffc100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  letter-spacing: -0.2px;
}
/* line 1733, ../scss/custom.scss */
.box_inner_listing h2::after {
  position: absolute;
  top: 50%;
  left: auto;
  content: "";
  background: url("/themes/custom/osem/images/arrow.svg");
  width: 40px;
  height: 35px;
  background-size: cover;
  background-position: center center;
  transition: all 0.4s ease-in-out;
  margin-top: -15px;
}

/* line 1755, ../scss/custom.scss */
[id^=block-views-block-about-factory-single-block-4] {
  padding-bottom: 100px;
}

/* line 1758, ../scss/custom.scss */
.about-news-article {
  direction: rtl;
}
/* line 1761, ../scss/custom.scss */
.about-news-article .pager-nav.text-center {
  padding: 50px 0px 40px;
}
/* line 1764, ../scss/custom.scss */
.about-news-article .view-header {
  text-align: right;
  margin-bottom: 70px;
}
/* line 1767, ../scss/custom.scss */
.about-news-article .view-header h1 {
  color: #262c35;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0px 0px 40px;
  position: relative;
  padding-right: 30px;
}
.about-news-article .view-header h1::after {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 72px;
  content: "";
  background: #ffc100;
  margin-top: -36px;
  top: 50%;
}

.about-news-article .views-row {
  padding: 50px 170px 50px 0px;
  border-top: 1px solid #cccdd1;
  width: 844px;
  position: relative;
  margin: 0px auto;
}

/* line 1785, ../scss/custom.scss */
.about-news-article .views-row:last-child {
  border-bottom: 1px solid #cccdd1;
}
.about-news-article .view-header p {
  font-size: 20px;
  margin: 0 0 20px;
  color: #494a4e;
}
.about-news-article .views-row:first-child {
  border-top: none;
}
/* line 1792, ../scss/custom.scss */
.about-news-article .views-row .views-field.views-field-title {
  color: #262c35;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-news-article .views-row .views-field.views-field-title .field-content {
  cursor: pointer;
}
.about-news-article
.views-row
.views-field.views-field-title
.field-content:hover {
  text-decoration: underline;
}
/* line 1799, ../scss/custom.scss */
.about-news-article .views-row .views-field.views-field-field-body-news {
  font-size: 18px;
  color: #494a4e;
  width: 100%;
}
/* line 1806, ../scss/custom.scss */
.about-news-article .views-row .views-field.views-field-view-node a {
  display: inline-block;
  color: #262c35;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  text-decoration: underline;
}
.about-news-article .views-row .views-field.views-field-view-node a::after {
  position: absolute;
  top: -2px;
  left: -45px;
  content: "";
  background-image: url(/themes/custom/osem/images/arrow.svg);
  width: 43px;
  height: 38px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.about-news-article
.views-row
.views-field.views-field-view-node
a:hover::after {
  left: -55px;
}
/* line 1813, ../scss/custom.scss */
.about-news-article .views-row::after {
  position: absolute;
  top: 50%;
  content: "";
  background-image: url("../images/news-logo.svg");
  width: 104px;
  height: 104px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  margin-top: -52px;
}
/* line 1829, ../scss/custom.scss */
.about-news-article .pagination > .active > a {
  z-index: 3;
  color: #494a4e;
  background-color: #ffc100;
  border-color: #ffc100;
  cursor: default;
  border-radius: inherit;
}
/* line 1835, ../scss/custom.scss */
.about-news-article .pagination > .active > a:hover {
  z-index: 3;
  color: #494a4e;
  background-color: #ffc100;
  border-color: #ffc100;
  cursor: default;
  border-radius: inherit;
}
/* line 1842, ../scss/custom.scss */
.about-news-article .pagination > .active > a:focus {
  z-index: 3;
  color: #494a4e;
  background-color: #ffc100;
  border-color: #ffc100;
  cursor: default;
  border-radius: inherit;
}
/* line 1850, ../scss/custom.scss */
.about-news-article .pagination > .active > span {
  z-index: 3;
  color: #494a4e;
  background-color: #ffc100;
  border-color: #ffc100;
  cursor: default;
}
/* line 1856, ../scss/custom.scss */
.about-news-article .pagination > .active > span:hover {
  z-index: 3;
  color: #494a4e;
  background-color: #ffc100;
  border-color: #ffc100;
  cursor: default;
}
/* line 1863, ../scss/custom.scss */
.about-news-article .pagination > .active > span:focus {
  z-index: 3;
  color: #494a4e;
  background-color: #ffc100;
  border-color: #ffc100;
  cursor: default;
}
/* line 1872, ../scss/custom.scss */
.about-news-article .pagination > li {
  float: right;
}
/* line 1873, ../scss/custom.scss */
.about-news-article .pagination > li > a {
  width: 36px;
  height: 36px;
  position: relative;
  float: left;
  padding: 17.5px 14px;
  line-height: 0;
  text-decoration: none;
  color: #494a4e;
  background-color: #fff;
  border: 1px solid #a4a4a6;
  font-size: 18px;
  margin: 0px 5px;
  border-radius: 2px !important;
}
.about-news-article .pagination > li.pager__item--next > a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  transform: rotate(180deg);
}
.about-news-article .pagination > li.pager__item--next > a > span {
  display: none;
}
.about-news-single-article .views-field.views-field-field-image-news img {
  margin-bottom: 26px;
  height: 400px;
  width: 842px;
  border-radius: 4px;
  object-fit: cover;
  padding: 0;
}
.views-field.views-field-created {
  font-size: 18px;
  color: #494a4e;
  padding-bottom: 15px;
}
/* line 1884, ../scss/custom.scss */
.about-news-article .pagination > li > a:hover {
  background: #ffd040;
  border: 1px solid #ffc100;
}
/* line 1889, ../scss/custom.scss */
.about-news-article .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #494a4e;
  background-color: #efefef;
  border: 1px solid #efefef;
  font-size: 18px;
  margin: 0px 5px;
}
/* line 1904, ../scss/custom.scss */
.about-news-article .pager__item.pager__item--first {
  display: none;
}
/* line 1907, ../scss/custom.scss */
.about-news-article .pager__item.pager__item--last {
  display: none;
}

.about-news-single-article {
  max-width: 844px;
  margin: 0px auto;
  direction: rtl;
}
.about-news-single-article .views-field.views-field-created {
  font-size: 18px;
  color: #494a4e;
  padding-bottom: 40px;
}
.about-news-article .views-field.views-field-created {
  font-size: 18px;
  color: #494a4e;
  padding-bottom: 15px;
}
.about-news-single-article .views-field.views-field-title h1 {
  font-size: 40px;
  color: #262c35;
  position: relative;
  font-weight: 700;
  margin-bottom: 40px;
  padding-right: 25px;
}
/* line 1922, ../scss/custom.scss */
.about-news-single-article .views-field.views-field-title h1::after {
  position: absolute;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
  bottom: 0;
  right: 0;
}
/* line 1932, ../scss/custom.scss */
.about-news-single-article .views-field.views-field-field-body-news {
  margin-top: 0px;
}
/* line 1934, ../scss/custom.scss */
.about-news-single-article .views-field.views-field-field-body-news p {
  color: #494a4e;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.about-news-single-article .views-field.views-field-field-link-news a {
  color: #262c35;
  font-size: 20px;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
.about-news-single-article .views-field.views-field-field-link-news a::after {
  position: absolute;
  left: -40px;
  content: "";
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(/themes/custom/osem/images/arrow-conduct.svg);
}
/* line 1942, ../scss/custom.scss */
.about-conduct-inner {
  direction: rtl;
}
/* line 1945, ../scss/custom.scss */
.about-conduct-inner .views-field.views-field-title {
  font-size: 48px;
  position: relative;
  color: #262c35;
  line-height: 1;
  max-width: 844px;
  margin: 55px auto;
  font-weight: 700;
  padding-right: 30px;
}
.about-conduct-inner .views-field.views-field-title > span {
  font-family: "SimplerPro-Bold" !important;
}
.about-conduct-inner .views-field.views-field-title::after {
  position: absolute;
  right: 0;
  width: 12px;
  height: 72px;
  content: "";
  background: #ffc100;
  top: 50%;
  margin-top: -36px;
}
/* line 1962, ../scss/custom.scss */
.about-conduct-inner .views-field.views-field-body {
  font-size: 20px;
  color: #494a4e;
  max-width: 844px;
  margin: 0px auto;
}
/* line 1967, ../scss/custom.scss */
.about-conduct-inner .views-field.views-field-body p {
  margin-bottom: 30px;
}
/* line 1971, ../scss/custom.scss */
.about-conduct-inner .views-field.views-field-field-link-conduct {
  max-width: 844px;
  margin: 0px auto;
}
/* line 1974, ../scss/custom.scss */
.about-conduct-inner .views-field.views-field-field-link-conduct a {
  color: #262c35;
  font-size: 20px;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
.about-conduct-inner .views-field.views-field-field-link-conduct a::after {
  position: absolute;
  left: -40px;
  content: "";
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(/themes/custom/osem/images/arrow-conduct.svg);
}

/* line 1982, ../scss/custom.scss */
.page-node-type-about [id^=block-views-block-about-view-block-1] {
  padding: 0px;
}

/* line 1986, ../scss/custom.scss */

/* line 1989, ../scss/custom.scss */
.hidden_elements_filtre
.shared-lobby-page
.view-content
.col-md-4:nth-child(4) {
  clear: none;
}

/* line 1992, ../scss/custom.scss */
.hidden_elements_filtre
.shared-lobby-page
.view-content
.col-md-4:nth-child(3) {
  clear: both;
}

/* line 1995, ../scss/custom.scss */
@media (min-width: 768px) {
  .hidden_elements_filtre
  .shared-lobby-page
  .view-content
  .col-md-4:nth-child(2) {
    width: 66.6666%;
    clear: none;
  }
}

/* line 1999, ../scss/custom.scss */
.hidden_elements_filtre .shared-lobby-page .view-content .col-md-4:first-child {
  width: 33.333%;
}

.shared-lobby-page {
  width: 100%;
  display: block;
  direction: rtl;
  position: relative;
}
/* line 2007, ../scss/custom.scss */
.shared-lobby-page p:empty {
  display: none;
}
/* line 2010, ../scss/custom.scss */
.shared-lobby-page legend {
  display: none;
}
.shared-lobby-page .pager__item a {
  color: #262c35;
  border: 1px solid #262c35 !important;
  background-color: transparent;
  height: 40px;
  border-radius: 20px;
  padding: 0px 16px;
  font-size: 18px;
  line-height: 40px;
}
.shared-lobby-page ul.js-pager__items.pager {
  margin: 68px 0px 84px;
}
.shared-lobby-page .pager__item a:hover {
  background-color: #262d35;
  color: #fff;
}
/* line 2017, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite {
  width: 100%;
  border: none !important;
  padding-bottom: 20px;
}
/* line 2021, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite input {
  display: inline-block;
  visibility: hidden;
  width: 0;
  position: static;
}
.shared-lobby-page .fieldgroup.form-composite input {
  display: inline-block;
  visibility: visible;
  width: 0;
  position: static;
}
.shared-lobby-page .fieldgroup.form-composite input:checked:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid transparent;
  bottom: -15px;
  visibility: visible;
  right: 40%;
}
/* line 2026, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite .form-item:first-child label {
  background: #4b4640;
}
.shared-lobby-page
.fieldgroup.form-composite
.form-item:first-child
label
input:checked:after {
  padding: 1px;
  border-top: 18px solid #4b4640;
  border-radius: 4px;
}
/* line 2031, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite .form-item:nth-child(2) label {
  background: #1a5d8d;
}
.shared-lobby-page
.fieldgroup.form-composite
.form-item:nth-child(2)
label
input:checked:after {
  border-top: 18px solid #1a5d8d;
  border-radius: 4px;
}
/* line 2036, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite .form-item:nth-child(3) label {
  background: #933a1d;
}
.shared-lobby-page
.fieldgroup.form-composite
.form-item:nth-child(3)
label
input:checked:after {
  border-top: 18px solid #933a1d;
  right: 33%;
  border-radius: 4px;
}
/* line 2041, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite .form-item:last-child label {
  background: #355a29;
}
.shared-lobby-page
.fieldgroup.form-composite
.form-item:last-child
label
input:checked:after {
  border-top: 18px solid #355a29;
  right: 35%;
  border-radius: 4px;
}
/* line 2046, ../scss/custom.scss */
.shared-lobby-page .fieldgroup.form-composite label {
  padding: 10px 50px;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  margin: 0 0 0 20px;
  border: none;
}
/* line 2054, ../scss/custom.scss */
.shared-lobby-page .wrapper {
  min-height: 240px;
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}
.shared-lobby-page .wrapper:after {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 4px;
  width: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all 0.6s ease-in-out;
}
.shared-lobby-page .wrapper:hover:after {
  width: 100%;
}
/* line 2059, ../scss/custom.scss */
.shared-lobby-page .wrapper.term_8 {
  background: #1a5d8d;
}
/* line 2062, ../scss/custom.scss */
.shared-lobby-page .wrapper.term_10 {
  background: #355a29;
}
/* line 2065, ../scss/custom.scss */
.shared-lobby-page .wrapper.term_9 {
  background: #933a1d;
}
/* line 2068, ../scss/custom.scss */
.shared-lobby-page .content_wrapper {
  padding: 16px 20px 20px;
}
/* line 2070, ../scss/custom.scss */
.shared-lobby-page .content_wrapper p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 2075, ../scss/custom.scss */
.shared-lobby-page .content_wrapper span {
  color: #fff;
  font-size: 17px;
}
/* line 2079, ../scss/custom.scss */
.shared-lobby-page .content_wrapper h3 {
  margin: 5px 0px 16px;
  color: #fff;
}
/* line 2084, ../scss/custom.scss */
.shared-lobby-page .wrapper_btn {
  display: block;
  width: auto;
  position: absolute;
  bottom: 24px;
}
/* line 2088, ../scss/custom.scss */
.shared-lobby-page .wrapper_btn a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #fff;
  line-height: 0.8;
}
/* line 2095, ../scss/custom.scss */
.shared-lobby-page .wrapper_btn a:hover {
  color: #cfcfcf;
}
/* line 2099, ../scss/custom.scss */
.shared-lobby-page .wrapper_btn::after {
  position: absolute;
  bottom: -15px;
  left: -50px;
  width: 40px;
  height: 44px;
  background: url("/themes/custom/osem/images/arrow-left-white.svg");
  background-size: auto;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 100% 100%;
}
/* line 2115, ../scss/custom.scss */
.shared-lobby-page .wrapper_btn:hover::after {
  left: -60px;
}
/* line 2120, ../scss/custom.scss */
.shared-lobby-page .col-md-4 {
  padding: 0px 24px 24px 0px;
}
.shared-lobby-page .col-md-4:nth-of-type(3n + 4) {
  float: right;
  padding: 0 0 24px;
}
.shared-lobby-page .col-md-4:nth-of-type(3n + 5) {
  float: right;
  padding: 0 0 24px;
}
.shared-lobby-page .col-md-4:nth-of-type(5) {
  display: none;
}
.shared-lobby-page .col-md-4:nth-of-type(3n + 6) {
  float: right;
}
/* line 2124, ../scss/custom.scss */
.shared-lobby-page .view-content .active_lw {
  width: 33.333%;
  float: right;
  padding: 12px;
}
/* line 2125, ../scss/custom.scss */
.shared-lobby-page:not(.view-display-id-block_5) .view-content .col-xs-12:nth-child(1) {
  flex-basis: 100%;
  display: flex;
}

.shared-lobby-page .view-content .col-xs-12:nth-child(1) > .views-field {
  flex-basis: 100%;
  display: block;
  order: 2;
}

@media (min-width: 768px) {
  .shared-lobby-page:not(.view-display-id-block_5) .view-content .col-xs-12:not(.col-md-4):nth-child(1):after {
    content: '';
    width: 51.32%;
    display: block;
  }
}

.shared-lobby-page .view-content .col-xs-12 > .views-field {
  height: 100%;
}

.shared-lobby-page .view-content .col-xs-12 > .views-field > .field-content > .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

  /* line 2128, ../scss/custom.scss */
.shared-lobby-page .view-content .active_lw:nth-child(1) .content_wrapper p {
  width: 80%;
}
/* line 2132, ../scss/custom.scss */
.shared-lobby-page .view-content .active_lw:nth-child(1) img {
  max-height: 270px;
}
/* line 2136, ../scss/custom.scss */
.shared-lobby-page .view-content .active_lw:nth-child(3) {
  clear: both;
}
/* line 2144, ../scss/custom.scss */
@media (min-width: 768px) {
  .shared-lobby-page:not(.view-display-id-block_5) .view-content .col-md-4:first-child {
    width: 66.6666%;
    margin-right: 33.33%;
  }
}
.shared-lobby-page.view-display-id-block_5 .view-content .col-md-4:first-child {
  width: 33.3333%;
}
/* line 2147, ../scss/custom.scss */
.shared-lobby-page .view-content .col-md-4:first-child .content_wrapper p {
  width: 80%;
}
/* line 2151, ../scss/custom.scss */
.shared-lobby-page .view-content .col-md-4 img {
  height: 293px;
  max-height: 293px;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.shared-lobby-page .view-content .col-md-4:nth-child(4) {
  padding: 0 0 24px;
}
/* line 2158, ../scss/custom.scss */
.shared-lobby-page .view-content .col-md-4:nth-child(2) {
  clear: both;
}
.shared-lobby-page.view-display-id-block_5
.view-content
.col-md-4:nth-child(2) {
  clear: none;
}
.shared-lobby-page.view-display-id-block_5 .content_wrapper {
  padding: 16px 20px 60px;
  min-height: 250px;
}
[id^=block-views-block-view-shared-lobby-block-5] .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.27px;
  text-align: right;
  color: #262c35;
  width: 1280px;
  margin: 48px auto 40px;
  font-family: "SimplerPro-Regular" !important;
}
[id^=block-views-block-view-shared-lobby-block-5] {
  background-color: #efefef;
}
[id^=block-views-block-view-shared-lobby-block-5] .shared-lobby-page {
  padding-bottom: 150px;
}
/* line 2163, ../scss/custom.scss */
.shared-lobby-page .view-header {
  border: 1px solid #eaeaea;
  display: table;
  min-height: 505px;
  position: absolute;
  top: 100px;
  width: 406px;
  right: 10px;
  text-align: center;
  height: 505px;
  padding: 56px 30px 0px;
  background: #fff;
  border-radius: 4px;
}
/* line 2175, ../scss/custom.scss */
.shared-lobby-page .view-header p {
  font-size: 18px;
  line-height: 22px;
  color: #494a4e;
}
/* line 2179, ../scss/custom.scss */
.shared-lobby-page .view-header h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
/* line 2183, ../scss/custom.scss */
.shared-lobby-page .view-header img {
  margin: 0px auto;
}
/* line 2187, ../scss/custom.scss */
.shared-lobby-page .height_element_sim {
  min-height: 175px;
}

/* line 2191, ../scss/custom.scss */
.ckeditor-dialog-loading-link {
  display: none;
}

/* line 2194, ../scss/custom.scss */
.page-node-type-shared-lobby .region > ol.breadcrumb {
  display: none;
}

/* line 2197, ../scss/custom.scss */
.shared-single-lobby {
  direction: rtl;
  display: table;
  width: 80%;
  margin: -100px auto 30px;
  background: #fff;
  position: relative;
  padding: 0 100px 40px;
}
/* line 2198, ../scss/custom.scss */
.shared-single-lobby .breadcrumb {
  width: auto !important;
  padding: 30px 0px 10px;
}
/* line 2204, ../scss/custom.scss */
.shared-single-lobby .breadcrumb > li.active {
  border-bottom: none;
  width: auto;
}
/* line 2216, ../scss/custom.scss */
.shared-single-lobby .views-field.views-field-title h1 {
  font-size: 48px;
  color: #262c35;
  margin: 40px 0px;
  position: relative;
  padding-right: 30px;
}
/* line 2222, ../scss/custom.scss */
.shared-single-lobby .views-field.views-field-title h1::after {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 12px;
  height: 74px;
  content: "";
  background: #ffc100;
  margin-bottom: -37px;
}
.shared-single-lobby .views-field-nothing {
  font-size: 20px;
  margin-bottom: 40px;
}
.shared-single-lobby .views-field-field-image-shared img {
  border-radius: 4px;
  margin-bottom: 32px;
}
.shared-single-lobby .views-field-nothing .field-content {
  color: #494a4e;
}
/* line 2234, ../scss/custom.scss */
.shared-single-lobby .views-field.views-field-body p {
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 2240, ../scss/custom.scss */
.shared-single-lobby .views-field.views-field-field-subtitle-article-single h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  width: 95%;
  margin: 40px auto;
  padding-right: 30px;
}
/* line 2247, ../scss/custom.scss */
.shared-single-lobby
.views-field.views-field-field-subtitle-article-single
h3::after {
  position: absolute;
  content: "";
  right: 0px;
  height: 100%;
  width: 12px;
  border-radius: 1px;
  background: #ffc100;
  top: 50%;
  margin-top: -50px;
}
.shared-single-lobby
.views-field.views-field-field-subtitle-article-single
blockquote {
  position: relative;
  padding: 0 20px;
  border-left: none;
  font-style: italic;
}
.shared-single-lobby
.views-field.views-field-field-subtitle-article-single
blockquote::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 2261, ../scss/custom.scss */
.shared-single-lobby
.views-field.views-field-field-body-shared-single-arctile
p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #494A4E;
}
/* line 2265, ../scss/custom.scss */
.shared-single-lobby
.views-field.views-field-field-body-shared-single-arctile
ul {
  padding: 0px 20px 10px;
}
.page-node-type-article_nutrition .single-article-nutrition .view-content ul,
.page-node-type-article_nutrition .single-article-nutrition .view-content ol {
  padding: 26px 0px 20px !important;
}


/* line 2267, ../scss/custom.scss */
.shared-single-lobby
.views-field.views-field-field-body-shared-single-arctile
ul
li {
  margin-bottom: 10px;
  font-size: 20px;
  list-style: none;
  position: relative;
}
.page-node-type-article_nutrition
.single-article-nutrition
.view-content
ul
li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: none;
  position: relative;
}
.page-node-type-article_nutrition
.single-article-nutrition
.view-content
ol
li {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}
/* line 2272, ../scss/custom.scss */
.shared-single-lobby
.views-field.views-field-field-body-shared-single-arctile
ul
li::before,
.page-node-type-article_nutrition
.single-article-nutrition
.view-content
ul
li::before {
  position: absolute;
  content: "";
  right: -20px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #262c35;
  top: 50%;
  margin-top: -4px;
}

/* line 2287, ../scss/custom.scss */
.page-node-type-coupon-lobby {
  position: relative;
}

/* line 2291, ../scss/custom.scss */
.banner-shared-article .about-shared {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}
/* line 2296, ../scss/custom.scss */
.banner-shared-article .about-shared img {
  width: 100% !important;
  display: block;
  object-fit: cover;
  border-bottom-left-radius: 0;
}

.leadership-page .view-header h1 {
  color: #262c35;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin: 0 0 40px;
  padding-right: 30px;
  width: 100%;
}
.leadership-page.view .view-header p {
  font-size: 20px;
  color: #494a4e;
  margin: 0px;
}
.leadership-page.view .view-content {
  display: table;
  width: 100%;
  padding: 40px 0px 0px;
}
.leadership-page.view .view-content > div {
  width: 32%;
  margin-bottom: 2%;
  padding: 0px;
}
.leadership-page.view .view-content > div:nth-child(3n + 2) {
  margin: 0px 2%;
}
/* line 2311, ../scss/custom.scss */
.leadership-page .view-header h1::after {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 72px;
  content: "";
  background: #ffc100;
  top: 50%;
  margin-top: -36px;
}

/* line 2323, ../scss/custom.scss */
.style_about_profile {
  direction: rtl;
}

.about-profile-st-2 .view-header {
  max-width: 844px;
  margin: 0px auto;
}

[id^=block-views-block-view-about-profile-block-1] .views-field.views-field-title {
  color: #262c35;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin: 55px auto;
  max-width: 844px;
  padding-right: 30px;
}
/* line 2340, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-1]
.views-field.views-field-title::after {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 72px;
  content: "";
  background: #ffc100;
  top: 50%;
  margin-top: -36px;
}
/* line 2351, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-1] .views-field.views-field-body {
  padding-bottom: 30px;
}
[id^=block-views-block-view-about-profile-block-1] .views-field.views-field-body p {
  max-width: 844px;
  margin: 0px auto;
  color: #494a4e;
  font-size: 18px;
}

/* line 2359, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-2] .about-profile-st-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0px;
}
/* line 2363, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-2]
.about-profile-st-2
.view-header
h2 {
  color: #262c35;
  font-size: 40px;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
  margin: 0 0 100px;
}
/* line 2369, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-2]
.about-profile-st-2
.view-header
h2::after {
  right: 0;
  width: 12px;
  height: 48px;
  background: #ffc100;
  content: "";
  top: 50%;
  margin-top: -24px;
  position: absolute;
}
/* line 2380, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-2] .inline-status-block.views-row {
  float: right;
  text-align: center;
  padding: 63px 0px;
  margin: 0px;
  box-sizing: border-box;
  position: relative;
  width: 25%;
}
[id^=block-views-block-view-about-profile-block-2]
.about-profile-st-2
.view-content {
  background: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
[id^=block-views-block-view-about-profile-block-2]
.views-field.views-field-field-factory-number-status {
  color: #262c35;
  font-size: 64px;
  font-family: SimplerPro-Bold !important;
  line-height: 58px;
  font-weight: 700;
  padding-bottom: 20px;
}
/* line 2413, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-2]
.views-field.views-field-field-factory-title-status {
  color: #262c35;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
}

/* line 2421, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3] .about-profile-st-3 {
  max-width: 844px;
  margin: 0px auto;
}
/* line 2425, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-body-about-inner
p {
  color: #494a4e;
  font-size: 18px;
  margin: 0px 0px 15px;
}
.about-profile-st-3 .views-field.views-field-field-body-about-inner {
  margin-bottom: 33px;
}
/* line 2430, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-body-profile-latest {
  color: #494a4e;
  font-size: 18px;
}
/* line 2434, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-body-profile-latest
ul {
  padding: 0px;
}
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-body-profile-latest
ul
li {
  list-style: none;
  position: relative;
  padding-right: 30px;
  margin-bottom: 24px;
}
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-body-profile-latest
ul
li::after {
  position: absolute;
  content: "";
  background: #262c35;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  top: 8px;
  right: 0;
}
.views-field.views-field-field-image-about-profile-inner img {
  border-radius: 4px;
  max-width: 844px;
  object-fit: cover;
}
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-title-about-profile {
  color: #262c35;
  font-size: 40px;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
  margin: 64px 0 40px;
}
/* line 2440, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3]
.views-field.views-field-field-title-about-profile::after {
  bottom: 50%;
  right: 0;
  width: 12px;
  height: 48px;
  margin-bottom: -24px;
  background: #ffc100;
  content: "";
  position: absolute;
}
/* line 2450, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3] .view-header h2 {
  color: #262c35;
  font-size: 40px;
  font-weight: 500;
  padding-right: 30px;
  font-weight: 700;
  position: relative;
  margin: 30px 0 24px;
}
/* line 2456, ../scss/custom.scss */
[id^=block-views-block-view-about-profile-block-3] .view-header h2::after {
  bottom: 50%;
  right: 0;
  margin-bottom: -24px;
  width: 12px;
  height: 48px;
  background: #ffc100;
  content: "";
  position: absolute;
}

/* line 2467, ../scss/custom.scss */
.pagination {
  padding: 0px;
}

/* line 2470, ../scss/custom.scss */
.footer.container-fluid {
  padding: 70px 0px 10px;
}

/* line 2474, ../scss/custom.scss */
footer.footer .region-footer {
  width: 1280px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  position: relative;
}
/* line 2480, ../scss/custom.scss */
footer.footer .region-footer nav {
  width: 18%;
  float: left;
  text-align: right;
}
/* line 2484, ../scss/custom.scss */
footer.footer .region-footer nav h2, footer.footer .region-footer nav .footer-menu-title {
  font-size: 24px;
  letter-spacing: 0;
  font-family: "SimplerPro-Regular" !important;
  color: #494a4e;
  margin: 0px 0px 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
/* line 2490, ../scss/custom.scss */
footer.footer .region-footer nav ul {
  padding: 0px;
}
/* line 2492, ../scss/custom.scss */
footer.footer .region-footer nav ul a {
  color: #494a4e;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 0px;
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
}
/* line 2501, ../scss/custom.scss */
footer.footer .region-footer nav ul a:after {
  position: absolute;
  right: 0;
  content: "";
  bottom: 3px;
  width: 0px;
  height: 1px;
  background: #494a4e;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 2514, ../scss/custom.scss */
footer.footer .region-footer nav ul a:hover {
  background: none !important;
  opacity: 1;
  color: #494a4e;
}
/* line 2518, ../scss/custom.scss */
footer.footer .region-footer nav ul a:hover::after {
  width: 100%;
}
/* line 2525, ../scss/custom.scss */
footer.footer .region-footer::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccdd1;
  content: "";
  width: 1280px;
}

.we-mega-menu-ul .dropdown-menu > a:before,
.we-mega-menu-ul .dropdown-menu > span:before {
  background-image: none;
}

/* line 2537, ../scss/custom.scss */
.subfooter.container-fluid {
  display: block;
  width: 100%;
  background: #fff !important;
  padding: 20px 0px !important;
  padding-bottom: 50px !important;
}
/* line 2541, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter {
  width: 1280px;
  margin: 0px auto;
}
/* line 2544, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .title_icon_footer {
  font-size: 24px;
  color: #333;
  letter-spacing: 0;
  padding-left: 20px;
}
.subfooter.container-fluid .region.region-subfooter .title_icon_footer img {
  width: 100%;
}
/* line 2551, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .footer_icon > a {
  width: 32px;
  height: 32px;
  margin: 0px 3px;
  box-sizing: border-box;
  border-radius: 4px;
  float: right;
}
/* line 2560, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .footer_icon a img {
  width: 100%;
  display: block;
  height: auto;
}
/* line 2566, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .footer_icon > div {
  padding: 0px !important;
  float: left;
}
/* line 2571, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .menu {
  padding: 0px;
}
/* line 2573, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .menu li {
  float: right;
  padding: 0px 0px 0px 30px;
}
/* line 2576, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .menu li::after {
  position: absolute;
  top: 4px;
  left: 15px;
  width: 1px;
  height: 80%;
  content: "";
  background: #110704;
  opacity: 0.5;
}
/* line 2587, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .menu li:last-child::after {
  display: none;
}
/* line 2592, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .menu a {
  padding: 0px;
  font-size: 18px;
  opacity: 1;
  color: #494a4e;
  letter-spacing: 0;
}
/* line 2598, ../scss/custom.scss */
.subfooter.container-fluid .region.region-subfooter .menu a:hover {
  background: none !important;
  opacity: 1;
  color: #494a4e;
  text-decoration: underline;
}

/* line 2608, ../scss/custom.scss */
.region.region-subfooter > section {
  width: 50%;
  float: left;
}
/* line 2612, ../scss/custom.scss */
.region.region-subfooter > nav {
  width: 50%;
  float: left;
  padding-top: 5px;
}

/* line 2618, ../scss/custom.scss */
.banner-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
/* line 2623, ../scss/custom.scss */
.banner-full-width img {
  width: 100%;
  display: block;
  height: 500px;
}

/* line 2629, ../scss/custom.scss */
.box-banner-set.new-design-box {
  position: absolute;
  right: 0;
  margin: 0px;
  width: 1280px;
}

.box-banner-set.new-design-box > span {
  display: inline-block;
  width: 50%;
  background: #fff;
  padding: 24px 32px;
  position: relative;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

/* line 2639, ../scss/custom.scss */
.box-banner-set.new-design-box h1 {
  font-size: 45px;
  margin: 0 0 10px;
}
.page-node-42 .box-banner-set.new-design-box h1 {
  color: #262c35;
  font-size: 48px;
  font-weight: 600;
  position: relative;
  margin: 0 0 10px;
}
.page-node-42 .box-banner-set p {
  width: 100% !important;
}
.box-banner-set.new-design-box > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ffc100;
  content: "";
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 2644, ../scss/custom.scss */
.view.view-our-brands {
  position: relative;
}
.homepage.is-promoted.full.clearfix {
  position: relative;
}
/* line 2648, ../scss/custom.scss */
.repeater-brands > div .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
  padding: 120px 0px 150px;
  text-align: right;
}
/* line 2653, ../scss/custom.scss */
.repeater-brands > div .column-3.views-row {
  display: inline-block;
  border-radius: 3.3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 0.5px #efefef;
  width: 300px;
  margin: 10px;
}
.repeater-brands ul.list-unstyled .two-child:last-child {
  margin: 10px 10px 10px auto;
}
.repeater-brands ul.list-unstyled .two-child:nth-last-child(2) {
  margin: 10px auto 10px 10px;
}
.repeater-brands ul.list-unstyled .single-child:last-child {
  margin: 10px auto;
}
.repeater-brands ul.list-unstyled .three-child:last-child {
  margin: 10px 10px 10px auto;
}
.repeater-brands ul.list-unstyled .three-child:nth-last-child(3) {
  margin: 10px auto 10px 10px;
}
.repeater-brands > div .column-3.views-row img {
  width: 100%;
  display: block;
  height: auto;
}
.brands .clearfix .form-group {
  direction: rtl;
}
.page-node-type-bysly_page .banner-full-width img {
  border-bottom-left-radius: 0;
}
.page-node-type-bysly_page .slider-brand.view-bisley img {
  width: 100%;
  border-radius: 8px;
  max-height: 455px;
}
.page-node-type-bysly_page .slider-brand .view-content {
  direction: rtl;
}
.page-node-type-bysly_page .slider-brand .video-embed-field-responsive-video {
  max-height: 455px;
}

.page-node-type-bysly-page .region.region-content .history-brand.view {
  margin-bottom: 100px;
}
.page-node-type-bysly-page .breadcrumb {
  padding: 31px 0 0;
}
/* line 2668, ../scss/custom.scss */
.page-node-type-bysly-page .region.region-content .bisley_block,
.page-node-type-brand-product-page .region.region-content .bisley_block {
  width: 60%;
  float: left;
  padding-top: 20px;
}
[id^=block-views-block-bisley-block-3] {
  width: 40% !important;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.view-content,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.view-content {
  width: 369px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.view-header,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.view-header {
  width: 369px;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* line 2673, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: right;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0;
  position: relative;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row:last-of-type,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row:last-of-type {
  border-bottom: none;
}
/* line 2680, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row
> div,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row
> div {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 5px 0 5px 24px;
}
/* line 2685, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row
> div
a,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row
> div
a {
  color: #262c35;
  font-size: 24px;
}
/* line 2691, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row:hover
a,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row:hover
a {
  color: #ffc100;
}
/* line 2694, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row:hover::after,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row:hover::after {
  left: 20px;
}
/* line 2698, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.icons-bisley
.views-row::after,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.icons-bisley
.views-row::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/themes/custom/osem/images/Arrow3.svg);
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  margin-top: -2.5px;
  line-height: 5px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 2713, ../scss/custom.scss */
.page-node-type-bysly-page .region.region-content .bisley_block .title-bisley,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.title-bisley {
  width: 100%;
  display: block;
  text-align: right;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-row:first-of-type
.views-field-title,
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-row:first-of-type
.views-field-body {
  display: block;
}
/* line 2717, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-field-title,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.title-bisley
.views-field-title {
  font-size: 48px;
  display: none;
  color: #262c35;
  position: relative;
  margin: 0 0 30px;
  padding-right: 26px;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-field.views-field-nothing {
  margin-bottom: 31px;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-row:last-of-type
.views-field-nothing {
  margin-bottom: 20px;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.fact-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.fact-container
.number {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
  margin: 0;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-field.views-field-body {
  display: none;
}
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-field.views-field-body,
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.fact-container
.text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
  margin: 0;
}
/* line 2723, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-field-title::after,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.title-bisley
.views-field-title::after {
  position: absolute;
  top: -12px;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 74px;
  border-radius: 1px;
}
/* line 2734, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.bisley_block
.title-bisley
.views-field.views-field-body
p,
.page-node-type-brand-product-page
.region.region-content
.bisley_block
.title-bisley
.views-field.views-field-body
p {
  color: #262c35;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0 0 20px;
}
/* line 2743, ../scss/custom.scss */
.page-node-type-bysly-page .region.region-content .slider-brand,
.page-node-type-brand-product-page .region.region-content .slider-brand {
  text-align: right;
  display: block;
  width: 100%;
  padding: 50px 0px 80px;
  clear: both;
}
/* line 2750, ../scss/custom.scss */
.page-node-type-bysly-page .region.region-content .slider-brand .view-header h2,
.page-node-type-brand-product-page
.region.region-content
.slider-brand
.view-header
h2 {
  font-size: 40px;
  color: #262c35;
  position: relative;
  margin: 0 0 20px;
  padding-right: 30px;
}
/* line 2756, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.slider-brand
.view-header
h2::after,
.page-node-type-brand-product-page
.region.region-content
.slider-brand
.view-header
h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 2767, ../scss/custom.scss */
.page-node-type-bysly-page .region.region-content .slider-brand .slick-dots,
.page-node-type-brand-product-page
.region.region-content
.slider-brand
.slick-dots {
  display: block !important;
  bottom: -50px;
}
/* line 2771, ../scss/custom.scss */
.page-node-type-brand-product-page
.region.region-content
.slider-brand
.slick-dots
li
button {
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  border-radius: 50px;
}
/* line 2776, ../scss/custom.scss */
.page-node-type-brand-product-page
.region.region-content
.slider-brand
.slick-dots
li
button::before {
  content: "";
}
/* line 2782, ../scss/custom.scss */
.page-node-type-brand-product-page
.region.region-content
.slider-brand
.slick-dots
.slick-active
button {
  background: #ffc100 !important;
}

.coupon-page .slick-dots .slick-active button {
  background: #262c35 !important;
}
/* line 2788, ../scss/custom.scss */
.page-node-type-bysly-page .region.region-content .history-brand.view,
.page-node-type-brand-product-page .region.region-content .history-brand.view {
  width: 100%;
  display: block;
  padding: 70px 0px 0px;
  text-align: right;
}
/* line 2794, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
.view-header
h2,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
.view-header
h2 {
  font-size: 40px;
  font-weight: bold;
  color: #262c35;
  position: relative;
  margin: 0 0 50px;
  padding-right: 30px;
}
/* line 2805, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
.view-header
h2::after,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
.view-header
h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 2816, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 75px 30px;
  border-radius: 8px;
  padding-bottom: 0;
}
/* line 2821, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content::-webkit-scrollbar,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* line 2825, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content::-webkit-scrollbar-thumb,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content::-webkit-scrollbar-thumb {
  background: #262c35;
}
/* line 2828, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div {
  display: inline-block;
  width: 33.333333%;
  text-align: right;
  vertical-align: top;
  padding: 61px 0px;
  position: relative;
  margin: 0px -2px;
}
/* line 2837, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-history-brand-,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-history-brand- {
  color: #ffc100;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-history-brand-,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-history-brand- {
  color: #ffc100;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div h3
.views-field.views-field-field-history-brand-,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-history-brand- h3 {
  font-size: 40px;
}
/* line 2843, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-descri,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-descri {
  display: inline-block;
  white-space: initial;
}
/* line 2846, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-descri
p,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-descri
p {
  width: 90%;
  font-size: 18px;
  float: right;
  color: #262c35;
}
/* line 2853, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div::after,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div::after {
  position: absolute;
  top: 0px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  line-height: 20px;
  background: #ffc100;
  content: "";
  z-index: 3;
}
/* line 2865, ../scss/custom.scss */
.page-node-type-bysly-page
.region.region-content
.history-brand.view
> .view-content
> div::before,
.page-node-type-brand-product-page
.region.region-content
.history-brand.view
> .view-content
> div::before {
  position: absolute;
  top: 9px;
  left: -5px;
  width: 100%;
  height: 2px;
  background: #ccc;
  content: "";
}

/* line 2879, ../scss/custom.scss */
[id^=block-views-block-bisley-block-3] > .form-group {
  width: 100%;
}

/* line 2882, ../scss/custom.scss */
[id^=block-views-block-bisley-block-2] > .form-group {
  max-width: 737px;
  width: 100%;
  margin-right: 0;
}

/* line 2886, ../scss/custom.scss */
.page-node-type-osem-product .region.region-content {
  width: 1200px;
  margin: 0px auto;
  display: table;
}
/* line 2890, ../scss/custom.scss */
.page-node-type-osem-product .region.region-content .bisley_block {
  width: 50%;
  float: left;
  padding-top: 50px;
}
/* line 2895, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.icons-bisley
.views-row {
  display: table;
  width: 50%;
  text-align: right;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0px;
  position: relative;
}
/* line 2902, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.icons-bisley
.views-row
> div {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 5px 0 5px 20px;
}
/* line 2907, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.icons-bisley
.views-row
> div
a {
  color: #262c35;
  font-size: 20px;
}
/* line 2913, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.icons-bisley
.views-row:hover
a {
  color: #ffc100;
}
/* line 2916, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.icons-bisley
.views-row:hover::after {
  left: 20px;
}
/* line 2920, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.icons-bisley
.views-row::after {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: FontAwesome;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  line-height: 5px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 2935, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.title-bisley {
  width: 100%;
  display: table;
  text-align: right;
}
/* line 2939, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.title-bisley
.views-field-title {
  font-size: 48px;
  color: #262c35;
  position: relative;
  margin: 0 0 20px;
  padding-right: 30px;
}
/* line 2945, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.title-bisley
.views-field-title::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 2956, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.bisley_block
.title-bisley
.views-field.views-field-body
p {
  color: #262c35;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0 0 20px;
}
/* line 2965, ../scss/custom.scss */
.page-node-type-osem-product .region.region-content .slider-brand {
  text-align: right;
  display: block;
  width: 100%;
  padding: 100px 0px;
  clear: both;
}
/* line 2972, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.slider-brand
.view-header
h2 {
  font-size: 48px;
  color: #262c35;
  position: relative;
  margin: 0 0 20px;
  padding-right: 30px;
}
/* line 2978, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.slider-brand
.view-header
h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 2989, ../scss/custom.scss */
.page-node-type-osem-product .region.region-content .slider-brand .slick-dots {
  display: block !important;
  bottom: -50px;
}
/* line 2993, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.slider-brand
.slick-dots
li
button {
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  border-radius: 50px;
}
/* line 2998, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.slider-brand
.slick-dots
li
button::before {
  content: "";
}
/* line 3004, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.slider-brand
.slick-dots
.slick-active
button {
  background: #ffc100 !important;
}
/* line 3010, ../scss/custom.scss */
.page-node-type-osem-product .region.region-content .history-brand.view {
  width: 100%;
  display: block;
  padding: 50px 0px 0px;
  text-align: right;
}
/* line 3016, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
.view-header
h2 {
  font-size: 48px;
  color: #262c35;
  position: relative;
  margin: 0 0 50px;
  padding-right: 30px;
}
/* line 3022, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
.view-header
h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 3033, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
/* line 3038, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* line 3042, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content::-webkit-scrollbar-thumb {
  background: #262c35;
}
/* line 3045, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content
> div {
  display: inline-block;
  width: 33.333333%;
  text-align: right;
  overflow: hidden;
  vertical-align: top;
  padding: 50px 0px;
  position: relative;
  margin: 0px -2px;
}
/* line 3054, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-history-brand- {
  color: #ffc100;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 3060, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-descri {
  display: table;
  white-space: initial;
}
/* line 3063, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content
> div
.views-field.views-field-field-descri
p {
  width: 90%;
  font-size: 18px;
  float: right;
  color: #262c35;
}
/* line 3070, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content
> div::after {
  position: absolute;
  top: 0px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  line-height: 20px;
  background: #ffc100;
  content: "";
  z-index: 3;
}
/* line 3082, ../scss/custom.scss */
.page-node-type-osem-product
.region.region-content
.history-brand.view
> .view-content
> div::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
  content: "";
}

/* line 3098, ../scss/custom.scss */
.lobby-box.view.view-about-view .view-header h2 {
  text-align: right;
  margin: 0 0 30px;
  position: relative;
  font-weight: 700;
  padding-right: 30px;
  font-size: 40px;
}
.lobby-box.view.view-about-view .view-header h2::after {
  position: absolute;
  content: "";
  background: #ffc100;
  bottom: 50%;
  right: 0;
  width: 12px;
  height: 48px;
  margin-bottom: -24px;
}
.lobby-box .field-content {
  width: 100%;
  display: table;
}

/* line 3116, ../scss/custom.scss */
.lobby-section-status.view.view-about-view {
  display: block;
  width: 100%;
}
/* line 3120, ../scss/custom.scss */
.lobby-section-status.view.view-about-view .view-header h2 {
  text-align: right;
  font-weight: 700;
  margin: 0 0 40px;
  position: relative;
  padding-right: 30px;
  font-size: 40px;
}
/* line 3126, ../scss/custom.scss */
.lobby-section-status.view.view-about-view .view-header h2::after {
  position: absolute;
  content: "";
  background: #ffc100;
  bottom: 50%;
  right: 0;
  width: 12px;
  height: 48px;
  margin-bottom: -24px;
}
.lobby-section-status .view-content {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding-left: 30px;
}

/* line 3138, ../scss/custom.scss */
.path-node.page-node-type-bysly-page {
  overflow-x: hidden;
}

/* line 3141, ../scss/custom.scss */
.path-node.page-node-type-osem-product {
  overflow-x: hidden;
}

[id^=block-views-block-brand-catalog-block-2],
[id^=block-views-block-bisley-block-5] {
  background-color: #f8f8f8;
  width: 100vw;
  float: right;
  position: relative;
}

[id^=block-views-block-bisley-block-5] {
  margin-top: 60px;
}

[id^=block-views-block-brand-catalog-block-2] .block-title {
  font-size: 40px;
  color: #262c35;
  position: relative;
  margin: 64px auto 0;
  padding-right: 30px;
  font-weight: bold;
  width: 1250px;
}

[id^=block-views-block-brand-catalog-block-2] .block-title::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}

/* line 3144, ../scss/custom.scss */
.catalog-limit {
  display: block;
  max-width: 1280px;
  margin: 0 auto 140px;
  text-align: right;
}
.catalog-limit.brand-categories .view-header {
  display: block;
}
.catalog-limit.brand-categories .view-content .views-row > div {
  border: solid 1px #eaeaea;
  background-color: #f8f8f8;
}
.catalog-limit.brand-categories .view-content {
  background: white;
}
.catalog-limit.brand-categories .view-content .views-row {
  margin: 0 0 50px 18px;
}
/*.catalog-limit.brand-categories .view-content .views-row:nth-of-type(4n) {
  margin-left: 0;
}*/
.catalog-limit.brand-categories
.view-content
.views-row
.views-field.views-field-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #262c35;
}
.catalog-limit.brand-categories
.view-content
.views-row
.views-field.views-field-title
a {
  font-family: "SimplerPro-Bold" !important;
}
.catalog-limit.brand-categories
.view-content
.views-row
.views-field.views-field-title
a:hover,
.catalog-limit.brand-categories
.view-content
.views-row
.views-field.views-field-title
a:focus {
  color: #262c35 !important;
}
.catalog-limit.brand-categories img {
  height: auto;
  background: transparent;
}
/* line 3149, ../scss/custom.scss */
.catalog-limit .view-content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  background: #f8f8f8;
}
/* line 3153, ../scss/custom.scss */
.catalog-limit .view-content .views-row {
  width: 24%;
  float: left;
  margin: 0.5%;
}
.catalog-limit .more-link {
  padding: 80px 50px 0;
  position: absolute;
  top: 0;
  text-align: left;
}
.catalog-limit .more-link a {
  color: #262c35;
  background-color: transparent;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  text-decoration: underline;
  line-height: 40px;
  position: relative;
}
.catalog-limit .more-link a::after {
  position: absolute;
  bottom: -18px;
  left: -45px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  content: "";
  transition: all 0.4s ease-in-out;
  background-size: 100% 100%;
}
.catalog-limit .more-link a:hover::after {
  left: -55px;
}
/* line 3157, ../scss/custom.scss */
.catalog-limit .view-content .views-row .views-field.views-field-title {
  padding-top: 15px;
  font-size: 18px;
  margin: 0px;
}
.catalog-limit .view-header h2 {
  font-size: 40px;
  color: #262c35;
  padding-right: 30px;
  margin-bottom: 40px;
  position: relative;
}
/* line 3170, ../scss/custom.scss */
.catalog-limit .view-header h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
/* line 3180, ../scss/custom.scss */
.catalog-limit .view-header .count_result {
  font-size: 20px;
  padding-top: 20px;
  color: #262c35;
}
.path-brand-catalog .catalog-limit .view-header .count_result {
  padding-top: 0;
  direction: rtl;
  padding-bottom: 20px;
}
.catalog-limit img {
  border-radius: 4px;
  width: 302px;
  height: 358px;
  object-fit: contain;
  background: white;
  object-fit: contain;
}
.path-brand-catalog .catalog-limit .view-header h1 {
  margin: 45px 0 42px;
}
.path-brand-catalog .catalog-limit .view-header h1 a {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
  padding-right: 30px;
  position: relative;
  font-family: "SimplerPro-Bold" !important;
}
.path-brand-catalog .catalog-limit .view-header h1 a::after {
  position: absolute;
  top: -25%;
  right: 0;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 74px;
}
.path-brand-catalog .catalog-limit .pager li > a {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #262c35;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #494a4e;
  background: transparent;
  padding: 10px 32px;
  margin-top: 82px;
  margin-bottom: 40px;
}

/* line 3186, ../scss/custom.scss */
.view-id-nutrition_page {
  position: relative;
}
/* line 3188, ../scss/custom.scss */
.view-id-nutrition_page .views-field.views-field-field-banner {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
/* line 3193, ../scss/custom.scss */
.view-id-nutrition_page .views-field.views-field-field-banner img {
  width: 100%;
  display: block;
  height: 512px;
  border-bottom-left-radius: 104px;
  object-fit: cover;
}
/* line 3198, ../scss/custom.scss */
.view-id-nutrition_page .box-banner-set {
  position: absolute;
  right: 0;
  width: auto;
  margin: 0px;
  max-width: 650px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
/* line 3208, ../scss/custom.scss */
.view-id-nutrition_page .box-banner-set .lobby_box {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px 32px;
}
/* line 3214, ../scss/custom.scss */
.view-id-nutrition_page .box-banner-set h1 {
  margin: 2px 0px 32px;
  font-size: 48px;
}
/* line 3215, ../scss/custom.scss */
.view-id-nutrition_page .box-banner-set h1::after {
  display: none;
}
/* line 3221, ../scss/custom.scss */
.view-id-nutrition_page .box-banner-set p {
  font-size: 20px;
}

/* line 3226, ../scss/custom.scss */
.product-slider-nutr {
  text-align: right;
  padding: 80px 0px 146px;
  direction: rtl;
}
/* line 3229, ../scss/custom.scss */
.product-slider-nutr .views-field.views-field-field-nutrition {
  color: #262c35;
  font-size: 20px;
  text-align: center;
  margin: 15px 0px;
}
.product-slider-nutr .views-field.views-field-field-nutrition .field-content {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  direction: rtl;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  font-family: "SimplerPro-Regular" !important;
}
/* line 3234, ../scss/custom.scss */
.product-slider-nutr .views-field.views-field-field-nutrition-link {
  position: relative;
  text-align: center;
}
/* line 3235, ../scss/custom.scss */
.product-slider-nutr .views-field.views-field-field-nutrition-link a {
  color: #262c35;
  position: relative;
  font-size: 20px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid;
  padding: 5px 20px 5px 50px;
}
/* line 3250, ../scss/custom.scss */
.product-slider-nutr .views-field.views-field-field-nutrition-link a::after {
  position: absolute;
  left: 15px;
  display: table;
  content: "";
  top: 50%;
  background: url(/themes/custom/osem/images/play-slider.svg);
  margin-top: -12px;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-slider-nutr .views-field.views-field-field-nutrition-link a:hover {
  background: #262c35;
  border: 1px solid #262c35;
  color: white;
}

.product-slider-nutr
.views-field.views-field-field-nutrition-link
a:hover::after {
  background: url(/themes/custom/osem/images/play-slider-white.svg);
}

.product-slider-nutr .slick-arrow {
  background: #ffc100;
  height: 36px;
  border-radius: 4px;
  width: 36px;
  top: 170px;
  z-index: 2323;
}
.product-slider-nutr .slick-prev.slick-arrow {
  right: 0px;
  left: auto;
}
.product-slider-nutr .slick-next.slick-arrow {
  right: auto;
  left: 0px;
}
.product-slider-nutr .slick-arrow::before {
  color: #262c35 !important;
}
/* line 3254, ../scss/custom.scss */
/* line 3265, ../scss/custom.scss */
.product-slider-nutr .view-header h2 {
  text-align: center;
  padding-bottom: 50px;
  font-size: 32px;
  color: #262c35;
  width: 50%;
  line-height: 1.1;
  margin: 0px auto;
  font-weight: normal;
  font-family: "SimplerPro-Regular" !important;
}

.views-field.views-field-field-image-nutrition-product {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 10%;
}

.views-field.views-field-field-image-nutrition-product img {
  width: 100%;
}

/* line 3275, ../scss/custom.scss */
.nutrition-two-images {
  padding: 80px 0px 84px;
  display: inline-block;
  max-width: 100%;
}
/* line 3279, ../scss/custom.scss */
.nutrition-two-images .views-row > .views-field {
  float: left;
  width: 50%;
  padding: 15px;
}
/* line 3285, ../scss/custom.scss */
.nutrition-two-images .view-header h2 {
  text-align: right;
  font-family: "SimplerPro-Bold" !important;
  padding: 0px 40px;
  font-size: 40px;
  color: #262c35;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
}
/* line 3294, ../scss/custom.scss */
.nutrition-two-images .view-header h2::after {
  position: absolute;
  top: -5px;
  right: 15px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 48px;
}

.nutrition-two-images .slick-slide {
  padding-right: 15px;
}

/* line 3305, ../scss/custom.scss */
.article-nutrition {
  display: inline-block;
  direction: rtl;
  width: 100%;
  padding: 80px 0 150px;
}
.article-nutrition.view-nutrition-article-listing {
  padding: 78px 0 80px;
  padding-top: 0 !important;
}
/* line 3310, ../scss/custom.scss */
.article-nutrition .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.article-nutrition .view-content .clearfix.form-group {
  display: flex;
  flex-wrap: wrap;
}
/* line 3313, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4 {
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #eaeaea;
  background-color: #fff;
  padding: 0px;
  margin: 0px 12px 24px;
  width: 31.43%;
  border-radius: 4px;
}
/* line 3324, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4 .half_box_article {
  padding: 24px 15px 20px;
  background: #fff;
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 212px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 3330, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4 > div > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-nutrition .view-content .col-md-4 .half_box_article .link_article a {
  color: #262c35;
  position: absolute;
  bottom: 23px;
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  z-index: 20;
}
/* line 3336, ../scss/custom.scss */
.article-nutrition
.view-content
.col-md-4
.half_box_article
.link_article
a::after {
  position: absolute;
  bottom: -14px;
  left: -45px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  content: "";
  transition: all 0.4s ease-in-out;
  background-size: 100% 100%;
}

.article-nutrition
.view-content
.col-md-4
.half_box_article
.link_article
a:hover::after {
  left: -55px;
}
/* line 3347, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4 .half_box_article p {
  color: #494a4e;
  font-size: 18px;
  margin: 0 0 16px;
}
/* line 3350, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4 .half_box_article h3 {
  margin: 0 0 16px;
  font-size: 24px;
  color: #262d35;
}
/* line 3355, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4 .half_box_article::after {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 4px;
  width: 0;
  content: "";
  background: #ffc100;
  z-index: 2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all 0.6s ease-in-out;
}
/* line 3369, ../scss/custom.scss */
.article-nutrition .view-content .col-md-4:hover .half_box_article::after {
  width: 100%;
}
/* line 3377, ../scss/custom.scss */
.article-nutrition .view-header h1 {
  text-align: right;
  padding: 0px 35px;
  font-size: 48px;
  font-family: "SimplerPro-Bold" !important;
  color: #262c35;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
}
/* line 3386, ../scss/custom.scss */
.article-nutrition .view-header h1::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 74px;
  margin-top: -37px;
}

[id^=block-views-block-nutrition-article-listing-block-3]
.article-nutrition
.view-header
h2 {
  text-align: right;
  padding: 0px 15px;
  font-size: 32px;
  color: #262c35;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "SimplerPro-Regular" !important;
}
/* line 3386, ../scss/custom.scss */

[id^=block-views-block-nutrition-article-listing-block-1]
.article-nutrition
.view-header
h2 {
  text-align: right;
  padding: 0px 40px;
  font-size: 38px;
  color: #262c35;
  position: relative;
  line-height: 1;
  margin-bottom: 53px;
  font-weight: 700;
}
/* line 3386, ../scss/custom.scss */
[id^=block-views-block-nutrition-article-listing-block-1]
.article-nutrition
.view-header
h2::after {
  position: absolute;
  top: -5px;
  right: 15px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 48px;
}
/* line 3396, ../scss/custom.scss */
.article-nutrition .view-header p {
  font-size: 24px;
  width: 40%;
  color: #494a4e;
  max-width: 737px;
  margin: 0px 15px 40px;
}
.article-nutrition.view.view-nutrition-article-listing img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 270px;
  object-fit: cover;
}
[id^=block-questionnestlenutrition] {
  background-color: white;
  width: 100%;
}
[id^=block-questionnestlenutrition]
.field.field--name-body.field--type-text-with-summary {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}
/* line 3402, ../scss/custom.scss */
.article-nutrition .link_target {
  width: 100%;
  text-align: left;
  padding: 0px 15px 10px;
}
/* line 3406, ../scss/custom.scss */
.article-nutrition .link_target a {
  font-size: 20px;
  color: #262c35;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
}
/* line 3412, ../scss/custom.scss */
.article-nutrition .link_target a::after {
  position: absolute;
  top: 50%;
  left: -10px;
  content: ">";
  display: block;
  margin-top: -14px;
  font-weight: 700%;
}
/* line 3423, ../scss/custom.scss */
.article-nutrition .button {
  border: solid 1px #494a4e;
  color: #262c35;
  font-size: 18px;
  padding: 5px 30px;
  line-height: 28px;
  border-radius: 20px;
  background: #f8f8f8 !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.article-nutrition .button:hover {
  background: #262c35 !important;
  border: 1px solid #262c35;
  color: white;
}

/* line 3431, ../scss/custom.scss */
.page-node-type-article-nutrition .region > .breadcrumb {
  display: none;
}

/* line 3434, ../scss/custom.scss */
.page-node-type-article-nutrition {
  overflow-x: hidden;
}
/* line 3436, ../scss/custom.scss */
.page-node-type-article-nutrition
[id^=block-views-block-nutrition-article-listing-block-3] {
  background: #efefef;
  padding-bottom: 120px;
  padding-top: 50px;
}

/* line 3442, ../scss/custom.scss */
.page-node-type-article-nutrition .article-nutrition {
  padding: 0px;
}

/* line 3445, ../scss/custom.scss */
[id^=block-views-block-duplicate-of-bisley-block-2] > .form-group {
  width: 100%;
}

/* line 3448, ../scss/custom.scss */
[id^=block-views-block-duplicate-of-bisley-block-3] > .form-group {
  width: 100%;
}

/* line 3451, ../scss/custom.scss */
.single-article-nutrition {
  display: inline-block;
  width: 100%;
}
/* line 3455, ../scss/custom.scss */
.single-article-nutrition
.views-row
.views-field.views-field-field-image-nu.article-img-nutr {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* line 3462, ../scss/custom.scss */
.single-article-nutrition
.views-row
.views-field.views-field-field-image-nu.article-img-nutr
img {
  width: 100%;
  display: block;
  height: 512px;
  object-fit: cover;
}
/* line 3467, ../scss/custom.scss */
.single-article-nutrition .views-row .breadcrumb {
  background: none;
  padding: 30px 5px;
  width: 100%;
  margin: 0px auto;
}
/* line 3474, ../scss/custom.scss */
.single-article-nutrition .single_half_descp {
  position: relative;
  background: #fff;
  max-width: 1062px;
  margin: -80px auto 0px;
  padding: 10px 50px 30px;
  direction: rtl;
}
.single-article-nutrition .single_half_descp > * {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}
/* line 3481, ../scss/custom.scss */
.single-article-nutrition .single_half_descp .title {
  text-align: right;
  padding-right: 30px;
  font-size: 48px;
  font-family: "SimplerPro-Bold" !important;
  color: #262c35;
  position: relative;
  line-height: 1;
  margin-bottom: 32px;
  margin-top: 0px;
}
/* line 3490, ../scss/custom.scss */
.single-article-nutrition .single_half_descp .title::after {
  position: absolute;
  top: -6px;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: calc(100% + 12px);
}
/* line 3501, ../scss/custom.scss */
.single-article-nutrition .single_half_descp h6 p {
  font-size: 20px;
  color: #262c35;
  letter-spacing: -0.2px;
  width: 90%;
  padding-bottom: 20px;
  padding-top: 10px;
  line-height: 1.2;
}
/* line 3511, ../scss/custom.scss */
.single-article-nutrition .single_half_descp p {
  font-size: 18px;
  color: #494a4e;
  margin-bottom: 20px;
}
.single-article-nutrition .single_half_descp .short_description p {
  font-size: 24px;
  margin-bottom: 24px;
}
.single-article-nutrition .single_half_descp .author_time {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #494a4e;
  margin-bottom: 40px;
}
/* line 3521, ../scss/custom.scss */
.single-article-nutrition .single_half_descp blockquote {
  position: relative;
  padding: 0 20px;
  border-left: none;
  font-style: italic;
}
.single-article-nutrition .single_half_descp blockquote::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}

/* line 3534, ../scss/custom.scss */
.page-listing-dietitian {
  direction: rtl;
  padding: 70px 0px;
  display: table;
}
/* line 3538, ../scss/custom.scss */
.page-listing-dietitian .view-header {
  width: 100% !important;
}
/* line 3540, ../scss/custom.scss */
.page-listing-dietitian .view-header h1 {
  text-align: right;
  padding: 0px 30px;
  font-size: 48px;
  font-family: "SimplerPro-Bold" !important;
  color: #262c35;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin-bottom: 48px;
}
/* line 3548, ../scss/custom.scss */
.page-listing-dietitian .view-header h1::after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 48px;
  margin-top: -26px;
}
/* line 3558, ../scss/custom.scss */
.page-listing-dietitian .view-header p {
  font-size: 24px;
  line-height: 28px;
  color: #494a4e;
  max-width: 628px;
  letter-spacing: -0.2px;
}
/* line 3566, ../scss/custom.scss */
.page-listing-dietitian .view-content {
  width: 100% !important;
}
/* line 3568, ../scss/custom.scss */
.page-listing-dietitian .view-content .views-row {
  display: table;
  width: 1063px;
  padding: 75px 0px;
  border-top: 1px solid #cccdd1;
  margin: 0px auto;
}
/* line 3573, ../scss/custom.scss */
.page-listing-dietitian
.view-content
.views-row
.views-field.views-field-nothing {
  width: 72%;
  float: left;
  padding-right: 50px;
}
/* line 3578, ../scss/custom.scss */
.page-listing-dietitian
.view-content
.views-row
.views-field.views-field-nothing
.align_dietitian
h2 {
  margin: 0 0 20px;
  color: #262c35;
  font-size: 32px;
  font-family: "SimplerPro-Regular" !important;
}
/* line 3583, ../scss/custom.scss */
.page-listing-dietitian
.view-content
.views-row
.views-field.views-field-nothing
.align_dietitian
p {
  font-size: 18px;
  color: #494a4e;
  padding-bottom: 20px;
  max-width: 690px;
  margin: 0px;
}
.path-dietitian-team .dialog-off-canvas-main-canvas {
  background: #fff;
}
/* line 3588, ../scss/custom.scss */
.page-listing-dietitian
.view-content
.views-row
.views-field.views-field-nothing
.align_dietitian
p:last-child {
  padding: 0px !important;
}
/* line 3594, ../scss/custom.scss */
.page-listing-dietitian
.view-content
.views-row
.views-field.views-field-field-dietitian-image {
  width: 25%;
  float: right;
}
.page-listing-dietitian
.view-content
.views-row
.views-field.views-field-field-dietitian-image
img {
  max-width: 320px;
  width: 320px;
  height: 320px;
  border-radius: 4px;
}

/* line 3602, ../scss/custom.scss */
.dietician_box_lk p {
  font-size: 20px;
  font-family: "SimplerPro-Regular" !important;
  color: #262c35;
}

/* line 3607, ../scss/custom.scss */
.question_nestle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 100px 0px;
}
/* line 3611, ../scss/custom.scss */
.question_nestle .question_photo {
  display: flex;
  position: relative;
  width: 50%;
  align-self: center;
}
/* line 3615, ../scss/custom.scss */
.question_nestle .question_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
/* line 3621, ../scss/custom.scss */
.question_nestle .question_content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background: #ffc100;
  text-align: right;
  padding: 0px 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 3628, ../scss/custom.scss */
.question_nestle .question_content h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 32px 0px 24px auto;
  max-width: 470px;
}
/* line 3632, ../scss/custom.scss */
.question_nestle .question_content p {
  font-size: 24px;
  font-weight: 500;
  max-width: 470px;
  margin: 0px 0px 20px auto;
  line-height: 1.2;
  padding-bottom: 20px;
}
/* line 3638, ../scss/custom.scss */
.question_nestle .question_content .contact_question {
  display: table;
  width: 80%;
  padding-top: 0px;
  margin: 0 0 0 auto;
  padding-bottom: 60px;
}
.question_nestle .question_photo img {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 4px;
  object-fit: cover;
}
/* line 3642, ../scss/custom.scss */
.question_nestle .question_content .contact_question > div {
  position: relative;
}
/* line 3644, ../scss/custom.scss */
.question_nestle .question_content .contact_question > div::before {
  position: relative;
  display: table;
  margin: 0px auto;
  top: auto;
  right: auto;
  content: "";
  width: 100px;
  height: 100px;
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /*margin-right: -45px;*/
}
/* line 3658, ../scss/custom.scss */
.question_nestle .question_content .contact_question .col-md-4.env_qst::before {
  background-image: url("/themes/custom/osem/images/group-17.svg");
}
/* line 3663, ../scss/custom.scss */
.question_nestle
.question_content
.contact_question
.col-md-4.tell_qst::before {
  background-image: url("/themes/custom/osem/images/group-15.svg");
}
/* line 3668, ../scss/custom.scss */
.question_nestle
.question_content
.contact_question
.col-md-4.phone_qst::before {
  background-image: url("/themes/custom/osem/images/group-16.svg");
}
/* line 3672, ../scss/custom.scss */
.question_nestle .question_content .contact_question a {
  padding: 100px 0 7px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-size: 17px;
  color: #262c35;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 100px;
}
/* line 3682, ../scss/custom.scss */
.question_nestle .question_content .contact_question a:hover {
  color: #fff;
}

/* line 3690, ../scss/custom.scss */
.view-id-dieticians {
  display: table;
  width: 100%;
  padding: 80px 16px 170px;
  direction: rtl;
}
.page-listing-dietitian.view-id-dieticians {
  padding: 0 15px 150px;
}
/* line 3695, ../scss/custom.scss */
.view-id-dieticians .view-header {
  width: 30%;
  float: right;
  text-align: right;
}
/* line 3700, ../scss/custom.scss */
.view-id-dieticians .view-header .box_dieticians h2 {
  margin: 0 0 40px;
  font-size: 40px;
  color: #262c35;
  position: relative;
  padding-right: 30px;
  font-weight: 700;
  padding-bottom: 0px;
}
/* line 3707, ../scss/custom.scss */
.view-id-dieticians .view-header .box_dieticians h2::after {
  position: absolute;
  right: 0;
  height: 100%;
  background: #ffc100;
  content: "";
  width: 12px;
}
/* line 3716, ../scss/custom.scss */
.view-id-dieticians .view-header .box_dieticians p {
  margin: 0px 0 50px;
  font-size: 20px;
}
/* line 3720, ../scss/custom.scss */
.view-id-dieticians .view-header .box_dieticians a {
  background: #ffc100;
  color: #262c35;
  padding: 7px 32px;
  display: inline-block;
  font-size: 20px;
  border-radius: 50px;
}
/* line 3726, ../scss/custom.scss */
.view-id-dieticians .view-header .box_dieticians a:hover {
  background: #ffd040;
  color: #262c35;
}
/* line 3733, ../scss/custom.scss */
.view-id-dieticians .view-content {
  float: left;
  width: 70%;
  pointer-events: none;
}
/* line 3736, ../scss/custom.scss */
.view-id-dieticians .view-content .views-field.views-field-field-t {
  text-align: right;
  padding-top: 20px;
  font-size: 20px;
}
/* line 3742, ../scss/custom.scss */
.view-id-dieticians .view-content .col-md-3 .views-field.views-field-title {
  padding-top: 15px;
}

/* line 3749, ../scss/custom.scss */
.hidden_value_video iframe {
  width: 100%;
  height: 460px;
  border-radius: 4px;
  border: none;
}

/* line 3754, ../scss/custom.scss */
.video-part-nutr.view.view-nutrition-page {
  padding: 210px 0 50px;
  display: inline-block;
  width: 100%;
}

/* line 3760, ../scss/custom.scss */
.video-part-nutr .view-content {
  width: 32%;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  border-radius: 4px;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
}
/* line 3767, ../scss/custom.scss */
.video-part-nutr .view-content .hidden_value_video {
  display: none;
}
/* line 3770, ../scss/custom.scss */
.video-part-nutr .view-content .hidden_text_video {
  display: none;
}
/* line 3773, ../scss/custom.scss */
/*.video-part-nutr .view-content::after {
  position: absolute;
  top: 24px;
  right: 20px;
  content: "סרטונים נוספים";
  font-size: 20px;
  overflow: visible;
  z-index: 2;
}*/
/* line 3782, ../scss/custom.scss */
.video-part-nutr .view-content > div {
  text-align: right;
  padding-right: 20px;
}
/* line 3786, ../scss/custom.scss */
.video-part-nutr .view-content::-webkit-scrollbar {
  width: 5px;
}
/* line 3789, ../scss/custom.scss */
.video-part-nutr .view-content::-webkit-scrollbar-thumb {
  background: #262c35;
  width: 7px;
  border-radius: 10px;
}
/* line 3794, ../scss/custom.scss */
.video-part-nutr .view-footer {
  float: right;
  width: 65%;
}
/* line 3798, ../scss/custom.scss */
.video-part-nutr .view-footer .hidden_value_video video {
  width: 100%;
}
/* line 3802, ../scss/custom.scss */
.video-part-nutr .view-footer .title_vide {
  text-align: right;
}
/* line 3804, ../scss/custom.scss */
.video-part-nutr .view-footer .title_vide h2 {
  margin: 5px 0 5px;
  font-size: 20px;
  color: #262c35;
  font-family: "SimplerPro-Regular" !important;
}
.video-part-nutr .view-footer .title_vide p {
  font-size: 18px;
  color: #494a4e;
}

/* line 3811, ../scss/custom.scss */
.little_column {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.little_column::after {
  position: absolute;
  right: 70px;
  width: 40px;
  height: 30px;
  background-image: url("/themes/custom/osem/images/play.svg");
  content: "";
  background-size: cover;
  background-position: center center;
  top: 45px;
  cursor: pointer;
}
.little_column:hover::after {
  background-color: #ffd040;
}
.hidden_value_video {
  position: relative;
}
/* line 3815, ../scss/custom.scss */
.little_column h3 {
  float: left;
  width: 47%;
  text-align: right;
  padding-right: 0;
  margin: 2px 0 0;
  font-size: 18px;
  font-family: "SimplerPro-Regular" !important;
  cursor: pointer;
  font-weight: normal;
}
/* line 3822, ../scss/custom.scss */
.little_column img {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  width: 180px;
  height: 110px;
  object-fit: cover;
}

/* line 3827, ../scss/custom.scss */
.career-lobby img {
  width: 100%;
  display: block;
  height: auto;
}

/* line 3833, ../scss/custom.scss */
.career-lobby-title {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  max-width: 520px;
  padding: 50px 50px 30px;
  text-align: right;
  margin: 0 0 0 auto;
}
.career-lobby-title .views-field.views-field-field-description p {
  font-size: 24px;
  color: #262c35;
  margin: 0 0 20px;
}
/* line 3838, ../scss/custom.scss */
.career-lobby-title .views-field.views-field-title {
  font-size: 48px;
  font-weight: 700;
  color: #262c35;
}
/* line 3842, ../scss/custom.scss */
.career-lobby-title .views-field.views-field-body {
  font-size: 20px;
  width: 50%;
  margin: 10px auto;
}
/* line 3848, ../scss/custom.scss */
.career-lobby-title .views-field.views-field-field-button a {
  font-size: 28px;
  background: #ffc100;
  color: #262c35;
  padding: 8px 50px;
  border-radius: 50px;
  margin: 38px 0px 60px;
  display: inline-block;
}
.career-lobby-title .views-field.views-field-field-button a:hover {
  background: #ffd040;
}

/* line 3859, ../scss/custom.scss */
.career-lobby-brand {
  padding-bottom: 100px;
  text-align: center;
}
/* line 3861, ../scss/custom.scss */
.career-lobby-brand .view-header h2 {
  font-size: 40px;
  font-family: SimplerPro-Bold !important;
  font-weight: 600;
  padding-bottom: 40px;
}
/* line 3866, ../scss/custom.scss */
.career-lobby-brand .view-content .views-row {
  float: left;
  position: relative;
  width: 20%;
}
/* line 3869, ../scss/custom.scss */
.career-lobby-brand .view-content .views-row img {
  width: auto;
  margin: 0px auto;
  border-radius: 50%;
}

/* line 3875, ../scss/custom.scss */
.career-lobby-nestle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  padding: 80px 0px;
}
/* line 3881, ../scss/custom.scss */
.career-lobby-nestle .view-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
}
.career-lobby-nestle .view-header {
  width: 100%;
}
/* line 3885, ../scss/custom.scss */
.career-lobby-nestle .view-header p {
  font-size: 20px;
  width: 60%;
  margin: 0px auto;
}
/* line 3891, ../scss/custom.scss */
.career-lobby-nestle .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 0px 0px;
}
/* line 3895, ../scss/custom.scss */
.career-lobby-nestle .view-content .views-row {
  float: left;
  text-align: center;
  width: 20%;
}
/* line 3899, ../scss/custom.scss */
.career-lobby-nestle
.view-content
.views-row
.views-field.views-field-field-barn-neste-title {
  padding-top: 32px;
  font-size: 20px;
}
/* line 3904, ../scss/custom.scss */
.career-lobby-nestle
.view-content
.views-row
.views-field.views-field-field-why-the-barn-nestle-
img {
  margin: 0px auto;
}

/* line 3911, ../scss/custom.scss */
[id^=block-views-block-career-lobby-block-3] {
  background: #fff;
  width: 100%;
  margin: 50px 0px 89px;
}
/* line 3915, ../scss/custom.scss */
[id^=block-views-block-career-lobby-block-3] .form-group {
  width: 1280px;
  margin: 0px auto;
}

/* line 3920, ../scss/custom.scss */
[id^=block-views-block-career-lobby-block-4] {
  background: #f8f8f8;
  width: 100%;
  padding: 30px 0px;
}
/* line 3924, ../scss/custom.scss */
[id^=block-views-block-career-lobby-block-4] .form-group {
  width: 1280px;
  margin: 0px auto;
}

/* line 3929, ../scss/custom.scss */
[id^=block-views-block-career-lobby-block-5] {
  width: 100%;
  background: #fff;
}
/* line 3932, ../scss/custom.scss */
[id^=block-views-block-career-lobby-block-5] .form-group {
  width: 1280px;
  margin: 0px auto;
}

/* line 3937, ../scss/custom.scss */
[id^=block-views-block-nutrition-page-block-2] {
  background: #fff;
  width: 100%;
}
/* line 3940, ../scss/custom.scss */
[id^=block-views-block-nutrition-page-block-2] .form-group {
  width: 1280px;
  margin: 0px auto;
}

/* line 3945, ../scss/custom.scss */
.career-lobby-employees {
  text-align: center;
  width: 100%;
}
/* line 3948, ../scss/custom.scss */
.career-lobby-employees .view-header {
  display: table;
  max-width: 626px;
  padding-bottom: 50px;
  margin: 0px auto;
}
/* line 3952, ../scss/custom.scss */
.career-lobby-employees .view-header h2 {
  font-weight: 700;
  font-size: 40px;
}
/* line 3955, ../scss/custom.scss */
.career-lobby-employees .view-header p {
  font-size: 20px;
}
/* line 3960, ../scss/custom.scss */
.career-lobby-employees .views-field.views-field-field-empl img {
  margin: 0px auto;
  border-radius: 50%;
}
/* line 3965, ../scss/custom.scss */
.career-lobby-employees .views-field.views-field-field-em {
  font-size: 26px;
  margin: 15px 0px;
}
/* line 3969, ../scss/custom.scss */
.career-lobby-employees .views-field.views-field-field-employees-numbers {
  width: 80%;
  margin: 0px auto;
  text-align: right;
}
/* line 3973, ../scss/custom.scss */
.career-lobby-employees .views-field.views-field-field-employees-numbers p {
  text-align: right;
}
/* line 3977, ../scss/custom.scss */
.career-lobby-employees .slick-slide {
  margin: 0px 15px;
  background: #fff;
  border-bottom-left-radius: 50px;
}
/* line 3981, ../scss/custom.scss */
.career-lobby-employees .slick-slide .views-row {
  position: relative;
  padding: 100px 0px 20px;
}
/* line 3984, ../scss/custom.scss */
.career-lobby-employees .slick-slide .views-row::after {
  position: absolute;
  top: 30px;
  left: 50%;
  content: "";
  background: url("/sites/site.stag2.osem.co.il/files/2020-05/invalid-name.png");
  width: 44px;
  height: 44px;
  margin-left: -22px;
}

/* line 3997, ../scss/custom.scss */
.career-lobby-career {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 104px 0px;
}
/* line 4001, ../scss/custom.scss */
.career-lobby-career .view-content {
  display: block;
  width: 100%;
}
/* line 4004, ../scss/custom.scss */
.career-lobby-career .view-content .views-row {
  display: block;
  width: 100%;
  position: relative;
}
.career-lobby-career .views-row:nth-child(2)::before {
  position: relative;
  top: 0;
  left: 0;
  width: 71%;
  height: 200px;
  background-image: url("/themes/custom/osem/images/career-border.png");
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  margin: -10px auto;
}
.career-lobby-career .views-row:nth-child(2)::after {
  position: relative;
  top: 0;
  left: 0;
  width: 71%;
  height: 200px;
  background-image: url("/themes/custom/osem/images/career-border.png");
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  margin: -10px auto;
  transform: scaleX(-1);
}
/* line 4009, ../scss/custom.scss */
/* line 4012, ../scss/custom.scss */
.career-lobby-career
.view-content
.views-row:nth-child(2n + 2)
.service_descp_rw {
  padding-right: 100px !important;
  padding-left: 0px !important;
}
/* line 4018, ../scss/custom.scss */
.career-lobby-career .view-content .views-row .services_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  direction: ltr;
}
/* line 4021, ../scss/custom.scss */
.career-lobby-career .view-content .views-row .services_row .service_img_rw {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.career-lobby-career .view-content .views-row:nth-child(2n + 2) .services_row {
  direction: rtl;
}
/* line 4024, ../scss/custom.scss */
.career-lobby-career
.view-content
.views-row
.services_row
.service_img_rw
img {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
/* line 4029, ../scss/custom.scss */
.career-lobby-career .view-content .views-row .services_row .service_descp_rw {
  width: 69%;
  display: inline-block;
  text-align: right;
  padding-left: 100px;
  vertical-align: middle;
}
/* line 4034, ../scss/custom.scss */
.career-lobby-career
.view-content
.views-row
.services_row
.service_descp_rw
h2 {
  margin: 0 0 20px;
  font-size: 40px;
  color: #262c35;
  font-weight: 700;
}
.career-lobby-career
.view-content
.views-row
.services_row
.service_descp_rw
p {
  font-size: 20px;
  margin: 0 0 15px auto;
  max-width: 628px;
  color: #5d6167;
}
.career-lobby-career .view-footer {
  text-align: center;
  padding-top: 30px;
  display: block;
  width: 100%;
}
/* line 4049, ../scss/custom.scss */
.career-lobby-career .view-footer a {
  display: inline-block;
  background: #ffc100;
  font-size: 28px;
  color: #262c35;
  padding: 8px 50px;
  border-radius: 30px;
}
.career-lobby-career .view-footer a:hover {
  background: #ffd040;
}
.career-lobby-career .view-footer a:last-child {
  display: block;
  max-width: 370px;
  margin: 30px auto 0;
}
[id^=block-views-block-career-lobby-block-6].backg_career_org {
  display: none;
}
/* line 4059, ../scss/custom.scss */
.backg_career_org .views-field.views-field-field-image {
  display: none;
}

/* line 4062, ../scss/custom.scss */
.program-career {
  text-align: right;
  direction: rtl;
  padding: 0px 0px 0px;
}
.video-embed-field-provider-youtube.video-embed-field-responsive-video::after {
  padding-bottom: 39.25% !important;
}
.program-career .views-field.views-field-field-video-career-program {
  padding-bottom: 0;
  position: relative;
}
/* line 4069, ../scss/custom.scss */
.program-career
.video-embed-field-provider-youtube.video-embed-field-responsive-video.form-group
iframe {
  border-radius: 4px 4px 4px 72px;
}
/* line 4072, ../scss/custom.scss */
.program-career .views-field.views-field-title {
  width: 60%;
  margin: 0px auto;
}
/* line 4075, ../scss/custom.scss */
.program-career .views-field.views-field-title h1 {
  font-size: 48px;
  margin: 60px auto;
  color: #262c35;
  position: relative;
  padding-right: 30px;
}
.program-career .views-field.views-field-title h1::after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 148px;
  background: #ffc100;
  width: 12px;
  z-index: 2;
  content: "";
  margin-top: -74px;
}
/* line 4093, ../scss/custom.scss */
.program-career .views-field.views-field-body {
  display: table;
  width: 60%;
  margin: 0px auto;
}
/* line 4097, ../scss/custom.scss */
.program-career .views-field.views-field-body p {
  margin: 0 0 32px;
  font-size: 18px;
}
.program-career .views-field.views-field-body ul li p {
  margin-bottom: 10px;
  text-align: right !important;
}
/* line 4101, ../scss/custom.scss */
.program-career .views-field.views-field-body ul {
  padding: 0px;
  margin: 12px 0 8px;
}
/* line 4104, ../scss/custom.scss */
.program-career .views-field.views-field-body ul li {
  margin: 0 0 10px;
  list-style: none;
  font-size: 18px;
  position: relative;
  padding-right: 20px;
}
.program-career .views-field.views-field-body ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background: #262c35;
  border-radius: 2px;
  margin-top: -4px;
}
/* line 4122, ../scss/custom.scss */
.program-career .views-field.views-field-body a {
  background: #ffc100;
  font-size: 18px;
  display: inline-block;
  padding: 6px 20px;
  margin: 16px 0px 35px;
  border-radius: 50px;
  color: #262c35;
  text-decoration: none;
}
.program-career .views-field.views-field-body a:hover {
  background: #ffd040;
}
.page-node-type-career-program [id^=block-blocksimpleicon] {
  padding-bottom: 150px;
}
.page-404 {
  padding: 150px 0px 138px;
  text-align: center;
}
/* line 4136, ../scss/custom.scss */
.page-404 .views-field.views-field-body {
  font-size: 30px;
  color: #262c35;
  margin: 40px 0px 20px;
}
.page-404 .views-field.views-field-body p {
  margin: 0;
}
.page-404 .views-field.views-field-body a {
  display: inline-block;
  font-size: 20px;
  background: #ffc100;
  margin-top: 72px;
  border-radius: 30px;
  padding: 7px 55px;
  color: #262c35 !important;
  letter-spacing: -0.4px;
  text-decoration: none;
  height: 40px;
}
.page-404 .views-field.views-field-body a:hover {
  background: #ffd040 !important;
}
/* line 4154, ../scss/custom.scss */
.page-404 .views-field.views-field-title {
  /*font-size: 120px; */
  font-size: 0px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #494a4e !important;
  letter-spacing: 12px;
}
/* line 4162, ../scss/custom.scss */
.page-404 .views-field.views-field-title:after {
  position: absolute;
  top: -50px;
  left: 50%;
  background: url(/themes/custom/osem/images/404-star.svg);
  width: 485px;
  height: 202px;
  content: "";
  z-index: 2;
  background-size: 100% 100%;
  margin-left: -240px;
}
/* line 4174, ../scss/custom.scss */
.page-404 .views-field.views-field-title span {
  background: url("/themes/custom/osem/images/404.svg");
  background-size: 100% 100%;
  width: 350px;
  height: 149px;
  display: table;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 4186, ../scss/custom.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 4199, ../scss/custom.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 4206, ../scss/custom.scss */
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 4214, ../scss/custom.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 4220, ../scss/custom.scss */
.slick-list:focus {
  outline: auto;
}

/* line 4224, ../scss/custom.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 4228, ../scss/custom.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 4235, ../scss/custom.scss */
.slick-track:before {
  display: table;
  content: "";
}
/* line 4239, ../scss/custom.scss */
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

/* line 4246, ../scss/custom.scss */
.slick-loading .slick-track {
  visibility: hidden;
}
/* line 4249, ../scss/custom.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 4252, ../scss/custom.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* line 4256, ../scss/custom.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
/* line 4261, ../scss/custom.scss */
.slick-slide img {
  display: block;
}

/* line 4266, ../scss/custom.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 4269, ../scss/custom.scss */
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
/* line 4272, ../scss/custom.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}
/* line 4276, ../scss/custom.scss */
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
/* line 4279, ../scss/custom.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* line 4285, ../scss/custom.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 4290, ../scss/custom.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 4295, ../scss/custom.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 4300, ../scss/custom.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 4306, ../scss/custom.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 4309, ../scss/custom.scss */
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
  left: -25px;
}
/* line 4327, ../scss/custom.scss */
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 4331, ../scss/custom.scss */
.slick-prev:hover:before {
  opacity: 1;
}
/* line 4335, ../scss/custom.scss */
.slick-prev:focus {
  color: transparent;
  outline: auto;
  background: transparent;
}
/* line 4339, ../scss/custom.scss */
.slick-prev:focus:before {
  opacity: 1;
}
/* line 4343, ../scss/custom.scss */
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "←";
}

/* line 4354, ../scss/custom.scss */
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
  right: -25px;
}
/* line 4372, ../scss/custom.scss */
.slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 4376, ../scss/custom.scss */
.slick-next:hover:before {
  opacity: 1;
}
/* line 4380, ../scss/custom.scss */
.slick-next:focus {
  color: transparent;
  outline: auto;
  background: transparent;
}
/* line 4384, ../scss/custom.scss */
.slick-next:focus:before {
  opacity: 1;
}
/* line 4388, ../scss/custom.scss */
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "→";
}

/* line 4400, ../scss/custom.scss */
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

/* line 4405, ../scss/custom.scss */
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/*New changes*/
/* line 4415, ../scss/custom.scss */
.page-node-type-about-profile #navbar {
  box-shadow: 0px 1px 2px -1px #5a8ab9;
}
/* line 4417, ../scss/custom.scss */
.page-node-type-about-profile #navbar .logo.navbar-btn.pull-left::after {
  box-shadow: 0px 1px 2px -1px #5a8ab9;
}
/* line 4420, ../scss/custom.scss */
.page-node-type-about-profile
#navbar
[id^=block-views-block-view-about-profile-block-1]
.views-field.views-field-title {
  width: 53%;
}
/* line 4423, ../scss/custom.scss */
.page-node-type-about-profile
#navbar
[id^=block-views-block-view-about-profile-block-2]
.inline-status-block.views-row {
  background: none;
}
/* line 4426, ../scss/custom.scss */
.page-node-type-about-profile #navbar .inline-status-block::before {
  background: none;
}

/* line 4431, ../scss/custom.scss */
.page-node-type-career-open-positions .jobs-career {
  text-align: right;
  display: table;
}
/* line 4434, ../scss/custom.scss */
.page-node-type-career-open-positions .jobs-career h1 {
  padding-right: 30px;
  position: relative;
  margin: 50px 0px;
  font-size: 48px;
}

.page-node-type-career-open-positions .jobs-career h1::after {
  position: absolute;
  content: "";
  background: #ffc100;
  bottom: 50%;
  right: 0;
  width: 12px;
  height: 74px;
  margin-bottom: -36px;
}

.page-node-type-career-open-positions [id^=block-views-block-career-open-positions-block-2] .view-career-open-positions {
  width: 100%;
  padding: 40px 0 140px;
  text-align: center;
}

/*.page-node-type-career-open-positions [id^=block-views-block-career-open-positions-block-2] .view-career-open-positions .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 110px;
}*/

.page-node-type-career-open-positions [id^=block-views-block-career-open-positions-block-2] .view-career-open-positions .view-content .views-row a {
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 18px;
  color: #262c35;
  position: relative;
  line-height: 20px;
  margin-top: 15px;
}
.page-node-type-career-open-positions [id^=block-views-block-career-open-positions-block-2] .view-career-open-positions .view-content .views-row {
  width: 100%;
}


.page-node-type-career-open-positions
.jobs-career
.views-field.views-field-body
p {
  font-size: 20px;
  width: 60%;
  float: right;
  margin: 0px 0px 60px;
}
.jobs-career .views-field.views-field-field-image {
  display: table;
  width: 100%;
}
.jobs-career .views-field.views-field-field-image img {
  max-height: 504px;
  object-fit: cover;
  object-position: center;
}
/* line 4458, ../scss/custom.scss */
#toTop {
  height: 40px;
  width: 40px;
  background: #ffc100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: none;
}
/* line 4467, ../scss/custom.scss */
#toTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #505050;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
  margin-left: -20px;
}
/* line 4485, ../scss/custom.scss */
#toTop:hover {
  background: #ffd040 !important;
}
#navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 33;
  border-radius: 0 !important;
}
/* line 4495, ../scss/custom.scss */
/* line 4498, ../scss/custom.scss */
#navbar.sticky-mn .logo.navbar-btn.pull-left::after {
  width: 250px;
  height: 120px;
}
/* line 4503, ../scss/custom.scss */
#navbar.sticky-mn .we-mega-menu-ul.nav.nav-tabs > li > a::after {
  bottom: -30px !important;
}

/* line 4507, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1] {
  position: fixed;
  left: -100%;
  height: 100%;
  top: 0;
  direction: rtl;
  background: #f6f6f6;
  box-shadow: -2px 10px 14px -4px rgba(0, 0, 0, 0.75);
  width: 70%;
  z-index: 80;
}
[id^=block-exposedformbrand-catalogpage-1].item_open {
  display: block !important;
}
/* line 4516, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1] .block-title {
  display: none;
}
/* line 4519, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1] .panel-heading {
  display: none;
}
/* line 4522, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1] #views-exposed-form-brand-catalog-page-1 {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 4526, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.form--inline.form-inline.clearfix {
  padding: 50px 5% 50px;
}
/* line 4530, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.form--inline.form-inline.clearfix
.form-item {
  display: block !important;
  width: 100%;
  background: none !important;
  border: none;
  margin-bottom: 10px !important;
  box-shadow: none;
}
/* line 4537, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.form--inline.form-inline.clearfix
.form-item
.control-label.option {
  font-size: 20px;
  color: #494a4e;
}
/* line 4540, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.form--inline.form-inline.clearfix
.form-item
.control-label.option
input {
  margin-left: 10px !important;
  position: relative;
}
/* line 4545, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.form--inline.form-inline.clearfix
#edit-actions {
  border-top: 1px solid #494a4e;
  width: 100%;
  margin-top: 30px;
  padding-top: 60px;
}
/* line 4550, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.form--inline.form-inline.clearfix
#edit-actions
#edit-submit-brand-catalog {
  background: none;
  border: 1px solid #494a4e;
  border-radius: 50px;
  font-size: 18px;
  padding: 5px 30px !important;
  color: #494a4e;
}
/* line 4560, ../scss/custom.scss */
[id^=block-exposedformbrand-catalogpage-1]
#views-exposed-form-brand-catalog-page-1
.fade {
  opacity: 1;
  display: block !important;
}

/* line 4566, ../scss/custom.scss */
.filter_btn {
  text-align: left;
}
/* line 4568, ../scss/custom.scss */
.filter_btn a {
  border: 1px solid #494a4e;
  color: #262c35;
  padding: 5px 30px;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
}
/* line 4575, ../scss/custom.scss */
.filter_btn a:hover {
  background: #FFD040;
  color: #fff; }
.page-node-type-bysly_page .filter_btn a {
  color: #262c35;
  background-color: transparent;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  text-decoration: underline;
  line-height: 40px;
  position: relative;
  border: none;
}
.page-node-type-bysly_page .filter_btn a:hover {
  background: none;
  color: #262c35;
}
.page-node-type-bysly_page .filter_btn a::after {
  position: absolute;
  bottom: -13px;
  left: -15px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  content: '';
  transition: all 0.4s ease-in-out;
  background-size: 100% 100%;
}
.page-node-type-bysly_page .filter_btn a:hover::after {
  left: -25px;
}
.page-node-type-bysly_page .catalog-limit .view-header {
  position: relative;
}
.page-node-type-bysly_page .catalog-limit .view-header .views-field-field-brand-name {
  position: absolute;
  left: 20px;
  top: -48px;
}

/* line 4584, ../scss/custom.scss */
.overlay_coupons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 23333;
}

/* line 4594, ../scss/custom.scss */
.coupon-page-title {
  margin: 0 0 150px;
  position: relative;
  display: table;
  width: 100%;
}

/* line 4600, ../scss/custom.scss */
.coupon-page {
  width: 100%;
  position: relative;
}
.coupon-page .view-content .slick-slide {
  margin: 0 12px;
}
.coupon-page .view-content .slick-list {
  margin: 0 -12px;
}
/* line 4604, ../scss/custom.scss */
.coupon-page .view-header,
.coupon-section-page .view-header {
  padding-bottom: 12px;
}
.coupon-page .view-header h2,
.coupon-section-page .view-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #262c35;
  position: relative;
  padding-right: 20px;
}
.coupon-page .view-header h2::after,
.coupon-section-page .view-header h2::after {
  position: absolute;
  right: 0;
  height: 48px;
  width: 12px;
  background: #ffc100;
  content: "";
  margin-top: -24px;
  top: 50%;
}
.views-field.views-field-field-image-promotions-show img {
  margin: 0 auto;
  width: 100%;
}
.coupon-page .coupon-sort.views-row,
.coupon-section-page .views-row {
  width: 32%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  float: left;
  padding: 0;
  direction: rtl;
  position: relative;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
}
.coupon-section-page .views-row::after {
  position: absolute;
  bottom: 0;
  content: "";
  right: 0;
  background: #ffc100;
  width: 0;
  height: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.coupon-section-page .views-row:hover::after {
  width: 100%;
}
.coupon-page .coupon-sort.views-row:nth-child(3n + 2),
.coupon-section-page .views-row:nth-child(3n + 2) {
  margin: 0px 2%;
}

.coupon-page .coupon-sort.views-row:hover::after {
  width: 100%;
}

.views-field.views-field-field-image-promotions-show {
  width: 100%;
  padding: 0 17%;
  position: fixed;
  opacity: 0;
  top: 50%;
  z-index: -1;
  margin: auto;
  left: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.views-field.views-field-field-image-promotions-show .field-content {
  position: relative;
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 41%;
  background-color: white;
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon {
  width: 41px;
  height: 40px;
  background-repeat: no-repeat;
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon.mail {
  transition-delay: 10ms;
  background-image: url(/themes/custom/osem/images/mail-icon.svg);
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon.print {
  transition-delay: 10ms;
  background-image: url(/themes/custom/osem/images/print-icon.svg);
  cursor: pointer;
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon.download {
  transition-delay: 10ms;
  background-image: url(/themes/custom/osem/images/download-icon.svg);
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon.mail:hover {
  background-image: url(/themes/custom/osem/images/mail-icon-hover.svg);
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon.print:hover {
  background-image: url(/themes/custom/osem/images/print-icon-hover.svg);
}
.views-field.views-field-field-image-promotions-show
.field-content
.share-buttons
.icon.download:hover {
  background-image: url(/themes/custom/osem/images/download-icon-hover.svg);
}
/* line 4653, ../scss/custom.scss */
.views-field.views-field-field-image-promotions-show .field-content .button_x {
  position: absolute;
  right: 0;
  top: -54px;
  background: #ffc100;
  width: 54px;
  height: 54px;
  color: #262c35;
  text-align: center;
  font-size: 50px;
  line-height: 44px;
  box-sizing: border-box;
  cursor: pointer;
}
.views-field.views-field-field-image-promotions-show
.field-content
.button_x
img {
  width: 28px;
  height: 28px;
  margin: 14px;
}
.coupon-page .coupon-sort.views-row .views-field.views-field-field-button a {
  color: #262c35;
  position: relative;
  display: inline-block;
  font-size: 20px;
  border: 1px solid #494a4e;
  padding: 6px 40px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: -0.4px;
}
.coupon-page
.coupon-sort.views-row
.views-field.views-field-field-button
a:hover {
  background: #262c35;
  color: #fff;
}

/********* Pure Css ***********/
.views-element-container.form-group {
  width: 1280px;
  margin: 0px auto;
}
.shared-lobby-page {
  padding-bottom: 100px;
}
.js-pager__items.pager {
  padding: 0px !important;
}
.similar_box_cont.container-fluid {
  position: relative;
}
.cstm_breadcrumbs {
  display: table;
  width: 100%;
  padding: 24px 0px 20px;
}
.cstm_breadcrumbs li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 18px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.cstm_breadcrumbs li.active {
  color: rgba(0, 0, 0, 0.6);
}
.cstm_breadcrumbs li:nth-child(n + 2)::after {
  position: absolute;
  content: "/";
  right: -15px;
}
.page-node-type-article-nutrition .footer.container-fluid {
  background: #fff;
  padding: 0px;
}
.page-node-type-article-nutrition .subfooter.container-fluid {
  background: #fff;
  padding: 0px;
}
.jon_position_osem .container {
  max-width: 1063px;
  padding: 50px 0px 0px;
  position: relative;
}
.jon_position_osem {
  display: table;
  width: 100%;
  direction: rtl;
  margin-top: 0px;
  margin-bottom: 0;
}
.job_details_sort {
  padding: 24px 0 120px;
}
.column_job > div:nth-child(n + 2) {
  text-align: center;
}
.column_job > div.jobs_title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
}
.column_job > div {
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
}
.column_job {
  display: table;
  width: 100%;
  direction: rtl;
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 10px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}
.column_job::after {
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 4px;
  background: #ffc100;
  content: "";
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.column_job:hover::after {
  width: 100%;
}
.column_job .jobs_number {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #494a4e;
}
.column_job .location_job a {
  font-size: 18px;
  color: #494a4e;
  position: relative;
  padding-right: 25px;
}
.column_job .location_job a:hover {
  color: #ffd040;
}
.column_job .location_job a::after {
  position: absolute;
  top: -3px;
  right: -3px;
  content: "";
  background-image: url("/themes/custom/osem/images/pin.svg");
  width: 20px;
  height: 20px;
}
.column_job .jobs_title > * {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
  font-family: "SimplerPro-Regular" !important;
}
.column_job .location_job {
  text-align: right !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-buttons-container {
  display: flex;
  width: 100%;
}
.search_button_jobs {
  display: table;
  width: 40%;
}
/*.search_button_jobs:first-child {
  width: 32% !important;
}*/
.search_button_jobs a {
  display: inline-block;
  border: 1px solid;
  font-size: 24px;
  color: #262c35;
  padding: 16px 20px 16px 70px;
  border-radius: 4px;
  position: relative;
  line-height: 30px;
}
.search_button_jobs a:hover {
  background: #f7f7f6;
}
.search_button_jobs a:hover::after {
  width: 40px;
}
.search_button_jobs a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "-->";
  letter-spacing: -8px;
  width: 50px;
  text-align: right;
  height: 30px;
  margin-top: -15px;
  transition: all 0.4s ease-in-out;
}
.count_title_osem {
  font-size: 18px;
  color: #494a4e;
  padding-top: 40px;
}
.count_title_osem span {
  padding: 0px 4px;
}
.hidden_count {
  display: none;
}
.backg_career_org {
  padding: 260px 0px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[id^=block-views-block-career-lobby-block-1] .career-lobby-title {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: none;
}
.career-worker .field.field--name-field-banner img {
  width: 100%;
  display: block;
  max-height: 595px;
  object-fit: cover;
}
.page-node-type-career-worker .field.field--name-field-banner {
  margin-bottom: -100px;
}
.single-worker {
  max-width: 1091px;
  margin: 0px auto 0px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
  direction: rtl;
}
.single-worker .view-content {
  padding: 0px 100px 50px;
}
.single-worker .views-field.views-field-title h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 74px;
  color: #262c35;
  position: relative;
  padding-right: 30px;
  margin: 40px 0px;
}
.single-worker .views-field.views-field-title h1::after {
  position: absolute;
  right: 0;
  height: 100%;
  width: 12px;
  content: "";
  background: #ffc100;
}
.single-worker .views-field.views-field-field-positions {
  font-size: 24px;
  color: #000;
  letter-spacing: -0.2px;
  padding: 0px 0px 30px;
}
.single-worker .views-field.views-field-field-image-employees img {
  display: block;
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 4px;
}
.single-worker .views-field.views-field-field-image-employees {
  padding-bottom: 40px;
}
.single-worker .views-field.views-field-body p {
  color: #494a4e;
  font-size: 18px;
  margin-bottom: 32px;
  max-width: 736px;
}
.single-worker .views-field.views-field-body p strong {
  color: #494a4e;
  font-size: 24px;
  margin-bottom: 32px;
  max-width: 494px;
  font-weight: normal;
}
.single-worker .views-field.views-field-body p:nth-child(odd) {
  margin-bottom: 8px;
}
.single-worker .view-footer {
  text-align: center;
  padding-top: 60px;
  background: #f8f8f8;
}
.single-worker .view-footer a {
  font-size: 20px;
  color: #262c35;
  background: #ffc100;
  padding: 0px;
  border-radius: 20px;
  display: inline-block;
  max-width: 180px;
  width: 180px;
  height: 40px;
  line-height: 40px;
}
.single-worker .view-footer a:hover {
  background: #ffd040;
}
.job-offer img {
  width: 100vw;
  display: block;
  height: 512px;
  object-fit: cover;
}
.page-node-type-career-worker [id^=block-blocksimpleicon] {
  padding-bottom: 150px;
}

#edit-field-shared-type-target-id--wrapper {
  display: block;
  white-space: nowrap;
  overflow: auto;
}

/*breadcrumb Style*/
.single-worker .breadcrumb {
  padding: 0px;
}
.single-worker .breadcrumb > li + li::before {
  color: #000 !important;
}
.page-node-type-career-worker .region.region-content > .breadcrumb {
  display: none;
}
.page-node-type-career-open-positions .breadcrumb {
  padding-bottom: 0px;
}
/*Career Testimonials Worker*/
.career-testimonials-worker .view-header {
  text-align: center;
  max-width: 626px;
  margin: 0px auto 40px;
  display: block;
}
.career-testimonials-worker .view-header h2 {
  font-size: 40px;
  color: #262c35;
  font-weight: 700;
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.career-testimonials-worker .view-header p {
  font-size: 20px;
  width: 100%;
  display: inline-block;
}
.career-testimonials-worker img {
  margin: 25px auto;
  border-radius: 50%;
}
.career-testimonials-worker {
  text-align: center;
  margin-bottom: 30px;
}
.career-testimonials-worker .slick-track {
  padding-bottom: 100px;
}
.career-testimonials-worker .views-field.views-field-field-image-employees {
  position: relative;
}
.career-testimonials-worker
.views-field.views-field-field-image-employees::before {
  position: absolute;
  top: -65px;
  left: 50%;
  content: "";
  background-image: url("/themes/custom/osem/images/testimonials.svg");
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
  margin-left: -22px;
  display: table;
}
.career-testimonials-worker .views-field.views-field-title h3 {
  font-size: 32px;
  color: #262c35;
  margin: 0 0 10px;
  font-weight: 500;
  font-family: "SimplerPro-Regular" !important;
}
.career-testimonials-worker .views-field.views-field-field-quote p {
  font-size: 20px;
  text-align: right;
  color: #5d6167;
}
.career-testimonials-worker .views-field.views-field-field-positions {
  font-size: 20px;
  color: #262c35;
  margin: 0px 0 15px;
}
.career-testimonials-worker .views-field.views-field-body p {
  color: #262c35;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  opacity: 0.75;
}
.career-testimonials-worker .testi-link-path {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.career-testimonials-worker .testi-link-path a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0px;
}
.career-testimonials-worker .testi-link-path a:focus {
  outline: auto;
}
.career-testimonials-worker .testimonials-emply.views-row {
  position: relative;
  padding: 40px 0px 0px;
}
.career-testimonials-worker .slick-slide {
  min-height: 580px;
  margin: 0px 15px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 20px;
  background: #fff;
  border-bottom-left-radius: 50px;
}
.career-testimonials-worker ul.slick-dots {
  display: block !important;
  bottom: 40px;
}
.career-testimonials-worker .slick-dots button {
  background: #808080 !important;
  border-radius: 50px !important;
  width: 12px !important;
  height: 12px !important;
}
.career-testimonials-worker .slick-dots .slick-active button {
  background: #262c35 !important;
}
.career-testimonials-worker .slick-dots button::before {
  opacity: 0;
}
.career-testimonials-worker li {
  background: none !important;
}
.career-testimonials-worker li.slick-active button {
  background: #262c35 !important;
}

.page-node-type-nutrition-lobby ol.breadcrumb {
  display: none;
}
/*More than careers*/
.more-than-careers {
  display: inline-block;
  width: 100%;
  padding: 72px 0px 150px;
  text-align: right;
}
.more-than-careers .view-content {
  display: flex;
  flex-wrap: wrap;
}
.more-than-careers .views-row {
  width: calc(33.333333% - 24px);
  margin: 0px 12px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #efefef;
  float: left;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.more-than-careers .views-field.views-field-field-image img {
  border-bottom: 8px solid #ffc100;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.more-than-careers .views-field.views-field-field-title h3 {
  font-family: "SimplerPro-Bold" !important;
  color: #262c35;
  font-size: 24px;
  letter-spacing: -0.2px;
  margin: 25px 0px 15px;
  position: relative;
  display: inline-block;
}
.more-than-careers .views-field.views-field-field-title h3::after {
  position: absolute;
  bottom: -12px;
  left: -45px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  content: "";
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
}
.more-than-careers .views-field.views-field-field-c-image-summary-text p {
  color: #494a4e;
  font-size: 18px;
}
/* .more-than-careers .views-row::after {transition: all 0.4s ease-in-out;position: absolute;right: 0;content: '';background: #ffc100;height: 8px;bottom: 0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.more-than-careers .views-row:hover::after {width: 100%;} */
.more-than-careers
.views-row:hover
.views-field.views-field-field-title
h3::after {
  left: -60px;
}
.more-than-careers .view-header h2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}
.more-than-careers .view-header h2 {
  font-size: 40px;
  color: #262c35;
  position: relative;
  padding-right: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
.more-than-careers .view-header {
  margin-bottom: 40px;
}
.more-than-careers .views-row > * {
  padding: 0px 30px;
}
.more-than-careers .views-field.views-field-field-image {
  padding: 0px;
}
.more-than-careers .views-field.views-field-field-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.more-than-careers .views-field.views-field-field-button .field-content {
  display: table;
  height: 100%;
  width: 100%;
}
.more-than-careers .views-field.views-field-field-button a {
  width: 100%;
  height: 100%;
  display: table;
  font-size: 0px;
}
.more-than-careers
.views-field.views-field-field-button
a:hover
.more-than-careers
.view-header
h2::after {
  left: -50px;
}
.more-than-careers .views-field.views-field-field-c-image-summary-text {
  min-height: 80px;
}
/*Icons Nutrition*/
.product-slider-nutr .slick-prev::before {
  content: "";
  background-image: url(/themes/custom/osem/images/shape.svg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
}
.product-slider-nutr .slick-next::before {
  content: "";
  background-image: url(/themes/custom/osem/images/shape.svg);
  transform: none;
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
}
.slick-disabled:hover {
  background: transparent !important;
}
.slick-prev:hover,
.product-slider-nutr .slick-prev:focus,
.slick-next:hover,
.product-slider-nutr .slick-next:focus {
  background: #ffd040 !important;
}
.campaign-form-screenset .gigya-screen .gigya-composite-control-textbox input,
.campaign-form-screenset .gigya-screen .gigya-composite-control-textbox select,
.campaign-form-screenset .gigya-screen .gigya-composite-control-password input,
.campaign-form-screenset .gigya-screen .gigya-composite-control-password select,
.campaign-form-screenset .gigya-screen .gigya-composite-control-dropdown input,
.campaign-form-screenset
.gigya-screen
.gigya-composite-control-dropdown
select,
#campaign-form-screenset .gigya-screen .gigya-composite-control-textbox input,
#campaign-form-screenset .gigya-screen .gigya-composite-control-textbox select,
#campaign-form-screenset .gigya-screen .gigya-composite-control-password input,
#campaign-form-screenset .gigya-screen .gigya-composite-control-password select,
#campaign-form-screenset .gigya-screen .gigya-composite-control-dropdown input,
#campaign-form-screenset
.gigya-screen
.gigya-composite-control-dropdown
select {
  border-radius: 2px !important;
}

/*Homepage*/
.region-content .homepage::before {
  content: "";
  background-image: url(/themes/custom/osem/images/contrast-changer-icon.svg);
  position: absolute;
  top: 32px;
  left: 5%;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: auto;
}
.region-content .homepage.contrast::before {
  background-image: url(/themes/custom/osem/images/contrast-changer-icon-black.svg);
}
.contrast .paragraph--type--c-slide .field--name-field-slide-description,
.contrast .progressBarContainer .slider_text {
  background-color: #ffffff;
  color: black !important;
  text-shadow: none;
  padding: 0 16px;
}
.homepg_inner_beet {
  display: table;
  width: 100%;
  padding-top: 111px;
}
.homepg_inner_beet .form-group {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 4px 4px 4px 104px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.beet_left_img {
  flex: 0 0 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.beet_left_img::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 29px;
  width: 177px;
  height: 130px;
  background-image: url("/themes/custom/osem/images/logo-mehkar-2@3x.png");
  background-size: 100%;
}
.beet_left_img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.beet_left_img img {
  height: 516px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 104px;
}
.beet_right_content {
  display: inline-block;
  flex: 0 0 50%;
  vertical-align: middle;
  text-align: right;
  position: relative;
  padding: 80px 40px 0 20px;

  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
}
@media (min-width: 1240px) {
  .beet_right_content {
    min-width: 520px;
    flex: 0 0 40%;
  }
  .beet_left_img {
    flex: 0 0 60%;
  }
}
.beet_right_content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #262c35;
  margin: 25px 0px;
}
.beet_right_content .tag {
  border: 1px solid #ffc100;
  color: #262c35;
  font-size: 20px;
  padding: 1px 25px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #ffc100;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 25px;
}
.beet_right_content p {
  margin: 0;
  color: #262c35;
  font-size: 20px;
}
.timer_beet {
  display: table;
  width: 100%;
  padding: 30px 0px;
  margin: 0 5px 0 auto;
}
.timer_beet .sr-only {
  display: none;
}
.timer_beet span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-align: right;
  position: relative;
  color: #494a4e;
  font-size: 18px;
  margin-left: 40px;
}
.timer_beet span::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 46px;
  height: 53px;
  background-size: 100% 100%;
  background-position: center center;
  vertical-align: middle;
  margin-left: 5px;
}
.timer_beet span:nth-child(2)::before {
  background-image: url("/themes/custom/osem/images/homepage_beet_1.svg");
}
.timer_beet span:nth-child(4)::before {
  background-image: url("/themes/custom/osem/images/homepage_beet_2.svg");
}
.timer_beet span:last-child::before {
  background-image: url("/themes/custom/osem/images/homepage_beet_3.svg");
}
.button_beet {
  text-align: right;
  display: table;
  width: 100%;
  margin: 0px auto;
  list-style-type: none;
}
.button_beet ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.button_beet li {
  display: inline-block;
}
.button_beet a {
  display: inline-block;
  font-size: 20px;
  color: #262c35;
  margin: 0px 10px;
  min-width: 150px;
  text-align: center;
}
.button_beet li:last-child a {
  border: 1px solid #494a4e;
  padding: 5px 20px;
  border-radius: 50px;
}
.button_beet li:last-child a:hover {
  background-color: #262c35;
  color: #ffffff;
  border: solid 1px #494a4e;
}
.button_beet li:first-child a {
  padding: 5px 20px;
  background: #ffc100;
  border: 1px solid #ffc100;
  border-radius: 50px;
  margin-right: 14px;
  float: right;
}
.button_beet li:first-child a:hover {
  background: #ffd040 !important;
  color: #262c35 !important;
  border: 1px solid #ffd040;
}
.homepg_bamba {
  display: table;
  width: 100%;
  padding: 100px 0 0;
  text-align: right;
}
.left_img_bamba {
  width: 520px;
  display: table-cell;
  padding: 64px 40px 0;
  vertical-align: top;
  background: #ffc100;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.left_img_bamba h2 {
  font-size: 40px;
  color: #262c35;
  margin: 0 0 30px;
}
.left_img_bamba p {
  font-size: 20px;
  color: #262c35;
  margin: 0 0 15px;
}
.left_img_bamba a {
  color: #262c35;
  background: #fff;
  padding: 8px 10%;
  display: inline-block;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 20px;
}
.left_img_bamba a:hover {
  background-color: #ebebeb;
  color: #262c35;
}
.right_content_bamba {
  display: table-cell;
  width: 60%;
}
.right_content_bamba img {
  height: 508px;
  width: auto;
  object-fit: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 140px;
}
.contact_hpage {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 180px;
}
.contact_hpage h2 {
  font-size: 40px;
  color: #262c35;
  font-weight: 700;
  margin: 0 0 48px;
}
.contact_hpage .form-group {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.contact_hpage a {
  width: 194px;
  display: inline-block;
  margin: 0px 20px;
  font-size: 20px;
  color: #262c35;
  position: relative;
  vertical-align: top;
}
.contact_hpage a:hover::before {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.contact_hpage a::before {
  border-radius: 5px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  position: relative;
  display: block;
  width: auto;
  height: 194px;
  content: "";
  background-size: 53% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 20px auto;
  transition: all 0.4s;
}
.contact_hpage a:nth-child(1)::before {
  background-image: url("/themes/custom/osem/images/contact-icon-4.svg");
}
.contact_hpage a:nth-child(2)::before {
  background-image: url("/themes/custom/osem/images/contact-icon-3.svg");
}
.contact_hpage a:nth-child(3)::before {
  background-image: url("/themes/custom/osem/images/contact-icon-2.svg");
}
.contact_hpage a:last-child::before {
  background-image: url("/themes/custom/osem/images/contact-icon-1.svg");
}
.home-news-sec {
  padding-bottom: 120px;
}
.home-news-sec .view-header {
  display: table;
  width: 100%;
  padding: 120px 0 20px;
}
.home-news-sec .view-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #262c35;
  text-align: center;
  margin: 0 0 20px;
}
.home-news-sec .view-content {
  background: #fff;
  display: flex;
  width: 100%;
  height: 305px;
  padding: 0;
  text-align: right;
}
.home-news-sec .view-content .views-row {
  position: relative;
  padding: 40px 40px;
  height: 305px;
}
.home-news-sec .view-content .views-row:first-of-type {
  order: 3;
}
.home-news-sec .view-content .views-row:nth-of-type(2) {
  order: 2;
}
.home-news-sec .view-content .views-row .full-link{
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.home-news-sec .view-content .views-field-field-publish-date {
  font-size: 18px;
}
.home-news-sec .view-content h3 {
  letter-spacing: -0.2px;
  margin: 16px 0 24px;
}
.home-news-sec .view-content h3 a:hover {
  text-decoration: underline;
  color: #262c35;
}
.home-news-sec .views-field.views-field-view-node {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 2;
}
.home-news-sec .views-field.views-field-view-node a {
  text-decoration: underline;
  position: relative;
  font-size: 18px;
  color: #262c35;
}
.home-news-sec .views-field.views-field-view-node a::before {
  position: absolute;
  bottom: -18px;
  left: -45px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  content: "";
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
}
.home-news-sec .views-field.views-field-view-node a:hover::before {
  left: -60px;
}

.home-news-sec .col-md-4:hover::before {
  padding-right: 20px;
}
.home-news-sec .view-footer {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.home-news-sec .view-footer a {
  text-decoration: underline;
  position: relative;
  font-size: 20px;
}
.home-news-sec .view-footer a:hover {
  color: #262c35;
}
.home-news-sec .view-footer a::before {
  position: relative;
  display: inline-block;
  content: "<";
  font-weight: 700;
  vertical-align: middle;
  padding-right: 15px;
}
.home-news-sec .views-field.views-field-field-body-news p {
  font-size: 18px;
  color: #494a4e;
}
.home-news-sec .views-field.views-field-field-body-news p:last-of-type {
  margin-bottom: 24px;
}

/*Dietitian Team*/
.page-listing-dietitian .view-content {
  margin-top: 50px;
}
.page-listing-dietitian .view-content .views-row:last-child {
  border-bottom: 1px solid #ccccc1;
}
.article-nutrition .js-pager__items.pager {
  padding: 0px;
}
.article-nutrition .view-header {
  position: relative;
}
.article-nutrition .link_target {
  width: 100%;
  text-align: left;
  padding: 0px 15px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.footer.container-fluid {
  padding: 60px 0px 0px !important;
  background: #fff !important;
  margin: 0px !important;
}
#test-form-osem .gigya-screen-content {
  padding: 0px !important;
}
#test-form-osem .send {
  top: -50px !important;
  left: 50% !important;
  margin-left: -90px !important;
}
.region-similar-box #test-form-osem .container-from {
  height: 100% !important;
  margin-bottom: 0px !important;
}

/*Career --- */

.career-lobby-brand .slick-list.draggable {
  background: #fff;
  padding: 40px 0;
  border-radius: 4px;
  margin: 0px 40px;
}
.page-node-type-homepage .career-lobby-brand .slick-list.draggable {
  background: none !important;
}
.page-node-type-homepage .career-lobby-brand .view-content::before {
  background: none !important;
}
.page-node-type-homepage .career-lobby-brand .view-content::after {
  background: none !important;
}

.career-lobby-brand .view-content,
.career-testimonials-worker .view-content {
  direction: rtl;
}

.career-lobby-brand .slick-dots li {
  background: none !important;
}
.career-lobby.is-promoted img {
  height: 512px;
  object-fit: cover;
  object-position: bottom;
  border-bottom-left-radius: 104px;
}
.career-testimonials-worker .view-content .slick-prev::before,
.career-lobby-brand .view-content .slick-prev::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  opacity: 1;
  content: "" !important;
  width: 36px;
  height: 36px;
  display: block;
  background-size: 100% 100%;
  margin: 0 auto;
  position: absolute;
  top: -1px;
  left: -1px;
}
.career-testimonials-worker .view-content .slick-next::before,
.career-lobby-brand .view-content .slick-next::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  transform: rotate(180deg);
  opacity: 1;
  content: "" !important;
  width: 36px;
  height: 36px;
  display: block;
  background-size: 100% 100%;
  margin: 0 auto;
  position: absolute;
  top: -1px;
  left: -1px;
}
.career-testimonials-worker .view-content .slick-disabled,
.career-lobby-brand .view-content .slick-disabled {
  cursor: default;
  background-color: transparent !important;
  border-radius: 2px;
  border: 0.5px solid #a4a4a6 !important;
}
.career-lobby-brand .view-content .slick-prev,
.career-lobby-brand .view-content .slick-next,
.career-testimonials-worker .view-content .slick-prev,
.career-testimonials-worker .view-content .slick-next {
  background-color: #ffc100;
  border: 0.5px solid #ffc100;
  border-radius: 2px;
}
.career-lobby-brand .view-content .slick-prev.slick-disabled::before,
.career-testimonials-worker .view-content .slick-prev.slick-disabled::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
}
.career-lobby-brand .view-content .slick-next.slick-disabled::before,
.career-testimonials-worker .view-content .slick-next.slick-disabled::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  transform: rotate(180deg);
}
.career-lobby-brand .view-content .slick-prev::before,
.career-lobby-brand .view-content .slick-next::before,
.career-testimonials-worker .view-content .slick-prev::before,
.career-testimonials-worker .view-content .slick-next::before {
  color: #262c35;
  border-radius: 4px;
}

.page-node-type-career-lobby
.career-lobby-brand
.view-content
.slick-dots
button {
  background: #808080 !important;
}
.page-node-type-career-lobby
.career-lobby-brand
.view-content
.slick-dots
.slick-active
button {
  background: #262c35 !important;
}
.column_job .direction_sg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Single Career*/
.page-node-type-single_career_jobs .breadcrumb {
  padding: 0 0 40px;
}
.single_jobs_page {
  width: 1062px;
  margin: -100px auto 0px;
  background: #fff;
  direction: rtl;
  padding: 32px 110px 40px 108px;
  position: relative;
}
.single_jobs_page .header_part_single {
  border-bottom: 1px solid #cccdd1;
}
.single_jobs_page .header_part_single .subtitle_value {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #494a4e;
  margin-bottom: 6px;
}
.single_jobs_page .header_part_single .subtitle_value h4 {
  font-family: "SimplerPro-Regular" !important;
  color: #494a4e;
}
.single_jobs_page .header_part_single .location_value {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #494a4e;
  margin-bottom: 24px;
}
.single_jobs_page .section_single_part .description_single {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #494a4e;
  margin-top: 40px;
  margin-bottom: 18px;
}
.single_jobs_page .section_single_part .description_single p {
  margin-bottom: 32px;
}
.single_jobs_page .section_single_part .description_single b {
  font-size: 24px;
  color: #262C35;
}
.breacrumb_jobs ul {
  padding: 0px;
  margin: 0px;
  direction: ltr;
  text-align: right;
}
.breacrumb_jobs ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  direction: rtl;
  position: relative;
  font-size: 18px;
  color: #000; /*border-bottom: 1px solid #000;*/
}
.breacrumb_jobs ul li::before {
  position: relative;
  content: "/";
  display: inline-block;
  padding-left: 10px;
  color: #000;
}
.title_single_jobs h1 {
  margin: 32px 0px 24px;
  font-size: 40px;
  color: #262c35;
}
.description_single ul li {
  font-size: 18px;
  margin-bottom: 15px;
  list-style: none;
}
.description_single ul {
  padding: 15px 0px;
}
.breacrumb_jobs ul li.active_ss {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
.job_button a {
  display: inline-block;
  background: #ffc100;
  font-size: 18px;
  color: #262c35;
  padding: 8px 20px;
  border-radius: 30px;
}
.job_button a:hover {
  background: #ffd040;
}

/*about Changes*/
.lobby-box.view.view-about-view {
  display: inline-block;
  width: 100%;
  padding-bottom: 120px;
}
.lobby-box.view.view-about-view .view-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lobby-box.view.view-about-view .view-content > div {
  padding: 0px;
  width: 32%;
  margin-bottom: 2%;
}
.lobby-box.view.view-about-view .view-content > div:nth-child(3n + 2) {
  margin: 0px 2%;
}
[id^=block-views-block-view-about-profile-block-1]
.views-field.views-field-title
> * {
  font-family: SimplerPro-Bold !important;
}
.about-news-article .views-field.views-field-view-node {
  margin-top: 15px;
}

/*History Changes*/

.page-node-type-about-history .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-about-profile .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-careers-steps .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-career-program .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-career-open-positions .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-about-factory .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-about-news-page .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-about-conduct .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-leadership-page .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-faq-page .dialog-off-canvas-main-canvas {
  background: none;
}
.page-node-type-organizational-structure .dialog-off-canvas-main-canvas {
  background: none;
}
.history-fullpg .list_years.position_loked {
  position: fixed;
  top: 50%;
  margin-top: -190px;
  right: 230px;
  visibility: visible;
  opacity: 1;
}
.history-fullpg
.view-content
.views-row:nth-child(2n + 1)
.image_history_bx
img {
  clip-path: polygon(3% 10%, 3% 0%, 100% 0, 100% 100%, 3% 100%, 3% 20%, 0 15%);
}
.history-fullpg .view-content .views-row .image_history_bx img {
  clip-path: polygon(97% 0, 97% 20%, 100% 25%, 97% 30%, 97% 100%, 0 100%, 0 0);
}
.list_years.roster_stg {
  visibility: hidden;
  opacity: 0;
}
.history-page .views-field.views-field-title > * {
  font-family: SimplerPro-Bold !important;
}

/*Factory Lobby*/

.box_inner_listing img {
  width: 100%;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.listing-course.view {
  display: table;
  width: 100%;
  padding: 40px 0px 0px;
}
.listing-course.view .view-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-course.view .view-content > div {
  width: 32%;
  margin-bottom: 40px;
  padding: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
}
.box_inner_listing a:hover h2::after {
  margin-right: 15px;
}
.sg_single_factory .views-field.views-field-title {
  font-size: 48px !important;
  max-width: 844px;
  margin: 0px auto 45px !important;
}
.sg_single_factory .views-field.views-field-field-factory-description {
  max-width: 844px;
  margin: 0px auto !important;
}
.page-node-type-about-factory.sg_single_factory
.main-container
.view-about-factory-single
.col-md-4
.views-field-field-factory-number-status {
  font-size: 64px !important;
}

.sg_single_factory .views-field.views-field-body {
  max-width: 844px;
  margin: 0px auto;
}

/*About Conduct*/
.career-lobby-brand .views-row a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-conduct-inner .views-field.views-field-field-image-conduct img {
  height: 504px;
  display: block;
  width: 100%;
  object-fit: fill;
}

/*Coupon Page*/
.coupon-page .view-content {
  padding: 30px 25px 160px;
  width: 102%;
  direction: rtl;
}
.coupon-page .views-field.views-field-field-descri p {
  margin: 0px;
  min-height: 55px;
}
.coupon-page .views-field.views-field-field-descri {
  position: relative;
  color: #494a4e;
  font-size: 18px;
  letter-spacing: -0.2px;
  border-bottom: 2px dashed #a4a4a6;
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.coupon-page .identity_box {
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  outline: none;
}
.coupon-page .views-field.views-field-field-title h3 {
  margin: 0px 0px 15px;
  min-height: 55px;
}
.coupon-page .views-field.views-field-field-descri::after {
  position: absolute;
  left: -35px;
  background: #f8f8f8;
  width: 25px;
  height: 30px;
  content: "";
  top: 83%;
  border-radius: 50px;
}
.coupon-page .views-field.views-field-field-descri::before {
  position: absolute;
  right: -35px;
  background: #f8f8f8;
  width: 25px;
  height: 30px;
  content: "";
  top: 83%;
  border-radius: 50px;
}
.coupon-section-page .view-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 30px 0px 64px;
}
.coupon-section-page .box_full_sepr {
  padding: 30px 20px;
  display: table;
  width: 100%;
}
.coupon-section-page .box_full_sepr .views-field.views-field-field-title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #262c35;
  font-weight: 700;
  font-family: "SimplerPro-Bold" !important;
}
.coupon-section-page
.box_full_sepr
.views-field.views-field-field-summary-text {
  font-size: 18px;
  color: #494a4e;
  letter-spacing: -0.2px;
}
.coupon-section-page .box_full_sepr .views-field.views-field-field-button a {
  text-decoration: underline;
  font-size: 18px;
  color: #262c35;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.coupon-section-page
.box_full_sepr
.views-field.views-field-field-button
a::after {
  position: absolute;
  bottom: -14px;
  left: -45px;
  width: 40px;
  height: 44px;
  background: url(/themes/custom/osem/images/arrow.svg);
  content: "";
  transition: all 0.4s ease-in-out;
  background-size: 100% 100%;
}
.coupon-section-page
.box_full_sepr
.views-field.views-field-field-button
a:hover::after {
  left: -55px;
}
.coupon-page .views-field.views-field-field-image img {
  width: 100%;
  display: block;
  height: 320px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.coupon-section-page .view-content .slick-slide {
  margin: 0px 13px !important;
  width: 398px !important;
}
.coupon-page .view-content .slick-prev::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  opacity: 1;
  content: "" !important;
  width: 36px;
  height: 36px;
  display: block;
  background-size: 100% 100%;
  margin: 0px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-page .view-content .slick-disabled {
  cursor: default;
  background-color: transparent !important;
  border-radius: 2px;
  border: 0.5px solid #a4a4a6 !important;
}
.coupon-page .view-content .slick-prev,
.coupon-page .view-content .slick-next {
  background-color: #ffc100;
  border: 0.5px solid #ffc100;
  border-radius: 2px;
}
.coupon-page .view-content .slick-prev.slick-disabled::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
}
.coupon-page .view-content .slick-next.slick-disabled::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  transform: rotate(180deg);
}
.coupon-page .view-content .slick-next::before {
  background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg);
  transform: rotate(180deg);
  opacity: 1;
  content: "" !important;
  width: 36px;
  height: 36px;
  display: block;
  background-size: 100% 100%;
  margin: 0px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-page .slick-prev::before,
.coupon-page .slick-next::before {
  color: #262c35;
}
.coupon-page .slick-arrow {
  width: 36px;
  height: 36px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  top: 50%;
  margin-top: -18px;
}
.coupon-page .slick-prev {
  right: -50px;
  left: inherit;
}
.coupon-page .slick-next {
  left: -50px;
  right: inherit;
}
.coupon-promotion-page.is-promoted img {
  width: 100%;
  height: 740px;
  object-fit: cover;
}
.page-node-type-coupon-promotion-page.page-node-1840 .coupon-promotion-page.is-promoted img {
  height: auto;
}
.coupon-page .view-footer a {
  width: 156px;
  max-width: 156px;
  height: 40px;
  border: 1px solid #494a4e;
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  font-size: 20px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  color: #262c35;
  letter-spacing: -0.4px;
}
.coupon-page .view-footer {
  text-align: center;
  padding-bottom: 150px;
}
.coupon-page .view-footer a:hover {
  background: #262c35;
  border: 1px solid #262c35;
  color: #fff;
}
.page-node-type-career-open-positions .pagination a.active {
  background: #ffc100;
  box-shadow: none;
  border: 1px solid #ffc100;
}
.page-node-type-career-open-positions .pagination a {
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #a4a4a6;
  margin: 0px 5px;
  border-radius: 2px;
  font-size: 20px;
  color: #262c35;
}
.page-node-type-career-open-positions .pagination {
  width: 100%;
  direction: rtl;
  text-align: center;
}
.page-node-type-coupon-promotion-page .region.region-content {
  background-image: url("/themes/custom/osem/images/campaign-page-bg-ken.svg");
}
/*Promotion Page*/

.similar-bx-prom .view-header h2 {
  font-size: 32px;
  font-weight: 500;
  padding: 0px;
  margin: 0;
  font-family: "SimplerPro-Regular" !important;
}
.similar-bx-prom .view-header h2::after {
  content: initial;
}
.coupon-section-page.similar-bx-prom {
  padding: 24px 0px 64px;
}
#campaign-form-screenset_content {
  padding: 0px !important;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

#campaign-special-form-screenset_content {
  padding: 20px 0 0 !important;
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

/*Kenneth Style*/
.page-node-type-dietanit .region.region-content {
  background-image: url("/themes/custom/osem/images/ken-dietitian-page-bg.svg");
}
.page-node-type-coupon-promotion-page .webform-submission-campaig-form,
.page-node-type-coupon-promotion-page .field--name-field-campaign-id {
  display: none !important;
}

.page-node-type-dietanit .dietanit footer {
  display: none;
}

.we-mega-menu-ul
.we-mega-menu-li.dropdown-menu
.we-mega-menu-submenu
.we-mega-menu-li
.we-mega-menu-submenu {
  display: none;
}

.page-node-type-coupon_promotion_page.page-node-1840 [id^=block-gigyaraascustomscreenset-3] {
  position: relative;
}

.shared-lobby-page .view-content .views-infinite-scroll-content-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.shared-lobby-page .view-header {
  width: calc(33.32% - 24px);
  padding: 56px 30px 0px;
}

@media (min-width: 1700px) {
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs {
    margin-left: 12%;
    position: relative;
  }
}
@media (max-width: 1700px) {
  /* line 4702, ../scss/custom.scss */
  .region.region-navigation-collapsible [id^=block-mainnavigation] {
    width: 82%;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li {
    padding: 0px 15px;
  }
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > span {
    padding: 37px 0px !important;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a {
    padding: 32px 20px !important;
  }
  .dsu-component-page .vertical-over {
    padding: 0px !important;
  }
  .progressBarContainer {
    bottom: 100px;
  }
  .progressBarContainer .slider_text {
    font-size: 16px;
  }
  footer.footer .region-footer::after {
    width: 100%;
    left: 0;
  }
  .search_icon {
    left: 5%;
  }
  .history-fullpg .list_years.fixed_active {
    right: 4%;
  }
}
@media (max-width: 1279px) {
  .vertical-over {
    width: 100% !important;
  }
  .paragraph--type--c-slide .vertical-over.horizontal-right {
    transform: translate(0%, -60%);
  }
  .progressBarContainer {
    bottom: 80px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }
  .field--name-field-slide-description {
    font-size: 50px !important;
  }
  .page-node-type-homepage .career-lobby-brand .slick-prev {
    display: none;
  }
  .page-node-type-homepage .career-lobby-brand .slick-next {
    display: none;
  }
  .career-lobby-brand .slick-list.draggable {
    width: 90%;
    margin: 0px auto;
  }
  .beet_right_content {
    width: 49%;
  }
  .beet_left_img {
    width: 50%;
  }
  .views-field.views-field-field-banner-lobby img {
    height: auto;
  }
  body .container {
    width: 98%;
    margin: 0px auto;
  }
  .box-banner-set {
    position: absolute;
    bottom: 0;
    right: 100px;
    text-align: right;
    width: 100%;
    margin-right: 0px;
  }
  [id^=block-views-block-nutrition-page-block-2] .form-group {
    width: 98%;
    margin: 0px auto;
  }

  /* line 4746, ../scss/custom.scss */
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li {
    padding: 0px 13px;
  }
  /* line 4747, ../scss/custom.scss */
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > span {
    font-size: 17px;
  }
  /* line 4750, ../scss/custom.scss */
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a {
    font-size: 17px;
  }
  /* line 4756, ../scss/custom.scss */
  .region.region-navigation-collapsible .logo.navbar-btn.pull-left {
    padding-left: 50px;
  }
  /* line 4757, ../scss/custom.scss */
  /* line 4764, ../scss/custom.scss */
  .region.region-navigation-collapsible [id^=block-mainnavigation] {
    width: 75%;
  }

  /* line 4769, ../scss/custom.scss */
  .dsu-component-page .field--name-field-slide-description {
    font-size: 50px !important;
  }
  /* line 4772, ../scss/custom.scss */
  .dsu-component-page .vertical-over {
    width: 97% !important;
    top: 43% !important;
  }

  /* line 4777, ../scss/custom.scss */

  /* line 4779, ../scss/custom.scss */
  .progressBarContainer div span.progressBar {
    width: 80%;
    margin: 0px auto;
  }

  /* line 4789, ../scss/custom.scss */
  footer.footer .region-footer {
    width: 96%;
  }

  /* line 4794, ../scss/custom.scss */
  .subfooter.container-fluid .region.region-subfooter {
    width: 96%;
    margin: 0px auto;
  }

  /* line 4799, ../scss/custom.scss */
  .views-element-container > .form-group {
    width: 100%;
    margin: 0px auto;
  }

  /* line 4803, ../scss/custom.scss */
  .article-nutrition.view.view-nutrition-article-listing {
    padding-left: 0px;
  }

  /* line 4806, ../scss/custom.scss */
  .path-nutrition-article.has-glyphicons {
    overflow-x: hidden;
  }

  /* line 4809, ../scss/custom.scss */
  .views-element-container.form-group {
    width: 100%;
    margin: 0px auto;
  }

  /* line 4813, ../scss/custom.scss */
  .inline-status-block.views-row {
    width: 25% !important;
  }

  /* line 4817, ../scss/custom.scss */
  .inline-status-block .number-decimal {
    font-size: 50px;
  }
  /* line 4820, ../scss/custom.scss */
  .inline-status-block .title-social {
    font-size: 24px;
  }

  /* line 4825, ../scss/custom.scss */
  .image_text_component .side_text {
    width: 90%;
    padding: 10px 50px 60px;
  }
  /* line 4828, ../scss/custom.scss */
  .image_text_component .side_text p {
    font-size: 20px;
  }
  /* line 4831, ../scss/custom.scss */
  .image_text_component .side_text h2 {
    margin-bottom: 30px;
  }

  /* line 4837, ../scss/custom.scss */
  .page-node-type-organizational-structure .main-container {
    width: 98%;
    margin: 0px auto;
  }

  /* line 4843, ../scss/custom.scss */
  [id^=block-views-block-about-view-block-5] .form-group {
    width: 98%;
    margin: 0px auto;
  }

  /* line 4849, ../scss/custom.scss */
  .leadership-page .col-md-4.views-row {
    width: 50% !important;
    float: left !important;
  }
  /* line 4850, ../scss/custom.scss */
  .leadership-page .col-md-4.views-row img {
    width: 100%;
  }
  /* line 4855, ../scss/custom.scss */
  .leadership-page .col-md-4.views-row:nth-child(2n + 1) {
    clear: both;
  }

  /* line 4860, ../scss/custom.scss */
  .breadcrumb {
    width: 100%;
  }

  /* line 4865, ../scss/custom.scss */
  .history-fullpg .body_history_bx h3 {
    font-size: 30px !important;
  }
  /* line 4873, ../scss/custom.scss */
  .history-fullpg .view-content .views-row:first-child .history_box::before {
    opacity: 0;
  }
  /* line 4880, ../scss/custom.scss */
  .history-fullpg .view-content .views-row:last-child .history_box::before {
    opacity: 0;
  }
  /* line 4887, ../scss/custom.scss */
  .history-fullpg
  .view-content
  .views-row:nth-child(2n + 1)
  .history_box::after {
    opacity: 0;
  }
  /* line 4895, ../scss/custom.scss */
  .history-fullpg .history_box::after {
    opacity: 0;
  }

  /* line 4903, ../scss/custom.scss */
  .list_years.fixed_active {
    right: 10px !important;
  }

  /* line 4906, ../scss/custom.scss */
  .list_years {
    right: 0px !important;
  }

  /* line 4912, ../scss/custom.scss */
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-nothing {
    padding-right: 50px;
  }
  /* line 4918, ../scss/custom.scss */
  .page-listing-dietitian .view-header p {
    width: 70%;
  }

  /* line 4923, ../scss/custom.scss */
  .region.region-navigation-collapsible .logo.navbar-btn.pull-left {
    margin-left: 0px;
  }

  /* line 4926, ../scss/custom.scss */
  [id^=block-views-block-about-view-block-1] > .form-group {
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  .page-node-20 .block-views-blockabout-view-block-1 {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  /* line 4933, ../scss/custom.scss */
  .navbar-we-mega-menu.navbar {
    display: none;
  }
}
@media (max-width: 1023px) {
  .region.region-navigation-collapsible .logo.navbar-btn.pull-left::after {
    right: -30px;
    width: 230px !important;
    height: 110px !important;
    top: 20px !important;
  }
  .homepage-quality-life .col-md-4.views-row {
    width: 48%;
    margin: 0px 1%;
    float: left;
    padding: 0px;
  }
  .homepage-quality-life .col-md-4.views-row img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
  }
  .homepage-quality-life .col-md-4.views-row:last-child {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .home-news-sec .col-md-4.views-row {
    width: 50%;
    float: left;
    text-align: center;
  }
  .home-news-sec .col-md-4.views-row:last-child {
    margin: 0px auto;
    float: none;
    padding: 50px 0px 0px;
    display: table;
  }
  .home-news-sec .views-field.views-field-field-body-news p {
    font-size: 18px;
    color: #494a4e;
    max-width: 90%;
    margin: 0px auto 15px;
  }
  .main-container {
    padding: 0px 15px;
  }
  .shared-lobby-page {
    padding-bottom: 50px;
  }
  footer.footer .region-footer nav ul a {
    font-size: 16px;
  }
  footer.footer .region-footer {
    padding-bottom: 50px;
  }
  .shared-lobby-page .fieldgroup.form-composite {
    padding-bottom: 0px;
  }
  .bef-exposed-form .form--inline .form-item {
    float: none;
    margin: 0px auto 30px !important;
    display: table;
  }
  .box-banner-set {
    position: absolute !important;
    right: 50% !important;
    text-align: right;
    width: 70% !important;
    margin-right: -35% !important;
  }
  .lobby_box {
    width: 100% !important;
  }
  .shared-lobby-page.listing-lobby {
    padding-top: 50px;
  }
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > span {
    padding: 0px !important;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a {
    padding: 0px !important;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li {
    display: block !important;
  }
  body.toggled {
    right: 0 !important;
  }
  button.navbar-toggle.collapsed {
    float: none;
    display: inline-block;
    margin: 27px 30px 27px 0px;
  }
  .region.region-navigation-collapsible [id^=block-mainnavigation] {
    width: 100%;
    right: 0 !important;
    position: absolute;
    top: 0;
    height: 100%;
    display: table;
  }
  .region-we-mega-menu {
    width: 100%;
  }
  nav.main.navbar.navbar-default.navbar-we-mega-menu.mobile-collapse.hover-action.mobile-main-menu.we-mobile-megamenu-active {
    position: relative;
    z-index: 323223;
    margin: 0 0 0 auto;
    padding: 0px;
    clear: both;
    width: 450px;
    height: 100vh;
  }
  .overlay {
    display: none !important;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: initial !important;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs {
    position: relative;
  }
  .search_icon {
    bottom: -60px;
    position: absolute;
    top: inherit;
    right: 10px;
    left: initial;
  }

  span.btn-close {
    display: none !important;
  }
  .video-part-nutr .view-footer {
    width: 100%;
    float: none;
  }
  .video-part-nutr .view-content {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .article-nutrition .view-content .col-md-4 {
    width: 30%;
    margin: 0 1.66%;
  }
  .question_nestle {
    padding: 50px 0px;
  }
  .question_nestle .question_content .contact_question {
    width: 100%;
  }
  .question_nestle .question_content .contact_question > div {
    width: 30%;
    margin: 0px 1.666%;
    float: left;
  }
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > a:hover::after {
    display: none;
  }
  .about-news-article .views-row {
    width: auto;
  }

  /* line 4940, ../scss/custom.scss */
  .history-fullpg .view-content .views-row {
    width: 100%;
    display: table;
    text-align: center;
    float: none;
    margin-bottom: 50px;
  }
  /* line 4946, ../scss/custom.scss */
  .history-fullpg .view-content .views-row:nth-child(2n + 1) {
    direction: rtl;
    margin-left: -15px;
  }

  /* line 4960, ../scss/custom.scss */
  .lobby_box {
    width: 70%;
  }

  /* line 4963, ../scss/custom.scss */
  .lobby-box {
    width: 100%;
    margin: 0px auto;
  }
  /* line 4964, ../scss/custom.scss */
  .lobby-box .col-md-4 {
    width: 50%;
    float: left;
  }

  /* line 4972, ../scss/custom.scss */
  .lobby_link_article img {
    width: 100%;
  }

  /* line 4977, ../scss/custom.scss */
  .inline-status-block .title-social {
    font-size: 20px;
  }
  /* line 4980, ../scss/custom.scss */
  .inline-status-block .number-decimal {
    font-size: 40px;
  }

  /* line 4985, ../scss/custom.scss */
  .navbar-header .navbar-toggle {
    display: none;
  }

  /* line 4989, ../scss/custom.scss */
  .cell-child-lobby.views-row {
    position: relative;
  }

  /* line 4992, ../scss/custom.scss */
  .navbar-toggle {
    display: block;
  }

  .region-we-mega-menu {
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    display: table-cell;
    background: none;
    height: 100%;
    vertical-align: middle;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li {
    padding: 15px 15px 20px;
    float: none !important;
    display: block !important;
    margin: 10px 0px 0px !important;
    border-bottom: 1px solid #494a4e !important;
  }
  /* line 5012, ../scss/custom.scss */
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > span {
    border: none;
  }
  /* line 5014, ../scss/custom.scss */
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > span::after {
    background: #ffc100;
    content: "";
    width: 0%;
    height: 2px;
    right: 0;
    position: absolute;
    bottom: -10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    top: initial;
  }
  /* line 5030, ../scss/custom.scss */
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a {
    border: none;
  }
  /* line 5055, ../scss/custom.scss */
  .region.region-navigation-collapsible .logo.navbar-btn.pull-left {
    float: none !important;
    padding: 0px !important;
    text-align: center !important;
    display: table !important;
    margin: 0px auto !important;
  }

  /* line 5063, ../scss/custom.scss */
  .navbar-we-mega-menu.navbar {
    background: #fafafa;
    width: 40%;
    padding-right: 20px;
  }

  /* line 5071, ../scss/custom.scss */
  .subfooter.container-fluid .region.region-subfooter .menu a {
    font-size: 16px;
    line-height: 18px;
  }

  /* line 5078, ../scss/custom.scss */
  .progressBarContainer .slider_text {
    display: none;
  }

  /* line 5083, ../scss/custom.scss */
  .region.region-subfooter > section {
    width: 40%;
    float: left;
  }
  /* line 5087, ../scss/custom.scss */
  .region.region-subfooter > nav {
    width: 40%;
    float: left;
  }

  /* line 5092, ../scss/custom.scss */
  [id^=block-footermenusection] {
    width: 60% !important;
  }

  /* line 5098, ../scss/custom.scss */
  .page-node-type-organizational-structure
  .structure_block
  .views-row
  .depart-supp {
    font-size: 20px;
  }
  /* line 5101, ../scss/custom.scss */
  .page-node-type-organizational-structure .structure_block .views-row::after {
    top: 78px;
    width: 53px;
    display: none;
  }

  /* line 5109, ../scss/custom.scss */
  [id^=block-blocksimpleicon] {
    padding: 30px 0px;
  }

  /* line 5115, ../scss/custom.scss */
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .views-field-field-factory-description {
    width: 90%;
    font-size: 19px;
  }

  /* line 5123, ../scss/custom.scss */
  .listing-course .col-md-4 {
    width: 50% !important;
    float: left;
  }
  /* line 5124, ../scss/custom.scss */
  .listing-course .col-md-4 img {
    width: 100% !important;
  }

  /* line 5139, ../scss/custom.scss */
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-field-dietitian-image {
    width: 50%;
    float: none;
    margin: 0px auto;
  }
  /* line 5143, ../scss/custom.scss */
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-field-dietitian-image
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .page-listing-dietitian .view-header h1 {
    font-size: 30px;
  }
  .page-listing-dietitian .main-container.container-fluid {
    padding-top: 0px !important;
  }
  /* line 5147, ../scss/custom.scss */
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-nothing {
    width: 90%;
    float: none;
    padding-right: 0px;
    text-align: center;
    margin: 30px auto 0px;
  }

  /* line 5157, ../scss/custom.scss */
  .image_text_component {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0px;
  }

  /* line 5171, ../scss/custom.scss */
  .image_text_component .side_text {
    width: 90%;
    display: table;
    padding: 10px 50px 60px;
    position: relative;
    top: 0;
    transform: translate(0px, 0px);
    margin: 0px auto !important;
  }

  /* line 5180, ../scss/custom.scss */
  section[id^=block-views-block-about-view-block-1] {
    width: 100% !important;
    margin: 0px !important;
    left: 0 !important;
  }

  /* line 5185, ../scss/custom.scss */
  .lobby-section-status .view-header {
    text-align: center;
  }
  .page-listing-dietitian .view-content .views-row {
    width: auto;
  }
  .homepage-quality-life .views-field.views-field-nothing a {
    bottom: 10px;
  }
  .homepage-quality-life {
    padding-bottom: 40px !important;
  }
  .page-node-type-homepage .career-lobby-brand {
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0;
  }
  .career-lobby-brand .view-header {
    font-size: 32px;
    padding-bottom: 32px;
  }
  .career-lobby-brand .slick-list.draggable,
  .page-node-type-homepage .latest-prd-hm .slick-list.draggable {
    padding-top: 0;
    width: calc(100% - 12px);
  }
  .slick-initialized .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-node-type-homepage .career-lobby-brand .slick-dots,
  .page-node-type-homepage .latest-prd-hm .slick-dots {
    bottom: -6px;
  }
  [id^=block-views-block-career-lobby-block-2-2] {
    padding-bottom: 40px;
  }
  .page-node-type-homepage
  .homepage-component
  .inner-wrapper-c-sideimagetext
  .col-sm-6.wrapper-img-section.image-
  img {
    height: 292px !important;
  }

  .shared-lobby-page .view-header {
    top: 426px;
    width: calc(33.32% - 14px);
    padding: 50px 7px 0px;
  }

}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  .single-article-nutrition .single_half_descp .author_time {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .page-listing-dietitian.view-id-dieticians {
    padding: 0 15px 50px;
  }
  .single_jobs_page {
    width: 80%;
    padding: 40px 50px;
  }
  .breacrumb_jobs ul li {
    font-size: 15px;
  }
  .title_single_jobs h1 {
    font-size: 26px;
  }
  .job-offer img {
    height: 200px;
  }
  .page-node-type-career-open-positions .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }
  .jon_position_osem .container {
    width: 92%;
    padding: 0px;
  }
  .pagination .form-group {
    width: 90%;
    margin: 0px auto;
  }

  /*nutrition  dietitian*/
  .page-listing-dietitian .view-header h1 {
    font-size: 40px;
    margin-bottom: 24px;
    padding-left: 0;
  }

  .page-listing-dietitian .view-header p {
    font-size: 16px !important;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .page-listing-dietitian .view-content .views-row {
    margin-bottom: 40px;
    border-top: 0;
    position: relative;
    padding-top: 35px;
    padding-bottom: 0;
  }
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-nothing
  .align_dietitian
  p {
    font-size: 18px;
  }
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-field-dietitian-image {
    width: 100% !important;
  }
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-nothing {
    width: 100%;
    text-align: right;
    margin-top: 24px;
  }
  [id^=block-views-block-view-shared-lobby-block-5] .block-title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    width: 100%;
    margin: 34px auto 22px;
    padding: 0px 16px !important;
    font-family: "SimplerPro-Regular" !important;
  }

  .container-dropdown-search-page {
    position: absolute;
    top: 110px;
    height: 185px;
    direction: rtl;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    box-sizing: border-box;
    right: 10px;
    padding: 0 6px;
    text-align: right;
    color: #494a4e;
    font-size: 18px;
  }

  #views-exposed-form-search-page-1 .fieldgroup.form-composite.form-radios {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .container-dropdown-search-page .selected-option {
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #979797;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #494a4e;
    position: relative;
    transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
    overflow: hidden;
  }

  .container-dropdown-search-page .selected-option::after {
    content: '';
    background: url(/themes/custom/osem/images/arrow-coupon-disabled.svg) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: transform 0.3s ease-in;
    transform: rotate(90deg);
  }

  .container-dropdown-search-page .selected-option::before {
    content: '';
    background-color: #ececec;
    width: 38px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
  }

  .container-dropdown-search-page.open .selected-option::after {
    transform: rotate(270deg);
  }

  .container-dropdown-search-page .dropdown-options {
    height: 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    transition: height 0.3s ease-in;
    -webkit-transition: height 0.3s ease-in;
    padding: 0 8px;
    position: absolute;
    width: calc(100% - 12px);
    top: 44px;
    z-index: 30;
    overflow: hidden;
  }
  .container-dropdown-search-page.open .dropdown-options {
    height: 132px;
  }

  .container-dropdown-search-page .dropdown-options .filter-option {
    padding: 9px 8px;
    border-bottom: 1px solid rgba(164, 164, 166, 0.2);
  }

  .container-dropdown-search-page .dropdown-options .filter-option.active {
    display: none;
  }

  .container-dropdown-search-page .dropdown-options .filter-option:last-of-type {
    border-bottom: none;
  }

  .container-dropdown-shared-value {
    font-size: 18px;
    text-align: right;
    color: #494a4e;
    position: relative;
    padding: 0 16px;
    margin-bottom: 15px;
  }

  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page .view-filters {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .container-dropdown-shared-value .selected-option {
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 7px 0 rgba(201, 201, 201, 0.5);
    background-color: #4b4640;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 16px;
    color: #ffffff;
    position: relative;
    transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
  }

  .container-dropdown-shared-value .selected-option::after {
    content: '';
    background: url(/themes/custom/osem/images/icon-arrow-down.svg) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease-in;
    transform: rotate(0deg);
  }

  .container-dropdown-shared-value.open .selected-option::after {
    transform: rotate(180deg);
  }

  .container-dropdown-shared-value .selected-option.color0 {
    background-color: #4b4640;
  }

  .container-dropdown-shared-value .selected-option.color1 {
    background-color: #1a5d8d;
  }

  .container-dropdown-shared-value .selected-option.color2 {
    background-color: #933A22;
  }

  .container-dropdown-shared-value .selected-option.color3 {
    background-color: #355a29;
  }

  .container-dropdown-shared-value .dropdown-options {
    height: 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    transition: height 0.3s ease-in;
    -webkit-transition: height 0.3s ease-in;
    padding: 0 8px;
    position: absolute;
    width: calc(100% - 32px);
    top: 44px;
    z-index: 30;
    overflow: hidden;
  }
  .container-dropdown-shared-value.open .dropdown-options {
    height: 132px;
  }

  .container-dropdown-shared-value .dropdown-options .filter-option {
    padding: 9px 8px;
    border-bottom: 1px solid rgba(164, 164, 166, 0.2);
  }

  .container-dropdown-shared-value .dropdown-options .filter-option.active {
    display: none;
  }

  .container-dropdown-shared-value .dropdown-options .filter-option:last-of-type {
    border-bottom: none;
  }

  .shared-lobby-page.view-display-id-block_5
  .view-content
  .col-md-4:first-child
  .content_wrapper
  p {
    width: 100%;
  }

  .shared-lobby-page.view-display-id-block_5
  .view-content
  .col-md-4:first-child {
    width: 100%;
  }

  .shared-lobby-page.view-display-id-block_5 .col-md-4 {
    margin-bottom: 0;
    padding-bottom: 12px !important;
  }

  .shared-lobby-page .view-content .col-md-4:first-child {
    padding-bottom: 12px !important;
  }

  .shared-lobby-page .view-content .col-md-4:last-child {
    padding-bottom: 0 !important;
  }

  .shared-lobby-page.view-display-id-block_5 {
    padding-bottom: 130px !important;
  }

  .main-container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .page-node-type-homepage .career-lobby-brand .slick-list.draggable {
    padding-bottom: 24px;
    width: 100%;
    padding-top: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-node-type-homepage .latest-prd-hm .slick-list.draggable {
    margin: 0 auto;
    padding: 0 15%;
    width: 100% !important;
  }

  .latest-prd-hm
  .col-md-4.views-row
  .views-field-nothing
  .field-content::after {
    margin-right: 0 !important;
  }
  .latest-prd-hm
  .col-md-4.views-row:hover
  .views-field-nothing
  .field-content::after {
    width: 100% !important;
  }

  .block-views-blockcareer-lobby-block-2.views-element-container > .form-group,
  .block-views-blockhomepage-view-block-1.views-element-container > .form-group,
  .block-views-blockhomepage-view-block-3.views-element-container > .form-group,
  [id^=block-contactsectionhomepage].views-element-container > .form-group {
    width: 100%;
  }

  .home-news-sec .col-md-4.views-row {
    padding: 15px 130px 35px 0 !important;
    width: 100% !important;
    margin: 0 16px !important;
    min-height: 149px;
    height: auto;
    position: relative;
  }
  .contact_hpage {
    margin-bottom: 130px;
  }
  .page-node-96 .contact_hpage {
    display: flex;
  }
  .contact_hpage .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    padding: 0 6px 0 2px;
  }

  .contact_hpage a {
    flex: 0 0 44%;
    margin: 0 0 52px;
    width: 100%;
    font-size: 20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #262c35;
  }

  .page-node-type-homepage .latest-prd-hm .slick-initialized .slick-slide {
    margin-left: 16px !important;
    width: 288px !important;
    margin-right: 0 !important;
  }

  .page-node-type-homepage
  .latest-prd-hm
  .slick-initialized
  .slick-slide
  .col-md-4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .contact_hpage a:first-of-type {
    order: 2;
  }
  .contact_hpage a:nth-of-type(2) {
    order: 1;
  }
  .contact_hpage a:nth-of-type(3) {
    order: 0;
  }
  .contact_hpage a:last-of-type {
    order: -1;
  }

  .contact_hpage a::before {
    width: 164px !important;
    height: 164px !important;
    background-size: 40% 100% !important;
  }

  .career-lobby-brand .view-content .views-row img {
    padding: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }

  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .views-row
  .views-field.views-field-field-image {
    padding: 0;
  }

  .career-testimonials-worker {
    margin-bottom: 40px;
  }

  .career-testimonials-worker .slick-track {
    padding-bottom: 0;
  }

  .career-testimonials-worker ul.slick-dots {
    bottom: 0;
  }

  .career-testimonials-worker .view-content {
    padding-bottom: 60px;
  }

  #slick-node-homepage-slider-homepage-full-112-1 .slick-initialized .slick-slide {
    margin: 0 !important;
  }

  .home-news-sec .col-md-4.views-row::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 25%;
    width: 70px;
    height: 70px;
    background-size: 100%;
    background: url(/themes/custom/osem/images/latest-news-icon.svg) no-repeat;
  }

  .home-news-sec .col-md-4.views-row {
    margin: 0 auto;
  }

  .home-news-sec .col-md-4.views-row .views-field-title a {
    text-align: right;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    color: #262c35;
    font-family: "SimplerPro-Bold" !important;
  }

  .home-news-sec .col-md-4.views-row .views-field-field-body-news {
    display: none;
  }

  .home-news-sec .col-md-4.views-row .views-field-field-publish-date {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.13px;
    text-align: right;
    color: #262c35;
  }

  .home-news-sec .views-field.views-field-view-node {
    bottom: 24px;
    right: 130px;
  }

  .home-news-sec .views-field.views-field-view-node a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2b323d;
  }

  .home-news-sec .col-md-4.views-row:last-child {
    margin: 0 16px 80px !important;
    padding: 24px 130px 35px 0 !important;
    width: 100% !important;
    display: block !important;
  }

  .home-news-sec .view-footer {
    margin-top: -80px;
    margin-left: 30px;
  }

  .home-news-sec .view-footer a {
    float: left;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
  }

  .homepg_inner_beet {
    padding-top: 40px;
    display: block;
  }

  .latest-prd-hm {
    padding-bottom: 60px !important;
  }

  .home-news-sec .view-header {
    padding-top: 32px;
    background: #fff;
    padding-bottom: 0;
  }

  .home-news-sec {
    padding-bottom: 70px;
  }

  .monthly-recipe .view-content {
    padding: 0 12px;
    padding-bottom: 40px;
  }

  .monthly-recipe .view-content .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-node-type-homepage .homepage-component .inner-wrapper-c-sideimagetext {
    margin-bottom: 40px;
  }

  .page-node-type-homepage
  .homepage-component
  .view-content
  > div:last-of-type
  .inner-wrapper-c-sideimagetext {
    margin-bottom: 40px;
  }

  .latest-prd-hm .view-header {
    padding: 16px 0 0 !important;
  }

  .contact_hpage a::before {
    width: 66px;
    height: 66px;
    margin: 0 auto 8px;
  }

  .page-node-type-homepage
  .homepage-component
  .inner-wrapper-c-sideimagetext
  .col-sm-6.wrapper-img-section.image-
  img {
    border-radius: 0 !important;
  }

  .page-node-type-homepage .career-lobby-brand .slick-dots,
  .page-node-type-homepage .latest-prd-hm .slick-dots {
    bottom: -30px;
  }

  .page-node-type-homepage .career-lobby-brand {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .paragraph--type--c-slide {
    overflow: visible;
  }

  .paragraph--type--c-slide .field--name-field-slide-description {
    font-size: 42px !important;
    width: 100%;
    margin-right: -1px;
    font-family: "SimplerPro-Bold" !important;
    right: 0;
    bottom: 160px;
  }

  .field.field--name-field-c-link.field--type-link.field--label-hidden.field--item {
    bottom: 100px;
    left: 110px;
    right: unset;
  }

  .paragraph--type--c-slide .vertical-over.horizontal-right {
    right: 0px !important;
    left: initial !important;
    bottom: 0;
    top: 60% !important;
    padding: 0px 16px !important;
  }

  .article-nutrition .view-content .col-md-4 .half_box_article {
    height: 235px;
  }

  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-filters
  .fieldgroup.form-composite
  label {
    padding: 6px 30px;
    border: none;
  }

  .shared-lobby-page .fieldgroup.form-composite input {
    position: absolute;
    top: 21px;
    right: 35%;
  }

  .shared-lobby-page .view-content .col-md-4:first-child .content_wrapper p {
    width: 100%;
  }

  .coupon-page .coupon-sort.views-row,
  .coupon-section-page .views-row {
    width: 100%;
    margin-bottom: 23px;
    margin-left: 0;
    border-radius: 4px;
  }

  .coupon-page-title {
    margin-bottom: 100px;
  }

  .coupon-section-page .view-content {
    padding: 15px 16px 0px;
    display: table;
  }

  .coupon-section-page .box_full_sepr {
    padding: 23px 20px;
  }

  .overlay_coupons {
    background: rgba(0, 0, 0, 0.75);
  }

  .overlay_coupons .views-field.views-field-field-image-promotions-show img {
    object-fit: cover;
    height: 147px;
  }

  .overlay_coupons .views-field.views-field-field-image-promotions-show {
    padding: 0;
  }

  .overlay_coupons
  .views-field.views-field-field-image-promotions-show
  .field-content
  .button_x {
    width: 32px;
    height: 32px;
    top: -32px;
  }

  .overlay_coupons
  .views-field.views-field-field-image-promotions-show
  .field-content
  .button_x
  img {
    width: auto;
    height: auto;
    padding: 8px;
    margin: -10px 0 0;
  }

  .overlay_coupons
  .views-field.views-field-field-image-promotions-show
  .field-content {
    width: 332px;
    margin: 0 auto;
  }

  .overlay_coupons
  .views-field.views-field-field-image-promotions-show
  .field-content
  .share-buttons {
    padding: 24px 25%;
  }

  .coupon-section-page .coupon-sort.views-row:nth-child(3n + 2),
  .coupon-section-page .views-row:nth-child(3n + 2) {
    margin: 0 0 23px;
  }

  .coupon-section-page .views-field.views-field-field-image-promotions-show {
    padding: 0;
    opacity: 1;
    z-index: 1;
    position: relative;
  }

  .coupon-section-page
  .views-field.views-field-field-image-promotions-show
  img {
    height: 270px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-radius: 4px 4px 0px 0px;
  }

  .coupon-page .view-content {
    width: 100%;
  }

  .coupon-page .views-field.views-field-field-image img {
    height: 160px;
    object-fit: cover;
  }

  .coupon-promotion-page.is-promoted img {
    height: 266px;
  }

  [id^=block-blocksimpleicon] .field a {
    background: #2b323d;
  }

  article.homepage
  #slick-node-homepage-slider-homepage-full-112-1
  .slick-slide
  .overlay-img {
    background-position-x: 0;
    border-bottom-left-radius: 60px;
    background-position-y: 100%;
    background-repeat: no-repeat;
  }

  .homepage-quality-life .views-field.views-field-nothing {
    padding-bottom: 70px;
  }

  article.homepage #slick-node-homepage-slider-homepage-full-112-1 .slick-slide img {
    border-bottom-left-radius: 60px;
    height: 480px;
  }

  .progressBarContainer > div {
    margin: 0 0 0 15px;
    width: 100px;
  }

  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-filters
  .fieldgroup.form-composite {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: 0 !important;
    margin-bottom: 0;
  }

  div#edit-field-shared-type-target-id--wrapper::-webkit-scrollbar {
    display: none;
  }

  .article-nutrition .js-pager__items.pager {
    margin-bottom: 135px;
    margin-top: 40px !important;
  }

  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page {
    display: flex;
    flex-direction: column;
    margin-top: 200px;
  }
  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page .view-header {
    order: 2;
    position: static;
    display: block;
    width: calc(100% - 24px);
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-right: 12px;
    min-height: 1px;
    margin-bottom: 24px !important;
  }
  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-header
  h3 {
    font-size: 24px;
  }
  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-filters {
    order: 1;
  }
  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-content {
    order: 3;
  }
  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page .form-group {
    width: 100%;
  }
  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .content_wrapper {
    padding: 16px 16px 0;
    min-height: 230px;
  }
  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .height_element_sim {
    margin-bottom: 40px;
  }
  .page-node-20 [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page .view-content .col-md-4 {
    padding: 0 !important;
  }

  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-content
  .col-md-4 {
    width: 100%;
    padding: 0 16px !important;
  }

  .page-node-type-coupon-promotion-page .region.region-content {
    background-image: none;
  }

  .page-node-type-dietanit .region.region-content {
    background-image: none;
  }

  /* mobile career page */

  /* block 1 - career title */
  .page-node-type-career-lobby article.career-lobby .field--name-field-bn img {
    height: 300px;
    border-bottom-left-radius: 0;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group
  .career-lobby-nestle
  .view-content
  .views-row:last-of-type {
    padding-bottom: 0;
    margin: 0 auto;
  }
  .page-node-type-career-lobby [id^=block-views-block-career-lobby-block-1] {
    position: absolute;
    top: 137.5px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-1]
  .form-group
  .career-lobby-title {
    margin: 0 auto;
    background: #fff;
    padding: 4px 18px;
    border-bottom: 8px solid #ffc100;
    border-radius: 5px;
    width: 90%;
    text-align: right;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-1]
  .form-group
  .career-lobby-title
  .view-content
  .views-field.views-field-title {
    font-size: 38px;
    text-align: center;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-1]
  .form-group
  .career-lobby-title
  .view-content
  .views-field.views-field-body {
    font-size: 18px;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-1]
  .form-group
  .career-lobby-title
  .view-content
  .views-field.views-field-field-button {
    text-align: center;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-1]
  .form-group
  .career-lobby-title
  .view-content
  .views-field.views-field-field-button
  a {
    font-size: 20px;
    padding: 7px 24px;
    margin: 32px 0px 36px;
  }

  /* block 2 - brands */
  .page-node-type-career-lobby [id^=block-views-block-career-lobby-block-2] {
    padding-top: 295px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-2]
  .form-group
  .career-lobby-brand
  .view-header {
    font-size: 32px;
    padding-bottom: 8px;
  }

  /* block 3 - why Osem */
  .page-node-type-career-lobby [id^=block-views-block-career-lobby-block-3] {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .page-node-type-career-lobby .career-lobby-brand .slick-list.draggable {
    width: 100% !important;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group {
    width: 100%;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group
  .career-lobby-nestle {
    padding-top: 48px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group
  .career-lobby-nestle
  .view-header
  h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group
  .career-lobby-nestle
  .view-header
  p {
    width: 90%;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group
  .career-lobby-nestle
  .view-content {
    padding-top: 40px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    display: flex;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-3]
  .form-group
  .career-lobby-nestle
  .view-content
  .views-row {
    width: 50%;
    padding: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* block 7 - testimonials */
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-7]
  .form-group
  .career-testimonials-worker
  .view-header
  h2 {
    margin: 0 0 24px 0;
    font-size: 32px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-7]
  .form-group
  .career-testimonials-worker
  .view-header
  p {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  /* block 5 - career */
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group {
    width: 100%;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career {
    padding: 40px 15px 0;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row
  .services_row {
    display: block;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row
  .services_row
  .service_img_rw {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row
  .services_row
  .service_img_rw
  img {
    border-radius: 50%;
    max-height: 260px;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row
  .services_row
  .service_descp_rw {
    display: block;
    width: 100%;
    padding-left: 20px !important;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row:nth-child(2n + 2)
  .services_row
  .service_descp_rw {
    padding-right: 0px !important;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row
  .services_row
  .service_descp_rw
  h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row:nth-child(2)::before {
    content: none;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-content
  .views-row:nth-child(2)::after {
    content: none;
  }
  .career-lobby-career .view-content .views-row {
    margin-bottom: 56px;
  }
  .career-lobby-career .view-content .views-row:last-of-type {
    margin-bottom: -50px;
  }
  .career-lobby-career
  .view-content
  .views-row
  .services_row
  .service_descp_rw
  p:last-of-type {
    margin-bottom: 0;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-footer {
    padding-top: 0;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-footer
  a {
    font-size: 20px;
    padding: 7px 24px;
    margin: 10px 0px 55px;
  }

  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-5]
  .form-group
  .career-lobby-career
  .view-footer
  a:last-child {
    margin-top: 0;
  }

  /* block 6 - career background */
  .page-node-type-career-lobby [id^=block-views-block-career-lobby-block-6] {
    padding: 0;
    height: 230px;
    padding-top: 170px;
    background-size: cover;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-6]
  .form-group
  .career-lobby-title {
    margin: 0 auto;
    background: #fff;
    padding: 28px 24px;
    border-radius: 5px;
    width: 90%;
    text-align: right;
    display: block;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-6]
  .form-group
  .career-lobby-title
  .views-field.views-field-field-description
  p {
    font-size: 20px;
    margin-bottom: 16px;
  }

  /* block 8 - more about career */
  .page-node-type-career-lobby [id^=block-views-block-career-lobby-block-8] {
    padding-top: 0;
    padding-bottom: 130px;
    background-color: #f8f8f8;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group {
    background: #f8f8f8;
    width: 100%;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers {
    padding: 0 16px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .view-header {
    margin-top: 32px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .view-header
  h2 {
    margin: 0;
    font-size: 38px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .view-content
  .views-row {
    float: none;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    margin-bottom: 24px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .views-field.views-field-field-image
  img {
    border-bottom: 5px solid #ffc100;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .views-row
  > * {
    padding: 0px 24px;
  }
  .page-node-type-career-lobby
  [id^=block-views-block-career-lobby-block-8]
  .form-group
  .more-than-careers
  .view-content
  .views-row:last-child {
    margin-bottom: 0;
  }

  /*----BRAND PAGE----*/

  .page-node-type-bysly-page .breadcrumb {
    width: 98% !important;
    padding-top: 15px !important;
    text-align: right;
    padding-right: 4px !important;
    padding-bottom: 12px !important;
  }

  .page-node-type-bisly-page .breadcrumb > li + li:before {
    color: #000 !important;
  }

  .page-node-type-bysly-page .breadcrumb a {
    text-decoration: underline;
  }

  .views-element-container.block-views-blockbrand-catalog-block-2
  > .form-group {
    width: 100vw;
  }

  .page-node-type-bysly-page
  .region.region-content
  .history-brand.view
  > .view-content,
  .page-node-type-brand-product-page
  .region.region-content
  .history-brand.view
  > .view-content {
    padding: 32px 30px 0 !important;
  }

  .page-node-type-bysly_page .banner-full-width img {
    height: auto;
    width: 100%;
  }

  .page-node-type-bysly-page .region.region-content,
  .page-node-type-brand-product-page .region.region-content {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }

  .page-node-type-bysly-page .region.region-content .views-element-container,
  .page-node-type-brand-product-page
  .region.region-content
  .views-element-container {
    flex: 0 0 100%;
    width: 100% !important;
    padding-top: 0;
  }

  [id^=block-views-block-bisley-block-2] > .form-group {
    width: 98%;
    margin: 0 auto;
  }

  [id^=block-views-block-bisley-block-3] > .form-group {
    width: 96%;
  }

  .page-node-type-bysly-page .catalog-limit,
  .page-node-type-bysly-page .catalog-limit .form-group {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 6px;
    padding-top: 24px;
  }

  [id^=block-views-block-brand-catalog-block-2] .block-title {
    width: 92%;
    margin: 40px auto 32px;
  }

  .page-node-type-bysly-page .catalog-limit .form-group {
    width: 98%;
    margin: 0 auto;
  }

  .page-node-type-bysly-page .catalog-limit .view-content .views-row {
    flex: 0 0 45%;
    margin: 0 0 24px;
  }

  .page-node-type-bysly-page .catalog-limit .view-content .views-row img {
    height: 195px;
  }

  .page-node-type-bysly-page
  .catalog-limit.brand-categories
  .view-content
  .views-row
  img {
    height: 82px !important;
    padding: 0;
    width: 80px;
    border-bottom: none;
    margin-left: 24px;
  }

  .catalog-limit.brand-categories .view-header h2 {
    margin-top: 8px;
  }

  .catalog-limit.brand-categories .view-content .views-row > div {
    border: none;
    background-color: transparent;
  }

  .page-node-type-bysly-page
  .catalog-limit.brand-categories
  .view-content
  .views-row {
    flex: 0 0 100%;
    margin: 0 0 16px;
    height: 115px;
    border-radius: 4px;
    border: solid 1px #eaeaea;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 16px;
  }

  .page-node-type-bysly-page .catalog-limit .title a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #262c35;
    text-align: center;
    padding-bottom: 12px;
  }

  .catalog-limit .view-content,
  .catalog-limit .view-content .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row-reverse;
  }

  .catalog-limit .view-content .views-infinite-scroll-content-wrapper::after,
  .catalog-limit .view-content .views-infinite-scroll-content-wrapper::before {
    content: none;
  }

  .catalog-limit .view-content {
    margin-top: -10px;
  }

  .catalog-limit .view-content .views-row > div {
    padding: 0 !important;
  }

  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .title-bisley
  .fact-container {
    height: 116px;
    border: solid 1px #efefef;
    background-color: #f8f8f8;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 8px;
    padding: 15px 0;
  }

  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .title-bisley
  .fact-container
  .number {
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b323d;
    flex: 0 0 100%;
  }

  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .title-bisley
  .views-field.views-field-body,
  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .title-bisley
  .fact-container
  .text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #262c35;
  }

  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .title-bisley
  .fact-container
  .text {
    text-align: center;
  }

  .page-node-type-bysly-page
  .region.region-content
  .history-brand.view
  > .view-content
  > div,
  .page-node-type-brand-product-page
  .region.region-content
  .history-brand.view
  > .view-content
  > div {
    width: 100%;
  }

  [id^=block-views-block-bisley-block-3] {
    order: 5;
    padding: 48px 0;
  }

  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .icons-bisley
  .view-content,
  .page-node-type-brand-product-page
  .region.region-content
  .bisley_block
  .icons-bisley
  .view-content {
    width: 100%;
  }

  [id^=block-views-block-brand-catalog-block-2] {
    order: 6;
    width: 100vw !important;
    margin-left: -2.5%;
  }

  [id^=block-views-block-brand-catalog-block-1] {
    order: 7;
  }

  [id^=block-views-block-bisley-block-5] {
    margin-top: 0;
    background-color: white;
  }

  .page-node-type-bysly-page
  .region.region-content
  .bisley_block
  .title-bisley
  .views-field.views-field-nothing,
  .page-node-type-bysly-page .region.region-content .history-brand.view {
    margin-bottom: 0;
  }

  .page-node-type-bysly-page .region.region-content .slider-brand,
  .page-node-type-brand-product-page .region.region-content .slider-brand {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .page-node-type-bysly-page .region.region-content .history-brand.view,
  .page-node-type-brand-product-page
  .region.region-content
  .history-brand.view {
    padding: 0;
  }

  .repeater-brands > div {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto;
  }

  .page-node-type-brands .banner-full-width {
    left: 0;
    margin-left: 0;
  }
  .page-node-type-brands .banner-full-width img {
    height: 332px;
  }

  .path-brand-catalog .catalog-limit .title_catalog h1 a {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    padding-right: 26px;
    position: relative;
    margin-right: 4%;
    margin-bottom: 40px;
  }

  .path-brand-catalog .catalog-limit .title_catalog h1 a::after {
    position: absolute;
    top: 0;
    right: 0px;
    content: "";
    background: #ffc100;
    width: 12px;
    height: 100%;
  }

  .path-brand-catalog .catalog-limit .view-header {
    margin-bottom: 40px;
  }

  .path-brand-catalog .catalog-limit .view-header .count_result {
    display: none;
  }

  .path-brand-catalog .catalog-limit .view-header .filter_btn {
    text-align: center;
  }

  .path-brand-catalog .catalog-limit .view-header .filter_btn a {
    padding: 5px 40%;
    border-radius: 20px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #494a4e;
  }

  .path-brand-catalog .catalog-limit,
  .path-brand-catalog .catalog-limit .view-header,
  .path-brand-catalog .catalog-limit .view-content {
    width: 100vw;
  }

  .path-brand-catalog .catalog-limit .view-content .views-row {
    flex: auto;
    margin: 0 0 24px;
    width: calc(50% - 16px) !important;
  }
  .path-brand-catalog .catalog-limit .view-content .views-row:nth-child(odd) {
    margin-left: 16px;
  }
  .path-brand-catalog
  .catalog-limit
  .view-content
  .views-infinite-scroll-content-wrapper {
    padding: 0 16px;
  }

  .path-brand-catalog .catalog-limit .view-content .views-row img {
    height: 195px;
  }

  .path-brand-catalog .catalog-limit .pager li > a {
    margin-top: 0;
    margin-bottom: 0;
  }

  /*--------*/

  .homepage-quality-life .view-header {
    width: 100%;
    padding: 0 12px 32px;
  }
  .page-node-type-homepage
  .homepage-component
  .inner-wrapper-c-sideimagetext
  .col-sm-6.wrapper-description-section {
    position: relative;
    top: 0;
    height: 100%;
    background: #fff;
    right: 0;
    padding: 40px 30px 10px;
    text-align: center;
    border-radius: 4px;
    width: calc(100% - 32px);
    margin: -150px auto 0px;
  }
  .page-node-type-homepage
  .homepage-component
  .inner-wrapper-c-sideimagetext
  .col-sm-6.wrapper-img-section.image- {
    width: 100%;
  }
  .page-node-type-homepage
  .homepage-component
  > div
  > div:nth-child(2n + 2)
  .wrapper-paragraph-section
  .inner-wrapper-c-sideimagetext
  > div {
    float: none !important;
  }
  .beet_left_img {
    width: 100%;
    margin: 0px auto;
    display: table;
    height: 258px;
  }
  .beet_left_img::after {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .beet_left_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
  }
  .beet_right_content {
    width: 95%;
    display: table;
    margin: 0px auto;
    background: #fff;
    padding: 60px 40px 14px 25px;
    text-align: center;
    border-bottom-left-radius: 60px;
  }
  .button_beet {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .button_beet a {
    margin: 10px 0;
  }
  .timer_beet {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .timer_beet span {
    flex: 0 0 33%;
    margin-left: 18px !important;
    text-align: center;
  }
  .timer_beet span:nth-child(4)::before {
    background-position-x: 5px;
  }
  .timer_beet span::before {
    display: block;
    margin: 0 auto;
  }
  .timer_beet span:nth-child(2)::after {
    content: initial;
  }
  .latest-prd-hm .views-field.views-field-nothing h3 {
    margin-bottom: 12px !important;
  }
  .latest-prd-hm .col-md-4.views-row .views-field.views-field-nothing div {
    padding: 16px 16px 0 !important;
  }
  .latest-prd-hm .col-md-4.views-row .views-field.views-field-nothing {
    height: 477px !important;
    background: white !important;
    border-radius: 4px !important;
    position: relative;
  }
  .latest-prd-hm .views-field.views-field-nothing .to-read {
    bottom: 29px !important;
  }
  .beet_right_content p {
    display: none;
  }
  .beet_right_content a {
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #262c35;
    padding-top: 24px;
  }
  .timer_beet span::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -7px;
    width: 1px;
    height: 45%;
    background-color: #333a45;
    opacity: 0.2;
  }
  .button_beet li:first-child a {
    width: 70%;
    margin: 0 auto 0 12%;
    padding: 9px 20px;
  }
  .button_beet li:last-child a {
    width: 70%;
    margin: 4px auto 16px 12% !important;
    padding: 9px 20px;
  }
  .beet_right_content h2 {
    font-size: 35px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #262c35;
    margin: 16px 0 0;
  }
  .home-news-sec .col-md-4.views-row {
    margin-bottom: 0 !important;
  }
  .homepg_bamba > div {
    display: flex;
    flex-direction: column;
  }
  .left_img_bamba {
    width: 100%;
    display: table;
    padding: 50px 80px;
    background: #ffc100;
    order: 2;
    border-bottom-left-radius: 25%;
    margin-top: -20px;
  }
  .right_content_bamba {
    display: table;
    width: 100%;
    order: 1;
  }
  .right_content_bamba img {
    height: auto;
    width: auto;
    object-fit: cover;
    border-bottom-right-radius: initial;
  }
  [id^=block-views-block-about-view-block-1] > .form-group {
    margin-bottom: 150px;
  }
  .col-xs-12.views-row.active_lw {
    width: 100% !important;
    float: none;
    padding: 0px !important;
    height: 486px;
  }
  .views-field.views-field-field-banner-lobby img {
    height: 232px;
  }
  .box-banner-set {
    margin-right: -45%;
    width: 90%;
  }
  .shared-lobby-page .col-md-4 {
    padding: 0;
    margin-bottom: 16px;
  }
  .shared-single-lobby {
    direction: rtl;
    display: table;
    width: 100%;
    background: #fff;
    padding: 0 16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .shared-single-lobby .breadcrumb {
    width: 100% !important;
    padding: 24px 0 0 !important;
    text-align: right;
  }
  .shared-single-lobby .views-field.views-field-title h1 {
    margin: 24px 0 32px;
    color: #262c35;
    font-size: 38px;
    font-weight: bold;
  }
  .shared-single-lobby .views-field.views-field-body p {
    margin-bottom: 24px;
    line-height: 28px;
  }
  .shared-single-lobby .views-field.views-field-title h1::after {
    width: 10px;
    height: 120%;
    margin-bottom: -30px;
    top: -10%;
  }
  .shared-single-lobby .views-field-nothing {
    margin-bottom: 24px;
  }
  .shared-single-lobby
  .views-field.views-field-field-body-shared-single-arctile
  p {
    font-size: 18px;
    color: #494a4e;
    line-height: 22px;
  }
  .shared-single-lobby
  .views-field.views-field-field-body-shared-single-arctile
  ul li p {
    line-height: 18px;
  }
  .page-node-type-coupon_promotion_page [id^=block-blocksimpleicon] {
    padding: 0 0 30px !important;
    margin-top: -135px;
    z-index: 2;
    position: absolute;
  }
  .page-node-type-shared-lobby [id^=block-blocksimpleicon] {
    background: #fff;
    padding-bottom: 64px;
  }
  .product-slider-nutr .view-header h2 {
    font-size: 26px;
    width: 90%;
    padding-bottom: 0;
  }
  .nutrition-two-images img {
    width: 100%;
    display: block;
  }
  .question_nestle .question_photo img {
    border-bottom-left-radius: 0px;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
  }
  body .container {
    width: 98%;
    margin: 0px auto;
    padding: 0px;
  }
  .question_nestle .question_photo {
    display: table;
    margin: 0px auto;
    width: 100%;
  }
  .question_nestle .question_content .contact_question > div {
    width: 100%;
    float: none;
    margin: 0px auto;
    text-align: center;
  }
  section[id^=block-views-block-dieticians-block-1]
  .view-id-dieticians
  .view-content {
    display: block;
    direction: rtl;
  }
  section[id^=block-views-block-dieticians-block-1] .view-id-dieticians {
    direction: ltr;
    display: block;
    padding: 40px 0 128px;
  }
  .video-part-nutr.view.view-nutrition-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .video-part-nutr.view.view-nutrition-page .view-content {
    order: 2;
    direction: rtl;
  }
  .video-part-nutr.view.view-nutrition-page .view-footer {
    order: 1;
  }
  .video-part-nutr .view-content .hidden_text_video {
    display: block;
  }
  .video-part-nutr .view-content .hidden_text_video h3 {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .little_column > h3 {
    display: none;
  }
  .video-part-nutr .view-content > div {
    float: none;
    width: 100%;
    padding: 0 0 0 0px;
  }
  .little_column::after {
    position: absolute;
    right: 50%;
    top: 40px;
    margin-right: -20px;
  }
  .coupon-page .slick-dots {
    right: 0;
  }

  /* line 5191, ../scss/custom.scss */
  .view-id-nutrition_page .box-banner-set h1 {
    font-size: 38px;
  }

  /* line 5194, ../scss/custom.scss */
  .view-id-nutrition_page .box-banner-set {
    position: absolute;
    right: 50%;
    margin-right: -40%;
  }

  /* line 5199, ../scss/custom.scss */
  .view-id-nutrition_page .box-banner-set p {
    font-size: 16px;
  }

  /* line 5202, ../scss/custom.scss */
  .video-part-nutr.view.view-nutrition-page {
    padding: 206px 0 0px;
  }

  /* line 5205, ../scss/custom.scss */
  .video-part-nutr .view-content {
    width: 100%;
  }

  /* line 5211, ../scss/custom.scss */
  [id^=block-views-block-nutrition-page-block-2] .form-group {
    width: 98%;
    margin: 0px auto;
  }

  /* line 5215, ../scss/custom.scss */
  .nutrition-two-images .view-header {
    font-size: 38px;
  }

  /* line 5218, ../scss/custom.scss */
  .article-nutrition .view-header h2 {
    font-size: 30px;
  }

  /* line 5221, ../scss/custom.scss */
  .article-nutrition .view-content .col-md-4 {
    width: 100%;
    margin: 0px auto 20px;
    float: none;
  }
  .article-nutrition .view-content .col-md-4:last-child {
    margin-bottom: 0px;
  }
  /* line 5226, ../scss/custom.scss */
  .article-nutrition .view-content .col-md-4 img {
    width: 100%;
  }

  /* line 5229, ../scss/custom.scss */
  .breadcrumb {
    padding: 52px 23px 40px !important;
    text-align: right !important;
  }

  /* line 5232, ../scss/custom.scss */
  .about-profile-st {
    padding: 0px;
  }

  /* line 5235, ../scss/custom.scss */
  [id^=block-views-block-view-about-profile-block-1]
  .views-field.views-field-title::after {
    right: 0;
  }

  /* line 5239, ../scss/custom.scss */
  .page-node-type-organizational-structure
  .structure-members-title
  .view-header {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
  }

  /* line 5245, ../scss/custom.scss */
  .page-node-type-organizational-structure
  .structure-members-title
  .view-header::after {
    right: 0;
  }

  /* line 5249, ../scss/custom.scss */
  .region.region-footer > nav {
    text-align: right !important;
    width: 92% !important;
    padding-bottom: 0px !important;
    float: none !important;
    border-bottom: 1px solid #000;
    margin: 0px auto 15px !important;
  }
  /* line 5250, ../scss/custom.scss */
  .region.region-footer > nav ul {
    display: none;
  }

  /* line 5262, ../scss/custom.scss */
  .catalog-limit .view-content .views-row {
    width: 49%;
  }

  /* line 5269, ../scss/custom.scss */
  .repeater-brands > div .column-3.views-row {
    width: 45.7%;
  }

  /* line 5275, ../scss/custom.scss */
  .banner-full-width img {
    height: 300px;
  }

  /* line 5279, ../scss/custom.scss */
  .question_nestle {
    display: table;
    width: 100%;
    padding: 0px 0px 50px !important;
    padding-top: 0;
  }
  .question_nestle .question_content {
    display: table;
    width: 60%;
    background: #ffc100;
    text-align: right;
    margin: -150px auto 0px;
    z-index: 23;
    position: relative;
    padding: 0px 30px;
    border-radius: 8px;
  }
  /* line 5293, ../scss/custom.scss */
  .question_nestle .question_content .contact_question {
    display: table;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  /* line 5298, ../scss/custom.scss */
  .question_nestle .question_content .contact_question a {
    margin-bottom: 20px;
  }

  /* line 5305, ../scss/custom.scss */
  .views-field.views-field-field-dietitian-image img {
    margin: 0px auto;
  }

  /* line 5310, ../scss/custom.scss */
  .view-id-dieticians .view-content {
    float: none;
    width: 100% !important;
    text-align: right;
    display: table;
    padding-top: 32px !important;
    position: relative;
    margin: 0;
    pointer-events: all;
  }
  .view-id-dieticians
  .view-content
  .views-row
  .views-field-field-dietitian-image {
    margin-bottom: 24px;
  }
  .view-id-dieticians .view-content .views-row .views-field-nothing h2 {
    position: absolute;
    top: 0;
    margin: 0;
  }
  .view-id-dieticians .view-content .views-row .views-field-nothing p {
    font-size: 18px;
  }
  /* line 5317, ../scss/custom.scss */
  .view-id-dieticians .view-header {
    width: 100%;
    float: none;
    text-align: right;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* line 5324, ../scss/custom.scss */
  .view.view-dieticians.view-id-dieticians .col-md-3 {
    padding: 0px 16px 30px 0px;
  }

  /* line 5328, ../scss/custom.scss */
  .nutrition-two-images {
    width: 100%;
    padding: 40px 0px 0px;
    display: block;
  }

  .nutrition-two-images .view-content .views-row {
    position: relative;
    padding-bottom: 20px;
  }

  .nutrition-two-images .view-content .views-row ul.slick-dots {
    display: block !important;
    bottom: -18px !important;
  }

  .nutrition-two-images .view-content .views-row ul.slick-dots li button {
    background: #808080 !important;
    border-radius: 50px !important;
    width: 12px !important;
    height: 12px !important;
  }

  .nutrition-two-images
  .view-content
  .views-row
  ul.slick-dots
  li
  button::before {
    opacity: 0;
  }

  /* line 5330, ../scss/custom.scss */
  .nutrition-two-images .views-row > .views-field {
    float: none;
    width: 100%;
    padding: 15px;
  }

  /* line 5339, ../scss/custom.scss */
  .single-article-nutrition .single_half_descp {
    width: 90%;
  }

  /* line 5348, ../scss/custom.scss */
  .shared-lobby-page .wrapper {
    min-height: 0px;
  }
  /* line 5355, ../scss/custom.scss */
  .shared-lobby-page .view-content .active_lw:nth-child(1) .content_wrapper p {
    width: 100%;
  }

  /* line 5375, ../scss/custom.scss */
  nav[id^=block-footermenusection] {
    width: 100% !important;
  }

  /* line 5379, ../scss/custom.scss */
  .image_text_component .side_text {
    width: 100%;
    padding: 30px;
    position: relative;
    transform: initial;
    box-sizing: border-box;
    margin-top: 50px;
  }
  /* line 5387, ../scss/custom.scss */
  .image_text_component .side_image {
    width: 100%;
  }

  /* line 5391, ../scss/custom.scss */
  .inline-status-block.views-row {
    width: 100% !important;
    padding: 20px;
    border-bottom: 1px solid #cccdd1;
  }

  /* line 5401, ../scss/custom.scss */
  .collapse {
    display: block;
  }

  /* line 5404, ../scss/custom.scss */
  .progressBarContainer {
    bottom: 60px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }

  /* line 5414, ../scss/custom.scss */
  .region.region-subfooter > section {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 5419, ../scss/custom.scss */
  .region.region-subfooter > nav {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 5428, ../scss/custom.scss */
  .subfooter.container-fluid .region.region-subfooter .menu li {
    float: none;
    padding: 0px 0px 0px 30px;
    display: inline-block;
  }
  /* line 5432, ../scss/custom.scss */
  .subfooter.container-fluid .region.region-subfooter .menu li::after {
    opacity: 0;
  }

  /* line 5440, ../scss/custom.scss */
  footer.footer .region-footer {
    padding-bottom: 5px;
  }
  /* line 5441, ../scss/custom.scss */
  footer.footer .region-footer nav {
    width: 18%;
    float: left;
    padding-bottom: 20px;
    text-align: center;
  }
  footer.footer .region-footer nav:before {
    content: '+';
    position: absolute;
    left: 4%;
    font-size: 25px;
  }
  footer.footer .region-footer nav.active-menu:before {
    content: '-';
  }
  /* line 5442, ../scss/custom.scss */
  footer.footer .region-footer nav h2 {
    font-size: 20px;
    position: relative;
    font-size: 18px !important;
    cursor: pointer;
  }
  /* line 5447, ../scss/custom.scss */
  footer.footer .region-footer nav h2::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "+";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -10px;
    font-size: 23px;
  }
  /* line 5461, ../scss/custom.scss */
  footer.footer .region-footer nav ul a {
    font-size: 15px;
  }

  /* line 5473, ../scss/custom.scss */
  .footer.container-fluid {
    padding: 30px 0px 10px;
  }

  /* line 5477, ../scss/custom.scss */
  .dsu-component-page .field--name-field-slide-description {
    font-size: 32px !important;
    width: 80%;
  }

  /* line 5483, ../scss/custom.scss */
  .image_cta_link a {
    padding: 3px 40px;
  }

  /* line 5487, ../scss/custom.scss */
  .box-banner-set {
    right: 10px;
  }
  /* line 5489, ../scss/custom.scss */
  .box-banner-set h1 {
    font-size: 38px;
  }
  /* line 5492, ../scss/custom.scss */
  .box-banner-set p {
    color: #494a4e;
    font-size: 16px;
  }

  /* line 5497, ../scss/custom.scss */
  .lobby_box {
    width: 80%;
  }

  /* line 5501, ../scss/custom.scss */
  [id^=block-views-block-view-about-profile-block-2] .about-profile-st-2 {
    padding: 0px;
  }

  /* line 5506, ../scss/custom.scss */
  .about-news-article .view-header {
    width: 90%;
    margin: 0px auto 70px;
  }
  .image_text_component .side_image {
    min-width: auto;
  }
  .page-node-type-careers-steps .main-container .steps-content .views-row {
    width: 100%;
    padding-bottom: 0;
    padding: 20px 16px 10px;
  }
  .page-node-type-career-lobby
  .career-lobby-brand
  .view-content
  .slick-dots
  button {
    background: #ffc100 !important;
  }

  [id^=block-questionnestlenutrition]
  .field.field--name-body.field--type-text-with-summary {
    width: 100%;
  }



  /* mobile home page*/

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #4c4c4c;
  }

  .homepg_inner_beet .form-group {
    width: 100%;
    display: block;
  }

  .homepg_inner_beet .form-group .beet_right_content {
    min-width: 100%;
    display: block;
  }

  .contact_hpage .form-group {
    width: 100%;
  }

  .search_icon {
    top: 37px;
    right: initial;
    left: 66px;
  }

  .search_container {
    top: 74px !important;
    padding: 0 30px;
    position: absolute;
    height: 105px !important;
  }

  .page-node-type-webform-page.page-node-182 .dialog-off-canvas-main-canvas {
    background: white;
  }

  .page-node-type-webform-page.page-node-182 .breadcrumb {
    text-align: right;
    padding: 20px 16px 0 !important;
  }

  #webform-submission-con-node-182-add-form {
    padding: 0 16px !important;
    margin: 24px auto 100px !important;
    box-shadow: none !important;
  }

  #webform-submission-con-node-182-add-form h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    margin-bottom: 16px !important;
  }

  #webform-submission-con-node-182-add-form .form-item p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    margin-bottom: 24px;
  }

  #webform-submission-con-node-182-add-form input {
    margin-bottom: 26px;
  }

  #webform-submission-con-node-182-add-form #ajax-wrapper {
    width: 100% !important;
  }

  #webform-submission-con-node-182-add-form #edit-qwrwt-hyym-upload {
    margin-bottom: 7px;
  }

  .page-node-type-webform-page .help-block {
    margin-top: 0 !important;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #494a4e;
  }

  #edit-qwrwt-hyym--description {
    padding: 7px 3px 0;
  }

  #edit-qwrwt-hyym--description br {
    display: block;
  }

  .search_container form {
    width: 100%;
  }

  .search_container #search_inp {
    display: none;
  }

  .search_container #text_search {
    height: 41px;
    line-height: 40px;
    font-size: 18px;
    padding-right: 20px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #979797;
    background-image: none !important;
  }

  .search_container svg {
    position: absolute;
    z-index: 10;
    width: 43px;
    height: 43px;
  }

  .page-node-type-homepage .latest-prd-hm {
    display: block;
    overflow: hidden;
  }

  [id^=block-webform-9] .form-type-webform-image-file,
  .page-node-type-homepage .latest-prd-hm .view-content {
    width: 100%;
    direction: rtl;
  }

  .page-node-type-careers-steps
  .main-container
  [id^=block-views-block-careers-steps-block-1]
  .views-field.views-field-body {
    padding-right: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
  }

  .page-node-type-careers-steps
  .main-container
  .steps-content
  .views-row
  .views-field.views-field-field-title-step {
    padding: 16px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #262c35;
  }

  .page-node-type-careers-steps
  .main-container
  .steps-content
  .views-row
  .views-field.views-field-field-body {
    margin: 0 0 36px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: center;
    color: #494a4e;
  }

  .page-node-type-careers-steps
  .main-container
  .steps-content
  .views-row
  .views-field.views-field-field-body
  p {
    margin-bottom: 0;
  }

  .page-node-type-careers-steps .main-container .steps-content .view-footer a {
    color: #2b323d;
  }
  [id^=block-views-block-faq-block-2] .views-field-title .title-accordion {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    padding-left: 10px;
  }
  [id^=block-views-block-faq-block-2] .body-accordion {
    padding: 0px 16px 0px 20px !important;
    text-align: right !important;
    margin-right: 190px !important;
    font-size: 18px !important;
    line-height: 23px !important;
    width: 68% !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .form-group .views-row .form_box h2 {
    font-size: 24px !important;
  }

  #campaign-special-form-screenset_content {
    padding: 0 !important;
    margin-top: 10px;
  }

  .page-node-type-coupon-promotion-page.page-node-1840 .breadcrumb {
    padding: 10px 23px 0 !important;
    position: relative;
  }

  .page-node-type-coupon-promotion-page.page-node-1840 .coupon-promotion-page.is-promoted img {
    height: 160px;
  }
}
@media (max-width: 639px) {
  .shared-single-lobby
  .views-field.views-field-field-body-shared-single-arctile
  ul li p {
    margin-bottom: 0px;
  }
  .column_job > div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: right !important;
  }
  nav.main.navbar.navbar-default.navbar-we-mega-menu.mobile-collapse.hover-action.mobile-main-menu.we-mobile-megamenu-active {width:100%;}

  .page-node-type-nutrition-lobby .view-id-dieticians .slick-dots,
  .page-node-type-nutrition-lobby .video-part-nutr .view-content .slick-dots {
    bottom: 0 !important;
  }
  .page-node-type-career-lobby .career-lobby-brand .slick-dots {
    bottom: -50px !important;
  }
  .page-node-type-homepage .latest-prd-hm .view-content .slick-dots {
    bottom: -24px !important;
  }
  .page-node-type-homepage .latest-prd-hm .slick-list.draggable {
    padding: 20px;
  }
  .page-node-type-homepage .latest-prd-hm .view-content .slick-dots {
    display: flex !important;
    justify-content: center;
  }
  .question_nestle .question_content {
    width: 91%;
  }
  .box-banner-set {
    width: 92% !important;
    margin-right: -46% !important;
  }
  .page-node-type-coupon_lobby .region-similar-box {
    padding-top: 112px;
    background-color: #f8f8f8;
  }
  .lobby-section-status .view-content {
    padding: 0px;
  }
  .lobby-section-status .view-content {
    background: none;
    display: table;
    width: 90%;
    border-radius: 4px;
    margin: 0px auto;
    box-shadow: none;
  }
  .inline-status-block.views-row {
    width: 100% !important;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  .lobby-section-status .view-header {
    width: 90%;
    margin: 0px auto;
  }
  .inline-status-block .number-decimal {
    padding: 0px;
  }
  .image_text_component .side_image img {
    width: 100%;
    height: 292px;
    object-fit: none;
  }
  .image_text_component .side_text {
    margin-top: -100px !important;
    width: 90%;
  }
  .lobby-box.view.view-about-view {
    display: table;
    width: 90%;
    padding-bottom: 20px;
    margin: 0px auto;
  }
  .lobby-box.view.view-about-view .view-content > div {
    padding: 0;
    width: 100%;
    margin-bottom: 24px !important;
  }
  .lobby-box.view.view-about-view .view-content > div:nth-child(3n + 2) {
    margin: 0px;
  }
  .lobby-box.view.view-about-view .lobby_link_article {
    width: 100%;
  }
  .lobby-box.view.view-about-view .lobby_link_article a {
    width: 100%;
  }
  .lobby_link_article .inner_txt {
    min-height: auto !important;
    padding-bottom: 20px !important;
    height: auto !important;
  }
  /*Container Set*/
  .page-node-type-about-profile .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }
  .page-node-type-about-conduct .views-element-container > .form-group,
  .page-node-type-organizational-structure .main-container {
    width: 100%;
    margin: 0px auto;
    padding: 0 16px;
  }
  .page-node-type-about-factory .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }
  .page-node-type-careers-steps .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }
  .page-node-type-about-news-page .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }
  .page-node-type-leadership-page .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }
  .page-node-type-about-history .views-element-container > .form-group {
    width: 90%;
    margin: 0px auto;
  }

  [id^=block-views-block-view-about-profile-block-2] {
    background: #f8f8f8;
    margin: 50px 0px 0px;
  }
  [id^=block-views-block-view-about-profile-block-2]
  .about-profile-st-2
  .view-content {
    background: none;
    border-radius: 4px;
    box-shadow: none;
    display: table;
    width: 100%;
    padding: 0;
    padding-left: 0 !important;
  }
  .about-conduct-inner .views-field.views-field-field-image-conduct img {
    height: 241px;
  }
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .col-md-4 {
    flex: 0 0 100% !important;
    margin: 0 auto 24px !important;
  }
  .page-node-type-about-factory
  .view-about-factory-single
  .views-field.views-field-field-factory-image
  img {
    margin: 0 0 24px !important;
    height: 240px;
    object-fit: cover;
    border-radius: 4px 4px 4px 40px;
  }
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .views-field.views-field-title {
    font-size: 38px !important;
    color: #262c35;
    margin: 30px 0px 0px !important;
  }
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .col-md-4 {
    text-align: center;
    background: #f8f8f8;
    margin: 0 16px 20px;
    padding: 20px 0px;
    border: solid 1px #efefef;
    width: 100% !important;
  }
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .views-field.views-field-body
  p {
    font-size: 18px;
    line-height: 22px;
  }
  .lobby-box.view.view-about-view {
    width: 100%;
  }
  .page-node-type-about-factory.sg_single_factory [id^=block-blocksimpleicon] {
    padding: 64px 0;
  }
  .page-node-type-about-factory.sg_single_factory
  .main-container
  .view-about-factory-single
  .col-md-4
  .views-field-field-factory-number-status {
    font-size: 48px !important;
    font-family: "SimplerPro-Bold" !important;
  }
  .sg_single_factory
  .view.view-about-factory-single.view-id-about_factory_single
  .views-row:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .page-node-type-about-factory
  .main-container
  [id^=block-views-block-about-factory-single-block-2] {
    padding: 0;
  }
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .col-md-4
  .views-field-field-factory-title-status {
    font-size: 18px;
  }
  .views-field.views-field-field-image-news img {
    height: 234px;
    object-fit: cover;
    border-radius: 4px;
    padding-bottom: 0 !important;
    margin-bottom: 32px;
  }
  .about-news-single-article .views-field.views-field-field-body-news p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0 !important;
  }
  .about-news-single-article [id^=block-blocksimpleicon] {
    padding: 64px 0 !important;
  }
  .about-news-single-article .views-field.views-field-title h1::after {
    height: 100% !important;
    bottom: 30% !important;
  }

  /*History Page*/
  .page-node-type-organizational-structure .header_block {
    width: 100%;
  }
  .page-node-type-organizational-structure .structure_block .views-row {
    z-index: 3;
  }
  .page-node-type-organizational-structure
  .structure_block
  .views-row
  .depart-supp {
    font-size: 20px;
    display: table;
    width: 100%;
    padding: 15px;
  }
  .page-node-type-organizational-structure
  .structure_block
  .views-row
  .depart-supp
  > * {
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
  }
  .page-node-type-organizational-structure
  .structure_block
  .views-row
  .name-supp {
    display: table;
    width: 100%;
    box-shadow: none;
    font-size: 18px;
    padding: 0px;
  }
  .page-node-type-organizational-structure .structure_block::after {
    right: 50%;
    margin-right: -1.5px;
  }
  .page-node-type-organizational-structure
  [id^=block-views-block-organizational-structure-block-1]::after {
    right: inherit;
    left: 50% !important;
    margin-left: -1.5px;
  }
  .page-node-type-organizational-structure .structure_block .view-header h3 {
    font-size: 18px;
    line-height: inherit;
    margin: 10px 0px;
  }
  .page-node-type-organizational-structure .structure_block .view-header {
    border: 1px solid;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    background: #fff;
  }
  .page-node-type-organizational-structure [id^=block-blocksimpleicon] {
    padding: 30px 0px 70px;
  }
  .history-page .views-field.views-field-field-banner-histroy img {
    height: 241px;
    object-fit: cover;
  }
  .history-page .views-field.views-field-title {
    font-size: 38px;
    width: 100%;
    padding-right: 30px;
  }
  .history-page .views-field.views-field-title::after {
    right: 0;
    height: 48px;
    margin-top: -24px;
  }
  .history-fullpg .views-field.views-field-field-date-history {
    top: -122px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  }
  .history-fullpg .view-content .views-row:first-child::before {
    top: -170px;
  }
  .history-fullpg .views-row::after {
    z-index: -1;
  }
  .history-fullpg .view-content .views-row {
    margin-bottom: 150px;
  }
  .history-fullpg .list_years .li_steps.active a {
    background: #2b2d31;
    margin: 0px;
    border-radius: 4px;
    height: 40px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: block;
    border: 1px solid #2b2d31;
  }
  .history-fullpg .list_years {
    margin: 0px !important;
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
    overflow: auto !important;
    white-space: nowrap !important;
  }
  .li_steps {
    display: inline-block;
    margin: 0px 10px;
  }
  .history-fullpg .list_years .li_steps a {
    background: #fff;
    font-size: 20px;
    width: 100px;
    display: block;
    height: 40px;
    margin-top: 10px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #262c35;
    font-family: "SimplerPro-Regular" !important;
  }
  .history-fullpg {
    padding-top: 50px;
  }
  .history-fullpg .view-content {
    margin-top: 200px;
  }
  .history-fullpg .list_years .li_steps a:hover {
    background: #262c35;
    margin: 0px auto 20px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: block;
    width: 100px;
    border: 1px solid;
  }

  /* line 5513, ../scss/custom.scss */
  .page-404 .views-field.views-field-body {
    font-size: 20px;
    color: #262c35;
    padding: 40px 0 50px;
  }

  /* line 5518, ../scss/custom.scss */
  .page-404 .views-field.views-field-title::after {
    width: 400px;
    height: 160px;
    margin-left: -170px;
  }

  /* line 5523, ../scss/custom.scss */
  .page-404 .views-field.views-field-title span {
    width: 280px;
    height: 110px;
  }

  /* line 5527, ../scss/custom.scss */
  #toTop {
    height: 30px;
    width: 30px;
    bottom: 15px;
    right: 15px;
  }
  /* line 5532, ../scss/custom.scss */
  #toTop:after {
    font-size: 15px;
  }

  /* line 5539, ../scss/custom.scss */
  .view-id-nutrition_page .views-field.views-field-field-banner img {
    height: 332px;
    border-radius: 0 !important;
  }
  /* line 5543, ../scss/custom.scss */
  .view-id-nutrition_page .box-banner-set {
    position: absolute;
    right: 3%;
    width: 94%;
    margin: 0px;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
  }
  /* line 5553, ../scss/custom.scss */
  .view-id-nutrition_page .box-banner-set .lobby_box {
    padding: 32px 16px !important;
  }

  /* line 5559, ../scss/custom.scss */
  .video-part-nutr .view-footer {
    float: none;
    width: 92%;
    margin: 0px auto;
  }
  /* line 5563, ../scss/custom.scss */
  .video-part-nutr .view-content {
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: scroll;
    margin: 30px 0px 0px;
    z-index: 20;
  }

  /* line 5575, ../scss/custom.scss */
  .little_column {
    display: -webkit-box;
    width: 100%;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    padding-bottom: 20px;
  }
  /* line 5579, ../scss/custom.scss */
  .little_column p {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: center;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    z-index: 2;
    font-size: 22px;
    padding-top: 10px;
    margin: 0px auto;
    position: relative;
  }
  /* line 5586, ../scss/custom.scss */
  .little_column img {
    display: block;
    margin: 0px auto;
    -webkit-box-ordinal-group: 1;
    position: relative;
  }

  /* line 5591, ../scss/custom.scss */
  .product-slider-nutr {
    text-align: right;
    padding: 30px 16px 82px;
    width: 100%;
    margin: 0px auto;
  }
  /* line 5596, ../scss/custom.scss */
  .product-slider-nutr .view-header {
    font-size: 24px;
    width: 100%;
    line-height: 1.3;
    text-align: right;
    padding-bottom: 25px;
    font-family: "SimplerPro-Bold" !important;
  }
  /* line 5601, ../scss/custom.scss */
  .product-slider-nutr img {
    margin: 0px auto;
  }

  /* line 5605, ../scss/custom.scss */
  .dietician_box_lk {
    display: table;
    width: 100%;
  }
  /* line 5606, ../scss/custom.scss */
  .dietician_box_lk img {
    margin: 0px auto;
  }

  /* line 5612, ../scss/custom.scss */
  .box_dieticians {
    text-align: right;
  }

  /* line 5616, ../scss/custom.scss */
  .page-listing-dietitian.view.view-dieticians .view-content {
    padding: 0px;
  }

  /* line 5622, ../scss/custom.scss */
  .question_nestle .question_content h2 {
    font-size: 30px;
  }
  /* line 5625, ../scss/custom.scss */
  .question_nestle .question_content p {
    font-size: 20px;
  }

  /* line 5631, ../scss/custom.scss */
  .single-article-nutrition .single_half_descp {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 !important;
  }
  /* line 5632, ../scss/custom.scss */
  .single-article-nutrition .single_half_descp h2 {
    font-size: 24px;
  }
  /* line 5636, ../scss/custom.scss */
  .single-article-nutrition .single_half_descp h6 p {
    font-size: 19px;
    width: 100%;
  }
  /* line 5641, ../scss/custom.scss */
  .single-article-nutrition .single_half_descp p {
    font-size: 18px !important;
    line-height: 24px;
  }
  /* line 5649, ../scss/custom.scss */
  .single-article-nutrition .views-row > img {
    height: 300px;
  }

  /* line 5656, ../scss/custom.scss */
  .page-listing-dietitian .view-header p {
    font-size: 20px;
    width: 100%;
  }
  /* line 5660, ../scss/custom.scss */
  .page-listing-dietitian .view-header h2 {
    font-size: 30px;
  }
  /* line 5662, ../scss/custom.scss */
  .page-listing-dietitian .view-header h2::after {
    right: 0;
  }
  /* line 5671, ../scss/custom.scss */
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-nothing
  .align_dietitian
  h2 {
    font-size: 24px;
    font-family: "SimplerPro-Bold" !important;
  }
  /* line 5674, ../scss/custom.scss */
  .page-listing-dietitian
  .view-content
  .views-row
  .views-field.views-field-nothing
  .align_dietitian
  p {
    font-size: 18px;
  }

  /* line 5689, ../scss/custom.scss */
  .history-fullpg .history_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .history-fullpg .body_history_bx {
    margin: 0;
  }
  .history-fullpg .view-content .views-row .image_history_bx img,
  .history-fullpg
  .view-content
  .views-row:nth-child(2n + 1)
  .image_history_bx
  img {
    clip-path: none;
  }
  /* line 5694, ../scss/custom.scss */
  .history-fullpg .view-content .views-row:nth-child(2n + 1) {
    margin-left: 0px;
  }

  /* line 5700, ../scss/custom.scss */
  .views-field.views-field-field-body-profile-latest ul {
    padding: 0px;
  }

  /* line 5704, ../scss/custom.scss */
  .shared-lobby-page .fieldgroup.form-composite {
    text-align: center;
  }

  /* line 5709, ../scss/custom.scss */
  #edit-field-shared-type-target-id--wrapper > .form-item {
    margin-bottom: 30px;
  }
  /* line 5722, ../scss/custom.scss */
  .page-node-type-about-factory
  .main-container
  [id^=block-views-block-about-factory-single-block-1] {
    padding-top: 0px;
  }
  /* line 5727, ../scss/custom.scss */
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .col-md-4
  .views-field-field-factory-number-status {
    font-size: 40px;
  }
  /* line 5731, ../scss/custom.scss */
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .views-field.views-field-title {
    font-size: 30px;
    color: #262c35;
    padding-right: 45px;
  }

  /* line 5739, ../scss/custom.scss */
  .about-news-single-article .views-field.views-field-title {
    font-size: 30px;
  }

  /* line 5744, ../scss/custom.scss */
  .listing-course .col-md-4 {
    width: 100% !important;
  }

  /* line 5749, ../scss/custom.scss */
  .leadership-page .col-md-4.views-row {
    width: 100% !important;
    float: left !important;
  }
  /* line 5750, ../scss/custom.scss */
  .leadership-page .col-md-4.views-row:nth-child(2n + 1) {
    clear: none;
  }

  /* line 5783, ../scss/custom.scss */
  [id^=block-views-block-about-view-block-5] {
    padding: 50px 0px 40px;
  }

  /* line 5787, ../scss/custom.scss */
  .similar-lobby-box .view-header {
    font-size: 24px;
  }

  /* line 5791, ../scss/custom.scss */
  [id^=block-views-block-about-view-block-1] {
    margin-bottom: 120px;
  }

  /* line 5803, ../scss/custom.scss */
  .image_text_component {
    padding: 50px 0px;
  }

  /* line 5807, ../scss/custom.scss */
  .lobby-box .col-md-4 {
    width: 100%;
    float: none;
  }

  /* line 5812, ../scss/custom.scss */
  .lobby_box {
    width: 95%;
  }

  /* line 5816, ../scss/custom.scss */
  .lobby-section-status .view-header {
    font-size: 30px;
  }

  /* line 5820, ../scss/custom.scss */
  .progressBarContainer {
    bottom: 40px;
    width: 100%;
    left: 0;
    margin-left: 0px;
    padding: 0px 16px;
  }

  /* line 5826, ../scss/custom.scss */
  .image_cta_link {
    margin: 23px 0 0 !important;
  }

  /* line 5833, ../scss/custom.scss */
  .dsu-component-page .field--name-field-slide-description {
    font-size: 24px !important;
  }

  /* line 5837, ../scss/custom.scss */
  .field--name-field-c-title {
    margin-bottom: 10px;
  }

  /* line 5842, ../scss/custom.scss */
  footer.footer .region-footer nav {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    text-align: center;
  }

  /* line 5853, ../scss/custom.scss */
  .subfooter.container-fluid .region.region-subfooter .menu li {
    padding: 0px 10px;
  }

  /* line 5859, ../scss/custom.scss */
  .about-news-article {
    padding: 0px;
    direction: rtl;
  }
  /* line 5862, ../scss/custom.scss */
  .about-news-article .view-header {
    font-size: 30px;
    width: 100%;
  }
  .about-news-article .views-row {
    padding: 50px 150px 50px 0px;
    box-sizing: border-box;
    width: auto;
  }
  .about-news-article .views-row::after {
    right: 34px;
  }

  .about-news-article .views-row .views-field.views-field-view-node a::after {
    top: -3px;
  }

  /* line 5886, ../scss/custom.scss */
  .breadcrumb {
    text-align: center;
  }

  /* line 5890, ../scss/custom.scss */
  [id^=block-views-block-view-about-profile-block-1] .views-field.views-field-title {
    color: #262c35;
    font-size: 35px;
    position: relative;
    width: 100%;
  }
  /* line 5898, ../scss/custom.scss */
  [id^=block-views-block-view-about-profile-block-1]
  .views-field.views-field-field-body-about-inner {
    width: 100%;
    margin: 0px auto;
    color: #494a4e;
    font-size: 20px;
    padding-left: 30px;
  }

  /* line 5907, ../scss/custom.scss */
  .middle_ceo h2 {
    margin: 0px;
  }

  /* line 5912, ../scss/custom.scss */
  .bottom_ceo h3 {
    margin: 0px;
  }

  [id^=block-views-block-view-about-profile-block-2]
  .about-profile-st-2
  .view-header
  h2 {
    font-size: 35px;
    width: 100%;
    margin: 40px auto 55px;
  }
  /* line 5924, ../scss/custom.scss */
  [id^=block-views-block-view-about-profile-block-2]
  .views-field.views-field-field-factory-number-status {
    font-size: 40px;
    padding: 0px;
  }
  [id^=block-views-block-view-about-profile-block-2] .inline-status-block.views-row {
    padding: 30px 0px;
    border: none;
    margin-bottom: 20px;
  }

  /* line 5932, ../scss/custom.scss */
  [id^=block-views-block-view-about-profile-block-3] .about-profile-st-3 {
    width: 95%;
    margin: 0px auto;
  }

  /* line 5938, ../scss/custom.scss */
  .about-conduct-inner .views-field.views-field-title {
    font-size: 30px;
  }
  /* line 5942, ../scss/custom.scss */
  .about-conduct-inner .views-field.views-field-body {
    font-size: 18px;
    color: #494a4e;
    margin: 0px auto;
    padding-left: 20px;
  }
  /* line 5949, ../scss/custom.scss */
  .about-conduct-inner .views-field.views-field-field-link-conduct {
    width: 98%;
  }

  /* line 5959, ../scss/custom.scss */
  .history-page .views-field.views-field-body p {
    width: 100%;
  }

  /* line 5972, ../scss/custom.scss */
  .catalog-limit .view-content .views-row {
    width: 98%;
    float: none;
  }
  /* line 5975, ../scss/custom.scss */
  .catalog-limit .view-content .views-row .views-field.views-field-title {
    padding: 15px 0 24px;
  }
  /* line 5978, ../scss/custom.scss */
  .catalog-limit .view-content .views-row img {
    margin: 0px auto;
  }

  /* line 5986, ../scss/custom.scss */
  .repeater-brands > div .column-3.views-row {
    width: 98%;
    margin: 0 0 16px;
    flex: 0 0 48%;
  }

  /* line 5998, ../scss/custom.scss */
  .banner-full-width img {
    height: 250px;
  }

  .article-nutrition.view.view-nutrition-article-listing {
    position: relative;
  }
  .article-nutrition.view.view-nutrition-article-listing .form-group {
    width: 98%;
    margin: 0px auto;
  }

  .article-nutrition .view-header {
    position: static;
    padding-right: 0;
  }
  .article-nutrition .view-header h1 {
    font-size: 38px;
  }
  .article-nutrition .view-header p {
    margin-right: 0;
    font-size: 16px;
    width: 100% !important;
    margin-bottom: 24px;
  }
  .article-nutrition .link_target {
    text-align: center;
    bottom: -66px;
    top: unset;
  }
  .article-nutrition .link_target a {
    padding: 0;
    border: solid 1px #494a4e;
    color: #262c35;
    font-size: 18px;
    padding: 10px 30px;
    line-height: 28px;
    border-radius: 20px;
    background: #f8f8f8 !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none;
  }
  .article-nutrition .link_target a::after {
    display: none;
  }
  .question_nestle .question_content .contact_question > div::before {
    width: 96px;
    height: 96px;
  }
  .question_nestle .question_content .contact_question a {
    position: relative;
    height: 30px;
    padding-top: 100px;
    margin-top: -110px;
    z-index: 33;
    margin-bottom: 30px;
    width: auto;
  }
  .leadership-page.view .col-md-4.views-row .views-field.views-field-field-leadership-body {margin-bottom:19px;}
  [id^=block-views-block-about-view-block-5] {padding:32px 16px 0px;}
  .page-node-type-organizational_structure section.col-sm-12 {padding:24px 16px 0px !important;}
  .about-news-single-article .views-field.views-field-title h1::after {height: 100% !important;bottom: 0 !important;margin-bottom: 0 !important;}
  .about-news-article .views-field.views-field-created {padding-bottom:8px;}
  .about-news-article .views-row .views-field.views-field-title {margin-bottom:8px;}
  .about-news-article .views-row .views-field.views-field-title .field-content {font-family: "SimplerPro-Bold" !important;}
  .about-news-article .views-field.views-field-view-node {margin-top: 0px;}
  .page-node-type-about-factory .main-container .view-about-factory-single .col-md-4 {margin: 0 auto 8px !important;}
  .page-node-type-about-factory.sg_single_factory .main-container .view-about-factory-single .col-md-4 .views-field-field-factory-number-status {line-height:1;}
  .page-node-type-about-factory .main-container .view-about-factory-single .col-md-4 {padding: 0px !important;}
  .page-node-type-about-factory .breadcrumb {padding: 24px 16px 24px !important;}
  .page-node-type-about-history .breadcrumb {padding: 24px 16px 24px !important;}
  .page-node-type-about-history .li_steps {margin: 0 0 0 12px;}
  .history-fullpg .list_years {right: 0px !important;}
  .page-node-type-about-history [id^=block-views-block-view-history-block-2] > .form-group {padding: 0 16px !important;}
  .history-fullpg .list_years.position_loked {right: 0px !important;}
  .list_years.position_loked.sticky_years {padding:20px 16px 0px;}
  .lobby-section-status .view-content {width:100%;padding:0px 16px;}
  .lobby-box.view.view-about-view {width: 100%;padding: 0px;}
  .lobby-box.view.view-about-view .view-header h2::after {bottom:50% !important;height:48px !important;}
  .leadership-page.view .view-content > div:nth-child(3n + 1) {clear: inherit;}
  [id^=block-views-block-about-view-block-1] .image_wrapper img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (max-width: 479px) {
  .shared-lobby-page .fieldgroup.form-composite label {
    margin: 0;
  }
  .page-node-type-page .views-element-container > .form-group {
    width: 100%;
  }
  .footer_icon {
    display: table;
    width: 100%;
    text-align: center;
  }
  .subfooter.container-fluid .region.region-subfooter .footer_icon > div {
    padding: 0px !important;
    float: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -94.5px;
  }
  .subfooter.container-fluid .region.region-subfooter .footer_icon > a {
    width: 40px;
    height: 40px;
    margin: 0px 3px;
    box-sizing: border-box;
    border-radius: 4px;
    float: none;
    display: inline-block;
  }
  .subfooter.container-fluid .region.region-subfooter .menu {
    padding: 10px 0px 32px;
    padding-top: 0;
  }
  .subfooter.container-fluid .region.region-subfooter .menu li {
    display: block;
  }
  .col-xs-12.views-row.active_lw:last-child {
    margin: 0 0 40px;
  }
  [id^=block-views-block-view-shared-lobby-block-1]
  .shared-lobby-page
  .view-content
  .col-md-4:last-child {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .shared-lobby-page ul.js-pager__items.pager {
    margin-top: 0 !important;
    order: 3;
  }
  .shared-lobby-page ul.js-pager__items.pager {
    margin: 40px 0px 130px;
  }
  .lobby_box {
    padding: 32px 16px !important;
  }
  .box-banner-set h1 {
    margin: 0 0 16px 0px !important;
  }
  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page {
    display: flex;
    padding: 0px 16px;
  }
  .main-container {
    padding: 0px !important;
  }
  .title_single_jobs h1 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    margin: 16px 0 18px;
  }
  .single_jobs_page .header_part_single .subtitle_value {
    margin-bottom: 14px;
  }
  .single_jobs_page .header_part_single .location_value {
    margin-bottom: 18px;
  }
  .single_jobs_page .section_single_part .description_single {
    font-size: 18px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: right !important;
    color: #494a4e !important;
    margin: 32px 0 !important;
  }
  .single_jobs_page .section_single_part .description_single p {
    margin-bottom: 16px;
  }
  .single_jobs_page .section_single_part .description_single p:first-of-type {
    margin-top: 6px;
  }
  .single_jobs_page .job_button {
    padding: 0;
    text-align: center;
  }
  .single_jobs_page .job_button a {
    font-size: 20px;
    color: #2b323d;
    padding: 8px 27px;
  }
  .page-node-type-single_career_jobs .region.region-content,
  .page-node-type-career_worker .region.region-content {
    background: white;
  }
  .page-node-type-job-offer [id^=block-blocksimpleicon] {
    padding: 15px 0 130px;
  }
  .single_jobs_page {
    padding: 20px 16px;
    width: 100%;
    margin: 0;
  }
  .page-node-type-careers-steps
  .main-container
  [id^=block-views-block-careers-steps-block-1]
  .views-field.views-field-title
  h1 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    margin-right: -4px;
    margin-bottom: 25px;
    margin-top: 11px;
  }
  button.navbar-toggle.collapsed {
    margin: 0;
    position: absolute;
    top: 31px;
    left: 26px;
    background: none;
    border: none;
  }
  button.navbar-toggle.collapsed.open {
    background: url(/themes/custom/osem/images/close-header.svg) 100% no-repeat;
    top: 28px;
    height: 20px;
    width: 20px;
  }
  button.navbar-toggle.collapsed.open .icon-bar {
    display: none;
  }
  .homepage-quality-life .view-header h2 {
    font-size: 32px;
  }
  .homepage-quality-life .col-md-4.views-row {
    width: 98%;
    margin: 0px auto 12px;
    float: none;
    padding: 12px 12px 0px 12px;
  }
  .career-lobby-brand .slick-slide > div:first-child,
  .latest-prd-hm .slick-slide > div:first-child {
    padding-bottom: 10px;
    display: inline-block;
  }
  .page-node-type-homepage
  .homepage-component
  .inner-wrapper-c-sideimagetext
  .col-sm-6.wrapper-description-section
  .field--name-field-c-title {
    font-size: 32px !important;
    color: #262c35 !important;
    margin: 0 0 20px !important;
  }
  .page-node-type-homepage
  .homepage-component
  .inner-wrapper-c-sideimagetext
  .col-sm-6.wrapper-description-section
  .field.field--name-field-c-sideimagetext-subheading {
    margin: 0 0 10px auto;
    width: 98%;
    font-size: 20px !important;
    color: #262c35 !important;
    margin: 0px;
  }
  .beet_right_content h2 {
    font-size: 26px;
  }
  .timer_beet span {
    margin-left: 10px;
  }
  .left_img_bamba h2 {
    font-size: 28px;
  }
  .left_img_bamba {
    padding: 30px;
  }
  .homepg_bamba {
    padding: 100px 0 0;
  }
  .home-news-sec .view-content {
    height: initial;
    padding: 0;
    flex-wrap: wrap-reverse;
  }
  .home-news-sec .view-header h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .home-news-sec .col-md-4.views-row {
    width: 98%;
    float: none;
    text-align: center;
    margin: 0px auto 80px;
    border-bottom: 1px solid #cccdd1;
    padding-bottom: 40px;
  }
  .home-news-sec .col-md-4.views-row:last-child {
    margin: 0px auto 40px;
    float: none;
    padding: 0 0 40px;
    display: table;
  }
  nav.main.navbar.navbar-default.navbar-we-mega-menu.mobile-collapse.hover-action.mobile-main-menu.we-mobile-megamenu-active {
    width: 100vw;
    margin-top: 74px;
  }
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > span {
    font-size: 15px;
  }
  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li > a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    text-shadow: none;
  }
  .about-news-article .views-row .views-field.views-field-field-body-news {
    display: none;
  }
  .bef-exposed-form .form--inline .form-item {
    float: none;
    margin: 0 auto 24px !important;
    display: inline-block;
  }

  /* line 6005, ../scss/custom.scss */
  .region.region-navigation-collapsible .logo.navbar-btn.pull-left {
    padding: 0 !important;
    margin: 0 !important;
    float: right !important;
  }

  /* line 6009, ../scss/custom.scss */
  .views-field.views-field-field-banner-lobby img {
    height: 332px;
    border-radius: initial;
    object-fit: cover;
    margin-top: 3px;
  }

  /* line 6013, ../scss/custom.scss */
  .inline-status-block.views-row {
    width: 100% !important;
    border-bottom: none;
    margin: 0px auto 10px;
    float: none;
  }

  /* line 6019, ../scss/custom.scss */
  .image_text_component .side_text {
    width: 92%;
    padding: 20px;
    margin: -70px auto 0px;
    display: table;
  }

  /* line 6025, ../scss/custom.scss */
  .lobby-box.view.view-about-view .view-header h2 {
    text-align: center;
    padding: 10px 0px;
  }

  /* line 6030, ../scss/custom.scss */
  .page-node-type-about-profile
  .views-field.views-field-field-image-about-profile
  img {
    height: 240px;
    object-fit: cover;
  }
  /* line 6034, ../scss/custom.scss */
  .page-node-type-about-profile footer.similar_box_cont.container-fluid {
    padding: 0px;
  }

}

/*# sourceMappingURL=style.css.map */

/*Bogdan Style*/

[id^=block-webform-7] .radio .option {
  /*background-image: url(/themes/custom/osem/images/checked.svg);*/
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% 10%;
  padding-left: 30px;
  padding-right: 30px;
}
/*[id^=block-webform-7] .radio .option.checked {
  background-image: url(/themes/custom/osem/images/checked.png);
}*/
[id^=block-webform-7] .radio .option .form-radio {
  right: 0;
}
[id^=block-webform-7] .webform-type-checkboxes .fieldset-legend {
  display: block;
}
.view-id-contact_page {
  position: relative;
}

.view-id-contact_page .views-field.views-field-field-banner {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.view-id-contact_page .views-field.views-field-field-banner img {
  display: block;
  width: 100%;
  height: 512px;
  object-fit: cover;
  border-radius: 0 0 0 104px;
}

.view-id-contact_page .box-banner-set {
  position: absolute;
  right: 0;
  width: auto;
  margin: 0px;
  max-width: 650px;
  background: #fff;
  padding: 10px 32px;
  border-bottom: 8px solid #ffc100;
  border-radius: 5px;
}

.view-id-contact_page .box-banner-set .lobby_box {
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: none;
  padding: 20px 0px;
}

.view-id-contact_page .box-banner-set h1 {
  margin: 2px 0px 32px;
  font-size: 48px;
}

.view-id-contact_page .box-banner-set h1::after {
  display: none;
}

.view-id-contact_page .box-banner-set p {
  font-size: 20px;
}

.contact-lobby .lobby_box {
  border: none !important;
}

.view-id-contact_page .lobby_box::after {
  display: none;
}

.page-node-type-contact-lobby .contact_hpage h2 {
  display: none;
}

.page-node-type-contact-lobby .contact_hpage h2,
.page-node-type-form-page .contact_hpage h2 {
  display: none;
}
.page-node-type-contact-lobby .contact_hpage {
  padding: 210px 0 50px;
}
[id^=block-views-block-call-center-page-block-1] .callcenter_box h1,
[id^=block-views-block-form-page-block-1] .form_box h1,
[id^=block-views-block-faq-page-block-1] .form_box h1 {
  text-align: right;
  padding: 0px 30px;
  font-size: 48px;
  color: #262c35;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
}
[id^=block-views-block-call-center-page-block-1] .callcenter_box p,
[id^=block-views-block-form-page-block-1] .form_box p,
[id^=block-views-block-faq-page-block-1] .form_box p {
  font-size: 24px;
  width: 40%;
  color: #494a4e;
  max-width: 628px;
  margin: 0px 15px 40px;
}
[id^=block-views-block-call-center-page-block-1] .callcenter_box h1:after,
[id^=block-views-block-form-page-block-1] .form_box h1:after,
[id^=block-views-block-faq-page-block-1] .form_box h1:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 74px;
  margin-top: -37px;
}
[id^=block-views-block-call-center-page-block-2] .callcenter_item .box1 {
  width: 65%;
  float: left;
}
[id^=block-views-block-call-center-page-block-2] .callcenter_item .box2 {
  width: 35%;
  float: left;
}
[id^=block-views-block-call-center-page-block-2] .callcenter_item .box2 img {
  border-radius: 50%;
}
[id^=block-views-block-call-center-page-block-2] .views-row {
  padding-bottom: 50px;
}
[id^=block-views-block-call-center-page-block-2] .callcenter_item p {
  font-size: 18px;
}

[id^=block-faqcategory] {
  float: right;
  width: 30%;
  z-index: 99;
}
[id^=block-faqcategory] a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
  line-height: 50px;
  padding-right: 30px;
}

[id^=block-faqcategory] .category_btn span {
  width: 262px;
  height: 48px;
  border-radius: 2px;
  display: block;
}
[id^=block-faqcategory] .category_btn span:hover {
  background-color: #ffc100;
}

.view.view-faq.view-id-faq {
  display: table;
  margin: 0 0 0 auto;
  max-width: 846px;
  width: 100%;
  padding-right: 27px;
}

.view.view-faq.view-id-faq .view-content .views-row {
  margin: 0 0 16px;
  display: table;
  width: 100%;
}

[id^=block-views-block-faq-block-1],
[id^=block-views-block-faq-block-2],
[id^=block-views-block-faq-block-3],
[id^=block-views-block-faq-block-4],
[id^=block-views-block-faq-block-5],
[id^=block-views-block-faq-block-6] {
  width: calc(100% - 262px);
}

[id^=block-views-block-faq-block-1] .views-field-title,
[id^=block-views-block-faq-block-2] .views-field-title,
[id^=block-views-block-faq-block-3] .views-field-title,
[id^=block-views-block-faq-block-4] .views-field-title,
[id^=block-views-block-faq-block-5] .views-field-title,
[id^=block-views-block-faq-block-6] .views-field-title {
  height: 56px;
  background-color: #f8f8f8;
  cursor: pointer;
}

[id^=block-views-block-faq-block-1] .views-field-title .title-accordion,
[id^=block-views-block-faq-block-2] .views-field-title .title-accordion,
[id^=block-views-block-faq-block-3] .views-field-title .title-accordion,
[id^=block-views-block-faq-block-4] .views-field-title .title-accordion,
[id^=block-views-block-faq-block-5] .views-field-title .title-accordion,
[id^=block-views-block-faq-block-6] .views-field-title .title-accordion {
  font-size: 20px;
  font-weight: normal;
  color: #262c35;
  display: block;
  line-height: 56px;
  padding-right: 30px;
}

[id^=block-views-block-faq-block-1] .views-field-body,
[id^=block-views-block-faq-block-2] .views-field-body,
[id^=block-views-block-faq-block-3] .views-field-body,
[id^=block-views-block-faq-block-4] .views-field-body,
[id^=block-views-block-faq-block-5] .views-field-body,
[id^=block-views-block-faq-block-6] .views-field-body {
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262c35;
  margin: 0px auto;
  background: #f8f8f8;
}

[id^=block-views-block-faq-block-1] .body-accordion,
[id^=block-views-block-faq-block-2] .body-accordion,
[id^=block-views-block-faq-block-3] .body-accordion,
[id^=block-views-block-faq-block-4] .body-accordion,
[id^=block-views-block-faq-block-5] .body-accordion,
[id^=block-views-block-faq-block-6] .body-accordion {
  border-bottom: 4px solid rgb(255, 193, 0);
  padding: 17px 32px 36px 40px;
  font-size: 18px;
  line-height: 22px;
}

[id^=block-views-block-faq-block-1]:before,
[id^=block-views-block-faq-block-2]:before,
[id^=block-views-block-faq-block-3]:before,
[id^=block-views-block-faq-block-4]:before,
[id^=block-views-block-faq-block-5]:before,
[id^=block-views-block-faq-block-6]:before {
  content: " נושא";
  font-size: 12px;
  width: 100%;
  text-align: right;
  padding-right: 25px;
  font-size: 24px;
  padding-bottom: 7px;
  color: #000000;
  letter-spacing: -0.2px;
}

.form-item-pyrwt-wklwsyh .control-label {
  padding-top: 0 !important;
}

.form-item-pyrwt-hrgwn .control-label {
  padding-top: 0 !important;
}

#block-webform,
[id^=block-webform-3],
[id^=block-webform-4],
[id^=block-webform-5],
[id^=block-webform-6],
[id^=block-webform-7],
[id^=block-webform-9],
[id^=block-webform-10] {
  background-color: #ffffff;
  text-align: right;
  max-width: 879px;
  padding: 0 125px;
  margin: 0 auto;
  margin-bottom: 170px;
  padding-bottom: 72px;
  box-shadow: 0 4px 6px 3px rgba(0, 0, 0, 0.05);
}

[id^=block-webform-9],
[id^=block-webform-10] {
  margin-top: -120px;
}

[id^=block-webform-7] .form-type-email {
  width: 100% !important;
}

#block-webform .webform-submission-form,
[id^=block-webform-3] .webform-submission-form,
[id^=block-webform-4] .webform-submission-form,
[id^=block-webform-5] .webform-submission-form,
[id^=block-webform-6] .webform-submission-form,
[id^=block-webform-7] .webform-submission-form,
[id^=block-webform-9] .webform-submission-form,
[id^=block-webform-10] .webform-submission-form{
  position: relative;
}

#block-webform .form-item-myyl,
[id^=block-webform-3] .form-item-myyl,
[id^=block-webform-4] .form-item-myyl,
[id^=block-webform-5] .form-item-myyl,
[id^=block-webform-6] .form-item-myyl,
[id^=block-webform-7] .form-item-myyl,
[id^=block-webform-9] .form-item-myyl,
[id^=block-webform-10] .form-item-myyl{
  width: 50%;
  float: left;
}

#block-webform .webform-image-file .btn-danger,
[id^=block-webform-3] .webform-image-file .btn-danger,
[id^=block-webform-4] .webform-image-file .btn-danger,
[id^=block-webform-5] .webform-image-file .btn-danger,
[id^=block-webform-6] .webform-image-file .btn-danger,
[id^=block-webform-7] .webform-image-file .btn-danger,
[id^=block-webform-9] .webform-image-file .btn-danger,
[id^=block-webform-10] .webform-image-file .btn-danger{
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  font-size: 0;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
  background-image: url(/themes/custom/osem/images/cross2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#block-webform .form-item-tlpwn,
[id^=block-webform-3] .form-item-tlpwn,
[id^=block-webform-4] .form-item-tlpwn,
[id^=block-webform-5] .form-item-tlpwn,
[id^=block-webform-6] .form-item-tlpwn,
[id^=block-webform-7] .form-item-tlpwn,
[id^=block-webform-9] .form-item-tlpwn,
[id^=block-webform-10] .form-item-tlpwn{
  width: 50%;
  float: left;
  margin-top: 5px;
}
#block-webform .form-type-checkbox,
[id^=block-webform-3] .form-type-checkbox,
[id^=block-webform-4] .form-type-checkbox,
[id^=block-webform-5] .form-type-checkbox,
[id^=block-webform-6] .form-type-checkbox,
[id^=block-webform-7] .form-type-checkbox,
[id^=block-webform-9] .form-type-checkbox,
[id^=block-webform-10] .form-type-checkbox{
  direction: rtl;
  margin-bottom: 24px;
}
#block-webform .checkbox input[type="checkbox"],
[id^=block-webform-3] .checkbox input[type="checkbox"],
[id^=block-webform-4] .checkbox input[type="checkbox"],
[id^=block-webform-5] .checkbox input[type="checkbox"],
[id^=block-webform-6] .checkbox input[type="checkbox"],
[id^=block-webform-7] .checkbox input[type="checkbox"],
[id^=block-webform-9] .checkbox input[type="checkbox"],
[id^=block-webform-10] .checkbox input[type="checkbox"]{
  margin-right: -20px;
  margin-left: 0;
  display: none;
}

#block-webform
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
[id^=block-webform-3]
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
[id^=block-webform-4]
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
[id^=block-webform-5]
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
[id^=block-webform-6]
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
[id^=block-webform-9]
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
.form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly-,
[id^=block-webform-10] {
  clear: both;
}

#block-webform
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option,
[id^=block-webform-3]
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option,
[id^=block-webform-4]
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option,
[id^=block-webform-5]
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option,
[id^=block-webform-6]
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option,
[id^=block-webform-9]
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option ,
[id^=block-webform-10]
.form-item-bhrsmty-ny-mskym-h-lmsyrt-hprtym-lmgr-hzrknym-sl-sm-nstlh-bhtm-l .option {
  padding-top: 0;
}

#block-webform #edit-markup,
[id^=block-webform-3] #edit-markup,
[id^=block-webform-4] #edit-markup,
[id^=block-webform-5] #edit-markup,
[id^=block-webform-6] #edit-markup,
[id^=block-webform-7] #edit-markup,
[id^=block-webform-9] #edit-markup,
[id^=block-webform-10] #edit-markup{
  font-size: 18px;
}

#block-webform .control-label,
[id^=block-webform-3] .control-label,
[id^=block-webform-4] .control-label,
[id^=block-webform-5] .control-label,
[id^=block-webform-6] .control-label,
[id^=block-webform-7] .control-label,
[id^=block-webform-9] .control-label,
[id^=block-webform-10] .control-label{
  font-size: 20px;
  padding-top: 24px;
  direction: rtl;
  font-weight: 300;
  line-height: 24px;
}

#block-webform .control-label a,
[id^=block-webform-3] .control-label a,
[id^=block-webform-4] .control-label a,
[id^=block-webform-5] .control-label a,
[id^=block-webform-6] .control-label a,
[id^=block-webform-7] .control-label a,
[id^=block-webform-9] .control-label a,
[id^=block-webform-10] .control-label a{
  text-decoration: underline;
}

#block-webform .control-label a:hover,
[id^=block-webform-3] .control-label a:hover,
[id^=block-webform-4] .control-label a:hover,
[id^=block-webform-5] .control-label a:hover,
[id^=block-webform-6] .control-label a:hover,
[id^=block-webform-7] .control-label a:hover,
[id^=block-webform-9] .control-label a:hover,
[id^=block-webform-10] .control-label a:hover{
  text-decoration: underline;
}

[id^=block-webform-9] .control-label,
[id^=block-webform-10] .control-label{
  width: 100%;
}
[id^=block-webform-9] .control-label::before,
[id^=block-webform-10] .control-label::before{
  content: none;
}
#block-webform .form-group,
[id^=block-webform-3] .form-group,
[id^=block-webform-4] .form-group,
[id^=block-webform-5] .form-group,
[id^=block-webform-6] .form-group,
[id^=block-webform-7] .form-group,
[id^=block-webform-9] .form-group,
[id^=block-webform-10] .form-group{
  max-width: 629px;
  direction: rtl;
  font-size: 18px !important;
}
#block-webform .form-control,
[id^=block-webform-3] .form-control,
[id^=block-webform-4] .form-control,
[id^=block-webform-5] .form-control,
[id^=block-webform-6] .form-control,
[id^=block-webform-7] .form-control,
[id^=block-webform-9] .form-control,
[id^=block-webform-10] .form-control{
  background-color: #efefef;
  text-align: right;
  direction: rtl;
  width: 628px;
  height: 48px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 0 30px #efefef inset !important;
  border: 1px solid #909090;
}
#block-webform .chosen-container.form-control,
[id^=block-webform-3] .chosen-container.form-control,
[id^=block-webform-4] .chosen-container.form-control,
[id^=block-webform-5] .chosen-container.form-control,
[id^=block-webform-6] .chosen-container.form-control,
[id^=block-webform-7] .chosen-container.form-control,
[id^=block-webform-9] .chosen-container.form-control,
[id^=block-webform-10] .chosen-container.form-control {
  width: 100% !important;
  height: auto;
  padding: 0;
  border: none;
}
.chosen-container .chosen-single {
  background-color: #efefef;
  text-align: right;
  direction: rtl;
  width: 628px;
  height: 48px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 0 30px #efefef inset !important;
  border: 1px solid #909090;
  line-height: 48px;
  max-width: 100%;

}
.chosen-container .chosen-single > span {
  margin-right: 18px;
}
.chosen-container .chosen-single > div {
  display: none;
}
.chosen-container-active .chosen-single {
  outline: 1px solid #000000;
}
.chosen-container .chosen-results .active-result {
  color: #494a4e;
  padding: 12px 24px;
  border: none;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  cursor: pointer;
  line-height: 25px;
}
.chosen-container .chosen-results .active-result.highlighted {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #494a4e;
}
.chosen-container .chosen-results .active-result.result-selected {
  background-color: rgba(0, 0, 0, 0.3);
  color: #494a4e;
}
#block-webform .form-control:focus,
[id^=block-webform-3] .form-control:focus,
[id^=block-webform-4] .form-control:focus,
[id^=block-webform-5] .form-control:focus,
[id^=block-webform-6] .form-control:focus,
[id^=block-webform-7] .form-control:focus,
[id^=block-webform-9] .form-control:focus,
[id^=block-webform-10] .form-textarea {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: auto;
}

#block-webform .form-textarea,
[id^=block-webform-3] .form-textarea,
[id^=block-webform-4] .form-textarea,
[id^=block-webform-5] .form-textarea,
[id^=block-webform-6] .form-textarea,
[id^=block-webform-7] .form-textarea,
[id^=block-webform-9] .form-textarea ,
[id^=block-webform-10] .form-textarea {
  height: 176px !important;
}
#block-webform .webform-element-description,
[id^=block-webform-3] .webform-element-description,
[id^=block-webform-4] .webform-element-description,
[id^=block-webform-5] .webform-element-description,
[id^=block-webform-6] .webform-element-description,
[id^=block-webform-7] .webform-element-description,
[id^=block-webform-9] .webform-element-description,
[id^=block-webform-10] .webform-element-description{
  font-size: 12px;
  padding-top: 6px;
  direction: rtl;
}

[id^=block-webform-9] .webform-element-description,
[id^=block-webform-10] .webform-element-description{
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #494a4e;
}

body [id^=block-webform-9] br:empty,
body [id^=block-webform-10] br:empty{
  display: block;
}

article[about="/starbucks-form"] .content {
  width: 100%;
  height: 500px;
  background: url(/themes/custom/osem/images/cover-starbucks-offset.png)
  no-repeat;
  background-size: cover;
  background-position-y: 30%;
}

article[about="/bonjour"] .content {
  width: 100%;
  height: 500px;
  background: url(/themes/custom/osem/images/bonjour-cover.png)
  no-repeat;
  background-size: cover;
  background-position-y: 30%;
}

#block-webform .form-type-webform-image-file,
[id^=block-webform-3] .form-type-webform-image-file,
[id^=block-webform-4] .form-type-webform-image-file,
[id^=block-webform-5] .form-type-webform-image-file,
[id^=block-webform-6] .form-type-webform-image-file,
[id^=block-webform-9] .form-type-webform-image-file ,
[id^=block-webform-10] .form-type-webform-image-file,
[id^=block-webform-10] .form-type-managed-file  {
  width: 50%;
  float: right;
}

#block-webform .form-type-webform-image-file .webform-element-description,
[id^=block-webform-3] .form-type-webform-image-file .webform-element-description,
[id^=block-webform-4] .form-type-webform-image-file .webform-element-description,
[id^=block-webform-5] .form-type-webform-image-file .webform-element-description,
[id^=block-webform-6] .form-type-webform-image-file .webform-element-description,
[id^=block-webform-7] .form-type-managed-file .webform-element-description,
[id^=block-webform-9] .form-type-managed-file .webform-element-description,
[id^=block-webform-10] .form-type-managed-file .webform-element-description{
  width: 100%;
}

#block-webform .webform-actions,
[id^=block-webform-3] .webform-actions,
[id^=block-webform-4] .webform-actions,
[id^=block-webform-5] .webform-actions,
[id^=block-webform-6] .webform-actions,
[id^=block-webform-7] .webform-actions,
[id^=block-webform-9] .webform-actions,
[id^=block-webform-10] .webform-actions{
  clear: both;
  padding-top: 56px;
}

#block-webform .webform-button--next,
#block-webform .webform-button--submit,
[id^=block-webform-3] .webform-button--next,
[id^=block-webform-3] .webform-button--submit,
[id^=block-webform-4] .webform-button--next,
[id^=block-webform-4] .webform-button--submit,
[id^=block-webform-5] .webform-button--next,
[id^=block-webform-5] .webform-button--submit,
[id^=block-webform-6] .webform-button--next,
[id^=block-webform-6] .webform-button--submit,
[id^=block-webform-7] .webform-button--next,
[id^=block-webform-7] .webform-button--submit,
[id^=block-webform-9] .webform-button--next,
[id^=block-webform-9] .webform-button--submit,
[id^=block-webform-10] .webform-button--next,
[id^=block-webform-10] .webform-button--submit {
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffc100;
  width: 130px;
  height: 40px;
  float: left;
  font-size: 20px;
  letter-spacing: -0.4px;
  border: none;
  color: #333;
}
#block-webform .form-type-webform-image-file .file--image,
[id^=block-webform-3] .form-type-webform-image-file .file--image,
[id^=block-webform-4] .form-type-webform-image-file .file--image,
[id^=block-webform-5] .form-type-webform-image-file .file--image,
[id^=block-webform-6] .form-type-webform-image-file .file--image,
[id^=block-webform-9] .form-type-webform-image-file .file--image,
[id^=block-webform-10] .form-type-webform-image-file .file--image{
  width: 100%;
  display: block;
  padding: 5px 5px 5px 30px;
  border: 2px solid #000;
}
#block-webform .form-type-webform-image-file .file--image .file-size,
[id^=block-webform-3] .form-type-webform-image-file .file--image .file-size,
[id^=block-webform-4] .form-type-webform-image-file .file--image .file-size,
[id^=block-webform-5] .form-type-webform-image-file .file--image .file-size,
[id^=block-webform-6] .form-type-webform-image-file .file--image .file-size,
[id^=block-webform-9] .form-type-webform-image-file .file--image .file-size,
[id^=block-webform-10] .form-type-webform-image-file .file--image .file-size{
  display: none;
}
/*#block-webform .webform-button--next,
#block-webform .webform-button--submit,
[id^=block-webform-3] .webform-button--next,
[id^=block-webform-3] .webform-button--submit,
[id^=block-webform-4] .webform-button--next,
[id^=block-webform-4] .webform-button--submit,
[id^=block-webform-5] .webform-button--next,
[id^=block-webform-5] .webform-button--submit,
[id^=block-webform-6] .webform-button--next,
[id^=block-webform-6] .webform-button--submit,
[id^=block-webform-7] .webform-button--next,
[id^=block-webform-7] .webform-button--submit,
[id^=block-webform-9] .webform-button--next,
[id^=block-webform-9] .webform-button--submit {
  outline: none !important;
}*/

#block-webform .webform-button--next:hover,
#block-webform .webform-button--submit:hover,
[id^=block-webform-3] .webform-button--next:hover,
[id^=block-webform-3] .webform-button--submit:hover,
[id^=block-webform-4] .webform-button--next:hover,
[id^=block-webform-4] .webform-button--submit:hover,
[id^=block-webform-5] .webform-button--next:hover,
[id^=block-webform-5] .webform-button--submit:hover,
[id^=block-webform-6] .webform-button--next:hover,
[id^=block-webform-6] .webform-button--submit:hover,
[id^=block-webform-7] .webform-button--next:hover,
[id^=block-webform-7] .webform-button--submit:hover,
[id^=block-webform-9] .webform-button--next:hover,
[id^=block-webform-9] .webform-button--submit:hover,
[id^=block-webform-10] .webform-button--next:hover,
[id^=block-webform-10] .webform-button--submit:hover{
  background-color: #FFD040 !important;
}

#block-webform .form-item-markup-04,
[id^=block-webform-3] .form-item-markup-04,
[id^=block-webform-4] .form-item-markup-04,
[id^=block-webform-5] .form-item-markup-04,
[id^=block-webform-6] .form-item-markup-04,
[id^=block-webform-7] .form-item-markup-04,
[id^=block-webform-9] .form-item-markup-04,
[id^=block-webform-10] .form-item-markup-04{
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0 16px 0;
  font-size: 18px;
  margin-bottom: 46px;
}

#block-webform .webform-button--previous,
[id^=block-webform-3] .webform-button--previous,
[id^=block-webform-4] .webform-button--previous,
[id^=block-webform-5] .webform-button--previous,
[id^=block-webform-6] .webform-button--previous,
[id^=block-webform-7] .webform-button--previous,
[id^=block-webform-9] .webform-button--previous,
[id^=block-webform-10] .webform-button--previous{
  width: 130px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #494a4e;
  font-size: 20px;
  letter-spacing: -0.4px;
}
#block-webform .webform-button--previous:hover,
[id^=block-webform-3] .webform-button--previous:hover,
[id^=block-webform-4] .webform-button--previous:hover,
[id^=block-webform-5] .webform-button--previous:hover,
[id^=block-webform-6] .webform-button--previous:hover,
[id^=block-webform-7] .webform-button--previous:hover,
[id^=block-webform-9] .webform-button--previous:hover,
[id^=block-webform-10] .webform-button--previous:hover{
  background-color: #262c35 !important;
  color: white;
}

#block-webform .webform-progress:after,
[id^=block-webform-3] .webform-progress:after,
[id^=block-webform-4] .webform-progress:after,
[id^=block-webform-5] .webform-progress:after,
[id^=block-webform-6] .webform-progress:after,
[id^=block-webform-7] .webform-progress:after,
[id^=block-webform-9] .webform-progress:after,
[id^=block-webform-10] .webform-progress:after{
  content: "";
  width: 628px;
  height: 6px;
  border-radius: 2.5px;
  background-color: #efefef;
  position: absolute;
  left: 0;
  margin-top: -50px;
}
#block-webform .webform-progress .is-active:after,
[id^=block-webform-3] .webform-progress .is-active:after,
[id^=block-webform-4] .webform-progress .is-active:after,
[id^=block-webform-5] .webform-progress .is-active:after,
[id^=block-webform-6] .webform-progress .is-active:after,
[id^=block-webform-7] .webform-progress .is-active:after,
[id^=block-webform-9] .webform-progress .is-active:after,
#block-webform .webform-progress .is-complete:after,
[id^=block-webform-3] .webform-progress .is-complete:after,
[id^=block-webform-4] .webform-progress .is-complete:after,
[id^=block-webform-5] .webform-progress .is-complete:after,
[id^=block-webform-6] .webform-progress .is-complete:after,
[id^=block-webform-7] .webform-progress .is-complete:after,
[id^=block-webform-9] .webform-progress .is-complete:after {
  content: "";
  height: 6px;
  border-radius: 2.5px;
  background-color: #ffc100;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 8;
  width: 100%;
}
[id^=block-webform-10] .webform-progress .is-active:after,
[id^=block-webform-10] .webform-progress .is-complete:after{
  content: "" !important;
  height: 6px !important;
  border-radius: 2.5px !important;
  background-color: #ffc100 !important;
  position: absolute !important;
  right: 0 !important;
  top: -30px ;
  z-index: 8;
  width: 200% !important;
}

#block-webform .form-select option,
[id^=block-webform-3] .form-select option,
[id^=block-webform-4] .form-select option,
[id^=block-webform-5] .form-select option,
[id^=block-webform-6] .form-select option,
[id^=block-webform-7] .form-select option,
[id^=block-webform-9] .form-select option,
[id^=block-webform-10] .form-select option{
  padding: 24px;
  font-size: 18px;
  color: #494a4e;
}
#block-webform .progress-step .progress-marker,
[id^=block-webform-3] .progress-step .progress-marker,
[id^=block-webform-4] .progress-step .progress-marker,
[id^=block-webform-5] .progress-step .progress-marker,
[id^=block-webform-6] .progress-step .progress-marker,
[id^=block-webform-7] .progress-step .progress-marker,
[id^=block-webform-9] .progress-step .progress-marker,
[id^=block-webform-10] .progress-step .progress-marker{
  display: none !important;
}
#block-webform .is-active .progress-marker,
[id^=block-webform-3] .is-active .progress-marker,
[id^=block-webform-4] .is-active .progress-marker,
[id^=block-webform-5] .is-active .progress-marker,
[id^=block-webform-6] .is-active .progress-marker,
[id^=block-webform-7] .is-active .progress-marker,
[id^=block-webform-9] .is-active .progress-marker,
[id^=block-webform-10] .is-active .progress-marker{
  display: block;
}
#block-webform .webform-progress,
[id^=block-webform-3] .webform-progress,
[id^=block-webform-4] .webform-progress,
[id^=block-webform-5] .webform-progress,
[id^=block-webform-6] .webform-progress,
[id^=block-webform-7] .webform-progress,
[id^=block-webform-9] .webform-progress,
[id^=block-webform-10] .webform-progress{
  padding-top: 80px;
  direction: rtl;
}

#block-webform .webform-progress__status,
[id^=block-webform-3] .webform-progress__status,
[id^=block-webform-4] .webform-progress__status,
[id^=block-webform-5] .webform-progress__status,
[id^=block-webform-6] .webform-progress__status,
[id^=block-webform-7] .webform-progress__status,
[id^=block-webform-9] .webform-progress__status,
[id^=block-webform-10] .webform-progress__status{
  position: absolute;
  top: 20px;
  width: 100%;
}

#block-webform .progress-text,
[id^=block-webform-6] .progress-text,
[id^=block-webform-3] .progress-text,
[id^=block-webform-4] .progress-text,
[id^=block-webform-5] .progress-text,
[id^=block-webform-7] .progress-text,
[id^=block-webform-9] .progress-text,
[id^=block-webform-10] .progress-text{
  display: none;
}
[id^=block-views-block-call-center-page-block-2] .btn {
  margin: 0 auto;
  display: table;
  padding: 100px 0 150px 0;
}
[id^=block-views-block-call-center-page-block-2] .btn a {
  font-size: 20px;
  letter-spacing: -0.4px;
  color: #262c35;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffc100;
  padding: 8px 20px;
}
.page-node-type-faq-page .region-content {
  padding-bottom: 105px;
}
[id^=block-contactsectionformpage] .contact_hpage {
  padding-bottom: 50px;
}

[id^=block-contactsectionformpage] .contact_hpage .first a:first-child::before {
  background-image: url(/themes/custom/osem/images/like.svg);
}
[id^=block-contactsectionformpage] .contact_hpage .first a:nth-child(2)::before {
  background-image: url(/themes/custom/osem/images/unlike.svg);
}
[id^=block-contactsectionformpage] .contact_hpage .first a:nth-child(3)::before {
  background-image: url(/themes/custom/osem/images/message.svg);
}
[id^=block-contactsectionformpage] .contact_hpage .second a:first-child::before {
  background-image: url(/themes/custom/osem/images/hart.svg);
}
[id^=block-contactsectionformpage] .contact_hpage .second a:nth-child(2)::before {
  background-image: url(/themes/custom/osem/images/apple.svg);
}
[id^=block-contactsectionformpage] .contact_hpage .second a:nth-child(3)::before {
  background-image: url(/themes/custom/osem/images/light.svg);
}
[id^=block-contactsectionformpage] .contact_hpage a {
  width: 193px;
  font-size: 24px;
  margin-bottom: 47px;
  padding: 0 6px;
  flex: 0 0 49%;
  justify-content: center;
}
[id^=block-contactsectionformpage] .contact_hpage a::before {
  width: 193px;
  height: 193px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border: solid 0.5px rgba(170, 170, 170, 0.5);
  background-color: #f8f8f8;
}

[id^=block-confirmationblock] {
  text-align: center;
  direction: rtl;
  padding: 110px 0 186px 0;
}
[id^=block-confirmationblock] p {
  font-size: 18px;
  width: 15%;
  margin: 0 auto;
  padding: 15px 0;
  color: #494a4e;
}
[id^=block-confirmationblock] h1 {
  font-size: 40px;
}
[id^=block-confirmationblock] a {
  display: inline-block;
  font-size: 20px;
  background: #ffc100;
  margin-top: 55px;
  border-radius: 30px;
  padding: 7px 55px;
  color: #262c35 !important;
  letter-spacing: -0.4px;
}
[id^=block-confirmationblock] h1::before {
  background-image: url(/themes/custom/osem/images/confirmation.svg);
  border-radius: 5px;
  position: relative;
  display: block;
  width: auto;
  height: 120px;
  content: "";
  background-size: 60% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 30px 0px 30px auto;
}

#block-webform .form-number,
[id^=block-webform-3] .form-number,
[id^=block-webform-4] .form-number,
[id^=block-webform-5] .form-number,
[id^=block-webform-6] .form-number,
[id^=block-webform-7] .form-number,
[id^=block-webform-9] .form-number,
[id^=block-webform-10] .form-number {
  width: 100%;
}
#block-webform h1,
[id^=block-webform-3] h1,
[id^=block-webform-4] h1,
[id^=block-webform-5] h1,
[id^=block-webform-6] h1,
[id^=block-webform-7] h1,
[id^=block-webform-9] h1,
[id^=block-webform-10] h1{
  font-size: 40px;
}

.page-node-type-form-page .region-content {
  background-color: #ffffff;
}

#block-webform #edit-hwspt-tmwnh--label,
[id^=block-webform-3] #edit-hwspt-tmwnh--label,
[id^=block-webform-4] #edit-hwspt-tmwnh--label,
[id^=block-webform-5] #edit-hwspt-tmwnh--label,
[id^=block-webform-6] #edit-hwspt-tmwnh--label,
[id^=block-webform-9] #edit-hwspt-tmwnh--label,
[id^=block-webform-10] #edit-hwspt-tmwnh--label{
  font-weight: initial;
}

#block-webform #edit-hwspt-tmwnh--label .form-control,
[id^=block-webform-3] #edit-hwspt-tmwnh--label .form-control,
[id^=block-webform-4] #edit-hwspt-tmwnh--label .form-control,
[id^=block-webform-5] #edit-hwspt-tmwnh--label .form-control,
[id^=block-webform-6] #edit-hwspt-tmwnh--label .form-control,
[id^=block-webform-9] #edit-hwspt-tmwnh--label .form-control,
[id^=block-webform-10] #edit-hwspt-tmwnh--label .form-control{
  margin-bottom: 24px;
}

[id^=block-webform-3] .webform-progress .is-active.item1:before,
[id^=block-webform-4] .webform-progress .is-active.item1:before,
[id^=block-webform-5] .webform-progress .is-active.item1:before,
[id^=block-webform-6] .webform-progress .is-active.item1:before,
[id^=block-webform-9] .webform-progress .is-active.item1:before,
[id^=block-webform-10] .webform-progress .is-active.item1:before{
  content: "הינך נמצא בשלב 1 מתוך 3";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}

[id^=block-webform-3] .webform-progress .is-active.item2:before,
[id^=block-webform-4] .webform-progress .is-active.item2:before,
[id^=block-webform-5] .webform-progress .is-active.item2:before,
[id^=block-webform-6] .webform-progress .is-active.item2:before,
[id^=block-webform-9] .webform-progress .is-active.item2:before{
  content: "הינך נמצא בשלב 2 מתוך 3";
  position: absolute;
  top: -70px;
  width: 200%;
  color: #262c35;
  font-size: 18px;
  left: -50%;
}

[id^=block-webform-10] .webform-progress .is-active.item2:before{
  content: "הינך נמצא בשלב 2 מתוך 3";
  position: absolute;
  right: 0;
  top: -70px;
  width: 200% !important;
  color: #262c35;
  font-size: 18px;
}

[id^=block-webform-3] .webform-progress .is-active.item3:before,
[id^=block-webform-4] .webform-progress .is-active.item3:before,
[id^=block-webform-5] .webform-progress .is-active.item3:before,
[id^=block-webform-6] .webform-progress .is-active.item3:before,
[id^=block-webform-9] .webform-progress .is-active.item3:before{
  content: "הינך נמצא בשלב 3 מתוך 3";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}

[id^=block-webform-10] .webform-progress .is-active.item3:before {
  content: "הינך נמצא בשלב 3 מתוך 3";
  position: absolute;
  right: -150px;
  top: -70px;
  width: 200%;
  color: #262c35;
  font-size: 18px;
}


#block-webform .webform-progress .is-active.item1:before {
  content: "הינך נמצא בשלב 1 מתוך 4";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}

#block-webform .webform-progress .is-active.item2:before {
  content: "הינך נמצא בשלב 2 מתוך 4";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}
#block-webform .webform-progress .is-active.item3:before {
  content: "הינך נמצא בשלב 3 מתוך 4";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}
#block-webform .webform-progress .is-active.item4:before {
  content: "הינך נמצא בשלב 4 מתוך 4";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}
[id^=block-webform-7] .webform-progress .is-active.item1:before {
  content: "הינך נמצא בשלב 1 מתוך 5";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}

[id^=block-webform-7] .webform-progress .is-active.item2:before {
  content: "הינך נמצא בשלב 2 מתוך 5";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}
[id^=block-webform-7] .webform-progress .is-active.item3:before {
  content: "הינך נמצא בשלב 3 מתוך 5";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}
[id^=block-webform-7] .webform-progress .is-active.item4:before {
  content: "הינך נמצא בשלב 4 מתוך 5";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}
[id^=block-webform-7] .webform-progress .is-active.item5:before {
  content: "הינך נמצא בשלב 5 מתוך 5";
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  color: #262c35;
  font-size: 18px;
}

[id^=block-webform-7] fieldset {
  min-width: fit-content;
}

[id^=block-webform-7] .webform-type-radios .fieldset-legend,
[id^=block-webform-7] .webform-type-checkboxes .fieldset-legend {
  padding-top: 24px;
  font-size: 20px;
  direction: rtl;
  font-weight: 300;
  line-height: 24px;
}

.webform-progress__summary {
  display: none;
}

[id^=block-webform-3] .checkbox .option,
#block-webform .checkbox .option,
[id^=block-webform-4] .checkbox .option,
[id^=block-webform-5] .checkbox .option,
[id^=block-webform-6] .checkbox .option,
[id^=block-webform-7] .checkbox .option,
[id^=block-webform-9] .checkbox .option,
[id^=block-webform-10] .checkbox .option {
  /*background-image: url(/themes/custom/osem/images/empty.svg);*/
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 30px;
  padding-bottom: 16px;
  font-size: 18px !important;
}
[id^=block-webform-3] .checkbox .option::after,
#block-webform .checkbox .option::after,
[id^=block-webform-4] .checkbox .option::after,
[id^=block-webform-5] .checkbox .option::after,
[id^=block-webform-6] .checkbox .option::after,
[id^=block-webform-7] .checkbox .option::after,
[id^=block-webform-9] .checkbox .option::after,
[id^=block-webform-10] .checkbox .option::after{
  content: '';
  width: 0;
  height: 0;
  z-index: -222222222;
  position: absolute;
  background-image: url(/themes/custom/osem/images/checked.png);
}

[id^=block-webform-7] .form-checkboxes .checkbox .option {
  padding-top: 0;
  padding-bottom: 0;
}

/*[id^=block-webform-3] .checkbox .option.checked,
#block-webform .checkbox .option.checked,
[id^=block-webform-4] .checkbox .option.checked,
[id^=block-webform-5] .checkbox .option.checked,
[id^=block-webform-6] .checkbox .option.checked,
[id^=block-webform-7] .checkbox .option.checked,
[id^=block-webform-9] .checkbox .option.checked {
  background-image: url(/themes/custom/osem/images/checked.png);
}*/

/*[id^=block-webform-3] .checkbox .form-checkbox,
#block-webform .checkbox .option.checked,
[id^=block-webform-4] .checkbox .option.checked,
[id^=block-webform-5] .checkbox .option.checked,
[id^=block-webform-6] .checkbox .option.checked,
[id^=block-webform-7] .checkbox .option.checked {
  display: none;
}*/
.page-node-type-webform-page .dialog-off-canvas-main-canvas {
  background-image: url(/themes/custom/osem/images/webform-background.svg);
}

[id^=block-views-block-bisley-block-6] .brand-categories {
  display: table;
  width: 100%;
  padding: 100px 0px 0px;
  text-align: right;
  padding-bottom: 100px;
}

[id^=block-views-block-bisley-block-6] .brand-categories .view-content {
  display: table;
  width: 100%;
  padding: 50px 0px;
}

[id^=block-views-block-bisley-block-6] .brand-categories .views-row {
  width: 24%;
  float: left;
  margin: 0.5%;
}

[id^=block-views-block-bisley-block-6] .views-field.views-field-field-image {
  background-color: #eaeaea;
  width: 302px;
  height: 302px;
  border-bottom: 6px solid #ffc100;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}

.path-products-page .product-image {
  background-color: #eaeaea;
  width: 302px;
  height: 385px;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}

.path-products-page .col-md-3 {
  margin-bottom: 30px;
}

.path-products-page .view-header a {
  font-size: 20px;
  letter-spacing: -0.4px;
  color: #262c35;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffc100;
  padding: 8px 35px;
}

.path-products-page .view-header p {
  font-size: 20px;
  padding-bottom: 25px;
}

[id^=block-views-block-bisley-block-6] .views-field.views-field-field-image img,
.path-products-page .product-image img {
  margin: 0 auto;
  padding-top: 25px;
}

[id^=block-views-block-bisley-block-6]
.brand-categories
.views-field.views-field-field-title,
.path-products-page .title a {
  padding-top: 15px;
  font-size: 18px;
  margin: 0px;
}
.path-products-page .title {
  padding-top: 15px;
}

[id^=block-views-block-bisley-block-6] .brand-categories .view-header h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}

[id^=block-views-block-bisley-block-6] .brand-categories .view-header h2 {
  font-size: 40px;
  color: #262c35;
  padding-right: 25px;
  position: relative;
}
.path-products-page .view-header h2 {
  font-size: 40px;
  color: #262c35;
  padding-right: 25px;
  position: relative;
}

.path-products-page .view-header h2::after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  background: #ffc100;
  width: 12px;
  height: 100%;
}

@media (max-width: 768px) {
  #navbar {
    position: fixed;
  }

  .main-container {
    padding: 70px 0 0 !important;
  }

  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .region.region-navigation-collapsible .we-mega-menu-ul.nav.nav-tabs > li {
    width: 90%;
    border-bottom: solid 1px #dedfe1 !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
    padding: 15px 15px 20px;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  .we-mega-menu-li.dropdown-menu
  li.we-mega-menu-li {
    padding: 17px 10px;
    border-bottom: solid 1px #dedfe1 !important;
    width: 91%;
    height: 56px;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  .we-mega-menu-li.dropdown-menu
  a.we-mega-menu-li {
    pointer-events: none;
  }

  .region.region-navigation-collapsible .we-mega-menu-submenu.submenu_full {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: visible;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-submenu-inner
  > div:first-child {
    padding: 0 !important;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-submenu-inner
  > div:first-child
  a {
    pointer-events: auto !important;
    margin-bottom: 0 !important;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li.open
  > a,
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li.invisible
  > a,
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li.open
  > a::after,
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li.invisible
  > a::after {
    transition: none;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > a:hover {
    font-weight: normal;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li.invisible {
    visibility: hidden;
    pointer-events: none;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  .dropdown-menu[data-level="0"].open {
    visibility: hidden;
    z-index: 99999;
  }

  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > a::after,
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li
  > a:hover::after,
  .region.region-navigation-collapsible
  .we-mega-menu-ul.nav.nav-tabs
  > li.active
  > a::after {
    content: "";
    position: absolute;
    top: -5px;
    right: initial;
    left: -10px;
    width: 43px !important;
    height: 38px;
    background: url("/themes/custom/osem/images/arrow.svg") no-repeat;
    background-size: 100%;
  }


  /*.we-mega-menu-ul.nav.nav-tabs li:nth-child(3) a::after {
    display: none;
  }
  .we-mega-menu-ul.nav.nav-tabs li:nth-child(6) a::after {
    display: none;
  }*/

  .region.region-navigation-collapsible
  .we-mega-menu-submenu-inner
  > div:last-child {
    display: none !important;
  }

  .navbar-we-mega-menu .we-mega-menu-row > * {
    background-color: #fafafa;
  }

  /* .navbar-we-mega-menu .we-mega-menu-row > *::before {
     content: "חזרה";
     background: url(/themes/custom/osem/images/arrow-right.svg) #ececec
     no-repeat;
     background-position-x: 89%;
     background-position-y: 28px;
     height: 73px;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     font-size: 20px;
     padding: 22px 20%;
   }*/
  .btn-back-menu {
    background: url(/themes/custom/osem/images/arrow-right.svg) #ececec
    no-repeat;
    background-position-x: 95%;
    background-position-y: 28px;
    height: 73px;
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    font-size: 20px;
    padding: 22px 20%;
    z-index: 2222;
    border-radius: 0;
    border: none;
    background-color: transparent;
    width: calc(100% - 60px);
    border-bottom: solid 1px #dedfe1 !important;
  }
  .btn-back-menu:hover,
  .btn-back-menu:focus,
  .btn-back-menu:active,
  .btn-back-menu:active:hover,
  .btn-back-menu:active:focus {
    box-shadow: none;
    background-color: transparent;
    text-decoration: underline;
    background-image: url(/themes/custom/osem/images/arrow-right.svg);
  }
  .navbar-we-mega-menu.navbar ul > li ul {
    padding-top: 73px;
    position: relative;
    z-index: 22;
  }

  #block-webform,
  [id^=block-webform-3],
  [id^=block-webform-4],
  [id^=block-webform-5],
  [id^=block-webform-6],
  [id^=block-webform-7],
  [id^=block-webform-9] ,
  [id^=block-webform-10]{
    padding: 0 20px;
    padding-bottom: 75px;
    margin-bottom: 136px;
    box-shadow: none;
  }

  #block-webform .form-group,
  [id^=block-webform-3] .form-group,
  [id^=block-webform-4] .form-group,
  [id^=block-webform-5] .form-group,
  [id^=block-webform-6] .form-group,
  [id^=block-webform-7] .form-group,
  [id^=block-webform-9] .form-group,
  [id^=block-webform-10] .form-group{
    max-width: 100%;
  }

  #block-webform .webform-progress:after,
  [id^=block-webform-3] .webform-progress:after,
  [id^=block-webform-4] .webform-progress:after,
  [id^=block-webform-5] .webform-progress:after,
  [id^=block-webform-6] .webform-progress:after,
  [id^=block-webform-7] .webform-progress:after,
  [id^=block-webform-9] .webform-progress:after{
    width: 100%;
    top: 110px;
  }

  [id^=block-webform-10] .webform-progress:after {
    width: 100%;
    top: 120px;
  }

  [id^=block-webform-10] .webform-button--next {
    border-radius: 20px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 4%);
    background-color: #ffc100;
    width: 130px;
    height: 40px;
    float: left;
    font-size: 20px;
    letter-spacing: -0.4px;
    border: none;
    color: #333;
    position: relative !important;
    top: 50px !important;
  }

  [id^=block-webform-10] .webform-button--previous{
    width: 130px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 4%);
    border: solid 1px #494a4e;
    font-size: 20px;
    letter-spacing: -0.4px;
    position: relative;
    top: 50px;
  }

  #block-webform .form-type-webform-image-file,
  [id^=block-webform-3] .form-type-webform-image-file,
  [id^=block-webform-4] .form-type-webform-image-file,
  [id^=block-webform-5] .form-type-webform-image-file,
  [id^=block-webform-6] .form-type-webform-image-file,
  [id^=block-webform-7] .form-type-managed-file,
  [id^=block-webform-9] .form-type-managed-file,
  [id^=block-webform-10] .form-type-managed-file{
    width: 100%;
  }
  [id^=block-confirmationblock] p {
    width: 80%;
  }

  .page-node-type-contact-lobby .contact_hpage .form-group,
  .page-node-type-form-page .contact_hpage .form-group {
    width: 100%;
  }
  [id^=block-views-block-call-center-page-block-2] .views-row {
    min-height: 180px;
    padding: 0 30px;
  }
  [id^=block-views-block-call-center-page-block-1] .callcenter_box p,
  [id^=block-views-block-form-page-block-1] .form_box p,
  [id^=block-views-block-faq-page-block-1] .form_box p {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
  }
  [id^=block-faqcategory] {
    width: 100%;
    float: none;
  }
  [id^=block-faqcategory] .category_btn span {
    width: 25%;
    float: right;
    margin: 5px 0 11px 16px !important;
  }
  [id^=block-views-block-faq-block-1],
  [id^=block-views-block-faq-block-2],
  [id^=block-views-block-faq-block-3],
  [id^=block-views-block-faq-block-4],
  [id^=block-views-block-faq-block-5],
  [id^=block-views-block-faq-block-6] {
    width: 100%;
  }
  #block-webform .form-control,
  [id^=block-webform-3] .form-control,
  [id^=block-webform-4] .form-control,
  [id^=block-webform-5] .form-control,
  [id^=block-webform-6] .form-control,
  [id^=block-webform-7] .form-control,
  [id^=block-webform-9] .form-control,
  [id^=block-webform-10] .form-control{
    width: 100%;
  }

  [id^=block-webform-9]
  .form-group
  .form-type-webform-image-file
  .webform-image-file.form-managed-file
  .webform-image-file-placeholder {
    padding-right: 14% !important;
  }

  [id^=block-webform-10]
  .form-group
  .form-type-webform-image-file
  .webform-image-file.form-managed-file
  .webform-image-file-placeholder {
    padding-right: 14% !important;
  }

  article[about="/starbucks-form"] .content {
    background-size: 100%;
    background-position-y: 20%;
    background-repeat: repeat;
    height: 300px;
  }

  article[about="/bonjour"] .content {
    background-size: 100%;
    background-position-y: 20%;
    background-repeat: repeat;
    height: 300px;
  }

  /*FACTORY PAGE*/
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .views-field.views-field-title::after {
    right: 16px;
  }
  .page-node-type-about-factory
  .main-container
  .view-about-factory-single
  .views-field-field-factory-description {
    padding: 0 16px;
  }

  .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu,
  .navbar-we-mega-menu.navbar
  .dropdown-menu.active-trail
  > .we-mega-menu-submenu {
    display: none;
  }

  .page-node-type-career-open-positions .breadcrumb {
    text-align: right;
    padding: 24px 16px 0 !important;
  }
  .page-node-type-careers_steps .breadcrumb {
    padding: 24px 16px 6px !important;
    text-align: right;
  }
  .page-node-type-career_worker .breadcrumb {
    text-align: right;
    padding: 24px 0 0 !important;
  }
  .page-node-type-single_career_jobs .breadcrumb {
    padding: 0 !important;
  }
  .page-node-type-career_program .breadcrumb {
    text-align: right;
    padding: 24px 16px !important;
  }

  .breadcrumb a {
    text-decoration: underline;
  }

  .breadcrumb a[href="/promotions"] {
    pointer-events: none;
    text-decoration: none;
  }

  .filtre_job form .select-wrapper .select-selected::after {
    top: 20px;
    left: 20px;
  }
  .filtre_job form > input[type="text"] {
    padding: 13px 15px;
  }
  .jobs-career .views-field.views-field-field-image {
    width: 100vw;
    margin-left: -2px;
  }
  .page-node-type-career-open-positions .jobs-career {
    margin-left: -5%;
  }
  .page-node-type-career-open-positions .jobs-career h1 {
    margin: 24px 16px 32px;
  }
  .page-node-type-career-open-positions .jobs-career h1::after {
    bottom: 75%;
    height: 48px;
  }
  .page-node-type-career-open-positions
  .jobs-career
  .views-field.views-field-body
  p {
    margin: 0 16px 24px;
    width: 100%;
  }
  .jobs-career .views-field.views-field-field-image img {
    height: 232px;
  }
  .search_button_jobs a {
    width: 100%;
    padding: 18px 18px 18px 70px;
  }
  .search_button_jobs a::after {
    left: -20px;
  }
  .column_job {
    height: 132px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #efefef;
    background-color: #f8f8f8;
    padding: 16px;
  }
  .column_job:last-of-type {
    margin-bottom: 0 !important;
  }

  [id^=block-contactsectionformpage] .contact_hpage a:first-child::before {
    background-image: url(/themes/custom/osem/images/like.svg);
  }
  [id^=block-contactsectionformpage] .contact_hpage a:nth-child(2)::before {
    background-image: url(/themes/custom/osem/images/unlike.svg);
  }
  [id^=block-contactsectionformpage] .contact_hpage a:nth-child(3)::before {
    background-image: url(/themes/custom/osem/images/message.svg);
  }
  [id^=block-contactsectionformpage] .contact_hpage a:nth-child(4)::before {
    background-image: url(/themes/custom/osem/images/hart.svg);
  }
  [id^=block-contactsectionformpage] .contact_hpage a:nth-child(5)::before {
    background-image: url(/themes/custom/osem/images/apple.svg);
  }
  [id^=block-contactsectionformpage] .contact_hpage a:nth-child(6)::before {
    background-image: url(/themes/custom/osem/images/light.svg);
  }
  .career-testimonials-worker .views-field.views-field-field-quote p {
    text-align: center;
  }
  .filtre_job form {
    width: 93%;
    padding: 24px 0 32px 20px;
    margin: -49px auto 0;
  }
  .jon_position_osem {
    margin-top: 32px;
  }
  .count_title_osem {
    padding-top: 24px;
  }
  .job_details_sort {
    padding-bottom: 40px;
  }
  [id^=block-views-block-career-program-block-1]
  .views-element-container
  > .form-group {
    width: 100% !important;
  }
  .program-career
  .video-embed-field-provider-youtube.video-embed-field-responsive-video.form-group
  iframe {
    width: 100vw;
    height: 253px;
    border-radius: 0;
  }
  .video-embed-field-provider-youtube.video-embed-field-responsive-video::after {
    padding-bottom: 220px !important;
  }
  .program-career .views-field.views-field-title,
  .program-career .views-field.views-field-body {
    width: 90%;
    margin: 0 16px;
  }
  .program-career .views-field.views-field-title h1 {
    margin-bottom: 0;
    margin-top: 66px;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
  }
  .program-career .views-field.views-field-body p {
    color: #494a4e;
    margin-top: 25px;
  }
  .program-career .views-field.views-field-body p:nth-last-child(2) {
    margin-bottom: 48px;
  }
  .program-career .views-field.views-field-body p:last-child {
    text-align: center;
  }
  .program-career .views-field.views-field-body a {
    font-size: 20px;
    padding: 10px 30px;
    margin: 16px 0 35px;
    color: #2b323d;
  }
  .page-node-type-career-program [id^=block-blocksimpleicon] {
    padding-top: 0;
  }
  .career-worker .field.field--name-field-banner img {
    height: 232px;
  }
  [id^=block-views-block-career-worker-block-1] .form-group {
    width: 100%;
  }
  .single-worker {
    padding: 0;
  }
  .single-worker .views-field.views-field-title h1::after {
    top: 0;
  }
  .single-worker .views-field.views-field-title h1 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: right;
    color: #262c35;
    margin: 24px 0;
  }
  .single-worker .views-field.views-field-field-positions {
    font-size: 24px;
    color: #262c35;
    padding: 0 0 24px;
  }
  .single-worker .views-field.views-field-field-image-employees img {
    height: 231px;
  }
  .single-worker .view-content {
    padding: 0 16px 64px;
  }
  .single-worker .views-field.views-field-body p:last-of-type {
    margin-bottom: 0;
  }
  .single-worker .view-footer {
    background: white;
    margin-bottom: 34px;
    padding-top: 0;
  }
  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page .view-header {
    width: 100%;
    margin-top: 0 !important;
  }
  .coupon-page .view-header h2 {
    margin-right: 0;
    padding-right: 20px;
    margin-bottom: 0;
    margin-top: 6px;
  }
  .coupon-section-page .view-header h2 {
    margin-bottom: 14px;
    margin-top: 32px;
  }
  .coupon-page .view-content .slick-slide {
    margin: 0 15.5px;
  }
  .coupon-page .view-content .slick-list {
    margin: 0;
  }
  .coupon-page .view-content {
    padding: 24px 16px 100px;
  }
  .lobby-box.view.view-about-view .view-header h2::after {
    bottom: 31%;
    height: 90%;
  }
  .coupon-page .view-header,
  .coupon-section-page .view-header {
    padding: 0 16px;
  }

  [id^=block-webform-10] .webform-progress .is-active.item2:before{
    position: absolute;
    right: -45px;
    top: -70px;
    width: 300% !important;
    color: #262c35;
    font-size: 18px;
  }

  [id^=block-webform-10] .webform-progress .is-active.item3:before{
    content: "הינך נמצא בשלב 3 מתוך 3";
    position: absolute;
    right: -170px;
    top: -70px;
    width: 400% !important;
    color: #262c35;
    font-size: 18px;
  }
	#block-webform .webform-progress .is-active:after,
	[id^=block-webform-3] .webform-progress .is-active:after,
	[id^=block-webform-4] .webform-progress .is-active:after,
	[id^=block-webform-5] .webform-progress .is-active:after,
	[id^=block-webform-6] .webform-progress .is-active:after,
	[id^=block-webform-7] .webform-progress .is-active:after,
	[id^=block-webform-9] .webform-progress .is-active:after,
	#block-webform .webform-progress .is-complete:after,
	[id^=block-webform-3] .webform-progress .is-complete:after,
	[id^=block-webform-4] .webform-progress .is-complete:after,
	[id^=block-webform-5] .webform-progress .is-complete:after,
	[id^=block-webform-6] .webform-progress .is-complete:after,
	[id^=block-webform-7] .webform-progress .is-complete:after,
	[id^=block-webform-9] .webform-progress .is-complete:after {
		top: -40px;
	}

}
@media (min-width: 992px) {
  .btn-back-menu {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .page-node-type-contact-lobby .contact_hpage .form-group {
    display: flex;
    justify-content: space-around;
    padding: 0 6px 0 0;
    flex-wrap: wrap;
  }
  .page-node-type-form-page .contact_hpage .form-group {
    width: 100%;
  }
}

/* contact form upload file css */
[id^=block-webform-3]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
#block-webform
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
[id^=block-webform-4]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
[id^=block-webform-5]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
[id^=block-webform-6]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
[id^=block-webform-7] .form-group .form-type-managed-file .form-managed-file,
[id^=block-webform-9]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
[id^=block-webform-10]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file,
[id^=block-webform-10] .form-managed-file {
  position: relative;
}

[id^=block-webform-7]
#edit-title-page4
.form-group
.form-type-managed-file
.form-managed-file {
  width: 50%;
  margin: 0;
}

[id^=block-webform-7]
#edit-title-page4
.form-group
.form-type-managed-file
.description.help-block {
  width: 50%;
  margin: 0;
}

[id^=block-webform-7]
#edit-title-page4
.form-group
.form-type-managed-file
.form-managed-file
.button.btn-danger {
  display: block;
}

[id^=block-webform-3]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
#block-webform
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
[id^=block-webform-4]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
[id^=block-webform-5]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
[id^=block-webform-6]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
[id^=block-webform-7]
.form-group
.form-type-managed-file
.webform-managed-file-placeholder,
[id^=block-webform-9]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
[id^=block-webform-10]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder,
[id^=block-webform-10] .webform-managed-file-placeholder {
  font-size: 18px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  width: 100%;
  border: 1px solid #909090;
  text-align: right;
  padding-right: 30%;
  background-color: #efefef;
  border-radius: 4px;
}

[id^=block-webform-3]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after,
#block-webform
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after,
[id^=block-webform-4]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after,
[id^=block-webform-5]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after,
[id^=block-webform-6]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after,
[id^=block-webform-7]
.form-group
.form-type-managed-file
.webform-managed-file-placeholder::after,
[id^=block-webform-9]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after,
[id^=block-webform-10]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
.webform-image-file-placeholder::after {
  content: "";
  background-image: url(/themes/custom/osem/images/upload-file.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-right: 14px;
}

[id^=block-webform-3]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file,
#block-webform
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file,
[id^=block-webform-4]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file,
[id^=block-webform-5]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file,
[id^=block-webform-6]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file,
[id^=block-webform-7]
.form-group
.form-type-managed-file
.form-managed-file
input.form-file,
[id^=block-webform-9]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file,
input.form-file,
[id^=block-webform-10]
.form-group
.form-type-webform-image-file
.webform-image-file.form-managed-file
input.form-file{
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}

/* contact steps hebrew indications fix */
#block-webform .webform-progress .is-active.item1:before {
  width: 400%;
}
#block-webform .webform-progress .is-active.item2:before {
  width: 400%;
  right: -100%;
}
#block-webform .webform-progress .is-active.item3:before {
  width: 400%;
  right: -200%;
}
#block-webform .webform-progress .is-active.item4:before {
  width: 400%;
  right: -300%;
}
[id^=block-webform-7] .webform-progress .is-active.item1:before {
  width: 500%;
}
[id^=block-webform-7] .webform-progress .is-active.item2:before {
  width: 500%;
  right: -100%;
}
[id^=block-webform-7] .webform-progress .is-active.item3:before {
  width: 500%;
  right: -200%;
}
[id^=block-webform-7] .webform-progress .is-active.item4:before {
  width: 500%;
  right: -300%;
}
[id^=block-webform-7] .webform-progress .is-active.item5:before {
  width: 500%;
  right: -400%;
}

[id^=block-webform-3] .webform-progress .is-active.item1:before,
[id^=block-webform-4] .webform-progress .is-active.item1:before,
[id^=block-webform-5] .webform-progress .is-active.item1:before,
[id^=block-webform-6] .webform-progress .is-active.item1:before,
[id^=block-webform-9] .webform-progress .is-active.item1:before{
  width: 300%;
}

[id^=block-webform-10] .webform-progress .is-active.item1:before{
  width: 400%;
}

[id^=block-webform-3] .webform-progress .is-active.item3:before,
[id^=block-webform-4] .webform-progress .is-active.item3:before,
[id^=block-webform-5] .webform-progress .is-active.item3:before,
[id^=block-webform-6] .webform-progress .is-active.item3:before,
[id^=block-webform-9] .webform-progress .is-active.item3:before{
  width: 300%;
  right: -200%;
}



/* contact form select field css */
/* The container must be positioned relative: */
.select-wrapper {
  position: relative;
}
/*hide original SELECT element: */
/*
.select-wrapper select {
  display: none;
}*/

.select-selected {
  background-color: #efefef;
  color: #494a4e;
  padding: 12px 15px;
  border: 1px solid #979797;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  text-align: right;
  font-size: 18px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  left: 22px;
  width: 0;
  height: 0;
  border-color: #262c35 transparent transparent transparent;
  border: solid black;
  border-width: 0 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* style the items (options), including the selected item: */
.select-items div, .select-items li {
  color: #494a4e;
  padding: 12px 24px;
  border: none;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  cursor: pointer;
}

.select-items div:last-child, , .select-items li:last-child {
                                  border-bottom: 1px solid #979797;
                                }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.select-items li:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#webform-submission-con-node-182-add-form {
  background: #fff;
  max-width: 879px;
  padding: 50px 126px;
  margin: 24px auto 146px;
  direction: rtl;
  box-shadow: 0 4px 6px 3px rgba(0, 0, 0, 0.05);
}
#webform-submission-con-node-182-add-form > div {
  width: 100%;
}
#webform-submission-con-node-182-add-form .form-item {
  width: 100% !important;
}
#webform-submission-con-node-182-add-form label {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
#webform-submission-con-node-182-add-form input {
  width: 100%;
  background: #efefef;
  border: 1px solid #909090;
  height: 48px;
  margin-bottom: 37px;
}
#webform-submission-con-node-182-add-form input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#webform-submission-con-node-182-add-form #edit-qwrwt-hyym {
  position: relative;
}
#webform-submission-con-node-182-add-form #edit-qwrwt-hyym-file-placeholder {
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  width: 100%;
  border: 1px solid #909090;
  text-align: right;
  padding-right: 30%;
  background-color: #efefef;
  border-radius: 4px;
}
#webform-submission-con-node-182-add-form #edit-qwrwt-hyym-upload {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}
#webform-submission-con-node-182-add-form
#edit-qwrwt-hyym-file-placeholder::after {
  content: "";
  background-image: url(/themes/custom/osem/images/upload-file.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-right: 14px;
}
#webform-submission-con-node-182-add-form #edit-actions {
  text-align: center;
  padding: 30px;
}
#webform-submission-con-node-182-add-form #edit-actions #edit-actions-submit {
  background: #ffc100;
  border: none;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  padding: 6px 28px;
  font-size: 20px;
  color: #262c35;
  letter-spacing: -0.4px;
}
#webform-submission-con-node-182-add-form h1 {
  color: #262c35;
  font-size: 40px;
  margin: 0 0 40px;
  margin-bottom: 14px !important;
}
.page-node-182 .breadcrumb {
  padding: 32px 0 16px;
}
#webform-submission-con-node-182-add-form #ajax-wrapper {
  width: 50%;
  margin: 0 0 0 auto;
}
#edit-qwrwt-hyym--description {
  width: 100%;
  padding: 20px 0px;
}

#test-form-osem .gigya-screen .gigya-composite-control-textbox input,
#test-form-osem .gigya-screen .gigya-composite-control-textbox select,
#test-form-osem .gigya-screen .gigya-composite-control-password input,
#test-form-osem .gigya-screen .gigya-composite-control-password select,
#test-form-osem .gigya-screen .gigya-composite-control-dropdown input,
#test-form-osem .gigya-screen .gigya-composite-control-dropdown select {
  outline: auto;
}
button.navbar-toggle.collapsed:focus:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  top: -8px;
  bottom: 0;
  left: -4px;
  position: absolute;
  border: 1.5px solid #4c4c4c;
}
.shared-lobby-page .wrapper .full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.video-part-nutr .n-title {
  position: absolute;
  top: 217px;
  right: auto;
  left: 20%;
  font-size: 20px;
  overflow: visible;
  z-index: 2;
  font-family: "SimplerPro-Regular" !important;
}
@media (max-width: 768px){
  .video-part-nutr .view-header {
    direction: rtl;
    order: 2;
    width: 100%;
    height: 0;
  }
  .video-part-nutr .n-title {
    z-index: 21;
    position: relative;
    top: 30px;
    right: 16px;
    left: auto;
    width: 100%;
  }
}
.select-items .highlight {
  outline: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
[id^=block-views-block-brand-catalog-block-1] {
  display: inline-block;
  width: 100%;
}
.brand-custom-region {
  display: flex;
  margin: 0px auto;
  width: 100%;
  max-width: 1280px;
  flex-wrap: wrap;
}
[id^=block-searchblock] {
  position: unset;
}
[id^=block-views-block-brand-catalog-block-4] {
  display: inline-block;
  width: 100%;
  direction: rtl;
}
.js-form-item--l-rq-mwgblwywt-n-lhzwr-ly-bktb-bmz-wt-ktwbt-hmyyl-sly- input,
[id^=block-webform-7] .js-form-item-checkbox-5 input {
	top: 32px;
}

.slick-slider-description {
  font-weight: 400;
  font-size: 60%;
}

label.gigya-composite-control.gigya-composite-control-label.send::after {
  content: url('/themes/custom/osem/images/ken-group-38.svg');
  position: absolute;
  top: 40%;
  right: 50%;
  transform: translate(50%,-50%);
}

.job-offer ol.breadcrumb{
  padding: 0;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .single_jobs_page {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    overflow: hidden;
  }

  [id^=block-views-block-view-shared-lobby-block-1] .shared-lobby-page{
    margin-top: 0;
    padding-top: 0;
  }

  .page-node-20 .block-views-blockabout-view-block-1 {
    padding-bottom: 0;
  }

  .shared-lobby-page .view-content .col-xs-12:nth-child(1):after {
    display: none;
  }
}

@media (min-height: 769px) {

  .shared-lobby-page .view-header img {
    height: 90%;
  }

  .shared-lobby-page .view-header {
    min-height: auto;
    height: auto;
    padding-top: 25px;
  }

}

.shared-lobby-page .view-content {
  display: flex;
  flex-wrap: wrap;
}

.homepage-cards-row {
  position: relative;
  padding: 25px 0;
}
