@charset "UTF-8";
/* =========================================================
   ИСТОРИЯ ЗАКАЗОВ — КНОПКА "ПОВТОРИТЬ"
   ========================================================= */
/* line 6, theme.scss */
.checkout-v2-wrapper .larch-repeat-order-cell {
  padding: 6px 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important; }

/* line 13, theme.scss */
.checkout-v2-wrapper a.larch-repeat-order-btn,
.checkout-v2-wrapper a.larch-repeat-order-btn:link,
.checkout-v2-wrapper a.larch-repeat-order-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-width: 96px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  background-color: #0A7038 !important;
  border: 1px solid #0A7038 !important;
  border-radius: 7px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
  overflow: visible !important;
  transition: background-color .2s ease, border-color .2s ease !important; }

/* line 66, theme.scss */
.checkout-v2-wrapper a.larch-repeat-order-btn:hover {
  background-color: #075C2E !important;
  border-color: #075C2E !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important; }

/* line 76, theme.scss */
.checkout-v2-wrapper a.larch-repeat-order-btn:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: 2px solid rgba(10, 112, 56, 0.25) !important;
  outline-offset: 2px !important; }

/* line 84, theme.scss */
.checkout-v2-wrapper a.larch-repeat-order-btn:active {
  background-color: #075C2E !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important; }

/* =========================================================
   ИСТОРИЯ ЗАКАЗОВ — MOBILE
   ========================================================= */
@media screen and (max-width: 767px) {
  /* line 98, theme.scss */
  .checkout-v2-wrapper .larch-repeat-order-cell {
    width: 100% !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: left !important; }

  /* line 107, theme.scss */
  .checkout-v2-wrapper a.larch-repeat-order-btn,
  .checkout-v2-wrapper a.larch-repeat-order-btn:link,
  .checkout-v2-wrapper a.larch-repeat-order-btn:visited {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 20px !important; } }
