body {
  font-size: 12pt;
  background-color: white;
  font-family: "Source Sans Pro", sans-serif !important;
}
body.bodycompressed {
   padding-top: 142px;
}
.modal-open {
  overflow: hidden;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1 {
  font-size: 19pt;
  color: #3e723d;
  line-height: 24px;
  z-index: 0;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Lobster", cursive;
}

.container {
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 1230px) {
  .container {
    width: 100%;
  }
}
a.section-back-to-top {
  position: fixed;
  color: #ffffff;
  background: #3e723d;
  font-size: 24px;
  text-align: center;
  z-index: 999999;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

a.section-back-to-top.active {
  opacity: 0.9;
}

.alert_wraper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1021;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.alert_wraper .alert_box {
  width: 500px;
  height: 150px;
  position: absolute;
  background-color: #fff;
  top: calc(100vh / 2 - 75px);
  left: calc(100vw / 2 - 250px);
  padding: 30px;
}
.alert_wraper .alert_box .alert_box_header {
  text-align: center;
  color: #2b2b2a;
  font-size: 22pt;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
    .alert_wraper .alert_box .alert_box_header {
      font-size: 20px;
      margin-bottom: 10px;
    }
}
.alert_wraper .alert_box .alert_box_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.alert_wraper .alert_box .alert_box_body .go_catalog, .alert_wraper .alert_box .alert_box_body .go_basket {
  background-color: #8d8d8c;
  color: white;
  border-radius: 2px;
  width: 200px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.alert_wraper .alert_box .alert_box_body .go_basket {
  background-color: #3e723d;
}

.alert_wraper.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 576px) {
    .alert_wraper .alert_box {
        width: 300px;
        left: calc(100vw / 2 - 150px);
        margin: 0 auto;
        height: 200px;
    }
    .alert_wraper .alert_box .alert_box_body {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .alert_wraper .alert_box .alert_box_body .go_catalog, .alert_wraper .alert_box .alert_box_body .go_basket {
        margin-bottom: 10px;
    }
}

/*mobile menu start*/
.mobile_menu_bg .mobile_menu.mobile-menu-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.mobile_menu_bg.mobile-menu-hidden-bg {
  visibility: visible;
  opacity: 1;
}

.mobile_menu_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1021;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.mobile_menu_bg .mobile_menu {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #fff;
  padding: 30px 15px 30px 15px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  overflow-y: auto;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: normal;
  align-content: normal;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu {
  width: 70%;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile_menu_bg .mobile_menu .contact_block {
  margin-top: 30px;
}

.mobile_menu_bg .mobile_menu .contact_block span {
  display: block;
}

.mobile_menu_bg .mobile_menu .contact_block span a {
  color: #000;
  font-weight: bold;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li a img {
  height: 30px;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li a:hover {
  color: #ffa955;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_lang_menu ul li.current-menu-item a {
  color: #ffa955;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button {
  width: 30%;
  text-align: right;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button .close_mobile_menu {
  width: 36px;
  cursor: pointer;
}

.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button .close_mobile_menu:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav {
  margin-top: 20px;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li {
  display: block;
  margin: 5px 0;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a span {
  margin-right: 5px;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a span img {
  width: 24px;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:hover:before, .mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:hover:after {
  width: 100%;
  opacity: 1;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:after {
  left: 0;
  background-color: #ffa955;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li a:hover {
  color: #ccc;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li.current-menu-item a {
  color: #ccc;
}

.mobile_menu_bg .mobile_menu .mobile_menu_nav ul li.current-menu-item a:after {
  left: 0;
  background-color: #ffa955;
}

.mobile_menu_bg.mobile-menu-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/*mobile menu end*/
.datepicker {
  z-index: 100;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 8px #888888;
          box-shadow: 0px 1px 8px #888888;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  padding-bottom: 0px;
}
header .header-promo {
  background-color: #3e723d;
  color: #fff;
  display: none;
}
header .header-promo .promo_wraper {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
header .header-promo.active {
  display: block;
}
header .header-top {
  background-color: #2b2b2a;
  color: #fff;
}
header .header-top .header-top-wraper {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
header .header-top .header-top-wraper .left_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
header .header-top .header-top-wraper .left_block a i {
  font-size: 20pt !important;
  margin-right: 10px;
  color: #3e723d;
}
header .header-top .header-top-wraper .left_block a span {
  font-size: 11pt;
  color: #fff;
}
header .header-top .header-top-wraper .right_block ul.select_lang li {
  display: inline-block;
}
header .header-top .header-top-wraper .right_block ul.select_lang li a {
  padding: 5px 10px;
  display: block;
  color: #fff;
  font-size: 10pt;
}
header .header-top .header-top-wraper .right_block ul.select_lang li a.active {
  color: #3e723d;
}
header .header-main .header-main-wraper {
  width: 100%;
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
header .header-main .header-main-wraper .burger {
  cursor: pointer;
  display: none;
}
header .header-main .header-main-wraper .burger i {
  font-size: 26pt;
}
header .header-main .header-main-wraper .logo {
  width: 192px;
}
header .header-main .header-main-wraper .logo a img {
  width: 192px;
}
header .header-main .header-main-wraper .nav {
  text-align: center;
}
header .header-main .header-main-wraper .nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
header .header-main .header-main-wraper .nav ul li {
  position: relative;
  display: block;
  border-right: 1px solid #2b2b2a;
}
header .header-main .header-main-wraper .nav ul li:last-child {
  border-right: none;
}
header .header-main .header-main-wraper .nav ul li a {
  display: block;
  padding: 20px 20px;
  color: #2b2b2a;
  font-size: 13pt;
  font-weight: bold;
}
header .header-main .header-main-wraper .nav ul li:hover {
  background-color: #2b2b2a;
}
header .header-main .header-main-wraper .nav ul li:hover a {
  color: #fff;
}
header .header-main .header-main-wraper .nav ul li:hover ul {
  display: block;
}
header .header-main .header-main-wraper .nav ul li:hover ul li a {
  color: #000;
}
header .header-main .header-main-wraper .nav ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  -webkit-box-shadow: 0px 6px 8px 2px #444;
          box-shadow: 0px 6px 8px 2px #444;
  text-align: left;
  max-height: 600px;
  overflow-y: auto;
}
header .header-main .header-main-wraper .nav ul li ul li {
  display: block;
  border: none;
}
header .header-main .header-main-wraper .nav ul li ul li a {
  display: block;
  color: #000;
  padding: 7px 10px;
  border-bottom: 1px solid #000;
  font-weight: normal;
  font-size: 16px;
}
header .header-main .header-main-wraper .nav ul li ul li:hover {
  background-color: #efefef;
}
header .header-main .header-main-wraper .nav ul li ul li:last-child {
  border-bottom: none;
}
header .header-main .header-main-wraper .basket {
  text-align: right;
  width: 192px;
  padding-top: 10px;
}
header .header-main .header-main-wraper .basket .cartButton {
  position: relative;
  display: inline-block;
  color: #2b2b2a;
}
header .header-main .header-main-wraper .basket .cartButton i {
  font-size: 30pt;
  color: #2b2b2a;
}
header .header-main .header-main-wraper .basket .cartButton .cartCount {
  position: absolute;
  top: -13px;
  right: 12px;
  background-color: #3e723d;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  font-size: 9pt;
  display: block;
}

header.compressed {
  position: fixed;
}
header.compressed .header-top {
  display: none;
}

@media screen and (max-width: 992px) {
  header .header-top .header-top-wraper .right_block {
    display: none;
  }
  header .header-main .header-main-wraper .burger {
    display: block;
    width: 50px;
  }
  header .header-main .header-main-wraper .logo {
    width: 150px;
  }
  header .header-main .header-main-wraper .logo a img {
    width: 192px;
    height: 58px;
  }
  header .header-main .header-main-wraper .nav {
    display: none;
  }
  header .header-main .header-main-wraper .basket {
    width: 50px;
  }
}
footer {
  background-color: #2b2b2a;
  color: #fff;
  padding: 50px 0;
}

.mainText {
  color: #615b61;
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  font-weight: 300;
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
}

.mainText.active {
  max-height: 1800px;
}

.mainTextButton {
  text-align: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(0%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #020024 0%, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  margin-top: -70px;
}
.mainTextButton a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  color: #306083;
  font-size: 11pt;
  margin-top: 80px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.mainTextButton a i {
  margin-right: 10px;
  font-size: 20pt;
}

.catalog h2.cat_title {
  font-size: 16pt;
  color: #545454;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Lobster", cursive;
  font-weight: normal;
}
.catalog .catalog_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.catalog .catalog_wraper .item_block {
  width: calc(25% - 11.25px);
  border: 1px solid #c7c7c7;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  padding: 10px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.catalog .catalog_wraper .item_block:hover {
  border: 1px solid #3e723d;
}
.catalog .catalog_wraper .item_block:nth-child(4n) {
  margin-right: 0;
}
.catalog .catalog_wraper .item_block .price_block {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.catalog .catalog_wraper .item_block .price_block .price {
  font-size: 16pt;
  color: #2b2b2a;
  font-weight: 600;
}
.catalog .catalog_wraper .item_block .price_block .add_basket {
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  background-color: #3e723d;
  border-radius: 18px;
  line-height: 25px;
  font-size: 14pt;
  padding: 5px 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.catalog .catalog_wraper .item_block .price_block .add_basket i {
  font-size: 18pt;
}
.catalog .catalog_wraper .item_block .price_block .add_basket:hover {
  background-color: #3e723d;
}
@media screen and (max-width: 576px) {
    .catalog .catalog_wraper .item_block .price_block .price {
      font-size: 16px;
      color: #2b2b2a;
      font-weight: 600;
      display: block;
    }
    .catalog .catalog_wraper .item_block .price_block .add_basket {
      cursor: pointer;
      text-decoration: none;
      color: #fff !important;
      background-color: #3e723d;
      border-radius: 18px;
      line-height: 25px;
      font-size: 14pt;
      padding: 5px 10px;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
    }
    .catalog .catalog_wraper .item_block .price_block .add_basket i {
      font-size: 16px;
    }
}
.catalog .catalog_wraper .item_block .choice_option {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #efefef;
  padding: 5px;
}
.catalog .catalog_wraper .item_block .choice_option .option {
  font-size: 10pt;
}
.catalog .catalog_wraper .item_block .choice_option .choice {
  border: 1px solid #ccc;
}
.catalog .catalog_wraper .item_block h2 {
  text-align: center;
  color: #2b2b2a;
  font-size: 12pt;
  margin-top: 10px;
  line-height: 16px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .catalog .catalog_wraper .item_block {
    width: calc(33.333% - 10px);
  }
  .catalog .catalog_wraper .item_block:nth-child(4n) {
    margin-right: 15px;
  }
  .catalog .catalog_wraper .item_block:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 762px) {
  .catalog .catalog_wraper .item_block {
    width: calc(50% - 7.50px);
  }
  .catalog .catalog_wraper .item_block:nth-child(4n) {
    margin-right: 0;
  }
  .catalog .catalog_wraper .item_block:nth-child(3n) {
    margin-right: 15px;
  }
  .catalog .catalog_wraper .item_block:nth-child(2n) {
    margin-right: 0;
  }
  .catalog .catalog_wraper .item_block .price_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .catalog .catalog_wraper .item_block .choice_option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog .catalog_wraper .item_block .choice_option .option {
    margin-bottom: 10px;
  }
  .catalog .catalog_wraper .item_block .choice_option .choice {
    border: 1px solid #ccc;
  }
}
section.product {
  padding: 50px 0;
}
section.product .product_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.product .product_wraper .gallery {
  width: 50%;
  padding-right: 15px;
}
section.product .product_wraper .gallery .image {
  text-align: center;
}
section.product .product_wraper .gallery .image img {
  max-width: 100%;
}
section.product .product_wraper .gallery .thumbs {
  margin-top: 15px;
  text-align: center;
}
section.product .product_wraper .gallery .thumbs a {
  margin: 0 2px;
}
section.product .product_wraper .gallery .thumbs a img {
  width: 70px;
}
section.product .product_wraper .description {
  width: 50%;
  padding-left: 15px;
}
section.product .product_wraper .description .product_text {
  line-height: 22px;
  color: #666666;
  font-weight: normal;
  font-size: x-large;
  font-family: times new roman, times;
  font-style: italic;
  text-align: justify;
}
section.product .product_wraper .description .product_code {
  margin-bottom: 3px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  margin-top: 15px;
}
section.product .product_wraper .description .product_price_wraper {
  margin-top: 15px;
  background-color: #f1eeee;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.product .product_wraper .description .product_price_wraper .price {
  color: #2b2b2a;
  font-size: 24pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.product .product_wraper .description .product_price_wraper .price .old_price {
  font-size: 16pt;
  color: #ccc;
  text-decoration: line-through;
  margin-right: 20px;
}
section.product .product_wraper .description .product_price_wraper .price #product_price {
  margin-left: 7px;
}
section.product .product_wraper .description .product_price_wraper .variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.product .product_wraper .description .product_price_wraper .variant .product_choice_option {
  margin-bottom: 10px;
}
section.product .product_wraper .description .product_price_wraper .variant .addcart {
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  background-color: #3e723d;
  border-radius: 18px;
  line-height: 25px;
  font-size: 17pt;
  padding: 5px 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border: none;
  text-align: center;
}
section.product .product_wraper .description .product_price_wraper .variant .addcart i {
  font-size: 18pt;
}
section.product .product_wraper .description .product_price_wraper .variant .addcart:hover {
  background-color: #3e723d;
}

@media screen and (max-width: 762px) {
  section.product {
    padding: 50px 0;
  }
  section.product .product_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
  }
  section.product .product_wraper .gallery {
    width: 100%;
    padding-right: 0px;
  }
  section.product .product_wraper .description {
    width: 100%;
    padding-left: 0px;
  }
}
.footer_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.footer_wraper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.footer_wraper ul li {
  display: inline-block;
  padding: 3px 10px;
}
.footer_wraper ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_wraper ul li a:hover {
  color: #ccc;
}

@media screen and (max-width: 762px) {
  .footer_wraper ul li {
    display: block;
    padding: 3px 0;
  }
}
/*.footer_wraper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_wraper ul li {
  display: block;
  padding: 3px 0;
}
.footer_wraper ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_wraper ul li a:hover {
  color: #ccc;
}

@media screen and (max-width: 762px) {
  .footer_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wraper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .footer_wraper ul li {
    display: block;
    padding: 3px 0;
  }
  .footer_wraper ul li a {
    color: #fff;
    text-decoration: none;
  }
  .footer_wraper ul li a:hover {
    color: #ccc;
  }
}*/
.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
}
.footer_center .footerText {
  padding: 5px 0;
}

.page_content {
  padding: 50px 0;
  color: #615b61;
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.table_wraper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  width: 100%;
}
.table_wraper .table {
  width: 50%;
}
.table_wraper .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.table_wraper .table .row .col1 {
  width: 80%;
}
.table_wraper .table .row .col2 {
  width: 20%;
}

@media screen and (max-width: 762px) {
  .table_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table_wraper .table {
    width: 100%;
  }
}
.form_wraper {
  padding: 30px 0 50px 0;
}
.form_wraper .input_group {
  margin-bottom: 15px;
}
.form_wraper .input_group label {
  display: block;
  background: #e4e4e4;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 15px;
}
.form_wraper .input_group input, .form_wraper .input_group textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  padding: 10px;
}
.form_wraper .input_group textarea {
  resize: none;
  height: 100px;
}
.form_wraper .button {
  text-align: right;
}
.form_wraper .button button {
  width: 200px;
  color: #fff;
  background-color: #3e723d;
  text-transform: uppercase;
  border-radius: 0px !important;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border-radius: 4px;
}
.form_wraper .button button:hover {
  background-color: #6c8cd4;
}

.form_message {
  padding: 100px 30px;
}
.form_message i {
  text-align: center;
  display: block;
  font-size: 100px;
}
.form_message p {
  text-align: center;
  font-size: 22px;
}

.reviews_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  margin-bottom: 30px;
}
.reviews_wraper .review_block {
  padding: 20px;
  width: 30%;
  background-color: #f1f1f1;
  margin-bottom: 15px;
}
.reviews_wraper .review_block .review_block_header {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.reviews_wraper .review_block .review_block_header .date {
  display: block;
  color: #666;
}
.reviews_wraper .review_block .review_block_header .name {
  display: block;
  color: #615b61;
}
.reviews_wraper .review_block .review_block_body {
  color: #615b61;
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

@media screen and (max-width: 762px) {
  .reviews_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews_wraper .review_block {
    width: 100%;
  }
}
.basket_header {
  background-color: #e3e3e3;
  padding: 15px 0;
}
.basket_header .steps_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.basket_header .steps_wraper .step_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.basket_header .steps_wraper .step_block .number {
  width: 50px;
  height: 50px;
  font-size: 31pt;
  font-weight: bold;
  border-radius: 30px;
  background-color: #545454;
  line-height: 50px;
  text-align: center;
  color: white;
}
.basket_header .steps_wraper .step_block .name {
  line-height: 50px;
  margin-left: 5px;
  font-size: 13pt;
  color: #545454;
  height: 50px;
  width: 180px;
  overflow: hidden;
  font-weight: bold;
}
.basket_header .steps_wraper .step_block.active .number {
  background-color: #3e723d;
}

@media screen and (max-width: 576px) {
  .basket_header {
    padding: 0;
  }
  .basket_header .steps_wraper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket_header .steps_wraper .step_block {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .basket_header .steps_wraper .step_block .number {
    width: 24px;
    height: 24px;
    font-size: 18pt;
    font-weight: bold;
    border-radius: 50%;
    background-color: #545454;
    line-height: 24px;
    text-align: center;
    color: white;
  }
  .basket_header .steps_wraper .step_block .name {
      line-height: 30px;
      height: 30px;
  }
}
.table_image {
  height: 60px;
}

table.basket_table {
  margin: 50px 0;
  width: 100%;
  border-collapse: collapse;
}
table.basket_table tr {
  border-bottom: 1px solid #ddd;
}
table.basket_table tr td {
  padding: 5px 0;
  vertical-align: middle;
}
table.basket_table td.price {
  text-align: right;
}
table.basket_table td.remove {
  width: 30px;
}
table.basket_table td.remove i {
  font-size: 30px;
  color: #545454;
}
table.basket_table td.image {
  width: 70px;
  text-align: center;
}
table.basket_table td.name {
  width: 60%;
}

.adding {
  margin-bottom: 50px;
}
.adding .adding_header {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16pt;
  color: #2b2b2a;
  text-transform: uppercase;
}
.adding .adding_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  border-bottom: 1px solid #ddd;
}
.adding .adding_body .adding_block {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #3e723d;
  padding: 15px 7px;
  color: #fff;
  font-size: 12pt;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.adding .adding_body .adding_block i {
  font-size: 26px;
  margin-right: 10px;
}

@media screen and (max-width: 762px) {
  .table_image {
    height: 40px;
    width: 40px;
    margin: 0 5px 10px 0;
  }

  .adding .adding_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adding .adding_body .adding_block {
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  .adding .adding_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adding .adding_body .adding_block {
    width: 100%;
  }

  td.variation {
    max-width: 0;
    overflow: hidden;
  }

  td.image {
    min-width: 15%;
  }
  td.image img {
    width: 30px;
    height: 30px;
  }

  td.price {
    min-width: 30%;
    text-align: right;
  }

  td.name {
    min-width: 60%;
  }

  td.remove {
    min-width: 5%;
  }
}
.basket_form_wraper {
  margin-bottom: 50px;
}
.basket_form_wraper .basket_form_header {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16pt;
  color: #2b2b2a;
  text-transform: uppercase;
}
.basket_form_wraper .basket_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.basket_form_wraper .basket_form_block .input_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  width: 600px;
  margin-bottom: 10px;
  height: 54px;
}
.basket_form_wraper .basket_form_block .input_block .input_name {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  background: #e4e4e4;
  padding: 2px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 10pt;
  height: 54px;
  text-align: right;
}
@media screen and (max-width: 762px) {
    .basket_form_wraper .basket_form_block .input_block .input_name {
      justify-content: flex-end;
    }
}
.basket_form_wraper .basket_form_block .input_block .input_input {
  width: 60%;
  height: 54px;
  position: relative;
}
.basket_form_wraper .basket_form_block .input_block .input_input input, .basket_form_wraper .basket_form_block .input_block .input_input select, .basket_form_wraper .basket_form_block .input_block .input_input textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 54px;
  padding: 10px;
  background-color: #fff;
}
.basket_form_wraper .basket_form_block .input_block .input_input input.checkbox {
  margin-top: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #e4e4e4;
  margin-left: 10px;
}
.basket_form_wraper .basket_form_block .checkout_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  width: 600px;
  margin-bottom: 3px;
  background: #e4e4e4;
}
.basket_form_wraper .basket_form_block .checkout_block .block_name {
  background: #e4e4e4;
  width: 40%;
  padding: 7px;
}
.basket_form_wraper .basket_form_block .checkout_block .block_value {
  background: #e4e4e4;
  width: 60%;
  min-height: 34px;
  padding: 7px;
}
.basket_form_wraper .basket_form_block .input_submit_block {
  text-align: right;
  width: 600px;
}
.basket_form_wraper .basket_form_block .input_submit_block button {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #3e723d;
  width: 200px;
  text-align: center;
  margin-top: 10px;
  padding: 11px 15px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border-radius: 5px;
  border: none;
}
.basket_form_wraper .basket_form_block .input_submit_block button:hover {
  background-color: #3e723d;
}

.summary_wraper {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.summary_wraper .summary_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  border-bottom: 1px solid #e4e4e4;
  padding: 3px 0;
  font-size: 18px;
}
.summary_wraper .summary_line .name {
  text-align: right;
  padding: 5px 10px;
  width: 70%;
}
.summary_wraper .summary_line .value {
  text-align: right;
  padding: 5px 10px;
  width: 30%;
}

.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  width: 600px;
  padding: 10px 0;
}
.access label {
  font-size: 18px;
}
.access input {
  width: 25px;
  height: 25px;
  border: 1px solid #e4e4e4;
  margin-left: 10px;
}

.return {
  float: left;
  text-decoration: none;
  color: #fff;
  background-color: #c0c0c0;
  width: auto;
  text-align: center;
  margin-top: 4px;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 0px;
  line-height: 18px;
  border-radius: 5px;
}

@media screen and (max-width: 762px) {
  .basket_form_wraper .basket_form_block .checkout_block .block_value {
    height: auto;
  }
  .basket_form_wraper {
    margin-bottom: 50px;
  }
  .basket_form_wraper .basket_form_block .input_block {
    width: 100%;
  }
  .basket_form_wraper .basket_form_block .input_submit_block {
    width: 100%;
  }
  .basket_form_wraper .basket_form_block .checkout_block {
    width: 100%;
  }

  .access {
    width: 100%;
  }

  .summary_wraper {
    width: 100%;
  }
  .return {
      float: none;
      width: 100%;
      display: block;
    }
    .basket_form_wraper .basket_form_block .input_submit_block button {
      width: 100%;
      display: block;
   }
}
.empty_basket_block {
  padding: 200px 0;
  font-size: 22px;
}

@media screen and (max-width: 576px) {
  .empty_basket_block {
    padding: 50px 0;
  }
}
span.small {
  display: block;
  font-size: 12px;
}
.line {
    border: 1px solid #c7c7c7;
    margin: 40px 0;
}

.basket_form_wraper .basket_form_block .input_block .input_input input.error, 
.basket_form_wraper .basket_form_block .input_block .input_input select.error, 
.basket_form_wraper .basket_form_block .input_block .input_input textarea.error {
    border-color: red;
}
label.error {
  position: absolute;
  font-size: 12px;
  color: red;
  left: 0;
  bottom: 0;
  margin: 0 0 3px 3px;
}
.buttonlink {
    margin-top: 40px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #3e723d;
    width: 200px !important;
    text-align: center;
    padding: 11px 45px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 5px;
    border: none;
}
img.thank {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.empty_block {
    height: 80px;
}
.regui {
    color: red;
    font-size: 30px;
    line-height: 0;
}
@media screen and (max-width: 762px) {
    h1.main_title {
        margin: 0;
        margin-top: 5px;
    }
    .empty_block {
        height: 20px;
    }
    .basket_header {
      display: none;
    }
    table.basket_table {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .basket_form_wraper .basket_form_block .input_block .input_name img {
        display: none;
    }
    .adding .adding_header {
        margin-top: 0;
    }
}

.waiting_wraper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}
.waiting_text {
    display: block;
    font-size: 24px;
    margin-top: 30px;
}
.old_cat_price {
    font-size: 16px;
    color: #ccc;
    text-decoration: line-through;
    margin-right: 10px;
}

table.basket_table tr td.alert_notflowers {
    padding: 20px 0 20px 0;
    color: red;
    font-weight: bold;
}

/*New styles*/

.product_variation {

}
.product_variation .select_variant {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 88px;
    margin: 3px;
    cursor: pointer;
    background-color: #f1eeee;
}
.product_variation .select_variant:hover {
    background-color: #fff;
}
.product_variation .select_variant.active {
    background-color: #fff;
}
.product_variation .select_variant .variant_count {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #2b2b2a;
    font-size: 20px;
}
.product_variation .select_variant .variant_price {
    display: block;
    text-align: center;
    font-weight: 700;
    color: red;
    font-size: 20px;
}