@charset "UTF-8";
/*
** Line for titles
text-decoration-line: underline;
text-decoration-color: #eea921;
text-decoration-skip-ink: none;
text-decoration-thickness: 3px;
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #F7F6FB;
}

::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}

.page-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.page-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.6);
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.sidebar-nav-wrap {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
}

.main-bar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 96px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 22;
}

.preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c0c0;
  z-index: 9999;
}

.preloader-wrap .preloader-img {
  animation: logoPulse 1.5s infinite;
}

@keyframes logoPulse {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}

body.home .page-nav-wrap, body.tax-product_cat .page-nav-wrap, body.single-product .page-nav-wrap, body.woocommerce-checkout .page-nav-wrap {
  top: 40px;
}

body.home .page-header, body.tax-product_cat .page-header, body.single-product .page-header, body.woocommerce-checkout .page-header {
  background: none;
}

body.home .page-nav-wrap, body.tax-product_cat .page-nav-wrap, body.single-product .page-nav-wrap, body.woocommerce-checkout .page-nav-wrap {
  background: none;
}

body.home .page-nav-wrap nav ul li.menu-item-has-children:before, body.tax-product_cat .page-nav-wrap nav ul li.menu-item-has-children:before, body.single-product .page-nav-wrap nav ul li.menu-item-has-children:before, body.woocommerce-checkout .page-nav-wrap nav ul li.menu-item-has-children:before {
  background: url("../img/menu-arrow-white.svg") center no-repeat;
}

body.home .page-nav-wrap nav ul li a, body.tax-product_cat .page-nav-wrap nav ul li a, body.single-product .page-nav-wrap nav ul li a, body.woocommerce-checkout .page-nav-wrap nav ul li a {
  color: #fff;
}

body.home .page-nav-wrap nav ul li a:hover, body.tax-product_cat .page-nav-wrap nav ul li a:hover, body.single-product .page-nav-wrap nav ul li a:hover, body.woocommerce-checkout .page-nav-wrap nav ul li a:hover {
  color: #065D63;
}

body.home .header-social-links a:hover .icon-social, body.tax-product_cat .header-social-links a:hover .icon-social, body.single-product .header-social-links a:hover .icon-social, body.woocommerce-checkout .header-social-links a:hover .icon-social {
  fill: #065D63;
}

body.home .header-social-links .icon-social, body.tax-product_cat .header-social-links .icon-social, body.single-product .header-social-links .icon-social, body.woocommerce-checkout .header-social-links .icon-social {
  fill: #fff;
}

.page-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 96px);
  height: 100vh;
  background: #fafafa;
  overflow: hidden;
  z-index: 10;
}

.page-content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.6);
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.page-content-wrap.sidebar-nav--opened:before {
  opacity: 1;
  visibility: visible;
  z-index: 90;
}

.page-content-wrap .page-content-wrap-inner {
  height: 100%; 
  outline: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.page-header {
  position: relative;
  
  z-index: 9999;
}

.page-footer {
  position: relative;
  padding: 21px 0 19px;
  background: #324b5c;
}

.page-footer:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 252px;
  height: 100%;
  background: url("../img/footer-pattern.svg") center no-repeat;
  z-index: 1;
}

.page-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  z-index: 5;
}

.page-footer .footer-col-left {
  display: flex;
  align-items: center;
}

.page-footer .copyright {
  color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.page-footer .footer-cards {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.page-footer .footer-cards img {
  margin: 0 8px;
}

.page-footer .made-by {
  display: flex;
  align-items: center;
}

.page-footer .made-by a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.page-footer .made-by a:hover .logo-path-1 {
  fill: #eda920;
}

.page-footer .made-by a:hover .logo-path-2 {
  fill: #fff;
}

.page-footer .made-by span {
  margin-right: 10px;
  color: #fafafa;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.page-footer .made-by .logo-path-1,
.page-footer .made-by .logo-path-2 {
  transition: all 300ms ease-out;
}

.page-nav-wrap {
  position:relative;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 55px; 
	min-height: 6rem;
  z-index: 20;
}

.page-nav-wrap nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-nav-wrap nav ul li {
  position: relative;
  margin: 0 13.5px;
}

.page-nav-wrap nav ul li:hover ul {
  top: 35px;
  opacity: 1;
  visibility: visible;
}

.page-nav-wrap nav ul li.menu-item-has-children {
  padding-right: 10px;
}

.page-nav-wrap nav ul li.menu-item-has-children:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 6px;
  height: 4px;
  background: url("../img/menu-arrow-green.svg") center no-repeat;
}

.page-nav-wrap nav ul li.menu-item-has-children > a {
  pointer-events: none;
  cursor: pointer;
}

.page-nav-wrap nav ul li.current-menu-ancestor:before {
  background: url("../img/menu-arrow-yellow.svg") center no-repeat;
}

.page-nav-wrap nav ul li.current-menu-ancestor > a {
  color: #c0c0c0;
}

.page-nav-wrap nav ul li.current_page_item > a {
  color: #c0c0c0 !important;
}

.page-nav-wrap nav ul li a {
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 200ms ease-out;
}

.page-nav-wrap nav ul li a:hover {
  color: #c0c0c0;
}

.page-nav-wrap nav ul li ul {
  position: absolute;
  top: 10px;
  left: -21px;
  flex-direction: column;
  width: 190px;
  padding: 15px 20px;
  background: #fbfbfb;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.page-nav-wrap nav ul li ul:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e0e0e0 transparent;
  z-index: 1;
}

.page-nav-wrap nav ul li ul:after {
  content: '';
  position: absolute;
  top: -9px;
  left: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fbfbfb transparent;
  z-index: 2;
}

.page-nav-wrap nav ul li ul li {
  position: relative;
  margin: 0;
  z-index: 5;
}

.page-nav-wrap nav ul li ul li a {
  display: flex;
  color: #065D63 !important;
  padding: 5px 0;
}

.page-nav-wrap nav ul li ul li a:hover {
  color: #c0c0c0 !important;
}

.nav-cart-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin-left: 25px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 200ms ease-out;
}

.nav-cart-wrap:hover {
  background: #e9e9ec;
}

.nav-cart-wrap .nav-cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 28px;
  height: 28px;
  color: rgba(42, 41, 41, 0.7);
  background: #c0c0c0;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.nav-cart-wrap .nav-cart-total-price {
  margin: 8px 0 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.nav-cart-wrap .nav-cart-total-price span {
  font-size: 12px;
}

.homepage-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-logo {
  margin-top: 32px;
}

.main-logo a {
  text-decoration: none;
}

.main-logo a img {
  transition: all 200ms ease-out;
}

.main-logo a:hover img {
  transform: scale(0.9);
}

.short-contacts-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 78px 0 0;
}






.sidebar-phone2 {
  position: absolute;
  top: 175px;
  left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  transition: all 500ms ease-out;
  z-index: 10;
}

.sidebar-phone2:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

.sidebar-phone2:hover .phone-icon img {
  transform: scale(0.8);
}

.sidebar-phone2:hover .phone-number {
  left: 41px;
  opacity: 1;
  visibility: visible;
}

.sidebar-phone2 .phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
}

.sidebar-phone2 .phone-icon img {
  transition: all 200ms ease-out;
}

.sidebar-phone2 .phone-number {
  position: absolute;
  top: -1px;
  left: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 48px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
  filter: drop-shadow(40px 4px 20px rgba(0, 0, 0, 0.1));
}

.sidebar-phone2 .phone-number a {
  color: #065D63;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}









.sidebar-phone {
  position: absolute;
  top: 142px;
  left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  transition: all 500ms ease-out;
  z-index: 10;
}

.sidebar-phone:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

.sidebar-phone:hover .phone-icon img {
  transform: scale(0.8);
}

.sidebar-phone:hover .phone-number {
  left: 41px;
  opacity: 1;
  visibility: visible;
}

.sidebar-phone .phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
}

.sidebar-phone .phone-icon img {
  transition: all 200ms ease-out;
}

.sidebar-phone .phone-number {
  position: absolute;
  top: -1px;
  left: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 48px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
  filter: drop-shadow(40px 4px 20px rgba(0, 0, 0, 0.1));
}

.sidebar-phone .phone-number a {
  color: #065D63;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.sidebar-hours {
  position: absolute;
  top: 215px;
  left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 80px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  z-index: 10;
}

.sidebar-hours strong {
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}

.sidebar-hours span {
  margin: 5px 0;
  color: #BDBDBD;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
}

.sidebar-hours img {
  display: block;
  margin: 3px 0 -19px 0;
}

.lang-wrap {
  position: absolute;
  left: 24px;
  bottom: 32px;
  display: flex;
  margin: 0;
  z-index: 8;
}

.lang-wrap .current-lang {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 48px;
  width: auto;
  height: 48px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  text-align: center;
  transition: all 200ms ease-out;
}

.lang-wrap .current-lang:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

.lang-wrap .current-lang:hover > a {
  transform: scale(0.8);
}

.lang-wrap .current-lang:hover .language-chooser {
  left: 41px;
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(40px 4px 20px rgba(0, 0, 0, 0.1));
}

.lang-wrap .current-lang > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  transition: all 200ms ease-out;
}

.lang-wrap .current-lang a {
  color: #065D63;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.lang-wrap .language-chooser {
  position: absolute;
  top: -1;
  left: 21px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.lang-wrap .language-chooser li {
  width: 100%;
}

.lang-wrap .language-chooser li.active {
  display: none;
}

.dishes-menu-btn {
  position: absolute;
  top: 25%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 70px 0;
  padding: 130px 0;
  text-align: center;
}

.dishes-menu-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  z-index: 5;
}

.dishes-menu-btn.active .custom-open span:before {
  width: 100%;
}

.dishes-menu-btn:hover .icon-polygon-arrow {
  stroke: #fff;
}

.dishes-menu-btn:hover .polygon-path {
  fill: #1e5d63;
}

.dishes-menu-btn .custom-open {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: none;
  border: 0;
  transform: none !important;
  cursor: pointer;
  outline: none;
  z-index: 9;
}

.dishes-menu-btn .custom-open.active-rotate span {
  width: 48px;
  height: 5px;
  font-size: 0;
}

.dishes-menu-btn .custom-open.active-rotate span:nth-child(1) {
  top: 21px;
  transform: rotate(-45deg);
}

.dishes-menu-btn .custom-open.active-rotate span:nth-child(2) {
  top: 21px;
  transform: rotate(45deg);
}

.dishes-menu-btn .custom-open span {
  position: absolute;
  width: 400px;
  height: 18px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  transition: all 200ms ease-out;
}

.dishes-menu-btn .custom-open span:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background: #065D63;
  transition: all 200ms ease-out;
}

.dishes-menu-btn .custom-open span:nth-child(1) {
  top: 10px;
}

.dishes-menu-btn .custom-open span:nth-child(1):before {
  left: 0;
}

.dishes-menu-btn .custom-open span:nth-child(2) {
  top: 30px;
}

.dishes-menu-btn .custom-open span:nth-child(2):before {
  right: 0;
}

.dishes-menu-btn .custom-open span:nth-child(3) {
  display: none;
}

.dishes-menu-btn .close-dishes-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dishes-menu-btn .close-dishes-nav span {
  display: inline-block;
  margin-top: 6px;
  color: #828282;
  font-size: 8px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.dishes-menu-btn .menu-polygon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-out;
}

.dishes-menu-btn .icon-polygon {
  position: absolute;
}

.dishes-menu-btn .icon-polygon-arrow {
  stroke: #065D63;
  transition: all 200ms ease-out;
}

.dishes-menu-btn .polygon-path {
  fill: #E8E6EE;
  transition: all 200ms ease-out;
}

.main-category-nav-wrap {
  position: absolute;
  top: 0;
  left: 96px;
  left: -10vw;
  width: 15vw;
  height: 100vh;
  padding: 50px 0;
  background: #F7F6FB;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
  z-index: -1;
}

.main-category-nav-wrap.active {
  left: 96px;
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.main-category-nav-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f7f6fb;
  z-index: 10;
}

.main-category-nav-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f7f6fb;
  z-index: 10;
}

.main-dishes-slider {
  position: relative;
  height: 100%;
}

.main-dishes-slider .slick-list {
  overflow: visible;
}

.main-dishes-slider .slick-arrow {
  position: absolute;
  left: 0;
  right: 0;
  width: 58px;
  height: 38px;
  margin: 0 auto;
  padding: 0;
  background-color: #c0c0c0 !important;
  border: 0;
  border-radius: 26px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
  z-index: 11;
}

.main-dishes-slider .slick-arrow:hover {
  background-color: #065D63 !important;
}

.main-dishes-slider .slick-arrow.slick-prev {
  background: url("../img/dishes-arrow-top.svg") center 13px no-repeat;
  top: -18px;
}

.main-dishes-slider .slick-arrow.slick-next {
  background: url("../img/dishes-arrow-bottom.svg") center 15px no-repeat;
  bottom: -18px;
}

.main-dishes-slider .dish-slide {
  position: relative;
  border: 0;
  outline: none;
  margin-bottom: -1px;
}

.main-dishes-slider .dish-slide:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% - 56px);
  height: 1px;
  margin: 0 auto;
  background: #E8E6EE;
}

.main-dishes-slider .dish-slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 56px);
  height: 1px;
  margin: 0 auto;
  background: #E8E6EE;
}

.main-dishes-slider .dish-slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 22vh;
  background: #F7F6FB;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  cursor: pointer;
  transition: all 200ms ease-out;
  mix-blend-mode: darken;
}

.main-dishes-slider .dish-slide-inner:hover {
  background: #efefef;
}

.main-dishes-slider .dish-slide-inner:hover .dish-img img {
  -ms-transform: scale(1.1) translateZ(0);
  /* IE 9 */
  -webkit-transform: scale(1.1) translateZ(0);
  /* Chrome, Safari, Opera */
  transform: scale(1.1) translateZ(0);
  -webkit-backface-visibility: hidden;
}

.main-dishes-slider .dish-slide-inner:before {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f4b52d;
  transform: translateY(-50%);
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.main-dishes-slider .dish-slide-inner.active {
  border-right-color: #c0c0c0;
}

@media (min-width: 1280px) {
  .main-dishes-slider .dish-slide-inner.active:before {
    right: -12px;
    opacity: 1;
    visibility: visible;
  }
}

.main-dishes-slider .dish-slide-inner.active .dish-name {
  color: #065D63;
}

.main-dishes-slider .dish-img {
  margin: 0 0 13px;
}

.main-dishes-slider .dish-img img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 150px;
  object-fit: contain;
  mix-blend-mode: darken;
  transition: all 400ms ease-out;
}

.main-dishes-slider .dish-name {
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.sub-category-nav-wrap {
  position: absolute;
  top: 0;
  left: -8vw;
  left: -26.5vw;
  width: 26.5vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease-out;
}

.sub-category-nav-wrap.active {
  left: calc(calc(96px + 15vw));
  opacity: 1;
  visibility: visible;
  z-index: 18;
}

.sub-cagetegory-items {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
}

.sub-cat-item {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  padding: 18px 35px;
  cursor: pointer;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.sub-cat-item:hover {
  background: #FAFAFA;
}

.sub-cat-item:hover .item-name {
  color: #065D63;
}

.sub-cat-item:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 18px;
  width: 32px;
  height: 32px;
  background: none;
  z-index: -1;
  visibility: hidden;
}

.sub-cat-item.product-spicy:before {
  background: url("../img/icon-spicy.svg") center no-repeat;
  visibility: visible;
  z-index: 2;
}

.sub-cat-item.product-vegan:before {
  background: url("../img/icon-vegan.svg") center no-repeat;
  visibility: visible;
  z-index: 2;
}

.sub-cat-item.product-new:before {
  background: url("../img/new.svg") center no-repeat;
  background-size: contain;
  visibility: visible;
  z-index: 2;
}

.sub-cat-item.product-promo .item-col--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.sub-cat-item.product-promo .item-product_tags {
  display: flex;
  flex-wrap: wrap;
}

.sub-cat-item.product-promo .item-product_tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 24px;
  margin-right: 6px;
  padding: 0 10px;
  color: #fff;
  background: #c0c0c0;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sub-cat-item.product-promo .item-product_tags span:last-child {
  margin-right: 0;
}

.sub-cat-item .item-col--left {
  width: 100%;
  max-width: 157px;
}

.sub-cat-item .item-col--left img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sub-cat-item .item-col--right {
  width: calc(100% - 157px);
  padding-left: 15px;
}

