/*================================================

* Template Name: Foodkuy - Mobile HTML Template
* Version: 1.0
* Author: HidraTheme 
* Developed By: HidraTheme  
* Author URL: https://themeforest.net/user/hidratheme

-- NOTE: This is main stylesheet of the template --

================================================*/
/*================================================

COLOR STYLE 
primary-color: #95b700;
secondary-color: #708a00;
font-color-sidebar: #ffffff;
icon-sidenav-color: #95b700;
general-font-color: #212529;
font_header: #ffffff;
sidebar:  #333333;

================================================*/
/*================================================
            Table of contents  
==================================================

1. GENERAL    
2. PRELOADER
3. HEADER 
4. SIDEBAR  
    4.1 PROFILE
    4.2 SIDEBAR LEFT
    4.3 SIDEBAR RIGHT
5. HOMEPAGE
    5.1 HOMEPAGE SLIDER
    5.2 HOMEPAGE YOU MIGHT LIKE
    5.3 HOMEPAGE AUTHOR
    5.4 HOMEPAGE BANNER
    5.5 HOMEPAGE NEWS
6. SUBSCRIBE
7. RECIPE LIST
8. FOOD RECIPE PAGE
9. AUTHOR
10. SETTING
11. FEEDBACK
12. NEW RECIPE 
13. LOGIN
14. REGISTER
15. PAGINATION
16. GALLERY
17. NEWS LIST
18. FAVORITES
19. NEWS
20. PROFILE
21. 404 PAGE
22. FOOTER

====================================================
            End table content 
===================================================*/
/* ---------------------------------------------------
1. GENERAL  
----------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  font-size: 13px;
  color: #212529; }

body a,
body a:hover {
  color: #212529;
  text-decoration: none; }

body.noscroll {
  overflow: hidden; }

.btn {
  background-color: #95b700;
  color: #ffffff; }

.btn:hover {
  color: #ffffff; }

img {
  max-width: 100%;
  max-height: 100%; }

.none {
  display: none; }

.clear {
  clear: both; }

.theme-button {
  background-color: #95b700;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; }

.theme-button.medium {
  padding: 10px 15px; }

.line {
  width: 100%;
  height: 1px;
  background-color: #ddd; }

.theme-button-line {
  border: 1px solid #95b700;
  background-color: transparent;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #95b700; }

.theme-button:hover {
  background-color: #708a00; }

ul.slick-dots li button {
  width: 15px;
  height: 5px;
  background-color: #95b700;
  padding: 0px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0.3; }

ul.slick-dots li.slick-active button {
  opacity: 1; }

.slick-dots li {
  margin: 0px 0px !important;
  height: 15px !important; }
.slick-dots li button:before {
  font-size: 0px !important; }

.content-wrap {
  max-width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 156px);
  background-color: #ffffff;
  overflow: hidden; }

.no-margin-top {
  margin-top: 0px; }

.heading-page {
  font-size: 14px;
  font-weight: 600;
  padding: 14px 15px 14px 40px;
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 50px; }
  .heading-page .icon-back {
    text-align: center;
    display: table;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer; }
  .heading-page .back-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 0px solid #ddd;
    height: 50px;
    width: 40px;
    text-align: center;
    display: table; }

.share-button {
  margin-top: 20px; }
  .share-button ul {
    list-style: none;
    padding: 0px 0px; }
  .share-button li {
    display: inline-block;
    text-align: center; }
    .share-button li a {
      padding: 2px 5px;
      background-color: #95b700;
      color: #ffffff;
      width: 25px;
      height: 25px;
      display: block; }
      .share-button li a .svg-inline--fa {
        color: #ffffff; }
  .share-button li.text {
    font-weight: 600;
    padding-right: 5px; }

body .form-control:focus {
  border-color: #95b700;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0); }

.section-single-page {
  padding: 15px 15px; }

.img-news {
  margin: 0px 0px 10px; }

#content {
  width: 100%;
  min-height: calc(100vh - 56px);
  transition: all 0.3s;
  position: absolute;
  top: 56px;
  right: 0; }

/*==================================================
2. PRELOADER
==================================================*/
.preloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 999999;
  top: 0px;
  display: table;
  left: 0; }

.preloading .wrap-preload {
  background-color: #95b700;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.preloading .cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff; }

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out; }

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

.preloading .cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader; }

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1; }
  to {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0; } }
/* ---------------------------------------------------
3. HEADER
----------------------------------------------------- */
.bg-header {
  z-index: 10;
  position: fixed !important;
  top: 0px;
  left: 0px;
  height: 56px;
  width: 100%;
  background-color: #95b700;
  border-bottom: 0px solid #ddd; }

.navbar {
  position: relative; }
  .navbar #sidebarleftbutton.btn,
  .navbar #sidebarrightbutton.btn {
    background-color: transparent;
    padding: 5px 5px;
    font-size: 28px;
    /*line-height: 0px; */
    position: absolute;
    font-size: 20px; }
  .navbar .btn:hover {
    color: #ffffff; }
  .navbar #sidebarleft.btn {
    left: 1rem; }
  .navbar #sidebarrightbutton.btn {
    right: 1rem; }
  .navbar .logo {
    height: 30px;
    width: auto;
    margin: 5px 0px;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    text-align: center; }
  .navbar .logo,
  .navbar #sidebarleftbutton.btn,
  .navbar #sidebarrightbutton.btn {
    color: #ffffff; }
  .navbar .logo img {
    height: 100%;
    width: auto; }
  .navbar .logo .fa-pizza-slice {
    color: #ec7b00; }
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

/* ---------------------------------------------------
4. SIDEBAR  
----------------------------------------------------- */
/*---------- Profile ----------*/
.sdprofile {
  background-color: rgba(255, 255, 255, 0.08);
  min-height: 100px;
  position: relative;
  padding-left: 100px; }
  .sdprofile .sdp-left {
    position: absolute;
    margin: 15px 10px 15px 20px;
    left: 0px;
    top: 0px; }
    .sdprofile .sdp-left img {
      width: 70px;
      height: 70px;
      overflow: hidden;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
  .sdprofile .sdp-right {
    padding: 20px 20px 0px 0px; }
    .sdprofile .sdp-right .sd-name {
      font-weight: 600;
      color: #95b700; }

/*---------- Sidebar left ----------*/
.sidenav .fa-caret-down {
  color: #ffffff !important;
  margin: 5px 0px 0px !important;
  float: right; }

.sidenav .collapsible-body {
  padding: 0px 0px !important;
  background-color: rgba(255, 255, 255, 0.08); }
  .sidenav .collapsible-body a {
    padding: 5px 20px 5px 43px !important; }

.sidenav a,
.sidenav a:hover,
.sidenav a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

.sidenav ul ul a {
  padding-left: 30px !important; }

.sidebar-header h3 {
  font-size: 20px;
  font-weight: 800; }

#sidebarleft {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background-color: #333333;
  color: #fff;
  transition: all 0.3s;
  overflow: auto; }
  #sidebarleft a,
  #sidebarleft a:hover {
    color: #ffffff; }
  #sidebarleft ul .svg-inline--fa {
    color: #95b700; }
  #sidebarleft .svg-inline--fa {
    color: #ffffff; }

#sidebarleft .list-unstyled .fas,
#sidebarleft .list-unstyled .svg-inline--fa {
  font-size: 14px;
  margin-right: 5px; }

#sidebarleft.active {
  left: 0; }

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 26px; }

