body {
  background-color: #fafaf8;
  font-family: var(--fontFamily);
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar {
  height: 100px;
  background-color: #acae25;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.nav-link {
  display: inline-block;
  margin-right: 30px;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-style: normal;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom: 2px solid #8e2115;
  color: #8e2115;
  text-decoration: none;
}

.nav-link.noselect.w--current {
  color: #8e2115;
}

.nav-link.noselect.logout {
  display: block;
  margin-top: 15px;
}

.nav-link.noselect.nomargin {
  margin-right: 0px;
}

.nav-link.noselect.sidelink {
  display: block;
}

.sectioncontent {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.sectioncontent.sectioncontentblack {
  background-color: #363a43;
}

.sectionfooter {
  height: 160px;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #8e2115;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #acae25;
}

.paragraph {
  display: block;
  width: 200px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0%;
}

.important-text {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-logo-navbar {
  height: 70px;
  margin-top: 12px;
  margin-right: 40px;
  margin-bottom: 12px;
  cursor: pointer;
}

.navlinkfooter {
  margin-right: 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 66%;
  padding-left: 10%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #8e2115;
}

.image-3 {
  margin-right: 30px;
}

.body-standard {
  background-color: #fafaf8;
}

.text-block-header {
  color: #363a43;
  font-size: 20px;
  font-weight: 700;
}

.divblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divblockheader.product-favorite {
  margin-bottom: 8px;
}

.divblockheader.withmargin {
  margin-top: 24px;
  margin-bottom: 12px;
}

.divblockheader.withmargin.orderview {
  padding-left: 222px;
}

.image-header {
  margin-right: 10px;
}

.divblockordertop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 2px 2px 10px;
  border-color: #6f5847;
  background-color: #fff;
}

.text-block-order-info {
  display: inline-block;
  overflow: hidden;
  width: 400px;
  max-height: 40px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-order-info.delivery {
  width: auto;
  margin-right: auto;
  margin-left: 5px;
  line-height: 16px;
}

.text-block-order-info.dateline {
  width: auto;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: 5px;
  line-height: 16px;
}

.text-block-order-info.orderbyline {
  width: auto;
  margin-top: 7px;
  margin-right: auto;
  margin-left: 5px;
  line-height: 16px;
}

.divblocksearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divblocksearch.fixedtop {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 8px 16px 230px;
  background-color: #fafaf8;
}

.form-block {
  max-width: 500px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  margin-bottom: 0px;
  border-style: none;
  border-color: red;
  background-color: transparent;
  font-size: 18px;
}

.text-block-status {
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.divblockstatus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.divblockstatus.statusgreen {
  background-color: #25ae30;
}

.divblockstatus.statusgrey {
  background-color: #777;
}

.divblockstatus.statusorange {
  background-color: #ebac3e;
}

.textblockbutton {
  padding-left: 7px;
  color: #fff;
  text-align: center;
  line-height: 14px;
}

.textblockbutton.textblockbutton-addtocart {
  width: 75px;
  padding-left: 0px;
}

.textblockbutton.textblockbutton-checkout {
  width: 160px;
  padding-left: 0px;
}

.textblockbutton.textblockbutton-checkout {
  width: 115px;
  padding-left: 0px;
  font-size: 16px;
}

.textblockbutton.textblockbutton-checkout.reorder {
  width: 115px;
}

.textblockbutton.textblockbutton-snooze {
  width: 175px;
  padding-left: 0px;
  color: #363a43;
  font-size: 16px;
}

.textblockbutton.textblockbutton-reorder {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.textblockbutton.textblockbutton-moreproduct {
  width: 150px;
  padding-left: 0px;
  color: #363a43;
}

.textblockbutton.textblockbutton-checkout-final {
  width: 175px;
  padding-left: 0px;
  font-size: 16px;
}

.linkblockbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkblockbutton.link-block-button-addtocart {
  float: none;
}

.linkblockbutton.link-block-button-addtocart.productoverlay {
  max-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1.5px solid #8e2115;
  border-radius: 20px;
  background-color: #acae25;
  cursor: pointer;
}

.linkblockbutton.product-preview {
  height: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linkblockbutton.link-block-button-checkout {
  height: 42px;
}

.divblockorder {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.divblockorder.card-v2 {
  cursor: pointer;
  position: relative;
  padding: 20px 10px;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.divblockorder.card-v2.decoration-left {
  padding-left: 16px;
}
.divblockorder.card-v2.decoration-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: var(--alt1Color);
}
.divblockorder.card-v2:hover {
  background-color: #f2f2f2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}


.divblockorderbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding: 7px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #6f5847;
  border-bottom: 2px solid #6f5847;
  border-left: 2px solid #6f5847;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #6f5847;
}

.divblockgreenback {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #acae25;
  background-image: url('../images/bg2.png');
  background-position: -45px -110px;
  background-size: 110%;
}

.divblockgreenback.big-home {
  width: 100vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-order-title {
  margin-right: auto;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.text-block-order-title.ordersubtotal {
  margin-right: 0px;
  text-align: right;
}

.image-footer-center {
  display: block;
  margin: 10px auto;
}

.text-block-home-header {
  position: static;
  width: 55%;
  max-width: 700px;
  margin-top: 100px;
  margin-bottom: 80px;
  margin-left: 40%;
  color: #fff;
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
}

.linkblock-button-home {
  margin-bottom: 30px;
  padding: 12px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.linkblock-button-home.brown {
  background-color: #6f5847;
}

.linkblock-button-home.orange {
  background-color: #d0872d;
}

.linkblock-button-home.green {
  background-color: #acae25;
}

.image-home {
  position: absolute;
  z-index: -3;
  width: 100%;
  max-width: none;
}

.imagebutton {
  height: 82%;
  float: left;
}

.divblockcategory {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.divblockcategorytop {
  display: block;
  overflow: hidden;
  max-height: 238px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-style: solid solid none;
  border-width: 2px 2px 10px;
  border-color: #6f5847;
  background-color: #fff;
}

.divblockcategorybot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding: 7px 7px 7px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #6f5847;
  border-bottom: 2px solid #6f5847;
  border-left: 2px solid #6f5847;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #6f5847;
}

.image-small-border {
  width: 75px;
  height: 75px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
}

.image-small-border.image-grid {
  width: 100px;
  height: 100px;
  margin-top: 12px;
  margin-right: 12px;
  float: left;
}

.image-small-border.image-grid-vendor-preview {
  width: 47%;
  height: auto;
  margin-top: 3%;
  margin-right: 3%;
  float: left;
}

.image-small-border.imgcover {
  cursor: pointer;
}

.image-small-border.imgcover.aisles-icon {
  border-color: #fafaf8;
}

.tabs {
  top: -42px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  border-top: 2px solid #fafaf8;
  border-bottom: 2px solid #6f5847;
}

.tab-link.w--current {
  border-color: #6f5847 #6f5847 transparent;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  font-weight: 700;
}

.text-block-tabs {
  font-weight: 700;
}

.div-block-tabs-border {
  height: 42px;
  border-bottom: 2px solid #6f5847;
}

.text-block-order-details {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #363a43;
  font-size: 18px;
  font-weight: 700;
}

.text-block-order-details.text-red {
  color: #8e2115;
}

.text-block-order-details.text-red.checkout-details-amount {
  width: 100px;
  text-align: right;
}

.text-block-order-details.label {
  overflow: hidden;
  max-height: 40px;
  margin-right: 10px;
}

.text-block-order-details.label.product-name-1 {
  overflow: hidden;
  max-height: 60px;
  /* cursor: pointer; */
}

.text-block-order-details.label.product-name-2 {
  display: none;
}

.text-block-order-details.label.product-name-1-v2 {
  overflow: hidden;
  max-height: 60px;
  /* cursor: pointer; */
}

.text-block-order-details.column-align-right {
  float: right;
  text-align: right;
}

.text-block-order-details.product-price-2 {
  display: none;
}

.text-block-order-details.label-order-total {
  display: none;
}

.text-block-order-details.checkout-label {
  margin-right: 10px;
}

.text-block-order-details.text-red-shrink {
  color: #8e2115;
}

.divblockorderdetailstop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid solid none;
  border-width: 2px 2px 10px;
  border-color: #6f5847;
  background-color: #fff;
}

.div-block-order-details-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #eaeaea;
}

.div-block-order-details-product.show4 {
  display: none;
}

.div-block-order-second-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-no-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-no-shrink.column-price {
  width: 10%;
  margin-right: 5%;
}

.div-block-no-shrink.column-qty {
  width: 15%;
  margin-right: 5%;
}

.div-block-no-shrink.column-total {
  width: 15%;
}

.div-block-no-shrink.column-price-head {
  width: 10%;
  margin-right: 5%;
}

.div-block-no-shrink.column-amount {
  width: 15%;
}

.div-block-no-shrink.column-price-v2 {
  margin-right: 10px;
}

.div-block-no-shrink.column-qty-v2 {
  width: 10%;
}

.div-block-no-shrink.column-price-v2 {
  width: 10%;
  margin-right: 2%;
}

.div-block-no-shrink.column-qty-v2 {
  width: 100px;
  margin-right: 5px;
}

.div-block-no-shrink.column-total-v2 {
  width: 14%;
}

.div-block-no-shrink.column-order-qty {
  width: 22%;
  margin-right: 5%;
}

.div-block-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-order-valid-icon.icon-left {
  margin-right: 3px;
}

.div-block-border-basis {
  padding: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.product-details-left {
  width: 65%;
}

.div-block-product-details-right {
  display: block;
  width: 33%;
  margin-bottom: 15px;
  padding: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaeaea;
}

.div-block-product-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-category-tree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 18px;
  font-weight: 700;
}

.text-block-product-header {
  color: #8e2115;
  font-size: 18px;
  font-weight: 700;
}

.text-block-product-header.product-preview {
  overflow: hidden;
  height: 60px;
  max-height: 40px;
  margin-top: 8px;
}

.text-block-product-header.product-favorite {
  overflow: hidden;
  max-height: 40px;
  margin-top: 8px;
  margin-left: 2px;
}

.text-block-product-header.big-home {
  font-size: 30px;
  line-height: 30px;
}

.text-block-product-header.big-home.show-3 {
  display: none;
}

.text-block-product-header.product-preview-2 {
  display: none;
  overflow: hidden;
  max-height: 40px;
}

.text-block-product-header.show3 {
  display: none;
}

.text-block-product-header.product-details {
  margin-bottom: 12px;
}

.div-block-product-producer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 11px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaeaea;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-125x125-border {
  width: 125px;
  height: 125px;
  margin-right: 10px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  flex: 0 0 auto;
}

.image-125x125-border.product-preview {
  min-height: 125px;
  min-width: 125px;
  margin-right: 8px;
}

.image-125x125-border.product-preview-v2 {
  width: 80%;
  height: 100%;
  margin-right: 4px;
}

.image-125x125-border.product-favorite {
  width: 65%;
  height: 100%;
  margin-right: 8px;
}

.image-125x125-border.product-preview-v3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  cursor: pointer;
}

.image-125x125-border.product-preview-aisles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  cursor: pointer;
  border: 0;
}

.image-125x125-border.ordercardvendorlogo {
  width: 65px;
  height: 65px;
}

.link-standard-red {
  color: #8e2115;
  text-decoration: underline;
  cursor: pointer;
}

.image-250x250 {
  width: 250px;
  height: 250px;
}

.image-250x250.productdetails {
  margin-right: 8px;
  border-radius: 10px;
  border: 3px solid #eaeaea;
}

.text-block-price-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-price-label.product-preview {
  margin-right: 7px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.text-block-price-label.product-preview-v2 {
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.text-block-price-label.product-preview-v3 {
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.text-block-price {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
}

.text-block-price.product-preview {
  font-size: 20px;
  line-height: 22px;
}

.text-block-price.product-favorite {
  font-size: 24px;
  line-height: 24px;
}

.text-block-price.product-favorite-striked {
  font-size: 24px;
  line-height: 24px;
  text-decoration: line-through;
}

.text-block-euro {
  position: relative;
  bottom: 6px;
  display: inline-block;
  color: #8e2115;
  font-size: 24px;
  font-weight: 700;
}

.text-block-euro.product-preview {
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
}

.text-block-euro.product-favorite {
  font-size: 22px;
}

.text-field-qty {
  width: 65px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 27px;
  line-height: 28px;
  text-align: center;
}

.link-block-button-qty {
  width: 38px;
  height: 38px;
  background-color: #acae25;
  line-height: 34px;
  text-decoration: none;
  cursor: pointer;
}

.link-block-button-qty.checkout {
  width: 26px;
  height: 26px;
  line-height: 24px;
}

.link-block-button-qty.aislesmobile {
  width: 26px;
  height: 26px;
  line-height: 24px;
}

.link-block-button-qty.productovelay {
  width: 30px;
  height: 30px;
  line-height: 24px;
}

.link-block-button-qty.aisle-qty {
  width: 34px;
  height: 34px;
  line-height: 24px;
}

.link-block-button-qty.checkout-v2 {
  width: 34px;
  height: 34px;
}

.text-block-button-qty {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.text-block-button-qty.noselect {
  text-decoration: none;
}

.text-block-button-qty.noselect.checkout {
  font-size: 18px;
}

.text-block-button-qty.noselect.aislesmobile {
  font-size: 18px;
}

.text-block-button-qty.noselect.productoverlay {
  font-size: 18px;
  line-height: 28px;
}

.text-block-button-qty.noselect.aisle-qty {
  font-size: 28px;
  line-height: 32px;
}

.text-block-button-qty.noselect.checkout-v2 {
  font-size: 18px;
}

.field-label.checkout-total {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
}

.field-label.checkout-total.text-red {
  color: #8e2115;
}

.div-block-product-details-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-addtocart {
  float: right;
}

.form-addtocart.productoverlay {
  width: 100%;
}

.form-addtocart.aislesqty {
  width: 100%;
}

.form-block-product-details {
  margin-top: 10px;
  margin-bottom: 0px;
}

.form-block-product-details.productoverlay {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
}

.div-block-aisles-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-aisles-qty.checkout {
  margin-bottom: 5px;
}

.div-block-catalog-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-grey-basis {
  padding: 12px;
  border: 3px solid #eaeaea;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaeaea;
}

.div-block-grey-basis.product-preview {
  width: 32%;
  margin-bottom: 12px;
  padding: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-grey-basis.product-favorite {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-grey-basis.product-preview-v2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 8px 4px 8px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-grey-basis.shop-left-col {
  display: block;
  width: 210px;
  margin-top: 82px;
  margin-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-grey-basis.shop-left-col.fixedtop {
  margin-top: 0px;
}

.div-block-grey-basis.filter-dialog {
  display: none;
  width: 300px;
}

.div-block-grey-basis.testborder {
  margin-bottom: 12px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
}

.div-block-grey-basis.left-aisles {
  position: fixed;
  left: 0px;
  top: 100px;
  z-index: 15;
  width: 200px;
  padding-right: 14px;
  padding-left: 14px;
}

.div-block-grey-basis.aislescard {
  padding: 4px;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.div-block-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-product.product-favorite {
  height: 65%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.imagebutton-sides {
  height: 100%;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #acae25;
}

.text-product-info-1 {
  line-height: 16px;
}

.div-block-product-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-product-3 {
  margin-top: 6px;
}

.div-block-price {
  display: inline-block;
}

.text-product-info-2 {
  display: none;
}

.div-block-home-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-home-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 75vh;
}

.div-block-dark-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 1002%;
}

.text-block-rayon-title {
  margin-right: auto;
  color: #d1d4da;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.image-100x100-border {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
}

.div-block-product-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 162px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-flex-spacer {
  min-width: 8px;
}

.divblockvendor {
  display: block;
  width: 32%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.divblockvendorbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding: 7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaeaea;
}

.divblockvendortop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  padding-bottom: 3%;
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-style: solid solid none;
  border-width: 3px 3px 0px;
  border-color: #eaeaea;
  background-color: #fff;
}

.text-block-vendor-title {
  margin-right: auto;
  margin-bottom: 5px;
  color: #363a43;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.image-vendor-preview {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  border-radius: 5px;
}

.text-block-vendor-preview {
  overflow: hidden;
  max-height: 72px;
  font-size: 13px;
  line-height: 12px;
}

.text-block-home-bullets {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  padding-bottom: 20px;
  border-bottom: 3px solid #8e2115;
  color: #363a43;
  font-size: 28px;
  line-height: 35px;
}

.div-block-home-text {
  display: inline-block;
  width: 45%;
}

.div-block-signup-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-image-decoration {
  display: inline-block;
  width: 45%;
  margin-right: 20px;
  border: 3px solid #8e2115;
  border-radius: 2px;
}

.div-block-image-decoration.width-100 {
  width: 100%;
}

.div-block-image-decoration.homepagedecoration {
  width: 100%;
}

.image-with-decoration {
  position: relative;
  left: 20px;
  top: -20px;
  width: 100%;
  max-width: none;
}

.div-block-green-back-extended {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-chapter-container {
  position: relative;
  height: 800px;
}

.div-block-17-2 {
  width: 45%;
  float: right;
}

.div-block-home-chapter-green {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19-2 {
  display: inline-block;
  width: 45%;
  margin-right: 20px;
  border: 3px solid #8e2115;
  border-radius: 2px;
}

.error-message {
  background-color: #8e2115;
}

.text-field-home {
  height: auto;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 3px solid #000;
  border-radius: 5px;
  font-size: 20px;
}

.text-field-home.brown {
  border-color: #6f5847;
}

.text-field-home.orange {
  border-color: #d0872d;
}

.text-field-home.green {
  border-color: #acae25;
}

.field-label-home {
  color: #363a43;
  font-size: 20px;
}

.success-message {
  background-color: #363a43;
}

.div-block-product-buttons-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-format-3-blocks {
  width: 32%;
}

.div-block-format-3-blocks.shop-info-img-grid {
  margin-right: 1%;
  margin-bottom: 15px;
  float: left;
}

.div-block-format-ratio-1to1 {
  position: relative;
  padding-bottom: 100%;
}

.div-block-format-ratio-1to1.product-preview {
  margin-bottom: 12px;
}

.text-product-info-1-v2 {
  display: none;
  margin-top: 15px;
  line-height: 16px;
}

.text-product-info-2-v2 {
  display: block;
}

.div-block-format-4-blocks {
  width: 22%;
}

.div-block-format-4-blocks.product-favorite {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-product-banner-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 4%;
  margin-left: 4%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-product-favorite {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image-product-favorite {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-image-favorite {
  width: 65%;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #eaeaea;
  border-radius: 10px;
}

.form-qty-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-qty-checkout {
  width: 45px;
  height: 26px;
  margin-bottom: 0px;
  padding: 5px 3px;
  font-size: 17px;
  text-align: center;
}

.text-field-qty-checkout.aislesqty {
  width: 60px;
  height: 34px;
}

.text-field-qty-checkout.productoverlay {
  width: 60px;
  height: 30px;
}

.text-field-qty-checkout.discount {
  width: 55px;
}

.text-field-qty-checkout.discountglobal {
  width: 85px;
}

.div-block-order-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 39px;
  margin-bottom: 5px;
  margin-left: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.form-block-qty-checkout {
  margin-bottom: 4px;
}

.text-block-qty-checkout {
  display: inline-block;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.span-text-red {
  color: #8e2115;
  font-weight: 700;
}

.div-block-product-price-2 {
  display: none;
}

.div-block-validation-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-block-checkout {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.form-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-about {
  margin-top: 30px;
  margin-right: 7%;
  color: #363a43;
  font-size: 18px;
  text-align: justify;
}

.text-block-about.last-block {
  padding-bottom: 20px;
  border-bottom: 3px solid #8e2115;
}

.text-block-about.not-last {
  margin-bottom: 50px;
}

.div-block-format-2-column {
  width: 45%;
}

.div-block-qty-calculate {
  width: 175px;
}

.div-block-qty-calculate.productoverlay {
  width: 100%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-login {
  width: 200px;
  height: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.text-field-login.red {
  border-color: #8e2115;
}

.text-field-login.red.mobile-login {
  width: 260px;
}

.linkblock-button-login {
  padding: 7px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.linkblock-button-login.red {
  background-color: #8e2115;
}

.linkblock-button-login.red.show-3 {
  display: none;
}

.linkblock-button-login.red.show-2 {
  display: none;
}

.linkblock-button-login.red.show-2 {
  display: none;
}

.form-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-login {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.div-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  background-color: #acae25;
}

.div-navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-login-dialog {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 15px 10%;
  background-color: #acae25;
}

.div-block-login-dialog.show-2 {
  display: none;
}

.text-span-material-icon {
  font-family: 'Material icons', sans-serif;
}

.text-span-material-icon.navmenu {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.text-span-material-icon.navheaderuser {
  display: block;
  margin: 5px;
  float: left;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.text-span-material-icon.logout {
  margin-right: 7px;
  float: left;
  font-size: 20px;
}

.text-span-material-icon.undoicon {
  color: #8e2115;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  margin-left: 30px;
  position: relative;
}

.text-span-material-icon.shipwarn {
  margin-right: 5px;
  color: #db2b39;
  font-size: 22px;
  line-height: 22px;
}

.text-span-material-icon.shipok {
  margin-right: 5px;
  color: #25ae30;
  font-size: 22px;
  line-height: 22px;
}

.text-span-material-icon.backaction {
  display: block;
  color: #888;
  font-size: 30px;
  line-height: 30px;
}

.form-login-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.field-label-2 {
  display: none;
}

.form-registration {
  margin-bottom: 60px;
  padding-left: 5%;
}

.div-block-signup {
  float: right;
}

.text-block-form-error {
  margin-bottom: 10px;
  color: #db1616;
}

.div-block-home-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 70px;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-signup {
  position: relative;
}

.div-block-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1004;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acae25;
}

.div-block-nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.image-navbar-logo {
  padding-right: 40px;
  cursor: pointer;
}

.text-block-basket {
  margin-right: 30px;
  margin-left: 7px;
  color: #8e2115;
  font-size: 18px;
  font-weight: 700;
}

.div-block-basket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.div-block-nav-dialog {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: block;
  width: 66%;
  max-width: 300px;
  background-color: #acae25;
  box-shadow: -2px 2px 10px 0 #000;
}

.div-nav-dialog-header {
  width: 100%;
  height: 50px;
  background-color: #8e2115;
}

.text-block-nav-header {
  overflow: hidden;
  max-height: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.div-block-nav-list {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 18px;
  line-height: 24px;
}

.image-confirm-signup {
  display: block;
  width: 66%;
  margin: 15px auto 30px;
}

.image-email-sent {
  max-height: 60px;
  max-width: 30%;
  margin-right: 15px;
  margin-bottom: 20px;
}

.text-block-confirm-signup {
  display: block;
  margin-bottom: 20px;
  color: #363a43;
  font-size: 18px;
  text-align: justify;
}

.text-block-confirm-signup.contacts {
  margin-top: -10px;
  line-height: 25px;
  text-align: center;
}

.text-block-confirm-signup.email {
  margin-top: -15px;
  text-align: center;
}

.text-block-confirm-signup-header {
  color: #363a43;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-sent-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-signup-form-success {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  background-color: #fafaf8;
}

.div-block-shop-vendor-info {
  position: relative;
  margin-top: 16px;
}

.div-block-shop-vendor-banner {
  position: relative;
  overflow: hidden;
  height: 160px;
  background-image: url('../images/white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 8px 0 #000, inset 0 -100px 100px -75px #000;
}

.div-block-shop-vendor-desc {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 10px 30px 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaeaea;
}

.div-block-shop-vendor-logo {
  position: absolute;
  left: 30px;
  top: 55px;
  width: 150px;
  height: 150px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/white.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-shop-short-desc {
  overflow: hidden;
  height: 60px;
  margin-left: 170px;
  text-align: justify;
}

.navlink-shop-more {
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #363a43;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
}

.navlink-shop-more.noselect:hover {
  color: #fafaf8;
}

.text-block-shop-vendor-header {
  position: absolute;
  left: 200px;
  bottom: 15px;
  color: #fafaf8;
  font-size: 44px;
  line-height: 28px;
  text-shadow: 1px 1px 6px #000;
}

.div-block-shop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-shop-right-col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-nav-mobile {
  display: none;
  /* margin-right: 30px; */
  margin-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

.div-product-preview-spacer {
  width: 100%;
  height: 10%;
  background-color: transparent;
}

.link-block-mini-add-basket {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #acae25;
}

.link-block-mini-add-basket.w--current {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #8e2115;
  border-radius: 20px;
}

.link-block-mini-add-basket.shadow {
  box-shadow: 1px 1px 4px 0 #000;
}

.link-block-mini-add-basket.shadow:active {
  box-shadow: inset -1px -1px 4px 0 #000, -1px -1px 4px 0 #000;
}

.link-block-mini-add-basket.shadow.w--current {
  box-shadow: 1px 1px 4px 0 #000;
}

.link-block-mini-add-basket.red {
  background-color: #8e2115;
}

.link-block-mini-add-basket.red.shadow {
  box-shadow: 1px 1px 4px 0 #000;
}

.link-block-mini-add-basket.border {
  margin-right: 20px;
  border: 2px solid #8e2115;
  box-shadow: 1px 1px 6px 0 #363a43;
  cursor: pointer;
}

.link-block-mini-add-basket.border.shadow {
  box-shadow: 1px 1px 4px 0 #000, 1px 1px 4px 0 #000;
}

.image-mini-add-basket {
  display: block;
  height: 80%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-product-2-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-content-ok {
  display: block;
  margin-top: 57px;
}

.div-block-content-ok.aislescontent {
  /* margin-top: 15px; */
  /* margin-left: 200px; */
}

.div-block-content-ok.orderview {
  margin-top: 0px;
}

.div-block-content-ok.checkout {
  margin-top: 0px;
}

.div-block-content-not-found {
  display: block;
  width: 75%;
  margin: 30px auto 60px;
}

.image-noshop {
  margin-right: 30px;
  float: left;
}

.text-block-no-content-header {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #363a43;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.text-product-info-2-v3 {
  display: block;
  height: 32px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 16px;
}

.div-block-product-1-v3 {
  padding-right: 12px;
  padding-left: 12px;
}

.div-block-product-1-v3.hideme {
  opacity: 0;
}

.text-product-desc-2-v3 {
  display: block;
  overflow: hidden;
  height: 45px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 15px;
}

.div-block-product-3-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-filter-ctrl {
  display: block;
}

.div-block-filter-ctrl.ctrlbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-shop-full-desc {
  overflow: hidden;
  max-height: 600px;
  min-height: 200px;
  margin-top: 15px;
  text-align: justify;
}

.image-shop-map {
  display: block;
  width: 200px;
  max-width: 30%;
  margin-top: 15px;
  margin-right: 10px;
  float: left;
}

.image-shop-info-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #eaeaea;
  border-radius: 10px;
}

.div-block-shop-info-img-grid {
  margin-top: 30px;
}

.div-block-product-info-qty {
  position: relative;
}

.cancel-icon-product-overlay {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #363a43;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}

.div-block-basket-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkblockbuttonv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  height: 34px;
}

.linkblockbuttonv2.link-block-button-checkout {
  width: 170px;
  height: 34px;
  margin-left: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linkblockbuttonv2.link-block-button-checkout.reorder {
  width: 170px;
}

.linkblockbuttonv2.link-block-button-pay-notif {
  width: 250px;
  height: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linkblockbuttonv2.link-block-button-snooze {
  width: 250px;
  height: 30px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eaeaea;
}

.linkblockbuttonv2.link-block-button-reorder {
  width: 150px;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linkblockbuttonv2.link-block-button-moreproduct {
  margin-top: 12px;
  background-color: #eaeaea;
}

.linkblockbuttonv2.link-block-button-checkout-add {
  width: 210px;
  height: 34px;
  background-color: #eaeaea;
}

.linkblockbuttonv2.link-block-button-checkout-final {
  width: 230px;
  height: 34px;
  margin-left: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linkblockbuttonv2.link-block-button-validate {
  width: 230px;
  height: 34px;
  margin-left: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.linkblockbuttonv2.link-block-button-cancel {
  width: 210px;
  height: 34px;
  background-color: #eaeaea;
}

.linkblockbuttonv2.link-block-checkout-dialog-cancel {
  height: 34px;
  min-width: 230px;
  background-color: #eaeaea;
}

.linkblockbuttonv2.link-block-checkout-dialog-final {
  height: 34px;
  min-width: 230px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-checkout-total {
  margin-right: 20px;
}

.div-block-aisles-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.div-block-aisles-icon {
  margin-bottom: 12px;
  margin-left: 12px;
  cursor: pointer;
}

.form-block-aisles-qty {
  margin-top: 4px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  min-height: 34px;
}

@media (max-width: 767px) {
  .form-block-aisles-qty {
    margin-top: 6px;
  }
}

.form-block-aisles-qty.aislesmobile {
  position: absolute;
  top: 20%;
  right: 7%;
  z-index: 4;
  display: block;
  border: 2px solid #fafaf8;
  box-shadow: -1px 1px 10px 0 #000;
}

.div-block-aisles-product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-overlay-aisles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  /* border: 3px solid transparent; */
  border-radius: 10px;
  /* box-shadow: inset 0 -100px 100px -75px #000; */
  /* cursor: pointer; */
  overflow: hidden;
  outline: none;
}

@media (max-width: 599px) {
  .div-overlay-aisles {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}

.text-block-aisles-product {
  /*
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  height: 34px;
  margin-bottom: 6px;
  */
  padding-right: 8px;
  padding-left: 8px;
  color: #fafaf8;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0px 0px 2px #000;
}

.navlink-aisles-extend {
  position: absolute;
  top: 48%;
  right: -10px;
  display: block;
  color: #363a43;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
}

.navlink-aisles-extend.noselect:hover {
  color: #fafaf8;
}

.navlink-aisles-extend.noselect.show3 {
  display: none;
}

.div-block-aisles-label {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #8e2115;
}

.text-block-aisles-label {
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.div-block-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-qty.checkout {
  margin-bottom: 5px;
}

.div-block-qty.checkout-v2 {
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-block-qty.checkout-v2.show4 {
  display: none;
}

.div-block-basket-label {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ff1c1e;
}

.div-basket-label-show4 {
  display: none;
}

.text-block-undo {
  overflow: hidden;
  max-height: 72px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-undo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-undo-button {
  margin-left: 15px;
}

.navlink-aisles-exposure {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 22px;
  height: 22px;
  max-width: none;
  color: #ff1c1e;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
}

.navlink-aisles-exposure.noselect:hover {
  color: #fafaf8;
}

.navlink-aisles-exposure.noselect.show3 {
  display: none;
}

.buffertop {
  height: 100px;
}

.div-block-fixed-search {
  position: fixed;
  left: 0px;
  top: 100px;
  right: 0px;
  z-index: 3;
  display: block;
}

.div-block-notif-pay {
  position: relative;
  margin-top: 16px;
}

.text-block-notif-pay-price {
  margin-bottom: 30px;
}

.div-block-fixed-search-filters {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.div-block-filters-buffer {
  position: relative;
  z-index: -1;
  width: 210px;
  height: 15px;
  background-color: #fafaf8;
}

.divblockordertopv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 2px 2px 10px;
  border-color: #6f5847;
  background-color: #6f5847;
}

.divblockorderbotv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #6f5847;
  border-bottom: 2px solid #6f5847;
  border-left: 2px solid #6f5847;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.text-block-order-title-v2 {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}

.text-block-order-title-v2.rightside {
  margin-right: 0px;
}

.imagebuttonorder {
  height: 25px;
  margin-right: 5px;
  float: left;
  color: #fff;
}

.imagebuttonreorder {
  height: 90%;
  margin-left: 14px;
  float: left;
}

.div-block-left-col-holder {
  width: 210px;
  margin-right: 12px;
  flex-shrink: 0;
}

.div-block-fixed-search-buffer {
  height: 74px;
}

.div-block-fixed-search-buffer.checkout {
  height: 12px;
}

.cancel-icon-checkout {
  color: #363a43;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}

.div-block-order-details-header {
  display: none;
}

.div-block-checkout-address {
  display: block;
  width: 95%;
  margin: 12px auto 15px;
}

.div-block-address-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 3px;
  padding: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #6f5847;
  background-color: #fff;
  box-shadow: 3px 3px 10px -3px #000;
  cursor: pointer;
}

.div-block-address-select.noshadow {
  height: 75px;
  box-shadow: none;
  cursor: default;
}

.address-icon-checkout {
  color: #363a43;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
}

.text-address-checkout {
  display: block;
  overflow: hidden;
  max-height: 40px;
  color: #363a43;
}

.text-address-checkout.noshadow {
  max-height: 60px;
}

.text-ctrlbar-icons {
  display: block;
  max-width: 85px;
  line-height: 16px;
  text-align: center;
}

.div-block-ctrlbar-icon {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.link-ctrlbar-icon {
  display: block;
  width: 40px;
  height: 40px;
  color: #8e2115;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
}

.div-block-search-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--secondaryColor);
  border-radius: 24px;
  margin-left: auto;
  max-width: 600px;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-search {
  margin-bottom: 0px;
  border-style: none;
  border-color: red;
  background-color: transparent;
  font-size: 18px;
}

.divblocksearchv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafaf8;
}

.form-block-search {
  /*max-width: 500px;*/
  margin-bottom: 0px;
  margin-right: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-search-reduce-icon {
  display: none;
}

.div-block-ctrlbar-container.aisles {
  display: none;
}

.div-block-checkout-details-line {
  margin-bottom: 3px;
}

.div-block-checkout-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-shipping-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.div-block-shipping-details.checkout-dialog {
  margin-left: 50px;
}

.text-block-ship-details {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #363a43;
  font-size: 18px;
  font-weight: 700;
}

.text-block-ship-details.text-red {
  color: #8e2115;
}

.text-block-ship-details.franco {
  margin-right: 30px;
}

.text-block-ship-details.shipcost {
  margin-right: 5px;
}

.text-block-ship-details.vendordetails {
  margin-bottom: 5px;
  margin-top: 10px;
}

.text-block-ship-details.discount {
  margin-right: 10px;
  margin-left: 30px;
}

.image-ctrlbar {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
}

.div-block-ctrlbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-details-qty {
  display: block;
  margin-top: 20px;
  margin-right: 10%;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: right;
}

.text-block-details-qty-2 {
  display: none;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.div-block-product-details-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-ctrl-bar-checkout {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-ht {
  position: relative;
  bottom: 6px;
  display: inline-block;
  margin-left: 5px;
  color: #363a43;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.div-mobile-login-contain {
  display: block;
  max-width: 630px;
  margin-top: 15%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  background-color: #acae25;
  box-shadow: 3px 3px 7px 0 #000;
}

.image-logo-mobile-login {
  display: block;
  max-height: 80px;
  margin: 12px auto 24px;
  cursor: pointer;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acae26;
}

.classic-block {
  width: 88%;
  max-width: 1250px;
}

.classic-block.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.classic-block.video {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 85%;
  max-width: 1000px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #bab9be;
  border-radius: 30px;
  background-image: none;
}

.classic-block.flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.classic-block.flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.classic-block.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.classic-block.flex-left.no-margins {
  margin-bottom: 0px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8c201e;
  color: #fff;
}

.legal {
  color: #fff;
  font-size: 14px;
}

.footer-link {
  margin-left: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
}

.footer-bottom-wrap {
  width: 80%;
}

.footer-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-icons {
  margin-right: 15px;
  margin-left: 15px;
}

.social-icons.first {
  margin-right: 15px;
  margin-left: 60px;
}

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

.up-to-top {
  position: absolute;
  right: 5%;
  bottom: 25px;
  width: 55px;
  height: 55px;
  border: 2px solid #acae26;
  border-radius: 200px;
  background-image: url('../images/download.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.up-to-top.normal {
  position: static;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.wrap-2.a {
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-2.a-promo {
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testemonial-colomn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-buttons-wrap.left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1000px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-buttons-wrap.left-right.withheader {
  margin-top: 20px;
}

.hero-buttons-wrap.left-right.withheader-demo {
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backgorund-section-wraper {
  background-color: #f0f1f3;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-5 {
  margin-top: auto;
  margin-bottom: auto;
  color: #333;
  font-size: 22px;
  text-align: justify;
}

.hero-button {
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 19px;
  letter-spacing: 1px;
  cursor: pointer;
}

.hero-button.static-brown {
  margin-right: 30px;
  margin-left: 0px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #6f5848;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.hero-button.static-brown.static-wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-button.static-orange {
  background-color: #d1872e;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.hero-button.static-orange.static-wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-button.static-red {
  margin-left: 20px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #8e2115;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.relative-image {
  position: static;
  left: 30px;
  bottom: 30px;
  width: 927px;
}

.relative-image.marging-80 {
  margin-top: 1px;
  margin-bottom: 87px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.relative-image.marging-80-promo {
  margin-top: 1px;
  margin-bottom: 87px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #908a8a;
  background-image: url('../images/iStock-603848728-crop3.jpg');
  background-position: 26% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 150px;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrows {
  background-image: url('../images/arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 70px;
  font-weight: 700;
}

.arrows.left {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.h1-light {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}

.h1-light.hidden {
  display: none;
}

.slide {
  height: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.play-video {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url('../images/Play-button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testemonial-slider {
  width: 90%;
  height: auto;
  background-color: transparent;
}

.right-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-1.down {
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.right-1._50-padding {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right-1._50-padding.relative {
  position: relative;
}

.right-1.down-promo {
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dark {
  color: #363a43;
  font-size: 20px;
  line-height: 24px;
}

.dark.center {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

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

.hero-slider-nav {
  display: none;
}

.video-2 {
  position: relative;
  z-index: 2;
  display: block;
  max-height: 100%;
  max-width: 100%;
  border-radius: 30px;
}

.testemonials-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kimayo_diapositive_1_22.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.hero-arrows {
  display: none;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.left-1.left-padding {
  padding-right: 40px;
}

.left-1.subtitile-main-show3 {
  display: none;
  padding-right: 40px;
}

.left-1.subtitle-main-hide3 {
  padding-right: 40px;
}

.left-1.no-pading {
  padding-top: 0px;
  padding-bottom: 0px;
}

.left-1.left-padding {
  padding-right: 40px;
}

.h1-bold {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.h1-bold.no-top-marg {
  margin-top: 0px;
  color: snow;
  font-size: 72px;
  line-height: 75px;
  text-shadow: 3px 3px 4px #000;
}

.h1-bold.no-top-marg.big {
  font-size: 85px;
  line-height: 90px;
}

.h1-bold.no-top-marg.big.reduced {
  height: auto;
  max-width: 75%;
  font-size: 65px;
  line-height: 75px;
  text-align: right;
  text-shadow: 3px 3px 8px #000;
}

.h1-bold.green {
  color: #acae26;
  text-align: left;
}

.h1-bold.no-top-marg {
  margin-top: 0px;
  color: snow;
  font-size: 72px;
  line-height: 75px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
}

.h1-bold.no-top-marg.green {
  color: #acae26;
  font-size: 60px;
  line-height: 70px;
  text-shadow: none;
}

.video {
  position: static;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: url('../images/kimayo_logo_main_color2-p-500_1.png'), -webkit-gradient(linear, left top, left bottom, from(#acae26), to(#acae26));
  background-image: url('../images/kimayo_logo_main_color2-p-500_1.png'), linear-gradient(180deg, #acae26, #acae26);
  background-position: 50% 50%, 0px 0px;
  background-size: 450px, auto;
  background-repeat: no-repeat, repeat;
}

.mask {
  overflow: hidden;
}

.class-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acae26;
  background-image: url('../images/kimayo_diapositive_1_21.png');
  background-position: 0px 0px;
  background-size: 960px;
}

.heading-2 {
  color: #363a43;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.heading-2.center {
  line-height: 40px;
  text-align: center;
}

.heading-2.center.name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.hero-heading-slider {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  background-color: transparent;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #d1872e;
}

.top-div.static-red {
  background-color: #8f2015;
}

.top-div.static-brown {
  background-color: #8f2015;
}

.h2-red {
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-left: 19px;
  color: #363a43;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.hero-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #908a8a;
  background-image: url('../images/iStock-603848728-crop3.jpg');
  background-position: 33% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-2.offre {
  position: relative;
  height: 70vh;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/flyer-achat-export-web-1920x943.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/flyer-achat-export-web-1920x943.jpg');
  background-position: 0px 0px, 90% 5%;
  background-size: auto, auto 150%;
  background-repeat: repeat, no-repeat;
}

.hero-section-2.promotion {
  position: relative;
  height: 70vh;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/flyer-produits-export-web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/flyer-produits-export-web.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.bold-green {
  color: #acae26;
  font-weight: 700;
}

.offre-column {
  padding-right: 20px;
  padding-left: 20px;
}

.big-price {
  font-size: 50px;
}

.text-span-2 {
  color: #000;
}

.static-bullet-red {
  color: #000;
}

.text-span-3 {
  color: #000;
}

.round-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px 3px 4px;
  border-color: #fff;
  border-radius: 360px;
}

.static-green-line {
  width: 85px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #acae26;
}

.static-green-line.static-red {
  margin-bottom: 0px;
  background-color: #8c201e;
}

.go-to-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.spec {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #cfcfcf;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.spec.last {
  border-bottom-style: none;
}

.bigger.max-700 {
  max-width: 60%;
  color: snow;
  font-size: 34px;
  line-height: 38px;
  text-align: right;
  text-shadow: 2px 2px 4px #000;
}

.static-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-white {
  color: #fff;
  font-size: 50px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.h2-white.margin-40 {
  margin-bottom: 40px;
}

.h3-light {
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.class-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.static-icons-heading {
  margin-bottom: 20px;
  color: #acae26;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acae26;
  background-image: url('../images/kimayo_diapositive_1_21.png');
  background-position: 0px 0px;
  background-size: 960px;
}

.section-4.no-pading {
  padding-top: 60px;
  padding-bottom: 80px;
}

.price-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.static-icons-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-navbar-fixed-buffer {
  height: 100px;
}

.div-block-nav-home {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.image-logo-navbar-notext {
  display: none;
  margin-top: 12px;
  margin-right: 40px;
  margin-bottom: 12px;
  cursor: pointer;
}

.contact-info {
  color: #383844;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.small-green-line {
  width: 50px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 20px;
  background-color: #acae26;
}

.contactez-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.team-3-column {
  width: 100%;
  margin-top: 40px;
}

.team-names {
  margin-top: 30px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.big-text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8e2115;
  background-image: url('../images/kimayo_diapositive_1_22.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.team-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kimayo_diapositive1_03.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-icons {
  margin-right: 10px;
}

.contact-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-info-div.address {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  margin-left: 35px;
  color: #acae26;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.smart-food-logo {
  width: 200px;
  margin-top: 30px;
  margin-left: 35px;
}

.bold-text {
  font-size: 50px;
  line-height: 50px;
}

.image-google-play {
  height: 100%;
  margin-right: 20px;
  cursor: pointer;
}

.div-block-app-stores {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 2;
  height: 50px;
}

.link-block-app-store {
  height: 100%;
  cursor: pointer;
}

.icon-select.photo-size {
  position: absolute;
}

.div-block-disabled-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(54, 58, 67, .5);
  z-index: 1;
}

.text-block-product-disabled {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.text-block-product-disabled.aisle {
  font-size: 17px;
  line-height: 20px;
}

.div-block-subbasket-details {
  display: none;
}

.form-qty-checkout-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-qty-checkout-v2 {
  width: 45px;
  height: 26px;
  margin-bottom: 0px;
  padding: 5px 3px;
  font-size: 18px;
  text-align: center;
}

.div-block-order-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-order-column-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.div-block-dialog-container {
  display: block;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  background-color: #fff;
}

.form-block-checkout-dialog {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.form-checkout-dialogi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-checkout-dialog {
  margin-bottom: 10px;
}

.div-block-checkout-dialog-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #eaeaea;
}

.text-block-back {
  margin-right: 30px;
  float: left;
  cursor: pointer;
}

.form-discount-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-orders-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-dashboard-card {
  width: 25%;
  min-height: 80px;
  margin-right: 10px;
  padding: 10px 5px 5px 10px;
  border: 1px solid #6f5847;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.text-block-dashboard-header {
  color: #8e2115;
  font-size: 18px;
  font-weight: 700;
}

.div-block-select-client-tarif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dummy-red {
  width: 100px;
  height: 30px;
  background-color: #ff1c1e;
}

.div-block-checkout-discount {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid #eaeaea;
  text-align: right;
}

.div-block-subbasket-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-order-details-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #6f5847;
  background-color: #fff;
}

.div-block-order-dates-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  width: 50%;
}

.text-block-home-header-link {
  width: 88%;
  max-width: 1000px;
  color: #363a43;
  font-size: 35px;
  line-height: 45px;
}

.div-block-category-tree {
  display: block;
  width: 1100px;
  height: 32px;
  max-width: 100%;
  margin: 20px auto 5px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.text-block-cat-tree {
  display: inline;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-order-card-plandate {
  display: none;
}

.div-block-ordercard-info {
  width: 100%;
}

.text-block-aisle-info-icon {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #363a43;
  font-size: 28px;
  line-height: 28px;
}

.div-block-fixed-cat-tree {
  position: fixed;
  left: 0px;
  top: 100px;
  right: 0px;
  z-index: 10;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fafaf8;
}

.image-info-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.div-block-exposure-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  width: 25%;
  height: 25%;
}

.div-block-order-title-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-home {
  color: #8e2115;
  text-decoration: underline;
  cursor: pointer;
}

.text-block-3 {
  color: #8e2115;
  font-weight: 700;
}

.div-block-6 {
  margin: 25px;
  padding: 22px;
  border: 2px solid #6f5847;
  border-radius: 5px;
  background-color: #eaeaea;
}

@media (max-width: 1080px) {
  .div-block-navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-nav-menu {
    display: none;
  }
  .div-block-nav-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .nav-link {
    font-size: 18px;
    line-height: 18px;
  }
  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .body-standard {
    overflow: auto;
  }
  .divblockheader.withmargin {
    margin-right: 1%;
    margin-left: 1%;
  }
  .text-block-order-info {
    width: 34%;
    margin-right: 15px;
  }
  .text-block-order-info.delivery {
    font-size: 15px;
  }
  .text-block-order-info.dateline {
    font-size: 15px;
  }
  .text-block-order-info.orderbyline {
    font-size: 15px;
  }
  .linkblockbutton.product-preview {
    height: 32px;
  }
  .text-block-home-header {
    left: 42%;
    top: 20%;
    font-size: 48px;
    line-height: 50px;
  }
  .image-home {
    left: -15%;
    width: 130%;
  }
  .tabs {
    margin-right: 1%;
    margin-left: 1%;
  }
  .div-block-tabs-border {
    margin-right: 1%;
    margin-left: 1%;
  }
  .div-block-no-shrink.column-price {
    width: 14%;
  }
  .div-block-no-shrink.column-price-head {
    width: 14%;
  }
  .div-block-no-shrink.column-price-v2 {
    overflow: hidden;
    width: 7%;
  }
  .div-block-no-shrink.column-qty-v2 {
    width: 15%;
  }
  .div-block-no-shrink.column-total-v2 {
    width: 18%;
  }
  .div-block-no-shrink.column-price-v2 {
    width: 14%;
    margin-right: 2%;
  }
  .div-block-product-details {
    margin-right: 1%;
    margin-left: 1%;
  }
  .text-block-category-tree {
    margin-right: 1%;
    margin-left: 1%;
  }
  .text-block-product-header.product-preview {
    max-height: 60px;
    margin-top: 6px;
  }
  .text-block-product-header.big-home {
    font-size: 28px;
  }
  .image-125x125-border.product-preview {
    margin-right: 6px;
  }
  .image-125x125-border.product-preview-v2 {
    margin-right: 6px;
  }
  .image-125x125-border.product-favorite {
    margin-right: 6px;
  }
  .image-125x125-border.productdetailsvendor {
    width: 100px;
    height: 100px;
  }
  .link-standard-red.hidden-2 {
    display: none;
  }
  .text-block-price.product-favorite {
    font-size: 21px;
    line-height: 21px;
  }
  .text-block-price.product-favorite-striked {
    font-size: 21px;
    line-height: 21px;
  }
  .text-block-euro.product-favorite {
    font-size: 19px;
    line-height: 19px;
  }
  .form-block-product-details.productoverlay {
    padding-right: 6px;
    padding-left: 6px;
  }
  .div-block-grey-basis.product-preview {
    padding: 6px;
  }
  .div-block-grey-basis.product-preview-v2 {
    padding: 6px;
  }
  .div-block-product-banner {
    margin-right: 1%;
    margin-left: 1%;
  }
  .text-block-vendor-preview {
    max-height: 60px;
  }
  .div-block-home-text {
    width: 90%;
    margin-bottom: 50px;
  }
  .div-block-signup-chapter {
    padding-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-image-decoration {
    width: 90%;
  }
  .div-block-chapter-container {
    height: 1380px;
  }
  .div-block-home-chapter-green {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-format-3-blocks {
    width: 32%;
  }
  .text-product-info-1-v2 {
    display: none;
  }
  .div-block-product-banner-v2 {
    margin-right: 1%;
    margin-left: 1%;
  }
  .div-block-image-favorite {
    margin-right: 6px;
  }
  .text-field-qty-checkout.productoverlay {
    width: 50px;
  }
  .text-block-qty-checkout {
    font-size: 15px;
  }
  .text-field-login.red {
    width: auto;
    margin-right: 0px;
  }
  .text-field-login.red.mobile-login {
    width: 100%;
    margin-bottom: 10px;
  }
  .text-field-login.red.hidden-2 {
    display: none;
  }
  .linkblock-button-login.red.hidden-2 {
    display: none;
  }
  .linkblock-button-login.red.show-2 {
    display: block;
  }
  .form-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-navbar-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-navbar-login {
    position: static;
    top: 16px;
    right: 10px;
    display: block;
  }
  .div-block-login-dialog {
    width: 500px;
    padding-right: 45px;
    padding-left: 45px;
    box-shadow: -2px 2px 6px 0 #000;
  }
  .div-block-login-dialog.show-2 {
    z-index: 2;
    display: block;
  }
  .text-span-material-icon.float-right {
    margin-left: 5px;
    float: right;
  }
  .div-block-home-chapter {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-shop-vendor-banner {
    box-shadow: inset 0 0 8px 0 #000, inset 0 -100px 100px -75px #000;
  }
  .div-block-content-not-found {
    width: 90%;
  }
  .cancel-icon-product-overlay {
    top: 0px;
  }
  .div-block-qty {
    margin-bottom: 16px;
  }
  .cancel-icon-checkout {
    top: 0px;
  }
  .address-icon-checkout {
    top: 0px;
  }
  .text-block-details-qty-2 {
    font-size: 15px;
  }
  .classic-block {
    width: 92%;
  }
  .footer-link {
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
  }
  .up-to-top {
    width: 50px;
    height: 50px;
  }
  .wrap-2.a {
    margin-top: 20px;
  }
  .wrap-2.a-promo {
    margin-top: 20px;
  }
  .testemonial-colomn {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-1 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-button.static-brown {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .hero-button.static-orange {
    margin-right: 0px;
    text-align: center;
  }
  .hero-button.static-red {
    margin-left: 0px;
    text-align: center;
  }
  .hero-section {
    height: 50vh;
    background-position: 21% 50%;
  }
  .hero-wraper {
    padding-left: 0px;
  }
  .arrows {
    font-size: 55px;
  }
  .h1-light {
    font-size: 45px;
    line-height: 40px;
  }
  .play-video {
    width: 120px;
    height: 120px;
  }
  .testemonial-slider {
    width: 95%;
  }
  .right-1.down-promo {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dark.center {
    color: #363a43;
  }
  .column-wrap-1 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .left-1.left-padding {
    padding: 25px 10px;
  }
  .left-1.subtitile-main-show3 {
    padding: 25px 10px;
  }
  .left-1.subtitle-main-hide3 {
    padding: 25px 10px;
  }
  .left-1.left-padding {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1-bold {
    font-size: 55px;
    line-height: 65px;
  }
  .h1-bold.no-top-marg {
    font-size: 70px;
    line-height: 75px;
    text-shadow: 3px 3px 4px #363a43;
  }
  .h1-bold.no-top-marg.big {
    font-size: 75px;
    line-height: 80px;
  }
  .h1-bold.no-top-marg.big.reduced {
    height: auto;
    max-width: 75%;
    font-size: 45px;
    line-height: 50px;
  }
  .h1-bold.no-top-marg {
    font-size: 70px;
    line-height: 75px;
  }
  .h1-bold.no-top-marg.green {
    font-size: 55px;
    line-height: 65px;
  }
  .class-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 35px;
  }
  .heading-2.center.name {
    font-size: 25px;
    line-height: 28px;
  }
  .hero-heading-slider {
    height: 100%;
  }
  .section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .h2-red {
    color: #363a43;
  }
  .hero-section-2 {
    background-position: 30% 50%;
  }
  .hero-section-2.offre {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/kimayo_diapositive2_02.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/kimayo_diapositive2_02.png');
    background-position: 0px 0px, 63% 9%;
  }
  .bigger.max-700 {
    max-width: 70%;
    font-size: 32px;
    line-height: 36px;
  }
  .class-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .static-icons-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .price-text {
    font-size: 11px;
  }
  .contactez-hero {
    height: auto;
    padding-bottom: 50px;
  }
  .team-names {
    margin-top: 25px;
  }
  .paragraph-6 {
    line-height: 24px;
  }
  .contact-info-div.address {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .smart-food-logo {
    right: 0px;
    bottom: -20px;
  }
  .div-block-checkout-dialog-line {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-back {
    margin-left: 1%;
  }
  .div-block-orders-dashboard {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-dashboard-card {
    width: 30%;
  }
  .text-block-home-header-link {
    width: 92%;
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    margin-right: 20px;
  }
  .image-logo-navbar {
    margin-right: 30px;
  }
  .text-block-header {
    font-size: 18px;
    line-height: 18px;
  }
  .divblockheader.withmargin.orderview {
    padding-left: 0px;
  }
  .image-header {
    height: 30px;
  }
  .text-block-order-info {
    width: 35%;
    margin-right: 5px;
    font-size: 14px;
  }
  .text-block-order-info.delivery {
    font-size: 14px;
  }
  .text-block-order-info.dateline {
    font-size: 14px;
  }
  .text-block-order-info.orderbyline {
    font-size: 14px;
  }
  .divblocksearch {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .divblocksearch.fixedtop {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
  }
  .text-block-status {
    font-size: 15px;
  }
  .divblockstatus.statusorange {
    width: 80px;
  }
  .textblockbutton {
    top: 0px;
    display: none;
    font-size: 14px;
  }
  .textblockbutton.textblockbutton-addtocart {
    top: 1px;
    display: inline-block;
    font-size: 16px;
  }
  .textblockbutton.textblockbutton-checkout {
    top: 1px;
    display: inline-block;
    font-size: 16px;
  }
  .textblockbutton.textblockbutton-checkout {
    top: 1px;
  }
  .textblockbutton.textblockbutton-snooze {
    top: 1px;
    display: block;
  }
  .textblockbutton.textblockbutton-reorder {
    top: 1px;
    display: none;
  }
  .textblockbutton.textblockbutton-moreproduct {
    top: 1px;
    display: inline-block;
    font-size: 16px;
  }
  .textblockbutton.textblockbutton-checkout-final {
    top: 1px;
    display: block;
  }
  .divblockorderbot {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-block-order-title {
    margin-right: 15px;
    font-size: 20px;
    line-height: 20px;
  }
  .text-block-home-header {
    width: 90%;
    margin: 80px auto 70px;
    font-size: 46px;
    line-height: 48px;
  }
  .linkblock-button-home.brown {
    margin-bottom: 40px;
  }
  .image-home {
    left: -100px;
    width: 150%;
    min-height: 100%;
  }
  .divblockcategorytop {
    max-height: 188px;
  }
  .image-small-border.image-grid {
    width: 75px;
    height: 75px;
  }
  .text-block-order-details {
    font-size: 16px;
    line-height: 18px;
  }
  .text-block-order-details.label {
    max-height: 36px;
  }
  .text-block-order-details.label.product-name-1 {
    max-height: 54px;
  }
  .text-block-order-details.label.product-name-1-v2 {
    max-height: 54px;
  }
  .div-block-no-shrink.column-price {
    width: 17%;
    margin-right: 5%;
  }
  .div-block-no-shrink.column-qty {
    width: 14%;
    margin-right: 5%;
  }
  .div-block-no-shrink.column-amount {
    width: 20%;
  }
  .div-block-no-shrink.column-price-v2 {
    width: 17%;
    margin-right: 5%;
  }
  .div-block-no-shrink.column-qty-v2 {
    width: 14%;
    margin-right: 5%;
  }
  .div-block-no-shrink.column-price-v2 {
    width: 17%;
    margin-right: 5%;
  }
  .div-block-no-shrink.column-qty-v2 {
    width: 14%;
    margin-right: 5%;
  }
  .div-block-no-shrink.column-order-qty {
    width: 22%;
    margin-right: 5%;
  }
  .div-block-product-info {
    margin-right: 5px;
  }
  .product-details-left {
    width: 100%;
  }
  .div-block-product-details-right {
    width: 100%;
  }
  .div-block-product-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text-block-product-header.product-preview {
    display: block;
    max-height: 45px;
    font-size: 14px;
    line-height: 15px;
  }
  .text-block-product-header.product-favorite {
    margin-left: 0px;
  }
  .text-block-product-header.big-home.show-3 {
    display: block;
  }
  .text-block-product-header.big-home.hidden-3 {
    display: none;
  }
  .text-block-product-header.product-preview-2 {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .text-block-product-header.show3 {
    display: block;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-125x125-border.product-preview {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .image-125x125-border.product-preview-v2 {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .image-125x125-border.product-favorite {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .image-125x125-border.ordercardvendorlogo {
    width: 55px;
    height: 55px;
  }
  .link-standard-red {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-standard-red.hidden-3 {
    display: none;
  }
  .link-standard-red.hidden-2 {
    display: none;
  }
  .image-250x250.productdetails {
    margin-bottom: 12px;
  }
  .text-block-price-label.product-preview-v2 {
    width: 20px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 15px;
  }
  .text-block-price-label.product-preview-v3 {
    width: 20px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 15px;
  }
  .text-block-price.product-preview {
    font-size: 16px;
  }
  .text-block-euro.product-preview {
    font-size: 14px;
    line-height: 14px;
  }
  .link-block-button-qty.checkout {
    width: 22px;
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    line-height: 21px;
  }
  .link-block-button-qty.aislesmobile {
    width: 34px;
    height: 34px;
    min-height: 34px;
    min-width: 34px;
    line-height: 21px;
  }
  .link-block-button-qty.productovelay {
    line-height: 21px;
  }
  .link-block-button-qty.aisle-qty {
    width: 32px;
    height: 32px;
    min-height: 22px;
    min-width: 22px;
    line-height: 21px;
  }
  .text-block-button-qty {
    top: 0px;
  }
  .text-block-button-qty.noselect.checkout {
    font-size: 16px;
  }
  .text-block-button-qty.noselect.aislesmobile {
    font-size: 20px;
    line-height: 32px;
  }
  .text-block-button-qty.noselect.productoverlay {
    font-size: 16px;
  }
  .text-block-button-qty.noselect.aisle-qty {
    font-size: 28px;
    line-height: 30px;
  }
  .text-block-button-qty.noselect.checkout-v2 {
    font-size: 16px;
  }
  .field-label.productoverlay {
    display: none;
  }
  .div-block-product-details-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-block-product-details {
    margin-top: 0px;
  }
  .form-block-product-details.productoverlay {
    padding-right: 8px;
    padding-left: 8px;
  }
  .div-block-aisles-qty {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-aisles-qty.extrainfo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-grey-basis {
    width: 100%;
  }
  .div-block-grey-basis.product-preview {
    width: 24%;
  }
  .div-block-grey-basis.product-favorite {
    width: 140px;
  }
  .div-block-grey-basis.product-preview-v2 {
    position: static;
  }
  .div-block-grey-basis.shop-left-col {
    display: none;
  }
  .div-block-grey-basis.filter-dialog {
    position: fixed;
    left: 0px;
    top: 100px;
    bottom: 0px;
    z-index: 21;
    display: none;
    box-shadow: 1px 1px 3px 0 #000;
  }
  .div-block-grey-basis.left-aisles {
    left: -100px;
    height: 500px;
  }
  .div-block-grey-basis.aislescard {
    width: auto;
  }
  .div-block-product {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-product.product-favorite {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-product-2 {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-product-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-home-buttons {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-dark-layer {
    z-index: -1;
    background-color: rgba(0, 0, 0, .61);
  }
  .text-block-rayon-title {
    margin-right: 0px;
  }
  .image-100x100-border {
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .div-block-product-banner {
    height: 190px;
  }
  .divblockvendor {
    width: 48%;
  }
  .text-block-vendor-title {
    margin-right: 0px;
  }
  .text-block-home-bullets {
    font-size: 24px;
    line-height: 30px;
  }
  .div-block-signup-chapter {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-chapter-container {
    height: 1240px;
  }
  .div-block-product-buttons-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-format-3-blocks {
    width: 32%;
  }
  .div-block-format-3-blocks.shop-info-img-grid {
    width: 49%;
  }
  .div-block-format-ratio-1to1.product-preview {
    padding-bottom: 0%;
  }
  .div-block-format-ratio-1to1.product-favorite {
    padding-bottom: 0%;
  }
  .text-product-info-1-v2 {
    display: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .text-product-info-2-v2 {
    display: block;
  }
  .div-block-format-4-blocks.product-favorite {
    width: 28%;
  }
  .div-block-format-4-blocks.product-favorite.hidden-3 {
    display: none;
  }
  .div-block-product-favorite {
    position: static;
  }
  .div-block-image-favorite {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .text-field-qty-checkout {
    width: 38px;
    height: 22px;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 18px;
  }
  .text-field-qty-checkout.aislesqty {
    width: 50px;
    height: 32px;
  }
  .text-field-qty-checkout.aislesmobile {
    width: 50px;
    height: 34px;
  }
  .text-field-qty-checkout.productoverlay {
    width: 45px;
  }
  .div-block-order-header {
    margin-right: 30px;
  }
  .form-block-qty-checkout {
    margin-top: 0px;
  }
  .text-block-qty-checkout {
    font-size: 14px;
    line-height: 16px;
  }
  .div-block-validation-header {
    margin-right: 0px;
  }
  .form-block-checkout {
    margin-top: 7px;
  }
  .div-block-format-2-column {
    width: 100%;
  }
  .div-block-qty-calculate.productoverlay {
    width: 100%;
  }
  .text-field-login {
    width: 100%;
    margin-right: 0px;
  }
  .text-field-login.red.hidden-3 {
    display: none;
  }
  .text-field-login.red.hidden-2 {
    display: none;
  }
  .linkblock-button-login.red.hidden-3 {
    display: none;
  }
  .linkblock-button-login.red.show-3 {
    display: block;
  }
  .linkblock-button-login.red.show-3.noradius-top {
    cursor: pointer;
  }
  .linkblock-button-login.red.hidden-2 {
    display: none;
  }
  .linkblock-button-login.red.show-2 {
    display: block;
  }
  .linkblock-button-login.red.show-2.noradius-top {
    cursor: pointer;
  }
  .linkblock-button-login.red.show-2.noradius-top {
    cursor: pointer;
  }
  .form-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-navbar-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-navbar-login {
    position: static;
    display: block;
  }
  .div-block-login-dialog {
    left: 0px;
    width: auto;
    padding-right: 15%;
    padding-left: 15%;
    box-shadow: 1px 1px 3px 0 #000;
  }
  .div-block-login-dialog.show-2 {
    padding-right: 14%;
    padding-left: 14%;
    box-shadow: 0 3px 10px 0 #000;
  }
  .text-span-material-icon.float-right {
    margin-left: 5px;
    float: right;
  }
  .text-span-material-icon.shipwarn {
    font-size: 18px;
    line-height: 18px;
  }
  .text-span-material-icon.shipok {
    font-size: 18px;
    line-height: 18px;
  }
  .form-login-dialog {
    height: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-registration {
    padding-left: 0%;
  }
  .div-block-passwd-reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-signup {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-home-chapter {
    padding-bottom: 75px;
  }
  .form-block-signup {
    margin-top: 15px;
  }
  .div-block-nav-dialog {
    background-color: #acae25;
  }
  .div-block-shop-vendor-desc {
    padding-right: 15px;
  }
  .text-block-shop-short-desc {
    margin-left: 160px;
  }
  .div-product-preview-spacer {
    display: block;
    min-height: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-mini-add-basket.shadow {
    width: 30%;
    height: 30px;
    margin-right: 10%;
  }
  .link-block-mini-add-basket.border {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    box-shadow: 1px 1px 6px 0 #363a43;
  }
  .link-icon-filter {
    display: block;
    width: 40px;
    height: 40px;
    color: #eaeaea;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
  }
  .text-icon-filter {
    display: inline-block;
    color: #363a43;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }
  .div-block-icon-filter {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #8e2115;
    box-shadow: 1px 1px 6px 0 #363a43;
    cursor: pointer;
  }
  .div-block-product-2-v3 {
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-content-ok.aislescontent {
    /* margin-top: 5px; */
    /* margin-left: 100px; */
  }
  .image-noshop {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .text-span {
    display: inline-block;
  }
  .text-product-info-2-v3 {
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 15px;
  }
  .div-block-product-1-v3 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-product-desc-2-v3 {
    display: block;
    height: 39px;
    font-size: 13px;
    line-height: 13px;
  }
  .div-block-filter-ctrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .paragraph-shop-full-desc {
    display: block;
    margin-left: 0px;
  }
  .cancel-icon-product-overlay {
    top: -5px;
    right: 5px;
  }
  .linkblockbuttonv2.link-block-button-checkout {
    width: 230px;
  }
  .linkblockbuttonv2.link-block-button-pay-notif {
    width: 230px;
  }
  .linkblockbuttonv2.link-block-button-snooze {
    width: 230px;
  }
  .linkblockbuttonv2.link-block-button-reorder {
    width: 38px;
    height: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .linkblockbuttonv2.link-block-button-checkout-add {
    display: none;
  }
  .linkblockbuttonv2.link-block-button-checkout-final {
    width: 230px;
  }
  .linkblockbuttonv2.link-block-button-validate {
    width: 230px;
  }
  .linkblockbuttonv2.link-block-checkout-dialog-cancel {
    margin-bottom: 15px;
  }
  .linkblockbuttonv2.link-block-checkout-dialog-final {
    margin-bottom: 15px;
  }
  .form-block-aisles-qty.aislesmobile {
    width: 175px;
    height: auto;
    padding: 6px;
    background-color: #fafaf8;
  }
  .div-block-aisles-product-grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-overlay-aisles {
   /* cursor: pointer; */
  }
  .text-block-aisles-product.aislestextmobile {
    /* height: 29px; */
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }
  .text-block-aisles-product.aislesextratext {
    position: static;
    height: auto;
    margin-top: 6px;
    margin-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
    color: #363a43;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none;
  }
  .navlink-aisles-extend.noselect.show3 {
    display: block;
  }
  .div-block-qty {
    margin-bottom: 12px;
  }
  .navlink-aisles-exposure.noselect.show3 {
    display: block;
  }
  .div-block-fixed-search-filters {
    display: none;
  }
  .divblockorderbotv2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-block-order-title-v2 {
    font-size: 18px;
    line-height: 20px;
  }
  .imagebuttonorder {
    height: 22px;
  }
  .imagebuttonreorder {
    height: 75%;
    margin-left: 0px;
  }
  .div-block-left-col-holder {
    display: none;
  }
  .div-block-fixed-search-buffer {
    height: 56px;
  }
  .div-block-fixed-search-buffer.checkout {
    height: 56px;
  }
  .cancel-icon-checkout {
    top: -5px;
    right: 5px;
  }
  .address-icon-checkout {
    top: -5px;
    right: 5px;
  }
  .text-address-checkout {
    display: block;
  }
  .image-search-decorations {
    height: 40px;
  }
  .image-search-decorations.right {
    position: relative;
    left: -6px;
  }
  .text-ctrlbar-icons {
    display: block;
    max-width: 80px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .div-block-ctrlbar-icon {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .link-ctrlbar-icon {
    display: block;
    width: 40px;
    height: 40px;
    color: #8e2115;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
  }
  .div-block-search-ctrl {
    width: 34px;
    margin-left: auto;
    margin-right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 0;
  }
  .text-field-search {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
  .divblocksearchv2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 6px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-search-reduce-icon {
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-right: -6px;
    color: #8e2115;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .div-block-product-details-text {
    width: 100%;
  }
  .div-block-ctrlbar-container.aisles {
    display: block;
    margin-left: 100px;
  }
  .div-block-shipping-details.checkout-dialog {
    margin-left: 0px;
  }
  .text-block-ship-details {
    font-size: 16px;
    line-height: 18px;
  }
  .image-ctrlbar {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;
  }
  .div-block-ctrlbar-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-details-qty-2 {
    font-size: 14px;
    line-height: 16px;
  }
  .image-header-side {
    height: 36px;
  }
  .div-mobile-login-contain {
    width: 90%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-link {
    cursor: pointer;
  }
  .social-icons.first {
    margin-left: 20px;
    cursor: pointer;
  }
  .wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrap-2.a.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrap-2.a-promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testemonial-colomn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .relative-image.marging-80 {
    margin-top: 40px;
  }
  .relative-image.marging-80-promo {
    margin-top: 40px;
  }
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/download.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/download.jpg');
    background-position: 0px 0px, 7% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-wraper {
    padding-top: 0px;
    padding-right: 0px;
  }
  .h1-light {
    font-size: 40px;
  }
  .slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .play-video {
    width: 100px;
    height: 100px;
  }
  .right-1 {
    width: 100%;
  }
  .right-1._50-padding {
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dark.center {
    max-width: 70%;
  }
  .dark.margin-20 {
    text-align: left;
  }
  .left-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .left-1.left-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .left-1.subtitile-main-show3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .left-1.subtitle-main-hide3 {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .left-1.left-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h1-bold {
    font-size: 50px;
    line-height: 60px;
  }
  .h1-bold.no-top-marg {
    font-size: 60px;
    line-height: 60px;
    text-shadow: 3px 3px 4px #363a43;
  }
  .h1-bold.no-top-marg.big {
    font-size: 60px;
    line-height: 70px;
  }
  .h1-bold.no-top-marg.big.reduced {
    max-width: 80%;
    margin-right: 20px;
    font-size: 35px;
    line-height: 40px;
    text-align: right;
    text-shadow: 3px 3px 5px #000;
  }
  .h1-bold.no-top-marg {
    font-size: 60px;
    line-height: 60px;
  }
  .h1-bold.no-top-marg.green {
    font-size: 50px;
    line-height: 60px;
  }
  .class-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .heading-2.center {
    line-height: 30px;
  }
  .section-1 {
    padding-top: 20px;
  }
  .h2-red {
    color: #363a43;
    text-align: left;
  }
  .hero-section-2 {
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/download.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/download.jpg');
    background-position: 0px 0px, 7% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section-2.offre {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .45))), url('../images/kimayo_diapositive2_02.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/kimayo_diapositive2_02.png');
    background-position: 0px 0px, 63% 7%;
  }
  .hero-section-2.promotion {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .45))), url('../images/flyer-produits-export-web.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/flyer-produits-export-web.jpg');
  }
  .offre-column {
    margin-top: 20px;
  }
  .static-green-line {
    width: 80px;
    margin-bottom: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .bigger.max-700 {
    font-size: 32px;
    line-height: 36px;
  }
  .class-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .static-icons-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .price-text {
    font-size: 12px;
  }
  .image-logo-navbar-notext {
    margin-right: 30px;
  }
  .small-green-line {
    margin-bottom: 40px;
  }
  .contactez-hero {
    height: auto;
  }
  .team-names {
    margin-top: 15px;
  }
  .paragraph-6 {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 24px;
  }
  .text-block-product-disabled {
    font-size: 18px;
    line-height: 18px;
  }
  .text-field-qty-checkout-v2 {
    width: 38px;
    height: 22px;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 18px;
  }
  .div-block-order-product-info {
    margin-right: 5px;
  }
  .div-block-order-column-header {
    margin-right: 0px;
  }
  .form-block-checkout-dialog {
    margin-top: 0px;
  }
  .form-checkout-dialogi {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .text-block-2 {
    width: 100%;
    margin-top: 10px;
    text-align: justify;
  }
  .text-block-home-header-link {
    font-size: 25px;
    line-height: 30px;
  }
  .text-block-aisle-info-icon {
    position: absolute;
    left: auto;
    top: auto;
    right: 3px;
    bottom: 3px;
    font-size: 24px;
    line-height: 24px;
  }
  .div-block-exposure-icon {
    display: block;
  }
}

@media (max-width: 479px) {
  .div-block-product-producer {
    display: block;
  }
  .navbar {
    height: 50px;
  }
  .nav-link {
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .nav-link.last-left {
    margin-right: 120px;
  }
  .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-logo-navbar {
    display: none;
    height: 40px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .navlinkfooter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .divblockordertop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-order-info {
    width: 35%;
  }
  .text-block-order-info.hide4 {
    display: none;
  }
  .divblocksearch {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .form-block {
    width: auto;
  }
  .text-block-status {
    font-size: 14px;
    line-height: 14px;
  }
  .divblockstatus {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .divblockstatus.statusorange {
    height: 33px;
  }
  .textblockbutton.textblockbutton-moreproduct {
    line-height: 16px;
  }
  .linkblockbutton.link-block-button-addtocart {
    float: right;
    border: 2px solid #8e2115;
    border-radius: 20px;
    background-color: #acae25;
  }
  .linkblockbutton.link-block-button-addtocart.productoverlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    float: none;
  }
  .divblockorder {
    margin-bottom: 15px;
  }
  .divblockorderbot {
    height: 39px;
  }
  .text-block-order-title {
    font-size: 16px;
    line-height: 16px;
  }
  .text-block-home-header {
    margin-top: 40px;
    margin-bottom: 5vh;
    font-size: 40px;
    line-height: 42px;
  }
  .linkblock-button-home {
    width: 90%;
  }
  .linkblock-button-home.brown.fullwidth {
    width: 100%;
  }
  .linkblock-button-home.orange.fullwidth {
    width: 100%;
  }
  .image-home {
    width: auto;
  }
  .imagebutton {
    height: 85%;
    margin-left: 10px;
  }
  .image-small-border {
    width: 50px;
    height: 50px;
  }
  .image-small-border.imgcover.aisles-icon {
    width: 55px;
    height: 55px;
  }
  .tab-link.w--current {
    display: inline-block;
  }
  .text-block-order-details {
    font-size: 16px;
    line-height: 18px;
  }
  .text-block-order-details.text-red.column-align-right {
    float: none;
  }
  .text-block-order-details.text-red.checkout-details-amount {
    width: 75px;
  }
  .text-block-order-details.label {
    max-height: 32px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .text-block-order-details.label.product-name-1 {
    display: none;
  }
  .text-block-order-details.label.product-name-2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 3px;
    cursor: pointer;
  }
  .text-block-order-details.label.product-price-2 {
    display: inline;
    max-height: auto;
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .text-block-order-details.label.product-name-1-v2 {
    display: none;
  }
  .text-block-order-details.product-price-2 {
    display: inline-block;
  }
  .text-block-order-details.label-order-total {
    display: inline-block;
    margin-top: 1px;
    margin-right: 5px;
  }
  .text-block-order-details.label-order-price {
    margin-right: 5px;
  }
  .text-block-order-details.text-red-shrink {
    min-width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .divblockorderdetailstop {
    padding: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .div-block-order-details-product {
    margin-bottom: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-order-details-product.show4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-order-details-product.hide4 {
    display: none;
  }
  .div-block-order-second-line {
    width: 100%;
    /*
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    */
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-no-shrink.column-price {
    width: 100%;
  }
  .div-block-no-shrink.column-price.product-price-1 {
    display: none;
  }
  .div-block-no-shrink.column-qty {
    display: block;
    width: auto;
    margin-bottom: 0px;
  }
  .div-block-no-shrink.column-total {
    width: auto;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .div-block-no-shrink.column-amount {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .div-block-no-shrink.column-price-v2 {
    display: none;
    width: 100%;
  }
  .div-block-no-shrink.column-qty-v2 {
    display: block;
    width: auto;
    margin-bottom: 0px;
  }
  .div-block-no-shrink.column-total-v2 {
    width: auto;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .div-block-no-shrink.column-price-v2 {
    display: none;
    width: 100%;
  }
  .div-block-no-shrink.column-qty-v2 {
    display: block;
    width: auto;
    margin-bottom: 0px;
  }
  .div-block-no-shrink.column-total-v2 {
    width: auto;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .div-block-no-shrink.column-order-qty {
    display: block;
    width: auto;
    margin-bottom: 0px;
  }
  .div-block-product-info {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-order-valid-icon {
    display: block;
    height: 32px;
  }
  .image-order-valid-icon.icon-left {
    margin-right: 0px;
    margin-bottom: 3px;
  }
  .text-block-product-header.big-home {
    font-size: 26px;
    line-height: 26px;
  }
  .image-125x125-border.ordercardvendorlogo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .text-field-qty {
    font-size: 26px;
  }
  .link-block-button-qty.checkout-v2 {
    margin-bottom: 6px;
    border-radius: 4px;
  }
  .text-block-button-qty.noselect.checkout-v2 {
    font-size: 24px;
    line-height: 32px;
  }
  .div-block-product-details-flex {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-addtocart {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-addtocart.productoverlay {
    height: 100%;
  }
  .form-block-product-details {
    margin-top: 7px;
  }
  .form-block-product-details.productoverlay {
    height: 100%;
    padding-right: 2px;
    padding-left: 4px;
  }
  .div-block-aisles-qty.checkout {
    margin-top: 6px;
  }
  .div-block-grey-basis.product-preview {
    width: 48%;
  }
  .div-block-grey-basis.filter-dialog {
    top: 0px;
    display: block;
    width: 75%;
  }
  .div-block-grey-basis.left-aisles {
    left: -80px;
    top: 50px;
    width: 160px;
  }
  .div-block-home-buttons {
    margin-bottom: 5vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-home-content {
    height: auto;
  }
  .text-block-rayon-title {
    font-size: 16px;
    line-height: 16px;
  }
  .divblockvendor {
    width: 95%;
  }
  .text-block-vendor-title {
    font-size: 16px;
    line-height: 16px;
  }
  .text-block-home-bullets {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 25px;
    font-size: 22px;
    line-height: 25px;
  }
  .div-block-home-text {
    width: 100%;
  }
  .div-block-signup-chapter {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .div-block-image-decoration {
    width: 100%;
    margin-right: 10px;
  }
  .image-with-decoration {
    left: 10px;
    top: -10px;
  }
  .div-block-chapter-container {
    height: 1060px;
  }
  .div-block-format-3-blocks {
    width: 49%;
  }
  .div-block-format-4-blocks.product-favorite {
    width: 40%;
  }
  .div-block-format-4-blocks.product-favorite.hidden-4 {
    display: none;
  }
  .div-block-product-banner-v2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-image-favorite {
    display: block;
  }
  .form-qty-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field-qty-checkout.discount {
    width: 50px;
  }
  .text-block-ship-details.discount {
    margin-right: 5px;
  }
  .text-field-qty-checkout.discountglobal {
    width: 60px;
  }
  .div-block-order-header {
    display: none;
  }
  .form-block-qty-checkout {
    margin-bottom: 0px;
  }
  .text-block-qty-checkout {
    margin-bottom: 0px;
    margin-left: 2px;
  }
  .div-block-product-price-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
  }
  .div-block-validation-header {
    display: none;
  }
  .form-block-checkout {
    width: unset;
    margin-top: 7px;
  }
  .form-checkout {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-checkout.validate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-qty-calculate {
    width: 160px;
    float: left;
  }
  .linkblock-button-login.red.show-3 {
    height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .linkblock-button-login.red.show-3.noradius-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .linkblock-button-login.red.show-2 {
    height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .linkblock-button-login.red.show-2.noradius-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .linkblock-button-login.red.show-2 {
    height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .linkblock-button-login.red.show-2.noradius-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .div-navbar-content {
    height: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-navbar-login {
    position: absolute;
    top: 0px;
    right: 3px;
  }
  .div-block-login-dialog {
    padding-right: 10%;
    padding-left: 10%;
  }
  .text-span-material-icon.navmenu {
    font-size: 16px;
    line-height: 16px;
  }
  .form-registration {
    margin-bottom: 30px;
  }
  .div-block-passwd-reset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-signup {
    margin-top: 12px;
  }
  .div-block-home-chapter {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .div-block-navbar {
    height: 50px;
    padding-right: 15px;
    padding-left: 7px;
  }
  .image-navbar-logo {
    height: 40px;
    padding-right: 10px;
  }
  .text-block-basket {
    display: none;
  }
  .div-block-basket {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-navbar-basket {
    height: 35px;
    margin-right: 20px;
  }
  .div-block-shop-vendor-banner {
    height: 120px;
  }
  .div-block-shop-vendor-desc {
    display: block;
    padding-right: 12px;
    padding-left: 12px;
  }
  .div-block-shop-vendor-logo {
    left: 8px;
    top: 130px;
    width: 80px;
    height: 80px;
  }
  .text-block-shop-short-desc {
    height: 100px;
    margin-left: 85px;
  }
  .text-block-shop-vendor-header {
    left: 8px;
  }
  .link-block-mini-add-basket.border {
    margin-right: 0px;
  }
  .div-block-content-ok {
    margin-top: 47px;
  }
  .div-block-content-ok.aislescontent {
   /* margin-top: 2px; */
   /* margin-left: 80px; */
  }
  .text-product-info-2-v3 {
    font-size: 13px;
  }
  .div-block-product-1-v3 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .div-block-filter-ctrl {
    margin-right: 8px;
  }
  .div-block-filter-ctrl.ctrlbar {
    margin-right: 8px;
  }
  .image-shop-map {
    margin-top: 10px;
  }
  .cancel-icon-product-overlay {
    top: -2px;
    right: 0px;
  }
  .linkblockbuttonv2.link-block-button-checkout {
    float: right;
  }
  .linkblockbuttonv2.link-block-button-pay-notif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .linkblockbuttonv2.link-block-button-snooze {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .linkblockbuttonv2.link-block-button-reorder {
    float: right;
  }
  .linkblockbuttonv2.link-block-button-addtocart {
    height: 38px;
    max-width: 200px;
    min-width: 110px;
    margin-left: auto;
  }
  .linkblockbuttonv2.link-block-button-moreproduct {
    height: 38px;
    max-width: 200px;
    min-width: 110px;
    margin-left: auto;
  }
  .linkblockbuttonv2.link-block-button-checkout-add {
    max-width: 200px;
    min-width: 110px;
    margin-left: auto;
  }
  .linkblockbuttonv2.link-block-button-checkout-final {
    width: 80%;
    margin-left: 0px;
    float: right;
  }
  .linkblockbuttonv2.link-block-button-validate {
    width: 45%;
    margin-left: 0px;
    float: right;
  }
  .linkblockbuttonv2.link-block-button-cancel {
    width: 45%;
    max-width: 200px;
    min-width: 110px;
  }
  .linkblockbuttonv2.link-block-checkout-dialog-final {
    margin-left: 0px;
    float: right;
  }
  .div-block-checkout-total {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .form-block-aisles-qty {
    margin-top: 7px;
  }
  .text-block-aisles-product {
    left: 4px;
    /* height: 30px; */
    padding-right: 4px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 15px;
  }
  .text-block-aisles-product.aislestextmobile {
    /* height: 25px; */
    font-size: 12px;
    line-height: 13px;
  }
  .text-block-aisles-product.aislesextratext {
    font-size: 14px;
    line-height: 16px;
  }
  .div-block-aisles-label {
    left: -7px;
    top: -7px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
  .text-block-aisles-label {
    font-size: 13px;
    line-height: 27.5px;
  }
  .div-block-qty {
    margin-bottom: 6px;
  }
  .div-block-qty.checkout {
    margin-top: 0px;
  }
  .div-block-qty.checkout-v2 {
    margin-top: 0px;
    margin-left: 6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-qty.checkout-v2.hide4 {
    display: none;
  }
  .div-block-qty.checkout-v2.show4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-basket-label {
    left: -13px;
    top: -4px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .div-basket-label-show4 {
    display: block;
  }
  .buffertop {
    height: 50px;
  }
  .div-block-fixed-search {
    top: 50px;
  }
  .div-block-5 {
    margin-top: 6px;
  }
  .divblockorderbotv2 {
    padding-left: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-order-title-v2 {
    font-size: 14px;
    line-height: 16px;
  }
  .imagebuttonorder {
    height: 20px;
  }
  .cancel-icon-checkout {
    top: -2px;
    right: 0px;
    font-size: 22px;
    line-height: 22px;
  }
  .cancel-icon-checkout.hide4 {
    display: none;
  }
  .div-block-order-details-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-address-select {
    padding: 4px;
  }
  .address-icon-checkout {
    top: -2px;
    right: 0px;
    font-size: 30px;
    line-height: 30px;
  }
  .text-address-checkout {
    overflow: hidden;
    max-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .text-address-checkout.noshadow {
    max-height: 54px;
  }
  .text-block-basket-price {
    position: absolute;
    left: -13px;
    bottom: -7px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
  }
  .divblocksearchv2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-block-search {
    width: auto;
  }
  .div-block-ctrlbar-container.aisles {
    margin-left: 80px;
  }
  .text-block-ship-details.franco {
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .text-block-details-qty {
    display: none;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 2px;
    font-size: 16px;
    line-height: 20px;
  }
  .text-block-details-qty-2 {
    display: block;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 2px;
    font-size: 16px;
    line-height: 20px;
  }
  .div-block-ctrl-bar-checkout {
    width: 99%;
  }
  .div-mobile-login-contain {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 24px;
    box-shadow: none;
  }
  .image-logo-mobile-login {
    max-height: 70px;
    margin-top: 12px;
    margin-bottom: 36px;
  }
  .classic-block.centered {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .classic-block.video {
    width: 95%;
  }
  .classic-block.flex-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-link {
    margin: 5px;
  }
  .social-icons {
    margin: 5px;
  }
  .social-icons.first {
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testemonial-colomn {
    max-width: 100%;
  }
  .backgorund-section-wraper {
    background-size: contain;
  }
  .column-1 {
    padding-top: 10px;
  }
  .paragraph-5 {
    font-size: 17px;
  }
  .icon {
    margin-bottom: 0px;
  }
  .relative-image.marging-80-promo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero-section {
    height: 60vh;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .45))), url('../images/download.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/download.jpg');
    background-position: 0px 0px, 7% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-wraper {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .arrows.left {
    margin-left: 0px;
  }
  .arrows.right {
    margin-right: 0px;
  }
  .h1-light {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  .slide {
    width: 100%;
  }
  .play-video {
    width: 80px;
    height: 80px;
  }
  .right-1.bigger {
    padding-right: 10px;
    padding-left: 10px;
  }
  .right-1.down-promo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dark.margin-20 {
    text-align: left;
  }
  .video-2 {
    border-radius: 30px;
  }
  .page-wraper {
    overflow: hidden;
  }
  .column-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-1.no-pading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1-bold {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
  .h1-bold.no-top-marg {
    font-size: 46px;
    line-height: 45px;
    text-align: right;
    letter-spacing: 0.5px;
    text-shadow: 3px 3px 8px #363a43;
  }
  .h1-bold.no-top-marg.big {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .h1-bold.no-top-marg.big.reduced {
    width: 100%;
    max-width: 95%;
    margin-top: 100px;
    margin-right: 0px;
    font-size: 40px;
    line-height: 42px;
    text-align: left;
  }
  .h1-bold.no-top-marg {
    font-size: 46px;
    line-height: 45px;
    letter-spacing: 0.5px;
  }
  .h1-bold.no-top-marg.green {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .mask {
    overflow: hidden;
    width: 100%;
  }
  .class-section {
    padding-top: 25px;
  }
  .section-3 {
    padding-top: 25px;
  }
  .heading-2 {
    text-align: left;
  }
  .heading-2.center {
    line-height: 30px;
  }
  .section-1 {
    padding-top: 20px;
  }
  .h2-red {
    margin-left: 0px;
    padding-left: 0px;
    color: #363a43;
    font-size: 20px;
    text-align: left;
  }
  .h2-red.main-text {
    margin-left: 0px;
    padding-left: 0px;
    text-align: justify;
  }
  .hero-section-2 {
    height: 80vh;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/download.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/download.jpg');
    background-position: 0px 0px, 29% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section-2.offre {
    overflow: hidden;
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/kimayo_diapositive2_02.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kimayo_diapositive2_02.png');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section-2.promotion {
    overflow: hidden;
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/flyer-produits-export-web.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/flyer-produits-export-web.jpg');
  }
  .bottom-div {
    margin-bottom: 40px;
  }
  .offre-column {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .static-green-line {
    width: 70px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .bigger.max-700 {
    max-width: 90%;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    text-shadow: 1px 1px 4px #000;
  }
  .static-icons {
    margin-right: 10px;
    margin-left: 10px;
  }
  .h2-white {
    font-size: 35px;
  }
  .class-section-2 {
    padding-top: 25px;
  }
  .static-icons-heading {
    font-size: 20px;
  }
  .static-icons-wraper.promo {
    display: none;
  }
  .div-navbar-fixed-buffer {
    height: 50px;
  }
  .image-logo-navbar-notext {
    display: block;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .small-green-line {
    margin-bottom: 40px;
  }
  .team-names {
    margin-top: 10px;
  }
  .paragraph-6 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .bold-text {
    margin-left: 0px;
    padding-left: 0px;
  }
  .image-google-play {
    margin-right: 0px;
  }
  .div-block-app-stores {
    left: 5px;
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-subbasket-details {
    display: inline-block;
    width: 64px;
    line-height: 22px;
  }
  .div-block-subbasket-details {
    display: block;
    margin-left: 3%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-qty-checkout-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-field-qty-checkout-v2 {
    width: 45px;
    height: 38px;
    margin-right: 4px;
    border: 2px solid #eaeaea;
  }
  .div-block-big-qty {
    width: 38px;
    margin-top: 6px;
  }
  .text-block-subbasket-value {
    display: inline;
    color: #8e2115;
    line-height: 22px;
  }
  .div-block-order-product-info {
    display: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-order-column-header {
    display: none;
  }
  .div-block-subbasket-line {
    width: 50%;
    min-width: 150px;
    float: left;
  }
  .form-block-checkout-dialog {
    margin-top: 7px;
  }
  .form-checkout-dialogi {
    width: 100%;
  }
  .text-block-checkout-dialog {
    font-size: 15px;
  }
  .form-discount-checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-block-discount-details {
    display: inline-block;
    margin-right: 5px;
    line-height: 22px;
  }
  .text-block-discount-details.rightside {
    width: 50px;
  }
  .div-block-discount-line {
    display: inline-block;
    width: 33%;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-discount-line.rightside {
    display: inline-block;
    width: 65%;
  }
  .div-block-orders-dashboard {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-dashboard-card {
    width: auto;
    margin-right: 0px;
  }
  .div-block-select-client-tarif {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-order-details-status {
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .div-block-order-dates-details {
    margin-left: 7px;
  }
  .text-block-home-header-link {
    margin-top: 10px;
  }
  .div-block-category-tree {
    margin-top: 10px;
  }
  .text-block-order-card-plandate {
    display: block;
    margin-top: 11px;
    font-size: 14px;
    line-height: 16px;
  }
  .div-block-fixed-cat-tree {
    top: 50px;
  }
  .div-block-exposure-icon {
    width: 35%;
    height: 35%;
  }
  .div-block-discount-flex {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 359px) {
  .text-block-subbasket-details {
    width: 53px;
  }
}

@font-face {
  font-family: 'Bariol webfont';
  src: url('../fonts/bariol_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol webfont';
  src: url('../fonts/bariol_regular_italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