.sub-cat-item .item-weight {
  color: #BDBDBD;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.sub-cat-item .item-name {
  margin: 6px 0 10px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-description {
  margin: 0 0 10px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.sub-cat-item .item-price {
  display: flex;
  align-items: baseline;
  position: relative;
}

.sub-cat-item .item-price--current {
  display: flex;
  align-items: flex-start;
  margin-right: 8px;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.sub-cat-item .item-price--current span {
  display: inline-block;
  margin: 1px 0 0 4px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sub-cat-item .item-price--discount {
  display: flex;
  align-items: flex-start;
  color: #BDBDBD;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

.sub-cat-item .item-price--discount span {
  margin: 0 4px 0 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  text-decoration: line-through;
}

.sub-cat-item .item-add-ingredients {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.sub-cat-item .item-add-ingredients:hover .svg-round {
  fill: #c0c0c0;
}

.sub-cat-item .item-add-ingredients:hover .svg-plus {
  fill: #fff;
}

.sub-cat-item .item-add-ingredients svg {
  margin-right: 9px;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-add-ingredients .svg-round {
  fill: none;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-add-ingredients .svg-plus {
  transition: all 200ms ease-out;
}

.sub-cat-item .item-add-ingredients span {
  color: #828282;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.sub-cat-item .item-size {
  display: flex;
  margin: 16px 0;
}

.sub-cat-item .item-size span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 24px;
  margin-right: 8px;
  color: #BDBDBD;
  background: #F9F9F9;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-size span.active, .sub-cat-item .item-size span:hover {
  color: #fff;
  background: #c0c0c0;
}

.sub-cat-item .item-size span:last-child {
  margin-right: 0;
}

.sub-cat-item .product-counter-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
  z-index: 5;
  /* Firefox */
}

.sub-cat-item .product-counter-wrap.active {
  opacity: 1;
  visibility: visible;
}

.sub-cat-item .product-counter-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #fff;
  background: #EEA921;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.sub-cat-item .product-counter-wrap button:hover {
  background: #1e5d63;
}

.sub-cat-item .product-counter-wrap button.btn-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sub-cat-item .product-counter-wrap button.btn-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sub-cat-item .product-counter-wrap .counter-val {
  display: flex;
  width: 41px;
  height: 100%;
  padding: 0;
  color: #2A2929;
  background: #F2F2F2;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  outline: none;
  text-align: center;
}

.sub-cat-item .product-counter-wrap input::-webkit-outer-spin-button,
.sub-cat-item .product-counter-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sub-cat-item .product-counter-wrap input[type=number] {
  -moz-appearance: textfield;
}

.sub-cat-item .item-product-add-small {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: all 100ms ease-out;
  z-index: 4;
}

.sub-cat-item .item-product-add-small.hidden {
  opacity: 0;
  visibility: hidden;
}

.sub-cat-item .item-product-add-small.is-wide button {
  width: 89px;
}

.sub-cat-item .item-product-add-small button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #EFB84C;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-product-add-small button:hover {
  background: #065D63;
}

.sub-cat-item .item-add-to-cart {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-add-to-cart.active {
  height: auto;
  margin-top: 11px;
  opacity: 1;
  visibility: visible;
}

.sub-cat-item .item-add-to-cart button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0;
  background: #065D63;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-add-to-cart button:hover {
  background: #c0c0c0;
}

.sub-cat-item .item-add-to-cart button:hover span {
  color: #065D63;
}

.sub-cat-item .item-add-to-cart button:hover svg path {
  fill: #065D63;
}

.sub-cat-item .item-add-to-cart span {
  margin-right: 15px;
  color: #c0c0c0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}

.sub-cat-item .item-add-to-cart svg path {
  transition: all 200ms ease-out;
}

.product-wrap {
  position: absolute;
  top: 0;
  left: -8vw;
  left: calc(-100vw - (96px + 15vw + 26.5vw));
  width: calc(100vw - (96px + 15vw + 26.5vw));
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease-out;
}

.product-wrap.active {
  left: calc(96px + 15vw + 26.5vw);
  opacity: 1;
  visibility: visible;
  z-index: 18;
}

.product-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 100%;
  background: url("../img/product-inner-img.svg") center no-repeat;
  z-index: 5;
}

.product-wrap .product-wrap-inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
}

.product-wrap .single_product_refresh_fragment {
  display: flex;
  flex-direction: column;
}

.product-wrap .content-area {
  min-height: calc(100vh - 124px);
  min-height: calc(100vh - 64px);
}

.product-wrap .page-footer {
  z-index: 9;
}

.product-info {
  position: relative;
  display: flex;
  margin: 60px 0 0;
  padding: 0 85px 0 0;
  z-index: 10;
}

.product-info.product-promo-info {
  flex-wrap: wrap;
  padding-left: 65px;
}

.product-info.product-promo-info .product-col--header {
  width: 100%;
}

.product-info.product-promo-info .product-col--summary {
  width: 100%;
}

.product-info.product-promo-info .product-col--summary .product-name span {
  text-decoration: none;
}

.product-info.product-promo-info .product-col--summary .product-description {
  width: 100%;
  max-width: 630px;
}

.product-info.product-promo-info .product-col--summary blockquote {
  width: 100%;
  padding: 15px 25px;
  color: #065D63;
  background: rgba(6, 93, 99, 0.1);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product-info.product-promo-info .promo-title {
  display: flex;
  align-items: center;
}

.product-info.product-promo-info .close-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 58px;
  margin-right: 16px;
  border-radius: 26px;
  background: #c0c0c0;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.product-info.product-promo-info .close-product-btn:hover {
  background: #065D63;
}

.product-info.product-promo-info .product-img {
  width: 100%;
  max-width: 630px;
  height: 320px;
  margin: 35px 0 20px;
}

.product-info.product-promo-info .product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-info.product-promo-info .woocommerce-product-gallery,
.product-info.product-promo-info .woocommerce-product-gallery__wrapper,
.product-info.product-promo-info .woocommerce-product-gallery__image {
  width: 100%;
  height: 100%;
}

.product-info.product-promo-info .woocommerce-product-gallery a,
.product-info.product-promo-info .woocommerce-product-gallery__wrapper a,
.product-info.product-promo-info .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-info .product-col--left {
  position: relative;
  width: 50%;
}

.product-info .product-col--right {
  width: 50%;
  padding-left: 40px;
}

.product-info .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  min-height: 350px;
  max-height: 450px;
  cursor: default;
  pointer-events: none;
}

.product-info .product-img .woocommerce-product-gallery {
  float: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}

.product-info .product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-info .product-labels {
  position: absolute;
  top: 0;
  right: 0;
}

.product-info .product-name {
  position: relative;
  margin: 0 0 16px;
  padding-right: 80px;
}

.product-info .product-name h2 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.product-info .product-name span {
  position: relative;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  line-height: 48px;
  letter-spacing: -0.02em;
  z-index: 5;
}

.product-info .product-weight span {
  margin-right: 15px;
  padding: 6px 18px 6px 0;
  color: #6A6969;
  border-right: 1px solid rgba(232, 230, 238, 0.5);
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.product-info .product-weight span:last-child {
  margin-right: 0;
  border: 0;
}

.product-info .product-weight strong {
  font-weight: 700;
}

.product-info .product-description {
  margin: 16px 0 26px;
}

.product-info .product-description p {
  margin: 0 0 30px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.product-info .product-description p:last-child {
  margin-bottom: 0;
}

.product-info .product-inner-toppings-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0 0;
  border-top: 1px solid rgba(232, 230, 238, 0.5);
  border-bottom: 1px solid rgba(232, 230, 238, 0.5);
}

.product-info .pcc_ingredients_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}

.product-info .pcc_ingredients_list .pcci_row {
  display: flex;
  align-items: center;
  margin: 0 16px 6px 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-info .pcc_ingredients_list .pcci_row:hover .pcci_button_cell svg path {
  fill: #B52227;
}

.product-info .pcc_ingredients_list .pcci_button_cell {
  margin: 2px 2px 0 0;
  padding: 4px;
}

.product-info .pcc_ingredients_list .pcci_delete_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info .pcc_ingredients_list .pcci_quantity {
  margin: 1px 0 0 5px;
}

.product-info .pcc_ingredients_list .pcci_price_cell {
  display: none !important;
}

.product-info .pcc_ingredients_list .pcci_name_inner,
.product-info .pcc_ingredients_list .pcci_quantity,
.product-info .pcc_ingredients_list .pcci_price {
  color: #065D63;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product-info .add-inner-toppings {
  display: flex;
  align-items: center;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(232, 230, 238, 0.5);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-info .add-inner-toppings:hover .plus-icon {
  background: #c0c0c0;
}

.product-info .add-inner-toppings:hover .plus-icon .line {
  background: #fff;
}

.product-info .add-inner-toppings .plus-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  transition: all 200ms ease-out;
}

.product-info .add-inner-toppings .plus-icon .line {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #c0c0c0;
  transition: all 200ms ease-out;
}

.product-info .add-inner-toppings .plus-icon .line:nth-child(2) {
  transform: rotate(90deg);
}

.product-info .add-inner-toppings > span {
  margin-left: 8px;
  color: #065D63;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product-info .inner-toppings-total {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.product-info .inner-toppings-total span {
  margin-right: 8px;
  color: #6A6969;
  font-weight: 600;
}

.product-info .inner-toppings-total strong {
  color: #065D63;
  font-weight: 700;
}

.product-info .product-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.product-info .product-counter-wrap {
  display: flex;
  height: 48px;
  /* Firefox */
}

.product-info .product-counter-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 100%;
  padding: 0;
  color: #fff;
  background: #EEA921;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.product-info .product-counter-wrap button:hover {
  background: #1e5d63;
}

.product-info .product-counter-wrap button.btn-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.product-info .product-counter-wrap button.btn-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product-info .product-counter-wrap .counter-val {
  display: flex;
  width: 57px;
  height: 100%;
  padding: 0;
  color: #2A2929;
  background: #F2F2F2;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  outline: none;
  text-align: center;
}

.product-info .product-counter-wrap input::-webkit-outer-spin-button,
.product-info .product-counter-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-info .product-counter-wrap input[type=number] {
  -moz-appearance: textfield;
}

.product-info .product-total-price {
  display: flex;
  align-items: baseline;
}

.product-info .product-total-price .total-price--label {
  margin-right: 8px;
  color: #9C9C9C;
  font-size: 18px;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
}

.product-info .product-total-price .total-price--value {
  display: flex;
  align-items: flex-start;
  color: #065D63;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.product-info .product-total-price .total-price--value span {
  margin: 9px 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product-info .product-total-price .total-price--old {
  display: flex;
  align-items: flex-start;
  color: #BDBDBD;
  font-size: 24px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  text-decoration: line-through;
}

.product-info .product-total-price .total-price--old span {
  margin: 4px 0 0 3px;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.product-info .product-order-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0;
  color: #c0c0c0;
  background: #065D63;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.product-info .product-order-btn button.loading {
  opacity: 0.5;
  pointer-events: none;
}

.product-info .product-order-btn button:hover {
  color: #065D63;
  background: #c0c0c0;
}

.product-toppings {
  position: relative;
  padding: 0 60px 0 32px;
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 10;
}

.product-toppings.active .product-toppings-header .icon-arrow {
  background: #c0c0c0;
  border-color: #c0c0c0;
}

.product-toppings.active .product-toppings-header .icon-arrow:hover {
  background: #065D63;
  border-color: #065D63;
}

.product-toppings.active .product-toppings-header .icon-arrow svg {
  transform: rotate(0deg);
}

.product-toppings.active .product-toppings-header .icon-arrow-svg {
  stroke: #fff;
}

.product-toppings.active .product-toppings-content {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 36px;
}

.product-toppings .product-toppings-header {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-toppings .product-toppings-header .icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 38px;
  background: #fff;
  border: 1px solid #F7F6FB;
  border-radius: 26px;
  transition: all 200ms ease-out;
}

.product-toppings .product-toppings-header .icon-arrow:hover {
  background: #f7f6fb;
  border-color: #f7f6fb;
}

.product-toppings .product-toppings-header .icon-arrow svg {
  transform: rotate(180deg);
  transition: all 200ms ease-out;
}

.product-toppings .product-toppings-header .icon-arrow-svg {
  stroke: #065D63;
  transition: all 200ms ease-out;
}

.product-toppings .product-toppings-header h2 {
  display: flex;
  align-items: center;
  margin: 0;
}

.product-toppings .product-toppings-header h2 span {
  margin-left: 16px;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}

.product-toppings .product-toppings-content {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  visibility: visible;
  opacity: 0;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping {
  position: relative;
  width: 208px;
  height: 208px;
  margin: 38px 25px 0 0;
  padding: 25px;
  background: #fff;
  border-radius: 18px;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping:nth-child(4n) {
  margin-right: 0;
}

.product-toppings .product-topping:hover {
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
}

.product-toppings .product-topping.added {
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
}

.product-toppings .product-topping.added .product-topping-buttons-wrap {
  opacity: 1;
  visibility: visible;
}

.product-toppings .product-topping.added .product-topping-btn-add {
  opacity: 0;
  visibility: hidden;
  background: #EFB84C;
}

.product-toppings .product-topping .product-topping-buttons-wrap {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping .product-topping-buttons-wrap .label {
  margin: 0 17px 0 0;
  color: #EFB84C;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.product-toppings .product-topping .product-topping-buttons-wrap .product-topping-buttons {
  display: flex;
  align-items: center;
}

.product-toppings .product-topping .product-topping-buttons-wrap .count {
  width: 30px;
  color: #065D63;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.product-toppings .product-topping .product-topping-buttons-wrap .plus,
.product-toppings .product-topping .product-topping-buttons-wrap .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #EFB84C;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping .product-topping-buttons-wrap .plus:hover,
.product-toppings .product-topping .product-topping-buttons-wrap .minus:hover {
  background: #EEA921;
}

.product-toppings .product-topping .product-topping-buttons-wrap .plus .line,
.product-toppings .product-topping .product-topping-buttons-wrap .minus .line {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping .product-topping-buttons-wrap .plus .line:nth-child(2),
.product-toppings .product-topping .product-topping-buttons-wrap .minus .line:nth-child(2) {
  transform: rotate(90deg);
}

.product-toppings .product-topping .product-topping-btn-add {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #065D63;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-toppings .product-topping .product-topping-btn-add span:not(.line) {
  position: absolute;
  top: 8px;
  right: 0;
  color: #EFB84C;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping .product-topping-btn-add .line {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  transition: all 200ms ease-out;
}

.product-toppings .product-topping .product-topping-btn-add .line:nth-child(2) {
  transform: rotate(90deg);
}

.product-toppings .product-topping .product-topping-img {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.product-toppings .product-topping .product-topping-img img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

.product-toppings .product-topping .product-topping-name {
  margin: 0 0 15px;
  color: #065D63;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.product-toppings .product-topping .product-topping-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6A6969;
  font-family: "Montserrat", sans-serif;
}

.product-toppings .product-topping .product-topping-description span {
  font-size: 14px;
  font-weight: 500;
}

.product-toppings .product-topping .product-topping-description strong {
  font-size: 16px;
  font-weight: 700;
}

.product-upsells {
  position: relative;
  padding: 0 60px 40px 32px;
  margin-bottom: 30px;
  z-index: 10;
  overflow: hidden;
}

.product-upsells.active .product-toppings-header .icon-arrow {
  background: #c0c0c0;
  border-color: #c0c0c0;
}

.product-upsells.active .product-toppings-header .icon-arrow:hover {
  background: #065D63;
  border-color: #065D63;
}

.product-upsells.active .product-toppings-header .icon-arrow svg {
  transform: rotate(0deg);
}

.product-upsells.active .product-toppings-header .icon-arrow-svg {
  stroke: #fff;
}

.product-upsells.active .product-toppings-content {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 36px;
}

.product-upsells .product-add-to-cart {
  position: absolute;
  right: 0;
  bottom: 3px;
}

.product-upsells .product-add-to-cart button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #EFB84C;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.product-upsells .product-add-to-cart button:hover {
  background: #055d64;
}

.product-upsells .product-counter-wrap {
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 40px;
  display: none;
  /* Firefox */
}

.product-upsells .product-counter-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #fff;
  background: #EFB84C;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.product-upsells .product-counter-wrap button:hover {
  background: #EEA921;
}

.product-upsells .product-counter-wrap button.btn-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.product-upsells .product-counter-wrap button.btn-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product-upsells .product-counter-wrap .counter-val {
  display: flex;
  width: 41px;
  height: 100%;
  padding: 0;
  color: #2A2929;
  background: #F2F2F2;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  outline: none;
  text-align: center;
}

.product-upsells .product-counter-wrap input::-webkit-outer-spin-button,
.product-upsells .product-counter-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-upsells .product-counter-wrap input[type=number] {
  -moz-appearance: textfield;
}

.product-upsells .product-price {
  display: flex;
  align-items: baseline;
}

.product-upsells .product-price--current {
  display: flex;
  align-items: flex-start;
  margin-right: 3px;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  line-height: 1;
}

.product-upsells .product-price--current span {
  display: inline-block;
  margin: 1px 0 0 4px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product-upsells .product-price--discount {
  display: flex;
  align-items: flex-start;
  color: #BDBDBD;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

.product-upsells .product-price--discount span {
  margin: 0 4px 0 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  text-decoration: line-through;
}

.product-upsells .product-toppings-header {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-upsells .product-toppings-header .icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 38px;
  background: #fff;
  border: 1px solid #F7F6FB;
  border-radius: 26px;
  transition: all 200ms ease-out;
}

.product-upsells .product-toppings-header .icon-arrow:hover {
  background: #f7f6fb;
  border-color: #f7f6fb;
}

.product-upsells .product-toppings-header .icon-arrow svg {
  transform: rotate(180deg);
  transition: all 200ms ease-out;
}

.product-upsells .product-toppings-header .icon-arrow-svg {
  stroke: #065D63;
  transition: all 200ms ease-out;
}

.product-upsells .product-toppings-header h2 {
  display: flex;
  align-items: center;
  margin: 0;
}

.product-upsells .product-toppings-header h2 span {
  margin-left: 16px;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}

.product-upsells .product-toppings-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-out;
}

.product-upsells .product-topping {
  position: relative;
  width: 250px;
  height: 270px;
  margin: 38px 0 0 0;
  padding: 0;
  z-index: 9;
}

.product-upsells .product-topping.added .product-add-to-cart {
  display: none;
}

.product-upsells .product-topping.added .product-counter-wrap {
  display: flex;
}

.product-upsells .product-topping .product-topping-btn-add {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #065D63;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-upsells .product-topping .product-topping-btn-add span {
  position: absolute;
  top: 8px;
  right: 0;
  color: #EFB84C;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.product-upsells .product-topping .product-topping-btn-add img {
  display: block;
  margin: 0 auto;
  padding: 0;
  transition: all 200ms ease-out;
  transform: translate(1px, 0px);
}

.product-upsells .product-topping .product-topping-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.product-upsells .product-topping .product-topping-img img {
  max-width: 165px;
  max-height: 165px;
}

.product-upsells .product-topping .product-weight {
  margin: 0 0 4px;
  color: #BDBDBD;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.product-upsells .product-topping .product-topping-name {
  margin: 5px 0 10px;
  padding: 0 0 10px;
  color: rgba(42, 41, 41, 0.7);
  border-bottom: 1px solid #E8E6EE;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.product-upsells .product-topping .product-topping-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6A6969;
  font-family: "Montserrat", sans-serif;
}

.product-upsells .product-topping .product-topping-description span {
  font-size: 14px;
  font-weight: 500;
}

.product-upsells .product-topping .product-topping-description strong {
  font-size: 16px;
  font-weight: 700;
}

body.sidebar-cart--opened .page-wrap:before {
  opacity: 1;
  visibility: visible;
  z-index: 105;
}

.sidebar-cart-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  width: calc(45vw - 48px);
  height: 100vh;
  background: transparent;
  z-index: -1;
  transition: all 350ms ease-out;
}

.sidebar-cart-wrap.active {
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.sidebar-cart-wrap.checkout--opened .sidebar-content-wrap {
  height: 100%;
}

.sidebar-cart-wrap .sidebar-cart-inner {
  position: absolute;
  right: -100%;
  right: 0;
  width: 50%;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  transition: all 350ms ease-out;
}

.sidebar-cart-wrap .sidebar-cart-inner h3 {
  margin: 55px 0 10px 70px;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}

.sidebar-cart-wrap .close-cart-btn {
  position: absolute;
  top: 55px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 58px;
  background: #c0c0c0;
  border-radius: 26px;
  transform: translateX(-50%);
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
  z-index: 10;
}

.sidebar-cart-wrap .close-cart-btn:hover {
  background: #065D63;
}

.sidebar-cart-wrap .close-cart-btn svg {
  transform: rotate(180deg);
}

.sidebar-cart-wrap .close-cart-btn svg path {
  stroke: #fff;
}

.sidebar-cart-wrap .sidebar-content-wrap {
  height: calc(100% - 100px);
  outline: none;
  transition: all 350ms ease-out;
}

.sidebar-cart-wrap .sidebar-content-inner-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
}

.sidebar-cart-wrap .cart-items-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fafafa;
  outline: none;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-empty-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  transition: all 200ms ease-out;
  z-index: -1;
}

.sidebar-cart-wrap .cart-empty-wrap.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.sidebar-cart-wrap .cart-empty-wrap span {
  display: flex;
  margin-top: 25px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.sidebar-cart-wrap .cart-item {
  display: flex;
  width: 100%;
  margin: 0 70px;
  padding: 32px 0;
  background: #fafafa;
  border-bottom: 1px solid #E8E6EE;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-item:last-child {
  border-bottom: 0;
}

.sidebar-cart-wrap .cart-item:hover {
  background: #FAFAFA;
}

.sidebar-cart-wrap .cart-item .blockOverlay {
  background: #fff !important;
}

.sidebar-cart-wrap .cart-item .item-col--left {
  width: 100%;
  max-width: 157px;
}

.sidebar-cart-wrap .cart-item .item-col--left img {
  max-width: 100%;
  mix-blend-mode: multiply;
}

.sidebar-cart-wrap .cart-item .item-col--right {
  position: relative;
  width: calc(100% - 157px);
  padding-left: 15px;
}

.sidebar-cart-wrap .cart-item .item-weight {
  color: #BDBDBD;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar-cart-wrap .cart-item .item-name {
  margin: 6px 0 10px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.sidebar-cart-wrap .cart-item .item-toppings {
  margin: 0 0 10px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.sidebar-cart-wrap .cart-item .item-toppings strong {
  font-weight: 500;
}

.sidebar-cart-wrap .cart-item .item-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap {
  display: flex;
  height: 32px;
  /* Firefox */
}

.sidebar-cart-wrap .cart-item .item-counter-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 100%;
  padding: 0;
  color: #fff;
  background: #EEA921;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap button:hover {
  background: #1e5d63;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap button.btn-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap button.btn-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap .counter-val {
  display: flex;
  width: 40px;
  height: 100%;
  padding: 0;
  color: #2A2929;
  background: #F2F2F2;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  outline: none;
  text-align: center;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap input::-webkit-outer-spin-button,
.sidebar-cart-wrap .cart-item .item-counter-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sidebar-cart-wrap .cart-item .item-counter-wrap input[type=number] {
  -moz-appearance: textfield;
}

.sidebar-cart-wrap .cart-item .item-price {
  display: flex;
  align-items: baseline;
}

.sidebar-cart-wrap .cart-item .item-price--current {
  display: flex;
  align-items: flex-start;
  margin-right: 8px;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.sidebar-cart-wrap .cart-item .item-price--current span {
  display: inline-block;
  margin: 1px 0 0 4px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sidebar-cart-wrap .cart-item .item-price--discount {
  display: flex;
  align-items: flex-start;
  color: #BDBDBD;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

.sidebar-cart-wrap .cart-item .item-price--discount span {
  margin: 0 4px 0 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  text-decoration: line-through;
}

.sidebar-cart-wrap .cart-item .item-remove-btn {
  position: absolute;
  top: -14px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-item .item-remove-btn:hover {
  background: #c91b1e;
  border-color: #c91b1e;
}

.sidebar-cart-wrap .cart-item .item-remove-btn:hover .line {
  background: #fff;
}

.sidebar-cart-wrap .cart-item .item-remove-btn:hover .line:nth-child(1) {
  transform: rotate(-135deg);
}

.sidebar-cart-wrap .cart-item .item-remove-btn:hover .line:nth-child(2) {
  transform: rotate(-45deg);
}

.sidebar-cart-wrap .cart-item .item-remove-btn:hover span:not(.line) {
  right: 40px;
  opacity: 1;
  visibility: visible;
}

.sidebar-cart-wrap .cart-item .item-remove-btn span:not(.line) {
  position: absolute;
  top: 8px;
  right: 0;
  color: #c91b1e;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-item .item-remove-btn .line {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #065D63;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-item .item-remove-btn .line:nth-child(1) {
  transform: rotate(-45deg);
}

.sidebar-cart-wrap .cart-item .item-remove-btn .line:nth-child(2) {
  transform: rotate(45deg);
}

.sidebar-cart-wrap .cart-item .item-remove-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sidebar-cart-wrap .cart-item .item-remove-btn:before {
  position: absolute;
  top: 8px;
  right: 0;
  color: #c91b1e;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 14px 70px;
  background: #fff;
}

.sidebar-cart-wrap .cart-order-btn-wrap button .price-value {
  display: flex;
  align-items: flex-start;
  color: #065D63;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap button .price-value span {
  margin: 9px 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap button .price-value--discount {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 14px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap button .price-value--discount span {
  margin: 0px ​4px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap a .price-value {
  display: flex;
  align-items: flex-start;
  color: #065D63;
  font-size: 40px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap a .price-value .price {
  color: #065D63;
  font-size: 40px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap a .price-value .currency {
  margin: 8px 0 0 3px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap a .price-value--discount {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 8px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap a .price-value--discount .price {
  color: #065D63;
  margin: 0 4px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-btn-wrap a .price-value--discount .currency {
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.sidebar-cart-wrap .cart-order-btn-wrap button,
.sidebar-cart-wrap .cart-order-btn-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #c0c0c0;
  border: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out;
  overflow: hidden;
}

.sidebar-cart-wrap .cart-order-btn-wrap button:hover,
.sidebar-cart-wrap .cart-order-btn-wrap a:hover {
  background: #065D63;
}

.sidebar-cart-wrap .cart-order-btn-wrap button:hover .cart-order-total-price-wrap:after,
.sidebar-cart-wrap .cart-order-btn-wrap a:hover .cart-order-total-price-wrap:after {
  background: rgba(255, 255, 255, 0.4);
}

.sidebar-cart-wrap .cart-order-btn-wrap button:hover .cart-order-total-price-wrap *,
.sidebar-cart-wrap .cart-order-btn-wrap a:hover .cart-order-total-price-wrap * {
  color: #fff;
}

.sidebar-cart-wrap .cart-order-btn-wrap button:hover .cart-make-order span,
.sidebar-cart-wrap .cart-order-btn-wrap a:hover .cart-make-order span {
  color: #fff;
}

.sidebar-cart-wrap .cart-order-btn-wrap button:hover svg path,
.sidebar-cart-wrap .cart-order-btn-wrap a:hover svg path {
  stroke: #fff;
}

.sidebar-cart-wrap .cart-order-total-price-wrap {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-right: 37px;
  margin-right: 45px;
  z-index: 5;
}

.sidebar-cart-wrap .cart-order-total-price-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: #F4C45E;
  transform: translateY(-50%);
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-order-total-price-wrap .price-label {
  margin-right: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-make-order {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}

.sidebar-cart-wrap .cart-make-order span {
  margin-right: 18px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 200ms ease-out;
}

.sidebar-cart-wrap .cart-make-order svg path {
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(55vw - 48px);
  height: 100vh;
  background: #fff;
  z-index: -1;
  transition: all 500ms ease-out;
}

.sidebar-checkout-wrap.active {
  right: calc(45vw - 48px);
  opacity: 1;
  visibility: visible;
  z-index: 36;
}

.sidebar-checkout-wrap.active .sidebar-cart-inner {
  right: 0;
  opacity: 1;
}

.sidebar-checkout-wrap .sidebar-checkout-inner-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 55px 25px 35px 80px;
}

.sidebar-checkout-wrap .sidebar-checkout-inner {
  height: 100%;
  outline: none;
}

.sidebar-checkout-wrap .col-title {
  display: flex;
  align-items: center;
  margin-bottom: 37px;

  @media (max-width: 768px) {
    margin-top: 37px;
  }
}

.sidebar-checkout-wrap .col-title h2 {
  margin: 0;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}

.sidebar-checkout-wrap .col-title-btn {
  margin-right: 16px;
}

.sidebar-checkout-wrap .col-title-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 58px;
  background: #c0c0c0;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out;
  z-index: 10;
}

.sidebar-checkout-wrap .col-title-btn button:hover {
  background: #065D63;
}

.sidebar-checkout-wrap .col-title-btn button svg {
  transform: rotate(180deg);
}

.sidebar-checkout-wrap .col-title-btn button svg path {
  stroke: #fff;
}

.sidebar-checkout-wrap .form-section {
  width: 100%;
  max-width: 525px;
  margin: 0 0 40px;
}

.sidebar-checkout-wrap .form-item {
  margin: 0 0 16px;
}

.sidebar-checkout-wrap .form-item:last-child {
  margin-bottom: 0;
}

.sidebar-checkout-wrap .form-section-title {
  margin: 0 0 10px;
  color: #065D63;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.sidebar-checkout-wrap .form-label {
  margin: 0 0 5px;
  color: #065D63;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.sidebar-checkout-wrap .form-value input {
  width: 100%;
  padding: 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

.sidebar-checkout-wrap .form-value input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value input::-moz-input-placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value input:-ms-input-placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value input::placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value textarea {
  width: 100%;
  height: 144px;
  padding: 13px 15px;
  color: #BDBDBD;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  resize: none;
}

.sidebar-checkout-wrap .form-value textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value textarea::-moz-input-placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value textarea:-ms-input-placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .form-value textarea::placeholder {
  color: #BDBDBD;
}

.sidebar-checkout-wrap .promocode-wrap .form-value {
  display: flex;
  align-items: center;
}

.sidebar-checkout-wrap .promocode-wrap form {
  margin: 0;
  padding: 0;
  border: 0;
}

.sidebar-checkout-wrap .promocode-wrap input {
  height: 47px;
  border-right: 0;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.sidebar-checkout-wrap .promocode-wrap button {
  height: 47px;
  padding: 14px 22px 15px;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .promocode-wrap button:hover {
  color: #c0c0c0;
  background: #065D63;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item {
  width: 100%;
  padding: 0 0 0 14px;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item input[type=radio] {
  display: none;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 0 0 8px 0;
  padding: 16px 20px;
  color: #065D63;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms ease-out;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../img/icon-check-white.svg") center no-repeat;
  background-color: #E0E0E0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item label img {
  display: block;
  width: 33px;
  height: auto;
  margin: -3px 16px 0 6px;
  object-fit: contain;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item input[type=radio]:checked + label {
  border-color: #c0c0c0;
}

.sidebar-checkout-wrap .payment-type-wrap .payment-item input[type=radio]:checked + label:before {
  background-color: #c0c0c0;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item {
  width: calc(50% - 15px);
  padding: 0 0 0 14px;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item input[type=radio] {
  display: none;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 0 0 8px 0;
  padding: 16px 30px;
  color: #065D63;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms ease-out;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../img/icon-check-white.svg") center no-repeat;
  background-color: #E0E0E0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item label img {
  display: block;
  width: 33px;
  height: auto;
  margin: -3px 16px 0 6px;
  object-fit: contain;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item input[type=radio]:checked + label {
  border-color: #c0c0c0;
}

.sidebar-checkout-wrap .shipping-method-wrap .shipping-item input[type=radio]:checked + label:before {
  background-color: #c0c0c0;
}

.sidebar-checkout-wrap .form-item-house {
  display: flex;
  justify-content: space-between;
}

.sidebar-checkout-wrap .form-item-house .form-item:nth-child(1) {
  width: calc(100% - 146px);
}

.sidebar-checkout-wrap .form-item-house .form-item:nth-child(2) {
  width: 130px;
}

.sidebar-checkout-wrap .dont-call-me {
  display: flex;
  align-items: center;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar-checkout-wrap .dont-call-me.active .icon {
  background: #065D63;
}

.sidebar-checkout-wrap .dont-call-me.active .icon svg path {
  fill: #fff;
}

.sidebar-checkout-wrap .dont-call-me .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border: 1px solid #065D63;
  border-radius: 50%;
}

.sidebar-checkout-wrap .user-map-zone {
  color: #6A6969;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.sidebar-checkout-wrap .user-map-zone.red > .zone_name {
  color: red;
}

.sidebar-checkout-wrap .user-map-zone.yellow > .zone_name {
  color: #c0c0c0;
}

.sidebar-checkout-wrap .user-map-zone.green > .zone_name {
  color: green;
}

.sidebar-checkout-wrap .user-map-zone .zone_name,
.sidebar-checkout-wrap .user-map-zone .zone_price {
  font-weight: 700;
}

.sidebar-checkout-wrap .map-zone-wrap {
  max-width: none;
}

.sidebar-checkout-wrap .map-zone {
  width: 100%;
  height: 400px;
  margin-top: 16px;
}

.sidebar-checkout-wrap .cart-order-btn-wrap {
  width: 100%;
  padding: 14px 0;
  background: #fff;
}

.sidebar-checkout-wrap .cart-order-btn-wrap button,
.sidebar-checkout-wrap .cart-order-btn-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 72px;
  padding: 0 15px;
  background: #c0c0c0;
  border: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out;
  overflow: hidden;
}

.sidebar-checkout-wrap .cart-order-btn-wrap button:hover,
.sidebar-checkout-wrap .cart-order-btn-wrap a:hover {
  background: #065D63;
}

.sidebar-checkout-wrap .cart-order-btn-wrap button:hover .cart-order-total-price-wrap:after,
.sidebar-checkout-wrap .cart-order-btn-wrap a:hover .cart-order-total-price-wrap:after {
  background: rgba(255, 255, 255, 0.4);
}

.sidebar-checkout-wrap .cart-order-btn-wrap button:hover .cart-order-total-price-wrap *,
.sidebar-checkout-wrap .cart-order-btn-wrap a:hover .cart-order-total-price-wrap * {
  color: #fff;
}

.sidebar-checkout-wrap .cart-order-btn-wrap button:hover .cart-make-order span,
.sidebar-checkout-wrap .cart-order-btn-wrap a:hover .cart-make-order span {
  color: #fff;
}

.sidebar-checkout-wrap .cart-order-btn-wrap button:hover svg path,
.sidebar-checkout-wrap .cart-order-btn-wrap a:hover svg path {
  stroke: #fff;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-right: 37px;
  margin-right: 45px;
  z-index: 5;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: #F4C45E;
  transform: translateY(-50%);
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-label {
  margin-right: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-value {
  display: flex;
  align-items: flex-start;
  color: #065D63;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-value .price {
  color: #065D63;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-value .currency {
  margin: 2px 0 0 3px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 8px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount .price {
  color: #065D63;
  margin: 0 4px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount .currency {
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.sidebar-checkout-wrap .cart-make-order {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}

.sidebar-checkout-wrap .cart-make-order span {
  margin-right: 18px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 200ms ease-out;
}

.sidebar-checkout-wrap .cart-make-order svg path {
  transition: all 200ms ease-out;
}

.section-title {
  position: relative;
  margin: 0;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.section-title span {
  position: relative;
  color: #065D63;
  font-size: 48px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  z-index: 5;
}

.delivery-zones-wrap {
  display: flex;
}

.delivery-zones-wrap .col-left {
  width: 45%;
  padding: 36px 30px;
}

.delivery-zones-wrap .col-right {
  position: relative;
  width: 55%;
}

.delivery-zones-wrap .section-title {
  margin-bottom: 30px;
}

.delivery-zones-wrap .map-wrap {
  width: 100%;
  height: 800px;
}

.delivery-zone-items {
  width: 100%;
  max-width: 532px;
  margin-left: 70px;

  @media (max-width: 1440px) {
    max-width: 500px;
  }
}

.delivery-zone-item {
  display: flex;
  width: 100%;
  margin: 0 0 50px;
}

.delivery-zone-item:last-child {
  margin-bottom: 0;
}

.delivery-zone-item.green-zone .zone-time {
  color: #50c68e;
}

.delivery-zone-item.yellow-zone .zone-time {
  color: #f6b50b;
}

.delivery-zone-item.red-zone .zone-time {
  color: #fd8382;
}

.delivery-zone-item .delivery-icon {
  width: 112px;
}

.delivery-zone-item .delivery-short-info {
  width: calc(100% - 112px);
  padding-left: 80px;

  @media (min-width: 1280px) and (max-width: 1400px) {
    padding-left: 35px;
  }
}

.delivery-zone-item .zone-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.delivery-zone-item .zone-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.delivery-zone-item .zone-title span {
  position: relative;
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;
  letter-spacing: -0.02em;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.delivery-zone-item .zone-time {
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  
  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.delivery-zone-item .zone-content {
  display: flex;
  margin: 8px 0 0;
}

.delivery-zone-item .zone-content p {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.delivery-zone-item .zone-content p:first-child {
  padding-right: 16px;
  border-right: 1px solid #E0E0E0;
}

.delivery-zone-item .zone-content p:last-child {
  padding-left: 17px;
}

.delivery-zone-item .zone-content span {
  color: rgba(42, 41, 41, 0.7);
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.delivery-zone-item .zone-content span strong {
  font-weight: 700;
  font-size: 16px;
}

.delivery-short-text {
  margin: 70px 0;
  padding: 0 10px 0 70px;
}

.delivery-short-text h5 {
  margin: 0 0 16px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.delivery-short-text p {
  margin: 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 21px;
}

.map-search-wrap {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 90px);
  padding: 25px 38px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.map-search-wrap span {
  color: #065D63;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.map-search-wrap .form-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
}

.map-search-wrap .form-wrap input {
  width: 100%;
  padding: 13px 50px 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

.map-search-wrap .form-wrap input:focus {
  border-color: #f5b50e;
}

.map-search-wrap .form-wrap input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.map-search-wrap .form-wrap input::-moz-input-placeholder {
  color: #BDBDBD;
}

.map-search-wrap .form-wrap input:-ms-input-placeholder {
  color: #BDBDBD;
}

.map-search-wrap .form-wrap input::placeholder {
  color: #BDBDBD;
}

.map-search-wrap .form-wrap button {
  position: absolute;
  right: 0;
  margin: 2px 14px 0 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.delivery-payments-wrap {
  margin: 35px 0;
  padding: 36px 30px;
}

.delivery-payments {
  margin-top: 50px;
  padding-left: 70px;
}

.delivery-payment-option {
  display: flex;
  margin: 0 0 59px;
}

.delivery-payment-option:last-child {
  margin-bottom: 0;
}

.delivery-payment-option .delivery-payment-text {
  padding-left: 60px;
}

.delivery-payment-option .delivery-payment-text h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
}

.delivery-payment-option .delivery-payment-text h3 span {
  position: relative;
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.delivery-payment-option .delivery-payment-text p {
  width: 100%;
  max-width: 355px;
  padding: 7px 0 7px 16px;
  color: rgba(42, 41, 41, 0.7);
  border-left: 1px solid #E0E0E0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;

  @media (min-width: 1440px) {
    font-size: 14px;
  }
}

.delivery-payments-shorttext {
  padding: 0 70px;
}

.delivery-payments-shorttext h5 {
  margin: 0 0 16px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.delivery-payments-shorttext p {
  margin: 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 21px;
}

.franchise-main-info {
  display: flex;
}

.franchise-main-info .col-left {
  width: 45%;
  padding: 36px 30px;
}

.franchise-main-info .col-right {
  width: 55%;
}

.franchise-main-info .col-right img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom-left-radius: 16px;
}

.franchise-main-info .franchise-main-description {
  margin-top: 60px;
  padding-left: 70px;
}

.franchise-main-info .franchise-start {
  display: flex;
  margin: 0 0 60px;
}

.franchise-main-info .franchise-start .franchise-start-title {
  width: 300px;
}

.franchise-main-info .franchise-start h3 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.franchise-main-info .franchise-start h3 span {
  position: relative;
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.franchise-main-info .franchise-start p {
  color: #c0c0c0;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.franchise-main-info .franchise-text {
  margin-top: 70px;
  padding: 0 70px;
}

.franchise-main-info .franchise-text h5 {
  margin: 0 0 16px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.franchise-main-info .franchise-text p {
  width: 100%;
  max-width: 595px;
  margin: 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 21px;
}

.franchise-main-info .franchise-text .apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 430px;
  height: 56px;
  margin: 30px 0 0;
  padding: 0;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.franchise-main-info .franchise-text .apply-btn:hover {
  color: #c0c0c0;
  background: #065D63;
}

.live-numbers-wrap {
  margin: 80px 0 0;
  padding: 36px 30px;
}

.live-numbers-wrap .section-title {
  margin-bottom: 60px;
}

.live-numbers-wrap .live-numbers-content {
  padding-left: 70px;
}

.live-numbers-wrap .live-number {
  display: flex;
  margin-bottom: 78px;
}

.live-numbers-wrap .live-number:last-child {
  margin-bottom: 0;
}

.live-numbers-wrap .live-number-text {
  padding-top: 24px;
  padding-left: 68px;
}

.live-numbers-wrap .live-number-text h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
}

.live-numbers-wrap .live-number-text h3 span {
  position: relative;
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.live-numbers-wrap .live-number-text .live-text {
  width: 100%;
  max-width: 290px;
  padding-left: 16px;
  border-left: 1px solid #E0E0E0;
}

.live-numbers-wrap .live-number-text .live-text .span-text {
  color: rgba(42, 41, 41, 0.7);
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;

  @media (min-width: 1440px) {
    font-size: 14px;
  }
}

.live-numbers-wrap .live-number-text .live-text .span-text strong {
  font-weight: 700;
}

.live-numbers-wrap .live-number-text .live-text p {
  margin: 8px 0 0;
  color: #065D63;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.live-numbers-wrap .live-number-text .live-text p .colored {
  color: #F6C969;
}

.live-numbers-wrap .live-btn-wrap {
  margin-top: 60px;
  padding-left: 68px;
}

.live-numbers-wrap .live-btn-wrap p {
  color: rgba(42, 41, 41, 0.7);
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.live-numbers-wrap .live-btn-wrap p strong {
  color: #F6C969;
  font-weight: 700;
}

.live-numbers-wrap .live-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 430px;
  height: 56px;
  margin: 30px 0 0;
  padding: 0;
  color: #c0c0c0;
  background: #065D63;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.live-numbers-wrap .live-btn-wrap a:hover {
  color: #065D63;
  background: #c0c0c0;
}

.live-numbers-wrap .live-btn-wrap a:hover .live-btn-icon {
  fill: #065D63;
}

.live-numbers-wrap .live-btn-wrap a svg {
  margin: 0 15px 0 0;
}

.live-numbers-wrap .live-btn-wrap a .live-btn-icon {
  transition: all 200ms ease-out;
}

.franchise-benefits-wrap {
  margin: 30px 0 0;
  padding: 36px 30px;
}

.franchise-benefits-wrap .section-title {
  margin-bottom: 68px;
}

.franchise-benefits-wrap .franchise-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 100px 0 0;
}

.franchise-benefits-wrap .franchise-benefit {
  width: 33.3%;
  max-width: 480px;
  margin-bottom: 75px;
  text-align: center;
}

.franchise-benefits-wrap .franchise-benefit .benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.franchise-benefits-wrap .franchise-benefit .benefit-icon img {
  display: block;
}

.franchise-benefits-wrap .franchise-benefit h4 {
  margin: 0 0 16px;
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.franchise-benefits-wrap .franchise-benefit p {
  width: 100%;
  max-width: 293px;
  margin: 0 auto;
  color: rgba(42, 41, 41, 0.7);
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;

  @media (min-width: 1440px) {
    font-size: 14px;
  }
}

.franchise-benefits-wrap .franchise-benefit p strong {
  color: #F6C969;
  font-weight: 700;
}

.franchise-about-wrap .row {
  display: flex;
}

.franchise-about-wrap .row > div:first-child {
  width: 45%;
}

.franchise-about-wrap .row > div:last-child {
  width: 55%;
}

.franchise-about-wrap .col-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.franchise-about-wrap .col-text.label-left {
  position: relative;
  padding: 0 0 0 100px;
}

.franchise-about-wrap .col-text.label-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
  height: 100%;
  background: url("../img/img-label-left.svg") center no-repeat;
}

.franchise-about-wrap .col-text.label-right {
  position: relative;
  height: calc(100% - 240px);
  padding: 0 100px 0 0;

  @media (min-width: 1440px) {
    padding: 16px 100px 40px 0;
  }
}

.franchise-about-wrap .col-text.label-right:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 152px;
  height: 100%;
  background: url("../img/img-label-right.svg") center no-repeat;
}

.franchise-about-wrap .col-text p {
  width: 100%;
  max-width: 375px;
  margin: 15px auto 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.franchise-about-wrap .col-img img {
  display: block;
  width: 100%;
  height: auto;
}

.franchise-about-wrap .col-text-inner {
  display: flex;
  flex-direction: column;
}

.franchise-about-wrap .col-text-img {
  display: flex;
}

.franchise-about-wrap .col-text-img img {
  display: block;
  width: 50%;
  height: auto;
}

body.page-template-tpl-reviews .page-content-wrap-inner {
  overflow: hidden;
}

.reviews-wrap {
  display: flex;
  height: 100%;
}

.reviews-wrap .col-left {
  width: 55%;
  height: auto;
  padding: 40px 60px;
  padding: 36px 30px;
  overflow-y: auto;
}

.reviews-wrap .section-title {
  margin-bottom: 30px;
}

.reviews-wrap .col-right {
  position: relative;
  width: 45%;
  height: auto;
  padding: 50px 70px;
  background: #fff;
  overflow-y: auto;
}

.reviews-wrap .sticky-div {
  top: 50px;
}

.reviews-wrap .sticky-div:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -70px;
  width: 4px;
  height: 207px;
  background: #c0c0c0;
}

.reviews-wrap .glsr-pagination {
  margin-top: 48px;
}

.reviews-wrap .glsr-pagination .nav-links {
  display: flex;
  align-items: center;
}

.reviews-wrap .glsr-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  color: #065D63;
  background-color: #fff;
  border: 1px solid #EFEEF3;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.reviews-wrap .glsr-pagination .page-numbers.current {
  color: #fff;
  background-color: #065D63;
  border-color: #065D63;
}

.reviews-wrap .glsr-pagination .page-numbers.prev {
  font-size: 0;
  background: url("../img/pag-prev.svg") center no-repeat;
}

.reviews-wrap .glsr-pagination .page-numbers.next {
  font-size: 0;
  background: url("../img/pag-next.svg") center no-repeat;
}

.review-item {
  width: 100%;
  max-width: 784px;
  margin: 0 0 24px;
}

.review-item .review-item-inner {
  padding: 17px 25px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(85, 85, 85, 0.1);
  border-radius: 8px;
}

.review-item:last-child {
  margin-bottom: 0;
}

.review-item.review-reply {
  position: relative;
  padding-left: 100px;
}

.review-item.review-reply:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  width: 44px;
  height: 40px;
  background: url("../img/icon-reply-big.svg") center no-repeat;
  transform: translateY(-50%);
}

.review-item.review-reply .review-content {
  padding-bottom: 10px;
}

.review-item .review-header {
  position: relative;
}

.review-item .review-username {
  margin: 0 0 8px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 19px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.review-item .review-date {
  position: absolute;
  top: 6px;
  right: 0;
  display: flex;
  align-items: center;
}

.review-item .review-date span {
  margin-left: 7px;
  color: #BDBDBD;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.review-item .review-stars {
  display: flex;
  align-items: center;
}

.review-item .review-stars img {
  display: block;
  margin-right: 5px;
}

.review-item .review-content {
  padding: 18px 0 24px;
}

.review-item .review-content p {
  margin: 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

.review-item .review-footer a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.review-item .review-footer a span {
  margin-left: 8px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.review-load-more {
  position: relative;
  margin: 40px 0;
  width: 100%;
  max-width: 784px;
  text-align: center;
}

.review-load-more:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E6EE;
}

.review-load-more button {
  position: relative;
  width: 248px;
  height: 38px;
  background: #065D63;
  border: 0;
  border-radius: 26px;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.review-load-more button span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.review-load-more button img {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  transform: translateY(-50%);
}

.review-form-title {
  margin: 0 0 40px;
}

.review-form-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.review-form-title span {
  position: relative;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;
}

.review-form-item {
  position: relative;
  margin: 0 0 16px;
}

.review-form-item .form-label {
  margin: 0 0 5px;
  color: #065D63;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.review-form-item .stars-label {
  margin: 0 0 5px;
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.review-form-item .review-form-stars {
  margin-bottom: 20px;
}

.review-form-item .ajax-loader {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.review-form-item .form-value input {
  width: 100%;
  padding: 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.review-form-item .form-value input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value input::-moz-input-placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value input:-ms-input-placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value input::placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value textarea {
  width: 100%;
  height: 144px;
  padding: 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.review-form-item .form-value textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value textarea::-moz-input-placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value textarea:-ms-input-placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value textarea::placeholder {
  color: #BDBDBD;
}

.review-form-item .form-value .wpcf7-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.review-form-item .form-value .input-file-label .added-text {
  color: #065D63;
  overflow: hidden;
}

.review-form-item .form-value .wpcf7-file + label {
  display: flex;
  width: 100%;
  padding: 13px 15px;
  color: #BDBDBD;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
}

.review-form-item .wpcf7-checkbox {
  position: relative;
}

.review-form-item .wpcf7-checkbox input[type=checkbox] {
  display: none;
}

.review-form-item .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.review-form-item .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.review-form-item .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icon-different-address.svg") center no-repeat;
  border-radius: 50%;
}

.review-form-item .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: url("../img/icon-different-address-active.svg") center no-repeat;
}

.review-form-item .service-agreement {
  display: flex;
  align-items: center;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.review-form-item .service-agreement.active .icon {
  background: #065D63;
}

.review-form-item .service-agreement.active .icon svg path {
  fill: #fff;
}

.review-form-item .service-agreement .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border: 1px solid #065D63;
  border-radius: 50%;
}

.review-form-item .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0;
  color: #065D63;
 background: #ffffff;
    border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.review-form-item .submit-btn:hover {
  color: #c0c0c0;
  background: #065D63;
}

.review-form-item .glsr-field-error,
.glsr-form-message.glsr-form-failed,
.wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.review-form-item .glsr-field-error,
.wpcf7-not-valid-tip {
  margin-top: 6px
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #065D63;
  border: none;
  background-color: #c0c0c0;
  border-radius: 8px;
}

.about-main-wrap {
  display: flex;
}

.about-main-wrap.about-second-block .col-left {
  padding-top: 0;
}

.about-main-wrap.about-second-block .col-right {
  position: relative;
}

.about-main-wrap.about-second-block .col-right:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 185px;
  height: 100%;
  background: url("../img/about-right-img.svg") center no-repeat;
}

.about-main-wrap .col-left {
  width: 45%;
  padding: 36px 30px;
}

.about-main-wrap .col-right {
  position: relative;
  width: 55%;
}

.about-main-wrap .section-title {
  margin-bottom: 25px;
}

.about-main-wrap .about-left-inner {
  padding-left: 70px;
}

.about-main-wrap .about-left-inner p {
  margin: 0 0 32px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.about-main-wrap .about-left-inner p:last-child {
  margin-bottom: 0;
}

.about-main-wrap .about-left-inner p.quote {
  padding: 16px 24px;
  color: #595757;
  background: #FAFAFA;
  border-left: 2px solid #c0c0c0;
  font-weight: 600;
  font-style: italic;
}

.about-main-wrap .about-left-inner blockquote {
  margin: 0 0 32px;
  padding: 16px 24px;
  color: #595757;
  background: #FAFAFA;
  border-left: 2px solid #c0c0c0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 1.5;
}

.about-main-wrap .about-image-quote {
  position: absolute;
  left: 47px;
  bottom: 36px;
  padding-left: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 1.5;
}

.about-main-wrap .about-image-quote:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 55px;
  height: 48px;
  background: url("../img/icon-quote.svg") center no-repeat;
}

.about-main-wrap ul {
  margin: 96px 0 0;
  padding: 0;
  list-style-type: none;
}

.about-main-wrap ul li {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 0 20px;
  padding-left: 14px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.about-main-wrap ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c0c0c0;
  border-radius: 50%;
}

.about-main-wrap ul li:last-child {
  margin-bottom: 0;
}

.jobs-top-section-wrap {
  display: flex;
}

.jobs-top-section-wrap .col-left {
  width: 45%;
  padding: 36px 30px;
}

.jobs-top-section-wrap .col-right {
  position: relative;
  width: 55%;
}

.jobs-top-section-wrap .col-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jobs-top-section-wrap .section-title {
  margin-bottom: 25px;
}

.jobs-top-section-wrap .jobs-about {
  margin-bottom: 88px;
  padding-left: 70px;
}

.jobs-top-section-wrap .jobs-about p {
  margin: 0 0 32px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.jobs-top-section-wrap .jobs-about a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 428px;
  height: 56px;
  padding: 0;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.jobs-top-section-wrap .jobs-about a:hover {
  color: #c0c0c0;
  background: #065D63;
}

.jobs-top-section-wrap .jobs-numbers {
  padding: 0;
}

.jobs-top-section-wrap .jobs-numbers .live-number-text {
  padding-top: 4px;
}

.job-offers .row {
  display: flex;
  background: #fff;
}

.job-offers .row:nth-child(1) .col-text:after {
  width: 148px;
  height: 85%;
  right: -75px;
  background: url("../img/job-row-1.svg") center no-repeat;
}

.job-offers .row:nth-child(2) .col-text:after {
  width: 125px;
  height: 100%;
  background: url("../img/job-row-2.svg") center no-repeat;
}

.job-offers .row:nth-child(3) .col-text:after {
  width: 148px;
  height: 64%;
  right: -76px;
  background: url("../img/job-row-3.svg") center no-repeat;
}

.job-offers .row:nth-child(4) .col-text:after {
  width: 125px;
  height: 100%;
  background: url("../img/job-row-4.svg") center no-repeat;
}

.job-offers .col {
  min-height: 602px;
  overflow: hidden;
}

.job-offers .col:nth-child(1) {
  width: 45%;
}

.job-offers .col:nth-child(2) {
  width: 55%;
}

.job-offers .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 55px 30px;
}

.job-offers .col-text:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.job-offers .col-img {
  width: 100%;
  height: 100%;
}

.job-offers .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-offers .section-title {
  margin-bottom: 70px;
}

.job-offers .job-inner {
  padding-left: 70px;
}

.job-offers .job-labels {
  display: flex;
  flex-wrap: wrap;
}

.job-offers .hot-job {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-right: 8px;
  height: 24px;
  background: #c0c0c0;
  border-radius: 30px;
}

.job-offers .hot-job span {
  margin-left: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.job-offers .job-title {
  margin: 0 0 24px;
}

.job-offers .job-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.job-offers .job-title span {
  position: relative;
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;

  @media (min-width: 1280px) and (max-width: 1440px) {
    font-size: 28px;
  }
}

.job-offers .job-info {
  margin: 0 0 16px;
}

.job-offers .job-info label {
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.job-offers .job-info h5 {
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.job-offers .job-text {
  width: 100%;
  max-width: 550px;
  margin: 0 0 30px;
  padding-left: 16px;
  color: rgba(42, 41, 41, 0.7);
  border-left: 1px solid #E0E0E0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.job-offers .job-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 428px;
  height: 56px;
  padding: 0;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.job-offers .job-btn a:hover {
  color: #c0c0c0;
  background: #065D63;
}

.single-job-wrap {
  display: flex;
  height: auto;
}

.single-job-wrap .col-left {
  width: 55%;
  height: auto;
  padding: 40px 60px;
  padding: 36px 30px;
  overflow-y: unset;
}

.single-job-wrap .section-title {
  margin-bottom: 30px;
}

.single-job-wrap .col-right {
  position: relative;
  width: 45%;
  height: auto;
  padding: 50px 70px;
  background: #fff;
  overflow-y: unset;
}

.single-job-wrap .job-img {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.single-job-wrap .job-img img {
  width: 100%;
  height: auto;
}

.single-job-wrap .job-info {
  margin: 0 0 16px;
}

.single-job-wrap .job-info label {
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.single-job-wrap .job-info h5 {
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.single-job-wrap .job-text p {
  width: 100%;
  max-width: 770px;
  margin: 0 0 30px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.single-job-wrap .job-text p a {
  color: inherit;
}

.single-job-wrap .job-text .list-title {
  margin: 0 0 24px;
  color: #065D63;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.single-job-wrap .job-text ul {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}

.single-job-wrap .job-text ul li {
  position: relative;
  width: 100%;
  max-width: 770px;
  margin: 0 0 20px;
  padding-left: 14px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.single-job-wrap .job-text ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c0c0c0;
  border-radius: 50%;
}

.single-job-wrap .job-text ul li:last-child {
  margin-bottom: 0;
}

.single-job-wrap .about-image-quote {
  position: absolute;
  left: 47px;
  bottom: 36px;
  padding-left: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 1.5;
}

.single-job-wrap .about-image-quote:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 55px;
  height: 48px;
  background: url("../img/icon-quote.svg") center no-repeat;
}

.aquarium-is-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 640px;
  background-size: cover;
}

.aquarium-is-wrap .aquarium-is-inner {
  width: 100%;
  max-width: 500px;
  transform: translateX(-50%);
}

.aquarium-is-wrap h5 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aquarium-is-wrap .section-title span {
  color: #fff;
  font-size: 72px;
}

.aquarium-is-wrap p {
  margin: 24px 0 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.aquarium-is-wrap p span {
  color: #065D63;
  font-weight: 700;
}

.aquarium-is-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0;
  color: #c0c0c0;
  background: #065D63;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.aquarium-is-wrap button:hover {
  color: #065D63;
  background: #fff;
}

.aquarium-contacts-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 95px 0;
}

.aquarium-contacts-wrap .aquarium-links {
  display: flex;
  align-items: center;
}

.aquarium-contacts-wrap .link-item {
  display: flex;
  padding: 0 25px;
  text-align: center;
}

.aquarium-contacts-wrap .link-item:nth-child(2) {
  border-left: 1px solid rgba(232, 230, 238, 0.5);
  border-right: 1px solid rgba(232, 230, 238, 0.5);
}

.aquarium-contacts-wrap .link-item a {
  display: flex;
  align-items: center;
  color: #065D63;
  text-decoration: none;
}

.aquarium-contacts-wrap .link-item a:hover {
  text-decoration: underline;
}

.aquarium-contacts-wrap .link-item a:nth-child(1) {
  border-right: 1px solid rgba(232, 230, 238, 0.5);
  padding: 0 25px 0 0;
}

.aquarium-contacts-wrap .link-item a:nth-child(2) {
  margin-left: 25px;
}

.aquarium-contacts-wrap .link-item a img {
  margin-right: 10px;
}

.aquarium-contacts-wrap .link-item a span {
  color: #065D63;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.aquarium-contacts-wrap .aquarium-more-info {
  width: 100%;
  margin: 60px auto 0;
}

.aquarium-contacts-wrap .aquarium-more-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.aquarium-contacts-wrap .aquarium-more-info a:hover {
  color: #c0c0c0;
  background: #065D63;
}

.jobs-contact-wrap {
  position: relative;
  padding: 60px 0;
}

.jobs-contact-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 220px;
  height: 100%;
  background: url("../img/job-contacts-img.svg") center no-repeat;
  z-index: 1;
}

.jobs-contact-wrap .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
  z-index: 5;
}

.jobs-contact-wrap .col {
  width: 100%;
  max-width: 280px;
}

.jobs-contact-wrap .col:nth-child(2) {
  max-width: 600px;
}

.jobs-contact-wrap .jobs-logo {
  display: block;
  margin: 0 0 28px;
}

.jobs-contact-wrap .jobs-text {
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.jobs-contact-wrap form {
  width: 100%;
  max-width: 605px;
  padding: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.jobs-contact-wrap .form-title {
  margin: 0 0 24px;
}

.jobs-contact-wrap .form-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
}

.jobs-contact-wrap .form-title span {
  position: relative;
  color: #065D63;
  font-size: 36px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  z-index: 5;
}

.jobs-contact-wrap .form-item {
  position: relative;
  margin: 0 0 16px;
}

.jobs-contact-wrap .form-item input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.jobs-contact-wrap .form-item input[type="submit"]:hover {
  color: #c0c0c0;
  background: #065D63;
}

.jobs-contact-wrap .form-item .ajax-loader {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.jobs-contact-wrap .form-label {
  margin: 0 0 5px;
  color: #065D63;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.jobs-contact-wrap .form-value input {
  width: 100%;
  padding: 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.jobs-contact-wrap .form-value input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value input::-moz-input-placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value input:-ms-input-placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value input::placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value textarea {
  width: 100%;
  height: 144px;
  padding: 13px 15px;
  color: #BDBDBD;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.jobs-contact-wrap .form-value textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value textarea::-moz-input-placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value textarea:-ms-input-placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .form-value textarea::placeholder {
  color: #BDBDBD;
}

.jobs-contact-wrap .select-wrap {
  position: relative;
}

.jobs-contact-wrap .select-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  background: url("../img/icon-select-arrow.svg") center no-repeat;
  transform: translateY(-50%);
}

.jobs-contact-wrap .select-wrap select {
  width: 100%;
  padding: 13px 15px;
  color: #BDBDBD;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.jobs-contact-wrap .contacts-item {
  margin: 0 0 40px;
}

.jobs-contact-wrap .contacts-item h4 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  padding-left: 24px;
}

.jobs-contact-wrap .contacts-item h4 img {
  position: absolute;
  left: 0;
}

.jobs-contact-wrap .contacts-item h4 span {
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.jobs-contact-wrap .contacts-item a {
  display: inline-block;
  margin: 0 0 16px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.jobs-contact-wrap .contacts-item a:last-child {
  margin-bottom: 0;
}

.jobs-contact-wrap .contacts-item a:hover {
  text-decoration: underline;
}

.jobs-contact-wrap .contacts-item p {
  display: block;
  margin: 0 0 16px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.jobs-contact-wrap .contacts-item p:last-child {
  margin-bottom: 0;
}

.jobs-contact-wrap .contacts-social-links {
  display: flex;
  align-items: center;
}

.jobs-contact-wrap .contacts-social-links a {
  margin-right: 40px;
  text-decoration: none;
}

.jobs-contact-wrap .contacts-social-links a:last-child {
  margin-right: 0;
}

.sticky-div {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}

.thanks-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 180px);
  margin-top: 116px;
  padding-right: 96px;
  background: #fff;
}

.thanks-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -65px;
  width: 417px;
  height: 295px;
  background: url("../img/thanks-before.svg") center no-repeat;
  z-index: 1;
}

.thanks-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -65px;
  width: 295px;
  height: 680px;
  background: url("../img/thanks-after.svg") center no-repeat;
  z-index: 1;
}

.thanks-inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.thanks-inner .img-wrap img {
  max-width: 160px;
  height: auto;
}

.thanks-inner .section-title h2 {
  margin: 10px 0 30px;
}

.thanks-inner .section-title h2:before {
  display: none;
}

.thanks-inner .section-title span {
  text-decoration-line: underline;
  text-decoration-color: #eea921;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8px;
  line-height: 1.3;
}

.thanks-inner p {
  margin: 0 0 20px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.thanks-inner p strong {
  font-size: 16px;
  font-weight: 700;
}

.thanks-inner .order-number {
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.thanks-inner .order-number strong {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.thanks-inner .btn-wrap {
  display: flex;
  justify-content: center;
}

.thanks-inner .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  padding: 0 55px;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.thanks-inner .button.yellow-button {
  color: #065D63;
  background: #c0c0c0;
}

.thanks-inner .button.yellow-button:hover {
  color: #c0c0c0;
  background: #065D63;
}

.modals-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 180px);
  padding-right: 96px;
  background: #fff;
}

.modals-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -65px;
  width: 417px;
  height: 295px;
  background: url("../img/thanks-before.svg") center no-repeat;
  z-index: 1;
}

.modals-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -65px;
  width: 295px;
  height: 680px;
  background: url("../img/thanks-after.svg") center no-repeat;
  z-index: 1;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease-out;
}

.modal-wrap.modal--opened {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.modal-wrap.modal-upsale .modal-inner {
  padding: 40px 30px;
  max-width: 720px;
}

.modal-wrap.modal-upsale .section-title {
  margin-bottom: 20px;
}

.modal-wrap.modal-summary .modal-inner {
  max-width: 540px;
}

.modal-wrap.modal-message .modal-subtitle {
  margin-bottom: 0;
}

.modal-wrap.modal-help .section-title {
  margin-bottom: 30px;
}

.modal-wrap.modal-help .section-title h2:before {
  right: 0;
  width: 35%;
  margin: 0 auto;
}

.modal-wrap .modal-inner {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding: 50px 80px;
  background: #fff;
}

.modal-wrap .modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 25;
}

.modal-wrap .modal-close button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.modal-wrap .modal-close button:hover img {
  transform: scale(1.2);
}

.modal-wrap .modal-close button img {
  display: block;
  transition: all 200ms ease-out;
}

.modal-wrap .section-title {
  text-align: center;
}

.modal-wrap .section-title h2:before {
  bottom: 4px;
}

.modal-wrap .section-title span {
  font-size: 34px;
}

.modal-wrap .modal-subtitle {
  margin: 10px 0 20px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.modal-wrap .modal-upsale-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-wrap .product-upsale-item {
  position: relative;
  width: 190px;
  margin: 0 10px;
  padding: 15px;
  border-radius: 18px;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.modal-wrap .product-upsale-item:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 27px;
  height: 27px;
  background: url("../img/icon-upsale.svg") center no-repeat;
  border-radius: 50%;
  transition: all 200ms ease-out;
}

.modal-wrap .product-upsale-item:hover {
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
}

.modal-wrap .product-upsale-item.added {
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
}

.modal-wrap .product-upsale-item.added:before {
  background: url("../img/icon-upsale-active.svg") center no-repeat;
}

.modal-wrap .product-upsale-item .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  margin-top: 10px;
  text-align: center;
}

.modal-wrap .product-upsale-item .product-img img {
  display: block;
  max-width: 70px;
  max-height: 90px;
}

.modal-wrap .product-upsale-item .product-name {
  margin: 15px 0 10px;
  color: #065D63;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.modal-wrap .product-upsale-item .product-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.modal-wrap .product-upsale-item .product-price--current {
  display: flex;
  align-items: flex-start;
  margin-right: 3px;
  color: #065D63;
  font-size: 20px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  line-height: 1;
}

.modal-wrap .product-upsale-item .product-price--current span {
  display: inline-block;
  margin: 1px 0 0 4px;
  color: inherit;
  font-size: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.modal-wrap .product-upsale-item .product-price--discount {
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
  color: #BDBDBD;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

.modal-wrap .product-upsale-item .product-price--discount span {
  margin: 0 4px 0 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  text-decoration: line-through;
}

.modal-wrap .modal-upsale-btn {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.modal-wrap .modal-upsale-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 56px;
  margin: 0 8px;
  padding: 0;
  color: #065D63;
  background: none;
  border: 1px solid #065D63;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.modal-wrap .modal-upsale-btn button:hover {
  color: #EEA921;
  background: #065D63;
  border-color: #065D63;
}

.modal-wrap .modal-upsale-btn button.yellow_button {
  background: #eea922;
  border-color: #eea922;
  color: #fff;
}

.modal-wrap .modal-upsale-btn button.yellow_button:hover {
  color: #EEA921;
  background: #065D63;
  border-color: #065D63;
}

.modal-wrap .select-wrap {
  position: relative;
}

.modal-wrap .select-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  background: url("../img/icon-select-arrow.svg") center no-repeat;
  transform: translateY(-50%);
}

.modal-wrap .select-wrap select {
  width: 100%;
  padding: 13px 15px;
  color: #BDBDBD;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.modal-wrap .help-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}

.modal-wrap .help-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  height: 56px;
  padding: 0;
  color: #065D63;
  background: none;
  border: 1px solid #065D63;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.modal-wrap .help-buttons button:hover {
  color: #EEA921;
  background: #065D63;
  border-color: #065D63;
}

.cookies-wrap {
  position: fixed;
  left: 96px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 96px);
  padding: 20px 80px;
  background: #065D63;
  z-index: 30;
}

.cookies-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 412px;
  height: 100%;
  background: url("../img/cookies-after.svg") center no-repeat;
  z-index: 1;
}

.cookies-wrap p {
  max-width: 880px;
  margin: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.cookies-wrap .accept-cookies {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 48px;
  color: #065D63;
  background: #c0c0c0;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
  z-index: 5;
}

.cookies-wrap .accept-cookies:hover {
  background: #fff;
}

.cookies-wrap .decline-cookies {
  position: absolute;
  right: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  z-index: 9;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.cookies-wrap .decline-cookies:hover svg {
  transform: scale(1.2);
}

.cookies-wrap .decline-cookies svg {
  transition: all 200ms ease-out;
}

.blog-wrap {
  position: relative;
  display: flex;
  height: 100%;
  padding: 50px 0 0 41vw;
}

.blog-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 100%;
  background: url("../img/blog-pattern.svg") center repeat-y;
  z-index: 1;
}

.blog-wrap .col-left {
  position: fixed;
  top: 116px;
  left: 96px;
  display: flex;
  width: 41vw;
  height: 100%;
  padding: 0 0 0 30px;
}

.blog-wrap .col-left .page-footer {
  display: none;
}

.blog-wrap .col-title {
  width: 130px;
}

.blog-wrap .col-title .section-title {
  margin-top: 50px;
}

.blog-wrap .col-title .section-title h2:before {
  display: none;
}

.blog-wrap .col-posts {
  width: 33vw;
  height: calc(100% - 116px);
  overflow-y: auto;
}

.blog-wrap .col-posts .sticky-div {
  top: 50px;
}

.blog-wrap .col-posts .col-posts-inner {
  position: relative;
  margin-top: 50px;
}

.blog-wrap .col-content {
  position: relative;
  z-index: 5;
  width: calc(100% - 0px);
}

.blog-wrap .col-content .sticky-div {
  top: 50px;
}

.post-item {
  margin: 0;
}

.post-item .post-item-link {
  display: flex;
  text-decoration: none;
  padding: 30px 35px;
  transition: all 200ms ease-out;
}

.post-item .post-item-link:hover {
  background: #fff;
}

.post-item .post-img {
  width: 200px;
  height: 144px;
  border-radius: 8px;
  overflow: hidden;
}

.post-item .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease-out;
}

.post-item .post-info {
  width: 100%;
  max-width: 214px;
  padding-left: 14px;
}

.post-item .post-date {
  display: flex;
  align-items: center;
  margin: 0 0 9px;
}

.post-item .post-date .post-date-icon {
  margin-right: 8px;
}

.post-item .post-date .post-date-text {
  color: #c0c0c0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.post-item .post-name {
  display: block;
  margin: 0 0 10px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.post-item .post-short-text {
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.load-more-posts {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 200px;
}

.load-more-posts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fafafa 26.59%, rgba(250, 250, 250, 0) 150.76%);
  z-index: 1;
}

.load-more-posts:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E6EE;
  z-index: 2;
}

.load-more-posts button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 38px;
  margin: 0 auto;
  padding: 0 30px 0 0;
  background: #065D63;
  border: 0;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 5;
  transition: all 200ms ease-out;
}

.load-more-posts button svg {
  position: absolute;
  right: 20px;
}

.load-more-posts button .loadmore-icon {
  transition: all 200ms ease-out;
}

.load-more-posts button:hover {
  color: #065D63;
  background: #c0c0c0;
}

.load-more-posts button:hover .loadmore-icon {
  stroke: #065D63;
}

.blog-post-content {
  min-height: calc(100% - 64px);
  padding: 0 65px;
}

.blog-post-content .post-date {
  display: flex;
  align-items: center;
  margin: 0;
}

.blog-post-content .post-date .post-date-icon {
  margin-right: 8px;
}

.blog-post-content .post-date .post-date-text {
  color: #c0c0c0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.blog-post-content .section-title h2:before {
  display: none;
}

.blog-post-content .post-img {
  width: 100%;
  max-width: 640px;
  margin: 30px 0;
}

.blog-post-content .post-img img {
  display: block;
  max-width: 100%;
  max-height: 800px;
  object-fit: contain;
}

.blog-post-content .post-text {
  max-width: 640px;
  padding-bottom: 20px;
}

.blog-post-content .post-text p,
.blog-post-content .post-text h4 {
  margin: 0 0 30px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.blog-post-content .post-text strong,
.blog-post-content .post-text h4 {
  margin-bottom: 0;
  font-weight: 700;
}

.blog-post-content .post-text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-post-content .post-text ul li {
  position: relative;
  margin: 0 0 30px;
  padding-left: 14px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.blog-post-content .post-text ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #c0c0c0;
  border-radius: 50%;
}

.ship-to-different-address {
  position: relative;
  margin: -20px 0 13px;
}

.ship-to-different-address input[type=checkbox] {
  display: none;
}

.ship-to-different-address label {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.ship-to-different-address label span {
  position: relative;
  padding-left: 29px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.ship-to-different-address label span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icon-different-address.svg") center no-repeat;
  transition: all 200ms ease-out;
}

.ship-to-different-address input[type=checkbox]:checked + span:before {
  background: url("../img/icon-different-address-active.svg") center no-repeat;
}

.woocommerce-shipping-fields {
  margin-bottom: 40px;
}

.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 524px;
}

.woocommerce-shipping-fields .shipping_address .form-row {
  position: relative;
  width: calc(50% - 8.5px);
}

.woocommerce-shipping-fields .shipping_address .form-row label {
  color: #065D63;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-shipping-fields .shipping_address .form-row .woocommerce-input-wrapper {
  position: relative;
  display: block;
}

.woocommerce-shipping-fields .shipping_address .form-row .woocommerce-input-wrapper:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 14px;
  width: 24px;
  height: 24px;
}

.woocommerce-shipping-fields .shipping_address .form-row .woocommerce-input-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 52px;
  width: 1px;
  height: 100%;
  background: #E0E0E0;
}

.woocommerce-shipping-fields .shipping_address .form-row input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 0 0 69px;
  color: #065D63;
  background: none;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-shipping-fields .shipping_address .form-row input:focus, .woocommerce-shipping-fields .shipping_address .form-row input:active {
  color: #065D63;
}

.woocommerce-shipping-fields .shipping_address .form-row input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-shipping-fields .shipping_address .form-row input::-moz-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-shipping-fields .shipping_address .form-row input:-ms-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-shipping-fields .shipping_address .form-row input::placeholder {
  color: #BDBDBD;
}

.woocommerce-shipping-fields .shipping_address .form-row.shipping_date .woocommerce-input-wrapper:before {
  background: url("../img/icon-calendar-blue.svg") center no-repeat;
}

.woocommerce-shipping-fields .shipping_address .form-row.shipping_time .woocommerce-input-wrapper:before {
  background: url("../img/icon-clock-blue.svg") center no-repeat;
}

.woocommerce-shipping-totals > td {
  padding: 0 !important;
}

.woocommerce-shipping-totals .form-section {
  margin-bottom: 0;
}

.woocommerce-billing-fields .form-item {
  width: 100%;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-billing-fields .form-row {
  float: none !important;
  width: 100% !important;
}

.woocommerce-billing-fields .form-row label {
  width: 100%;
  margin: 0 0 5px;
  color: #065D63;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-billing-fields .select2 {
  height: 47px;
}

.woocommerce-billing-fields .select2 .select2-selection {
  width: 100%;
  height: 100%;
  padding: 13px 7px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

.woocommerce-billing-fields .select2 .select2-selection__rendered {
  color: #065D63;
  line-height: 1.4;
}

.woocommerce-billing-fields .select2 .select2-selection__arrow {
  top: 11px;
  right: 7px;
}

.woocommerce-billing-fields .billing_select2 .select2-results__option {
  color: #065D63;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-billing-fields .billing_select2 .select2-results__option.select2-results__option--highlighted {
  color: #fff;
  background: #efa921;
}

.woocommerce-billing-fields .woocommerce-input-wrapper input {
  width: 100%;
  padding: 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

.woocommerce-billing-fields .woocommerce-input-wrapper input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper input::-moz-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper input:-ms-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper input::placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper select {
  width: 100%;
  padding: 13px 15px;
  color: #065D63;
  background: url("../img/icon-select-arrow.svg") calc(100% - 16px) center no-repeat;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.woocommerce-billing-fields .woocommerce-input-wrapper select::-webkit-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper select::-moz-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper select:-ms-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper select::placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 144px !important;
  padding: 13px 15px;
  color: #065D63;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  outline: none;
  resize: none;
}

.woocommerce-billing-fields .woocommerce-input-wrapper textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper textarea::-moz-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper textarea:-ms-input-placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .woocommerce-input-wrapper textarea::placeholder {
  color: #BDBDBD;
}

.woocommerce-billing-fields .form-item-billing_address_1 {
  width: calc(100% - 146px);
}

.woocommerce-billing-fields .form-item-billing_address_2 {
  width: 130px;
}

#billing_callback_field .checkbox {
  position: relative;
}

#billing_callback_field .checkbox input[type=checkbox] {
  display: none;
}

#billing_callback_field .checkbox .text {
  position: relative;
  padding-left: 29px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", 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: pointer;
}

#billing_callback_field .checkbox .text:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icon-different-address.svg") center no-repeat;
  transition: all 200ms ease-out;
}

#billing_callback_field .checkbox .optional {
  display: none !important;
}

#billing_callback_field .checkbox input[type=checkbox]:checked + span:before {
  background: url("../img/icon-different-address-active.svg") center no-repeat;
}

.form-coupon-content .active_coupon .coupon_code {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background: none;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

.form-coupon-content .active_coupon .coupon_code .c_code {
  color: #065D63;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.form-coupon-content .active_coupon .item-remove-btn {
  position: absolute;
  top: 7px;
  right: 10px;
}

.form-coupon-content .active_coupon .item-remove-btn span {
  display: none !important;
}

.form-coupon-content .active_coupon .item-remove-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  transition: all 200ms ease-out;
}

.form-coupon-content .active_coupon .item-remove-btn a:hover {
  background: red;
  border-color: red;
}

.form-coupon-content .active_coupon .item-remove-btn a:hover svg path {
  fill: #fff;
}

.form-coupon-content .active_coupon .coupon_description {
  margin: 10px 0 0;
  color: #065D63;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.form-coupon-content .active_coupon .coupon_description span {
  color: #c0c0c0;
}

.woocommerce-checkout-review-order-table .cart-discount {
  display: none;
}

.iziToast-wrapper.iziToast-wrapper-topLeft .iziToast {
  margin: 30px 0 0 120px;
  background: #F9F1F1;
  border-color: #B52227;
}

.iziToast-wrapper.iziToast-wrapper-topLeft .iziToast .iziToast-icon {
  display: none !important;
}

.iziToast-wrapper.iziToast-wrapper-topLeft .woocommerce-error-list {
  padding: 10px 0;
  list-style-type: none;
}

.iziToast-wrapper.iziToast-wrapper-topLeft .woocommerce-error-list li {
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.iziToast-wrapper.iziToast-wrapper-topLeft .woocommerce-error-list li strong {
  color: #B52227;
  font-weight: bold;
}

.iziToast-wrapper .iziToast {
  width: 100%;
  max-width: 370px;
  margin: 0 0 15px;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
}

.iziToast-wrapper .iziToast:after {
  display: none !important;
}

.iziToast-wrapper .iziToast-body {
  margin: 0;
  padding: 0;
}

.iziToast-wrapper .product_notification {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.iziToast-wrapper .product_notification .item-col--left .item-thumb {
  width: 100px;
}

.iziToast-wrapper .product_notification .item-col--left .item-thumb img {
  width: 100%;
  height: auto;
}

.iziToast-wrapper .product_notification .item-col--right {
  padding-left: 30px;
  padding-right: 10px;
}

.iziToast-wrapper .product_notification .item-name {
  color: rgba(42, 41, 41, 0.7);
  font-weight: bold;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 21px;
}

.iziToast-wrapper .product_notification .item-description {
  color: rgba(42, 41, 41, 0.7);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.iziToast-wrapper .iziToast-close {
  width: 30px;
  height: 30px;
  background-size: 12px;
}

.fixed-cart-button {
  position: fixed;
  top: 50px;
  right: 55px;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
}

.fixed-cart-button.active {
  visibility: visible;
  opacity: 1;
}

.checkout-btn_min_error div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  color: #065D63;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.checkout-btn_min_error div strong {
  margin-left: 4px;
  font-weight: bold;
}

.checkout-btn_min_error div svg {
  margin-right: 15px;
}

.order-back-home {
  margin-top: 25px;
}

.order-back-home a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  margin: 0 auto;
  color: #065D63;
  background: #c0c0c0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.order-back-home a:hover {
  color: #c0c0c0;
  background: #065D63;
}

.mobile-navigation-wrap {
  display: none;
}

.mobile-navigation-wrap > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-navigation-wrap > ul li {
  border-bottom: 1px solid #E8E6EE;
}

.mobile-navigation-wrap > ul li.current-menu-item a {
  color: #c0c0c0;
}

.mobile-navigation-wrap > ul li a {
  position: relative;
  display: flex;
  padding: 23px 17px;
  color: rgba(42, 41, 41, 0.7);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-navigation-wrap > ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 16px;
  background: url("../img/icon-mobile-nav-arrow.svg") center no-repeat;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .mobile_disabled_popup {
    background: #c0c0c0;
  }
  .mobile_disabled_popup h1 {
    margin: 60px 0 0;
    font-family: "Montserrat", sans-serif;
  }
  .mobile_disabled_popup h3 {
    font-family: "Montserrat", sans-serif;
  }
}

.homepage-content-wrap .container {
  height: 100%;
  padding: 0 145px;
}

.homepage-content-wrap .home-subtitle {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.homepage-content-wrap .home-title {
  margin: 24px 0 40px;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  line-height: 80px;
  letter-spacing: -0.02em;
}

.homepage-content-wrap .home-title span {
  text-decoration-line: underline;
  text-decoration-color: #065D63;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 14px;
}

.homepage-content-wrap .order-now {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  padding: 0 55px;
  color: #c0c0c0;
  background: #065D63;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.homepage-content-wrap .order-now:hover {
  color: #065D63;
  background: #fff;
}

.homepage-content-wrap .home-zones-delivery {
  position: absolute;
  right: 60px;
  bottom: 30px;
}

.homepage-content-wrap .home-zones-delivery a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 181px;
  height: 160px;
  padding: 0 30px;
  background: url("../img/icon-pin-big.svg") 100% 0 no-repeat;
  background-color: #065D63;
  border: 0;
  border-radius: 8px;
  filter: drop-shadow(0px 8px 13px #8E5A12);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out;
}

.homepage-content-wrap .home-zones-delivery a:hover {
  background-color: #c0c0c0;
}

.homepage-content-wrap .home-zones-delivery a:hover span {
  color: #065D63;
}

.homepage-content-wrap .home-zones-delivery a:hover svg circle {
  fill: #065D63;
}

.homepage-content-wrap .home-zones-delivery a:hover svg path {
  fill: #efb84c;
}

.homepage-content-wrap .home-zones-delivery a span {
  margin: 0 0 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: all 200ms ease-out;
}

.homepage-content-wrap .home-zones-delivery a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 200ms ease-out;
}

.homepage-content-wrap .home-zones-delivery a svg circle,
.homepage-content-wrap .home-zones-delivery a svg path {
  transition: all 200ms ease-out;
}

.homepage-content-wrap .mobile-dishes-btn {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 32px;
}

.homepage-content-wrap .mobile-dishes-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  color: #065D63;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.homepage-content-wrap .mobile-dishes-btn button svg {
  margin-top: 1px;
}

.homepage-content-wrap .mobile-dishes-btn button span {
  margin-left: 16px;
}

.header-social-links {
  display: flex;
  margin: 7px 0 0;
}

.header-social-links a {
  padding: 0 13px;
  text-decoration: none;
}

.header-social-links a:hover .icon-social {
  fill: #c0c0c0;
}

.header-social-links .icon-social {
  fill: #fff;
  transition: all 200ms ease-out;
}

.check-other-jobs .container {
  padding: 25px 30px 50px;
  background: #fafafa;
}

.check-other-jobs .section-title {
  width: 100%;
  margin-bottom: 40px;
}

.check-other-jobs .jobs-slider {
  position: relative;
  padding: 0 75px;
}

.check-other-jobs .slick-arrow {
  position: absolute;
  top: 121px;
  width: 38px;
  height: 58px;
  background-color: #065D63 !important;
  border: 0;
  border-radius: 25px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 5;
  transition: all 200ms ease-out;
}

.check-other-jobs .slick-arrow:hover {
  background-color: #c0c0c0 !important;
}

.check-other-jobs .slick-arrow.slick-prev {
  left: 15px;
  background: url("../img/jobs-slide-left.svg") center no-repeat;
}

.check-other-jobs .slick-arrow.slick-next {
  right: 15px;
  background: url("../img/jobs-slide-right.svg") center no-repeat;
}

.check-other-jobs .job-slide-inner {
  padding: 0 12px;
  overflow: hidden;
}

.check-other-jobs .job-img {
  width: 100%;
}

.check-other-jobs .job-img a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.check-other-jobs .job-featured-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

.check-other-jobs .job-labels {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
}

.check-other-jobs .hot-job {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-right: 8px;
  height: 24px;
  background: #c0c0c0;
  border-radius: 30px;
}

.check-other-jobs .hot-job span {
  margin-left: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.check-other-jobs .job-title {
  margin: 10px 0 0;
}

.check-other-jobs .job-title a {
  color: #065D63;
  font-size: 32px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
}

.aquarium-shop-section {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 30px 70px;
  background: #fff;
}

.aquarium-shop-section .section-title {
  width: 100%;
  margin: 0 0 20px;
}

.aquarium-shop-section .aquarium-shop-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.aquarium-shop-section .aquarium-shop-content .col-left {
  width: 43%;
}

.aquarium-shop-section .aquarium-shop-content .col-right {
  width: 57%;
  padding-left: 65px;
}

.aquarium-shop-section .aquarium-shop-content .col-right .section-title {
  margin-bottom: 0;
}

.aquarium-shop-section .shop-list {
  height: 670px;
  overflow-y: auto;
}

.aquarium-shop-section .shop-list-item {
  display: flex;
  padding: 25px 35px;
  background: #fff;
  transition: all 200ms ease-out;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.aquarium-shop-section .shop-list-item:hover {
  background: #FAFAFA;
}

.aquarium-shop-section .shop-list-img {
  width: 200px;
  height: 144px;
}

.aquarium-shop-section .shop-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.aquarium-shop-section .shop-list-data {
  width: calc(100% - 200px);
  padding: 15px 15px 0;
}

.aquarium-shop-section .shop-list-data .name {
  margin: 10px 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.aquarium-shop-section .shop-list-data .excerpt {
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.aquarium-shop-section .district {
  display: flex;
  align-items: center;
}

.aquarium-shop-section .district .icon {
  margin-right: 8px;
}

.aquarium-shop-section .district .icon img {
  display: block;
}

.aquarium-shop-section .district .text {
  color: #065D63;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.aquarium-shop-section .shop-list-content {
  overflow: hidden;
	    height: 670px;
    overflow-y: auto;
}

.aquarium-shop-section .shop-list-content-item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.aquarium-shop-section .shop-list-content-item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.aquarium-shop-section .item-location-map {
  margin: 40px 0 8px;
  width: 100%;
  max-width: 630px;
  border-radius: 8px;
  overflow: hidden;
}

.aquarium-shop-section .item-location-map img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.aquarium-shop-section .item-description {
  display: flex;
  flex-wrap: wrap;
  max-width: 740px;
}

.aquarium-shop-section .item-description .item-col {
  width: 50%;
}

.aquarium-shop-section .item-description .item-row {
  width: 100%;
  max-width: 320px;
  margin: 0 0 40px;
}

.aquarium-shop-section .item-description .item-row:last-child {
  margin-bottom: 0;
}

.aquarium-shop-section .item-description .item-row .icon {
  width: 20px;
  margin-right: 7px;
  text-align: center;
}

.aquarium-shop-section .item-description .item-row .icon img {
  display: block;
}

.aquarium-shop-section .item-description .item-row .store-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.aquarium-shop-section .item-description .item-row .store-title span {
  color: #065D63;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.aquarium-shop-section .item-description .item-row .store-text-info {
  max-width: 320px;
  padding-left: 28px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.aquarium-shop-section .item-description .item-row .store-text-info p {
  display: flex;
  justify-content: space-between;
  margin: 0 0 17px;
}

.aquarium-shop-section .item-description .item-row .store-text-info p:last-child {
  margin-bottom: 0;
}

.aquarium-shop-section .item-description .item-row .store-text-info span {
  width: 50%;
}

.aquarium-shop-section .item-description .item-row .store-text-info a {
  color: inherit;
  text-decoration: none;
}

.aquarium-shop-section .item-description .item-row .store-text-info a:hover {
  text-decoration: underline;
}

.aquarium-shop-section .location-gallery-wrap {
  width: 100%;
  max-width: 630px;
  margin: 0 0 30px;
}

.aquarium-shop-section .location-gallery-slider {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.aquarium-shop-section .location-gallery-slider .slick-arrow {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 120px;
  border: 0;
  background-color: rgba(6, 93, 99, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 5;
  transition: all 200ms ease-out;
}

.aquarium-shop-section .location-gallery-slider .slick-arrow:hover {
  background-color: rgba(6, 93, 99, 0.8) !important;
}

.aquarium-shop-section .location-gallery-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon-about-prev.svg") center no-repeat;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.aquarium-shop-section .location-gallery-slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/icon-about-next.svg") center no-repeat;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.aquarium-shop-section .location-gallery-slider .slick-slide {
  width: 119.9px;
  margin: 0 4px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.aquarium-shop-section .location-gallery-slider .slick-slide * {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.aquarium-shop-section .location-gallery-slider .slick-slide a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: all 200ms ease-out;
}

.aquarium-shop-section .location-gallery-slider .slick-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  opacity: 0;
  transition: all 200ms ease-out;
  box-sizing: border-box;
}

.aquarium-shop-section .location-gallery-slider .slick-slide a:hover:before {
  opacity: 1;
}

.aquarium-shop-section .location-gallery-slider .slick-slide a img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}

.aquarium-faq-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 70px;
}

.aquarium-faq-section .col-left {
  width: 45%;
  padding: 35px 30px;
}

.aquarium-faq-section .col-right {
  width: 55%;
}

.aquarium-faq-section .col-right img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 16px;
}

.aquarium-faq-section .section-title {
  margin-bottom: 20px;
}

.aquarium-faq-section .aquarium-faq {
  padding-left: 35px;
}

.aquarium-faq-section .aquarium-faq-item {
  margin: 0 0 16px;
}

.aquarium-faq-section .aquarium-faq-item:last-child {
  margin-bottom: 0;
}

.aquarium-faq-section .aquarium-faq-item.active .head svg {
  transform: rotate(-180deg);
}

.aquarium-faq-section .aquarium-faq-item.active .head span {
  color: #065D63;
}

.aquarium-faq-section .aquarium-faq-item.active .content {
  max-height: 200px;
  padding-top: 20px;
  opacity: 1;
  visibility: visible;
}

.aquarium-faq-section .aquarium-faq-item .head {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.aquarium-faq-section .aquarium-faq-item .head svg {
  margin-right: 16px;
  transition: all 200ms ease-out;
}

.aquarium-faq-section .aquarium-faq-item .head span {
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.aquarium-faq-section .aquarium-faq-item .content {
  max-height: 0;
  opacity: 0;
  padding-left: 34px;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.aquarium-faq-section .aquarium-faq-item .content_inner p {
  max-width: 640px;
  margin: 0 0 15px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.aquarium-faq-section .aquarium-faq-item .content_inner p:last-child {
  margin-bottom: 0;
}

.aquarium-faq-section .aquarium-faq-item .content_inner a {
  color: #065D63;
  font-weight: 600;
  text-decoration: none;
}

.aquarium-faq-section .aquarium-faq-item .content_inner a:hover {
  text-decoration: underline;
}

.bootstrap-datetimepicker-widget {
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  width: 100% !important;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 10;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-up {
  background: url("../img/icon-picker-top.svg") center no-repeat;
  background-color: #EEA921;
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-up:hover {
  background-color: #EFB84C;
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-down {
  background: url("../img/icon-picker-bottom.svg") center no-repeat;
  background-color: #EEA921;
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-down:hover {
  background-color: #EFB84C;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute {
  background: #F2F2F2;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .separator {
  margin: -2px 0 1px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.bootstrap-datetimepicker-widget a[data-action] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.bootstrap-datetimepicker-widget table {
  margin: 0;
  padding: 1px 0 15px;
  border-spacing: 0;
}

.bootstrap-datetimepicker-widget table td {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 1;
}

.bootstrap-datetimepicker-widget table td.hour {
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.bootstrap-datetimepicker-widget table td.hour.disabled {
  opacity: 0.25;
}

.bootstrap-datetimepicker-widget table td.minute {
  height: 50px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.text-page {
  position: relative;
  min-height: calc(100% - 64px);
  padding: 55px 30px;
}

.text-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 186px;
  height: 100%;
  background: url("../img/offer-elements.svg") center repeat-y;
  z-index: 1;
}

.text-page .section-title {
  margin-bottom: 25px;
  z-index: 5;
}

.text-page .section-content {
  position: relative;
  max-width: 840px;
  padding-left: 65px;
  z-index: 5;
}

.text-page .section-content h3 {
  margin: 0 0 15px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.text-page .section-content p {
  margin: 0 0 20px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.text-page .section-content a {
  color: inherit;
}

.text-page .section-content ul li,
.text-page .section-content ol li {
  margin: 0 0 20px;
  color: rgba(42, 41, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.text-page .section-content ul {
  padding: 0 0 0 20px;
}

.text-page .section-content ul li::marker {
  color: #c0c0c0;
}

.text-page .section-content ol {
  padding: 0 0 0 20px;
}

.text-page .section-content ol li::marker {
  color: rgba(42, 41, 41, 0.7);
  font-weight: 700;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bottom-bar {
  display: none;
}

.mobile_product_notification {
  margin: 5px 0 0;
  color: rgba(42, 41, 41, 0.7);
  font-size: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.ui-datepicker {
  min-width: 225px;
  width: 100%;
  border: 1px solid #e0e0e0;
}

.ui-datepicker .ui-datepicker-calendar thead tr th span {
  color: #2A2929;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.ui-datepicker .ui-datepicker-title {
  color: #2A2929;
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 2px !important;
  width: 28px;
  height: 28px;
  background-color: #EEA921 !important;
  background-image: none !important;
  border: 1px solid #E0E0E0;
  transform: rotate(-90deg);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #EFB84C !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url("../img/icon-picker-top.svg") center no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}

.ui-datepicker .ui-datepicker-next span {
  background: url("../img/icon-picker-bottom.svg") center no-repeat;
}

.ui-datepicker .ui-state-default {
  color: #595757;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  color: #fff;
  background: #f7cd76;
  border-color: #f7cd76;
}

.ui-datepicker .ui-state-default.ui-state-active {
  color: #fff;
  background: #c0c0c0;
  border-color: #c0c0c0;
}

.mobile-back-to {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background: #065D63;
}

.mobile-back-to:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pattern-back-to.svg") right center no-repeat;
  z-index: 1;
}

.mobile-back-to button {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 5;
}

.mobile-back-to span {
  margin-left: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.checkout_policy {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  margin-top: 15px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  flex-wrap: wrap;
}

@-moz-document url-prefix() {
  .checkout_policy {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}

.checkout_policy svg {
  position: absolute;
  top: 0;
  left: 0;
}

.checkout_policy a {
  color: inherit;
  text-decoration: underline;
}

.checkout_policy .c_policy {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 2px;
}

.checkout_policy .c_policy label {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkout_policy .c_policy input[type=checkbox] {
  display: none;
}

.checkout_policy .c_policy label span {
  position: relative;
  padding-left: 29px;
  color: #065D63;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.checkout_policy .c_policy label span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icon-different-address.svg") center no-repeat;
  transition: all 200ms ease-out;
}

.checkout_policy .c_policy input[type=checkbox]:checked + span:before {
  background: url("../img/icon-different-address-active.svg") center no-repeat;
}

.checkout_policy .c_policy + .c_policy {
  margin-top: 15px;
}

@media (min-width: 1280px) {
  .home_slider .slick-slide, 
  .home_slider_nav .slick-slide { justify-content: center; }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .delivery-zone-items {
    margin-left: 0;
  }
  .delivery-zone-item {
    margin-bottom: 20px;
  }
  .delivery-zones-wrap .map-wrap {
    height: calc(100vh - 116px);
  }
  .sidebar-cart-wrap .cart-item {
    margin: 0 20px;
  }
  .sidebar-cart-wrap .cart-item .item-name {
    font-size: 14px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap button {
    padding: 0 16px;
  }
  .sidebar-phone {
    top: 120px;
  }
  .sidebar-phone .phone-icon img {
    display: block;
  }
  .sidebar-hours {
    top: 152px;
  }
  .dishes-menu-btn {
           top: 50%;
        transform: translateY(-44%);
  }
  body.home .page-nav-wrap, body.tax-product_cat .page-nav-wrap, body.single-product .page-nav-wrap, body.woocommerce-checkout .page-nav-wrap {
    top: 10px;
  }
  .page-nav-wrap {
    padding: 10px 25px;
  }
  .page-nav-wrap nav ul li a {
    font-size: 15px;
  }
  .main-logo {
    margin-top: 20px;
  }
  .main-dishes-slider .dish-slide-inner {
    height: 30vh;
  }
  .main-dishes-slider .dish-slide:before {
    width: calc(100% - 36px);
  }
  .main-dishes-slider .dish-img img {
    max-height: 110px;
  }
  .main-category-nav-wrap {
    padding: 30px 0;
  }
  .main-category-nav-wrap:before, .main-category-nav-wrap:after {
    height: 30px;
  }
  .sub-cat-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-cat-item:before {
    width: 26px;
    height: 26px;
    background-size: contain !important;
  }
  .sub-cat-item .item-col--left {
    max-width: 115px;
  }
  .sub-cat-item .item-col--right {
    width: calc(100% - 115px);
  }
  .sub-cat-item .item-name {
    font-size: 14px;
  }
  .sub-cat-item .item-price--current {
    font-size: 30px;
  }
  .sub-cat-item .item-price--current span {
    font-size: 12px;
  }
  .sub-cat-item .item-product-add-small button {
    width: 36px;
    height: 36px;
  }
  .sub-cat-item .product-counter-wrap {
    height: 36px;
  }
  .sub-cat-item .product-counter-wrap .counter-val {
    width: 41px;
  }
  .product-info {
    margin-top: 30px;
    padding-right: 40px;
  }
  .product-info .product-col--left {
    width: 42%;
  }
  .product-info .product-col--right {
    width: 58%;
    padding-left: 28px;
  }
  .product-info .product-name {
    padding-right: 130px;
  }
  .product-info .product-name h2:before {
    bottom: 4px;
  }
  .product-info .product-name span {
    font-size: 32px;
    line-height: 1.2;
  }
  .product-info .product-description p {
    margin-bottom: 12px;
  }
  .product-info .add-inner-toppings {
    margin-right: 30px;
  }
  .product-info .add-inner-toppings > span {
    margin-left: 12px;
    width: 90px;
  }
  .product-info .add-inner-toppings .plus-icon {
    width: 26px;
    height: 26px;
  }
  .product-info .add-inner-toppings .plus-icon svg {
    width: 10px;
  }
  .product-info .inner-toppings-total {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .product-info .product-counter-wrap {
    height: 44px;
  }
  .product-info .product-counter-wrap .counter-val {
    width: 40px;
  }
  .product-info .product-price-wrap {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .product-info .product-order-btn button {
    height: 48px;
  }
  .product-info .product-total-price {
    flex-wrap: wrap;
    margin-bottom: -11px;
  }
  .product-info .product-total-price .total-price--label {
    width: 100%;
    margin-bottom: -10px;
    font-size: 22px;
  }
  .product-info .product-total-price .total-price--old {
    margin-left: 8px;
  }
  .product-toppings {
    margin-top: 40px;
    padding-right: 30px;
  }
  .product-toppings.active .product-toppings-content {
    margin-top: 6px;
  }
  .product-toppings .product-toppings-header h2 span {
    font-size: 30px;
  }
  .product-toppings .product-topping {
    width: calc(33.3% - 13px);
    margin: 18px 15px 0 0;
  }
  .product-toppings .product-topping.added .product-topping-btn-add img {
    transform: rotate(-45deg) translate(0, 0);
  }
  .product-toppings .product-topping:nth-child(3n) {
    margin-right: 0;
  }
  .product-toppings .product-topping:nth-child(4n) {
    margin-right: 15px;
  }
  .product-toppings .product-topping .product-topping-btn-add img {
    transform: translate(0, 0);
  }
  .product-upsells .product-topping .product-topping-name {
    font-size: 14px;
  }
  .fixed-cart-button {
    top: 35px;
    right: 25px;
  }
  .fixed-cart-button.active {
    top: 20px;
  }
  .franchise-about-wrap .col-text-img {
    height: 240px;
  }
  .reviews-wrap .glsr-reviews-wrap,
.reviews-wrap .glsr-reviews {
    gap: 0 !important;
  }
  .about-main-wrap .about-image-quote {
    padding: 0 80px;
    font-size: 18px;
  }
  .jobs-contact-wrap .container {
    padding: 0 40px;
  }
  .jobs-contact-wrap .col:nth-child(2) {
    max-width: 440px;
  }
  .franchise-main-info .franchise-main-description {
    margin-top: 40px;
    padding: 0;
  }
  .franchise-main-info .franchise-start {
    margin-bottom: 20px;
  }
  .franchise-about-wrap .row .col-text img {
    width: 60%;
  }
  .franchise-about-wrap .col-text.label-right img {
    width: 50%;
  }
  .section-title span {
    font-size: 40px;
  }
  .homepage-content-wrap .container {
    padding: 0 75px;
  }
  .homepage-content-wrap .home-title {
    margin-top: 16px;
    font-size: 60px;
    line-height: 68px
  }
  .homepage-content-wrap .home-zones-delivery {
    right: 25px;
    bottom: 22px;
  }
  .homepage-content-wrap .home-zones-delivery a {
    width: 161px;
    height: 150px;
  }
  .homepage-content-wrap .home-zones-delivery a span {
    font-size: 16px;
  }
  .aquarium-faq-section {
    padding-bottom: 30px;
  }
  .aquarium-is-wrap {
    height: 90vh;
  }
  .aquarium-is-wrap .aquarium-is-inner {
    max-width: 41vw;
  }
  .aquarium-is-wrap .section-title h2:before {
    height: 9px;
  }
  .aquarium-is-wrap .section-title span {
    font-size: 52px;
  }
  .aquarium-is-wrap p {
    font-size: 24px;
  }
  .thanks-wrap {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thanks-wrap:before {
    display: none;
  }
  .thanks-wrap:after {
    right: -148px;
    bottom: 0;
    height: 100%;
  }
  .thanks-wrap .section-title h2:before {
    display: none;
  }
  .thanks-wrap .section-title span {
    font-size: 34px;
    text-decoration-line: underline;
    text-decoration-color: #eea921;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3px;
  }
  .thanks-wrap .woocommerce > img {
    width: 30%;
  }
  .thanks-inner p {
    margin-bottom: 5px;
  }
}

@media (max-width: 1279px) {
  .main-logo {
    position: absolute;
    top: -2px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  html,
body {
    height: 100%;
  }
  .page-wrap {
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
  }
  .page-header,
.sidebar-hours,
.lang-wrap {
    display: none;
  }
  .main-bar-wrap {
    width: 100%;
    height: 72px;
  }
  .page-content-wrap {
    top: 72px;
    width: 100%;
    padding-top: 0;
    height: calc(100% - 72px);
  }
  .page-content-wrap .page-content-wrap-inner {
    padding-top: 0;
  }

  .fixed-cart-button {
    top: 12px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  .fixed-cart-button .nav-cart-wrap {
    flex-direction: row;
    width: 100px;
    height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: none;
  }
  .fixed-cart-button .nav-cart-icon {
    margin-top: 3px;
  }
  .fixed-cart-button .nav-cart-icon img {
    width: 18px;
    height: auto;
  }
  .fixed-cart-button .nav-cart-total-price {
    margin: 0 0 0 7px;
    font-size: 14px;
  }
  .fixed-cart-button .nav-cart-total-price span {
    font-size: 10px;
  }
  .fixed-cart-button .nav-cart-count {
    width: 20px;
    height: 20px;
    border-width: 1px;
    font-size: 10px;
  }
  .sidebar-phone {
    top: 12px;
    left: 64px;
    filter: none !important;
  }
  .sidebar-phone a {
    display: flex;
  }
  .sidebar-phone .phone-number {
    display: none !important;
  }
  .dishes-menu-btn {
    top: 25px;
    left: 24px;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .dishes-menu-btn:before {
    display: none;
  }
  .dishes-menu-btn .custom-open {
    height: 100%;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(1), .dishes-menu-btn .custom-open.active-rotate span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(3) {
    opacity: 0;
    width: 0 !important;
  }
  .dishes-menu-btn .custom-open span {
    left: 0;
    width: 100% !important;
    height: 2px !important;
    font-size: 0;
    background: #065D63;
    border-radius: 2px;
  }
  .dishes-menu-btn .custom-open span:before {
    display: none !important;
  }
  .dishes-menu-btn .custom-open span:nth-child(1) {
    top: 0;
  }
  .dishes-menu-btn .custom-open span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open span:nth-child(3) {
    display: block;
    top: 20px;
  }
  .main-category-nav-wrap {
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
    padding: 0 15px 50px;
    overflow-y: auto;
  }
  .main-category-nav-wrap:before, .main-category-nav-wrap:after {
    display: none;
  }
  .main-category-nav-wrap.active {
    left: 0;
  }
  .main-category-nav-wrap .main-dishes-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0;
  }
  .main-category-nav-wrap .dish-slide:before, .main-category-nav-wrap .dish-slide:after {
    width: 100%;
  }
  .main-category-nav-wrap .dish-slide-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    border-left: 0;
    border-right: 0;
  }
  .main-category-nav-wrap .dish-slide-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 8px;
    height: 16px;
    background: url("../img/icon-mobile-nav-arrow.svg") center no-repeat;
    transform: translateY(-50%);
  }
  .main-category-nav-wrap .dish-img {
    margin: 0;
    width: 40%;
  }
  .main-category-nav-wrap .dish-img img {
    max-width: 100%;
    max-height: 90px;
  }
  .main-category-nav-wrap .dish-name {
    width: 40%;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .sub-category-nav-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .sub-category-nav-wrap.active {
    left: 0;
    z-index: 20;
  }
  .sub-category-nav-wrap .sub-cagetegory-items {
    padding: 0 15px;
    height: calc(100% - 48px);
  }
  .sub-cat-item {
    min-height: fit-content;
    min-height: -webkit-fit-content;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #E8E6EE;
  }
  .sub-cat-item.product-promo .item-thumb {
    height: 200px;
    margin: 0 0 15px;
  }
  .sub-cat-item .item-col--left {
    max-width: none;
  }
  .sub-cat-item .item-col--left img {
    display: block;
    width: auto;
    min-height: 0;
    max-height: none;
    height: 160px;
    margin: 0 auto;
  }
  .sub-cat-item .item-col--right {
    width: 100%;
    padding: 0;
  }
  .product-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .product-wrap.active {
    left: 0;
    z-index: 22;
  }
  .product-wrap:after {
    right: -98px;
  }
  .product-wrap .product-wrap-inner {
    height: calc(100% - 48px);
  }
  .product-info {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px;
  }
  .product-info.product-promo-info {
    padding-left: 15px;
  }
  .product-info .product-col--left {
    width: 100%;
  }
  .product-info .product-col--right {
    width: 100%;
    padding-left: 0;
  }
  .product-info .product-labels {
    right: auto;
    left: 0;
  }
  .product-info .product-img {
    min-height: 100px;
    max-height: 250px;
  }
  .product-info .product-name span {
    font-size: 32px;
  }
  .product-info .product-description p {
    margin-bottom: 15px;
  }
  .product-info .inner-toppings-total {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .product-info .inner-toppings-total span {
    font-weight: 500;
  }
  .product-info .inner-toppings-total strong {
    font-size: 14px;
  }
  .product-info .product-price-wrap {
    flex-direction: row-reverse;
    margin: 35px 0 22px;
  }
  .product-info .product-total-price .total-price--label {
    font-size: 24px;
  }
  .product-info .product-total-price .total-price--value {
    font-size: 36px;
  }
  .product-info .product-total-price .total-price--value span {
    margin-top: 7px;
  }
  .product-info .product-total-price .total-price--old {
    margin-left: 8px;
    font-size: 22px;
  }
  .product-info .product-total-price .total-price--old span {
    margin-top: 3px;
  }
  .product-info .product-counter-wrap {
    height: 42px;
  }
  .product-info .product-counter-wrap .counter-val {
    width: 45px;
  }
  .product-info .product-order-btn {
    margin-bottom: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E6EE;
  }
  .product-info .product-order-btn button {
    height: 42px;
  }
  /* End .product-info */
  .product-toppings {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .product-toppings.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-toppings .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-toppings .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-toppings .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-toppings .product-toppings-content {
    justify-content: space-between;
  }
  .product-toppings .product-topping {
    width: 230px;
    height: 170px;
    margin: 0 0 25px 0 !important;
    padding: 0 15px 15px;
    border: 1px solid #EAE9F0;
  }
  .product-toppings .product-topping .product-topping-btn-add,
.product-toppings .product-topping .product-topping-buttons-wrap {
    top: 8px;
    right: 8px;
  }
  .product-toppings .product-topping .product-topping-btn-add .label,
.product-toppings .product-topping .product-topping-buttons-wrap .label {
    display: none;
  }
  .product-toppings .product-topping .product-topping-btn-add .count,
.product-toppings .product-topping .product-topping-buttons-wrap .count {
    width: 28px;
  }
  .product-toppings .product-topping .product-topping-name {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .product-toppings .product-topping .product-topping-description span,
.product-toppings .product-topping .product-topping-description strong {
    font-size: 12px;
  }
  .product-upsells {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-upsells.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-upsells .product-toppings-header {
    padding: 0 15px;
  }
  .product-upsells .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-upsells .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-upsells .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-upsells .product-add-to-cart {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-counter-wrap {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-toppings-content {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 15px 20px 15px;
  }
  .product-upsells .product-topping {
    min-width: 254px;
    max-width: 254px;
    height: 280px;
    margin-top: 0;
    margin-right: 15px;
    padding: 0 15px 10px;
    background: #fff;
    border: 1px solid #EAE9F0;
    border-radius: 8px;
  }
  .product-upsells .product-topping:last-child {
    margin-right: 0;
  }
  .product-upsells .product-topping .product-topping-img img {
    width: auto;
    max-height: 168px;
  }
  .product-upsells .product-topping .product-topping-name {
    font-size: 12px;
  }
  .page-footer {
    padding: 16px 0 14px;
  }
  .page-footer .copyright {
    font-size: 12px;
  }
  .page-footer .footer-cards {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .page-footer .made-by span {
    font-size: 12px;
  }
  .sidebar-cart-wrap {
    right: -100%;
    width: 100%;
    /* End .cart-item */
  }
  .sidebar-cart-wrap.active {
    right: 0;
  }
  .sidebar-cart-wrap .sidebar-content-wrap {
    height: fit-content !important;
  }
  .sidebar-cart-wrap .sidebar-content-inner-scroll {
    height: auto;
    overflow: hidden;
  }
  .sidebar-cart-wrap .cart-empty-wrap {
    padding: 0 15px;
  }
  .sidebar-cart-wrap .cart-empty-wrap span {
    font-size: 14px;
  }
  .sidebar-cart-wrap .sidebar-cart-inner {
    height: 100%;
    padding-bottom: 165px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidebar-cart-wrap .sidebar-cart-inner h3 {
    margin: 0;
    padding: 20px 0 0 60px;
    font-size: 32px;
  }
  .sidebar-cart-wrap .close-cart-btn {
    display: flex !important;
    top: 4px;
    width: 26px;
    height: 40px;
    margin: 20px 0 0 15px;
    transform: none;
  }
  .sidebar-cart-wrap .close-cart-btn svg {
    height: 13px;
  }
  .sidebar-cart-wrap .cart-item {
    position: relative;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 20px 0;
  }
  .sidebar-cart-wrap .cart-item .item-remove-btn {
    top: 12px;
  }
  .sidebar-cart-wrap .cart-item .item-name {
    font-size: 14px;
  }
  .sidebar-cart-wrap .cart-item .item-col--left {
    max-width: none;
  }
  .sidebar-cart-wrap .cart-item .item-col--left a {
    display: flex;
  }
  .sidebar-cart-wrap .cart-item .item-col--left img {
    display: block;
    margin: 0 auto;
  }
  .sidebar-cart-wrap .cart-item .item-col--right {
    position: static;
    width: 100%;
    padding: 0;
  }
  .sidebar-cart-wrap .cart-make-order {
    text-align: left;
  }
  .sidebar-cart-wrap .cart-make-order span {
    font-size: 12px;
  }
  .sidebar-cart-wrap .cart-order-total-price-wrap .price-label {
    display: none;
    margin-right: 6px;
    font-size: 20px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap {
    position: fixed;
    height: 84px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap button .price-value--discount {
    margin-left: 6px;
  }
  /* Checkout page*/
  body.woocommerce-checkout .sidebar-checkout-wrap {
    top: 72px;
    width: 100%;
    height: calc(100% - 72px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap.active {
    right: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .sidebar-checkout-inner-scroll {
    padding: 20px 15px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn {
    margin-right: 8px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button {
    width: 26px;
    height: 40px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button svg {
    height: 13px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section-title {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .promocode-wrap button {
    font-size: 12px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-row label {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-item {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section {
    margin-bottom: 25px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-value input {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .payment-type-wrap .payment-item label {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .shipping-method-wrap .shipping-item {
    width: calc(50% - 7px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .woocommerce-checkout-review-order-table {
    margin: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount {
    margin-left: 2px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-label {
    display: none;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-make-order span {
    font-size: 12px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-btn-wrap a {
    justify-content: center;
  }
  .mobile-navigation-wrap {
    display: block;
  }
  .mobile-navigation-wrap .lang-wrap {
    position: static;
    display: flex;
  }
  .mobile-navigation-wrap .lang-wrap .current-lang > a {
    display: none;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser li {
    display: flex !important;
  }
  .mobile-lang-wrap {
    margin: 24px 0 0;
  }
  .mobile-lang-wrap .language-chooser {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile-lang-wrap .language-chooser li {
    margin: 0 7px;
  }
  .mobile-lang-wrap .language-chooser li.active a {
    color: #fff;
    background: #c0c0c0;
    border-color: #c0c0c0;
  }
  .mobile-lang-wrap .language-chooser li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #065D63;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  .section-title h2:before {
    bottom: 3px;
  }
  .section-title span {
    font-size: 32px;
    line-height: 1.3;
  }
  .franchise-main-info {
    flex-wrap: wrap;
    background: #fff;
  }
  .franchise-main-info .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .franchise-main-info .col-left .section-title h2:before {
    display: none;
  }
  .franchise-main-info .col-right {
    width: 100%;
    padding: 0 15px 40px;
  }
  .franchise-main-info .col-right img {
    border-radius: 4px;
  }
  .franchise-main-info .col-right .sticky-div {
    position: static;
  }
  .franchise-main-info .franchise-main-description {
    max-width: 340px;
    margin-top: 30px;
    padding: 0;
  }
  .franchise-main-info .franchise-start {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .franchise-main-info .franchise-start .franchise-start-title {
    width: auto;
  }

  .franchise-main-info .franchise-start h3 span {
    font-size: 21px;
  }
  .franchise-main-info .franchise-start p {
    font-size: 21px;
  }
  .franchise-main-info .franchise-text {
    margin-top: 30px;
    padding: 0;
  }
  .live-numbers-wrap {
    margin-top: 40px;
    padding: 0;
  }
  .live-numbers-wrap .section-title {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-numbers-content {
    padding: 0;
  }
  .live-numbers-wrap .live-number-text {
    padding-top: 0;
    padding-left: 38px;
  }
  .live-numbers-wrap .live-number-text h3 span {
    font-size: 16px;
  }
  .live-numbers-wrap .live-number {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-btn-wrap {
    margin-top: 40px;
    padding-left: 0;
  }
  .franchise-benefits-wrap {
    margin: 0;
    padding: 25px 15px;
    background: #FAFAFA;
  }
  .franchise-benefits-wrap .section-title {
    margin-bottom: 20px;
  }
  .franchise-benefits-wrap .franchise-benefits {
    padding: 0;
  }
  .franchise-benefits-wrap .franchise-benefit {
    width: 50%;
    margin: 0 auto 15px;
  }
  .franchise-benefits-wrap .franchise-benefit h4 {
    font-size: 16px;
  }
  .franchise-about-wrap .row {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .row div:first-child {
    width: 100%;
    padding: 0;
  }
  .franchise-about-wrap .row div:last-child {
    width: 100%;
  }
  .franchise-about-wrap .col-text {
    height: 200px;
  }
  .franchise-about-wrap .col-text.label-right {
    height: 200px;
  }
  .franchise-about-wrap .col-text img {
    width: 200px;
  }
  .franchise-about-wrap .col-text p {
    margin: -45px auto 50px;
    font-size: 16px;
  }
  .franchise-about-wrap .col-text-img {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .col-text-img img {
    width: 100%;
  }
  .delivery-zone-items {
    margin: 0;
  }
  .delivery-zone-item {
    margin-bottom: 20px;
  }
  .delivery-zone-item .delivery-short-info {
    padding-left: 20px;
  }
  .delivery-zone-item .zone-heading {
    justify-content: flex-start;
  }
  .delivery-zone-item .zone-title {
    min-width: 40%;
  }

  .delivery-zone-item .zone-title span {
    font-size: 20px;
  }
  .delivery-zone-item .zone-time {
    font-size: 20px;
  }
  .delivery-zone-item .zone-content span strong {
    font-size: 14px;
  }
  .delivery-zones-wrap {
    flex-wrap: wrap;
  }
  .delivery-zones-wrap .section-title h2:before {
    display: none;
  }
  .delivery-zones-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .delivery-zones-wrap .col-right {
    width: 100%;
  }
  .delivery-zones-wrap .map-wrap {
    height: 500px;
  }
  .delivery-short-text {
    margin: 30px 0;
    padding: 0;
  }
  .delivery-payments {
    padding: 0;
  }
  .delivery-payment-option {
    margin-bottom: 20px;
  }
  .delivery-payment-option .delivery-payment-text {
    padding-left: 30px;
  }

  .delivery-payment-option .delivery-payment-text h3 span {
    font-size: 22px;
  }
  .map-search-wrap {
    flex-wrap: wrap;
    left: 15px;
    right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 30px);
  }
  .map-search-wrap span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .map-search-wrap .form-wrap {
    width: 100%;
  }
  .delivery-payments-wrap {
    margin: 0;
    padding: 35px 15px;
  }
  .delivery-payments-shorttext {
    padding: 0;
  }
  body.page-template-tpl-reviews .page-content-wrap-inner {
    overflow: auto;
  }
  .reviews-wrap {
    flex-wrap: wrap;
    height: auto;
  }
  .reviews-wrap .section-title h2:before {
    display: none;
  }
  .reviews-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .col-right {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .glsr-pagination {
    margin-top: 30px;
  }
  .reviews-wrap .glsr-pagination .nav-links {
    justify-content: center;
  }
  .review-item.review-reply {
    padding-left: 70px;
  }
  .review-item.review-reply:before {
    width: 24px;
    background-size: 20px;
  }
  .review-item .review-item-inner {
    width: 100%;
  }
  .review-item .review-username {
    font-size: 12px;
  }
  .review-item .review-content {
    padding-bottom: 4px;
  }
  .review-item .review-content p {
    font-size: 14px;
  }
  .glsr .glsr-star {
    background-size: 1.2rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
  }
  .glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    gap: 0 !important;
  }
  .review-form-title {
    margin-bottom: 20px;
  }
  .review-form-item {
    margin: 0;
  }
  .about-main-wrap {
    flex-wrap: wrap;
  }
  .about-main-wrap.about-second-block .col-right {
    padding: 0 15px 20px;
  }
  .about-main-wrap.about-second-block .col-right:before {
    right: -150px;
  }
  .about-main-wrap ul {
    margin: 0;
  }
  .about-main-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-main-wrap .section-title {
    margin-bottom: 20px;
  }
  .about-main-wrap .section-title h2:before {
    display: none;
  }
  .about-main-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .about-main-wrap .col-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-main-wrap .col-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about-main-wrap .about-image-quote {
    padding: 0 30px;
    font-size: 14px;
  }
  .about-main-wrap .about-image-quote:before {
    left: -30px;
    font-size: 40px;
  }
  .about-main-wrap .about-left-inner {
    padding: 0;
  }
  .about-main-wrap .about-left-inner p,
.about-main-wrap .about-left-inner blockquote {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .jobs-top-section-wrap {
    flex-wrap: wrap;
  }
  .jobs-top-section-wrap .section-title {
    margin-bottom: 20px;
  }
  .jobs-top-section-wrap .section-title h2:before {
    display: none;
  }
  .jobs-top-section-wrap .jobs-about p {
    margin-bottom: 15px;
  }
  .jobs-top-section-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .jobs-top-section-wrap .sticky-div {
    position: static;
  }
  .jobs-top-section-wrap .col-right {
    width: 100%;
  }
  .jobs-top-section-wrap .col-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .jobs-top-section-wrap .jobs-about {
    margin-bottom: 40px;
    padding: 0;
  }
  .job-offers .section-title {
    margin-bottom: 30px;
  }
  .job-offers .job-inner {
    position: relative;
    padding: 0;
    z-index: 5;
  }
  .job-offers .row {
    flex-wrap: wrap;
  }
  .job-offers .row:nth-child(1) .col-text:after {
    right: -112px;
  }
  .job-offers .row:nth-child(2) .col-text:after {
    right: -90px;
  }
  .job-offers .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .job-offers .col {
    width: 100% !important;
    min-height: 0;
    overflow: auto;
  }
  .job-offers .col-text {
    padding: 40px 15px;
    overflow: hidden;
  }
  .job-offers .col-text:after {
    right: -26px !important;
    width: 50px !important;
    height: 100% !important;
    background: url("../img/job-row-1.svg") center no-repeat !important;
  }
  .job-offers .job-info label,
.job-offers .job-info h5 {
    font-size: 12px;
  }
  .job-offers .job-title {
    margin: 5px 0 15px;
  }
  .job-offers .job-title span {
    font-size: 22px;
  }
  .job-offers .job-text {
    font-size: 14px;
  }
  .jobs-contact-wrap {
    padding: 40px 0;
  }
  .jobs-contact-wrap:before {
    display: none;
  }
  .jobs-contact-wrap .container {
    padding: 0 15px;
  }
  .jobs-contact-wrap form {
    margin: 30px 0;
    padding: 30px 15px 10px;
  }
  body.single-jobs .page-content-wrap-inner {
    overflow: auto;
  }
  body.single-jobs .review-form-item {
    margin-bottom: 15px;
  }
  body.single-jobs .reviews-wrap .col-right {
    padding-bottom: 0;
  }
  body.page-template-tpl-partners .review-form-item {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-info label {
    font-size: 12px;
  }
  .single-job-wrap .job-info h5 {
    font-size: 14px;
  }
  .single-job-wrap .job-img {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .single-job-wrap .job-text .list-title {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text ul {
    margin-bottom: 20px;
  }
  .single-job-wrap .job-text ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote {
    padding: 0 40px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote:before {
    left: -30px;
    background-size: 40px;
  }
  .blog-wrap {
    flex-wrap: wrap;
    padding: 40px 15px;
  }
  .blog-wrap:after {
    display: none;
  }
  .blog-wrap .col-left {
    flex-wrap: wrap;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .blog-wrap .col-left .page-footer {
    display: block;
    width: calc(100% + 30px);
    margin: 40px -15px 0;
  }
  .blog-wrap .col-title {
    width: 100%;
  }
  .blog-wrap .col-title .section-title {
    margin: 0 0 20px;
  }
  .blog-wrap .col-posts {
    width: 100%;
    height: auto;
  }
  .blog-wrap .col-posts .col-posts-inner {
    margin: 0;
  }
  .blog-wrap .col-posts .dynamic-posts-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-wrap .col-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
  }
  .blog-wrap .col-content.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .blog-wrap .col-content .blog-post-content {
    margin-top: 30px;
    padding: 0 15px;
  }
  .blog-wrap .col-content .page-footer {
    display: none;
  }
  .post-item {
    width: calc(33.3% - 20px);
    margin-bottom: 30px;
  }
  .post-item .post-item-link {
    flex-wrap: wrap;
    padding: 0;
  }
  .post-item .post-img {
    width: 100%;
    height: auto;
  }
  .post-item .post-img img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .post-item .post-info {
    max-width: none;
    padding: 20px 0 0;
  }
  .load-more-posts {
    position: static;
    height: auto;
  }
  .load-more-posts:before, .load-more-posts:after {
    display: none;
  }
  .blog-post-content {
    margin-top: 40px;
    padding: 0;
  }
  .blog-post-content .post-img img {
    width: 100%;
    height: auto;
  }
  .homepage-content-wrap .container {
    padding: 100px 15px 0;
    align-items: center;
    justify-content: flex-start;
  }
  .homepage-content-wrap .home-subtitle {
    font-size: 10px;
  }
  .homepage-content-wrap .home-title {
    font-size: 48px;
    text-align: center;
  }
  .homepage-content-wrap .home-title span {
    text-decoration-thickness: 6px;
  }
  .homepage-content-wrap .order-now {
    height: 42px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 10px;
  }
  .homepage-content-wrap .home-zones-delivery {
    display: none;
  }
  .homepage-content-wrap .mobile-dishes-btn {
    display: block;
  }
  .homepage-content-wrap .mobile-dishes-btn button {
    width: auto;
    margin: 0 auto;
    padding: 0 100px;
  }
  .modal-wrap {
    left: 0;
  }
  .modal-wrap .modal-close {
    top: 12px;
    right: 10px;
  }
  .modal-wrap.modal-upsale .modal-inner {
    padding: 40px 15px;
    height: 100%;
    overflow-y: auto;
  }
  .modal-wrap.modal-franchise .modal-inner {
    width: calc(100% - 30px);
    padding: 20px 25px;
  }
  .modal-wrap.modal-franchise .review-form-item {
    margin-bottom: 10px;
  }
  .modal-wrap.modal-franchise .submit-btn {
    margin-top: 20px;
  }
  .modal-wrap .product-upsale-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    border: 1px solid #dedede;
  }
  .modal-wrap .product-upsale-item .product-name {
    font-size: 12px;
  }
  .modal-wrap .section-title span {
    font-size: 28px;
  }
  .check-other-jobs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .check-other-jobs .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .check-other-jobs .jobs-slider {
    padding: 0 65px;
  }
  .check-other-jobs .slick-arrow {
    top: 71px;
  }
  .check-other-jobs .job-title a {
    font-size: 24px;
  }
  .check-other-jobs .job-featured-img {
    height: 200px;
  }
  .aquarium-shop-section {
    padding: 35px 15px;
  }
  .aquarium-shop-section .section-title {
    margin-bottom: 10px;
  }
  .aquarium-shop-section .aquarium-shop-content .col-left {
    width: 100%;
  }
  .aquarium-shop-section .aquarium-shop-content .col-right {
    width: 100%;
    padding-left: 0;
  }
  .aquarium-shop-section .shop-list {
    height: auto;
    margin-bottom: 20px;
  }
  .aquarium-shop-section .shop-list-item {
    padding: 20px 15px;
  }
  .aquarium-shop-section .shop-list-img {
    width: 110px;
    height: 80px;
  }
  .aquarium-shop-section .shop-list-data {
    width: calc(100% - 110px);
    padding-top: 0;
  }
  .aquarium-shop-section .item-location-map {
    margin: 20px 0;
    height: 200px;
  }
  .aquarium-shop-section .item-location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aquarium-shop-section .item-description .item-col {
    width: 100%;
  }
  .aquarium-shop-section .item-description .item-row {
    margin-bottom: 20px;
  }
  .aquarium-shop-section .item-description .item-row.item-phones {
    margin-bottom: 20px;
  }
  .aquarium-faq-section {
    padding: 0;
  }
  .aquarium-faq-section .col-left {
    width: 100%;
    padding: 30px 15px;
  }
  .aquarium-faq-section .aquarium-faq {
    padding-left: 0;
  }
  .aquarium-faq-section .col-right {
    width: 100%;
  }
  .aquarium-faq-section .col-right img {
    border-bottom-left-radius: 0;
  }
  .aquarium-is-wrap {
    height: auto;
    padding: 40px 0;
  }
  .aquarium-is-wrap .aquarium-is-inner {
    padding: 0 15px;
    text-align: center;
    transform: none;
  }
  .aquarium-is-wrap .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .aquarium-is-wrap .section-title span {
    font-size: 38px;
  }
  .aquarium-is-wrap p {
    font-size: 22px;
  }
  .aquarium-contacts-wrap {
    padding: 40px 0;
  }
  .aquarium-contacts-wrap .aquarium-links {
    flex-wrap: wrap;
  }
  .aquarium-contacts-wrap .link-item {
    justify-content: center;
    width: 100%;
    margin: 15px 0;
  }
  .aquarium-contacts-wrap .link-item a {
    padding: 0 !important;
    border: 0 !important;
  }
  .aquarium-contacts-wrap .aquarium-more-info {
    margin-top: 30px;
    padding: 0 15px;
  }
  .aquarium-contacts-wrap .aquarium-more-info a {
    max-width: 470px;
  }
  .text-page {
    padding: 35px 15px;
  }
  .text-page:before {
    right: -140px;
  }
  .text-page .section-content {
    padding-left: 0;
  }
  .thanks-wrap {
    height: calc(100% - 54px);
    margin: 0;
    padding: 0 15px;
  }
  .thanks-wrap:before {
    display: none;
  }
  .thanks-wrap:after {
    right: -230px;
    bottom: 0;
    height: 100%;
  }
  .thanks-wrap .woocommerce > img {
    width: 50%;
    margin-bottom: 30px;
  }
  .thanks-inner .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .mfp-arrow {
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%);
  }
  .mfp-arrow:before, .mfp-arrow:after {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .mfp-arrow:before {
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    border-radius: 4px !important;
  }
  .iziToast-wrapper .iziToast-close {
    display: none;
  }
  .mobile-back-to {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  html,
body {
    height: 100%;
  }
  .page-wrap {
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
  }
  .page-header,
.sidebar-hours,
.lang-wrap {
    display: none;
  }
  .main-bar-wrap {
    width: 100%;
    height: 72px;
  }
  .page-content-wrap {
    top: 72px;
    width: 100%;
    padding-top: 0;
    height: calc(100% - 72px);
  }
  .page-content-wrap .page-content-wrap-inner {
    padding-top: 0;
  }

  .fixed-cart-button {
    top: 12px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  .fixed-cart-button .nav-cart-wrap {
    flex-direction: row;
    width: 100px;
    height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: none;
  }
  .fixed-cart-button .nav-cart-icon {
    margin-top: 3px;
  }
  .fixed-cart-button .nav-cart-icon img {
    width: 18px;
    height: auto;
  }
  .fixed-cart-button .nav-cart-total-price {
    margin: 0 0 0 7px;
    font-size: 14px;
  }
  .fixed-cart-button .nav-cart-total-price span {
    font-size: 10px;
  }
  .fixed-cart-button .nav-cart-count {
    width: 20px;
    height: 20px;
    border-width: 1px;
    font-size: 10px;
  }
  .sidebar-phone {
    top: 12px;
    left: 64px;
    filter: none !important;
  }
  .sidebar-phone a {
    display: flex;
  }
  .sidebar-phone .phone-number {
    display: none !important;
  }
  .dishes-menu-btn {
    top: 25px;
    left: 24px;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .dishes-menu-btn:before {
    display: none;
  }
  .dishes-menu-btn .custom-open {
    height: 100%;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(1), .dishes-menu-btn .custom-open.active-rotate span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(3) {
    opacity: 0;
    width: 0 !important;
  }
  .dishes-menu-btn .custom-open span {
    left: 0;
    width: 100% !important;
    height: 2px !important;
    font-size: 0;
    background: #065D63;
    border-radius: 2px;
  }
  .dishes-menu-btn .custom-open span:before {
    display: none !important;
  }
  .dishes-menu-btn .custom-open span:nth-child(1) {
    top: 0;
  }
  .dishes-menu-btn .custom-open span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open span:nth-child(3) {
    display: block;
    top: 20px;
  }
  .main-category-nav-wrap {
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
    padding: 0 15px 50px;
    overflow-y: auto;
  }
  .main-category-nav-wrap:before, .main-category-nav-wrap:after {
    display: none;
  }
  .main-category-nav-wrap.active {
    left: 0;
  }
  .main-category-nav-wrap .main-dishes-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0;
  }
  .main-category-nav-wrap .dish-slide:before, .main-category-nav-wrap .dish-slide:after {
    width: 100%;
  }
  .main-category-nav-wrap .dish-slide-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    border-left: 0;
    border-right: 0;
  }
  .main-category-nav-wrap .dish-slide-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 8px;
    height: 16px;
    background: url("../img/icon-mobile-nav-arrow.svg") center no-repeat;
    transform: translateY(-50%);
  }
  .main-category-nav-wrap .dish-img {
    margin: 0;
    width: 40%;
  }
  .main-category-nav-wrap .dish-img img {
    max-width: 100%;
    max-height: 90px;
  }
  .main-category-nav-wrap .dish-name {
    width: 40%;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .sub-category-nav-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .sub-category-nav-wrap.active {
    left: 0;
    z-index: 20;
  }
  .sub-category-nav-wrap .sub-cagetegory-items {
    padding: 0 15px;
    height: calc(100% - 48px);
  }
  .sub-cat-item {
    min-height: fit-content;
    min-height: -webkit-fit-content;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #E8E6EE;
  }
  .sub-cat-item.product-promo .item-thumb {
    height: 200px;
    margin: 0 0 15px;
  }
  .sub-cat-item .item-col--left {
    max-width: none;
  }
  .sub-cat-item .item-col--left img {
    display: block;
    width: auto;
    min-height: 0;
    max-height: none;
    height: 160px;
    margin: 0 auto;
  }
  .sub-cat-item .item-col--right {
    width: 100%;
    padding: 0;
  }
  .product-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .product-wrap.active {
    left: 0;
    z-index: 22;
  }
  .product-wrap:after {
    right: -98px;
  }
  .product-wrap .product-wrap-inner {
    height: calc(100% - 48px);
  }
  .product-info {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px;
  }
  .product-info.product-promo-info {
    padding-left: 15px;
  }
  .product-info .product-col--left {
    width: 100%;
  }
  .product-info .product-col--right {
    width: 100%;
    padding-left: 0;
  }
  .product-info .product-labels {
    right: auto;
    left: 0;
  }
  .product-info .product-img {
    min-height: 100px;
    max-height: 250px;
  }
  .product-info .product-name span {
    font-size: 32px;
  }
  .product-info .product-description p {
    margin-bottom: 15px;
  }
  .product-info .inner-toppings-total {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .product-info .inner-toppings-total span {
    font-weight: 500;
  }
  .product-info .inner-toppings-total strong {
    font-size: 14px;
  }
  .product-info .product-price-wrap {
    flex-direction: row-reverse;
    margin: 35px 0 22px;
  }
  .product-info .product-total-price .total-price--label {
    font-size: 24px;
  }
  .product-info .product-total-price .total-price--value {
    font-size: 36px;
  }
  .product-info .product-total-price .total-price--value span {
    margin-top: 7px;
  }
  .product-info .product-total-price .total-price--old {
    margin-left: 8px;
    font-size: 22px;
  }
  .product-info .product-total-price .total-price--old span {
    margin-top: 3px;
  }
  .product-info .product-counter-wrap {
    height: 42px;
  }
  .product-info .product-counter-wrap .counter-val {
    width: 45px;
  }
  .product-info .product-order-btn {
    margin-bottom: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E6EE;
  }
  .product-info .product-order-btn button {
    height: 42px;
  }
  /* End .product-info */
  .product-toppings {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .product-toppings.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-toppings .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-toppings .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-toppings .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-toppings .product-toppings-content {
    justify-content: space-between;
  }
  .product-toppings .product-topping {
    width: calc(33.3% - 10.5px);
    height: 170px;
    margin: 0 0 25px 0 !important;
    padding: 0 15px 15px;
    border: 1px solid #EAE9F0;
  }
  .product-toppings .product-topping .product-topping-btn-add,
.product-toppings .product-topping .product-topping-buttons-wrap {
    top: 8px;
    right: 8px;
  }
  .product-toppings .product-topping .product-topping-btn-add .label,
.product-toppings .product-topping .product-topping-buttons-wrap .label {
    display: none;
  }
  .product-toppings .product-topping .product-topping-btn-add .count,
.product-toppings .product-topping .product-topping-buttons-wrap .count {
    width: 28px;
  }
  .product-toppings .product-topping .product-topping-name {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .product-toppings .product-topping .product-topping-description span,
.product-toppings .product-topping .product-topping-description strong {
    font-size: 12px;
  }
  .product-upsells {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-upsells.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-upsells .product-toppings-header {
    padding: 0 15px;
  }
  .product-upsells .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-upsells .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-upsells .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-upsells .product-add-to-cart {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-counter-wrap {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-toppings-content {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 15px 20px 15px;
  }
  .product-upsells .product-topping {
    min-width: 254px;
    max-width: 254px;
    height: 280px;
    margin-top: 0;
    margin-right: 15px;
    padding: 0 15px 10px;
    background: #fff;
    border: 1px solid #EAE9F0;
    border-radius: 8px;
  }
  .product-upsells .product-topping:last-child {
    margin-right: 0;
  }
  .product-upsells .product-topping .product-topping-img img {
    width: auto;
    max-height: 168px;
  }
  .product-upsells .product-topping .product-topping-name {
    font-size: 12px;
  }
  .page-footer {
    padding: 16px 0 14px;
  }
  .page-footer .copyright {
    font-size: 12px;
  }
  .page-footer .footer-cards {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .page-footer .made-by span {
    font-size: 12px;
  }
  .sidebar-cart-wrap {
    right: -100%;
    width: 100%;
    /* End .cart-item */
  }
  .sidebar-cart-wrap.active {
    right: 0;
  }
  .sidebar-cart-wrap .sidebar-content-wrap {
    height: fit-content !important;
  }
  .sidebar-cart-wrap .sidebar-content-inner-scroll {
    height: auto;
    overflow: hidden;
  }
  .sidebar-cart-wrap .cart-empty-wrap {
    padding: 0 15px;
  }
  .sidebar-cart-wrap .cart-empty-wrap span {
    font-size: 14px;
  }
  .sidebar-cart-wrap .sidebar-cart-inner {
    height: 100%;
    padding-bottom: 165px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidebar-cart-wrap .sidebar-cart-inner h3 {
    margin: 0;
    padding: 20px 0 0 60px;
    font-size: 32px;
  }
  .sidebar-cart-wrap .close-cart-btn {
    display: flex !important;
    top: 4px;
    width: 26px;
    height: 40px;
    margin: 20px 0 0 15px;
    transform: none;
  }
  .sidebar-cart-wrap .close-cart-btn svg {
    height: 13px;
  }
  .sidebar-cart-wrap .cart-item {
    position: relative;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 20px 0;
  }
  .sidebar-cart-wrap .cart-item .item-remove-btn {
    top: 12px;
  }
  .sidebar-cart-wrap .cart-item .item-name {
    font-size: 14px;
  }
  .sidebar-cart-wrap .cart-item .item-col--left {
    max-width: none;
  }
  .sidebar-cart-wrap .cart-item .item-col--left a {
    display: flex;
  }
  .sidebar-cart-wrap .cart-item .item-col--left img {
    display: block;
    margin: 0 auto;
  }
  .sidebar-cart-wrap .cart-item .item-col--right {
    position: static;
    width: 100%;
    padding: 0;
  }
  .sidebar-cart-wrap .cart-make-order {
    text-align: left;
  }
  .sidebar-cart-wrap .cart-make-order span {
    font-size: 12px;
  }
  .sidebar-cart-wrap .cart-order-total-price-wrap .price-label {
    display: none;
    margin-right: 6px;
    font-size: 20px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap {
    position: fixed;
    height: 84px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap button .price-value--discount {
    margin-left: 6px;
  }
  /* Checkout page*/
  body.woocommerce-checkout .sidebar-checkout-wrap {
    top: 72px;
    width: 100%;
    height: calc(100% - 72px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap.active {
    right: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .sidebar-checkout-inner-scroll {
    padding: 20px 15px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn {
    margin-right: 8px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button {
    width: 26px;
    height: 40px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button svg {
    height: 13px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section-title {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .promocode-wrap button {
    font-size: 12px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-row label {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-item {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section {
    margin-bottom: 25px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-value input {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .payment-type-wrap .payment-item label {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .shipping-method-wrap .shipping-item {
    width: calc(50% - 7px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .woocommerce-checkout-review-order-table {
    margin: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount {
    margin-left: 2px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-label {
    display: none;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-make-order span {
    font-size: 12px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-btn-wrap a {
    justify-content: center;
  }
  .mobile-navigation-wrap {
    display: block;
  }
  .mobile-navigation-wrap .lang-wrap {
    position: static;
    display: flex;
  }
  .mobile-navigation-wrap .lang-wrap .current-lang > a {
    display: none;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser li {
    display: flex !important;
  }
  .mobile-lang-wrap {
    margin: 24px 0 0;
  }
  .mobile-lang-wrap .language-chooser {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile-lang-wrap .language-chooser li {
    margin: 0 7px;
  }
  .mobile-lang-wrap .language-chooser li.active a {
    color: #fff;
    background: #c0c0c0;
    border-color: #c0c0c0;
  }
  .mobile-lang-wrap .language-chooser li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #065D63;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  .section-title h2:before {
    bottom: 3px;
  }
  .section-title span {
    font-size: 32px;
    line-height: 1.3;
  }
  .franchise-main-info {
    flex-wrap: wrap;
    background: #fff;
  }
  .franchise-main-info .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .franchise-main-info .col-left .section-title h2:before {
    display: none;
  }
  .franchise-main-info .col-right {
    width: 100%;
    padding: 0 15px 40px;
  }
  .franchise-main-info .col-right img {
    border-radius: 4px;
  }
  .franchise-main-info .col-right .sticky-div {
    position: static;
  }
  .franchise-main-info .franchise-main-description {
    max-width: 340px;
    margin-top: 30px;
    padding: 0;
  }
  .franchise-main-info .franchise-start {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .franchise-main-info .franchise-start .franchise-start-title {
    width: auto;
  }
  .franchise-main-info .franchise-start h3 span {
    font-size: 21px;
  }
  .franchise-main-info .franchise-start p {
    font-size: 21px;
  }
  .franchise-main-info .franchise-text {
    margin-top: 30px;
    padding: 0;
  }
  .live-numbers-wrap {
    margin-top: 40px;
    padding: 0;
  }
  .live-numbers-wrap .section-title {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-numbers-content {
    padding: 0;
  }
  .live-numbers-wrap .live-number-text {
    padding-top: 0;
    padding-left: 38px;
  }
  .live-numbers-wrap .live-number-text h3 span {
    font-size: 16px;
  }
  .live-numbers-wrap .live-number {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-btn-wrap {
    margin-top: 40px;
    padding-left: 0;
  }
  .franchise-benefits-wrap {
    margin: 0;
    padding: 25px 15px;
    background: #FAFAFA;
  }
  .franchise-benefits-wrap .section-title {
    margin-bottom: 20px;
  }
  .franchise-benefits-wrap .franchise-benefits {
    padding: 0;
  }
  .franchise-benefits-wrap .franchise-benefit {
    width: 50%;
    margin: 0 auto 15px;
  }
  .franchise-benefits-wrap .franchise-benefit h4 {
    font-size: 16px;
  }
  .franchise-about-wrap .row {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .row div:first-child {
    width: 100%;
    padding: 0;
  }
  .franchise-about-wrap .row div:last-child {
    width: 100%;
  }
  .franchise-about-wrap .col-text {
    height: 200px;
  }
  .franchise-about-wrap .col-text.label-right {
    height: 200px;
  }
  .franchise-about-wrap .col-text img {
    width: 200px;
  }
  .franchise-about-wrap .col-text p {
    margin: -45px auto 50px;
    font-size: 16px;
  }
  .franchise-about-wrap .col-text-img {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .col-text-img img {
    width: 100%;
  }
  .delivery-zone-items {
    margin: 0;
  }
  .delivery-zone-item {
    margin-bottom: 20px;
  }
  .delivery-zone-item .delivery-short-info {
    padding-left: 20px;
  }
  .delivery-zone-item .zone-heading {
    justify-content: flex-start;
  }
  .delivery-zone-item .zone-title {
    min-width: 40%;
  }

  .delivery-zone-item .zone-title span {
    font-size: 20px;
  }
  .delivery-zone-item .zone-time {
    font-size: 20px;
  }
  .delivery-zone-item .zone-content span strong {
    font-size: 14px;
  }
  .delivery-zones-wrap {
    flex-wrap: wrap;
  }
  .delivery-zones-wrap .section-title h2:before {
    display: none;
  }
  .delivery-zones-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .delivery-zones-wrap .col-right {
    width: 100%;
  }
  .delivery-zones-wrap .map-wrap {
    height: 500px;
  }
  .delivery-short-text {
    margin: 30px 0;
    padding: 0;
  }
  .delivery-payments {
    padding: 0;
  }
  .delivery-payment-option {
    margin-bottom: 20px;
  }
  .delivery-payment-option .delivery-payment-text {
    padding-left: 30px;
  }
  .delivery-payment-option .delivery-payment-text h3 span {
    font-size: 22px;
  }
  .map-search-wrap {
    flex-wrap: wrap;
    left: 15px;
    right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 30px);
  }
  .map-search-wrap span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .map-search-wrap .form-wrap {
    width: 100%;
  }
  .delivery-payments-wrap {
    margin: 0;
    padding: 35px 15px;
  }
  .delivery-payments-shorttext {
    padding: 0;
  }
  body.page-template-tpl-reviews .page-content-wrap-inner {
    overflow: auto;
  }
  .reviews-wrap {
    flex-wrap: wrap;
    height: auto;
  }
  .reviews-wrap .section-title h2:before {
    display: none;
  }
  .reviews-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .col-right {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .glsr-pagination {
    margin-top: 30px;
  }
  .reviews-wrap .glsr-pagination .nav-links {
    justify-content: center;
  }
  .review-item.review-reply {
    padding-left: 70px;
  }
  .review-item.review-reply:before {
    width: 24px;
    background-size: 20px;
  }
  .review-item .review-item-inner {
    width: 100%;
  }
  .review-item .review-username {
    font-size: 12px;
  }
  .review-item .review-content {
    padding-bottom: 4px;
  }
  .review-item .review-content p {
    font-size: 14px;
  }
  .glsr .glsr-star {
    background-size: 1.2rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
  }
  .glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    gap: 0 !important;
  }
  .review-form-title {
    margin-bottom: 20px;
  }
  .review-form-item {
    margin: 0;
  }
  .about-main-wrap {
    flex-wrap: wrap;
  }
  .about-main-wrap.about-second-block .col-right {
    padding: 0 15px 20px;
  }
  .about-main-wrap.about-second-block .col-right:before {
    right: -150px;
  }
  .about-main-wrap ul {
    margin: 0;
  }
  .about-main-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-main-wrap .section-title {
    margin-bottom: 20px;
  }
  .about-main-wrap .section-title h2:before {
    display: none;
  }
  .about-main-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .about-main-wrap .col-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-main-wrap .col-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about-main-wrap .about-image-quote {
    padding: 0 30px;
    font-size: 14px;
  }
  .about-main-wrap .about-image-quote:before {
    left: -30px;
    font-size: 40px;
  }
  .about-main-wrap .about-left-inner {
    padding: 0;
  }
  .about-main-wrap .about-left-inner p,
.about-main-wrap .about-left-inner blockquote {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .jobs-top-section-wrap {
    flex-wrap: wrap;
  }
  .jobs-top-section-wrap .section-title {
    margin-bottom: 20px;
  }
  .jobs-top-section-wrap .section-title h2:before {
    display: none;
  }
  .jobs-top-section-wrap .jobs-about p {
    margin-bottom: 15px;
  }
  .jobs-top-section-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .jobs-top-section-wrap .sticky-div {
    position: static;
  }
  .jobs-top-section-wrap .col-right {
    width: 100%;
  }
  .jobs-top-section-wrap .col-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .jobs-top-section-wrap .jobs-about {
    margin-bottom: 40px;
    padding: 0;
  }
  .job-offers .section-title {
    margin-bottom: 30px;
  }
  .job-offers .job-inner {
    position: relative;
    padding: 0;
    z-index: 5;
  }
  .job-offers .row {
    flex-wrap: wrap;
  }
  .job-offers .row:nth-child(1) .col-text:after {
    right: -112px;
  }
  .job-offers .row:nth-child(2) .col-text:after {
    right: -90px;
  }
  .job-offers .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .job-offers .col {
    width: 100% !important;
    min-height: 0;
    overflow: auto;
  }
  .job-offers .col-text {
    padding: 40px 15px;
    overflow: hidden;
  }
  .job-offers .col-text:after {
    right: -26px !important;
    width: 50px !important;
    height: 100% !important;
    background: url("../img/job-row-1.svg") center no-repeat !important;
  }
  .job-offers .job-info label,
.job-offers .job-info h5 {
    font-size: 12px;
  }
  .job-offers .job-title {
    margin: 5px 0 15px;
  }
  .job-offers .job-title span {
    font-size: 22px;
  }
  .job-offers .job-text {
    font-size: 14px;
  }
  .jobs-contact-wrap {
    padding: 40px 0;
  }
  .jobs-contact-wrap:before {
    display: none;
  }
  .jobs-contact-wrap .container {
    padding: 0 15px;
  }
  .jobs-contact-wrap form {
    margin: 30px 0;
    padding: 30px 15px 10px;
  }
  body.single-jobs .page-content-wrap-inner {
    overflow: auto;
  }
  body.single-jobs .review-form-item {
    margin-bottom: 15px;
  }
  body.single-jobs .reviews-wrap .col-right {
    padding-bottom: 0;
  }
  body.page-template-tpl-partners .review-form-item {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-info label {
    font-size: 12px;
  }
  .single-job-wrap .job-info h5 {
    font-size: 14px;
  }
  .single-job-wrap .job-img {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .single-job-wrap .job-text .list-title {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text ul {
    margin-bottom: 20px;
  }
  .single-job-wrap .job-text ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote {
    padding: 0 40px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote:before {
    left: -30px;
    background-size: 40px;
  }
  .blog-wrap {
    flex-wrap: wrap;
    padding: 40px 15px;
  }
  .blog-wrap:after {
    display: none;
  }
  .blog-wrap .col-left {
    flex-wrap: wrap;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .blog-wrap .col-left .page-footer {
    display: block;
    width: calc(100% + 30px);
    margin: 40px -15px 0;
  }
  .blog-wrap .col-title {
    width: 100%;
  }
  .blog-wrap .col-title .section-title {
    margin: 0 0 20px;
  }
  .blog-wrap .col-posts {
    width: 100%;
    height: auto;
  }
  .blog-wrap .col-posts .col-posts-inner {
    margin: 0;
  }
  .blog-wrap .col-posts .dynamic-posts-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-wrap .col-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
  }
  .blog-wrap .col-content.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .blog-wrap .col-content .blog-post-content {
    margin-top: 30px;
    padding: 0 15px;
  }
  .blog-wrap .col-content .page-footer {
    display: none;
  }
  .post-item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .post-item .post-item-link {
    flex-wrap: wrap;
    padding: 0;
  }
  .post-item .post-img {
    width: 100%;
    height: auto;
  }
  .post-item .post-img img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .post-item .post-info {
    max-width: none;
    padding: 20px 0 0;
  }
  .load-more-posts {
    position: static;
    height: auto;
  }
  .load-more-posts:before, .load-more-posts:after {
    display: none;
  }
  .blog-post-content {
    margin-top: 40px;
    padding: 0;
  }
  .blog-post-content .post-img img {
    width: 100%;
    height: auto;
  }
  .homepage-content-wrap .container {
    padding: 100px 15px 0;
    align-items: center;
    justify-content: flex-start;
  }
  .homepage-content-wrap .home-subtitle {
    font-size: 10px;
  }
  .homepage-content-wrap .home-title {
    font-size: 48px;
    text-align: center;
  }
  .homepage-content-wrap .home-title span {
    text-decoration-thickness: 6px;
  }
  .homepage-content-wrap .order-now {
    height: 42px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 10px;
  }
  .homepage-content-wrap .home-zones-delivery {
    display: none;
  }
  .homepage-content-wrap .mobile-dishes-btn {
    display: block;
  }
  .homepage-content-wrap .mobile-dishes-btn button {
    width: auto;
    margin: 0 auto;
    padding: 0 100px;
  }
  .modal-wrap {
    left: 0;
  }
  .modal-wrap .modal-close {
    top: 12px;
    right: 10px;
  }
  .modal-wrap.modal-upsale .modal-inner {
    padding: 40px 15px;
    height: 100%;
    overflow-y: auto;
  }
  .modal-wrap.modal-franchise .modal-inner {
    width: calc(100% - 30px);
    padding: 20px 25px;
  }
  .modal-wrap.modal-franchise .review-form-item {
    margin-bottom: 10px;
  }
  .modal-wrap.modal-franchise .submit-btn {
    margin-top: 20px;
  }
  .modal-wrap .product-upsale-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    border: 1px solid #dedede;
  }
  .modal-wrap .product-upsale-item .product-name {
    font-size: 12px;
  }
  .modal-wrap .section-title span {
    font-size: 28px;
  }
  .check-other-jobs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .check-other-jobs .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .check-other-jobs .jobs-slider {
    padding: 0 65px;
  }
  .check-other-jobs .slick-arrow {
    top: 71px;
  }
  .check-other-jobs .job-title a {
    font-size: 24px;
  }
  .check-other-jobs .job-featured-img {
    height: 200px;
  }
  .aquarium-shop-section {
    padding: 35px 15px;
  }
  .aquarium-shop-section .section-title {
    margin-bottom: 10px;
  }
  .aquarium-shop-section .aquarium-shop-content .col-left {
    width: 100%;
  }
  .aquarium-shop-section .aquarium-shop-content .col-right {
    width: 100%;
    padding-left: 0;
  }
  .aquarium-shop-section .shop-list {
    height: auto;
    margin-bottom: 20px;
  }
  .aquarium-shop-section .shop-list-item {
    padding: 20px 15px;
  }
  .aquarium-shop-section .shop-list-img {
    width: 110px;
    height: 80px;
  }
  .aquarium-shop-section .shop-list-data {
    width: calc(100% - 110px);
    padding-top: 0;
  }
  .aquarium-shop-section .item-location-map {
    margin: 20px 0;
    height: 200px;
  }
  .aquarium-shop-section .item-location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aquarium-shop-section .item-description .item-col {
    width: 100%;
  }
  .aquarium-shop-section .item-description .item-row {
    margin-bottom: 20px;
  }
  .aquarium-shop-section .item-description .item-row.item-phones {
    margin-bottom: 20px;
  }
  .aquarium-faq-section {
    padding: 0;
  }
  .aquarium-faq-section .col-left {
    width: 100%;
    padding: 30px 15px;
  }
  .aquarium-faq-section .aquarium-faq {
    padding-left: 0;
  }
  .aquarium-faq-section .col-right {
    width: 100%;
  }
  .aquarium-faq-section .col-right img {
    border-bottom-left-radius: 0;
  }
  .aquarium-is-wrap {
    height: auto;
    padding: 40px 0;
  }
  .aquarium-is-wrap .aquarium-is-inner {
    padding: 0 15px;
    text-align: center;
    transform: none;
  }
  .aquarium-is-wrap .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .aquarium-is-wrap .section-title span {
    font-size: 38px;
  }
  .aquarium-is-wrap p {
    font-size: 22px;
  }
  .aquarium-contacts-wrap {
    padding: 40px 0;
  }
  .aquarium-contacts-wrap .aquarium-links {
    flex-wrap: wrap;
  }
  .aquarium-contacts-wrap .link-item {
    justify-content: center;
    width: 100%;
    margin: 15px 0;
  }
  .aquarium-contacts-wrap .link-item a {
    padding: 0 !important;
    border: 0 !important;
  }
  .aquarium-contacts-wrap .aquarium-more-info {
    margin-top: 30px;
    padding: 0 15px;
  }
  .aquarium-contacts-wrap .aquarium-more-info a {
    max-width: 470px;
  }
  .text-page {
    padding: 35px 15px;
  }
  .text-page:before {
    right: -140px;
  }
  .text-page .section-content {
    padding-left: 0;
  }
  .thanks-wrap {
    height: calc(100% - 54px);
    margin: 0;
    padding: 0 15px;
  }
  .thanks-wrap:before {
    display: none;
  }
  .thanks-wrap:after {
    right: -230px;
    bottom: 0;
    height: 100%;
  }
  .thanks-wrap .woocommerce > img {
    width: 50%;
    margin-bottom: 30px;
  }
  .thanks-inner .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .mfp-arrow {
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%);
  }
  .mfp-arrow:before, .mfp-arrow:after {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .mfp-arrow:before {
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    border-radius: 4px !important;
  }
  .iziToast-wrapper .iziToast-close {
    display: none;
  }
  .mobile-back-to {
    display: flex;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  html,
body {
    height: 100%;
  }
  .page-wrap {
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
  }
  .page-header,
.sidebar-hours,
.lang-wrap {
    display: none;
  }
  .main-bar-wrap {
    width: 100%;
    height: 72px;
  }
  .page-content-wrap {
    top: 72px;
    width: 100%;
    padding-top: 0;
    height: calc(100% - 72px);
  }
  .page-content-wrap .page-content-wrap-inner {
    padding-top: 0;
  }

  .fixed-cart-button {
    top: 12px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  .fixed-cart-button .nav-cart-wrap {
    flex-direction: row;
    width: 100px;
    height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: none;
  }
  .fixed-cart-button .nav-cart-icon {
    margin-top: 3px;
  }
  .fixed-cart-button .nav-cart-icon img {
    width: 18px;
    height: auto;
  }
  .fixed-cart-button .nav-cart-total-price {
    margin: 0 0 0 7px;
    font-size: 14px;
  }
  .fixed-cart-button .nav-cart-total-price span {
    font-size: 10px;
  }
  .fixed-cart-button .nav-cart-count {
    width: 20px;
    height: 20px;
    border-width: 1px;
    font-size: 10px;
  }
  .sidebar-phone {
    top: 12px;
    left: 64px;
    filter: none !important;
  }
  .sidebar-phone a {
    display: flex;
  }
  .sidebar-phone .phone-number {
    display: none !important;
  }
  .dishes-menu-btn {
    top: 25px;
    left: 24px;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .dishes-menu-btn:before {
    display: none;
  }
  .dishes-menu-btn .custom-open {
    height: 100%;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(1), .dishes-menu-btn .custom-open.active-rotate span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(3) {
    opacity: 0;
    width: 0 !important;
  }
  .dishes-menu-btn .custom-open span {
    left: 0;
    width: 100% !important;
    height: 2px !important;
    font-size: 0;
    background: #065D63;
    border-radius: 2px;
  }
  .dishes-menu-btn .custom-open span:before {
    display: none !important;
  }
  .dishes-menu-btn .custom-open span:nth-child(1) {
    top: 0;
  }
  .dishes-menu-btn .custom-open span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open span:nth-child(3) {
    display: block;
    top: 20px;
  }
  .main-category-nav-wrap {
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
    padding: 0 15px 50px;
    overflow-y: auto;
  }
  .main-category-nav-wrap:before, .main-category-nav-wrap:after {
    display: none;
  }
  .main-category-nav-wrap.active {
    left: 0;
  }
  .main-category-nav-wrap .main-dishes-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0;
  }
  .main-category-nav-wrap .dish-slide:before, .main-category-nav-wrap .dish-slide:after {
    width: 100%;
  }
  .main-category-nav-wrap .dish-slide-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    border-left: 0;
    border-right: 0;
  }
  .main-category-nav-wrap .dish-slide-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 8px;
    height: 16px;
    background: url("../img/icon-mobile-nav-arrow.svg") center no-repeat;
    transform: translateY(-50%);
  }
  .main-category-nav-wrap .dish-img {
    margin: 0;
    width: 40%;
  }
  .main-category-nav-wrap .dish-img img {
    max-width: 100%;
    max-height: 90px;
  }
  .main-category-nav-wrap .dish-name {
    width: 40%;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .sub-category-nav-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .sub-category-nav-wrap.active {
    left: 0;
    z-index: 20;
  }
  .sub-category-nav-wrap .sub-cagetegory-items {
    padding: 0 15px;
    height: calc(100% - 48px);
  }
  .sub-cat-item {
    min-height: fit-content;
    min-height: -webkit-fit-content;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #E8E6EE;
  }
  .sub-cat-item.product-promo .item-thumb {
    height: 200px;
    margin: 0 0 15px;
  }
  .sub-cat-item .item-col--left {
    max-width: none;
  }
  .sub-cat-item .item-col--left img {
    display: block;
    width: auto;
    min-height: 0;
    max-height: none;
    height: 160px;
    margin: 0 auto;
  }
  .sub-cat-item .item-col--right {
    width: 100%;
    padding: 0;
  }
  .product-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .product-wrap.active {
    left: 0;
    z-index: 22;
  }
  .product-wrap:after {
    right: -98px;
  }
  .product-wrap .product-wrap-inner {
    height: calc(100% - 48px);
  }
  .product-info {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px;
  }
  .product-info.product-promo-info {
    padding-left: 15px;
  }
  .product-info .product-col--left {
    width: 100%;
  }
  .product-info .product-col--right {
    width: 100%;
    padding-left: 0;
  }
  .product-info .product-labels {
    right: auto;
    left: 0;
  }
  .product-info .product-img {
    min-height: 100px;
    max-height: 250px;
  }
  .product-info .product-name span {
    font-size: 32px;
  }
  .product-info .product-description p {
    margin-bottom: 15px;
  }
  .product-info .inner-toppings-total {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .product-info .inner-toppings-total span {
    font-weight: 500;
  }
  .product-info .inner-toppings-total strong {
    font-size: 14px;
  }
  .product-info .product-price-wrap {
    flex-direction: row-reverse;
    margin: 35px 0 22px;
  }
  .product-info .product-total-price .total-price--label {
    font-size: 24px;
  }
  .product-info .product-total-price .total-price--value {
    font-size: 36px;
  }
  .product-info .product-total-price .total-price--value span {
    margin-top: 7px;
  }
  .product-info .product-total-price .total-price--old {
    margin-left: 8px;
    font-size: 22px;
  }
  .product-info .product-total-price .total-price--old span {
    margin-top: 3px;
  }
  .product-info .product-counter-wrap {
    height: 42px;
  }
  .product-info .product-counter-wrap .counter-val {
    width: 45px;
  }
  .product-info .product-order-btn {
    margin-bottom: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E6EE;
  }
  .product-info .product-order-btn button {
    height: 42px;
  }
  /* End .product-info */
  .product-toppings {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .product-toppings.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-toppings .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-toppings .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-toppings .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-toppings .product-toppings-content {
    justify-content: space-between;
  }
  .product-toppings .product-topping {
    width: calc(33.3% - 10.5px);
    height: 170px;
    margin: 0 0 25px 0 !important;
    padding: 0 15px 15px;
    border: 1px solid #EAE9F0;
  }
  .product-toppings .product-topping .product-topping-btn-add,
.product-toppings .product-topping .product-topping-buttons-wrap {
    top: 8px;
    right: 8px;
  }
  .product-toppings .product-topping .product-topping-btn-add .label,
.product-toppings .product-topping .product-topping-buttons-wrap .label {
    display: none;
  }
  .product-toppings .product-topping .product-topping-btn-add .count,
.product-toppings .product-topping .product-topping-buttons-wrap .count {
    width: 28px;
  }
  .product-toppings .product-topping .product-topping-name {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .product-toppings .product-topping .product-topping-description span,
.product-toppings .product-topping .product-topping-description strong {
    font-size: 12px;
  }
  .product-upsells {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-upsells.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-upsells .product-toppings-header {
    padding: 0 15px;
  }
  .product-upsells .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-upsells .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-upsells .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-upsells .product-add-to-cart {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-counter-wrap {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-toppings-content {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 20px 15px;
  }
  .product-upsells .product-topping {
    min-width: 254px;
    max-width: 254px;
    height: 280px;
    margin-top: 0;
    margin-right: 15px;
    padding: 0 15px 10px;
    background: #fff;
    border: 1px solid #EAE9F0;
    border-radius: 8px;
  }
  .product-upsells .product-topping:last-child {
    margin-right: 0;
  }
  .product-upsells .product-topping .product-topping-img img {
    width: auto;
    max-height: 168px;
  }
  .product-upsells .product-topping .product-topping-name {
    font-size: 12px;
  }
  .page-footer {
    padding: 16px 0 14px;
  }
  .page-footer .copyright {
    font-size: 12px;
  }
  .page-footer .footer-cards {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .page-footer .made-by span {
    font-size: 12px;
  }
  .sidebar-cart-wrap {
    right: -100%;
    width: 100%;
    /* End .cart-item */
  }
  .sidebar-cart-wrap.active {
    right: 0;
  }
  .sidebar-cart-wrap .sidebar-content-wrap {
    height: fit-content !important;
  }
  .sidebar-cart-wrap .sidebar-content-inner-scroll {
    height: auto;
    overflow: hidden;
  }
  .sidebar-cart-wrap .cart-empty-wrap {
    padding: 0 15px;
  }
  .sidebar-cart-wrap .cart-empty-wrap span {
    font-size: 14px;
  }
  .sidebar-cart-wrap .sidebar-cart-inner {
    height: 100%;
    padding-bottom: 165px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidebar-cart-wrap .sidebar-cart-inner h3 {
    margin: 0;
    padding: 20px 0 0 60px;
    font-size: 32px;
  }
  .sidebar-cart-wrap .close-cart-btn {
    display: flex !important;
    top: 4px;
    width: 26px;
    height: 40px;
    margin: 20px 0 0 15px;
    transform: none;
  }
  .sidebar-cart-wrap .close-cart-btn svg {
    height: 13px;
  }
  .sidebar-cart-wrap .cart-item {
    position: relative;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 20px 0;
  }
  .sidebar-cart-wrap .cart-item .item-remove-btn {
    top: 12px;
  }
  .sidebar-cart-wrap .cart-item .item-name {
    font-size: 14px;
  }
  .sidebar-cart-wrap .cart-item .item-col--left {
    max-width: none;
  }
  .sidebar-cart-wrap .cart-item .item-col--left a {
    display: flex;
  }
  .sidebar-cart-wrap .cart-item .item-col--left img {
    display: block;
    margin: 0 auto;
  }
  .sidebar-cart-wrap .cart-item .item-col--right {
    position: static;
    width: 100%;
    padding: 0;
  }
  .sidebar-cart-wrap .cart-make-order {
    text-align: left;
  }
  .sidebar-cart-wrap .cart-make-order span {
    font-size: 12px;
  }
  .sidebar-cart-wrap .cart-order-total-price-wrap {
    margin-right: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-total-price-wrap .price-label {
    display: none;
    margin-right: 6px;
    font-size: 20px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap {
    position: fixed;
    height: 84px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap button .price-value--discount {
    margin-left: 6px;
  }
  /* Checkout page*/
  body.woocommerce-checkout .sidebar-checkout-wrap {
    top: 72px;
    width: 100%;
    height: calc(100% - 72px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap.active {
    right: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .sidebar-checkout-inner-scroll {
    padding: 20px 15px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn {
    margin-right: 8px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button {
    width: 26px;
    height: 40px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button svg {
    height: 13px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section-title {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .promocode-wrap button {
    font-size: 12px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-row label {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-item {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section {
    margin-bottom: 25px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-value input {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .payment-type-wrap .payment-item label {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .shipping-method-wrap .shipping-item {
    width: calc(50% - 7px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .woocommerce-checkout-review-order-table {
    margin: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap {
    margin-right: 15px;
    padding-right: 15px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount {
    margin-left: 2px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-label {
    display: none;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-make-order span {
    font-size: 12px;
  }
  .mobile-navigation-wrap {
    display: block;
  }
  .mobile-navigation-wrap .lang-wrap {
    position: static;
    display: flex;
  }
  .mobile-navigation-wrap .lang-wrap .current-lang > a {
    display: none;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser li {
    display: flex !important;
  }
  .mobile-lang-wrap {
    margin: 24px 0 0;
  }
  .mobile-lang-wrap .language-chooser {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile-lang-wrap .language-chooser li {
    margin: 0 7px;
  }
  .mobile-lang-wrap .language-chooser li.active a {
    color: #fff;
    background: #c0c0c0;
    border-color: #c0c0c0;
  }
  .mobile-lang-wrap .language-chooser li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #065D63;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  .section-title h2:before {
    bottom: 3px;
  }
  .section-title span {
    font-size: 32px;
    line-height: 1.3;
  }
  .franchise-main-info {
    flex-wrap: wrap;
    background: #fff;
  }
  .franchise-main-info .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .franchise-main-info .col-left .section-title h2:before {
    display: none;
  }
  .franchise-main-info .col-right {
    width: 100%;
    padding: 0 15px 40px;
  }
  .franchise-main-info .col-right img {
    border-radius: 4px;
  }
  .franchise-main-info .col-right .sticky-div {
    position: static;
  }
  .franchise-main-info .franchise-main-description {
    max-width: 340px;
    margin-top: 30px;
    padding: 0;
  }
  .franchise-main-info .franchise-start {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .franchise-main-info .franchise-start .franchise-start-title {
    width: auto;
  }
  .franchise-main-info .franchise-start h3 span {
    font-size: 21px;
  }
  .franchise-main-info .franchise-start p {
    font-size: 21px;
  }
  .franchise-main-info .franchise-text {
    margin-top: 30px;
    padding: 0;
  }
  .live-numbers-wrap {
    margin-top: 40px;
    padding: 0;
  }
  .live-numbers-wrap .section-title {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-numbers-content {
    padding: 0;
  }
  .live-numbers-wrap .live-number-text {
    padding-top: 0;
    padding-left: 38px;
  }
  .live-numbers-wrap .live-number-text h3 span {
    font-size: 16px;
  }
  .live-numbers-wrap .live-number {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-btn-wrap {
    margin-top: 40px;
    padding-left: 0;
  }
  .franchise-benefits-wrap {
    margin: 0;
    padding: 25px 15px;
    background: #FAFAFA;
  }
  .franchise-benefits-wrap .section-title {
    margin-bottom: 20px;
  }
  .franchise-benefits-wrap .franchise-benefits {
    padding: 0;
  }
  .franchise-benefits-wrap .franchise-benefit {
    width: 100%;
    margin: 0 auto 15px;
  }
  .franchise-benefits-wrap .franchise-benefit h4 {
    font-size: 16px;
  }
  .franchise-about-wrap .row {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .row div:first-child {
    width: 100%;
    padding: 0;
  }
  .franchise-about-wrap .row div:last-child {
    width: 100%;
  }
  .franchise-about-wrap .col-text {
    height: 200px;
  }
  .franchise-about-wrap .col-text.label-right {
    height: 200px;
  }
  .franchise-about-wrap .col-text img {
    width: 200px;
  }
  .franchise-about-wrap .col-text p {
    margin: -45px auto 50px;
    font-size: 16px;
  }
  .franchise-about-wrap .col-text-img {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .col-text-img img {
    width: 100%;
  }
  .delivery-zone-items {
    margin: 0;
  }
  .delivery-zone-item {
    margin-bottom: 20px;
  }
  .delivery-zone-item .delivery-short-info {
    padding-left: 20px;
  }
  .delivery-zone-item .zone-heading {
    justify-content: flex-start;
  }
  .delivery-zone-item .zone-title {
    min-width: 40%;
  }
  .delivery-zone-item .zone-title span {
    font-size: 20px;
  }
  .delivery-zone-item .zone-time {
    font-size: 20px;
  }
  .delivery-zone-item .zone-content span strong {
    font-size: 14px;
  }
  .delivery-zones-wrap {
    flex-wrap: wrap;
  }
  .delivery-zones-wrap .section-title h2:before {
    display: none;
  }
  .delivery-zones-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .delivery-zones-wrap .col-right {
    width: 100%;
  }
  .delivery-zones-wrap .map-wrap {
    height: 500px;
  }
  .delivery-short-text {
    margin: 30px 0;
    padding: 0;
  }
  .delivery-payments {
    padding: 0;
  }
  .delivery-payment-option {
    margin-bottom: 20px;
  }
  .delivery-payment-option .delivery-payment-text {
    padding-left: 30px;
  }

  .delivery-payment-option .delivery-payment-text h3 span {
    font-size: 22px;
  }
  .map-search-wrap {
    flex-wrap: wrap;
    left: 15px;
    right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 30px);
  }
  .map-search-wrap span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .map-search-wrap .form-wrap {
    width: 100%;
  }
  .delivery-payments-wrap {
    margin: 0;
    padding: 35px 15px;
  }
  .delivery-payments-shorttext {
    padding: 0;
  }
  body.page-template-tpl-reviews .page-content-wrap-inner {
    overflow: auto;
  }
  .reviews-wrap {
    flex-wrap: wrap;
    height: auto;
  }
  .reviews-wrap .section-title h2:before {
    display: none;
  }
  .reviews-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .col-right {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .glsr-pagination {
    margin-top: 30px;
  }
  .reviews-wrap .glsr-pagination .nav-links {
    justify-content: center;
  }
  .review-item.review-reply {
    padding-left: 70px;
  }
  .review-item.review-reply:before {
    width: 24px;
    background-size: 20px;
  }
  .review-item .review-item-inner {
    width: 100%;
  }
  .review-item .review-username {
    font-size: 12px;
  }
  .review-item .review-content {
    padding-bottom: 4px;
  }
  .review-item .review-content p {
    font-size: 14px;
  }
  .glsr .glsr-star {
    background-size: 1.2rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
  }
  .glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    gap: 0 !important;
  }
  .review-form-title {
    margin-bottom: 20px;
  }
  .review-form-item {
    margin: 0;
  }
  .about-main-wrap {
    flex-wrap: wrap;
  }
  .about-main-wrap.about-second-block .col-right {
    padding: 0 15px 20px;
  }
  .about-main-wrap.about-second-block .col-right:before {
    right: -150px;
  }
  .about-main-wrap ul {
    margin: 0;
  }
  .about-main-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-main-wrap .section-title {
    margin-bottom: 20px;
  }
  .about-main-wrap .section-title h2:before {
    display: none;
  }
  .about-main-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .about-main-wrap .col-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-main-wrap .col-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about-main-wrap .about-image-quote {
    padding: 0 30px;
    font-size: 14px;
  }
  .about-main-wrap .about-image-quote:before {
    left: -30px;
    font-size: 40px;
  }
  .about-main-wrap .about-left-inner {
    padding: 0;
  }
  .about-main-wrap .about-left-inner p,
.about-main-wrap .about-left-inner blockquote {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .jobs-top-section-wrap {
    flex-wrap: wrap;
  }
  .jobs-top-section-wrap .section-title {
    margin-bottom: 20px;
  }
  .jobs-top-section-wrap .section-title h2:before {
    display: none;
  }
  .jobs-top-section-wrap .jobs-about p {
    margin-bottom: 15px;
  }
  .jobs-top-section-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .jobs-top-section-wrap .sticky-div {
    position: static;
  }
  .jobs-top-section-wrap .col-right {
    width: 100%;
  }
  .jobs-top-section-wrap .col-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .jobs-top-section-wrap .jobs-about {
    margin-bottom: 40px;
    padding: 0;
  }
  .job-offers .section-title {
    margin-bottom: 30px;
  }
  .job-offers .job-inner {
    position: relative;
    padding: 0;
    z-index: 5;
  }
  .job-offers .row {
    flex-wrap: wrap;
  }
  .job-offers .row:nth-child(1) .col-text:after {
    right: -112px;
  }
  .job-offers .row:nth-child(2) .col-text:after {
    right: -90px;
  }
  .job-offers .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .job-offers .col {
    width: 100% !important;
    min-height: 0;
    overflow: auto;
  }
  .job-offers .col-text {
    padding: 40px 15px;
    overflow: hidden;
  }
  .job-offers .col-text:after {
    right: -26px !important;
    width: 50px !important;
    height: 100% !important;
    background: url("../img/job-row-1.svg") center no-repeat !important;
  }
  .job-offers .job-info label,
.job-offers .job-info h5 {
    font-size: 12px;
  }
  .job-offers .job-title {
    margin: 5px 0 15px;
  }
  .job-offers .job-title span {
    font-size: 22px;
  }
  .job-offers .job-text {
    font-size: 14px;
  }
  .jobs-contact-wrap {
    padding: 40px 0;
  }
  .jobs-contact-wrap:before {
    display: none;
  }
  .jobs-contact-wrap .container {
    padding: 0 15px;
  }
  .jobs-contact-wrap form {
    margin: 30px 0;
    padding: 30px 15px 10px;
  }
  body.single-jobs .page-content-wrap-inner {
    overflow: auto;
  }
  body.single-jobs .review-form-item {
    margin-bottom: 15px;
  }
  body.single-jobs .reviews-wrap .col-right {
    padding-bottom: 0;
  }
  body.page-template-tpl-partners .review-form-item {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-info label {
    font-size: 12px;
  }
  .single-job-wrap .job-info h5 {
    font-size: 14px;
  }
  .single-job-wrap .job-img {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .single-job-wrap .job-text .list-title {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text ul {
    margin-bottom: 20px;
  }
  .single-job-wrap .job-text ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote {
    padding: 0 40px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote:before {
    left: -30px;
    background-size: 40px;
  }
  .blog-wrap {
    flex-wrap: wrap;
    padding: 40px 15px;
  }
  .blog-wrap:after {
    display: none;
  }
  .blog-wrap .col-left {
    flex-wrap: wrap;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .blog-wrap .col-left .page-footer {
    display: block;
    width: calc(100% + 30px);
    margin: 40px -15px 0;
  }
  .blog-wrap .col-title {
    width: 100%;
  }
  .blog-wrap .col-title .section-title {
    margin: 0 0 20px;
  }
  .blog-wrap .col-posts {
    width: 100%;
    height: auto;
  }
  .blog-wrap .col-posts .col-posts-inner {
    margin: 0;
  }
  .blog-wrap .col-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
  }
  .blog-wrap .col-content.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .blog-wrap .col-content .blog-post-content {
    margin-top: 30px;
    padding: 0 15px;
  }
  .blog-wrap .col-content .page-footer {
    display: none;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .post-item-link {
    flex-wrap: wrap;
    padding: 0;
  }
  .post-item .post-img {
    width: 100%;
    height: auto;
  }
  .post-item .post-img img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .post-item .post-info {
    max-width: none;
    padding: 20px 0 0;
  }
  .load-more-posts {
    position: static;
    height: auto;
  }
  .load-more-posts:before, .load-more-posts:after {
    display: none;
  }
  .blog-post-content {
    margin-top: 40px;
    padding: 0;
  }
  .blog-post-content .post-img img {
    width: 100%;
    height: auto;
  }
  .homepage-content-wrap .container {
    padding: 100px 15px 0;
    align-items: center;
    justify-content: flex-start;
  }
  .homepage-content-wrap .home-subtitle {
    font-size: 10px;
  }
  .homepage-content-wrap .home-title {
    font-size: 48px;
    text-align: center;
  }
  .homepage-content-wrap .home-title span {
    text-decoration-thickness: 6px;
  }
  .homepage-content-wrap .order-now {
    height: 42px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 10px;
  }
  .homepage-content-wrap .home-zones-delivery {
    display: none;
  }
  .homepage-content-wrap .mobile-dishes-btn {
    display: block;
  }
  .homepage-content-wrap .mobile-dishes-btn button {
    width: auto;
    margin: 0 auto;
    padding: 0 100px;
  }
  .modal-wrap {
    left: 0;
  }
  .modal-wrap .modal-close {
    top: 12px;
    right: 10px;
  }
  .modal-wrap.modal-upsale .modal-inner {
    padding: 40px 15px;
    height: 100%;
    overflow-y: auto;
  }
  .modal-wrap.modal-franchise .modal-inner {
    width: calc(100% - 30px);
    padding: 20px 25px;
  }
  .modal-wrap.modal-franchise .review-form-item {
    margin-bottom: 10px;
  }
  .modal-wrap.modal-franchise .submit-btn {
    margin-top: 20px;
  }
  .modal-wrap .product-upsale-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    border: 1px solid #dedede;
  }
  .modal-wrap .product-upsale-item .product-name {
    font-size: 12px;
  }
  .modal-wrap .section-title span {
    font-size: 28px;
  }
  .check-other-jobs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .check-other-jobs .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .check-other-jobs .jobs-slider {
    padding: 0 65px;
  }
  .check-other-jobs .slick-arrow {
    top: 71px;
  }
  .check-other-jobs .job-title a {
    font-size: 24px;
  }
  .check-other-jobs .job-featured-img {
    height: 200px;
  }
  .aquarium-shop-section {
    padding: 35px 15px;
  }
  .aquarium-shop-section .section-title {
    margin-bottom: 10px;
  }
  .aquarium-shop-section .aquarium-shop-content .col-left {
    width: 100%;
  }
  .aquarium-shop-section .aquarium-shop-content .col-right {
    width: 100%;
    padding-left: 0;
  }
  .aquarium-shop-section .shop-list {
    height: auto;
    margin-bottom: 20px;
  }
  .aquarium-shop-section .shop-list-item {
    padding: 20px 15px;
  }
  .aquarium-shop-section .shop-list-img {
    width: 110px;
    height: 80px;
  }
  .aquarium-shop-section .shop-list-data {
    width: calc(100% - 110px);
    padding-top: 0;
  }
  .aquarium-shop-section .item-location-map {
    margin: 20px 0;
    height: 200px;
  }
  .aquarium-shop-section .item-location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aquarium-shop-section .item-description .item-col {
    width: 100%;
  }
  .aquarium-shop-section .item-description .item-row {
    margin-bottom: 20px;
  }
  .aquarium-shop-section .item-description .item-row.item-phones {
    margin-bottom: 20px;
  }
  .aquarium-faq-section {
    padding: 0;
  }
  .aquarium-faq-section .col-left {
    width: 100%;
    padding: 30px 15px;
  }
  .aquarium-faq-section .aquarium-faq {
    padding-left: 0;
  }
  .aquarium-faq-section .col-right {
    width: 100%;
  }
  .aquarium-faq-section .col-right img {
    border-bottom-left-radius: 0;
  }
  .aquarium-is-wrap {
    height: auto;
    padding: 40px 0;
  }
  .aquarium-is-wrap .aquarium-is-inner {
    padding: 0 15px;
    text-align: center;
    transform: none;
  }
  .aquarium-is-wrap .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .aquarium-is-wrap .section-title span {
    font-size: 38px;
  }
  .aquarium-is-wrap p {
    font-size: 22px;
  }
  .aquarium-contacts-wrap {
    padding: 40px 0;
  }
  .aquarium-contacts-wrap .aquarium-links {
    flex-wrap: wrap;
  }
  .aquarium-contacts-wrap .link-item {
    justify-content: center;
    width: 100%;
    margin: 15px 0;
  }
  .aquarium-contacts-wrap .link-item a {
    padding: 0 !important;
    border: 0 !important;
  }
  .aquarium-contacts-wrap .aquarium-more-info {
    margin-top: 30px;
    padding: 0 15px;
  }
  .aquarium-contacts-wrap .aquarium-more-info a {
    max-width: 470px;
  }
  .text-page {
    padding: 35px 15px;
  }
  .text-page:before {
    right: -140px;
  }
  .text-page .section-content {
    padding-left: 0;
  }
  .thanks-wrap {
    height: calc(100% - 54px);
    margin: 0;
    padding: 0 15px;
  }
  .thanks-wrap:before {
    display: none;
  }
  .thanks-wrap:after {
    right: -230px;
    bottom: 0;
    height: 100%;
  }
  .thanks-wrap .woocommerce > img {
    width: 50%;
    margin-bottom: 30px;
  }
  .thanks-inner .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .mfp-arrow {
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%);
  }
  .mfp-arrow:before, .mfp-arrow:after {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .mfp-arrow:before {
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    border-radius: 4px !important;
  }
  .iziToast-wrapper .iziToast-close {
    display: none;
  }
  .mobile-back-to {
    display: flex;
  }
  .checkout_policy {
    flex-wrap: wrap;
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  html,
body {
    height: 100%;
  }
  .page-wrap {
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
  }
  .page-header,
  .sidebar-hours,
  .lang-wrap {
    display: none;
  }
  .main-bar-wrap {
    width: 100%;
    height: 72px;
  }
  .page-content-wrap {
    top: 72px;
    width: 100%;
    padding-top: 0;
    height: calc(100% - 72px);
  }
  .page-content-wrap .page-content-wrap-inner {
    padding-top: 0;
  }

  .fixed-cart-button {
    top: 12px;
    right: 15px;
    opacity: 1;
    visibility: visible;
  }
  .fixed-cart-button .nav-cart-wrap {
    flex-direction: row;
    width: 100px;
    height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: none;
  }
  .fixed-cart-button .nav-cart-icon {
    margin-top: 3px;
  }
  .fixed-cart-button .nav-cart-icon img {
    width: 18px;
    height: auto;
  }
  .fixed-cart-button .nav-cart-total-price {
    margin: 0 0 0 7px;
    font-size: 14px;
  }
  .fixed-cart-button .nav-cart-total-price span {
    font-size: 10px;
  }
  .fixed-cart-button .nav-cart-count {
    width: 20px;
    height: 20px;
    border-width: 1px;
    font-size: 10px;
  }
  .sidebar-phone {
    top: 12px;
    left: 64px;
    filter: none !important;
  }
	.sidebar-phone2 {
    top: 12px;
            left: 76%;

    filter: none !important;
  }
  .sidebar-phone a {
    display: flex;
  }
  .sidebar-phone .phone-number {
    display: none !important;
  }
  .dishes-menu-btn {
    top: 25px;
    left: 24px;
    left: 15px;        display: none;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .dishes-menu-btn:before {
    display: none;
  }
  .dishes-menu-btn .custom-open {
    height: 100%;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(1), .dishes-menu-btn .custom-open.active-rotate span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open.active-rotate span:nth-child(3) {
    opacity: 0;
    width: 0 !important;
  }
  .dishes-menu-btn .custom-open span {
    left: 0;
    width: 100% !important;
    height: 2px !important;
    font-size: 0;
    background: #065D63;
    border-radius: 2px;
  }
  .dishes-menu-btn .custom-open span:before {
    display: none !important;
  }
  .dishes-menu-btn .custom-open span:nth-child(1) {
    top: 0;
  }
  .dishes-menu-btn .custom-open span:nth-child(2) {
    top: 10px;
  }
  .dishes-menu-btn .custom-open span:nth-child(3) {
    display: block;
    top: 20px;
  }
  .main-category-nav-wrap {
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
    padding: 0 15px 50px;
    overflow-y: auto;
  }
  .main-category-nav-wrap:before, .main-category-nav-wrap:after {
    display: none;
  }
  .main-category-nav-wrap.active {
    left: 0;
  }
  .main-category-nav-wrap .main-dishes-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0;
  }
  .main-category-nav-wrap .dish-slide:before, .main-category-nav-wrap .dish-slide:after {
    width: 100%;
  }
  .main-category-nav-wrap .dish-slide-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    border-left: 0;
    border-right: 0;
  }
  .main-category-nav-wrap .dish-slide-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 8px;
    height: 16px;
    background: url("../img/icon-mobile-nav-arrow.svg") center no-repeat;
    transform: translateY(-50%);
  }
  .main-category-nav-wrap .dish-img {
    margin: 0;
    width: 40%;
  }
  .main-category-nav-wrap .dish-img img {
    max-width: 100%;
    max-height: 90px;
  }
  .main-category-nav-wrap .dish-name {
    width: 40%;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .sub-category-nav-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .sub-category-nav-wrap.active {
    left: 0;
    z-index: 20;
  }
  .sub-category-nav-wrap .sub-cagetegory-items {
    padding: 0 15px;
    height: calc(100% - 48px);
  }
  .sub-cat-item {
    min-height: fit-content;
    min-height: -webkit-fit-content;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #E8E6EE;
  }
  .sub-cat-item.product-promo .item-thumb {
    height: 200px;
    margin: 0 0 15px;
  }
  .sub-cat-item .item-col--left {
    max-width: none;
  }
  .sub-cat-item .item-col--left img {
    display: block;
    width: auto;
    min-height: 0;
    max-height: none;
    height: 160px;
    margin: 0 auto;
  }
  .sub-cat-item .item-col--right {
    width: 100%;
    padding: 0;
  }
  .product-wrap {
    left: -100vw;
    top: 72px;
    width: 100vw;
    height: calc(100% - 72px);
  }
  .product-wrap.active {
    left: 0;
    z-index: 22;
  }
  .product-wrap:after {
    right: -98px;
  }
  .product-wrap .product-wrap-inner {
    height: calc(100% - 48px);
  }
  .product-info {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px;
  }
  .product-info.product-promo-info {
    padding-left: 15px;
  }
  .product-info .product-col--left {
    width: 100%;
  }
  .product-info .product-col--right {
    width: 100%;
    padding-left: 0;
  }
  .product-info .product-labels {
    right: auto;
    left: 0;
  }
  .product-info .product-img {
    min-height: 100px;
    max-height: 250px;
  }
  .product-info .product-name span {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
  }
  .product-info .product-description p {
    margin-bottom: 15px;
  }
  .product-info .add-inner-toppings span {
    width: 80px;
  }
  .product-info .inner-toppings-total {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .product-info .inner-toppings-total span {
    font-weight: 500;
  }
  .product-info .inner-toppings-total strong {
    font-size: 14px;
  }
  .product-info .product-price-wrap {
    align-items: flex-end;
    flex-direction: row-reverse;
    margin: 35px 0 22px;
  }
  .product-info .product-total-price {
    flex-wrap: wrap;
  }
  .product-info .product-total-price .total-price--label {
    width: 100%;
    font-size: 20px;
  }
  .product-info .product-total-price .total-price--value {
    font-size: 36px;
  }
  .product-info .product-total-price .total-price--value span {
    margin-top: 7px;
  }
  .product-info .product-total-price .total-price--old {
    margin-left: 8px;
    font-size: 22px;
  }
  .product-info .product-total-price .total-price--old span {
    margin-top: 3px;
  }
  .product-info .product-counter-wrap {
    height: 42px;
  }
  .product-info .product-counter-wrap .counter-val {
    width: 45px;
  }
  .product-info .product-order-btn {
    margin-bottom: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E6EE;
  }
  .product-info .product-order-btn button {
    height: 42px;
  }
  /* End .product-info */
  .product-toppings {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .product-toppings.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-toppings .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-toppings .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-toppings .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-toppings .product-toppings-content {
    justify-content: space-between;
  }
  .product-toppings .product-topping {
    width: calc(50% - 10.5px);
    height: 170px;
    margin: 0 0 25px;
    padding: 0 15px 15px;
    border: 1px solid #EAE9F0;
  }
  .product-toppings .product-topping .product-topping-btn-add,
.product-toppings .product-topping .product-topping-buttons-wrap {
    top: 8px;
    right: 8px;
  }
  .product-toppings .product-topping .product-topping-btn-add .label,
.product-toppings .product-topping .product-topping-buttons-wrap .label {
    display: none;
  }
  .product-toppings .product-topping .product-topping-btn-add .count,
.product-toppings .product-topping .product-topping-buttons-wrap .count {
    width: 28px;
  }
  .product-toppings .product-topping .product-topping-name {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .product-toppings .product-topping .product-topping-description span,
.product-toppings .product-topping .product-topping-description strong {
    font-size: 12px;
  }
  .product-upsells {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-upsells.active .product-toppings-content {
    margin-top: 20px;
  }
  .product-upsells .product-toppings-header {
    padding: 0 15px;
  }
  .product-upsells .product-toppings-header .icon-arrow {
    margin-top: 3px;
    width: 40px;
    height: 26px;
  }
  .product-upsells .product-toppings-header .icon-arrow svg {
    width: 14px;
  }
  .product-upsells .product-toppings-header h2 span {
    margin-left: 8px;
    font-size: 24px;
  }
  .product-upsells .product-add-to-cart {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-counter-wrap {
    right: 15px;
    bottom: 12px;
  }
  .product-upsells .product-toppings-content {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 20px 15px;
  }
  .product-upsells .product-topping {
    min-width: 254px;
    max-width: 254px;
    height: 280px;
    margin-top: 0;
    margin-right: 15px;
    padding: 0 15px 10px;
    background: #fff;
    border: 1px solid #EAE9F0;
    border-radius: 8px;
  }
  .product-upsells .product-topping:last-child {
    margin-right: 0;
  }
  .product-upsells .product-topping .product-topping-img img {
    width: auto;
    max-height: 168px;
  }
  .product-upsells .product-topping .product-topping-name {
    font-size: 12px;
  }
  .page-footer {
    padding: 16px 0 14px;
  }
  .page-footer .copyright {
    font-size: 12px;
  }
  .page-footer .footer-cards {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .page-footer .made-by span {
    font-size: 12px;
  }
  .sidebar-cart-wrap {
    right: -100%;
    width: 100%;
    /* End .cart-item */
  }
  .sidebar-cart-wrap.active {
    right: 0;
  }
  .sidebar-cart-wrap .sidebar-content-wrap {
    height: fit-content !important;
  }
  .sidebar-cart-wrap .sidebar-content-inner-scroll {
    height: auto;
    overflow: hidden;
  }
  .sidebar-cart-wrap .cart-empty-wrap {
    padding: 0 15px;
  }
  .sidebar-cart-wrap .cart-empty-wrap span {
    font-size: 14px;
  }
  .sidebar-cart-wrap .sidebar-cart-inner {
    height: 100%;
    padding-bottom: 165px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidebar-cart-wrap .sidebar-cart-inner h3 {
    margin: 0;
    padding: 20px 0 0 60px;
    font-size: 32px;
  }
  .sidebar-cart-wrap .close-cart-btn {
    display: flex !important;
    top: 4px;
    width: 26px;
    height: 40px;
    margin: 20px 0 0 15px;
    transform: none;
  }
  .sidebar-cart-wrap .close-cart-btn svg {
    height: 13px;
  }
  .sidebar-cart-wrap .cart-item {
    position: relative;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 20px 0;
  }
  .sidebar-cart-wrap .cart-item .item-remove-btn {
    top: 12px;
  }
  .sidebar-cart-wrap .cart-item .item-name {
    font-size: 14px;
  }
  .sidebar-cart-wrap .cart-item .item-col--left {
    max-width: none;
  }
  .sidebar-cart-wrap .cart-item .item-col--left a {
    display: flex;
  }
  .sidebar-cart-wrap .cart-item .item-col--left img {
    display: block;
    margin: 0 auto;
  }
  .sidebar-cart-wrap .cart-item .item-col--right {
    position: static;
    width: 100%;
    padding: 0;
  }
  .sidebar-cart-wrap .cart-make-order {
    text-align: left;
  }
  .sidebar-cart-wrap .cart-make-order span {
    font-size: 12px;
  }
  .sidebar-cart-wrap .cart-order-total-price-wrap {
    margin-right: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-total-price-wrap .price-label {
    display: none;
    margin-right: 6px;
    font-size: 20px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap {
    position: fixed;
    height: 84px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-cart-wrap .cart-order-btn-wrap button .price-value--discount {
    margin-left: 6px;
  }
  /* Checkout page*/
  body.woocommerce-checkout .sidebar-checkout-wrap {
    top: 72px;
    width: 100%;
    height: calc(100% - 72px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap.active {
    right: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .sidebar-checkout-inner-scroll {
    padding: 20px 15px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn {
    margin-right: 8px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button {
    width: 26px;
    height: 40px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title-btn button svg {
    height: 13px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .col-title h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section-title {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .promocode-wrap button {
    font-size: 12px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-row label {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-item {
    margin-bottom: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-section {
    margin-bottom: 25px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .form-value input {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .payment-type-wrap .payment-item label {
    font-size: 14px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .shipping-method-wrap .shipping-item {
    width: calc(50% - 7px);
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .woocommerce-checkout-review-order-table {
    margin: 0;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap {
    margin-right: 15px;
    padding-right: 15px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-value--discount {
    margin-left: 2px;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-order-total-price-wrap .price-label {
    display: none;
  }
  body.woocommerce-checkout .sidebar-checkout-wrap .cart-make-order span {
    font-size: 12px;
  }
  .mobile-navigation-wrap {
    display: block;
  }
  .mobile-navigation-wrap .lang-wrap {
    position: static;
    display: flex;
  }
  .mobile-navigation-wrap .lang-wrap .current-lang > a {
    display: none;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .mobile-navigation-wrap .lang-wrap .language-chooser li {
    display: flex !important;
  }
  .mobile-lang-wrap {
    margin: 24px 0 0;
  }
  .mobile-lang-wrap .language-chooser {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile-lang-wrap .language-chooser li {
    margin: 0 7px;
  }
  .mobile-lang-wrap .language-chooser li.active a {
    color: #fff;
    background: #c0c0c0;
    border-color: #c0c0c0;
  }
  .mobile-lang-wrap .language-chooser li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #065D63;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  .section-title h2:before {
    bottom: 3px;
  }
  .section-title span {
    font-size: 32px;
    line-height: 1.3;
  }
  .franchise-main-info {
    flex-wrap: wrap;
    background: #fff;
  }
  .franchise-main-info .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .franchise-main-info .col-left .section-title h2:before {
    display: none;
  }
  .franchise-main-info .col-right {
    width: 100%;
    padding: 0 15px 40px;
  }
  .franchise-main-info .col-right img {
    border-radius: 4px;
  }
  .franchise-main-info .col-right .sticky-div {
    position: static;
  }
  .franchise-main-info .franchise-main-description {
    margin-top: 30px;
    padding: 0;
  }
  .franchise-main-info .franchise-start {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .franchise-main-info .franchise-start .franchise-start-title {
    width: auto;
  }
  .franchise-main-info .franchise-start h3 span {
    font-size: 21px;
  }
  .franchise-main-info .franchise-start p {
    font-size: 21px;
  }
  .franchise-main-info .franchise-text {
    margin-top: 30px;
    padding: 0;
  }
  .live-numbers-wrap {
    margin-top: 40px;
    padding: 0;
  }
  .live-numbers-wrap .section-title {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-numbers-content {
    padding: 0;
  }
  .live-numbers-wrap .live-number-text {
    padding-top: 0;
    padding-left: 38px;
  }
  .live-numbers-wrap .live-number-text h3 span {
    font-size: 16px;
  }
  .live-numbers-wrap .live-number {
    margin-bottom: 30px;
  }
  .live-numbers-wrap .live-btn-wrap {
    margin-top: 40px;
    padding-left: 0;
  }
  .franchise-benefits-wrap {
    margin: 0;
    padding: 25px 15px;
    background: #FAFAFA;
  }
  .franchise-benefits-wrap .section-title {
    margin-bottom: 20px;
  }
  .franchise-benefits-wrap .franchise-benefits {
    padding: 0;
  }
  .franchise-benefits-wrap .franchise-benefit {
    width: 100%;
    margin-bottom: 15px;
  }
  .franchise-benefits-wrap .franchise-benefit h4 {
    font-size: 16px;
  }
  .franchise-about-wrap .row {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .row div:first-child {
    width: 100%;
    padding: 0;
  }
  .franchise-about-wrap .row div:last-child {
    width: 100%;
  }
  .franchise-about-wrap .col-text {
    height: 200px;
  }
  .franchise-about-wrap .col-text.label-right {
    height: 200px;
  }
  .franchise-about-wrap .col-text img {
    width: 200px;
  }
  .franchise-about-wrap .col-text p {
    margin: -45px auto 50px;
    font-size: 16px;
  }
  .franchise-about-wrap .col-text-img {
    flex-wrap: wrap;
  }
  .franchise-about-wrap .col-text-img img {
    width: 100%;
  }
  .delivery-zone-items {
    margin: 0;
  }
  .delivery-zone-item {
    margin-bottom: 20px;
  }
  .delivery-zone-item .delivery-short-info {
    padding-left: 20px;
  }
  .delivery-zone-item .zone-title span {
    font-size: 20px;
  }
  .delivery-zone-item .zone-time {
    font-size: 20px;
  }
  .delivery-zone-item .zone-content span strong {
    font-size: 14px;
  }
  .delivery-zones-wrap {
    flex-wrap: wrap;
  }
  .delivery-zones-wrap .section-title h2:before {
    display: none;
  }
  .delivery-zones-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .delivery-zones-wrap .col-right {
    width: 100%;
  }
  .delivery-zones-wrap .map-wrap {
    height: 500px;
  }
  .delivery-short-text {
    margin: 30px 0;
    padding: 0;
  }
  .delivery-payments {
    padding: 0;
  }
  .delivery-payment-option {
    margin-bottom: 20px;
  }
  .delivery-payment-option .delivery-payment-text {
    padding-left: 30px;
  }

  .delivery-payment-option .delivery-payment-text h3 span {
    font-size: 22px;
  }
  .map-search-wrap {
    flex-wrap: wrap;
    left: 15px;
    right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 30px);
  }
  .map-search-wrap span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .map-search-wrap .form-wrap {
    width: 100%;
  }
  .delivery-payments-wrap {
    margin: 0;
    padding: 35px 15px;
  }
  .delivery-payments-shorttext {
    padding: 0;
  }
  body.page-template-tpl-reviews .page-content-wrap-inner {
    overflow: auto;
  }
  .reviews-wrap {
    flex-wrap: wrap;
    height: auto;
  }
  .reviews-wrap .section-title h2:before {
    display: none;
  }
  .reviews-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .col-right {
    width: 100%;
    padding: 25px 15px;
  }
  .reviews-wrap .glsr-pagination {
    margin-top: 30px;
  }
  .reviews-wrap .glsr-pagination .nav-links {
    justify-content: center;
  }
  .review-item.review-reply {
    padding-left: 70px;
  }
  .review-item.review-reply:before {
    width: 24px;
    background-size: 20px;
  }
  .review-item .review-item-inner {
    width: 100%;
  }
  .review-item .review-username {
    font-size: 12px;
  }
  .review-item .review-content {
    padding-bottom: 4px;
  }
  .review-item .review-content p {
    font-size: 14px;
  }
  .glsr .glsr-star {
    background-size: 1.2rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
  }
  .glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    gap: 0 !important;
  }
  .review-form-title {
    margin-bottom: 20px;
  }
  .review-form-item {
    margin: 0;
  }
  .about-main-wrap {
    flex-wrap: wrap;
  }
  .about-main-wrap.about-second-block .col-right {
    padding: 0 15px 20px;
  }
  .about-main-wrap.about-second-block .col-right:before {
    right: -150px;
  }
  .about-main-wrap ul {
    margin: 0;
  }
  .about-main-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-main-wrap .section-title {
    margin-bottom: 20px;
  }
  .about-main-wrap .section-title h2:before {
    display: none;
  }
  .about-main-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .about-main-wrap .col-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-main-wrap .col-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about-main-wrap .about-image-quote {
    padding: 0 30px;
    font-size: 14px;
  }
  .about-main-wrap .about-image-quote:before {
    left: -30px;
    font-size: 40px;
  }
  .about-main-wrap .about-left-inner {
    padding: 0;
  }
  .about-main-wrap .about-left-inner p,
.about-main-wrap .about-left-inner blockquote {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .jobs-top-section-wrap {
    flex-wrap: wrap;
  }
  .jobs-top-section-wrap .section-title {
    margin-bottom: 20px;
  }
  .jobs-top-section-wrap .section-title h2:before {
    display: none;
  }
  .jobs-top-section-wrap .jobs-about p {
    margin-bottom: 15px;
  }
  .jobs-top-section-wrap .col-left {
    width: 100%;
    padding: 25px 15px;
  }
  .jobs-top-section-wrap .sticky-div {
    position: static;
  }
  .jobs-top-section-wrap .col-right {
    width: 100%;
  }
  .jobs-top-section-wrap .col-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .jobs-top-section-wrap .jobs-about {
    margin-bottom: 40px;
    padding: 0;
  }
  .job-offers .section-title {
    margin-bottom: 30px;
  }
  .job-offers .job-inner {
    position: relative;
    padding: 0;
    z-index: 5;
  }
  .job-offers .row {
    flex-wrap: wrap;
  }
  .job-offers .row:nth-child(1) .col-text:after {
    right: -112px;
  }
  .job-offers .row:nth-child(2) .col-text:after {
    right: -90px;
  }
  .job-offers .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .job-offers .col {
    width: 100% !important;
    min-height: 0;
    overflow: auto;
  }
  .job-offers .col-text {
    padding: 40px 15px;
    overflow: hidden;
  }
  .job-offers .col-text:after {
    right: -26px !important;
    width: 50px !important;
    height: 100% !important;
    background: url("../img/job-row-1.svg") center no-repeat !important;
  }
  .job-offers .job-info label,
.job-offers .job-info h5 {
    font-size: 12px;
  }
  .job-offers .job-title {
    margin: 5px 0 15px;
  }
  .job-offers .job-title span {
    font-size: 22px;
  }
  .job-offers .job-text {
    font-size: 14px;
  }
  .jobs-contact-wrap {
    padding: 40px 0;
  }
  .jobs-contact-wrap:before {
    display: none;
  }
  .jobs-contact-wrap .container {
    padding: 0 15px;
  }
  .jobs-contact-wrap form {
    margin: 30px 0;
    padding: 30px 15px 10px;
  }
  body.single-jobs .page-content-wrap-inner {
    overflow: auto;
  }
  body.single-jobs .review-form-item {
    margin-bottom: 15px;
  }
  body.single-jobs .reviews-wrap .col-right {
    padding-bottom: 0;
  }
  body.page-template-tpl-partners .review-form-item {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-info label {
    font-size: 12px;
  }
  .single-job-wrap .job-info h5 {
    font-size: 14px;
  }
  .single-job-wrap .job-img {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .single-job-wrap .job-text .list-title {
    margin-bottom: 15px;
  }
  .single-job-wrap .job-text ul {
    margin-bottom: 20px;
  }
  .single-job-wrap .job-text ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote {
    padding: 0 40px;
    font-size: 14px;
  }
  .single-job-wrap .about-image-quote:before {
    left: -30px;
    background-size: 40px;
  }
  .blog-wrap {
    flex-wrap: wrap;
    padding: 40px 15px;
  }
  .blog-wrap:after {
    display: none;
  }
  .blog-wrap .col-left {
    flex-wrap: wrap;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .blog-wrap .col-left .page-footer {
    display: block;
    width: calc(100% + 30px);
    margin: 40px -15px 0;
  }
  .blog-wrap .col-title {
    width: 100%;
  }
  .blog-wrap .col-title .section-title {
    margin: 0 0 20px;
  }
  .blog-wrap .col-posts {
    width: 100%;
    height: auto;
  }
  .blog-wrap .col-posts .col-posts-inner {
    margin: 0;
  }
  .blog-wrap .col-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
  }
  .blog-wrap .col-content.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .blog-wrap .col-content .blog-post-content {
    margin-top: 30px;
    padding: 0 15px;
  }
  .blog-wrap .col-content .page-footer {
    display: none;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .post-item-link {
    flex-wrap: wrap;
    padding: 0;
  }
  .post-item .post-img {
    width: 100%;
    height: auto;
  }
  .post-item .post-img img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .post-item .post-info {
    max-width: none;
    padding: 20px 0 0;
  }
  .load-more-posts {
    position: static;
    height: auto;
  }
  .load-more-posts:before, .load-more-posts:after {
    display: none;
  }
  .blog-post-content {
    margin-top: 40px;
    padding: 0;
  }
  .blog-post-content .post-img img {
    width: 100%;
    height: auto;
  }
  .homepage-content-wrap .container {
    padding: 100px 15px 0;
    align-items: center;
    justify-content: flex-start;
  }
  .homepage-content-wrap .home-subtitle {
    font-size: 10px;
  }
  .homepage-content-wrap .home-title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin: 16px 0 40px;
  }
  .homepage-content-wrap .home-title span {
    text-decoration-thickness: 6px;
  }
  .homepage-content-wrap .order-now {
    height: 42px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 10px;
  }
  .homepage-content-wrap .home-zones-delivery {
    display: none;
  }
  .homepage-content-wrap .mobile-dishes-btn {
    display: block;
  }
  .modal-wrap {
    left: 0;
  }
  .modal-wrap .modal-close {
    top: 12px;
    right: 10px;
  }
  .modal-wrap.modal-upsale .modal-inner {
    padding: 40px 15px;
    height: 100%;
    overflow-y: auto;
  }
  .modal-wrap.modal-franchise .modal-inner {
    width: calc(100% - 30px);
    padding: 20px 25px;
  }
  .modal-wrap.modal-franchise .review-form-item {
    margin-bottom: 10px;
  }
  .modal-wrap.modal-franchise .submit-btn {
    margin-top: 20px;
  }
  .modal-wrap .product-upsale-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    border: 1px solid #dedede;
  }
  .modal-wrap .product-upsale-item .product-name {
    font-size: 12px;
  }
  .modal-wrap .section-title span {
    font-size: 28px;
  }
  .check-other-jobs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .check-other-jobs .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .check-other-jobs .jobs-slider {
    padding: 0 65px;
  }
  .check-other-jobs .slick-arrow {
    top: 71px;
  }
  .check-other-jobs .job-title a {
    font-size: 24px;
  }
  .check-other-jobs .job-featured-img {
    height: 200px;
  }
  .aquarium-shop-section {
    padding: 35px 15px;
  }
  .aquarium-shop-section .section-title {
    margin-bottom: 10px;
  }
  .aquarium-shop-section .aquarium-shop-content .col-left {
    width: 100%;
  }
  .aquarium-shop-section .aquarium-shop-content .col-right {
    width: 100%;
    padding-left: 0;
  }
  .aquarium-shop-section .shop-list {
    height: auto;
    margin-bottom: 20px;
  }
  .aquarium-shop-section .shop-list-item {
    padding: 20px 15px;
  }
  .aquarium-shop-section .shop-list-img {
    width: 110px;
    height: 80px;
  }
  .aquarium-shop-section .shop-list-data {
    width: calc(100% - 110px);
    padding-top: 0;
  }
  .aquarium-shop-section .item-location-map {
    margin: 20px 0;
    height: 200px;
  }
  .aquarium-shop-section .item-location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aquarium-shop-section .item-description .item-col {
    width: 100%;
  }
  .aquarium-shop-section .item-description .item-row {
    margin-bottom: 20px;
  }
  .aquarium-shop-section .item-description .item-row.item-phones {
    margin-bottom: 20px;
  }
  .aquarium-faq-section {
    padding: 0;
  }
  .aquarium-faq-section .col-left {
    width: 100%;
    padding: 30px 15px;
  }
  .aquarium-faq-section .aquarium-faq {
    padding-left: 0;
  }
  .aquarium-faq-section .col-right {
    width: 100%;
  }
  .aquarium-faq-section .col-right img {
    border-bottom-left-radius: 0;
  }
  .aquarium-is-wrap {
    height: auto;
    padding: 40px 0;
  }
  .aquarium-is-wrap .aquarium-is-inner {
    padding: 0 15px;
    text-align: center;
    transform: none;
  }
  .aquarium-is-wrap .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .aquarium-is-wrap .section-title span {
    font-size: 38px;
  }
  .aquarium-is-wrap p {
    font-size: 22px;
  }
  .aquarium-contacts-wrap {
    padding: 40px 0;
  }
  .aquarium-contacts-wrap .aquarium-links {
    flex-wrap: wrap;
  }
  .aquarium-contacts-wrap .link-item {
    justify-content: center;
    width: 100%;
    margin: 15px 0;
  }
  .aquarium-contacts-wrap .link-item a {
    padding: 0 !important;
    border: 0 !important;
  }
  .aquarium-contacts-wrap .aquarium-more-info {
    margin-top: 30px;
    padding: 0 15px;
  }
  .text-page {
    padding: 35px 15px;
  }
  .text-page:before {
    right: -140px;
  }
  .text-page .section-content {
    padding-left: 0;
  }
  .thanks-wrap {
    height: calc(100% - 54px);
    margin: 0;
    padding: 0 15px;
  }
  .thanks-wrap:before {
    display: none;
  }
  .thanks-wrap:after {
    right: -230px;
    bottom: 0;
    height: 100%;
  }
  .thanks-wrap .woocommerce > img {
    width: 50%;
    margin-bottom: 30px;
  }
  .thanks-inner .section-title h2:before {
    height: 6px;
    bottom: 4px;
  }
  .mfp-arrow {
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%);
  }
  .mfp-arrow:before, .mfp-arrow:after {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .mfp-arrow:before {
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    border-radius: 4px !important;
  }
  .iziToast-wrapper .iziToast-close {
    display: none;
  }
  .mobile-back-to {
    display: flex;
  }
  .woocommerce-shipping-fields .shipping_address .form-row.shipping_date .woocommerce-input-wrapper:before {
    left: 8px;
    background-size: 16px;
  }
  .woocommerce-shipping-fields .shipping_address .form-row.shipping_date .woocommerce-input-wrapper:after {
    left: 38px;
  }
  .woocommerce-shipping-fields .shipping_address .form-row.shipping_time .woocommerce-input-wrapper:before {
    left: 8px;
    background-size: 16px;
  }
  .woocommerce-shipping-fields .shipping_address .form-row.shipping_time .woocommerce-input-wrapper:after {
    left: 38px;
  }
  .woocommerce-shipping-fields .shipping_address .form-row input {
    font-size: 14px;
    padding-left: 49px;
  }
  .checkout_policy {
    flex-wrap: wrap;
    font-size: 12px;
  }
}

.home_slider,
.home_slider .slick-list,
.home_slider .slick-track,
.home_slider_nav,
.home_slider_nav .slick-list,
.home_slider_nav .slick-track{
  height: 100%;
}

.home_slider .slick-track,
.home_slider_nav .slick-track{
  display: flex;
}

.home_slider .slick-slide,
.home_slider_nav .slick-slide{
  height: inherit;
  display: flex;
  flex-direction: column;
}

.home_slider .slick-slide div{
  height: 100%;
}

.home_slider_nav  .home-title{
  max-width: 710px;
}

.home_slider .slick-dots{
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: flex;
  font-size: 0;
  left: 137px;
  z-index: 20;
}
.home_slider .slick-dots li{
  padding-left: 8px;
  padding-right: 8px;
}
.home_slider .slick-dots button{
  border: none;
  background: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  font-size: 0;
}

.home_slider .slick-dots li.slick-active button{
  background-color: #065D63;
}

.home_slider_nav .slick-slide{
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:1599px) {
  .home_slider .slick-dots{
    left: 67px;
  }
}

@media screen and (max-width:1279px) {
  .home_slider_nav .slick-slide{
    align-items: center;
    text-align: center;
  }

  .homepage-content-wrap .container{
    padding-top: 0;
  }

  .home_slider .slick-dots{
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%) scale(.8);
  }
}