#sidebarleft #dismiss {
  top: 15px;
  right: 15px; }

#dismiss:hover {
  color: #ffffff; }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.overlay.active {
  display: block;
  opacity: 1; }

#sidebarleft .sidebar-header {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #95b700; }

#sidebarleft ul {
  padding: 10px 0px; }

#sidebarleft ul li a {
  padding: 5px 20px;
  font-size: 1.1em;
  display: block; }

#sidebarleft ul li a:hover,
#sidebarright ul li a:hover {
  background-color: rgba(255, 255, 255, 0.07); }

#sidebarleft ul li.active > a,
a[aria-expanded="true"] {
  color: #fff; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

/*---------- Sidebar right ----------*/
#sidebarright {
  width: 250px;
  position: fixed;
  top: 0;
  right: 0px;
  height: 100vh;
  z-index: 999;
  background-color: #333333;
  color: #fff;
  transition: all 0.3s;
  overflow: auto;
  right: -250px; }
  #sidebarright a,
  #sidebarright a:hover {
    color: #ffffff; }
  #sidebarright ul .svg-inline--fa {
    color: #95b700; }
  #sidebarright .right-menu {
    padding: 10px 0px;
    border-top: 0px solid rgba(0, 0, 0, 0.3);
    margin-top: 0px; }
    #sidebarright .right-menu .right-menu-item {
      padding: 0px 0px; }
  #sidebarright ul li a {
    padding: 5px 20px;
    font-size: 1.1em;
    display: block; }
  #sidebarright ul li .fas,
  #sidebarright ul li .svg-inline--fa {
    font-size: 14px;
    margin-right: 5px;
    color: #95b700; }
  #sidebarright .count {
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 3px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 3px; }

#sidebarright #dismiss {
  top: 15px;
  left: 15px; }

#sidebarright .sidebar-header {
  padding: 20px;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18); }

#sidebarright.active {
  right: 0; }

.sidebar-header h3 {
  margin-bottom: 0px; }

.search-wrapper {
  margin: 0;
  padding: 10px 10px;
  color: #303030;
  position: relative; }

.search-wrapper input#search {
  display: block;
  font-weight: 300;
  width: 100%;
  height: 35px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  border: 0;
  border: 0px solid #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background: #ffffff; }
.search-wrapper i.material-icons {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  color: #303030;
  line-height: auto;
  height: auto; }
.search-wrapper button.ssubmit {
  border: 0px solid #ffffff;
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 18px; }

/* ---------------------------------------------------
5. HOMEPAGE
----------------------------------------------------- */
#content {
  background-color: #f4f4f4;
  /*---------- Homepage Slider ----------*/ }
  #content .img-hero {
    margin-bottom: -15px;
    overflow: hidden; }
    .slick-slide {
      max-height: 380px;
    }
    #content .img-hero .slick-slide img {
      width: 100%;
      height: auto; }
  #content .img-hero ul.slick-dots {
    bottom: 20px; }
  #content .img-hero ul.slick-dots li {
    margin: 0px; }
  #content .img-hero ul.slick-dots li button {
    background-color: #ffffff; }
  #content .img-hero ul.slick-dots li button:before {
    color: #fff;
    font-size: 0px; }

.section-home {
  overflow: hidden;
  background-color: #ffffff;
  width: 95%;
  margin: 0 auto 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.13); }

.section-home .sa-title {
  color: #212529;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600; }

.section-home .heading-section {
  position: relative;
  margin-bottom: 25px;
  margin-top: 0px; }
  .section-home .heading-section .sa-title.popcat {
    width: 100%;
    line-height: 1;
    text-align: center; }

.section-home .more-category {
  width: 100%;
  text-align: center;
  padding: 10px 0px 0px; }
  .section-home .more-category .mcbutton {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600; }

.section-a {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 15px; }

.section-home.s-category {
  position: relative; }

.home-category-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px; }
  .home-category-list .home-box-category {
    position: relative;
    width: 50%;
    height: 85px;
    overflow: hidden;
    float: left;
    border: 5px solid #ffffff;
    border-radius: 10px; }
  .home-category-list .home-text-category {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center; }
    .home-category-list .home-text-category .bc-text {
      word-break: break-word;
      display: table-cell;
      z-index: 2;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 0px 20px;
      line-height: 1; }
  .home-category-list .home-image-category {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000; }
    .home-category-list .home-image-category img {
      opacity: 0.5;
      max-height: 9999999%;
      width: 200%;
      height: auto;
      max-width: 200%;
      margin-left: -50%; }

/*---------- Homepage You Might Like  ----------*/
.you-might-like {
  position: relative; }
  .you-might-like .slick-track {
    margin-left: -2.5px; }
  .you-might-like .heading-section .sa-title {
    width: 100% !important; }
  .you-might-like .slick-track {
    margin: 0px 0px; }
  .you-might-like .yml-box {
    width: 120px; }
  .you-might-like .yml-box .yml-img {
    overflow: hidden;
    margin: 0px 5px 0px 5px;
    border-radius: 10px;
    height: auto; }
    .you-might-like .yml-box .yml-img img {
      height: 120px;
      width: 100%;
      max-width: 99999px;
      border-radius: 10px;
      margin: 0 auto; }
  .you-might-like .yml-box .yml-food-text {
    padding: 10px 10px 0px;
    text-align: center;
    line-height: 1.2; }

/*---------- Homepage Author  ----------*/
.recipe-author .slick-track {
  margin-bottom: 10px; }
.recipe-author .slick-dotted.slick-slider {
  margin-bottom: 20px; }
.recipe-author .author-box {
  padding: 0px 0px;
  text-align: center; }
  .recipe-author .author-box .author-img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    overflow: hidden;
    padding: 2px;
    border: 2px solid #95b700; }
    .recipe-author .author-box .author-img img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 90px;
      -moz-border-radius: 90px;
      border-radius: 90px; }
  .recipe-author .author-box .author-name {
    margin: 5px auto 0px;
    line-height: 1.2;
    font-size: 12px;
    padding: 0px 5px; }

/*---------- Homepage Banner  ----------*/
.section-home.home-banner {
  padding: 0px 0px; }
  .section-home.home-banner img {
    width: 100%;
    height: auto; }

/*---------- Homepage News ----------*/
.section-home.home-news .home-news-wrap .more-category {
  padding: 0px 0px; }
