@import url(https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap);
/*@import url(https://fonts.googleapis.com/css2?family=Century+Schoolbook:wght@400;700&display=swap);*/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

@-webkit-keyframes shake {
  from {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  from {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

* {
  outline: 0 !important;
  font-weight: 400;
  text-rendering: optimizelegibility;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.dark-overlay,
.light-overlay {
  position: relative;
  z-index: 6;
}

.dark-overlay:before,
.light-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.light-overlay:before {
  background-color: rgba(255, 255, 255, 0.4);
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Roboto Slab-regular", sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #3d2514;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

hr {
  margin: 15px 0;
}

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

.cursor-pointer {
  cursor: pointer;
}

.border-0 {
  border: 0;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-cnt-btwn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.label {
  padding: 14px 22px 8px;
  background-color: #ffc045;
  display: inline-block;
  color: #3d2514;
}

.button {
  background-color: #99a590;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Slab-regular", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 40px;
  line-height: normal;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button:hover {
  color: #fff;
  background-color: #99a590;
}

.button:focus {
  color: #fff;
}

.section {
  padding-top: 156px;
}

.instagram:hover {
  background-color: #e92452;
}

.facebook:hover {
  background-color: #1977f1;
}

.twitter:hover {
  background-color: #1da0f2;
}

.whatsapp:hover {
  background-color: #6ec069;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Roboto Slab-regular", sans-serif;
  font-weight: 700;
  line-height: normal;
}

a,
button {
  outline: 0 !important;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:focus {
  color: unset;
}

b,
strong {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.section-title {
  font-size: 35px;
  font-weight: 500;
  font-family: "Roboto Slab-regular", sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #3d2514;
  margin-bottom: 10px;
}

.section-label {
  font-size: 25px;
  margin-bottom: 28px;
  font-weight: 500;
}

.section-subtitle {
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.padd_lr0 {
  padding: 0;
}

.padd_r0 {
  padding-right: 0;
}

.padd_l0 {
  padding-left: 0;
}

textarea {
  resize: none;
}

.form-control::-webkit-input-placeholder {
  color: #a5a5a5;
}

.form-control::-moz-placeholder {
  color: #a5a5a5;
}

.form-control:-ms-input-placeholder {
  color: #a5a5a5;
}

.form-control::-ms-input-placeholder {
  color: #a5a5a5;
}

.form-control::placeholder {
  color: #a5a5a5;
}

.form-control:focus {
  border: 3px solid #99a590;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-area::-webkit-input-placeholder {
  color: #a5a5a5;
}

.form-control-area::-moz-placeholder {
  color: #a5a5a5;
}

.form-control-area:-ms-input-placeholder {
  color: #a5a5a5;
}

.form-control-area::-ms-input-placeholder {
  color: #a5a5a5;
}

.form-control-area::placeholder {
  color: #a5a5a5;
}

.form-control-area:focus {
  border: 3px solid #99a590;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
}

.btn-border {
  border: 2px solid #99a590;
  padding: 6px 66px;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #379889;
  font-size: 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-border:hover {
  background-color: #99a590;
  color: #fff;
}

.custom-primary {
  color: #99a590;
}

.custom-primary:hover {
  color: #99a590;
}

.custom-secondary {
  color: #ffc045;
}

.custom-secondary:focus {
  color: #ffc045;
}

.modal-lg {
  max-width: 1000px;
}

.modal-content {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0;
}

.modal-body {
  padding: 20px;
}

table {
  width: 100%;
  margin-bottom: 30px;
}

table td,
table th {
  padding: 15px;
  vertical-align: middle;
}

.gizle {
  display: none;
}

.tab-content {
  margin-top: 20px;
}

.nav-item {
  margin: 0;
}

.nav-link {
  padding: 10px 20px;
  background-color: #f9f9f9;
  font-weight: 600;
  margin-right: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #1d2228;
}

.nav-link.active {
  background-color: #ed4e53;
  color: #fff;
}

.navbar {
  position: relative;
  z-index: 2;
  height: 250px;
  padding: 0 50px 0 60px;
  -webkit-transition: background-image 0.2s ease, padding 0.3s linear,
    -webkit-box-shadow 0.2s ease;
  transition: background-image 0.2s ease, padding 0.3s linear,
    -webkit-box-shadow 0.2s ease;
  -o-transition: background-image 0.2s ease, box-shadow 0.2s ease,
    padding 0.3s linear;
  transition: background-image 0.2s ease, box-shadow 0.2s ease,
    padding 0.3s linear;
  transition: background-image 0.2s ease, box-shadow 0.2s ease,
    padding 0.3s linear, -webkit-box-shadow 0.2s ease;
}

.navbar .call-delivery {
  margin-bottom: 25px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: space-between;
}

.navbar .call-delivery-icon {
  margin-right: 15px;
  -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 5000px;
  perspective: 5000px;
  font-size: 17px;
  font-weight: 700;
  font-family: "Roboto Slab-regular", sans-serif;
}

.navbar .call-delivery-icon a {
  color: #99a590;
  font-weight: 700;
}

.navbar .call-delivery-number {
  font-size: 17px;
  font-weight: 700;
  font-family: Roboto Slab-regular, sans-serif;
}

.navbar .call-delivery-number a {
  color: #99a590;
  font-weight: 700;
}

.call-delivery-right {
  display: flex;
  justify-content: flex-end;
  float: left;
  width: 45%;
  padding-left: 100px;
  color: #99a590;
}

/*    .call-delivery-right span
    {
        padding-right: 200px
    }*/

.navbar.affix {
  position: fixed !important;
  padding-top: 0;
  background-color: white;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.navbar.affix-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*.navbar-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: center;
}*/
.navbar-header {
  display: none;
}

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

.navbar-brand {
  padding: 0;
  text-transform: uppercase;
  font-family: "Roboto Slab-regular", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #99a590;
}

.navbar-brand img {
  /*margin-right: 10px;*/
  margin: 0 auto 0 auto;
}

.navbar-brand img::-moz-selection {
  background: 0 0;
}

.navbar-brand img::selection {
  background: 0 0;
}

.navbar-brand::-moz-selection {
  background: 0 0;
}

.navbar-brand::selection {
  background: 0 0;
}

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

.navbar-right {
  text-align: right;
  width: 100%;
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*    .navbar-nav > li > a
    {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 4px;
        line-height: 30px;
        text-transform: uppercase;
        margin-left: 50px;
        position: relative;
        text-shadow: none;
        font-family: 'Bebas Neue',sans-serif;
        color: #99A590
    }*/
.navbar-nav > li > a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 40px;
  position: relative;
  text-shadow: none;
  font-family: "Roboto Slab-regular", sans-serif;
  color: #99a590;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: transparent;
  color: #3d2514;
}

.navbar-nav > li.active > a {
  color: #ffd630;
}

#navbar_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: initial;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

footer {
  position: relative;
  margin-top: 10px;
  /*opacity: 0.9;*/
}

footer::before {
  content: "";
  /*background-image: url('../img/footer-bg.png');*/
  background-color: #99a590;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*opacity: 0.5;*/
}

footer:after {
  content: "";
  /*background-color: rgba(33, 33, 33,.7);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.footer-top
{
    position: relative;
    z-index: 1;
    padding-top: 84px;
    padding-left: 43px
}*/

/*.footer-logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}*/
.mobile-footer {
  display: none;
}

.desktop-footer {
  display: block;
}

.footer-top {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-top ul,
li,
a {
  color: #fff;
  font-size: 20px;
}

.footer-top ul {
  list-style-type: none;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 70%;
  margin: 0 auto 0 auto;
}

.footer-logo-left {
  float: left;
  vertical-align: middle;
  padding-left: 5%;
}

.footer-logo-mid-1 {
  height: 100%;
  margin: auto 0 auto 0;
  vertical-align: central;
  padding-left: 5%;
}

.footer-logo-mid-1 a:hover {
  color: #212121;
}

.footer-logo-mid-2 {
  height: 100%;
  margin: auto 0 auto 0;
  vertical-align: central;
  padding-left: 10%;
}

.footer-logo-mid-2-top {
  margin-top: -15px;
}

.footer-logo-mid-2-mid {
  margin-top: 5px;
}

.footer-logo-desc {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.footer-logo-desc-desktop {
  text-align: left;
  color: #fff;
  font-size: 20px;
  margin-top: -10px;
}

.footer-logo-right {
  height: 100%;
  margin: auto 0 auto 0;
  vertical-align: central;
  padding-left: 50px;
  padding-bottom: 50px;
}

.footer-logo span {
  line-height: normal;
  color: #fff;
  font-size: 64px;
  font-family: "Roboto Slab-regular", sans-serif;
  font-weight: 500;
  margin-left: 32px;
}

.footer-desc {
  color: #fff;
  font-size: 17px;
  max-width: 50%;
  margin-bottom: 0;
  padding-top: 44px;
}

.footer-middle {
  position: relative;
  z-index: 1;
  padding-left: 43px;
  padding-right: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact {
  padding-top: 44px;
}

.footer-contact-item {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-icon {
  margin-right: 30px;
}

.footer-contact-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto Slab-regular", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-contact-text:hover {
  color: #212121;
}

.footer-contact-text:focus {
  color: #fff;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-right: 30px;
  padding-left: 43px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copyright {
  margin-bottom: 0;
  color: #fff;
  padding-bottom: 30px;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px 35px;
  margin-top: -1px;
}

.footer-social a {
  width: 29px;
  min-width: 29px;
  height: 29px;
  margin-left: 12px;
  background-color: #fff;
  color: #212121;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social a:hover {
  color: #fff;
}

.footer-social a:focus {
  color: #212121;
}

.banner {
  /*height: 100vh;*/ /*623px*/
  height: 75vh; /*623px*/
  padding-top: 375px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-slider {
  height: 100%;
  /*background-image: url(../img/banner/bg.png);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-slider__item {
  padding: 0 50px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-slider__text {
  max-width: 50%;
  padding-right: 30px;
  z-index: 1;
}

/*.banner-slider__media
{
    position: relative;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}*/

.banner-slider__media {
  height: 100%;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-slider .slick-dots {
  display: none !important;
}

.banner-slider .slick-dots li button:before {
  background-color: #fff;
}

.banner-slider .slick-dots li.slick-active button:before,
.banner-slider .slick-dots li:hover button:before {
  background-color: red;
}

.banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  opacity: 1;
}

.banner-subtitle {
  font-size: 24px;
  padding: 12px 18px 8px;
  border: 2px dashed #99a590;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  font-weight: 500;
}

.banner-title {
  font-size: 94px;
  font-weight: 500;
  font-family: "Roboto Slab-regular", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 80px;
  text-shadow: 4px 5px #fee7ba;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.banner-title span {
  font-size: 46px;
}

.banner-badge {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 174px;
  min-width: 174px;
  height: 174px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #bf2222;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-price {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto Slab-regular", sans-serif;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  line-height: 80px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px dashed #99a590;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-price span {
  font-size: 33px;
  line-height: 20px;
}

.banner-grid {
  padding: 40px 80px 0;
}

.banner-grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-grid-column {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-grid-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.banner-grid-big,
.banner-grid-small {
  display: block;
  position: relative;
  margin-top: 35px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.banner-grid-big:hover .banner-grid-image,
.banner-grid-small:hover .banner-grid-image {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.banner-grid-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-calc(50% - 35px);
  height: calc(50% - 35px);
}

.banner-grid-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  margin-top: 30px;
  margin-left: 25px;
  z-index: 1;
}

.banner-grid-subject {
  font-size: 25px;
  margin-bottom: 8px;
  font-weight: 500;
}

.banner-grid-title {
  font-size: 42px;
  font-weight: 500;
}

.menu-box {
  padding: 125px 0 0 0;
}

/*.menu-box .special-list {
  background-color:papayawhip;
}*/

.filter-button-group {
  /*border: 3px solid #fff;*/
  border-radius: 14px;
  margin: 10px 15px;
  display: inline-block;
}

.filter-button-group button {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  background: #99a590;
  padding: 12px 40px;
  border: none;
  border-radius: 14px;
}

.filter-button-group button.activemenu {
  background: #99a590;
  color: #fff;
  box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, 0.2);
}

.special-grid {
  margin: 30px 0px;
  height: 275px;
}

.gallery-single {
  /*margin: 30px 0px;*/
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  height: 100%;
  background-color: red;
}

.gallery-single .img-fluid {
  height: 100%;
  width: 100%;
  float: left;
}

.gallery-single .gallery-single-explain-image {
  height: 100%;
  width: 50%;
}

.gallery-single .gallery-single-explain {
  height: 100%;
  width: 100%;
  background-color: aquamarine;
}

.gallery-single .gallery-single-explain h4,
p,
h5 {
  color: #3d2514;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto Slab-regular", serif;
}

.gallery-single:hover .gallery-single-explain {
  bottom: 0px;
}

.why-text-left {
  position: absolute;
  left: -100%;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: rgba(207, 166, 113, 0.9);
  background: #99a590;
  opacity: 0.9;
  padding: 12px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why-text-left h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto Slab-regular", serif;
}

.why-text-left p {
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px dashed #99a590;
  margin: 0px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.why-text-left h5 {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.gallery-single:hover .why-text-left {
  left: 0;
}

.why-text-right {
  position: absolute;
  left: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: rgba(207, 166, 113, 0.9);
  background: #99a590;
  opacity: 0.9;
  padding: 12px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why-text-right h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto Slab-regular", serif;
}

.why-text-right p {
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px dashed #99a590;
  margin: 0px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.why-text-right h5 {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.gallery-single:hover .why-text-right {
  left: 50%;
}

.about-section-box .img-fluid {
  box-shadow: -10px -10px 0px #d0a772;
}

.menu-top {
  padding-top: 75px;
}

.menu-bottom {
  padding-bottom: 150px;
}

.menu-slider {
  margin-top: 10px;
}

.menu-slider-item.slick-center .menu-slider-item-image > img {
  transform: scale(1.2) translateY(-20px);
}

.menu-slider-item.slick-center .menu-slider-item-shadow {
  margin-top: 20px;
}

.menu-slider-item {
  text-align: center;
}

.menu-slider-item-image {
  height: 331px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.menu-slider-item-burger {
  max-height: -webkit-calc(100% - 55px);
  max-height: calc(100% - 55px);
}

.menu-slider-item-title {
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menu-slider-item-subtitle {
  font-size: 17px;
  line-height: 22px;
  padding: 0 120px;
  margin-bottom: 36px;
}

.reservation-form-new {
  width: 60%;
  min-width: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.responsive-iframe {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.events {
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 50px;
  /*padding-bottom: 150px*/
}

.events a {
  display: block !important;
  font-size: 21px;
  line-height: 33px;
  padding-left: 0;
  color: #3d3d3d;
}

.events-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 18px 24px 43px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 18px 24px 43px 0 rgba(0, 0, 0, 0.17);
}

.events-item-image {
  width: 100%;
  min-width: 100%;
  height: 250px;
  /*    -o-object-fit: contain;
    object-fit: contain*/
}

.events .section-header {
  width: 100%;
  padding: 60px 20px 60px 50px;
}

.events .section-label {
  font-size: 29px;
  margin-bottom: -5px;
  letter-spacing: 2px;
}

.events .section-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.events .section-subtitle {
  font-size: 21px;
  line-height: 33px;
  padding-left: 0;
  color: #3d3d3d;
}

.events .slick-list {
  -webkit-box-shadow: 18px 24px 43px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 18px 24px 43px 0 rgb(0 0 0 / 17%);
}

.events .slick-dots {
  bottom: 0;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 60px;
}

.events .slick-dots li button {
  width: 17px;
  min-width: 17px;
  height: 17px;
  background-color: #dcdcdc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.events .slick-dots li button::before {
  content: none;
}

.events .slick-dots li.slick-active button {
  background-color: #ffc045;
}

.events-contact {
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 125px;
  padding-bottom: 150px;
  display: block;
}

.events-contact-mobile {
  display: none;
}

.events-item-contact {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 18px 24px 43px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 18px 24px 43px 0 rgba(0, 0, 0, 0.17);
}

.events-item-image-contact {
  width: 50%;
  min-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.events-contact .section-header-contact {
  width: 40%;
  padding: 60px 20px 60px 50px;
}

.events-contact .section-label-contact {
  font-size: 29px;
  margin-bottom: 10px;
  margin-top: -60px;
  letter-spacing: 2px;
}

.events-contact .section-title-contact {
  font-size: 32px;
  margin-bottom: 20px;
}

.events-contact .section-subtitle-contact {
  font-size: 21px;
  line-height: 33px;
  padding-left: 0;
  color: #3d3d3d;
}

.events-contact .button {
  margin-top: 15px;
  height: 65px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

/*.reservation
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 5px;
}*/
.reservation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
}

.reservation-left img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.reservation-left img:first-child {
  margin-bottom: 25px;
}

.reservation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reservation-center {
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 150px;
}

.reservation-form {
  margin-top: 60px;
}

.reservation-form .form-control-area {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3d3d3d;
  border-color: #bebebe;
  height: 175px;
  font-size: 17px;
  font-family: "Roboto Slab-regular", sans-serif;
}

.reservation-form .form-control-area::-webkit-input-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control-area::-moz-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control-area:-ms-input-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control-area:-moz-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3d3d3d;
  border-color: #bebebe;
  height: 65px;
  font-size: 17px;
  font-family: "Roboto Slab-regular", sans-serif;
}

.reservation-form .form-control::-webkit-input-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control::-moz-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control:-ms-input-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-control:-moz-placeholder {
  color: #3d3d3d;
}

.reservation-form .form-group {
  margin: 15px 0;
}

.reservation-form .timepicker a.btn,
.reservation-form .timepicker td span {
  color: #333;
  padding: 0;
}

.reservation-form .table-condensed td,
.reservation-form .table-condensed th {
  padding: 0;
}

.reservation-form .bootstrap-datetimepicker-widget {
  width: 180px;
}

.reservation-form .bootstrap-datetimepicker-widget td span {
  height: 20px;
  line-height: 25px;
  width: auto;
}

.reservation-form .bootstrap-datetimepicker-widget td,
.reservation-form .bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 25px;
}

.reservation .section-label {
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.reservation .button {
  margin-top: 15px;
  height: 65px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

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

.rmenu_list li a {
  font-size: 15px;
  color: #99a590;
  display: block;
  padding: 8px 15px;
  letter-spacing: 1px;
  font-family: Roboto Slab-regular, sans-serif !important;
}

.rmenu_list li a:hover {
  background-color: #3d2514;
  color: #fff;
}

.cd-nav-container {
  padding-right: 0;
  width: 80%;
  background-color: white;
  z-index: 1000;
}

.cd-nav-container .rmenu_header {
  background: 0 0;
  text-align: left;
  padding: 20px 15px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cd-nav-container .rmenu_header .call-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cd-nav-container .rmenu_header .call-delivery-label {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  font-family: Roboto Slab-regular, sans-serif;
}

.cd-nav-container .rmenu_header .call-delivery-number {
  font-size: 19px;
  color: #3d2514;
  font-weight: 700;
}

.cd-nav-container .call-delivery-icon-mobile {
  margin-right: 15px;
  -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 5000px;
  perspective: 5000px;
  font-size: 17px;
  font-weight: 900;
  font-family: Roboto Slab-regular, sans-serif;
}

.cd-nav-container .call-delivery-icon-mobile a {
  color: #3d2514;
  font-weight: 900;
}

.cd-nav-container .call-delivery-icon-mobile span {
  color: #3d2514;
  font-weight: 900;
}

#cd-nav .rmenu_list {
  list-style: none;
  padding-left: 0;
}

#cd-nav .rmenu_list li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 41px;
  height: 41px;
  font-size: 24px;
  background-color: #69513d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}

#cd-nav .rmenu_list li a span i {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#cd-nav .rmenu_list li a.open span i {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#cd-nav .rmenu_list li .dropdown-menu {
  position: relative;
  float: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
  top: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #bba02b;
}

#cd-nav .open + .dropdown-menu {
  display: block;
}

.open {
  background: #69513d;
  color: #fff !important;
}

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  margin-top: 8px;
  font-size: 21px;
  margin-left: 10px;
  height: 44px;
  width: 44px;
}

.cd-nav-trigger span {
  position: absolute;
  left: 48%;
  top: 45%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: transparent;
  color: #3d2514;
}

.rmenu_lang {
  margin-bottom: 30px;
  text-align: center;
}

.rmenu_lang li {
  display: inline-block;
}

.rmenu_lang li a {
  color: #fff;
  letter-spacing: 3px;
  padding: 8px 4px;
  margin: 0 8px;
  font-size: 13px;
}

.rmenu_social {
  margin-top: 20px;
  text-align: center;
}

.rmenu_social a {
  display: inline-block;
  margin: 0 4px;
  font-size: 20px;
  color: #fff;
  padding: 10px;
}

.burger-menu {
  right: 0;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}

.burger-menu-icon {
  right: 0;
  margin: 0 10px 50px 0;
}

.cd-overlay {
  z-index: 999;
}

.loading-overlay {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinner {
  position: relative;
  width: 100px;
  height: 40px;
}

.spinner span {
  display: block;
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #99a590;
  opacity: 0.5;
  -webkit-animation: move 1.2s ease-in-out infinite;
  animation: move 1.2s ease-in-out infinite;
}

.spinner span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 20px;
}

.spinner span:nth-of-type(3) {
  left: 40px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.spinner span:nth-of-type(4) {
  left: 60px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.spinner span:last-of-type {
  left: 80px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes move {
  0%,
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes move {
  0%,
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.scroll-up {
  position: fixed;
  right: 50px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
  width: 45px;
  height: 45px;
  min-width: 45px;
  background-color: #6b7763;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scroll-up:hover {
  -webkit-box-shadow: rgba(153, 1, 0, 0.5);
  box-shadow: rgba(153, 1, 0, 0.5);
}

.scroll-up.show {
  visibility: visible;
  opacity: 1;
}

.scroll-up__icon {
  color: #fff;
  font-size: 18px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#map {
  height: 380px;
}

@media only screen and (max-width: 1199px) {
  .banner-subtitle {
    font-size: 20px;
    padding: 8px 14px 6px;
  }

  .banner-title {
    font-size: 84px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1160px) {
  .search-dropdown {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }

  .search-dropdown .dropdown-menu {
    margin-right: 0;
  }

  .search-box {
    width: 100%;
  }

  .search-box__input {
    width: 100%;
  }

  .search-box__container input[type="text"] {
    width: 100%;
    height: 44px;
  }

  .search-box__container input[type="submit"] {
    height: 44px;
  }

  .basket-product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .basket-product-remove {
    padding-right: 0;
    width: 32px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
  }

  .basket-product-info {
    width: 100%;
    padding-right: 0;
  }

  .basket-product-actions {
    width: 100%;
  }

  .basket-product-actions .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .basket-product-actions .price-item.original {
    margin-right: 8px;
  }

  .basket-product-actions .input-snippet {
    margin-top: 20px;
  }

  .basket-product-brand {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .events-item-image {
    width: 100%;
    min-width: 100%;
    height: 216px;
  }
  .header-navigation__category {
    font-size: 14px;
    padding: 6px 10px;
  }

  .orders-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
  }

  .orders-item-content {
    width: 100%;
    margin-right: 0;
  }

  .orders-item-return {
    width: 100%;
  }

  .orders-item-return .button {
    width: 100%;
  }

  .orders-list {
    height: unset;
  }

  .account-rating-product > div {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .creditcard > div {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .user-form > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-card .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .navbar .call-delivery-icon {
    margin-right: 15px;
    -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 5000px;
    perspective: 5000px;
    font-size: 17px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
  }

  .navbar .call-delivery-icon a {
    color: #3d2514;
    font-weight: 700;
  }
}

@media only screen and (max-width: 992px) {
  .call-delivery-right {
    display: none;
  }
  .hidden-tablet {
    display: none;
  }

  .burger-menu__logo {
    width: 265px;
  }

  .cd-nav__divider {
    background-color: #3d2514;
  }

  .header-navigation nav {
    overflow: hidden;
  }

  .header-navigation-dropdown.show {
    display: none;
  }

  .navbar-nav {
    display: none;
  }

  .navbar .call-delivery {
    margin-bottom: 0;
  }

  .navbar-collapse {
    margin-right: 20px;
  }

  .dropdown-desktop:hover .dropdown-menu {
    display: none;
  }

  .banner-badge {
    width: 104px;
    min-width: 104px;
    height: 104px;
    padding: 8px;
  }

  .banner-price {
    font-size: 30px;
    line-height: normal;
  }

  .banner-price span {
    font-size: 24px;
  }

  .banner-subtitle {
    font-size: 20px;
    padding: 8px 14px 6px;
  }

  .banner-title {
    font-size: 64px;
    line-height: 60px;
  }

  .banner-title span {
    font-size: 36px;
  }

  .footer-top {
    padding-top: 60px;
    padding-left: 40px;
  }

  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 80px;
  }

  .footer-end__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-end__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-end__navigation {
    margin-bottom: 18px;
  }

  .footer-end__navigation li:last-child {
    margin-right: 0;
  }

  .footer-desc {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-logo img {
    width: 120px;
  }

  .footer-logo span {
    font-size: 48px;
  }

  .footer-contact {
    padding-top: 30px;
  }

  .footer-bottom {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .scroll-up {
    right: 20px;
  }

  .section {
    padding-top: 100px;
  }

  .section-title {
    font-size: 36px;
  }

  .section-label {
    font-size: 22px;
  }

  .orders-list {
    height: unset;
  }

  .orders-header {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orders-header-button {
    width: 100%;
  }

  .orders-header-button .button {
    width: 100%;
  }

  .orders-header-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }

  .orders-header-item {
    width: 50%;
  }

  .orders-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
  }

  .orders-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .orders-item-status {
    padding-right: 0;
    width: 100%;
  }

  .orders-item-images {
    padding-right: 0;
    width: 100%;
  }

  .orders-item-return {
    width: 100%;
  }

  .orders-item-return .button {
    width: 100%;
  }

  .sell-request-form,
  .sell-request-note {
    width: 100%;
    margin: 0;
  }

  .about-card .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cover {
    height: 400px;
    min-height: auto;
  }

  .cover-title {
    font-size: 40px;
    line-height: 60px;
  }

  .cover-text {
    font-size: 18px;
    line-height: 26px;
  }

  .cover-info {
    padding-bottom: 40px;
  }

  .cover .language-menu,
  .cover .navbar-collapse.collapse {
    display: none;
  }

  .cover .navbar {
    padding: 20px 0;
  }

  .banner-grid {
    padding-left: 70px;
    padding-right: 70px;
  }

  .banner-grid-column {
    width: 100%;
  }

  .events {
    padding-left: 70px;
    padding-right: 70px;
  }

  .events-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .events-item-image {
    width: 100%;
    min-width: 100%;
  }

  .events .section-header {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px 0;
  }

  .events .section-title {
    font-size: 36px;
    text-align: center;
  }

  .events .section-label {
    font-size: 23px;
  }

  .events .section-subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .events .slick-dots {
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .events-contact {
    padding-left: 70px;
    padding-right: 70px;
  }

  /*    .events-contact-mobile
    {
        display: none
    }*/

  .events-contact {
    display: none;
  }

  .events-contact-mobile {
    display: block;
    padding-top: 125px;
    padding-bottom: 50px;
  }

  /*    .navbar-header
    {
        display: none
    }*/

  .events-item-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .events-item-image-contact {
    width: 100%;
    min-width: 100%;
  }

  .events-contact .section-header-contact {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px 0;
  }

  .events-contact .section-title-contact {
    font-size: 36px;
  }

  .events-contact .section-label-contact {
    font-size: 23px;
  }

  .events-contact .section-subtitle-contact {
    font-size: 18px;
    line-height: 30px;
  }

  .reservation-center {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
  }

  .reservation-form .form-control-area {
    height: 50px;
    font-size: 18px;
  }

  .reservation-form .form-control {
    height: 50px;
    font-size: 18px;
  }

  .reservation .button {
    height: 50px;
    font-size: 16px;
  }

  .why-text-left,
  .why-text-right h4 {
    font-size: 18px;
  }

  .why-text-left,
  .why-text-right p {
    margin: 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .call-delivery-right {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /*    .burger-menu-icon
    {
        right: 0;
        margin: 0 10px 50px 0;
    }*/

  .responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .cd-nav-container .call-delivery-mobile {
    margin-left: 15px;
    margin-top: 60px;
  }

  .cd-nav-container .call-delivery-mobile span {
    font-weight: 900;
  }

  .cd-nav__divider {
    background-color: #3d2514;
  }

  .visible-mobile {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .content__margin {
    margin-top: 2.4rem;
  }

  .header-main-navigation {
    display: none;
  }

  .navbar {
    height: 175px;
    /*padding: 0 0;*/
    padding-top: 15px;
  }

  .navbar-collapse.collapse {
    display: none;
  }

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

  .navbar-center {
    width: 100%;
    position: relative;
  }

  .cd-nav-trigger {
    right: 0;
  }

  .banner {
    height: 60vh;
    padding-top: 125px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .banner-slider__item {
    padding: 0 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-slider__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    text-align: center;
  }

  .banner-slider__media {
    width: 100%;
  }

  .banner-title {
    display: block;
    white-space: pre-line;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .banner-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 8px 14px 6px;
  }

  .banner-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-grid-text {
    margin-top: 20px;
  }

  .banner-grid-subject {
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 500;
  }

  .banner-grid-title {
    font-size: 32px;
  }

  .title {
    word-break: break-word;
  }

  .title--xmini {
    font-size: 20px;
  }

  .title--details {
    font-size: 24px;
  }

  .title-icon img {
    display: none;
  }

  .fancybox-prev span {
    margin-left: 20px;
  }

  .fancybox-next span {
    margin-right: 20px;
  }

  .pagination .page-item:first-child .page-link {
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pagination .page-item:last-child .page-link {
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .search-dropdown {
    max-width: 720px;
  }

  .footer-end__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-end__left {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-end__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-end__navigation {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .footer-end__navigation li:last-child {
    margin-right: 0;
  }

  .footer-payment {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-payment li:first-child {
    margin-left: 0;
  }

  .footer-copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-social {
    padding: 20px 0 30px 1px;
  }

  .footer-social-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-mobile a {
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-left: 12px;
    background-color: #fff;
    color: #212121;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social-mobile a:hover {
    color: #fff;
  }

  .footer-social-mobile a:focus {
    color: #212121;
  }

  .footer-text {
    width: 100%;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .brand-slider.slick-slider .slick-prev {
    left: 0;
  }

  .brand-slider.slick-slider .slick-prev:after {
    right: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0.5)),
      to(#f8f8f8)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      #f8f8f8 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      #f8f8f8 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.5) 0,
      #f8f8f8 100%
    );
  }

  .brand-slider.slick-slider .slick-prev:before {
    z-index: 1;
    color: rgba(0, 0, 0, 0.4);
  }

  .brand-slider.slick-slider .slick-next {
    right: 0;
  }

  .brand-slider.slick-slider .slick-next:after {
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0.5)),
      to(#f8f8f8)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      #f8f8f8 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0.5) 0,
      #f8f8f8 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.5) 0,
      #f8f8f8 100%
    );
  }

  .brand-slider.slick-slider .slick-next:before {
    z-index: 1;
    color: rgba(0, 0, 0, 0.4);
  }

  .breadcrumb,
  .filter__container,
  .page-label,
  .product-count,
  .timer {
    display: none;
  }

  .page-filter {
    margin-top: 0;
    min-height: auto;
    border-top: 1px solid #99a590;
  }

  .page-filter-select {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    border-left: 1px solid #99a590;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-filter .select {
    margin: 0;
    padding: 8px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
  }

  .page-filter .select__current {
    border: none;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-filter .select i {
    margin-left: 10px;
  }

  .page-header {
    padding-top: 0;
  }

  .page-description {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-description > a {
    width: 100%;
    text-align: center;
    position: relative;
  }

  .page-description > a::before {
    content: "\e900";
    font-family: IconFont;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
  }

  .page-description > a h1 {
    margin-bottom: 0;
  }

  .page-meta {
    background-color: #fff;
    padding: 10px;
  }

  .filter-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    height: 35px;
    cursor: pointer;
  }

  .filter-mobile i {
    margin-right: 12px;
    color: #a9a9a9;
  }

  .filter-search {
    display: none;
  }

  .product-boutique .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-inner-slider .slick-vertical .slick-slide {
    width: 100% !important;
  }

  .product-inner-info {
    padding: 6px;
  }

  .product-inner-tab .nav-tabs .nav-item {
    width: -webkit-calc(100%/3);
    width: calc(100% / 3);
  }

  .product-inner-tab .nav-tabs .nav-item:nth-child(3n) {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .product-inner-tab .nav-tabs .nav-item:nth-child(3) {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }

  .product-inner-tab .nav-tabs .nav-item:nth-child(3n + 1) {
    border-left: none;
  }

  .product-inner-tab .nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #dedede;
  }

  .product-inner-tab .nav-tabs .nav-item .nav-link.active {
    border-bottom-color: transparent;
  }

  .product-inner-tab .tab-content {
    padding: 25px;
  }

  .review-rate-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .review-details-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .review-search {
    width: 100%;
  }

  .review-search-input input[type="text"] {
    width: 100%;
  }

  .review-sorting-container {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-sorting-container .form-show-buyer,
  .review-sorting-container .select {
    margin-top: 15px;
  }

  .zoom-box .viewer-box {
    top: 100% !important;
    left: 0 !important;
  }

  .popup--bodysize .tab-card-header {
    width: 100%;
  }

  .popup--bodysize .product-bodysize-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup--bodysize .product-bodysize-table-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .popup--bodysize .product-bodysize-table-chart {
    width: 100%;
  }

  .dropdown-menu--left-mobile {
    right: unset;
    left: 0 !important;
  }

  .dropdown-menu--left-mobile:before {
    left: 0;
    right: unset;
    margin-left: 12px;
    -webkit-transform: translateX(0) rotate(45deg);
    -ms-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  .fag-seller-buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
  }

  .fag-seller-buttons .button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .campaign-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .campaign-image {
    width: 100%;
    height: 220px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .campaign-info {
    width: 100%;
  }

  .account-body {
    margin: 0;
  }

  .account-sidebar {
    display: none;
  }

  .account-content {
    width: 100%;
    padding: 0;
  }

  .account-rating-product-actions .button {
    width: 100%;
  }

  .settings-button {
    width: 100%;
  }

  .coupon-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .coupon-title {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .basket-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .basket-sidebar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .basket-product-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .basket-product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .basket-product-remove {
    padding-right: 0;
    width: 32px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
  }

  .basket-product-info {
    width: 100%;
    padding-right: 0;
  }

  .basket-product-actions {
    width: 100%;
  }

  .basket-product-actions .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .basket-product-actions .input-snippet {
    margin-top: 20px;
  }

  .basket-product-brand {
    padding-right: 20px;
  }

  .basket-payment-address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .sell-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sell-note {
    width: 100%;
    padding-right: 0;
  }

  .sell-terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sell-button {
    margin-top: 15px;
  }

  .sell-request-button {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .sell-request-button .button {
    width: 100%;
    margin-top: 0;
  }

  .live-chat {
    margin-top: 15px;
    width: 100%;
  }

  .help-header {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .help-search {
    width: 100%;
  }

  .help-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .help-content,
  .help-sidebar {
    width: 100%;
    padding: 0;
  }

  .help-sidebar .card {
    padding: 15px;
  }

  .help-content {
    margin-top: 10px;
  }

  .help-menu {
    height: 34px;
    padding-right: 34px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf9f9;
    position: relative;
  }

  .help-menu__link {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .help-menu.active {
    height: auto;
  }

  .help-menu.active .help-arrow i:before {
    content: "\e909";
  }

  .help-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .help-accordion {
    margin-bottom: 10px;
  }

  .wallet-card {
    padding: 60px;
  }

  .wallet-container {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .wallet-form label {
    margin-top: 15px;
  }

  .orders-empty {
    padding: 50px;
  }

  .orders-empty-content {
    padding: 0;
  }

  .orders-empty-content img {
    width: 70px;
  }

  .orders-empty-title {
    margin-top: 20px;
  }

  .product-favorite-empty {
    height: 460px;
  }

  .product-favorite-empty-content {
    width: 100%;
  }

  .vip-features-item {
    height: auto;
  }

  .vip-features-button {
    width: 100%;
  }

  .about-card .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cover-text {
    width: 100%;
  }

  .menu-box {
    padding: 1px 0 0 0;
  }

  .events {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*
    .events-contact
    {
        padding-left: 20px;
        padding-right: 20px
    }

    .events-contact-mobile
    {
        display: none;
    }*/

  .events-contact {
    display: none;
  }

  .events-contact-mobile {
    display: block;
    padding-top: 125px;
    padding-bottom: 50px;
  }

  /*    .navbar-header
    {
        display: none
    }*/

  .reservation-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

  .menu-slider-item-subtitle {
    padding: 0 20px;
  }

  .footer-top-ust-left {
    float: left;
    width: 30%;
    height: 100%;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  /*    .burger-menu-icon
    {
        right: 0;
        margin: 0 10px 50px 0;
    }*/

  .product-inner-slider .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .product-inner-slider .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .filter-button-group {
    border: none;
    margin: 10px 0px;
  }

  .filter-button-group button {
    padding: 12px 5px;
    margin-bottom: 5px;
  }

  .why-text-left,
  .why-text-right p {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .menu-top {
    padding-top: 25px;
  }

  .menu-bottom {
    padding-bottom: 50px;
  }

  .menu-slider {
    margin-top: -35px;
  }

  .menu-slider-item {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-slider-item-subtitle {
    margin-bottom: -1px;
  }

  .burger-menu {
    left: 0;
    -webkit-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    transform: translateX(-140%);
  }

  .navbar-brand {
    padding: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab-regular", sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .navbar-brand img {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .events {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .reservation {
    padding-top: -5px;
  }

  .reservation-form-new {
    width: 100%;
    min-width: 100%;
  }

  .reservation-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

  .reservation-form .form-control-area {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3d3d3d;
    border-color: #bebebe;
    height: 175px;
    font-size: 17px;
    font-family: "Roboto Slab-regular", sans-serif;
  }

  .mobile-footer {
    display: block;
  }

  .desktop-footer {
    display: none;
  }

  .events-contact-mobile {
    display: block;
    padding-top: 125px;
    padding-bottom: 50px;
  }

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

  .events-contact {
    display: none;
  }

  footer {
    position: relative;
    margin-top: 10px;
    height: 100%;
    /*opacity: 0.9;*/
  }

  .footer-top {
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
    height: 100%;
  }

  .footer-top-ust {
    width: 100%;
    height: 100%;
  }

  .footer-top-alt {
    width: 100%;
    height: 100%;
  }

  .footer-top-ust-left {
    float: left;
    width: 30%;
    height: 100%;
    margin-top: 28px;
  }

  .footer-top-ust-right {
    float: left;
    width: 70%;
    height: 100%;
    padding-left: 13px;
  }

  .footer-logo-mobile {
    float: left;
    padding-left: 0;
    width: 99%;
    height: 100%;
  }

  .footer-logo-mobile img {
    padding-left: 0;
    width: 100%;
    height: 100%;
  }

  .footer-logo-desc {
    text-align: left;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-social {
    margin: 50px 0 -10px 18%;
  }
  /*    .footer-logo-sitemap
    {
        width: 100%;
        margin: 0 auto 0 auto
    }

        .footer-logo-sitemap ul
        {
            list-style: none;
            overflow: hidden;
            position: relative;
            padding-right: 10px
        }

            .footer-logo-sitemap ul li
            {
                float: left
            }

        .footer-logo-sitemap li a
        {
            font-size: 16px;
            padding: 5px;
            font-weight: 500;
            font-family: 'Roboto Slab-regular',sans-serif;
            color: #fff;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
            text-align: left
        }*/
  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 80px;
  }

  .footer-end__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-end__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-desc {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-contact {
    padding-top: 0;
  }

  .footer-contact-item-clear {
    margin-top: -10px;
  }

  .footer-contact-item {
    margin-top: 15px;
  }

  .footer-contact-icon {
    margin-right: 15px;
  }

  .footer-bottom {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 600px) {
  /*    .burger-menu-icon
    {
        right: 0;
        margin: 0 10px 50px 0;
    }*/

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (max-width: 576px) {
  /*    .burger-menu-icon
    {
        right: 0;
        margin: 0 10px 50px 0;
    }*/

  .container {
    width: 100%;
  }

  .search-dropdown {
    padding-left: 8px;
    padding-right: 8px;
  }

  #sticky-header.sticky > .header-main__wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-sm-none {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .review-rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review-rate-button {
    width: 100%;
  }

  .review-rate-button .button {
    width: 100%;
  }

  .review-product-attributes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-product-attributes .select-dropdown {
    width: 100%;
    margin-right: 0;
  }

  .review-product-attributes .button-basket {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-inner-info-bodysize,
  .product-inner-info-count {
    width: 100%;
    margin-right: 0;
  }

  .product-inner-info-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-inner-info-bodysize {
    margin-bottom: 15px;
  }

  .banner-slider__text {
    margin-top: 30px;
  }

  .banner-title {
    font-size: 48px;
    line-height: 44px;
  }

  .banner-title span {
    font-size: 28px;
  }

  .banner-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 8px 14px 6px;
  }
}

@media only screen and (max-width: 480px) {
  .logo {
    width: 85px;
    min-width: 85px;
    height: 40px;
  }

  .logo img {
    width: 100%;
    height: 40px;
  }

  .user-navigation__title {
    display: none;
  }

  .user-navigation > li {
    margin-right: 26px;
  }

  .user-navigation__icon i {
    font-size: 18px;
  }

  .basket-count {
    margin-right: -10px;
  }

  .product-boutique .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-inner-info-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fag-seller-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fag-seller-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fag-seller-buttons .button {
    width: 100%;
  }

  .fag-seller-buttons .button--light {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .fag-seller-info {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .product-inner-info-buttons .button-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-inner-info-buttons .button-inline .button-buy {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-inner-info-buttons .button-favorite {
    margin-right: 10px;
  }

  .review-ratings-like {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review-ratings-like .ratings {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .review-details-left {
    margin-bottom: 10px;
  }

  .review-sorting-container .form-show-buyer {
    width: 100%;
    margin-right: 0;
  }

  .review-sorting-container .select {
    width: 100%;
  }

  .review-sorting-container .select__current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .review-sorting-container .select__list {
    width: 100%;
  }

  .review-product-info-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-product-info-name__text {
    max-width: 100%;
    margin-right: 0;
  }

  .review-product-info-stock {
    margin-top: 2px;
  }

  .banner-slider__item {
    padding: 0 2px;
  }
}

@media only screen and (min-width: 414px) {
  .burger-menu-icon {
    right: 0;
    margin: 20px 20px 30px 0px;
  }
}

@media only screen and (min-width: 375px) {
  .burger-menu-icon {
    right: 0;
    margin: 40px 5px 30px 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .product-inner-info-details__right .badge {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }

  /*    .burger-menu-icon
    {
        right: 0;
        margin: 0 10px 50px 0;
    }*/
}

@media only screen and (min-width: 576px) {
  #sticky-header.sticky > .header-main__wrapper {
    max-width: 540px;
  }

  .search-dropdown {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768) {
  .visible-mobile {
    display: none;
  }

  #sticky-header.sticky > .header-main__wrapper {
    max-width: 720px;
  }

  .search-dropdown {
    max-width: 720px;
  }

  .burger-menu--filter,
  .cd-overlay {
    display: none;
  }

  .help-arrow {
    display: none;
  }

  .cover .navbar {
    padding: 20px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .banner {
    height: 75vh;
    padding-top: 185px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .banner-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-slider__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    text-align: center;
  }

  .banner-slider__media {
    width: 75%;
    height: 100%;
  }

  .mobile-footer {
    display: block;
  }

  .desktop-footer {
    display: none;
  }
}

@media only screen and (min-width: 900) {
  .container {
    max-width: 820px;
  }

  #sticky-header.sticky > .header-main__wrapper {
    max-width: 820px;
  }

  .search-dropdown {
    max-width: 820px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-inner-info-bodysize,
  .product-inner-info-count {
    width: 100%;
    margin-right: 0;
  }

  .product-inner-info-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-inner-info-bodysize {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .call-delivery-right {
    display: flex;
    justify-content: flex-end;
    float: left;
    width: 45%;
    padding-left: 10px;
  }

  .navbar .call-delivery-icon {
    margin-right: 15px;
    -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 5000px;
    perspective: 5000px;
    font-size: 17px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
  }

  .navbar .call-delivery-icon a {
    color: #3d2514;
    font-weight: 700;
  }

  body {
    overflow: auto !important;
  }

  .cd-nav-container,
  .cd-nav-trigger {
    display: none;
  }

  .cd-overlay {
    display: none;
  }

  .modal-lg {
    max-width: 1110px;
  }

  .modal-body {
    height: 570px;
  }

  .modal--padd {
    max-width: 947px;
  }

  .modal--padd .modal-body {
    height: 425px;
  }

  .visible-lg {
    display: block;
  }

  .dropdown-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1160) {
  .container {
    max-width: 1080px;
  }

  #sticky-header.sticky > .header-main__wrapper {
    max-width: 1080px;
  }

  .search-dropdown {
    max-width: 1080px;
  }
}

.card-body .list-group .list-group-item {
  color: #000;
}
.card-body {
  height: 20rem;
  overflow-y: scroll;
}

.banner-platform {
  width: 100%;
  position: absolute;
  bottom: -130px;
}
.bannernew {
  padding-top: 375px;
}

.index-platform {
  display: none;
  margin-top: 30px;
}

#mobile-banner {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .banner-platform {
    position: absolute;
    bottom: -70px;
  }
}

@media only screen and (max-width: 1450px) {
  .banner-platform {
    position: absolute;
    bottom: -50px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-platform {
    position: absolute;
    bottom: 0px;
  }
}

@media only screen and (max-width: 1250px) {
  .banner-platform {
    position: absolute;
    bottom: 40px;
  }
}

@media only screen and (max-width: 1150px) {
  .banner-platform {
    position: absolute;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .banner-platform {
    position: absolute;
    bottom: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .banner-platform {
    position: absolute;
    bottom: 75px;
  }
}

@media only screen and (max-width: 990px) {
  .banner-platform {
    display: none;
  }
  .index-platform {
    display: block;
  }
  #mobile-banner {
    display: block;
  }
  #desktop-banner {
    display: none;
  }
}

/* INFOBANT (Bilgilendirme Bantı) START*/

#infoBantMainContainer {
  background: #7d8677da;
  width: 100%;
  height: 120px;
  padding: 7rem 0;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  z-index: 999;
}

#infoBantSubContainer {
  width: 60%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 1.5em;
}

.pInfoBant {
  font-size: larger;
  line-height: 1.5em;
  color: #212121;
}

.pInfoBant a {
  color: #ffffffa7;
}

.pInfoBant a:hover {
  text-decoration: underline;
}

#closeInfoBant {
  background: #373b34;
  color: #f5f5f5a4;
  border: none;
  border-radius: 50px;
  font-size: 0.9em;
  padding: 0.5em 0.9em;
}

#closeInfoBant:hover {
  background: #454a42;
  color: #f5f5f5e1;
}

@media (max-width: 768px) {
  #infoBantMainContainer {
    font-size: 14px;
    padding: 7em 0;
  }

  #infoBantSubContainer {
    width: 70%;
    text-align: center;
  }

  .pInfoBant {
    font-size: 1em;
  }
}

@media (max-width: 425px) {
  #infoBantMainContainer {
    font-size: 10px;
  }

  #infoBantSubContainer {
    width: 90%;
    text-align: center;
  }

  #closeInfoBant {
    font-size: 0.8em;
  }
}

/* INFOBANT (Bilgilendirme Bantı) END*/

/* Footer Contracts Start*/

.contracts {
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contracts div {
  height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0.5rem;
}

@media (max-width: 425px) {
  .contracts div {
    text-align: center;
    line-height: 1rem;
    align-items: center;
  }

  .contracts span {
    margin-bottom: 1.1rem !important;
  }
}

.contracts div a {
  transition: all 0.3s linear;
  font-size: small !important;
}

.contracts div a:hover {
  color: #212121;
  transform: scale(1.03);
}

.contracts span {
  display: inline-block;
  align-self: flex-end;
  width: 1px;
  height: 15px;
  margin-bottom: 0.5rem;
  background-color: #fff;
}

/* Footer Contracts End*/
