.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo {
  height: 70px;
  margin-top: 3px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.with-color-button {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  box-shadow: 4px 4px 20px -9px rgba(0, 0, 0, .8);
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.nav-menu {
  z-index: 1;
  float: left;
  border-radius: 4px;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 50px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.nav-link {
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 2px;
  margin-right: 3px;
  padding: 11px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  color: #d8262f;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.w--current {
  color: #d8262f;
  border-bottom-width: 2px;
  border-bottom-color: #d8262f;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 800;
}

.nav-link.thin-light {
  color: #303030;
  text-transform: capitalize;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
}

.nav-link.thin-light:hover {
  color: #d8262f;
  border-width: 0;
}

.nav-link.thin-light:focus, .nav-link.thin-light:visited {
  border-width: 0;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.body {
  font-size: 16px;
}

.smooth-wrapper {
  margin-top: 115px;
  padding-top: 0;
}

.slide-3 {
  height: 900px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2) 65%, rgba(178, 229, 225, .2)), url('../images/item-3.png');
  background-position: 0 0, 60%;
  background-size: auto, cover;
}

.text-block-slide-1 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.header-slide-1 {
  color: #fff;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.left-arrow {
  display: none;
}

.slide-1 {
  height: 650px;
  background-image: url('../images/item-1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-slider-2 {
  height: 100%;
  max-width: 1300px;
}

.section-top-slide {
  padding-top: 0;
}

.slide-2 {
  height: 650px;
  background-image: url('../images/item-2.jpg');
  background-position: 60%;
  background-size: cover;
}

.right-arrow {
  display: none;
}

.container-slider-3 {
  height: 100%;
  max-width: 1300px;
}

.slider {
  height: 650px;
  margin-top: 0;
}

.grid-slide-1 {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  margin-top: 3px;
}

.div-block-content-left-slide-1 {
  margin-top: 0;
  padding-top: 300px;
  padding-left: 0;
}

.container-slider-1 {
  height: 100%;
  max-width: 1300px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.button-slider {
  width: 200px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-slider:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.slide-4 {
  height: 650px;
  background-image: url('../images/item-4.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.container-slider-4 {
  height: 100%;
  max-width: 1300px;
}

.section-title-wrapper {
  width: 60%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  width: 100%;
  text-align: left;
  flex-direction: row;
}

.content-section-block {
  max-width: 630px;
  float: left;
}

.content-section-block.left {
  max-width: 630px;
  float: right;
}

.section-title {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 39px;
}

.block-section-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.half-content-section {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 90px;
}

.half-content-section.left {
  width: 50%;
  float: left;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.half-image-section {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section.right {
  float: right;
  background-image: url('../images/proizvodi.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.intro-paragraph {
  color: #a8a8a8;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.paragraph {
  text-align: justify;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.plazma-footer-link {
  color: #333;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.plazma-footer-link:hover {
  color: #d8262f;
}

.dark-footer-title {
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.white-footer-column {
  text-align: center;
}

.bottom-footer-paragraph {
  float: left;
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-paragraph.right {
  float: right;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.container-footer {
  max-width: 1300px;
  color: #fff;
  position: relative;
}

.white-footer {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 0;
  font-size: 16px;
}

.bottom-footer-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.footer-small-social-icon {
  height: 15px;
  margin-top: 5px;
}

.color-social-button {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.bottom-footer-link {
  color: #fff;
}

.bottom-footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer {
  height: auto;
  color: #979da5;
  background-color: #d8262f;
  margin-top: 45px;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.paragraph-footer {
  color: #333;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.button-slider-footer {
  width: auto;
  color: #d8262f;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d8262f;
  border-radius: 20px;
  margin-top: 10px;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-slider-footer:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.white-footer-column-c {
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.container-contact-us-header {
  position: relative;
}

.bottom-footer-paragraph-2 {
  float: left;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 12px;
}

.bottom-footer-paragraph-2.right {
  float: right;
}

.footer-menu-column {
  text-align: center;
}

.footer-social-col-right {
  text-align: right;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: rgba(255, 255, 255, .4);
}

.bottom-footer-link-2 {
  color: #91959c;
}

.bottom-footer-link-2:hover {
  color: rgba(255, 255, 255, .7);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-title-2 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

.background-video {
  z-index: 5;
  width: 100%;
}

.image-product-1 {
  max-width: 60%;
  padding-bottom: 20px;
}

.section-title-sub-page {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 39px;
}

.paragraph-sub-page {
  width: auto;
  max-width: none;
  text-align: justify;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.half-image-section-home {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-home.right {
  float: right;
  background-image: url('../images/proizvodi.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.half-image-section-product-1 {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-1.right {
  float: right;
  background-image: url('../images/proizvodi.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.half-image-section-product-2 {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-2.right {
  float: right;
  background-image: url('../images/products-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.image-product-2 {
  width: 500px;
  max-width: 100%;
  padding-bottom: 20px;
}

.column {
  padding-top: 50px;
  padding-bottom: 50px;
}

.half-content-section-product-1 {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 50px 90px 45px;
}

.half-content-section-product-1.left {
  width: 50%;
  float: left;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.half-content-section-product-2 {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 90px;
}

.half-content-section-product-2.left {
  width: 50%;
  float: left;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.half-image-section-product-3 {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-3.right {
  float: right;
  background-image: url('../images/proizvodi.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.image-product-3 {
  max-width: 60%;
  padding-bottom: 20px;
}

.half-image-section-product-4 {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-4.right {
  float: right;
  background-image: url('../images/products-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-3 {
  color: #4c4172;
}

.arrow {
  width: 20px;
}

.arrow-left {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.slide-nav {
  display: none;
}

.button-block {
  width: 50%;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  display: flex;
}

.arrow-right {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pricing-rate {
  opacity: .5;
}

.pricing {
  color: #151428;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.product-card {
  height: 100%;
  min-width: 490px;
  background-color: #fff;
  padding: 30px 15px;
}

.left-arrow-2 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.product-wrap {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-left {
  width: 55px;
  height: 55px;
  border: 2px solid #d8262f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.product-base {
  min-height: 400px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

.slider-right {
  width: 55px;
  height: 55px;
  border: 2px solid #d8262f;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap {
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-logo {
  width: 80px;
  margin-bottom: 8px;
}

.product-name {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.right-arrow-2 {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.car-icon {
  width: 25px;
  margin-right: 14px;
}

.feature-block {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.feature-column {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.price-block {
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
  padding: 25px 30px 25px 15px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.product-image {
  max-width: 60%;
  position: absolute;
}

.button-2 {
  min-height: 55px;
  min-width: 170px;
  color: #fff;
  background-color: #8c54ff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: -5px 30px 20px -20px rgba(86, 93, 113, .38);
}

.arrow-bottom {
  display: none;
}

.mask {
  overflow: hidden;
}

.product-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.h1-plazma {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.div-block-plazma {
  width: 100%;
}

.paragraph-plazma {
  text-align: justify;
  font-family: Open Sans, sans-serif;
  line-height: 23px;
}

.container-product {
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-slider-nutritives {
  width: 200px;
  color: #d8262f;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d8262f;
  border-radius: 20px;
  margin-top: 20px;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.button-slider-nutritives:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.half-content-section-product-3 {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 70px 90px 45px;
}

.half-content-section-product-3.left {
  width: 50%;
  float: left;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-product-3-new {
  max-width: 60%;
  padding-bottom: 20px;
}

.half-image-section-product-3-new {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-3-new.right {
  float: right;
  background-image: url('../images/proizvodi.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.half-content-section-product-3-new {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 60px 90px 45px;
}

.half-content-section-product-3-new.left {
  width: 50%;
  float: left;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-product-3-newm {
  max-width: 60%;
  padding-bottom: 20px;
}

.half-image-section-product-4-new {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-4-new.right {
  float: right;
  background-image: url('../images/products-5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.image-product-4-new {
  width: 500px;
  max-width: 100%;
  margin-top: 30px;
  padding-bottom: 20px;
}

.paragraph-sub-page-cube {
  width: 600px;
  max-width: none;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.about-3 {
  height: 500px;
  background-image: url('../images/plazmasticarnica1920x530.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.with-contact-info {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/contact-us.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.button-menu {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.animation-credit {
  max-width: 500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  max-width: 650px;
  color: #7b88a8;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.tab-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.flowbase-navigation {
  z-index: 99;
  min-height: 80px;
  border-bottom: 1px solid rgba(155, 158, 184, .22);
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.div-block-6 {
  text-align: left;
}

.tab-panel {
  min-height: 500px;
  background-color: #fff;
  border-radius: 24px;
  padding-left: 25px;
  padding-right: 25px;
}

.flowbase-logo {
  width: 55px;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-menu {
  max-width: 1500px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  box-shadow: 21px 21px 80px rgba(21, 28, 52, .37);
}

.plain-text {
  color: #7a7c7f;
}

.container-flex-nav {
  width: 100%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-bar-base {
  height: 5px;
  max-width: 100%;
  background-color: #efefef;
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-bar-base.load-bar {
  background-color: #d8262f;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper {
  position: relative;
}

.animation-block {
  border-radius: 25px;
}

.standard-tab {
  width: auto;
  opacity: .85;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d4282f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #d8262f;
  position: relative;
}

.text-block-5 {
  margin-right: 14px;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: -120%;
  left: -20%;
  right: auto;
}

.brodie-text {
  color: #8c54ff;
  font-size: 16px;
}

.load-bar {
  width: 0%;
  height: 5px;
  background-color: #7839f3;
  border-radius: 500px;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
}

.container-plazma-cookbook {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.tabs {
  padding-top: 50px;
  padding-bottom: 50px;
}

.thumbnil-block-property {
  height: 200px;
  text-align: center;
  background-image: url('../images/masonry-gallery-1-1000x478.jpg');
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.text-wrapper {
  height: 550px;
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: rgba(255, 255, 255, .9);
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: #000;
  padding-top: 30px;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 15px;
}

.button-3:hover {
  color: #fff;
  background-color: #00a99d;
}

.thumbnil-block-food {
  height: 200px;
  text-align: center;
  background-image: url('../images/masonry-gallery-2-1000x478.jpg');
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-charlotte {
  height: 550px;
  text-align: center;
  background-image: url('../images/8fGSkIhS2U1mFbqk.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.heading-cookbook {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-top: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-cookbook {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.button-slider-cookbook {
  width: 200px;
  color: #d8262f;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d8262f;
  border-radius: 20px;
  margin-top: 20px;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-slider-cookbook:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.thumbnil-block-plazma-baklava {
  height: 550px;
  text-align: center;
  background-image: url('../images/EagjSsGaspgKDu7U.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-cheesecake {
  height: 550px;
  text-align: center;
  background-image: url('../images/fFwZEm4KyM7ptrOR.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-apple-tart {
  height: 550px;
  text-align: center;
  background-image: url('../images/unttYpmrNmFlTORZ.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.columns {
  margin-top: 20px;
}

.thumbnil-block-plazma-mousse-chocolate-cake {
  height: 550px;
  text-align: center;
  background-image: url('../images/ISdh0LAjXMrVUBhu.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-raw-matcha-cake-with-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/2Rwxi6kXmN0JENAl.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-humming-bird-cake {
  height: 550px;
  text-align: center;
  background-image: url('../images/adF8p0j9dOamcIoh.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-hazelnut-cake {
  height: 550px;
  text-align: center;
  background-image: url('../images/NpXl7inEDWBg18TR.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-pie-filled-with-plazma-chocolate-almonds {
  height: 550px;
  text-align: center;
  background-image: url('../images/1PtjO38WN2WvqZYk.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-cholate-cake-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/8sRd1TSeLYi7hTdn.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-cake-orange-mascarpone-cheese {
  height: 550px;
  text-align: center;
  background-image: url('../images/OFQ6tPxKd69Os9hC.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-napoleon-cake-plazma-cream {
  height: 550px;
  text-align: center;
  background-image: url('../images/nhgLM9rdv1EtlUtE.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-blueberry-muffins-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/jyeTh8Qu102uH4aX.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-star-cake-pops-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/FNUmPjXudo1haCRE.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-small-colourful-donuts-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/jggwbeikFd0C2wE4.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ingredient-block {
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  margin-top: 30px;
}

.other-recipes {
  margin-bottom: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.ingredient-content {
  padding: 40px;
}

.form-block {
  width: 100%;
  margin-top: 20px;
}

.recipe-grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

.line-break {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin-top: 45px;
  margin-bottom: 45px;
}

.content-section-2 {
  padding: 100px 3%;
}

.content-heading {
  color: #333;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.ingredient-block-header {
  min-height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.recipe-detail-block {
  align-items: center;
  display: flex;
}

.recipe-icon-wrap {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  margin-right: 12px;
  padding: 14px;
}

.text-field {
  min-height: 52px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}

.recipe-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.collection-list-wrapper {
  margin-top: 25px;
}

.submit-button {
  width: 100%;
  min-height: 52px;
  background-color: #0bd95a;
  border-radius: 50px;
}

.recipe-detail-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-cookbook-recipes {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-h5 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.newsletter {
  text-align: center;
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 28px;
  display: flex;
}

.recipe-extra-item {
  margin-bottom: 20px;
}

.content-h3-cookbook-recipes {
  color: #333;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.heading-3 {
  margin-top: 0;
}

.recipe-detail-small {
  color: #777;
  font-size: 16px;
}

.content-section-cookbook-recipes {
  margin-top: 0;
  padding: 30px 3% 50px;
}

.ingredient-block-header-plazma-charlotte {
  min-height: 300px;
  background-image: url('../images/H4TlICSjqg3cwnNx.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
}

.paragraph-cookbook-recipe-header {
  color: #d8262f;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.paragraph-cookbook-recipe-content {
  text-align: justify;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.list-item-cookbook {
  color: #999;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-autor {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.image-autor {
  width: 100%;
  max-width: 150px;
  border-radius: 500px;
  margin-top: 40px;
}

.ingredient-block-header-plazma-baklava {
  min-height: 300px;
  background-image: url('../images/OwL1NvqJf0KzO81P.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-cheesecake {
  min-height: 300px;
  background-image: url('../images/0YsUZwFcBtTLQ0HO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-apple-tart {
  min-height: 300px;
  background-image: url('../images/QX5Mo0jud6vlJnhR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-mousse-chocolate-cake {
  min-height: 300px;
  background-image: url('../images/I2aeKZULuCgxV4wM.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-raw-matcha-cake-with-plazma {
  min-height: 300px;
  background-image: url('../images/ltLJ54XOSSw1lBmr.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-humming-bird-cake {
  min-height: 300px;
  background-image: url('../images/41oHJi7GPm7R8Cgn.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-hazelnut-cake {
  min-height: 300px;
  background-image: url('../images/BoJJRNajQUtinDtz.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-pie-filled-plazma-chocolate-almonds {
  min-height: 300px;
  background-image: url('../images/2fFXMCa5wIBo0bEW.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-cholate-cake-with-plazma {
  min-height: 300px;
  background-image: url('../images/UPqWYSiQvbJxPrjs.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-cake-orange-mascarpone-cheese {
  min-height: 300px;
  background-image: url('../images/nLXEUY0BsplSkIzw.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-napoleon-cake-with-plazma-cream {
  min-height: 300px;
  background-image: url('../images/I5Yx81ai9xlJBe9J.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-blueberry-muffins-plazma {
  min-height: 300px;
  background-image: url('../images/z3EiA4SLjRmJrE3k.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-star-cake-pops-plazma {
  min-height: 300px;
  background-image: url('../images/rgokIuFerx8xbjtF.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-small-colourful-donuts-plazma {
  min-height: 300px;
  background-image: url('../images/69b4mj2AUlySFQtB.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.thumbnil-block-plazma-cake-fruit-crispy-crust {
  height: 550px;
  text-align: center;
  background-image: url('../images/Wnq9BSS78hQNBXW3.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-roll-coffee {
  height: 550px;
  text-align: center;
  background-image: url('../images/OxEmkX37QY2YMKG3.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-pies {
  height: 550px;
  text-align: center;
  background-image: url('../images/kBGUZYyuYPpHz7Hc.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-cheesecake-coconut-raspberries-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/pjobF1YIwymm01iO.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-chocolate-mousse-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/umYdFlIaOCl6eLQS.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-cake-ricotta-baked-strawberries {
  height: 550px;
  text-align: center;
  background-image: url('../images/PiuOplwfVV6sZkGS.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-banana-cake-crispy-plazma-crumbs {
  height: 550px;
  text-align: center;
  background-image: url('../images/KOhM5KuvldlZnZ3V.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-chocolate-truffles-crispy-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/GBwzUMbBnononp3W.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-biscuits-plazma-chocolate-chips-walnuts {
  height: 550px;
  text-align: center;
  background-image: url('../images/6r4KMarGGZ33TUGC.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-blondie-cake-plazma-coffee {
  height: 550px;
  text-align: center;
  background-image: url('../images/trEuBEWlrw01grZY.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-balls-nougat-cream {
  height: 550px;
  text-align: center;
  background-image: url('../images/bn551BOHpbSrEDqe.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-roll-walnuts {
  height: 550px;
  text-align: center;
  background-image: url('../images/3AAujKZt13UHEAQm.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-balls-dried-sour-cherries-white-chocolate {
  height: 550px;
  text-align: center;
  background-image: url('../images/eOXCzgBkHFtyT6yT.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-ice-cream-pops {
  height: 550px;
  text-align: center;
  background-image: url('../images/mAIuZAi6YS9602SU.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-cheesecake-in-a-glass {
  height: 550px;
  text-align: center;
  background-image: url('../images/Jty1VUgyAnsuSxHb.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-acai-smoothie-with-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/4uWoCzfQ3e7fHog9.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-crumble-cubes-plazma-raspberries {
  height: 550px;
  text-align: center;
  background-image: url('../images/12E8z2VdNzoQ56MY.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-three---colored-plazma-shake {
  height: 550px;
  text-align: center;
  background-image: url('../images/iqk0AxDYhDa6Wf67.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-lavender-plazma-ice-cream {
  height: 550px;
  text-align: center;
  background-image: url('../images/rdUa1Wdy4pemPMjZ.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-strawberry-almond-plazma-ice-lollies {
  height: 550px;
  text-align: center;
  background-image: url('../images/yPC8wWYdfIlji3PZ.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-apricot-jam-rolls {
  height: 550px;
  text-align: center;
  background-image: url('../images/9O2GrSoBdR2TsB7a.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-pasta-plazma-almonds {
  height: 550px;
  text-align: center;
  background-image: url('../images/CVWrqZVawCaakpqX.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-babka-chocolate-filling-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/QbQfXXMB0jMeja20.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-dumplings {
  height: 550px;
  text-align: center;
  background-image: url('../images/lZzBrCtY14rnNlbi.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-fluffy-plazma-pancakes {
  height: 550px;
  text-align: center;
  background-image: url('../images/z2W3OmutZ35k2gT2.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-hazelnut-plazma-strudel {
  height: 550px;
  text-align: center;
  background-image: url('../images/x20qEfNO8MnEcTeB.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-chocolate-rolls {
  height: 550px;
  text-align: center;
  background-image: url('../images/ZvzNrAodzqJGngay.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-oven-baked-donuts-plazma-white-chocolate {
  height: 550px;
  text-align: center;
  background-image: url('../images/7gZ9bGpWhReiUBKM.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-button-cookies-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/r2CJZEiXvzqYPrKx.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-shortcake-plazma-apples {
  height: 550px;
  text-align: center;
  background-image: url('../images/3zyoVKptBJSaxCXm.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-raspberry-tart {
  height: 550px;
  text-align: center;
  background-image: url('../images/AonryJ0wlGQ95xs4.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-crumble-plazma-red-fruits {
  height: 550px;
  text-align: center;
  background-image: url('../images/Gqf0urut4qnP6ksw.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-banoffee-plazma-tart {
  height: 550px;
  text-align: center;
  background-image: url('../images/biEkZBDG5hjcCxWl.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-plazma-apple-pies {
  height: 550px;
  text-align: center;
  background-image: url('../images/hNDM3zqmFCx0cOlB.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-cheesecake-spinach-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/Gqk2nQnMWjwaH8Cn.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-sweet-savory-hawaiian-meatballs-plazma {
  height: 550px;
  text-align: center;
  background-image: url('../images/JCYMUgE1Shx3XY5s.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-chicken-croquettes-plazma-parmesan {
  height: 550px;
  text-align: center;
  background-image: url('../images/JIAD3TPQbqCtLRtf.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-waffles-plazma-caramelized-bacon {
  height: 550px;
  text-align: center;
  background-image: url('../images/eivJkKV5W4nO51w4.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ingredient-block-header-plazma-cake-fruit-crispy-crust {
  min-height: 300px;
  background-image: url('../images/1QhzP4IrbXI4Pt98.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-roll-coffee {
  min-height: 300px;
  background-image: url('../images/iA4TTvXcisNjpsEx.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-pies {
  min-height: 300px;
  background-image: url('../images/UOEawapYFIH0388E.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-cheesecake-coconut-raspberries-plazma {
  min-height: 300px;
  background-image: url('../images/mjS4InKeeQN8TjtQ.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-chocolate-mousse-plazma {
  min-height: 300px;
  background-image: url('../images/euo28PjVFzbcBTA4.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-cake-ricotta-baked-strawberries {
  min-height: 300px;
  background-image: url('../images/VjrJwvdccinUn5pV.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-banana-cake-crispy-plazma-crumbs {
  min-height: 300px;
  background-image: url('../images/agO5KD8EerC4Ej7g.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-chocolate-truffles-crispy-plazma {
  min-height: 300px;
  background-image: url('../images/KOzfBjPReub9HaIo.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chocolate-truffles-crispy-plazma-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-biscuits-plazma-chocolate-chips-walnuts {
  min-height: 300px;
  background-image: url('../images/Ipw9nXViqtyWvv5X.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-blondie-cake-plazma-coffee {
  min-height: 300px;
  background-image: url('../images/QRxXLvneqBFbU4Qx.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-balls-nougat-cream {
  min-height: 300px;
  background-image: url('../images/5VA7LswZi9rWRPCI.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-roll-walnuts {
  min-height: 300px;
  background-image: url('../images/feeJjE4AaYKbftth.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-balls-dried-sour-cherries-white-chocolate {
  min-height: 300px;
  background-image: url('../images/5fPNFhEgWlR7uhD2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-ice-cream-pops {
  min-height: 300px;
  background-image: url('../images/Fs9HNlEQaFN6e511.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-cheesecake-in-a-glass {
  min-height: 300px;
  background-image: url('../images/x8ZquUWQEAmOfMdE.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-acai-smoothie-plazma {
  min-height: 300px;
  background-image: url('../images/QGB80wAgGWwejc3i.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-crumble-cubes-plazma-raspberries {
  min-height: 300px;
  background-image: url('../images/wtk5uvfFMPcXXvLh.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-crumble-three-colored-plazma-shake {
  min-height: 300px;
  background-image: url('../images/w2rwxxgBZZHh9xcA.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-lavender-plazma-ice-cream {
  min-height: 300px;
  background-image: url('../images/GPbVBay5tT1iw2He.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lavender-plazma-ice-cream-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-strawberry-almond-plazma-ice-lollies {
  min-height: 300px;
  background-image: url('../images/7JwY24ByaO5GkP3v.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.strawberry-almond-and-plazma-ice-lollies-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-plazma-apricot-jam-rolls {
  min-height: 300px;
  background-image: url('../images/MdFnbBf3zdUGPEkM.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-pasta-plazma-almonds {
  min-height: 300px;
  background-image: url('../images/AdJ7sfind3J5AwhW.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-babka-chocolate-filling-plazma {
  min-height: 300px;
  background-image: url('../images/fvyQa2JuHasWVheA.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-dumplings {
  min-height: 300px;
  background-image: url('../images/7uB1ygGGYWXEY6ar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-fluffy-plazma-pancakes {
  min-height: 300px;
  background-image: url('../images/HNF6xUtKk0I8koGA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fluffy-plazma-pancakes-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-hazelnut-plazma-strudel {
  min-height: 300px;
  background-image: url('../images/UoT0UJCE8UY3gWby.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-chocolate-rolls {
  min-height: 300px;
  background-image: url('../images/0F3Kl6AsdgJuxUv2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-oven-baked-donuts-plazma-white-chocolate {
  min-height: 300px;
  background-image: url('../images/2wuljvpRmJsGGpqQ.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-button-cookies-plazma {
  min-height: 300px;
  background-image: url('../images/dqQkXMem9Idt8V8B.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-shortcake-plazma-apples {
  min-height: 300px;
  background-image: url('../images/3dwIqQLyyn4pSX7V.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.shortcake-plazma-apples-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-plazma-raspberry-tart {
  min-height: 300px;
  background-image: url('../images/mdfJiRLzs47qI3H2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.plazma-raspberry-tart-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-crumble-plazma-red-fruits {
  min-height: 300px;
  background-image: url('../images/JNKWzkqASaR8FunC.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.crumble-plazma-red-fruits-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-banoffee-plazma-tart {
  min-height: 300px;
  background-image: url('../images/E2gRDmGtV3HjxbVW.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-plazma-apple-pies {
  min-height: 300px;
  background-image: url('../images/jFL2QB3BUWcyaziA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-cheesecake-spinach-plazma {
  min-height: 300px;
  background-image: url('../images/2Luojbo3BUop9eBf.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient-block-header-sweet-savory-hawaiian-meatballs-plazma {
  min-height: 300px;
  background-image: url('../images/6emDwCNiQNRY06zl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sweet-savory-hawaiian-meatballs-plazma-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-chicken-croquettes-plazma-parmesan {
  min-height: 300px;
  background-image: url('../images/3BZy70PKNrRWdF3Q.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chicken-croquettes-plazma-parmesan-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.ingredient-block-header-waffles-plazma-caramelized-bacon {
  min-height: 300px;
  background-image: url('../images/kTZc3h2JF7Ii1v4d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waffles-plazma-caramelized-bacon-youtube {
  max-width: 560px;
  margin-top: 40px;
}

.contact-overlay-bar {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-info-column {
  text-align: center;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: rgba(255, 255, 255, .59);
}

.contact-info-title {
  display: inline-block;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-icon {
  height: 16px;
  opacity: .7;
  margin-top: -2px;
  margin-right: 7px;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-contact-us {
  max-width: 1300px;
  text-align: left;
  position: relative;
}

.contact-form-block {
  height: auto;
  border: 2px solid rgba(0, 0, 0, .08);
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 40px;
}

.slide-2-copy {
  height: 650px;
  background-image: url('../images/item-2.jpg');
  background-position: 60%;
  background-size: cover;
}

.slide-3 {
  height: 650px;
  background-image: url('../images/item-3_1.jpg');
  background-position: 60%;
  background-size: cover;
}

.slide-3-copy {
  height: 650px;
  background-image: url('../images/item-3.jpg');
  background-position: 60%;
  background-size: cover;
}

.block-section-wrapper-top {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.arrow-left-no-product {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.arrow-right-no-product {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-link-button {
  width: 305px;
  color: #d8262f;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d8262f;
  border-radius: 20px;
  margin-right: 3px;
  padding: 11px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link-button:hover {
  color: #fff;
  background-color: #d8262f;
  border-width: 2px;
  border-color: #d8262f;
}

.nav-link-button.w--current {
  width: auto;
  max-width: none;
  color: #d8262f;
  border-bottom-width: 2px;
  border-bottom-color: #d8262f;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.nav-link-button.w--current:hover {
  color: #fff;
}

.nav-link-button.thin-light {
  color: #303030;
  text-transform: capitalize;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
}

.nav-link-button.thin-light:hover {
  color: #d8262f;
  border-width: 0;
}

.nav-link-button.thin-light:focus, .nav-link-button.thin-light:visited {
  border-width: 0;
}

.nav-link-button.thin-light.w--current {
  color: #fff;
}

.nav-link-button.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.nav-link-button.with-color:hover {
  background-color: #2f3338;
}

.nav-link-button.dropdown-toggle {
  padding-right: 30px;
}

.nav-link-button.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link-button.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.product-base-plazma {
  min-height: 300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.product-base-plazma-ground {
  min-height: 450px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.product-base-plazma-cube {
  min-height: 300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.product-base-plazma-mini {
  min-height: 450px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.asa {
  font-size: 11px;
}

.shop-products {
  width: 100%;
  max-width: 1300px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-products.shop-form-block {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-image-75g {
  max-width: 35%;
  position: absolute;
}

.half-image-section-product-plazma-mini-mini-video {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/products-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-image-section-product-plazma-mini-mini-video.right {
  float: right;
  background-image: url('../images/proizvodi.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.half-content-section-product-plazma-mini-mini-content {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 100px 20px 90px;
}

.half-content-section-product-plazma-mini-mini-content.left {
  width: 50%;
  float: left;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-product-plazma-mini-mini-overview {
  width: 500px;
  max-width: 100%;
  margin-top: 50px;
  padding-bottom: 20px;
}

.half-content-section-product-plazma-styksi {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 90px;
}

.half-content-section-product-plazma-styksi.left {
  width: 50%;
  float: left;
  padding: 60px 90px 45px;
}

.half-content-section-product-plazma-styksi-new {
  width: 50%;
  height: 500px;
  float: right;
  background-color: #fff;
  padding: 60px 90px 45px;
}

.half-content-section-product-plazma-styksi-new.left {
  width: 50%;
  float: left;
  padding-top: 60px;
  padding-left: 90px;
  padding-right: 90px;
}

.slider-left-hide {
  width: 55px;
  height: 55px;
  border: 2px solid #d8262f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
}

.slider-right-hide {
  width: 55px;
  height: 55px;
  border: 2px solid #d8262f;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.product-base-plazma-stiksi {
  min-height: 300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.container-online-shop {
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-form-block {
  width: 100%;
  max-width: 265px;
  display: inline-block;
}

.container-online-shop-checkout.checkout-form-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stripe-svg {
  max-height: 16px;
  max-width: 33px;
  opacity: .5;
  flex: 1;
  padding-top: 2px;
  padding-left: 3px;
}

.add-to-order {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 40px -16px -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 12.5px;
}

.expand {
  width: 16px;
  height: 16px;
  color: #5e5e5e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.save-text {
  font-size: 14px;
  line-height: 25px;
}

.pm-tabs {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 8px;
  display: flex;
}

.phone-input {
  z-index: 2;
  margin-top: -6px;
  position: relative;
}

.add-image {
  width: 60px;
  height: auto;
  max-height: 100%;
  max-width: 60px;
  margin-right: 13px;
}

.home-svg {
  width: 28px;
  height: 28px;
  color: #8b8b8b;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  padding: 6px;
  display: flex;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .07);
}

.upsell-toggle-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid rgba(42, 47, 69, .12);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.upsell-toggle-dot.on {
  border-color: #1c9064;
  margin-left: 12px;
}

.button-checkout {
  width: 100%;
  min-height: 44px;
  color: #fff;
  text-align: center;
  background-color: #d8262f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-checkout.gpay {
  background-color: #000;
  padding-top: 3px;
}

.button-checkout.gpay:hover {
  background-color: #3b4043;
}

.space {
  width: 10px;
  height: 10px;
}

.flag-svg {
  max-height: 16px;
  max-width: 16px;
  flex: 1;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.flex-row {
  text-decoration: none;
  display: flex;
  position: relative;
}

.flex-row.z10 {
  z-index: 10;
  position: relative;
}

.flex-row.center {
  align-items: center;
}

.flex-row.footer {
  color: #8b8b8b;
  align-items: center;
  margin-top: 50px;
  font-size: 12px;
  line-height: 16px;
}

.subtotal-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 11px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.card-svg {
  max-height: 16px;
  max-width: 16px;
  flex: 1;
}

.save {
  color: rgba(26, 26, 26, .9);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 6px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.stripe-cb {
  width: 18px;
  height: 18px;
  border-color: #e7e7e7;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .07);
}

.stripe-cb.w--redirected-checked {
  background-color: #d8262f;
}

.plan-row {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 16px -16px -1px;
  padding: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.plan-row.no-upsell {
  border-style: none;
}

.plan-row.no-upsell.fee {
  margin-bottom: -32px;
  font-family: Open Sans, sans-serif;
}

.total {
  font-size: 17px;
  font-weight: 600;
}

.grey-font {
  color: #8b8b8b;
  font-size: 15px;
}

.promo-box {
  color: #1e73bc;
  border: 1px solid #e7e7e7;
  border-style: solid none;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.bank-image {
  max-height: 70px;
  max-width: 80px;
}

.search-svg {
  max-height: 11px;
  max-width: 11px;
  opacity: .5;
  flex: 1;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 10px;
  right: auto;
}

.pm-heading {
  color: #5e5e5e;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16.5px;
  font-weight: 400;
}

.container-cart {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-cart._380 {
  width: auto;
  max-width: 1300px;
  padding-top: 33px;
  font-family: Open Sans, sans-serif;
}

.container-cart._380.left {
  width: 372px;
  padding-top: 53px;
}

.pay-another-way {
  height: 82px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input-label {
  color: #5e5e5e;
  margin-top: 16.5px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}

.total-row {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.big-price {
  padding-right: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2em;
}

.product-wrap-2 {
  margin-top: 32px;
  font-size: 17px;
  line-height: 23px;
}

.vert-div {
  width: 1px;
  height: 15px;
  background-color: #e7e7e7;
  margin-left: 20px;
  margin-right: 18px;
}

.normal {
  font-weight: 400;
}

.normal.grey {
  color: #5e5e5e;
}

.bank-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 8px;
}

.promo-link {
  color: #0074d4;
  font-weight: 400;
}

.flex-column {
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.large-frequency {
  color: #8b8b8b;
  padding-top: 4px;
  font-size: 14px;
  line-height: 19px;
}

.grey-box {
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.footer-link {
  color: #8b8b8b;
  border-bottom: 1px dotted #8b8b8b;
  margin-right: 10px;
}

.link {
  color: #0074d4;
}

.gpay-svg {
  max-width: 50px;
  flex: 1;
}

.home-text {
  color: #303030;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.bank-link {
  height: 111.336px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 7px 12px;
  display: flex;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .05), 2px 0 4px rgba(0, 0, 0, .07);
}

.pm-tab {
  width: 49%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 9px 12px 5px;
}

.pm-tab.w--current {
  background-color: #fff;
  border-color: #000;
  box-shadow: 0 0 0 3px #c3ddf1, 1px 1px 4px rgba(0, 0, 0, .07);
}

.highlight {
  color: #0e6245;
  background-color: #cbf4c9;
  margin-top: -3px;
  margin-bottom: -3px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  display: inline-block;
}

.terms {
  color: #5e5e5e;
  text-align: center;
  padding-top: 14px;
  font-size: 13.5px;
}

.ix-upsell {
  display: none;
}

.frequency {
  height: 22px;
  color: #8b8b8b;
  flex: 0 auto;
  font-size: 13.5px;
}

.frequency.dark {
  color: #303030;
}

._100 {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.input {
  height: 37px;
  letter-spacing: .02em;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .05), 2px 0 4px rgba(0, 0, 0, .07);
}

.input:hover {
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .1), 2px 0 4px rgba(0, 0, 0, .1);
}

.input.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 10px;
  margin-bottom: -1px;
}

.input.bottom-left {
  border-radius: 0 0 0 6px;
  margin-right: 0;
}

.input.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input.bottom.phone {
  padding-left: 38px;
}

.input.bottom-right {
  border-radius: 0 0 6px;
}

.input.search {
  padding-left: 28px;
}

.input.disabled {
  height: 44px;
  color: #303030;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.input.bottom-middle {
  opacity: .6;
  border-radius: 0 0 6px;
  margin-left: 10px;
  margin-right: 10px;
}

.input.top-left {
  border-radius: 0 0 0 6px;
  margin-right: 5px;
}

.input.top-right {
  border-radius: 0 0 6px;
  margin-left: 5px;
}

.arrow-svg {
  width: 28px;
  height: 28px;
  opacity: .5;
  color: #8b8b8b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.relative {
  position: relative;
}

.div-line {
  height: 1px;
  background-color: #e7e7e7;
  flex: 1;
}

.divider-text {
  color: #8b8b8b;
  text-align: center;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  display: inline;
}

.bank-text {
  padding-top: 10px;
  font-size: 12.5px;
}

.cta {
  color: #8b8b8b;
  font-size: 17px;
}

.upsell-toggle {
  width: 28px;
  height: 16px;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  margin-right: 8px;
  padding-top: 1px;
  padding-left: 1px;
  display: inline-block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .05);
}

.upsell-toggle.on {
  background-color: #24b47e;
  border-color: #1c9064;
}

.image {
  max-height: 16px;
  max-width: 16px;
  position: absolute;
  top: 29%;
  left: 3%;
}

.container-right {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-right._380 {
  width: 380px;
  padding-top: 33px;
  font-family: Montserrat, sans-serif;
}

.container-right._380.left {
  width: 372px;
  padding-top: 53px;
}

.content-heading-cart {
  color: #333;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.flex-row-home {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flex-row-home.z10 {
  z-index: 10;
  position: relative;
}

.flex-row-home.center {
  align-items: center;
}

.flex-row-home.footer {
  color: #8b8b8b;
  align-items: center;
  margin-top: 50px;
  font-size: 12px;
  line-height: 16px;
}

.header-row {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.product-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.remove-item {
  height: 22px;
  color: #d8262f;
  margin-top: 0;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: underline;
}

.remove-item.dark {
  color: #303030;
}

.link-block {
  margin-top: 15px;
}

.product-name-cart {
  text-transform: capitalize;
}

.subtotal, .subtotal-copy {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.cart-submit-row {
  height: 25px;
  border-top: 0 solid #e7e7e7;
  border-bottom: 0 solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: relative;
}

.submit {
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  right: 0;
}

.button-submit-cart {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 50px;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.button-submit-cart:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.container-information {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-information._380 {
  width: auto;
  max-width: 1300px;
  min-height: auto;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
}

.container-information._380.left {
  width: 372px;
  padding-top: 53px;
}

.button-4 {
  width: 100%;
  min-height: 44px;
  color: #fff;
  text-align: center;
  background-color: #0074d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.button-4.gpay {
  background-color: #333;
  margin-top: 0;
  padding-top: 3px;
}

.button-4.gpay:hover {
  background-color: #3b4043;
}

.flex-row-2 {
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.flex-row-2.center {
  align-items: center;
  margin-top: 0;
}

.flex-row-2.footer {
  color: #8b8b8b;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}

.container-5 {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-5._380 {
  width: 380px;
  padding-top: 33px;
}

.container-5._380.left {
  width: 372px;
  padding-top: 53px;
}

.total-row-2 {
  border-top: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.flex-column-2 {
  min-height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-text-2 {
  color: #303030;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.frequency-2 {
  height: 22px;
  color: #8b8b8b;
  font-size: 13.5px;
}

.frequency-2.dark {
  color: #303030;
}

._100-2 {
  width: 100%;
}

.container-information-left {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-information-left._380 {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
}

.container-information-left._380.left {
  width: 372px;
  padding-top: 53px;
}

.container-information-right {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-information-right._380 {
  width: 380px;
  padding-top: 33px;
}

.container-information-right._380.left {
  width: 100%;
  padding-top: 0;
  padding-left: 50px;
}

.breadcrumb {
  color: #1e73bc;
  border: 0 solid #e7e7e7;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.cart-link {
  color: #d8262f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.divider-breadcrumbs {
  width: 100%;
  max-height: 15px;
  max-width: 15px;
  color: #8b8b8b;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  display: inline;
}

.information-current-link {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.image-2 {
  max-width: 0%;
}

.image-3 {
  width: 100%;
  max-width: 10px;
}

.arrow-divider {
  max-width: 10px;
}

.column-left-information {
  border-right: 1px solid #e7e7e7;
  padding-left: 0;
  padding-right: 0;
}

.arrow-padding {
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}

.shipping-link {
  color: #d8262f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.payment-link {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.information-header {
  color: #5e5e5e;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16.5px;
  font-weight: 700;
}

.tick-offers {
  color: rgba(26, 26, 26, .9);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 15px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.delievery-method-header {
  color: #5e5e5e;
  margin-top: 30px;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16.5px;
  font-weight: 400;
}

.delivery-method-offers {
  color: rgba(26, 26, 26, .9);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.tabs-2 {
  margin-top: 40px;
}

.offer-tick {
  width: 18px;
  height: 18px;
  border-color: #e7e7e7;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .07);
}

.offer-tick.w--redirected-checked {
  background-color: #d8262f;
}

.delivery-icon {
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  opacity: .7;
  margin-right: 13px;
}

.text-ship {
  font-size: 14px;
  line-height: 25px;
}

.radio-button {
  margin-top: 8px;
}

.pickup-icon {
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  opacity: .7;
  margin-right: 13px;
}

.save-information {
  color: rgba(26, 26, 26, .9);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 15px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.save-information-tick {
  width: 18px;
  height: 18px;
  border-color: #e7e7e7;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .07);
}

.save-information-tick.w--redirected-checked {
  background-color: #d8262f;
}

.return-cart {
  height: 45px;
  color: #1e73bc;
  border: 0 solid #e7e7e7;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  display: flex;
  position: relative;
}

.return-cart-link {
  color: #d8262f;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.button-submit-shipping {
  width: 215px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 50px;
  margin-top: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
  right: 0;
}

.button-submit-shipping:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.return-link-wrapper {
  max-width: 256px;
  margin-top: 10px;
  display: block;
}

.flex-row-privacy {
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.flex-row-privacy.center {
  align-items: center;
}

.flex-row-privacy.footer {
  color: #8b8b8b;
  border-top: 1px solid #e7e7e7;
  align-items: center;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}

.bold-text {
  font-weight: 400;
}

.information-link {
  color: #d8262f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.grid-return-proceed {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-top: 30px;
}

.shipping-current-link {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.add-image-2 {
  width: 42px;
  height: 42px;
  max-height: 42px;
  max-width: 42px;
  margin-right: 13px;
}

.grid-shipping-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.title-information {
  color: rgba(26, 26, 26, .9);
  font-weight: 600;
}

.grid-wrapper-shipping-contact {
  height: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  padding-bottom: 10px;
  display: block;
}

.email-information {
  opacity: .8;
  color: rgba(26, 26, 26, .9);
  font-weight: 400;
  line-height: 25px;
}

.change-information {
  color: #d8262f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.change {
  color: #d8262f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.grid-wrapper-shipping-ship {
  height: 100%;
  border-bottom: 0 solid #e0e0e0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.grid-wrapper-shipping-contact-ar {
  height: 100%;
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  padding-bottom: 10px;
  display: block;
}

.grid-wrapper-shipping-ship-ar {
  height: 100%;
  text-align: right;
  border-bottom: 0 solid #e0e0e0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.shipping-method {
  color: rgba(26, 26, 26, .9);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.shipping-method-text {
  font-size: 14px;
  line-height: 25px;
  display: inline;
}

.check-shipping {
  width: 18px;
  height: 18px;
  border-color: #e7e7e7;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .07);
}

.check-shipping.w--redirected-checked {
  background-color: #d8262f;
}

.shipping-method-text-r {
  width: auto;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 35%;
  font-size: 14px;
  line-height: 25px;
  display: inline;
}

.return-information-link {
  color: #d8262f;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.button-submit-payment {
  width: 215px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 50px;
  margin-top: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
  right: 0;
}

.button-submit-payment:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.payment-current-link {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.grid-shipping-payment {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.grid-wrapper-payment-method {
  height: 100%;
  border-bottom: 0 solid #e0e0e0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.delivery-cost-information {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.grid-wrapper-payment-contact {
  height: 100%;
  border-bottom: 0 solid #e0e0e0;
  margin-top: 0;
  padding-bottom: 10px;
  display: block;
}

.grid-wrapper-payment-contact-ar {
  height: 100%;
  text-align: right;
  border-bottom: 0 solid #e0e0e0;
  margin-top: 0;
  padding-bottom: 10px;
  display: block;
}

.grid-wrapper-payment-ship {
  height: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.grid-wrapper-payment-ship-ar {
  height: 100%;
  text-align: right;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.grey-font-bb {
  color: #8b8b8b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
}

.payment-example {
  max-width: 100px;
  flex: 1;
}

.return-shipping-link {
  color: #d8262f;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.button-pay-payment {
  width: 215px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 50px;
  margin-top: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
  right: 0;
}

.button-pay-payment:hover {
  color: #fff;
  background-color: #d8262f;
  border-color: #d8262f;
}

.dropdown-toggle-online-shopping {
  padding-top: 30px;
  font-family: Open Sans, sans-serif;
}

.icon-4 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: -50%;
  transform: rotate(45deg);
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 400px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -254px;
}

.dropdown-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #d8262f;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.nav-link-blog {
  color: #8c54ff;
  white-space: normal;
  font-size: 14px;
}

.dropdown-link-online-shopping {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-online-shopping:hover {
  color: #d8262f;
  background-color: rgba(250, 250, 250, .8);
}

.dropdown-pointer {
  position: relative;
}

.icon {
  width: 100%;
  max-width: 100%;
}

.nav-blog-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.icon-5 {
  margin-top: 12px;
  margin-right: 5px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.dropdown-block {
  z-index: 25;
  width: 100%;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .08);
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-title {
  color: #333;
  text-align: left;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 25px;
}

.dropdown-title:hover {
  color: #333;
}

.icon-wrap {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.dropdown-online-shopping {
  margin-top: -10px;
}

.icon-wrap-bin {
  width: 35px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.grid-nav-drop-down {
  width: 100%;
  grid-template-rows: auto;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  padding-top: 0;
}

.wrapper-qty {
  height: auto;
}

.wrapper-product-price {
  text-align: right;
}

.button-dropdown-checkout {
  width: 100%;
  max-width: 120px;
  text-align: center;
  background-color: #d8262f;
  font-size: 15px;
}

.button-5 {
  width: 100%;
  max-width: 120px;
  float: right;
  text-align: center;
  background-color: #d8262f;
  font-size: 15px;
  position: static;
}

.dropdown-title-total {
  color: #333;
  text-align: right;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-title-total:hover {
  color: #333;
}

.pointer-2 {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -200px;
}

.navigation-dropdown-2.dropdown-long {
  min-width: 500px;
  left: -185px;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  background-color: #fafafa;
  border-left: 1px solid rgba(0, 0, 0, .08);
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.dropdown-column-left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  display: flex;
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.dropdown-toggle-os {
  color: #fff;
  text-transform: capitalize;
  background-color: #d8262f;
  border-radius: 50px;
  padding: 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .2s;
}

.dropdown-toggle-os:hover {
  color: #fff;
}

.dropdown-toggle-os.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.navigation-left {
  width: 20%;
  align-items: center;
  display: flex;
}

.dropdown-image {
  border-radius: 10px;
  margin-bottom: 14px;
}

.navigation-link {
  width: 100%;
  max-width: none;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #d8262f;
}

.navigation-link.w--current {
  width: 150px;
  color: #d8262f;
  margin-left: 0;
  margin-right: 0;
}

.plazma-coming-soon {
  width: 100%;
  max-width: 180px;
}

.dropdown-wrapper-flex {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper-flex.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.dropdown-link-2 {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-2:hover {
  color: #7839f3;
  background-color: rgba(250, 250, 250, .8);
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-menu-2 {
  min-height: 50px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #8c54ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.icon-6 {
  width: 100%;
}

.nav-menu-os {
  width: 100%;
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-right {
  width: 80%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.icon-7 {
  margin-right: 5px;
}

.navigation {
  z-index: 9;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 20px -9px rgba(0, 0, 0, .8);
}

.brand {
  margin-right: 44px;
}

.dropdown-wrapper-2 {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper-2.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.dropdown-title-2 {
  margin-bottom: 2px;
  font-size: 15px;
}

.icon-wrap-2 {
  width: 40px;
  height: 40px;
  background-color: rgba(140, 84, 255, .05);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.dropdown-link-mobile {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 20px -9px rgba(0, 0, 0, .8);
}

.mobile-nav-link-os {
  width: auto;
  color: #d8262f;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d8262f;
  border-radius: 20px;
  margin-right: 3px;
  padding: 11px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.mobile-nav-link-os:hover {
  color: #fff;
  background-color: #d8262f;
  border-width: 2px;
  border-color: #d8262f;
}

.mobile-nav-link-os.w--current {
  width: 310px;
  max-width: none;
  color: #d8262f;
  border-bottom-width: 2px;
  border-bottom-color: #d8262f;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.mobile-nav-link-os.w--current:hover {
  color: #fff;
}

.mobile-nav-link-os.thin-light {
  color: #303030;
  text-transform: capitalize;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
}

.mobile-nav-link-os.thin-light:hover {
  color: #d8262f;
  border-width: 0;
}

.mobile-nav-link-os.thin-light:focus, .mobile-nav-link-os.thin-light:visited {
  border-width: 0;
}

.mobile-nav-link-os.thin-light.w--current {
  color: #fff;
}

.mobile-nav-link-os.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.mobile-nav-link-os.with-color:hover {
  background-color: #2f3338;
}

.mobile-nav-link-os.dropdown-toggle {
  padding-right: 30px;
}

.mobile-nav-link-os.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.mobile-nav-link-os.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.asaw {
  font-size: 11px;
}

.navigation-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.navigation-wrap {
  height: auto;
  margin-top: 0;
}

.image-4 {
  width: 100%;
  max-width: 13px;
  padding-top: 4px;
  display: block;
  position: absolute;
  right: 7px;
}

.text-block-6 {
  font-weight: 600;
}

.navigation-link-os {
  width: 100%;
  max-width: none;
  color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-os:hover {
  color: #d8262f;
}

.navigation-link-os.w--current {
  width: 100%;
  color: #d8262f;
  margin-left: 0;
  margin-right: 0;
}

.navigation-link-n {
  color: #333;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-n:hover, .navigation-link-n.w--current {
  color: #d8262f;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.navigation-bottom-bar {
  background-color: rgba(119, 53, 246, .08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.navigation-column {
  width: 25%;
  justify-content: center;
  align-items: center;
  padding: 10px 15px 0;
}

.navigation-left-n {
  width: 50%;
  align-items: center;
  display: flex;
}

.navigation-drop-container {
  max-width: 1400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-new {
  z-index: 9;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-right-n {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.nav-menu-n {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-full {
  z-index: 9;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(61, 66, 75, .07);
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 16px rgba(32, 32, 32, .4);
}

.dropdown-toggle-2 {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #7735f6;
}

.navigation-container-2 {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, .87);
  font-size: 14px;
}

.dropdown-list-3 {
  min-width: 100%;
}

.dropdown-list-3.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  position: absolute;
  top: 80px;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 30px 50px rgba(0, 0, 0, .08);
}

.navigation-button {
  min-height: auto;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #414141;
  background-image: linear-gradient(#d8262f, #d8262f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navigation-button:hover {
  box-shadow: inset -1px -1px 3px rgba(238, 230, 255, 0);
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.navigation-link-block {
  width: 100%;
  color: #283338;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #7735f6;
  background-color: rgba(119, 53, 246, .05);
}

.nav-content-wrap-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.logo-2 {
  min-width: 55px;
}

.dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cart-form-block-cart-dropdown {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.cart-form-block-cart-dropdown.hidden {
  display: none;
}

.cart-form-block-shop-link {
  min-height: auto;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #414141;
  background-image: linear-gradient(#d8262f, #d8262f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.cart-form-block-shop-link:hover {
  box-shadow: inset -1px -1px 3px rgba(238, 230, 255, 0);
}

.cart-form-block-shop-link.w--current {
  display: block;
}

.cart-form-block-shop-link.hidden {
  display: none;
}

.cart-form-block-shop-link-mobi {
  min-height: auto;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #414141;
  background-image: linear-gradient(#d8262f, #d8262f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.cart-form-block-shop-link-mobi:hover {
  box-shadow: inset -1px -1px 3px rgba(238, 230, 255, 0);
}

.navigation-dropdown-3 {
  min-width: 140px;
}

.navigation-dropdown-3.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown-3.dropdown-long {
  min-width: 500px;
  left: -185px;
}

.dropdown-toggle-4 {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-4:hover {
  color: #8c54ff;
}

.navigation-left-cs {
  width: 50%;
  align-items: center;
  display: flex;
}

.navigation-link-2 {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #8c54ff;
}

.navigation-link-2.w--current {
  color: #99d715;
}

.navigation-container-cs {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-right-2 {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-cs {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 8px 8px 8px -5px rgba(105, 105, 105, .7);
}

.navigation-mob-cs {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.smooth-wrapper-cs {
  margin-top: 0;
  padding-top: 0;
}

.footer-coming-soon {
  color: #979da5;
  background-color: #d8262f;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 32px;
}

.container-6 {
  max-width: 1300px;
  text-align: left;
  padding-top: 0;
  position: relative;
}

.bottom-footer-paragraph-3 {
  float: left;
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.container-online-shop-complete.checkout-form-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-form-block-cart-dropdown-mobi {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.cart-form-block-cart-dropdown-mobi.hidden {
  display: none;
}

.product-name-2 {
  color: #151428;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.product-image-2 {
  max-width: 150%;
  position: absolute;
}

.product-slider-section-2 {
  min-height: 100vh;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.content-wrap-2 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-right-2 {
  width: 55px;
  height: 55px;
  border: 2px solid #8c54ff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.slider-left-2 {
  width: 55px;
  height: 55px;
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.product-card-2 {
  height: 100%;
  min-width: 490px;
  background-color: #fff;
  padding: 30px 15px;
}

.product-base-2 {
  min-height: 250px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

.arrow-bottom-np {
  display: none;
}

.product-card-np {
  height: 100%;
  min-width: 490px;
  background-color: #fff;
  padding: 30px 15px;
}

.logo-box {
  width: 70px;
  height: 40px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-box.no-padding-box {
  padding-left: 0;
  padding-right: 0;
}

.logo-box.amex {
  width: 13%;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 0;
}

.logo-box.white {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: #fff;
  border-radius: 9px;
  padding: 5px 10px;
}

.payment-logo {
  height: auto;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo.amex-logo {
  width: 100%;
  height: 30px;
}

.payment-logo.custom-logo-dinners {
  height: 30px;
}

.payment-logo.custom-logo {
  height: 40px;
}

.payment-logo.visa-logo {
  height: 30px;
}

.logos-wrap {
  background-color: #fff;
  border-radius: 11px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 5px;
  display: flex;
}

.container-payment-methods {
  max-width: none;
  padding-left: 30%;
  padding-right: 30%;
}

.paragraph-4 {
  text-align: right;
}

.paragraph-5 {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: static;
  top: 19px;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.column-67 {
  text-align: right;
  padding-top: 13px;
  padding-bottom: 10px;
}

.payment-paygate-logo {
  height: auto;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.payment-paygate-logo.amex-logo {
  width: 100%;
  height: auto;
}

.payment-paygate-logo.custom-logo-dinners {
  height: 30px;
}

.payment-paygate-logo.custom-logo {
  height: 40px;
}

.payment-paygate-logo.visa-logo {
  height: 15px;
}

.payment-visa-logo {
  height: 35px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.payment-visa-logo.amex-logo {
  width: 100%;
  height: auto;
}

.payment-visa-logo.custom-logo-dinners {
  height: 30px;
}

.payment-visa-logo.custom-logo {
  height: 40px;
}

.payment-visa-logo.visa-logo {
  height: 15px;
}

.payment-logo-mastercard {
  height: 50px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo-mastercard.amex-logo {
  width: 100%;
  height: auto;
}

.payment-logo-mastercard.custom-logo-dinners {
  height: 30px;
}

.payment-logo-mastercard.custom-logo {
  height: 40px;
}

.payment-logo-mastercard.visa-logo {
  height: 15px;
}

.payment-logo-verified-visa {
  height: 40px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo-verified-visa.amex-logo {
  width: 100%;
  height: auto;
}

.payment-logo-verified-visa.custom-logo-dinners {
  height: 30px;
}

.payment-logo-verified-visa.custom-logo {
  height: 40px;
}

.payment-logo-verified-visa.visa-logo {
  height: 15px;
}

.payment-logo-secured {
  width: auto;
  height: 45px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo-secured.amex-logo {
  width: 100%;
  height: auto;
}

.payment-logo-secured.custom-logo-dinners {
  height: 30px;
}

.payment-logo-secured.custom-logo {
  height: 40px;
}

.payment-logo-secured.visa-logo {
  height: 15px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  text-decoration: none;
}

.link-terms {
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.container-terms {
  max-width: 1300px;
  text-align: left;
  position: relative;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.our-role {
  flex-direction: column;
}

.divider-pp {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.privacy_icon {
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  max-height: 25px;
  max-width: 25px;
  margin-top: 10px;
}

.intro_wrapper {
  text-align: center;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  padding: 24px 40px;
  overflow: visible;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.header_section_wrapper {
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.paragraph-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph_centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.bottom-cookie-wrapper {
  z-index: 9;
  background-color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  font-family: Open Sans, sans-serif;
}

.cookie-span {
  color: #d8262f;
  border-bottom-style: none;
  font-weight: 600;
}

.small-paragraph {
  font-size: 14px;
}

.top-cookie-wrapper {
  width: 100%;
  background-color: #b5e3f4;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pointer-3 {
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 75px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.pointer-3.bottom-pointer {
  align-items: flex-start;
  position: absolute;
  top: auto;
  bottom: 75px;
  left: auto;
  right: 30px;
}

.label {
  color: #203492;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}

.label.margin-20 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.label.margin-20-reverse {
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
}

.cookie-link-span {
  color: #203492;
  border-bottom-style: none;
  font-weight: 600;
  text-decoration: none;
}

.cookies-container {
  height: 85vh;
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-cookie-image {
  height: 50px;
  margin-right: 15px;
}

.cookie-button-white {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-white:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.paragraph-11.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.replay-button {
  color: #514f6e;
  text-align: center;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.replay-button:hover {
  color: #f7f7fb;
  background-color: #6f6c90;
  transform: translate(0, -2px);
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary.cookie-banner-button---brix {
  max-width: 160px;
  background-color: #d8262f;
  flex-wrap: nowrap;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.close-message---plazma {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-message---plazma:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.button-cookie-icon---brix {
  margin-right: 8px;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7fb;
  border-radius: 20px;
  position: relative;
  transform: translate(0);
}

.cookie-banner-wrapper---plazma {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.cookie-banner-wrapper---plazma.cookie-banner-1---plazma {
  max-width: 400px;
  background-color: #fff;
  border-radius: 20px;
  padding: 34px 32px 34px 40px;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.cookie-banner-wrapper---plazma.cookie-banner-1---plazma.preview-page {
  z-index: 5;
  position: absolute;
}

.heading-16 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.link-2 {
  color: #d9272f;
  font-weight: 600;
  text-decoration: none;
}

.privacy-terms {
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.listed-item-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #d8262f;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.plazma-cookie {
  display: block;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #d8262f;
  background-color: #f5f5f5;
  border-color: #d8262f;
  font-family: Open Sans, sans-serif;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Open Sans, sans-serif;
}

.fs-cc-banner_text-link {
  color: #d8262f;
  border-bottom: 2px solid #d8262f;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #d8262f;
  border: 2px solid #d8262f;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #d8262f;
  background-color: #fff;
  border-color: #d8262f;
  font-family: Open Sans, sans-serif;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-banner_button-2 {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.link-privacy-policy {
  color: #d8262f;
  text-decoration: none;
}

.heading-15-privacy-policy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.sub-header-privacy-policy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-18, .heading-19 {
  font-family: Montserrat, sans-serif;
}

.listed-item-privacy-policy-large {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.sub-header-privacy-policy-small {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-privacy-policy-footer {
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4, .link-5 {
  color: #d8262f;
  text-decoration: none;
}

.link-cookie-policy-footer {
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.plazma-footer-link-terms {
  color: #333;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.plazma-footer-link-terms:hover {
  color: #d8262f;
}

.container-recover {
  max-width: 1300px;
  text-align: left;
  position: relative;
}

.navigation-full-recover {
  z-index: 9;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(61, 66, 75, .07);
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 16px rgba(32, 32, 32, .4);
}

.navigation-container-recover {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left-n-recover {
  width: 50%;
  align-items: center;
  display: flex;
}

.nav-menu-n-recover {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-link-n-recover {
  color: #333;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-n-recover:hover, .navigation-link-n-recover.w--current {
  color: #d8262f;
}

.brand-recover {
  margin-right: 44px;
}

.logo-recover {
  height: 70px;
  margin-top: 3px;
}

.navbar-2 {
  background-color: #fff;
}

.bottom-footer-recover {
  height: auto;
  color: #979da5;
  background-color: #d8262f;
  margin-top: 45px;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.container-footer-recover {
  max-width: 1300px;
  color: #fff;
  position: relative;
}

.logos-wrap-recover {
  background-color: #fff;
  border-radius: 11px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 5px;
  display: flex;
}

.logo-box-recover {
  width: 70px;
  height: 40px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-box-recover.no-padding-box {
  padding-left: 0;
  padding-right: 0;
}

.logo-box-recover.amex {
  width: 13%;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 0;
}

.logo-box-recover.white {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: #fff;
  border-radius: 9px;
  padding: 5px 10px;
}

.link-terms-copy, .link-terms-recover {
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.dark-field {
  height: 40px;
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, .2);
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.contact-column-left {
  padding-right: 15px;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.contact-map-wrapper {
  height: 445px;
  border: 0 solid rgba(0, 0, 0, .06);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.contact-map-block {
  width: 100%;
  height: 468px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.contact-column-right {
  padding-left: 15px;
}

.recover-shopping-cart {
  height: auto;
  border: 2px solid rgba(0, 0, 0, .08);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 40px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.need-help {
  height: auto;
  border: 2px solid rgba(0, 0, 0, .08);
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px;
}

.navigation-right-n-recover {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.smooth-wrapper-recover {
  margin-top: 0;
  padding-top: 0;
}

.heading-20, .heading-21, .heading-22 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.slider-wrapper-home {
  z-index: 5;
  height: 100%;
  background-color: #000;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
}

.hero-background-video-x55 {
  z-index: 9;
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.container-7 {
  max-width: 1140px;
  text-align: left;
  padding-top: 0;
  position: relative;
}

.container-7.hero-container {
  max-width: 1145px;
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: #d8262f;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover, .transparant-menu-button.w--open {
    background-color: #d8262f;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .nav-menu {
    background-color: #d8262f;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    color: #fff;
    margin-left: 0;
    font-weight: 600;
  }

  .nav-link.dropdown-toggle, .nav-link.current {
    color: #fff;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .smooth-wrapper {
    margin-top: 0;
  }

  .slide-3 {
    height: 450px;
  }

  .text-block-slide-1 {
    font-size: 18px;
  }

  .header-slide-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .slide-1 {
    height: 300px;
    background-position: 50%;
    background-size: cover;
  }

  .section-top-slide {
    padding-top: 0;
  }

  .slide-2 {
    height: 300px;
    background-position: 0 0;
    background-size: cover;
  }

  .slider {
    height: 300px;
  }

  .grid-slide-1 {
    height: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }

  .div-block-content-left-slide-1 {
    padding-top: 0;
  }

  .slide-4 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .block-section-wrapper {
    padding-top: 0;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-content-section.left {
    padding: 50px 10px 40px 40px;
  }

  .half-image-section {
    height: 470px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .white-footer-column {
    height: auto;
  }

  .container-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .white-footer {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row.white-footer-row, .bottom-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .button-slider-footer {
    width: auto;
    margin-top: 20px;
  }

  .white-footer-column-c {
    height: 200px;
  }

  .footer-menu-column {
    text-align: right;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .background-video {
    height: 470px;
  }

  .section-title-sub-page {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-sub-page {
    margin-top: 0;
    font-size: 14px;
  }

  .half-image-section-home, .half-image-section-product-1, .half-image-section-product-2 {
    height: 470px;
  }

  .image-product-2 {
    width: auto;
    max-width: 100%;
  }

  .column {
    padding-top: 0;
  }

  .half-content-section-product-1 {
    height: 470px;
    padding: 80px 45px 45px;
  }

  .half-content-section-product-2 {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-content-section-product-2.left {
    padding-top: 130px;
  }

  .half-image-section-product-3, .half-image-section-product-4 {
    height: 470px;
  }

  .arrow {
    filter: invert();
  }

  .arrow-left, .arrow-right {
    display: none;
  }

  .product-card {
    margin-bottom: 80px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .slider-left {
    width: 80px;
    height: 50px;
    background-color: #d8262f;
    border-style: none;
    border-radius: 0;
    padding: 7px;
    display: flex;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .slider-right {
    width: 80px;
    height: 50px;
    background-color: #d8262f;
    border-style: none;
    border-radius: 0;
    padding: 7px;
    display: flex;
  }

  .content-wrap {
    z-index: 20;
    position: relative;
  }

  .product-image {
    max-width: 60%;
  }

  .arrow-bottom {
    z-index: 5;
    height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .mask {
    overflow: visible;
  }

  .div-block-plazma {
    margin-bottom: 20px;
  }

  .container-product {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .half-content-section-product-3 {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-image-section-product-3-new {
    height: 470px;
  }

  .half-content-section-product-3-new {
    height: 470px;
    padding: 100px 45px 45px;
  }

  .half-image-section-product-4-new {
    height: 470px;
  }

  .image-product-4-new {
    margin-top: 0;
  }

  .paragraph-sub-page-cube {
    width: auto;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.about-3 {
    height: 200px;
    margin-top: 100px;
  }

  .subpage-header.with-contact-info {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-subtitle {
    width: 80%;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    max-width: none;
    flex-wrap: wrap;
  }

  .container-4 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .standard-tab {
    margin-top: 0;
  }

  .standard-tab.w--current {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .content-block {
    padding: 20px 10px;
  }

  .container-plazma-cookbook {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tabs {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .standard-tab {
    margin-top: 10px;
  }

  .text-wrapper, .thumbnil-block-plazma-charlotte, .thumbnil-block-plazma-baklava, .thumbnil-block-plazma-cheesecake, .thumbnil-block-plazma-apple-tart {
    height: 300px;
  }

  .columns {
    margin-top: 0;
  }

  .thumbnil-block-plazma-mousse-chocolate-cake, .thumbnil-block-raw-matcha-cake-with-plazma, .thumbnil-block-humming-bird-cake, .thumbnil-block-plazma-hazelnut-cake, .thumbnil-block-pie-filled-with-plazma-chocolate-almonds, .thumbnil-block-cholate-cake-plazma, .thumbnil-block-plazma-cake-orange-mascarpone-cheese, .thumbnil-block-napoleon-cake-plazma-cream, .thumbnil-block-blueberry-muffins-plazma, .thumbnil-block-star-cake-pops-plazma, .thumbnil-block-small-colourful-donuts-plazma {
    height: 300px;
  }

  .other-recipes {
    padding: 40px;
  }

  .recipe-grid {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  .thumbnil-block-plazma-cake-fruit-crispy-crust, .thumbnil-block-plazma-roll-coffee, .thumbnil-block-plazma-pies, .thumbnil-block-cheesecake-coconut-raspberries-plazma, .thumbnil-block-chocolate-mousse-plazma, .thumbnil-block-plazma-cake-ricotta-baked-strawberries, .thumbnil-block-banana-cake-crispy-plazma-crumbs, .thumbnil-block-chocolate-truffles-crispy-plazma, .thumbnil-block-biscuits-plazma-chocolate-chips-walnuts, .thumbnil-block-blondie-cake-plazma-coffee, .thumbnil-block-plazma-balls-nougat-cream, .thumbnil-block-plazma-roll-walnuts, .thumbnil-block-plazma-balls-dried-sour-cherries-white-chocolate, .thumbnil-block-plazma-ice-cream-pops, .thumbnil-block-plazma-cheesecake-in-a-glass, .thumbnil-block-acai-smoothie-with-plazma, .thumbnil-block-crumble-cubes-plazma-raspberries, .thumbnil-block-three---colored-plazma-shake, .thumbnil-block-lavender-plazma-ice-cream, .thumbnil-block-strawberry-almond-plazma-ice-lollies, .thumbnil-block-plazma-apricot-jam-rolls, .thumbnil-block-pasta-plazma-almonds, .thumbnil-block-babka-chocolate-filling-plazma, .thumbnil-block-plazma-dumplings, .thumbnil-block-fluffy-plazma-pancakes, .thumbnil-block-hazelnut-plazma-strudel, .thumbnil-block-plazma-chocolate-rolls, .thumbnil-block-oven-baked-donuts-plazma-white-chocolate, .thumbnil-block-button-cookies-plazma, .thumbnil-block-shortcake-plazma-apples, .thumbnil-block-plazma-raspberry-tart, .thumbnil-block-crumble-plazma-red-fruits, .thumbnil-block-banoffee-plazma-tart, .thumbnil-block-plazma-apple-pies, .thumbnil-block-cheesecake-spinach-plazma, .thumbnil-block-sweet-savory-hawaiian-meatballs-plazma, .thumbnil-block-chicken-croquettes-plazma-parmesan, .thumbnil-block-waffles-plazma-caramelized-bacon {
    height: 300px;
  }

  .section {
    padding: 45px;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .column-2 {
    height: 29%;
    margin-top: 40px;
  }

  .column-3 {
    margin-top: 40px;
  }

  .slide-2-copy {
    height: 300px;
    background-position: 0 0;
  }

  .slide-3 {
    height: 300px;
    background-size: cover;
  }

  .block-section-wrapper-top {
    padding-top: 0;
  }

  .arrow-left-no-product, .arrow-right-no-product {
    display: none;
  }

  .nav-link-button {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-button.w--current {
    color: #fff;
    margin-left: 0;
    font-weight: 600;
  }

  .nav-link-button.dropdown-toggle, .nav-link-button.current {
    color: #fff;
  }

  .product-base-plazma {
    min-height: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-base-plazma-ground {
    min-height: 430px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-base-plazma-cube {
    min-height: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-base-plazma-mini {
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-4, .column-5, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20 {
    margin-top: 20px;
  }

  .asa {
    color: #333;
  }

  .column-21, .column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28, .column-29, .column-30, .column-31, .column-32, .column-33, .column-34, .column-35, .column-36, .column-37, .column-38, .column-39, .column-40, .column-41, .column-42, .column-43, .column-44, .column-45, .column-46, .column-47, .column-48, .column-49, .column-50, .column-51, .column-52, .column-53, .column-54, .column-55, .column-56, .column-57, .column-58, .column-59, .column-60 {
    margin-top: 20px;
  }

  .shop-products {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-image-75g {
    max-width: 35%;
  }

  .half-image-section-product-plazma-mini-mini-video {
    height: 470px;
  }

  .half-content-section-product-plazma-mini-mini-content {
    height: 470px;
    padding: 100px 45px 45px;
  }

  .image-product-plazma-mini-mini-overview {
    margin-top: 0;
  }

  .half-content-section-product-plazma-styksi {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-content-section-product-plazma-styksi.left {
    padding-top: 130px;
  }

  .half-content-section-product-plazma-styksi-new {
    height: 470px;
    padding: 100px 45px 45px;
  }

  .slider-left-hide, .slider-right-hide {
    width: 80px;
    height: 50px;
    background-color: #d8262f;
    border-style: none;
    border-radius: 0;
    padding: 7px;
    display: none;
  }

  .product-base-plazma-stiksi {
    min-height: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-online-shop {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-cart._380 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-column {
    min-height: 50vh;
  }

  .home-text {
    font-weight: 700;
  }

  .input.top {
    width: 100%;
  }

  .button-submit-cart {
    width: auto;
    margin-top: 20px;
  }

  .container-information._380 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-information-left._380 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-information-right._380.left {
    width: 108%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-submit-shipping {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .grid-return-proceed, .grid-shipping-contact {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-wrapper-shipping-contact {
    border-bottom-width: 0;
  }

  .grid-wrapper-shipping-contact-ar, .grid-wrapper-shipping-ship-ar {
    text-align: left;
  }

  .button-submit-payment {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .grid-shipping-payment {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-wrapper-payment-contact-ar {
    border-bottom-width: 1px;
  }

  .grid-wrapper-payment-ship {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .grid-wrapper-payment-ship-ar {
    border-top-width: 0;
    border-bottom-width: 1px;
    padding-bottom: 10px;
  }

  .button-pay-payment {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .navigation-left {
    display: flex;
  }

  .plazma-coming-soon {
    max-width: 150px;
  }

  .nav-menu-os, .navigation {
    display: none;
  }

  .mobile-nav {
    background-color: #d8262f;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .mobile-nav-link {
    width: 100%;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .mobile-nav-link.w--current {
    color: #fff;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .mobile-toggle {
    width: 100%;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-mob {
    color: #fff;
    background-color: #d8262f;
    border-radius: 100px;
    padding: 11px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #d8262f;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .logo-mobile {
    width: 150px;
    max-width: 100%;
  }

  .mobile-nav-link-os {
    width: 100%;
    max-width: 1200px;
    color: #333;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .mobile-nav-link-os:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-nav-link-os.w--current {
    color: #fff;
    margin-left: 0;
    font-weight: 600;
  }

  .mobile-nav-link-os.dropdown-toggle, .mobile-nav-link-os.current, .asaw {
    color: #fff;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .navigation-left-n, .navigation-new {
    display: none;
  }

  .navigation-full {
    background-color: #fff;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-content-wrap-2 {
    padding-left: 10px;
  }

  .cart-form-block-cart-dropdown, .cart-form-block-cart-dropdown.hidden {
    display: block;
  }

  .cart-form-block-shop-link {
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .cart-form-block-shop-link.hidden {
    min-width: auto;
    display: none;
  }

  .dropdown-mobi {
    width: 100%;
    color: #fff;
    font-family: Open Sans, sans-serif;
  }

  .dropdown-mobi.cart-form-block-cart-dropdown {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .text-block-7, .icon-8 {
    color: #fff;
  }

  .dropdown-toggle-3 {
    font-weight: 600;
  }

  .text-span {
    color: #fff;
    text-align: center;
  }

  .cart-form-block-shop-link-mobi {
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .navigation-left-cs {
    display: flex;
  }

  .mobile-nav-cs {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav-link-2 {
    width: 100%;
  }

  .navigation-cs {
    display: none;
  }

  .menu-mob-cs {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob-cs.w--open {
    background-color: #824bf1;
  }

  .navigation-mob-cs {
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .smooth-wrapper-cs {
    margin-top: 0;
  }

  .cart-form-block-cart-dropdown-mobi, .cart-form-block-cart-dropdown-mobi.hidden {
    display: block;
  }

  .product-image-2 {
    max-width: 130%;
  }

  .product-slider-section-2 {
    overflow: hidden;
  }

  .content-wrap-2 {
    z-index: 20;
    position: relative;
  }

  .slider-right-2, .slider-left-2 {
    width: 80px;
    height: 50px;
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    padding: 7px;
  }

  .product-card-2 {
    padding-bottom: 50px;
    position: relative;
  }

  .product-base-2 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .arrow-bottom-np {
    z-index: 5;
    height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .product-card-np {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .logo-box.white {
    padding-left: 0;
    padding-right: 0;
  }

  .logos-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

  .bottom-cookie-wrapper, .top-cookie-wrapper {
    height: auto;
  }

  .pointer-3 {
    top: 150px;
  }

  .replay-button {
    top: 32px;
    bottom: auto;
    left: 32px;
    right: auto;
  }

  .cookie-banner-wrapper---plazma {
    bottom: 24px;
    left: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .navigation-full-recover {
    background-color: #fff;
  }

  .navigation-left-n-recover {
    display: block;
  }

  .bottom-footer-recover {
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer-recover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-row-recover.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .logos-wrap-recover {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .logo-box-recover.white {
    padding-left: 0;
    padding-right: 0;
  }

  .smooth-wrapper-recover, .slider-wrapper-home {
    margin-top: 0;
  }

  .hero-background-video-x55 {
    height: 200px;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 50px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-link, .dropdown-link {
    padding-left: 25px;
  }

  .header-slide-1 {
    font-size: 45px;
    line-height: 45px;
  }

  .slide-1 {
    height: 250px;
  }

  .section-top-slide {
    padding-top: 0;
  }

  .slide-2, .slider {
    height: 250px;
  }

  .grid-slide-1 {
    grid-template-columns: 2fr auto;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    text-align: center;
    margin-bottom: 0;
  }

  .content-section-block.left {
    float: none;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section.left {
    width: 100%;
    border-top: 1px solid #ececec;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .plazma-footer-link {
    text-align: left;
    margin-bottom: 4px;
  }

  .dark-footer-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .white-footer-column {
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.dark, .bottom-footer-paragraph.right {
    float: none;
  }

  .white-footer {
    padding: 25px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .bottom-footer {
    height: auto;
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-footer {
    text-align: left;
  }

  .button-slider-footer {
    width: auto;
    margin-top: 21px;
  }

  .white-footer-column-c {
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-paragraph-2 {
    float: none;
    margin-bottom: 0;
  }

  .bottom-footer-paragraph-2.right {
    float: none;
  }

  .footer-menu-column {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .background-video {
    height: 250px;
  }

  .section-title-sub-page {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .half-image-section-home {
    width: 100%;
    height: 250px;
  }

  .half-image-section-product-1 {
    width: 100%;
    height: 250px;
    display: none;
  }

  .half-image-section-product-2 {
    width: 100%;
    height: 250px;
  }

  .half-image-section-product-2.right {
    display: none;
  }

  .image-product-2 {
    max-width: 40%;
  }

  .column {
    padding-bottom: 0;
  }

  .half-content-section-product-1 {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-1.left {
    border-top: 1px solid #ececec;
  }

  .half-content-section-product-2 {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-2.left {
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .half-image-section-product-3, .half-image-section-product-4 {
    width: 100%;
    height: 250px;
  }

  .product-card {
    min-width: 80%;
    margin-bottom: 50px;
  }

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

  .slider-left {
    display: flex;
  }

  .product-base {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-right {
    display: flex;
  }

  .product-name {
    line-height: 35px;
  }

  .feature-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-image {
    max-width: 70%;
  }

  .container-product {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .half-content-section-product-3 {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-3.left {
    border-top: 1px solid #ececec;
  }

  .half-image-section-product-3-new {
    width: 100%;
    height: 250px;
    display: none;
  }

  .half-content-section-product-3-new {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-3-new.left {
    border-top: 1px solid #ececec;
  }

  .half-image-section-product-4-new {
    width: 100%;
    height: 250px;
  }

  .half-image-section-product-4-new.right {
    display: none;
  }

  .image-product-4-new {
    width: auto;
    max-width: 40%;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-3 {
    margin-top: 80px;
    padding-top: 90px;
  }

  .subpage-header.with-contact-info {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .subpage-title {
    font-size: 30px;
    font-weight: 700;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
  }

  .text-wrapper {
    height: 300px;
    margin-bottom: 0;
  }

  .thumbnil-block-food {
    margin-top: 20px;
  }

  .ingredient-block {
    margin-top: 0;
  }

  .other-recipes, .ingredient-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .recipe-detail-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .thumbnil-block-cheesecake-spinach-plazma, .thumbnil-block-sweet-savory-hawaiian-meatballs-plazma, .thumbnil-block-chicken-croquettes-plazma-parmesan, .thumbnil-block-waffles-plazma-caramelized-bacon {
    height: 300px;
  }

  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 25px;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .column-3 {
    margin-top: 0;
  }

  .slide-2-copy {
    height: 250px;
  }

  .block-section-wrapper-top {
    margin-top: 0;
  }

  .nav-link-button {
    padding-left: 25px;
  }

  .product-base-plazma {
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-base-plazma-ground {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-base-plazma-cube {
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-base-plazma-mini {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-61, .column-62, .column-63, .column-64, .column-65, .column-66 {
    margin-top: 20px;
  }

  .shop-products {
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-image-75g {
    max-width: 40%;
  }

  .half-image-section-product-plazma-mini-mini-video {
    width: 100%;
    height: 250px;
    display: none;
  }

  .half-content-section-product-plazma-mini-mini-content {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-plazma-mini-mini-content.left {
    border-top: 1px solid #ececec;
  }

  .image-product-plazma-mini-mini-overview {
    width: auto;
    max-width: 40%;
  }

  .half-content-section-product-plazma-styksi {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-plazma-styksi.left {
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .half-content-section-product-plazma-styksi-new {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-product-plazma-styksi-new.left {
    width: 100%;
    border-top: 1px solid #ececec;
  }

  .slider-left-hide, .slider-right-hide {
    display: none;
  }

  .product-base-plazma-stiksi {
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-online-shop {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .upsell-toggle-dot {
    left: 5px;
  }

  .button-submit-cart, .button-submit-shipping, .button-submit-payment, .button-pay-payment {
    width: auto;
    margin-top: 21px;
  }

  .mobile-nav-link-os {
    padding-left: 25px;
  }

  .footer-coming-soon {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph-3 {
    float: none;
    margin-bottom: 7px;
  }

  .product-image-2 {
    max-width: 100%;
  }

  .product-card-2 {
    min-width: 80%;
  }

  .product-base-2 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .product-card-np {
    min-width: 80%;
    margin-bottom: 0;
  }

  .payment-logo {
    padding-right: 0;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .payment-paygate-logo, .payment-visa-logo, .payment-logo-mastercard, .payment-logo-verified-visa, .payment-logo-secured {
    padding-right: 0;
  }

  .privacy_icon {
    width: auto;
    max-height: 24px;
    max-width: 24px;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .top-cookie-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .pointer-3.bottom-pointer {
    bottom: 200px;
  }

  .replay-button {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
    top: 24px;
    left: 24px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cookie-banner-wrapper---plazma {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---plazma.cookie-banner-1---plazma {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .plazma-footer-link-terms {
    text-align: left;
    margin-bottom: 4px;
  }

  .logo-recover {
    height: 50px;
    margin-top: 10px;
  }

  .bottom-footer-recover {
    height: auto;
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-recover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-recover.white-footer-row, .footer-logo-column-left-recover {
    padding-left: 0;
    padding-right: 0;
  }

  .logos-wrap-recover {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .contact-map-block {
    height: 300px;
  }

  .contact-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .recover-shopping-cart, .need-help {
    height: auto;
    padding: 25px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 50px;
    margin-top: 5px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-slide-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .header-slide-1 {
    font-size: 35px;
    line-height: 40px;
  }

  .slide-1 {
    height: 190px;
    background-image: url('../images/item-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2 {
    height: 190px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider {
    height: 190px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .half-content-section.left {
    width: 100%;
    padding-right: 40px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .white-footer-column {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .container-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-footer {
    padding: 20px 20px 13px;
  }

  .paragraph-footer {
    line-height: 25px;
  }

  .white-footer-column-c {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .section-title-2, .section-title-sub-page {
    font-size: 25px;
    line-height: 26px;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing {
    font-size: 55px;
  }

  .product-card {
    margin-bottom: 50px;
  }

  .slider-left {
    display: flex;
  }

  .product-base {
    min-height: 190px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .slider-right {
    display: flex;
  }

  .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-name {
    line-height: 30px;
  }

  .car-icon {
    margin-right: 8px;
  }

  .feature-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px;
  }

  .feature-column {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .price-block {
    width: 100%;
    padding: 16px 0;
  }

  .product-image {
    max-width: 100%;
  }

  .arrow-bottom {
    z-index: 5;
    padding-bottom: 0;
  }

  .paragraph-plazma {
    text-align: justify;
  }

  .container-product {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.about-3 {
    height: 100px;
    background-size: cover;
    margin-top: 85px;
    padding-top: 80px;
  }

  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .text-wrapper, .thumbnil-block-plazma-charlotte, .thumbnil-block-plazma-baklava, .thumbnil-block-plazma-cheesecake, .thumbnil-block-plazma-apple-tart, .thumbnil-block-plazma-mousse-chocolate-cake, .thumbnil-block-raw-matcha-cake-with-plazma, .thumbnil-block-humming-bird-cake, .thumbnil-block-plazma-hazelnut-cake, .thumbnil-block-pie-filled-with-plazma-chocolate-almonds, .thumbnil-block-cholate-cake-plazma, .thumbnil-block-plazma-cake-orange-mascarpone-cheese, .thumbnil-block-napoleon-cake-plazma-cream, .thumbnil-block-blueberry-muffins-plazma, .thumbnil-block-star-cake-pops-plazma, .thumbnil-block-small-colourful-donuts-plazma {
    height: 350px;
  }

  .ingredient-block {
    margin-top: 20px;
  }

  .other-recipes {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ingredient-content {
    padding: 32px 20px;
  }

  .content-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .recipe-detail-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-h3-cookbook-recipes {
    margin-bottom: 24px;
  }

  .content-section-cookbook-recipes {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .thumbnil-block-plazma-cake-fruit-crispy-crust, .thumbnil-block-plazma-roll-coffee, .thumbnil-block-plazma-pies, .thumbnil-block-cheesecake-coconut-raspberries-plazma, .thumbnil-block-chocolate-mousse-plazma, .thumbnil-block-plazma-cake-ricotta-baked-strawberries, .thumbnil-block-banana-cake-crispy-plazma-crumbs, .thumbnil-block-chocolate-truffles-crispy-plazma, .thumbnil-block-biscuits-plazma-chocolate-chips-walnuts, .thumbnil-block-blondie-cake-plazma-coffee, .thumbnil-block-plazma-balls-nougat-cream, .thumbnil-block-plazma-roll-walnuts, .thumbnil-block-plazma-balls-dried-sour-cherries-white-chocolate, .thumbnil-block-plazma-ice-cream-pops, .thumbnil-block-plazma-cheesecake-in-a-glass, .thumbnil-block-acai-smoothie-with-plazma, .thumbnil-block-crumble-cubes-plazma-raspberries, .thumbnil-block-three---colored-plazma-shake, .thumbnil-block-lavender-plazma-ice-cream, .thumbnil-block-strawberry-almond-plazma-ice-lollies, .thumbnil-block-plazma-apricot-jam-rolls, .thumbnil-block-pasta-plazma-almonds, .thumbnil-block-babka-chocolate-filling-plazma, .thumbnil-block-plazma-dumplings, .thumbnil-block-fluffy-plazma-pancakes, .thumbnil-block-hazelnut-plazma-strudel, .thumbnil-block-plazma-chocolate-rolls, .thumbnil-block-oven-baked-donuts-plazma-white-chocolate, .thumbnil-block-button-cookies-plazma, .thumbnil-block-shortcake-plazma-apples, .thumbnil-block-plazma-raspberry-tart, .thumbnil-block-crumble-plazma-red-fruits, .thumbnil-block-banoffee-plazma-tart, .thumbnil-block-plazma-apple-pies, .thumbnil-block-cheesecake-spinach-plazma, .thumbnil-block-sweet-savory-hawaiian-meatballs-plazma, .thumbnil-block-chicken-croquettes-plazma-parmesan, .thumbnil-block-waffles-plazma-caramelized-bacon {
    height: 350px;
  }

  .contact-info-list {
    margin-bottom: 0;
  }

  .contact-info-list-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .section {
    padding: 25px;
  }

  .section.contact {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .slide-2-copy {
    height: 190px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .block-section-wrapper-top {
    margin-top: 0;
  }

  .product-base-plazma {
    min-height: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-base-plazma-ground {
    min-height: 430px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .product-base-plazma-cube {
    min-height: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-base-plazma-mini {
    min-height: 350px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .shop-products {
    margin-top: 85px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-image-75g {
    max-width: 70%;
  }

  .half-content-section-product-plazma-styksi-new.left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-base-plazma-stiksi {
    min-height: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-online-shop {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-cart._380 {
    padding-bottom: 33px;
  }

  .container-cart._380.left {
    width: 100%;
  }

  .upsell-toggle {
    display: none;
  }

  .container-right._380 {
    width: 100%;
  }

  .columns-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-information._380.left {
    width: 100%;
  }

  .container-information-left._380, .container-information-right._380.left {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-mob {
    width: auto;
  }

  .logo-mobile {
    width: 100px;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cart-form-block-cart-dropdown.hidden, .cart-form-block-shop-link {
    display: block;
  }

  .cart-form-block-shop-link.hidden {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .nav-link-2 {
    color: #553c3c;
  }

  .nav-link-3 {
    color: #533636;
  }

  .nav-link-4 {
    color: #a11717;
  }

  .nav-link-5 {
    color: #db0000;
  }

  .nav-link-6 {
    color: #bb0d0d;
  }

  .nav-link-7, .nav-link-8, .nav-link-9 {
    color: #000;
  }

  .nav-link-10, .nav-link-11, .nav-link-12, .nav-link-13, .text-span {
    color: #fff;
  }

  .cart-form-block-shop-link-mobi {
    display: block;
  }

  .footer-coming-soon {
    padding: 20px 20px 13px;
  }

  .container-6 {
    padding-top: 50px;
  }

  .brand-2, .brand-2.w--current {
    padding-left: 0;
  }

  .cart-form-block-cart-dropdown-mobi.hidden {
    display: block;
  }

  .product-slider-section {
    width: 100%;
    position: relative;
  }

  .product-slider-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-wrap-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-base-2 {
    min-height: 190px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .arrow-bottom-np {
    z-index: 5;
    padding-bottom: 0;
  }

  .product-card-np {
    margin-bottom: 0;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .privacy_icon {
    max-height: 16px;
    max-width: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .pointer-3 {
    width: 100%;
    top: 200px;
    left: 0;
  }

  .pointer-3.bottom-pointer {
    width: 100%;
    bottom: 250px;
    right: 0;
  }

  .replay-button {
    padding: 15px 34px 16px;
    display: none;
    top: 16px;
    left: 16px;
    right: 16px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .cloneable-container-default {
    min-height: 550px;
  }

  .cookie-banner-wrapper---plazma, .cookie-banner-wrapper---plazma.cookie-banner-1---plazma {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .logo-recover {
    height: auto;
    margin-top: 5px;
  }

  .bottom-footer-recover {
    padding: 20px 20px 13px;
  }

  .container-footer-recover {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row-recover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-column-left-recover {
    padding-bottom: 10px;
  }

  .logos-wrap-recover {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dark-field.area {
    height: 98px;
  }

  .hero-background-video-x55 {
    background-size: contain;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    height: 300px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .container-7 {
    padding-top: 50px;
  }
}

#w-node-d61260da-f18d-15cb-845c-e97321696001-ac9f8f50, #w-node-d61260da-f18d-15cb-845c-e97321696004-ac9f8f50, #w-node-d61260da-f18d-15cb-845c-e97321696010-ac9f8f50, #w-node-d61260da-f18d-15cb-845c-e97321696013-ac9f8f50, #w-node-_7bb0c163-aedb-4a7f-ec7c-b9aaeac4b045-3a95e592, #w-node-e6b703a3-9030-34d0-6701-59cba7bbd03c-3a95e592, #w-node-a4791dbe-cd5e-f980-728f-a923f431fa2f-3a95e592, #w-node-a4791dbe-cd5e-f980-728f-a923f431fa32-3a95e592 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f2c17e70-cce9-03e1-5e50-4f61ed745470-e46a5fde {
    align-self: auto;
    justify-self: auto;
  }
}