.section-home.home-news .home-news-wrap .news-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .section-home.home-news .home-news-wrap .news-item .hnw-title {
    font-weight: 600; }
  .section-home.home-news .home-news-wrap .news-item .news-content {
    position: relative;
    width: 100%;
    padding-left: 120px;
    min-height: 70px; }
    .section-home.home-news .home-news-wrap .news-item .news-content .hnw-img {
      width: 100px;
      position: absolute;
      top: 0px;
      left: 0px;
      overflow: hidden;
      height: 100%; }
      .section-home.home-news .home-news-wrap .news-item .news-content .hnw-img img {
        height: auto;
        max-height: 99999px;
        width: 100%;
        border-radius: 10px; }
    .section-home.home-news .home-news-wrap .news-item .news-content .hnw-desc .more {
      color: #95b700; }

/*==================================================
6. SUBSCRIBE
==================================================*/
.section-subscribe {
  position: relative;
  padding: 20px 20px;
  overflow: hidden; }
  .section-subscribe .subcontainer {
    z-index: 1;
    position: relative; }
    .section-subscribe .subcontainer .textsub {
      text-align: center; }
    .section-subscribe .subcontainer .section-title {
      font-weight: 600;
      text-align: center;
      font-size: 18px;
      margin-bottom: 5px; }
    .section-subscribe .subcontainer .submitsub {
      background-color: #95b700;
      position: absolute;
      color: #ffffff;
      font-size: 18px;
      border: 1px solid #95b700;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      padding: 4px 8px 0px 10px;
      right: 30px;
      top: 11px;
      cursor: pointer;
      width: 28px;
      height: 28px; }
  .section-subscribe .bg-subscribe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.2; }
  .section-subscribe .bg-subscribe img {
    width: 100%;
    height: auto;
    max-height: 999999px; }
  .section-subscribe .mail-subscribe-box {
    position: relative;
    padding-bottom: 35px;
    margin-top: 10px;
    padding: 0px 20px; }
  .section-subscribe .mail-subscribe-box input {
    color: #303030;
    border: 1px solid #95b700;
    height: 50px;
    background: #ffffff;
    border-radius: 90px;
    margin-bottom: 0px;
    padding: 10px 50px 10px 20px;
    box-sizing: border-box; }
  .section-subscribe .mail-subscribe-box i {
    position: absolute;
    color: #95b700;
    font-size: 18px;
    border: 1px solid #95b700;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 4px 8px 4px 10px;
    right: 30px;
    top: 11px;
    cursor: pointer;
    width: 28px;
    height: 28px; }

/* ---------------------------------------------------
7. RECIPE LIST
----------------------------------------------------- */
.list-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px;
  background-color: #ffffff; }

.lrc-item:nth-child(even) {
  background-color: #f9f9f9; }

.wrap-list-rc .lrc-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px; }
  .wrap-list-rc .lrc-item .lrc-content {
    position: relative;
    width: 100%;
    padding-left: 90px;
    min-height: 70px; }
    .wrap-list-rc .lrc-item .lrc-content .lrc-img {
      width: 80px;
      position: absolute;
      top: 5px;
      left: 0px;
      overflow: hidden;
      height: 100%; }
      .wrap-list-rc .lrc-item .lrc-content .lrc-img img {
        height: auto;
        max-height: 99999px;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .wrap-list-rc .lrc-item .lrc-content .lrc-desc .lrc-title {
      font-weight: 600; }
    .wrap-list-rc .lrc-item .lrc-content .lrc-desc .more {
      color: #95b700; }
  .wrap-list-rc .lrc-item .lrc-button {
    color: #7b7b7b;
    max-width: 100%;
    margin: 10px auto 0px; }
    .wrap-list-rc .lrc-item .lrc-button .lrcb-left {
      float: left;
      width: 100%; }
      .wrap-list-rc .lrc-item .lrc-button .lrcb-left .lhc {
        padding-right: 8px; }
      .wrap-list-rc .lrc-item .lrc-button .lrcb-left .svg-inline--fa {
        font-size: 14px;
        padding-right: 0px;
        color: #7b7b7b; }
    .wrap-list-rc .lrc-item .lrc-button .lrcb-right {
      float: left;
      width: 50%; }

      .lrc-text {text-transform: lowercase;
      }
/* ---------------------------------------------------
8. FOOD RECIPE PAGE
----------------------------------------------------- */
.wrap-food-recipe .tab-detail-rcp {
  padding: 0px 0px; }
.wrap-food-recipe .recipe-description {
  padding: 15px 15px; }
  .wrap-food-recipe .recipe-description ul.list {
    padding: 0px 0px 0px 15px;
    margin-bottom: 10px 0px; }
  .wrap-food-recipe .recipe-description ul.list.list-number {
    list-style: binary; }
  .wrap-food-recipe .recipe-description .recp-heading {
    font-weight: 600; }
  .wrap-food-recipe .recipe-description .recp-detail {
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dee2e6; }
  .wrap-food-recipe .recipe-description .recp-directions {
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dee2e6; }
  .wrap-food-recipe .recipe-description .recp-ingredients {
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dee2e6; }
.wrap-food-recipe .heading-page {
  height: auto;
  font-size: 16px; }
.wrap-food-recipe .image-favourite {
  position: relative; }
.wrap-food-recipe #food-recipe-image {
  margin-bottom: 0px;
  background-color: #f9f9f9; }
  .wrap-food-recipe #food-recipe-image .pgp-img img {
    width: 100%;
    height: auto; }
  .wrap-food-recipe #food-recipe-image .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 3; }
    .wrap-food-recipe #food-recipe-image .slick-dots li button {
      background-color: #ffffff; }

.add-favourite {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px; }
  .add-favourite .awl-btn {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: table;
    background-color: #ffffff;
    border: 1px solid #f8f8f8;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.21);
    cursor: pointer; }
  .add-favourite .awl-btn .awl-btn-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    color: #dddddd; }

.add-favourite .awl-btn.highlight .awl-btn-icon {
  color: #df0000; }

.rd-tab .tab-pane {
  padding: 15px 0px; }

.tab-comment {
  padding: 0px 0px; }
  .tab-comment .add-new-comment {
    margin-top: 0px;
    margin-bottom: 15px; }
    .tab-comment .add-new-comment .input.your-name {
      width: 100%;
      margin-bottom: 5px;
      padding: 5px 5px; }
    .tab-comment .add-new-comment .input.your-msg {
      width: 100%;
      margin-bottom: 10px;
      padding: 5px 5px;
      height: 70px;
      border: 1px solid #dee2e6; }
    .tab-comment .add-new-comment .theme-button.send-msg {
      border: 0px solid #333333;
      padding: 8px 10px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
  .tab-comment .comment-list .section-comment {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px; }
    .tab-comment .comment-list .section-comment .comment-view-body {
      background-color: #fafafa;
      border: 1px solid #dee2e6;
      padding: 10px 10px; }
      .tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-img {
        overflow: hidden;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 5px; }
      .tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-comment .cmc-heading {
        margin-bottom: 5px; }
        .tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-comment .cmc-heading .cm-hour {
          font-size: 12px;
          padding-top: 2px;
          margin-bottom: 0px;
          color: #949494; }

/* ---------------------------------------------------
9. AUTHOR
----------------------------------------------------- */
.author-list-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px;
  background-color: #ffffff; }
  .author-list-section .lrc-item:nth-child(even) {
    background-color: #f9f9f9; }
  .author-list-section .wrap-list-rc .lrc-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px; }
    .author-list-section .wrap-list-rc .lrc-item .lrc-content {
      position: relative;
      width: 100%;
      padding-left: 60px;
      min-height: 60px; }
      .author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-img {
        width: 80px;
        position: absolute;
        top: 5px;
        left: 0px;
        -webkit-border-radius: 90%;
        -moz-border-radius: 90%;
        border-radius: 90%;
        overflow: hidden;
        width: 50px;
        height: 50px; }
        .author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-img img {
          height: auto;
          max-height: 99999px;
          width: 100%; }
      .author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-desc .lrc-title {
        font-weight: 600;
        color: #95b700; }
      .author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-desc .more {
        color: #95b700; }
    .author-list-section .wrap-list-rc .lrc-item .lrc-button {
      color: #7b7b7b;
      max-width: 100%;
      margin: 3px auto 0px; }
      .author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-left {
        float: left;
        width: 100%; }
        .author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-left .lhc {
          padding-right: 8px; }
        .author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-left .svg-inline--fa {
          font-size: 14px;
          padding-right: 0px;
          color: #7b7b7b; }
      .author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-right {
        float: left;
        width: 50%; }

/* ---------------------------------------------------
10. SETTING
----------------------------------------------------- */
.setting-section {
  padding: 25px 15px; }
  .setting-section .line {
    margin: 20px 0px; }
  .setting-section .submit-btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .setting-section .form-group {
    margin-bottom: 15px; }
  .setting-section .theme-button {
    padding: 10px 15px;
    border: 0px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .setting-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .setting-section .avatar-photo {
    margin-bottom: 20px; }
    .setting-section .avatar-photo .upload-photo-text {
      display: block; }
    .setting-section .avatar-photo .upload-photo-text {
      margin: 10px 0px 0px; }
    .setting-section .avatar-photo .profile-img {
      width: 100px;
      height: 100px;
      overflow: hidden;
      -webkit-border-radius: 90%;
      -moz-border-radius: 90%;
      border-radius: 90%; }
      .setting-section .avatar-photo .profile-img img {
        width: 100%;
        height: 100%; }

/* ---------------------------------------------------
11. FEEDBACK
----------------------------------------------------- */
.feedback-section {
  padding: 25px 15px; }
  .feedback-section .fb-text {
    margin-bottom: 20px; }
  .feedback-section .submit-btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .feedback-section .form-group {
    margin-bottom: 15px; }
  .feedback-section .theme-button {
    padding: 10px 15px;
    border: 0px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .feedback-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .feedback-section .form-check-label a {
    color: #004a99;
    text-decoration: none; }
  .feedback-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline; }

/* ---------------------------------------------------
12. NEW RECIPE 
----------------------------------------------------- */
.new-recipe-section {
  padding: 25px 15px; }
  .new-recipe-section .fb-text {
    margin-bottom: 25px; }
  .new-recipe-section .submit-btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .new-recipe-section .form-group {
    margin-bottom: 15px; }
  .new-recipe-section .theme-button {
    padding: 10px 15px;
    border: 0px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px; }
  .new-recipe-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .new-recipe-section .form-check-label a {
    color: #004a99;
    text-decoration: none; }
  .new-recipe-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline; }

/* ---------------------------------------------------
13. LOGIN
----------------------------------------------------- */
.login-section {
  padding: 25px 15px; }
  .login-section .wrap-line-or {
    margin: 30px 0px; }
  .login-section .or-line {
    position: relative; }
    .login-section .or-line .ol-or {
      display: block;
      text-align: center;
      background: #ffffff;
      width: 40px;
      margin: 0 auto;
      color: #9e9e9e;
      position: relative;
      z-index: 1;
      font-size: 12px; }
    .login-section .or-line .ol-line {
      height: 1px;
      width: 100%;
      background-color: #9e9e9e;
      position: absolute;
      top: 10px;
      left: 0px;
      z-index: 0; }
  .login-section .stt-form {
    max-width: 300px;
    margin: 0 auto; }
  .login-section .fb-text-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #95b700;
    margin-top: 10px; }
  .login-section .submit-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; }
  .login-section .form-group {
    margin-bottom: 15px; }
  .login-section .theme-button {
    padding: 10px 20px;
    border: 0px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .login-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .login-section .form-check-label a {
    color: #004a99;
    text-decoration: none; }
  .login-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline; }
  .login-section .row-forgot {
    margin: 20px 0px;
    text-align: center; }
    .login-section .row-forgot a {
      color: #004a99; }
  .login-section .sign-in-sosmed {
    width: 130px;
    margin: 0px auto 0px; }
    .login-section .sign-in-sosmed .sign-in-icon {
      width: 45px;
      height: 45px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      display: table;
      color: #ffffff;
      text-align: center;
      float: left;
      margin: 0px 10px;
      cursor: pointer; }
    .login-section .sign-in-sosmed .sign-in-icon.sii-facebook {
      background-color: #2f7abc; }
    .login-section .sign-in-sosmed .sign-in-icon.sii-twitter {
      background-color: #00bbed; }
    .login-section .sign-in-sosmed .sign-in-icon .fa,
    .login-section .sign-in-sosmed .sign-in-icon .fab,
    .login-section .sign-in-sosmed .sign-in-icon .fas,
    .login-section .sign-in-sosmed .sign-in-icon .fal,
    .login-section .sign-in-sosmed .sign-in-icon .far,
    .login-section .sign-in-sosmed .icon-centerxy {
      display: table-cell;
      vertical-align: middle;
      font-size: 15px; }

/* ---------------------------------------------------
14. REGISTER
----------------------------------------------------- */
.register-section {
  padding: 25px 15px; }
  .register-section .form-check {
    text-align: center;
    margin-top: 20px; }
  .register-section .fb-text {
    text-align: center;
    margin-bottom: 20px; }
  .register-section .fb-text-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #95b700;
    margin-top: 10px; }
  .register-section .submit-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; }
  .register-section .form-group {
    margin-bottom: 15px; }
  .register-section .theme-button {
    padding: 10px 15px;
    border: 0px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 2px; }
  .register-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .register-section .form-check-label a {
    color: #004a99;
    text-decoration: none; }
  .register-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline; }
  .register-section .row-forgot {
    text-align: center;
    margin: 20px 0px; }
    .register-section .row-forgot a {
      color: #004a99; }

/* ---------------------------------------------------
15. PAGINATION
----------------------------------------------------- */
.wrap-pagination {
  width: 100%;
  text-align: center; }
  .wrap-pagination .page-link {
    color: #212529; }
  .wrap-pagination .page-item.active .page-link {
    background-color: #95b700;
    border-color: #95b700;
    color: #ffffff; }
  .wrap-pagination .pagination {
    margin-bottom: 0px;
    display: table;
    width: 100%;
    padding: 15px 15px; }
    .wrap-pagination .pagination .page-item {
      width: auto;
      display: inline-block; }

/* ---------------------------------------------------
16. GALLERY
----------------------------------------------------- */
.gallery-section {
  padding: 15px 15px;
  margin-bottom: 15px; }
  .gallery-section .row-filter {
    margin-bottom: 5px; }
  .gallery-section .row-gallery {
    margin-left: -5px;
    margin-right: -5px; }
  .gallery-section .gall-row {
    width: 100%; }
  .gallery-section .gall-row-filter {
    width: 100%; }
  .gallery-section .gall-col {
    width: 50%;
    float: left;
    padding: 5px 5px; }
  .gallery-section .wrap-gallery img {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
  .gallery-section .col {
    padding: 3px;
    margin: 0; }
  .gallery-section .filter-gallery {
    text-align: center; }
  .gallery-section .filter-button {
    color: #95b700;
    background: transparent;
    border: 0px solid #ffffff;
    padding: 10px 10px;
    font-weight: 600;
    margin-bottom: 5px;
    border: 1px solid #cecece; }
  .gallery-section .filter-button.active {
    color: #708a00; }
  .gallery-section .gallery-img-box,
  .gallery-section .gallery-img-box * {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .gallery-section .gallery-img-box.gallery-hidden {
    display: none; }

/* ---------------------------------------------------
17. NEWS LIST
----------------------------------------------------- */
.section-news-list .home-news-wrap {
  padding: 15px 15px 0px; }
  .section-news-list .home-news-wrap .news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .section-news-list .home-news-wrap .news-item .hnw-title {
      font-weight: 600; }
    .section-news-list .home-news-wrap .news-item .news-content {
      position: relative;
      width: 100%;
      padding-left: 120px;
      min-height: 70px; }
      .section-news-list .home-news-wrap .news-item .news-content .hnw-img {
        width: 100px;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        height: 100%; }
        .section-news-list .home-news-wrap .news-item .news-content .hnw-img img {
          height: auto;
          max-height: 99999px;
          width: 100%; }
      .section-news-list .home-news-wrap .news-item .news-content .hnw-desc .more {
        color: #95b700; }

.news-list-page-section .wrap-pagination .pagination {
  padding: 0px 15px 15px; }

/* ---------------------------------------------------
18. FAVORITES
----------------------------------------------------- */
.favorites .lrc-content {
  padding-right: 35px; }
.favorites .add-favourite {
  width: 30px;
  height: 30px;
  right: 0px;
  top: 0px; }
  .favorites .add-favourite .awl-btn {
    height: 30px;
    width: 30px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #ddd; }
  .favorites .add-favourite .svg-inline--fa {
    font-size: 16px; }

/* ---------------------------------------------------
19. NEWS
----------------------------------------------------- */
.section-news-page {
  padding: 15px 15px; }
  .section-news-page .news-content {
    margin-top: 10px; }
  .section-news-page .tab-comment {
    margin-top: 20px; }

/* ---------------------------------------------------
20. PROFILE
----------------------------------------------------- */
.section-profile {
  position: relative; }
  .section-profile .wrap-pro {
    position: relative;
    overflow: visible; }
  .section-profile .cf-heading {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 30px 0px 10px; }
  .section-profile .banner-bg {
    height: 100px; }
    .section-profile .banner-bg img {
      width: 100%;
      height: auto;
      max-height: 99999999px;
      margin-top: -30px; }
  .section-profile .photo-profile {
    padding: 0px 15px;
    margin-top: -70px;
    text-align: center; }
    .section-profile .photo-profile img {
      height: 100px;
      overflow: hidden;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 5px solid #fff; }
  .section-profile .proname {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 10px 0px 0px;
    color: #95b700; }
  .section-profile .proname-info {
    text-align: center; }
  .section-profile .pro-des {
    padding: 20px 0px 10px;
    text-align: center; }
  .section-profile .line {
    margin: 15px 0px; }
  .section-profile .content-from .lrc-item:nth-child(even) {
    background-color: #f9f9f9; }
  .section-profile .content-from .wrap-list-rc .lrc-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px; }
    .section-profile .content-from .wrap-list-rc .lrc-item .lrc-content {
      position: relative;
      width: 100%;
      padding-left: 90px;
      min-height: 70px; }
      .section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-img {
        width: 80px;
        position: absolute;
        top: 5px;
        left: 0px;
        overflow: hidden;
        height: 100%; }
        .section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-img img {
          height: auto;
          max-height: 99999px;
          width: 100%;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
      .section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-desc .lrc-title {
        font-weight: 600; }
      .section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-desc .more {
        color: #95b700; }
    .section-profile .content-from .wrap-list-rc .lrc-item .lrc-button {
      color: #7b7b7b;
      max-width: 100%;
      margin: 10px auto 0px; }
      .section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-left {
        float: left;
        width: 100%; }
        .section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-left .lhc {
          padding-right: 8px; }
        .section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-left .svg-inline--fa {
          font-size: 14px;
          padding-right: 0px;
          color: #7b7b7b; }
      .section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-right {
        float: left;
        width: 50%; }
  .section-profile .socmed {
    text-align: center;
    width: 100%;
    margin-top: 10px; }
    .section-profile .socmed .socmed-line {
      display: inline-block; }
      .section-profile .socmed .socmed-line .socmed-item {
        width: 25px;
        height: 25px;
        display: table;
        text-align: center;
        color: #ffffff;
        background-color: #95b700;
        -webkit-border-radius: 90%;
        -moz-border-radius: 90%;
        border-radius: 90%;
        font-size: 10px;
        padding: 0px 0px; }
        .section-profile .socmed .socmed-line .socmed-item .si-icon {
          display: table-cell;
          vertical-align: middle; }
  .section-profile .probox {
    background-color: #f9f9f9;
    margin: 20px -15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
    .section-profile .probox .bx-col {
      width: 33.33%;
      float: left;
      text-align: center;
      height: 80px;
      display: table; }
      .section-profile .probox .bx-col .bx-col-in {
        display: table-cell;
        vertical-align: middle; }
  .section-profile .border-center {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; }
  .section-profile .count {
    color: #95b700;
    font-weight: 600;
    font-size: 18px; }

/*==================================================
21. 404 PAGE
==================================================*/
.error-page {
  text-align: center;
  width: 100%;
  padding-bottom: 100%;
  height: 0px;
  position: relative;
  height: calc( 100vh - 156px); }
  .error-page h1 {
    margin: 0px 0px;
    font-size: 58px;
    font-weight: 600; }
  .error-page .in-error-page {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table; }
  .error-page .in-error-page .in-in-error-page {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

/* ---------------------------------------------------
22. FOOTER
----------------------------------------------------- */
.footer {
  padding: 20px 35px;
  height: 100px;
  background-color: #95b700;
  text-align: center;
  color: #ffffff; }
  .footer .footer-heading {
    font-weight: 600;
    margin-bottom: 10px; }
  .footer .socmed {
    text-align: center;
    width: 100%; }
    .footer .socmed .socmed-line {
      display: inline-block; }
      .footer .socmed .socmed-line .socmed-item {
        width: 30px;
        height: 30px;
        display: table;
        text-align: center;
        color: #95b700;
        background-color: #ffffff;
        -webkit-border-radius: 90%;
        -moz-border-radius: 90%;
        border-radius: 90%;
        font-size: 16px;
        padding: 0px 0px; }
        .footer .socmed .socmed-line .socmed-item .si-icon {
          display: table-cell;
          vertical-align: middle;
          color: #95b700; }

/*==================================================
23. PREVIEW
==================================================*/
body.preview {
  background-color: #ffffff;
  background-size: 120% auto; }
  body.preview .container {
    max-width: 1300px; }
  body.preview .wrap-qr {
    margin-top: 20px; }
  body.preview .description {
    margin: 10px auto 30px;
    text-align: justify;
    padding: 0px 0px 0px 10px; }
  body.preview .your-mobile {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 20px auto 0px; }
  body.preview .container {
    position: relative;
    z-index: 2; }
  body.preview .here {
    background-color: #95b700;
    color: #ffffff;
    padding: 5px 15px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    margin: 10px; }
  body.preview .pr-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%; }
    body.preview .pr-bg img {
      width: 100%;
      height: auto; }
  body.preview .wrapper {
    max-width: 953px;
    margin: 50px auto; }
  body.preview .pr-title {
    background: #fff;
    display: inline-block;
    padding: 0px 20px;
    font-size: 40px;
    font-weight: 800;
    color: #95b700; }
  body.preview .pr-tagline {
    background: #fff;
    display: inline-block;
    font-size: 27px; }
  body.preview .content-left {
    max-width: 410px;
    float: left; }
  body.preview .content-left .mobileframe {
    float: left;
    position: relative;
    border-radius: 30px;
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.5); }
  body.preview .buy-now .bn {
    background: #95b700;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0px 0px;
    border-radius: 90px;
    cursor: pointer; }
  body.preview .buy-now .bn:hover {
    background-color: #708a00; }
  body.preview .content-left .mobileframe .preview-mobile-frame {
    background-color: #ffffff;
    overflow: hidden; }
  body.preview .content-left .mobileframe,
  body.preview .content-left .mobileframe .mobile-frame-bg,
  body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame,
  body.preview .content-left .mobileframe .preview-mobile-frame {
    height: 700px;
    width: 369px;
    box-sizing: unset; }
  body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
    position: relative;
    margin: 0px;
    border: none;
    background: none;
    overflow-y: scroll;
    overflow-x: hidden; }
  body.preview .content-right {
    float: right;
    text-align: center;
    width: 488px; }
  body.preview .content-right .in-r {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
  body.preview .content-right h1 {
    font-weight: 600;
    margin-bottom: 0px; }
  body.preview .content-right p {
    margin-bottom: 40px; }
  body.preview .themestyle {
    max-width: 60px;
    float: left; }
    body.preview .themestyle .iframebutton {
      cursor: pointer;
      width: 30px;
      height: 30px;
      display: inline-block;
      -webkit-border-radius: 90px;
      -moz-border-radius: 90px;
      border-radius: 90px;
      border: 2px solid #ffffff; }
    body.preview .themestyle #preview-red {
      background-color: #b70021; }
    body.preview .themestyle #preview-green {
      background-color: #95b700; }
    body.preview .themestyle #preview-orange {
      background-color: #dda900; }
    body.preview .themestyle #preview-blue {
      background-color: #00a2dd; }
    body.preview .themestyle #preview-blue-sea {
      background-color: #4200ff; }
    body.preview .themestyle #preview-green-leaf {
      background-color: #2e8843; }
    body.preview .themestyle #preview-purple {
      background-color: #7d17d3; }
    body.preview .themestyle #preview-black {
      background-color: #000000; }
    body.preview .themestyle #preview-brown {
      background-color: #825200; }
    body.preview .themestyle #preview-pink {
      background-color: #c82872; }
    body.preview .themestyle .ctc {
      margin: 60px 0px 10px;
      font-weight: 600;
      font-size: 12px; }

@media only screen and (max-width: 450px) {
  .content-left .mobileframe,
  .content-left .mobileframe .mobile-frame-bg,
  .content-left .mobileframe .preview-mobile-frame #previewFrame,
  .content-left .mobileframe .preview-mobile-frame {
    height: 700px;
    width: 100%;
    box-sizing: unset; } }
body.preview.foodkuy-red .pr-title {
  color: #b70021; }

body.preview.foodkuy-orange .pr-title {
  color: #dda900; }

body.preview.foodkuy-blue .pr-title {
  color: #00a2dd; }

body.preview.foodkuy-blue-sea .pr-title {
  color: #4200ff; }

body.preview.foodkuy-green-leaf .pr-title {
  color: #2e8843; }

body.preview.foodkuy-purple .pr-title {
  color: #7d17d3; }

body.preview.foodkuy-black .pr-title {
  color: #000000; }

body.preview.foodkuy-brown .pr-title {
  color: #825200; }

body.preview.foodkuy-pink .pr-title {
  color: #c82872; }
body.preview.foodkuy-bordo .pr-title {
  color: #b32433; }

@media only screen and (max-width: 767px) {
  body.preview .themestyle {
    width: 100% !important;
    position: relative !important; }
  body.preview .wrapper {
    margin-top: 0px !important;
    padding-left: 0px !important; }
    body.preview .wrapper .ctc {
      margin-top: 0px !important; }
    body.preview .wrapper .description {
      padding: 0px 0px !important; }
  body.preview .content-left,
  body.preview .content-right {
    width: 100%;
    margin: 0 auto;
    float: unset; }
  body.preview .content-left {
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 410px;
    margin: 0 auto;
    float: unset;
    display: block; }
    body.preview .content-left .mobileframe {
      width: 100% !important;
      box-sizing: border-box; }
  body.preview .content-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: left;
    width: 100% !important; }
  body.preview .description {
    width: 100%;
    margin: 0px 0px;
    max-width: 100%; }
  body.preview .content-right .in-r {
    text-align: left; }
  body.preview .pr-title {
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center; }
  body.preview .your-mobile {
    text-align: center;
    max-width: 100%; }
  body.preview .pr-tagline {
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }
  body.preview .content-right .in-in-r {
    margin-top: 30px; }
  body.preview .themestyle {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    margin-top: 20px;
    padding-left: 0px !important; }
  body.preview .wrap-qr {
    text-align: center; } }
@media only screen and (max-width: 410px) {
  body.preview .content-left .mobileframe {
    width: 100% !important;
    box-sizing: border-box; }
    body.preview .content-left .mobileframe .preview-mobile-frame {
      width: 100% !important; }
      body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
        width: 100%; } }
@media only screen and (max-width: 956px) {
  body.preview .wrapper {
    max-width: 99999px;
    margin: 50px auto;
    width: 100%;
    position: relative;
    padding-left: 50px; }
    body.preview .wrapper .content-right {
      padding: 0px 20px 0px 30px;
      width: calc( 100% - 379px ); }
  body.preview .themestyle {
    width: 50px;
    position: absolute;
    padding-left: 5px;
    left: 0px;
    top: 0px; }
  body.preview .content-left .mobileframe {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border-top: 5px solid #dbdbdb;
    border-right: 5px solid #dbdbdb;
    border-bottom: 5px solid #dbdbdb;
    border-left: 5px solid #dbdbdb; } }

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

File#: _1_language-picker
Title: Language Picker
Descr: A custom selector allowing users to choose their preferred language on a page
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
*, *::after, *::before {
  box-sizing: border-box;
}

* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: hsl(0, 0%, 100%);
  font-family: system-ui, sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1rem;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  font-weight: 700;
}

h1 {
  font-size: 2.0736rem;
}

h2 {
  font-size: 1.728rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

ol, ul, menu {
  list-style: none;
}

button, input, textarea, select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

a {
  color: hsl(250, 84%, 54%);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, video, svg {
  display: block;
  max-width: 100%;
}

@media (min-width: 64rem) {
  body {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 3.051rem;
  }

    h2 {
    font-size: 2.44rem;
  }

    h3 {
    font-size: 1.75rem;
  }

    h4 {
    font-size: 1.5625rem;
  }
}

/* variables */
:root {
  /* colors */
  --li4-color-primary-hsl: 250, 84%, 54%;
  --li4-color-bg-hsl: 0, 0%, 100%;
  --li4-color-contrast-high-hsl: 230, 7%, 23%;
  --li4-color-contrast-higher-hsl: 230, 13%, 9%;
  --li4-color-bg-light-hsl: 0, 0%, 90%;
  --li4-color-white-hsl: 0, 0%, 100%;
 /* --li4-color-bg-dark-hsl: 240, 4%, 95%;
  --li4-color-bg-lighter-hsl: 0, 0%, 95%; */
  --li4-color-black-hsl: 230, 13%, 9%; 

  /* spacing */
  --li4-space-3xs: 0.25rem;
  --li4-space-2xs: 0.375rem;
  --li4-space-xs: 0.5rem;
  --li4-space-sm: 0.75rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --li4-space-3xs: 0.375rem;
    --li4-space-2xs: 0.5625rem;
    --li4-space-xs: 0.75rem;
    --li4-space-sm: 1.125rem;
  }
}

/* buttons */
.li4-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  text-decoration: none;
  background: hsl(var(--li4-color-bg-dark-hsl));
  color: hsl(var(--li4-color-contrast-higher-hsl));
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: var(--li4-space-2xs) var(--li4-space-sm);
  border-radius: 0.25em;
}

.li4-btn:focus-visible {
  box-shadow: 0px 0px 0px 2px hsl(var(--li4-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--li4-color-contrast-higher-hsl), 0.15);
  outline: none;
}

.li4-btn:active {
  transform: translateY(2px);
}

.li4-btn--subtle {
  right: -25%;
  background: hsl(var(--li4-color-bg-lighter-hsl));
  color: hsl(var(--li4-color-contrast-higher-hsl));
 /* box-shadow: inset 0px 1px 0px hsla(var(--li4-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--li4-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--li4-color-black-hsl), 0.2), 0 0.3px 0.4px rgba(0, 0, 0, 0.025),0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1); */
}

.li4-btn--subtle:hover {
  background: hsl(var(--li4-color-bg-light-hsl));
  box-shadow: inset 0px 1px 0px hsla(var(--li4-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--li4-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--li4-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12);
}

.li4-btn--subtle:focus {
  box-shadow: inset 0px 1px 0px hsla(var(--li4-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--li4-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--li4-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px hsl(var(--li4-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--li4-color-contrast-high-hsl));
}

.li4-icon {
  height: var(--li4-size, 1em);
  width: var(--li4-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

/* component */
:root {
  --picker-vertical-gap: 4px;
}

.language-picker {
  display: inline-block;
  position: relative;
}

.language-picker__form {
  display: none;
}

.language-picker__button .li4-icon {
  height: 16px;
  width: 16px;
}
.language-picker__button .li4-icon:first-of-type {
  margin-right: var(--li4-space-3xs);
}
.language-picker__button .li4-icon:last-of-type {
  margin-left: var(--li4-space-3xs);
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: hsl(var(--li4-color-bg-light-hsl));
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
  padding: var(--li4-space-3xs) 0;
  border-radius: 0.25em;
  z-index: 5;
  margin-top: var(--picker-vertical-gap);
  margin-bottom: var(--picker-vertical-gap);
  --space-unit: 1rem;
  --text-unit: 1rem;
  font-size: var(--text-unit);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
}

.language-picker__dropdown--right {
  right: 0;
  left: auto;
}

.language-picker__dropdown--up {
  bottom: 100%;
  top: auto;
}

.language-picker__button[aria-expanded=true] + .language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}

.language-picker__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: var(--li4-space-2xs) var(--li4-space-sm);
  color: hsl(var(--li4-color-contrast-high-hsl));
  transition: background 0.2s;
}
.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.language-picker__item:hover {
  background-color: hsla(var(--li4-color-contrast-higher-hsl), 0.075);
}
.language-picker__item:focus {
  outline: none;
  background-color: hsla(var(--li4-color-primary-hsl), 0.1);
}
.language-picker__item[aria-selected=true] {
  position: relative;
  background-color: hsl(var(--li4-color-primary-hsl));
  color: hsl(var(--li4-color-white-hsl));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.language-picker__item[aria-selected=true]:focus {
  outline: 2px solid hsla(var(--li4-color-primary-hsl), 0.2);
}
.language-picker__item[aria-selected=true]::after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  margin-left: auto;
}

.language-picker__flag {
  display: flex;
  align-items: center;
}
.language-picker__flag::before {
  display: none;
  flex-shrink: 0;
  content: "";
  height: 21px;
  width: 25px;
  margin-right: var(--li4-space-2xs);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.language-picker__dropdown .language-picker__flag::before {
  margin-right: var(--li4-space-xs);
}

.language-picker--flags .language-picker__flag::before {
  display: inline-block;
  display: inline-flex;
}
.language-picker--flags .language-picker__button .li4-icon:first-of-type {
  display: none;
}

.language-picker__flag--deutsch::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M48,18H0V8c0-1.105,0.895-2,2-2h44c1.105,0,2,0.895,2,2V18z'/%3E%3Crect y='18' fill='%23EE0000' width='48' height='12'/%3E%3Cpath fill='%23FDCF00' d='M48,40c0,1.105-0.895,2-2,2H2c-1.105,0-2-0.895-2-2V30h48V40z'/%3E%3C/svg%3E");
}

.language-picker__flag--english::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23002781' d='M46,6H2C0.896,6,0,6.896,0,8v32c0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2V8C48,6.896,47.104,6,46,6z'/%3E%3Cpath fill='%23E6E6E6' d='M48,8c0-1.104-0.896-2-2-2h-5.161L28,15.876V6h-8v9.876L7.161,6H2C0.896,6,0,6.896,0,8v2.586L12.239,20H0v8 h12.239L0,37.415V40c0,1.104,0.896,2,2,2h5.161L20,32.124V42h8v-9.876L40.839,42H46c1.104,0,2-0.896,2-2v-2.585L35.761,28H48v-8 H35.761L48,10.586V8z'/%3E%3Cpolygon fill='%23D10D24' points='48,22 26,22 26,6 22,6 22,22 0,22 0,26 22,26 22,42 26,42 26,26 48,26 '/%3E%3Cpath fill='%23D10D24' d='M47.001,6.307L29.2,20h3.28L48,8.062V8C48,7.268,47.587,6.656,47.001,6.307z'/%3E%3Cpath fill='%23D10D24' d='M32.48,28H29.2l17.801,13.693C47.587,41.344,48,40.732,48,40v-0.062L32.48,28z'/%3E%3Cpath fill='%23D10D24' d='M15.52,28L0,39.938V40c0,0.732,0.413,1.344,0.999,1.693L18.8,28H15.52z'/%3E%3Cpath fill='%23D10D24' d='M15.52,20h3.28L0.999,6.307C0.413,6.656,0,7.268,0,8v0.062L15.52,20z'/%3E%3C/svg%3E");
}

.language-picker__flag--francais::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%2301209F' d='M16,42H2c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h14V42z'/%3E%3Cpath fill='%23EF4234' d='M48,40c0,1.105-0.895,2-2,2H32V6h14c1.105,0,2,0.895,2,2V40z'/%3E%3Crect x='16' y='6' fill='%23E6E6E6' width='16' height='36'/%3E%3C/svg%3E");
}

.language-picker__flag--italiano::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23009345' d='M16,42H2c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h14V42z'/%3E%3Cpath fill='%23CF2B36' d='M48,40c0,1.105-0.895,2-2,2H32V6h14c1.105,0,2,0.895,2,2V40z'/%3E%3Crect x='16' y='6' fill='%23E6E6E6' width='16' height='36'/%3E%3C/svg%3E");
}

.language-picker__flag--bulgarian::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2212%22%20viewBox%3D%220%200%205%203%22%3E%3Crect%20width%3D%225%22%20height%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225%22%20height%3D%222%22%20y%3D%221%22%20fill%3D%22%2300966E%22%2F%3E%3Crect%20width%3D%225%22%20height%3D%221%22%20y%3D%222%22%20fill%3D%22%23D62612%22%2F%3E%3C%2Fsvg%3E");
}

.language-picker__flag--russian::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%206%22%20width%3D%2248%22%20height%3D%2212%22%3E%3Crect%20fill%3D%22%23fff%22%20width%3D%229%22%20height%3D%223%22%2F%3E%3Crect%20fill%3D%22%23d52b1e%22%20y%3D%223%22%20width%3D%229%22%20height%3D%223%22%2F%3E%3Crect%20fill%3D%22%230039a6%22%20y%3D%222%22%20width%3D%229%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.language-picker__flag--greek::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2212%22%20viewBox%3D%220%200%2028%2023%22%3E%3Crect%20fill%3D%22%230D5EAF%22%20width%3D%2227%22%20height%3D%2218%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFF%22%20d%3D%22M5%2C0V11%20M0%2C5H10%20M10%2C3H27%20M10%2C7H27%20M0%2C11H27%20M0%2C15H27%22%2F%3E%3C%2Fsvg%3E");
}

.language-picker__flag--turkish::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%22%22%20viewBox%3D%220%20-30000%2090000%2060000%22%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22m0-30000h90000v60000H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m41750%200%2013568-4408-8386%2011541V-7133l8386%2011541zm925%208021a15000%2015000%200%201%201%200-16042%2012000%2012000%200%201%200%200%2016042z%22%2F%3E%3C%2Fsvg%3E");
}

.language-picker__flag--romenian::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%22%22%20viewBox%3D%220%200%203%202%22%3E%3Crect%20width%3D%223%22%20height%3D%222%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23002B7F%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%221%22%20y%3D%220%22%20fill%3D%22%23FCD116%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%222%22%20x%3D%222%22%20y%3D%220%22%20fill%3D%22%23CE1126%22%2F%3E%3C%2Fsvg%3E");
}

.language-picker__flag--israel::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221100%22%20height%3D%22800%22%3E%3Cpath%20d%3D%22M0%200h1100v800H0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M0%2075h1100v125H0Zm0%20525h1100v125H0Z%22%20fill%3D%22%230038b8%22%2F%3E%3Cpath%20d%3D%22M423.816%20472.853h252.368L550%20254.295ZM550%20545.705l126.184-218.558H423.816Z%22%20fill%3D%22none%22%20stroke%3D%22%230038b8%22%20stroke-width%3D%2227.5%22%2F%3E%3C%2Fsvg%3E");
}

.language-picker--hide-label .language-picker__button .li4-icon {
  margin-left: 0;
}
.language-picker--hide-label .language-picker__button .li4-icon:first-of-type {
  display: none;
}
.language-picker--hide-label .language-picker__button em {
  display: none;
}
.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: var(--li4-space-3xs);
}

.language-picker--hide-label .language-picker__flag::before {
  display: inline-block;
  display: inline-flex;
}

/* utility classes */
.li4-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}


/* slide button*/

#button-background {
  position: relative;
  background: linear-gradient(to bottom, #2af597 0%, #009efc 100%);
  max-width: 1000px;
  height: 40px;
  border: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}

#slider {
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: -10px;
  background-color:#009efc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider.unlocked {
  transition: all 0.3s;
  width: 100%;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
}

#slider1 {
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: -10px;
  background-color:#009efc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider1.unlocked {
  transition: all 0.3s;
  width: 100%;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
}
.material-icons {
  color: black;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.slide-text {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

#locker {
color: white;
margin-right: 5px;
}

.bottom {
  position: fixed;
  bottom: 0;
  font-size: 14px;
  color: white;
}
.bottom a {
  color: white;
}


/* Logolink in menubar*/
.logolink {
  width: max-content;
  margin-left: 30%;
}

/* price in menu*/
.h5 {
  color: black;
  font-size: large;
}

/* phone number in slider */
.pnumber {
  color: white;
  z-index: 2;
  position: absolute;
  margin-top: -4.5rem;
  margin-left: 5rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

/* button link in banner */
.btnlink {
  background-color: red;color: white;
  z-index: 2;
  position: absolute;
  margin-top: -4%;
  margin-left: -10%;
  padding: 0.2rem 1rem;
  padding-bottom: 0.5rem;
  border-radius: 3px;
}

/* button title in banner */
.btntitle {
  position: absolute;
  color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 0px;
  background-color: rgba(0,0,0,0.6);
  width: inherit;
}

/* 404 page */
.st0{fill:#fff}
.st2{fill:#5d89af}
.st3{fill:#709abf}
.st4,.st6{
  fill:#fff;
  stroke:#b3dcdf;
  stroke-miterlimit:10
}
.st6{
  stroke:#5d89af;
  stroke-width:2
}
.st7,.st8,.st9{
  stroke:#709abf;
  stroke-miterlimit:10
}

.st7{
  stroke-width:5;
  stroke-linecap:round;
  fill:none
}
.st8,.st9{
  fill:#fff
}
.st9{
  fill:none
}
.st10{
  
}

#cloud1{
  animation: cloud003 15s linear infinite;
}

#cloud2{
  animation: cloud002 25s linear infinite;
}

#cloud3{
  animation: cloud003 20s linear infinite;
}

#cloud4{
  animation: float 4s linear infinite;
}

#cloud5{
  animation: float 8s linear infinite;
}

#cloud7{
  animation: float 5s linear infinite;
}

#tracks{
  animation: slide 650ms linear infinite;
}

#bumps{
  animation: land 10000ms linear infinite;
}

@keyframes jig {
    0% { transform: translateY(0px); }
    50% { transform: translateY(1px); }
    100% { transform: translateY(0px); }
}

#car-layers{
  animation: jig 0.35s linear infinite;
}

@keyframes land {
    from { transform: translateX(0); }
    to { transform: translateX(1000px); }
}


@keyframes slide {
    from { transform: translateX(0px); }
    to { transform: translateX(100px); }
}

/* @keyframes cloudFloat {
  0% { transform: translateX(0) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
} */

@keyframes cloud001 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes cloud002 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes cloud003 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px) translateX(0); }
    50% { transform: translateY(8px) translateX(5px); }
    100% { transform: translateY(0px) translateX(0); }
}

#bracefront, #braceback{
  animation: braces 1s linear infinite;
}

@keyframes braces {
    0% { transform: translateX(-2px); }
  25% { transform: translateX(3px); }
    50% { transform: translateX(-2px); }
    75% { transform: translateX(3px); }
  100% { transform: translateX(-2px); }
}

.language-picker__list {
  text-transform: capitalize;
}

#lunchBtn {
  display: none;
  color: white;
  font-size: large;
  font-weight: bold;
}

/*  POPUP  */
/* Стилове за pop-up съобщението */
.popup {
  display: none; /* По подразбиране pop-up-ът е скрит */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 300px;
  width: 80%;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.close:hover {
  color: red;
}
