@charset "UTF-8";
select {
  appearance: auto;
  background: none;
  padding: 3px; }

.account_my_addresses {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .account_my_addresses {
      flex-direction: column; } }
  .account_my_addresses h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px; }
  .account_my_addresses .list {
    flex-grow: 1;
    padding-bottom: 60px; }
    @media (max-width: 1199px) {
      .account_my_addresses .list {
        width: 100%; } }
    .account_my_addresses .list .addr_item {
      position: relative;
      padding: 12px;
      border: 1px solid #e7e7e7;
      margin-bottom: 10px; }
      .account_my_addresses .list .addr_item .checkbox_wrap {
        width: 300px; }
      .account_my_addresses .list .addr_item .btn_remove_addr {
        position: absolute;
        top: 10px;
        right: 15px;
        background: url(../img/prod-remove.png) no-repeat center center;
        width: 12px;
        height: 12px;
        display: block; }
      .account_my_addresses .list .addr_item .btn_edit_addr {
        position: absolute;
        top: 10px;
        right: 40px;
        font-size: 14px;
        color: #178997;
        line-height: 13px;
        text-decoration: underline; }
      .account_my_addresses .list .addr_item .info {
        margin-top: 20px;
        line-height: 25px; }
  .account_my_addresses .add_address input[type="text"], .account_my_addresses .add_address select, .account_my_addresses .add_address .custom-combobox, .account_my_addresses .addr_edit input[type="text"], .account_my_addresses .addr_edit select, .account_my_addresses .addr_edit .custom-combobox {
    width: 100%;
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 32px;
    padding-left: 5px; }
  .account_my_addresses .add_address select, .account_my_addresses .addr_edit select {
    height: 36px; }
  .account_my_addresses .add_address .buttons, .account_my_addresses .addr_edit .buttons {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 100px; }
  .account_my_addresses .add_address {
    flex: 0 0 425px;
    margin-left: 50px; }
    @media (max-width: 1199px) {
      .account_my_addresses .add_address {
        margin-left: 0;
        width: 100%; } }
  .account_my_addresses .addr_edit {
    position: relative;
    padding: 0;
    padding-right: 225px; }
    .account_my_addresses .addr_edit .buttons {
      margin-bottom: 0; }
      .account_my_addresses .addr_edit .buttons a {
        margin-left: 30px;
        color: #178997;
        text-decoration: underline; }
  .account_my_addresses .btn_cancel_edit_addr {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/prod-remove.png) no-repeat center center;
    width: 12px;
    height: 12px;
    display: block; }

.woocommerce form.checkout #billing_state_field {
  display: none !important; }
.woocommerce form.checkout .bottom {
  padding-top: 80px;
  margin-left: 100px;
  display: block;
  flex: 0 0 368px; }
  @media screen and (max-width: 756px) {
    .woocommerce form.checkout .bottom {
      padding-top: 10px;
      flex-direction: column; } }
  .woocommerce form.checkout .bottom h2, .woocommerce form.checkout .bottom .h2 {
    margin-top: 0;
    margin-bottom: 30px; }
  .woocommerce form.checkout .bottom .cheque {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    min-width: 325px;
    height: max-content;
    border: 1px solid #C4C4C4;
    padding: 30px; }
    @media screen and (max-width: 756px) {
      .woocommerce form.checkout .bottom .cheque {
        max-width: 100%;
        min-width: auto; } }
    @media screen and (max-width: 425px) {
      .woocommerce form.checkout .bottom .cheque {
        padding: 0;
        border: none; } }
    .woocommerce form.checkout .bottom .cheque .coupon {
      margin-bottom: 10px; }
      .woocommerce form.checkout .bottom .cheque .coupon label {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px; }
      .woocommerce form.checkout .bottom .cheque .coupon .input_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap.certificate_wrap {
          display: none; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap::after {
          content: '';
          position: absolute;
          top: 10px;
          color: #D6D6D6;
          display: flex;
          right: 10px;
          justify-content: center;
          align-items: center;
          width: 18px;
          font-size: 10px;
          height: 18px;
          border-radius: 18px;
          border: 1.5px solid #D6D6D6;
          transition: all .3s ease; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap.added::after {
          content: "\2714"; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap .input-text {
          width: 100%;
          height: 40px;
          font-size: 12px;
          border: 1px dashed #000;
          border-radius: 0;
          display: flex;
          align-items: center; }
          .woocommerce form.checkout .bottom .cheque .coupon .input_wrap .input-text::placeholder {
            font-size: 12px;
            color: #858585; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap button {
          width: max-content;
          background: none;
          color: #208997 !important;
          font-weight: 900;
          font-size: 12px;
          padding: 0;
          height: 30px;
          opacity: 0;
          z-index: -1;
          position: absolute;
          top: 5px;
          right: 10px;
          transition: all .3s ease; }
          .woocommerce form.checkout .bottom .cheque .coupon .input_wrap button:hover {
            text-decoration: underline;
            transition: all .25s ease-in-out;
            cursor: pointer; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap.hover button {
          opacity: 1;
          z-index: 2; }
        .woocommerce form.checkout .bottom .cheque .coupon .input_wrap.hover::after {
          opacity: 0; }
      .woocommerce form.checkout .bottom .cheque .coupon .certicficate_toggler {
        width: max-content;
        background: none;
        color: #208997 !important;
        font-weight: 900;
        font-size: 12px;
        padding: 0;
        height: 30px;
        display: block;
        transition: all .3s ease; }
        .woocommerce form.checkout .bottom .cheque .coupon .certicficate_toggler:hover {
          text-decoration: underline;
          transition: all .25s ease-in-out;
          cursor: pointer; }
    .woocommerce form.checkout .bottom .cheque .bonuses {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .woocommerce form.checkout .bottom .cheque .bonuses {
          margin-bottom: 5px; } }
      .woocommerce form.checkout .bottom .cheque .bonuses input[type=range] {
        border: none; }
      .woocommerce form.checkout .bottom .cheque .bonuses__amount {
        margin-bottom: 10px; }
        .woocommerce form.checkout .bottom .cheque .bonuses__amount p {
          display: flex;
          align-items: flex-end;
          font-size: 12px !important;
          color: #575757; }
          .woocommerce form.checkout .bottom .cheque .bonuses__amount p span {
            position: relative;
            display: flex;
            font-size: 20px;
            color: #E4A001;
            font-weight: 900;
            line-height: 1; }
            .woocommerce form.checkout .bottom .cheque .bonuses__amount p span::before {
              content: '';
              width: 18px;
              height: 18px;
              background: url(../img/wallet.svg) no-repeat center center/contain;
              margin: 0 5px 0 10px; }
        .woocommerce form.checkout .bottom .cheque .bonuses__amount.not_login p {
          justify-content: space-between; }
          .woocommerce form.checkout .bottom .cheque .bonuses__amount.not_login p span {
            max-width: 225px;
            align-items: center;
            gap: 20px;
            font-size: 14px; }
            .woocommerce form.checkout .bottom .cheque .bonuses__amount.not_login p span:before {
              display: none; }
    .woocommerce form.checkout .bottom .cheque .amount-details {
      margin-bottom: 20px; }
      .woocommerce form.checkout .bottom .cheque .amount-details__item {
        display: flex;
        justify-content: space-between;
        font-size: 15px; }
        .woocommerce form.checkout .bottom .cheque .amount-details__item span {
          font-weight: 500; }
    .woocommerce form.checkout .bottom .cheque .result__desc {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px; }
      .woocommerce form.checkout .bottom .cheque .result__desc__bonuses, .woocommerce form.checkout .bottom .cheque .result__desc__sale, .woocommerce form.checkout .bottom .cheque .result__desc__total-amount {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        justify-content: space-between;
        text-align: right;
        font-size: 12px;
        color: #575757;
        height: 48px;
        margin: 0;
        padding: 0;
        line-height: 1; }
      .woocommerce form.checkout .bottom .cheque .result__desc__bonuses span {
        display: flex;
        align-items: center;
        position: relative;
        font-size: 20px;
        font-weight: 700;
        color: #E4A001; }
        .woocommerce form.checkout .bottom .cheque .result__desc__bonuses span::before {
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          background: url(../img/wallet.svg) no-repeat center center/contain;
          margin: 0 5px 0 10px; }
      .woocommerce form.checkout .bottom .cheque .result__desc__sale {
        color: #38B636; }
        .woocommerce form.checkout .bottom .cheque .result__desc__sale span {
          font-size: 20px;
          font-weight: 700; }
      .woocommerce form.checkout .bottom .cheque .result__desc__total-amount span {
        font-size: 30px;
        font-weight: 700;
        color: #000; }
    .woocommerce form.checkout .bottom .cheque .result__button {
      margin-bottom: 20px; }
      .woocommerce form.checkout .bottom .cheque .result__button #place_order {
        font-weight: bold;
        font-size: 15px;
        width: 100%;
        border: 1px solid #178997;
        border-radius: 3px;
        background: #178997;
        line-height: 50px;
        color: #fff;
        margin-top: 10px; }
        .woocommerce form.checkout .bottom .cheque .result__button #place_order:hover {
          color: #178997;
          background: transparent; }
.woocommerce form.checkout .left {
  flex: 0 0 500px; }
  @media (max-width: 950px) {
    .woocommerce form.checkout .left {
      flex: auto; } }
  @media (max-width: 750px) {
    .woocommerce form.checkout .left {
      width: 380px;
      margin: 0 auto;
      max-width: 100%; } }
.woocommerce form.checkout .right {
  margin-left: 30px;
  flex: 0 0 368px; }
  @media (max-width: 1199px) {
    .woocommerce form.checkout .right {
      flex: 0 0 368px;
      margin-left: 15px; } }
  @media (max-width: 750px) {
    .woocommerce form.checkout .right {
      margin-left: auto;
      margin-right: auto;
      width: 380px;
      margin-top: 60px;
      max-width: 100%; } }
  .woocommerce form.checkout .right .checkbox_wrap {
    margin: 15px 0; }
  .woocommerce form.checkout .right table.shop_table tfoot th, .woocommerce form.checkout .right table.shop_table tfoot td {
    border: none; }
  .woocommerce form.checkout .right table.shop_table tfoot td {
    text-align: right; }
  .woocommerce form.checkout .right table.shop_table {
    border-collapse: collapse; }
  .woocommerce form.checkout .right table.shop_table tr.order-total {
    border-top: 1px solid #000; }
    .woocommerce form.checkout .right table.shop_table tr.order-total th, .woocommerce form.checkout .right table.shop_table tr.order-total td {
      font-size: 16px;
      font-weight: bold;
      padding-top: 10px; }
    .woocommerce form.checkout .right table.shop_table tr.order-total th {
      text-transform: uppercase; }
.woocommerce form.checkout .woocommerce-invalid input[type="text"], .woocommerce form.checkout .woocommerce-invalid input[type="email"], .woocommerce form.checkout .woocommerce-invalid input[type="tel"], .woocommerce form.checkout .woocommerce-invalid select, .woocommerce form.checkout .woocommerce-invalid .custom-combobox {
  border: 1px solid #a00 !important; }
.woocommerce form.checkout .form-row {
  flex: 0 0 50%;
    /*&.form-row-3 {
      float: left;
      width: 33.333333%;
    }

    &.form-row-4 {
      float: left;
      width: 40%;
    }

    &.form-newline {
      clear: left;
      float: none;
      padding-left: 0 !important;

    }

    &#billing_house_field {
      padding-right: 5px;
    }

    &#billing_korp_field {
      padding-right: 5px;
      padding-left: 5px;
    }

    &#billing_room_field {
      padding-left: 5px;
    }*/ }
  .woocommerce form.checkout .form-row.checkout-subtitle {
    flex: 0 0 100%;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: normal; }
  @media screen and (max-width: 580px) {
    .woocommerce form.checkout .form-row:not(:last-child) {
      margin-bottom: 15px; } }
  .woocommerce form.checkout .form-row input[type="text"], .woocommerce form.checkout .form-row input[type="tel"], .woocommerce form.checkout .form-row input[type="email"], .woocommerce form.checkout .form-row select, .woocommerce form.checkout .form-row .custom-combobox {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0; }
  .woocommerce form.checkout .form-row#billing_country_field .woocommerce-input-wrapper label {
    display: none; }
  .woocommerce form.checkout .form-row .form-row-wide__title {
    width: 100%;
    font-size: 50px;
    font-weight: 400;
    padding-top: 80px;
    margin-bottom: 50px; }
  .woocommerce form.checkout .form-row.form-row-widenumber-1 {
    position: relative;
    /*  &::before {
        content: 'Получатель ';
        grid-area: title;
        width: 100%;
        font-size: 50px;
        font-weight: 400;
        padding-top: 80px;
        margin-bottom: 50px;
      }*/ }
    .woocommerce form.checkout .form-row.form-row-widenumber-1 .required {
      display: none; }
  .woocommerce form.checkout .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%; }
  .woocommerce form.checkout .form-row input {
    /*border-radius: 5px;
    border: 1px solid #AFAFAF !important;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    padding-left: 5px;
    height: 36px;*/ }
@media (max-width: 830px) {
  .woocommerce form.checkout {
    display: block; }
    .woocommerce form.checkout .bottom {
      margin: 0 auto; } }

.woocommerce form .woocommerce-additional-fields {
  margin-top: 50px; }
  .woocommerce form .woocommerce-additional-fields .form-row input[type="text"], .woocommerce form .woocommerce-additional-fields .form-row input[type="tel"], .woocommerce form .woocommerce-additional-fields .form-row input[type="email"], .woocommerce form .woocommerce-additional-fields .form-row select, .woocommerce form .woocommerce-additional-fields .form-row .custom-combobox {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    width: 175px; }

.woocommerce-shipping-fields {
  display: none; }

.coupon .input_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .coupon .input_wrap.certificate_wrap {
    display: none; }
  .coupon .input_wrap::after {
    content: '';
    position: absolute;
    top: 10px;
    color: #D6D6D6;
    display: flex;
    right: 10px;
    justify-content: center;
    align-items: center;
    width: 18px;
    font-size: 10px;
    height: 18px;
    border-radius: 18px;
    border: 1.5px solid #D6D6D6;
    transition: all .3s ease; }
  .coupon .input_wrap.added::after {
    content: "\2714"; }
  .coupon .input_wrap .input-text {
    width: 100%;
    height: 40px;
    font-size: 12px;
    border: 1px dashed #000;
    border-radius: 0;
    display: flex;
    align-items: center; }
    .coupon .input_wrap .input-text::placeholder {
      font-size: 12px;
      color: #858585; }
  .coupon .input_wrap button {
    width: max-content;
    background: none;
    color: #208997 !important;
    font-weight: 900;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    height: 30px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: all .3s ease; }
    .coupon .input_wrap button:hover {
      text-decoration: underline;
      transition: all .25s ease-in-out;
      cursor: pointer; }
  .coupon .input_wrap.hover button {
    opacity: 1;
    z-index: 2; }
  .coupon .input_wrap.hover::after {
    opacity: 0; }
.coupon .certicficate_toggler {
  width: max-content;
  background: none;
  color: #208997 !important;
  font-weight: 900;
  font-size: 12px;
  padding: 0;
  height: 30px;
  display: block;
  transition: all .3s ease; }
  .coupon .certicficate_toggler:hover {
    text-decoration: underline;
    transition: all .25s ease-in-out;
    cursor: pointer; }

.cart_totals .result__desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  .cart_totals .result__desc__bonuses, .cart_totals .result__desc__sale, .cart_totals .result__desc__total-amount {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: space-between;
    text-align: right;
    font-size: 12px;
    color: #575757;
    height: 48px;
    margin: 0;
    padding: 0;
    line-height: 1; }
  .cart_totals .result__desc__bonuses span {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #E4A001; }
    .cart_totals .result__desc__bonuses span::before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background: url(../img/wallet.svg) no-repeat center center/contain;
      margin: 0 5px 0 10px; }
  .cart_totals .result__desc__sale {
    color: #38B636; }
    .cart_totals .result__desc__sale span {
      font-size: 20px;
      font-weight: 700; }
  .cart_totals .result__desc__total-amount span {
    font-size: 30px;
    font-weight: 700;
    color: #000; }
.cart_totals .result__button {
  margin-bottom: 20px; }
  .cart_totals .result__button #place_order {
    font-weight: 200;
    font-size: 15px;
    background: #000;
    width: 100%;
    border-right: 0; }
.cart_totals .result .checkbox_wrap {
  color: #858585;
  font-size: 12px; }
  .cart_totals .result .checkbox_wrap input {
    z-index: 15;
    width: 10px;
    height: 10px; }
  .cart_totals .result .checkbox_wrap a {
    color: #208997;
    font-weight: 700; }
  .cart_totals .result .checkbox_wrap .checkmark {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border-color: #9A9A9A;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7; }
    .cart_totals .result .checkbox_wrap .checkmark::after {
      content: '';
      top: auto;
      left: auto;
      width: 4px;
      height: 4px;
      transform: rotate(0);
      border: none;
      background: #208997; }
.cart_totals .bonuses {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .cart_totals .bonuses {
      margin-bottom: 5px; } }
  .cart_totals .bonuses__amount {
    margin-bottom: 10px; }
    .cart_totals .bonuses__amount p {
      display: flex;
      align-items: flex-end;
      font-size: 12px !important;
      color: #575757; }
      .cart_totals .bonuses__amount p span {
        position: relative;
        display: flex;
        font-size: 20px;
        color: #E4A001;
        font-weight: 900;
        line-height: 1; }
        .cart_totals .bonuses__amount p span::before {
          content: '';
          width: 18px;
          height: 18px;
          background: url(../img/wallet.svg) no-repeat center center/contain;
          margin: 0 5px 0 10px; }
    .cart_totals .bonuses__amount.not_login p {
      justify-content: space-between; }
      .cart_totals .bonuses__amount.not_login p span {
        max-width: 225px;
        align-items: center;
        gap: 20px;
        font-size: 14px; }
        .cart_totals .bonuses__amount.not_login p span:before {
          display: none; }

/*progress support*/
input[type=range].styled-slider {
  padding-left: 0;
  padding-right: 0; }

input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 10px + var(--ratio) * (100% - 10px)); }

input[type=range].styled-slider:focus {
  outline: none; }

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: calc(max((1px - 1px - 1px) * 0.5,0px) - 10px * 0.5); }

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 1px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  background: #EFEFEF;
  box-shadow: none; }

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #e5e5e5;
  border-color: #9a9a9a; }

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #000000;
  border-color: #000000; }

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#000000, #000000) 0/var(--sx) 100% no-repeat, #EFEFEF; }

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#000000, #000000) 0/var(--sx) 100% no-repeat, #e5e5e5; }

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#000000, #000000) 0/var(--sx) 100% no-repeat, #000000; }

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  border: none;
  box-shadow: 0 0 2px black; }

input[type=range].styled-slider::-moz-range-track {
  height: max(calc(1px - 1px - 1px), 0px);
  border: 1px solid #b2b2b2;
  border-radius: 0;
  background: #EFEFEF;
  box-shadow: none; }

input[type=range].styled-slider:hover::-moz-range-track {
  background: #e5e5e5;
  border-color: #9a9a9a; }

input[type=range].styled-slider:active::-moz-range-track {
  background: #000000;
  border-color: #000000; }

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#000000, #000000) 0/var(--sx) 100% no-repeat, #EFEFEF; }

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#000000, #000000) 0/var(--sx) 100% no-repeat, #e5e5e5; }

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#000000, #000000) 0/var(--sx) 100% no-repeat, #000000; }

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent; }

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent; }

input[type=range].styled-slider::-ms-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box; }

input[type=range].styled-slider::-ms-track {
  height: 1px;
  border-radius: 0;
  background: #EFEFEF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
  box-sizing: border-box; }

input[type=range].styled-slider:hover::-ms-track {
  background: #e5e5e5;
  border-color: #9a9a9a; }

input[type=range].styled-slider:active::-ms-track {
  background: #000000;
  border-color: #000000; }

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: max(calc(1px - 1px - 1px), 0px);
  border-radius: 0px 0 0 0px;
  margin: -1px 0 -1px -1px;
  background: #000000;
  border: 1px solid #b2b2b2;
  border-right-width: 0; }

.bonuses-redeemer .amount-details__item {
  margin-bottom: 9px;
  font-size: 12px !important;
  align-items: flex-end; }
  .bonuses-redeemer .amount-details__item span {
    font-size: 15px; }
  .bonuses-redeemer .amount-details__item a {
    font-size: 12px;
    color: #208997 !important; }
.bonuses-redeemer__range {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none; }
  .bonuses-redeemer__range::-webkit-slider-thumb {
    -webkit-appearance: none; }
.bonuses-used {
  border-bottom: 1px solid #000;
  display: inline-block;
  gap: 9px; }
  .bonuses-used:after {
    content: "";
    display: inline-block;
    width: 20px;
    background-size: contain;
    height: 20px;
    background-image: url(../img/wallet.svg); }

.woocommerce form.checkout .cheque {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  min-width: 325px;
  height: max-content;
  border: 1px solid #C4C4C4;
  padding: 30px; }
  @media screen and (max-width: 756px) {
    .woocommerce form.checkout .cheque {
      max-width: 100%;
      min-width: auto; } }
  @media screen and (max-width: 425px) {
    .woocommerce form.checkout .cheque {
      padding: 0;
      border: none; } }
  .woocommerce form.checkout .cheque .coupon {
    margin-bottom: 10px; }
    .woocommerce form.checkout .cheque .coupon label {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 10px; }
    .woocommerce form.checkout .cheque .coupon .input_wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-bottom: 10px; }
      .woocommerce form.checkout .cheque .coupon .input_wrap.certificate_wrap {
        display: none; }
      .woocommerce form.checkout .cheque .coupon .input_wrap::after {
        content: '';
        position: absolute;
        top: 10px;
        color: #D6D6D6;
        display: flex;
        right: 10px;
        justify-content: center;
        align-items: center;
        width: 18px;
        font-size: 10px;
        height: 18px;
        border-radius: 18px;
        border: 1.5px solid #D6D6D6;
        transition: all .3s ease; }
      .woocommerce form.checkout .cheque .coupon .input_wrap.added::after {
        content: "\2714"; }
      .woocommerce form.checkout .cheque .coupon .input_wrap .input-text {
        width: 100%;
        height: 40px;
        font-size: 12px;
        border: 1px dashed #000;
        border-radius: 0;
        display: flex;
        align-items: center; }
        .woocommerce form.checkout .cheque .coupon .input_wrap .input-text::placeholder {
          font-size: 12px;
          color: #858585; }
      .woocommerce form.checkout .cheque .coupon .input_wrap button {
        width: max-content;
        background: none;
        color: #208997 !important;
        font-weight: 900;
        font-size: 12px;
        padding: 0;
        height: 30px;
        opacity: 0;
        z-index: -1;
        position: absolute;
        top: 5px;
        right: 10px;
        transition: all .3s ease; }
        .woocommerce form.checkout .cheque .coupon .input_wrap button:hover {
          text-decoration: underline;
          transition: all .25s ease-in-out;
          cursor: pointer; }
      .woocommerce form.checkout .cheque .coupon .input_wrap.hover button {
        opacity: 1;
        z-index: 2; }
      .woocommerce form.checkout .cheque .coupon .input_wrap.hover::after {
        opacity: 0; }
    .woocommerce form.checkout .cheque .coupon .certicficate_toggler {
      width: max-content;
      background: none;
      color: #208997 !important;
      font-weight: 900;
      font-size: 12px;
      padding: 0;
      height: 30px;
      display: block;
      transition: all .3s ease; }
      .woocommerce form.checkout .cheque .coupon .certicficate_toggler:hover {
        text-decoration: underline;
        transition: all .25s ease-in-out;
        cursor: pointer; }
  .woocommerce form.checkout .cheque .bonuses {
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .woocommerce form.checkout .cheque .bonuses {
        margin-bottom: 5px; } }
    .woocommerce form.checkout .cheque .bonuses__amount {
      margin-bottom: 10px; }
      .woocommerce form.checkout .cheque .bonuses__amount p {
        display: flex;
        align-items: flex-end;
        font-size: 12px !important;
        color: #575757; }
        .woocommerce form.checkout .cheque .bonuses__amount p span {
          position: relative;
          display: flex;
          font-size: 20px;
          color: #E4A001;
          font-weight: 900;
          line-height: 1; }
          .woocommerce form.checkout .cheque .bonuses__amount p span::before {
            content: '';
            width: 18px;
            height: 18px;
            background: url(../img/wallet.svg) no-repeat center center/contain;
            margin: 0 5px 0 10px; }
      .woocommerce form.checkout .cheque .bonuses__amount.not_login p {
        justify-content: space-between; }
        .woocommerce form.checkout .cheque .bonuses__amount.not_login p span {
          max-width: 225px;
          align-items: center;
          gap: 20px;
          font-size: 14px; }
          .woocommerce form.checkout .cheque .bonuses__amount.not_login p span:before {
            display: none; }
  .woocommerce form.checkout .cheque .amount-details {
    margin-bottom: 25px; }
    .woocommerce form.checkout .cheque .amount-details__item {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 20px;
      color: #111111; }
      .woocommerce form.checkout .cheque .amount-details__item span {
        font-weight: 500; }
      .woocommerce form.checkout .cheque .amount-details__item:last-child {
        font-size: 22px;
        border-top: 1px solid #ccc;
        padding-top: 16px; }
  .woocommerce form.checkout .cheque .result__desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .woocommerce form.checkout .cheque .result__desc__bonuses, .woocommerce form.checkout .cheque .result__desc__sale, .woocommerce form.checkout .cheque .result__desc__total-amount {
      display: flex;
      flex-direction: column;
      align-content: flex-end;
      justify-content: space-between;
      text-align: right;
      font-size: 12px;
      color: #575757;
      height: 48px;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .woocommerce form.checkout .cheque .result__desc__bonuses span {
      display: flex;
      align-items: center;
      position: relative;
      font-size: 20px;
      font-weight: 700;
      color: #E4A001; }
      .woocommerce form.checkout .cheque .result__desc__bonuses span::before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background: url(../img/wallet.svg) no-repeat center center/contain;
        margin: 0 5px 0 10px; }
    .woocommerce form.checkout .cheque .result__desc__sale {
      color: #38B636; }
      .woocommerce form.checkout .cheque .result__desc__sale span {
        font-size: 20px;
        font-weight: 700; }
    .woocommerce form.checkout .cheque .result__desc__total-amount span {
      font-size: 30px;
      font-weight: 700;
      color: #000; }
  .woocommerce form.checkout .cheque .result__button {
    margin-bottom: 20px; }
    .woocommerce form.checkout .cheque .result__button #place_order {
      font-weight: bold;
      font-size: 15px;
      width: 100%;
      border: 1px solid #178997;
      border-radius: 3px;
      background: #178997;
      line-height: 50px;
      color: #fff;
      margin-top: 0; }
      .woocommerce form.checkout .cheque .result__button #place_order:hover {
        color: #178997;
        background: transparent; }

.woocommerce-cart .cart-collaterals .cart_totals {
  background: none;
  border: 1px solid #C4C4C4;
  padding: 35px; }

.bonuses input[type=range] {
  border: none; }

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] {
  display: none !important; }

.payment_box {
  display: none !important; }

.payment_method_rbspayment img {
  display: none !important; }

.woocommerce-checkout input[type="radio"] {
  display: none; }
.woocommerce-checkout input[type="radio"] + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  color: var(--wplb-text-color-gray);
  display: flex;
  align-items: center; }
.woocommerce-checkout input[type="radio"] + label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.woocommerce-checkout input[type="radio"] + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  background-color: var(--wplb-color-darker);
  border-radius: 50%; }
.woocommerce-checkout input[type="radio"]:checked + label {
  color: var(--wplb-text-color-dark); }
.woocommerce-checkout input[type="radio"]:checked + label:after {
  opacity: 1; }
.woocommerce-checkout input[type="radio"]:checked + label:before {
  border-color: var(--wplb-color-darker);
  border-width: 1px; }

.products-filter__option[data-value="misc"] {
  display: none; }

.woocommerce-shipping-methods .woocommerce-Price-amount {
  margin-left: 7px; }
.woocommerce-shipping-methods li {
  padding: 4px 0; }

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  border: none; }

.address-field label {
  font-size: 24px !important;
  font-weight: 500;
  margin-top: 50px; }
  .address-field label abbr {
    display: none; }


.woocommerce-loop-product__title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 50px; 
    
}

.vog-shipping {
    margin-top: 50px;
    display:none;
}
.vog-comment{
    display:none;
}
.vog-payment{
    margin-top: 50px;
    display: none;
}
.woocommerce-checkout form.checkout h3 {
  font-size: 24px;
  margin-bottom: 25px; }

.woocommerce-checkout form.checkout .form-row label {
  margin-bottom: 21px; }

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  padding-top: 5px;
  padding-bottom: 5px; }

.woocommerce-checkout h3:after, .woocommerce-checkout #billing_city_field label:after, .woocommerce-checkout .shipping-title:after, .woocommerce-checkout #billing_country_field label:after {
  content: '*';
  display: inline-block;
  color: #B81C23; }

.line-progress__container {
  min-height: 35px; }
  .line-progress__container .line {
    width: 100%;
    height: 6px;
    margin-bottom: 7px;
    background: #D6D6D6; }
    .line-progress__container .line__progress {
      width: 60%;
      height: 100%;
      background: #45B61D; }
  .line-progress__container .desc {
    font-size: 15px;
    text-align: left; }
    .line-progress__container .desc b {
      font-weight: 700; }

.cart-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px; }

.button.emptycart {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--wplb-background-color-dark);
  color: var(--wplb-color-lighter);
  white-space: nowrap;
  text-decoration: none;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  border-radius: 3px;
  text-transform: none;
  border: none;
  margin-top: 20px; }

.woocommerce-checkout form.checkout .form-row {
  margin: 0 0 5px 0; }

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label.hidden-radio:before,
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label.hidden-radio:after {
  display: none; }

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label.hidden-radio {
  padding-left: 0; }

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_urgent {
  padding: 10px 0; }

.vog-shipping-date {
  margin-top: 25px; }

.billing_notice {
  font-size: 14px; }

.woocommrece-cart-content {
  display: flex;
  align-items: stretch; }
  @media (max-width: 950px) {
    .woocommrece-cart-content {
      display: block; } }

.woocommerce-cart .woocommerce-cart-form {
  float: none;
  width: 100%;
  flex: 0 0 66%; }

.woocommerce-cart .cart-collaterals-wrap {
  float: none;
  width: 100%;
  flex: 0 0 34%; }

.woocommerce-cart .cart-collaterals {
  float: none;
  width: 100%; }

@media (max-width: 767px) {
  .woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
    float: none;
    width: 100%;
    padding: 0; } }
#customer_details {
  margin-bottom: 40px; }

.woocommerce-order-received .page-header__title {
  display: none; }

.mfp-wrap {
  z-index: 200000; }

.popup-search {
  position: relative;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  margin-top: -30vh; }
  .popup-search .mfp-close {
    display: none; }
  .popup-search label {
    color: #fff; }

.popup-search .smart-search-results.has-viewall-button {
  width: 100% !important; }

.smart-search-view-all-holder > a {
  height: 45px;
  line-height: 45px; }

.autocomplete-no-suggestion {
  color: #000; }

.frm-search .checks {
  display: flex;
  justify-content: space-around;
  align-items: flex-start; }
.frm-search .input-wrap {
  position: relative;
  margin-top: 30px; }
  .frm-search .input-wrap input {
    border-radius: 3px;
    background: #fff;
    border: none;
    line-height: 48px;
    color: #000;
    width: 100%;
    padding-left: 10px; }
  .frm-search .input-wrap button {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    border: none;
    cursor: pointer;
    background: url(../img/submit-search.png) no-repeat center center;
    width: 16px; }

.search-results .frm-search, .search-no-results .frm-search {
  width: 650px;
  max-width: 100%;
  margin-top: 85px; }
  .search-results .frm-search .checks, .search-no-results .frm-search .checks {
    justify-content: flex-start; }
    .search-results .frm-search .checks .checkbox_wrap, .search-no-results .frm-search .checks .checkbox_wrap {
      margin-right: 120px; }
    @media (max-width: 750px) {
      .search-results .frm-search .checks, .search-no-results .frm-search .checks {
        flex-direction: column; }
        .search-results .frm-search .checks .checkbox_wrap, .search-no-results .frm-search .checks .checkbox_wrap {
          margin-bottom: 10px; } }
  .search-results .frm-search .input-wrap input, .search-no-results .frm-search .input-wrap input {
    border: 1px solid #BCBCBC;
    line-height: 46px; }
.search-results .results-count, .search-no-results .results-count {
  margin-top: 10px;
  margin-bottom: 40px; }
.search-results p, .search-no-results p {
  margin-bottom: 20px; }
.search-results .items, .search-no-results .items {
  padding-bottom: 60px; }

.popup {
  position: relative;
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 50px; }
  @media (max-width: 750px) {
    .popup {
      padding-left: 10px;
      padding-right: 10px; } }
  .popup .mfp-close {
    font-size: 0;
    background: url(../img/popup-close.png) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1; }
  .popup form {
    width: 365px;
    max-width: 100%;
    font-size: 14px;
    margin: 0 auto; }
  .popup h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center; }
  .popup .field {
    margin-bottom: 15px; }
    .popup .field input[type="text"], .popup .field input[type="email"], .popup .field input[type="password"] {
      width: 100%;
      border: 1px solid #9a9a9a;
      border-radius: 3px;
      font-size: 14px;
      line-height: 34px;
      padding: 0 10px; }
    .popup .field textarea {
      width: 100%;
      border: 1px solid #9a9a9a;
      border-radius: 3px;
      font-size: 14px;
      padding: 5px 10px;
      height: 100px; }
    .popup .field.field-rating {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 250px;
      margin: 0 auto; }
      .popup .field.field-rating label {
        margin: 0; }
      .popup .field.field-rating .rating {
        margin: 0; }
  .popup .links {
    text-align: center;
    margin: 0 50px;
    margin-top: 30px; }
  .popup .buttons {
    text-align: center;
    margin-top: 30px; }
    .popup .buttons .button {
      display: inline-block;
      font-size: 12px;
      color: #fff;
      background: #000;
      border-radius: 3px;
      line-height: 46px;
      text-transform: uppercase;
      text-align: center;
      width: 232px;
      border: 1px solid #000; }
      .popup .buttons .button:hover {
        color: #000;
        background: #fff; }
  .popup .addr_item {
    position: relative;
    padding: 12px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    width: 100%; }
    .popup .addr_item .info {
      padding-left: 25px; }

.popup-message {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.popup-order {
  width: 1030px;
  padding: 40px 50px;
  position: relative; }
  @media (max-width: 750px) {
    .popup-order {
      padding: 15px; } }
  .popup-order h2 {
    text-align: left; }
  .popup-order .status {
    position: absolute;
    top: 50px;
    right: 50px; }
    .popup-order .status label {
      font-weight: bold; }
  .popup-order .tbl-view-order-mob {
    display: none;
    margin-bottom: 30px; }
    .popup-order .tbl-view-order-mob .item {
      border: 1px solid #c2c2c2;
      padding: 10px;
      margin-bottom: 10px; }
      .popup-order .tbl-view-order-mob .item .top {
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 5px; }
        .popup-order .tbl-view-order-mob .item .top .name {
          font-size: 15px;
          font-weight: bold; }
        .popup-order .tbl-view-order-mob .item .top .sku {
          font-size: 12px; }
      .popup-order .tbl-view-order-mob .item .info {
        display: flex;
        padding: 15px 0; }
        .popup-order .tbl-view-order-mob .item .info .thumb {
          display: block;
          width: 115px;
          height: 115px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          vertical-align: middle;
          flex: 0 0 115px; }
          @media (max-width: 750px) {
            .popup-order .tbl-view-order-mob .item .info .thumb {
              width: 84px;
              height: 84px;
              flex: 0 0 84px; } }
        .popup-order .tbl-view-order-mob .item .info table {
          flex-grow: 1;
          margin-left: 20px; }
          @media (max-width: 750px) {
            .popup-order .tbl-view-order-mob .item .info table {
              margin-left: 10px; } }
          .popup-order .tbl-view-order-mob .item .info table td:last-child {
            text-align: right; }
          .popup-order .tbl-view-order-mob .item .info table td {
            padding: 5px 0; }
            @media (max-width: 750px) {
              .popup-order .tbl-view-order-mob .item .info table td {
                padding: 0; } }
      .popup-order .tbl-view-order-mob .item .total {
        font-size: 16px;
        text-align: right;
        padding-top: 5px;
        border-top: 1px solid #c2c2c2; }
    @media (max-width: 1199px) {
      .popup-order .tbl-view-order-mob {
        display: block; } }
  .popup-order .tbl-view-order {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .popup-order .tbl-view-order {
        display: none; } }
    .popup-order .tbl-view-order th {
      font-size: 14px;
      background: #f4f4f4;
      text-align: center;
      font-weight: 200;
      padding: 10px; }
      .popup-order .tbl-view-order th:first-child {
        text-align: left;
        padding-left: 35px; }
    .popup-order .tbl-view-order td {
      text-align: center;
      border-top: 1px solid #e9e9e9;
      border-bottom: 1px solid #e9e9e9;
      padding: 10px; }
      .popup-order .tbl-view-order td:first-child {
        text-align: left;
        border-left: 1px solid #e9e9e9; }
      .popup-order .tbl-view-order td:last-child {
        border-right: 1px solid #e9e9e9; }
    .popup-order .tbl-view-order .thumb {
      display: inline-block;
      width: 80px;
      height: 80px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      vertical-align: middle; }
    .popup-order .tbl-view-order .info {
      display: inline-block;
      vertical-align: middle;
      width: 180px;
      margin-left: 20px; }
      .popup-order .tbl-view-order .info .name {
        font-weight: bold; }
      .popup-order .tbl-view-order .info .sku {
        font-size: 12px; }
  .popup-order .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 750px) {
      .popup-order .bottom {
        flex-direction: column-reverse; } }
    .popup-order .bottom .left {
      flex: 0 0 450px; }
      @media (max-width: 750px) {
        .popup-order .bottom .left {
          padding-top: 20px;
          flex: auto; } }
      .popup-order .bottom .left p {
        margin-bottom: 10px;
        text-align: left; }
      .popup-order .bottom .left label {
        font-weight: bold;
        margin: 0; }
    .popup-order .bottom .right {
      flex: 0 0 230px; }
      @media (max-width: 750px) {
        .popup-order .bottom .right {
          flex: auto; } }
      .popup-order .bottom .right .order-total-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .popup-order .bottom .right .order-total-row .val {
          margin-left: 10px;
          text-align: right; }
          .popup-order .bottom .right .order-total-row .val .shipped_via {
            display: none; }
        .popup-order .bottom .right .order-total-row.order_total {
          font-weight: bold;
          font-size: 16px;
          margin-top: 5px;
          padding-top: 5px;
          border-top: 1px solid #000; }
      .popup-order .bottom .right .bonuses {
        margin-top: 30px; }
      .popup-order .bottom .right .actions {
        margin-top: 30px; }

.popup-order-cancel {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 45px;
  width: 495px; }
  .popup-order-cancel form {
    margin: 0;
    width: 100%; }
  .popup-order-cancel h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px; }
  .popup-order-cancel .reason {
    margin-bottom: 10px; }

.popup-analogs, .popup-favourites {
  width: 1030px;
  text-align: center; }
  .popup-analogs em, .popup-favourites em {
    font-style: normal; }
  .popup-analogs .products-list, .popup-favourites .products-list {
    width: 870px;
    max-width: 100%;
    margin: 0 auto; }

.popup-upload-ava {
  padding: 40px;
  text-align: center; }
  .popup-upload-ava .btn {
    margin-top: 30px;
    width: 200px;
    display: inline-block; }

.subscribe_info {
  text-align: center; }

.subscribe_error {
  text-align: center;
  color: #cc0000; }

.dalli_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999998; }

.dalli_popup {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  right: 10%;
  bottom: 10%;
  background: #fff;
  border: 1px solid #000;
  z-index: 999999; }
  @media (max-width: 820px) {
    .dalli_popup {
      width: 90%;
      margin-left: 0;
      left: 5%; } }
  .dalli_popup #dalli_map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.btn_dalli_select, .btn-select-point {
  border: 1px solid #178997;
  border-radius: 3px;
  background: #178997;
  color: #fff;
  padding: 7px 13px;
  margin: 10px;
  display: inline-block; }
  .btn_dalli_select:hover, .btn-select-point:hover {
    color: #178997;
    background: transparent; }

.btn_dalli_select {
  background: #000;
  border: 1px solid #000;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  width: 100%; }
  .btn_dalli_select:hover {
    color: #000; }

.btn-select-point {
  margin-top: 30px; }

body.woocommerce-checkout {
  /* with multiple calendars */
  /* RTL support */
  /* Icons */
  /* Component containers
  ----------------------------------*/
  /* Interaction states
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* Icons
  ----------------------------------*/
  /* states and images */ }
  body.woocommerce-checkout .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-prev,
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-prev-hover,
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-prev span,
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  body.woocommerce-checkout .ui-datepicker select.ui-datepicker-month,
  body.woocommerce-checkout .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  body.woocommerce-checkout .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  body.woocommerce-checkout .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  body.woocommerce-checkout .ui-datepicker td {
    border: 0;
    padding: 1px; }
  body.woocommerce-checkout .ui-datepicker td span,
  body.woocommerce-checkout .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  body.woocommerce-checkout .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  body.woocommerce-checkout .ui-datepicker.ui-datepicker-multi {
    width: auto; }
  body.woocommerce-checkout .ui-datepicker-multi .ui-datepicker-group {
    float: left; }
  body.woocommerce-checkout .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
  body.woocommerce-checkout .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
  body.woocommerce-checkout .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
  body.woocommerce-checkout .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
  body.woocommerce-checkout .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  body.woocommerce-checkout .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  body.woocommerce-checkout .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
  body.woocommerce-checkout .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0; }
  body.woocommerce-checkout .ui-datepicker-rtl {
    direction: rtl; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  body.woocommerce-checkout .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
  body.woocommerce-checkout .ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em; }
  body.woocommerce-checkout .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  body.woocommerce-checkout .ui-widget .ui-widget {
    font-size: 1em; }
  body.woocommerce-checkout .ui-widget input,
  body.woocommerce-checkout .ui-widget select,
  body.woocommerce-checkout .ui-widget textarea,
  body.woocommerce-checkout .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  body.woocommerce-checkout .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5; }
    body.woocommerce-checkout .ui-widget.ui-widget-content.ui-datepicker {
      padding: 0;
      border: none; }
  body.woocommerce-checkout .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333; }
  body.woocommerce-checkout .ui-widget-content a {
    color: #333333; }
  body.woocommerce-checkout .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold; }
  body.woocommerce-checkout .ui-widget-header a {
    color: #333333; }
  body.woocommerce-checkout .ui-state-default,
  body.woocommerce-checkout .ui-widget-content .ui-state-default,
  body.woocommerce-checkout .ui-widget-header .ui-state-default,
  body.woocommerce-checkout .ui-button,
  body.woocommerce-checkout html .ui-button.ui-state-disabled:hover,
  body.woocommerce-checkout html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545; }
  body.woocommerce-checkout .ui-state-default a,
  body.woocommerce-checkout .ui-state-default a:link,
  body.woocommerce-checkout .ui-state-default a:visited,
  body.woocommerce-checkout a.ui-button,
  body.woocommerce-checkout a:link.ui-button,
  body.woocommerce-checkout a:visited.ui-button,
  body.woocommerce-checkout .ui-button {
    color: #454545;
    text-decoration: none; }
  body.woocommerce-checkout .ui-state-hover,
  body.woocommerce-checkout .ui-widget-content .ui-state-hover,
  body.woocommerce-checkout .ui-widget-header .ui-state-hover,
  body.woocommerce-checkout .ui-state-focus,
  body.woocommerce-checkout .ui-widget-content .ui-state-focus,
  body.woocommerce-checkout .ui-widget-header .ui-state-focus,
  body.woocommerce-checkout .ui-button:hover,
  body.woocommerce-checkout .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b; }
  body.woocommerce-checkout .ui-state-hover a,
  body.woocommerce-checkout .ui-state-hover a:hover,
  body.woocommerce-checkout .ui-state-hover a:link,
  body.woocommerce-checkout .ui-state-hover a:visited,
  body.woocommerce-checkout .ui-state-focus a,
  body.woocommerce-checkout .ui-state-focus a:hover,
  body.woocommerce-checkout .ui-state-focus a:link,
  body.woocommerce-checkout .ui-state-focus a:visited,
  body.woocommerce-checkout a.ui-button:hover,
  body.woocommerce-checkout a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none; }
  body.woocommerce-checkout .ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6; }
  body.woocommerce-checkout .ui-state-active,
  body.woocommerce-checkout .ui-widget-content .ui-state-active,
  body.woocommerce-checkout .ui-widget-header .ui-state-active,
  body.woocommerce-checkout a.ui-button:active,
  body.woocommerce-checkout .ui-button:active,
  body.woocommerce-checkout .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff; }
  body.woocommerce-checkout .ui-icon-background,
  body.woocommerce-checkout .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff; }
  body.woocommerce-checkout .ui-state-active a,
  body.woocommerce-checkout .ui-state-active a:link,
  body.woocommerce-checkout .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none; }
  body.woocommerce-checkout .ui-state-highlight,
  body.woocommerce-checkout .ui-widget-content .ui-state-highlight,
  body.woocommerce-checkout .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620; }
  body.woocommerce-checkout .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90; }
  body.woocommerce-checkout .ui-state-highlight a,
  body.woocommerce-checkout .ui-widget-content .ui-state-highlight a,
  body.woocommerce-checkout .ui-widget-header .ui-state-highlight a {
    color: #777620; }
  body.woocommerce-checkout .ui-state-error,
  body.woocommerce-checkout .ui-widget-content .ui-state-error,
  body.woocommerce-checkout .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f; }
  body.woocommerce-checkout .ui-state-error a,
  body.woocommerce-checkout .ui-widget-content .ui-state-error a,
  body.woocommerce-checkout .ui-widget-header .ui-state-error a {
    color: #5f3f3f; }
  body.woocommerce-checkout .ui-state-error-text,
  body.woocommerce-checkout .ui-widget-content .ui-state-error-text,
  body.woocommerce-checkout .ui-widget-header .ui-state-error-text {
    color: #5f3f3f; }
  body.woocommerce-checkout .ui-priority-primary,
  body.woocommerce-checkout .ui-widget-content .ui-priority-primary,
  body.woocommerce-checkout .ui-widget-header .ui-priority-primary {
    font-weight: bold; }
  body.woocommerce-checkout .ui-priority-secondary,
  body.woocommerce-checkout .ui-widget-content .ui-priority-secondary,
  body.woocommerce-checkout .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }
  body.woocommerce-checkout .ui-state-disabled,
  body.woocommerce-checkout .ui-widget-content .ui-state-disabled,
  body.woocommerce-checkout .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }
  body.woocommerce-checkout .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }
  body.woocommerce-checkout .ui-icon {
    width: 16px;
    height: 16px; }
  body.woocommerce-checkout .ui-icon,
  body.woocommerce-checkout .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png"); }
  body.woocommerce-checkout .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png"); }
  body.woocommerce-checkout .ui-state-hover .ui-icon,
  body.woocommerce-checkout .ui-state-focus .ui-icon,
  body.woocommerce-checkout .ui-button:hover .ui-icon,
  body.woocommerce-checkout .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png"); }
  body.woocommerce-checkout .ui-state-active .ui-icon,
  body.woocommerce-checkout .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png"); }
  body.woocommerce-checkout .ui-state-highlight .ui-icon,
  body.woocommerce-checkout .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png"); }
  body.woocommerce-checkout .ui-state-error .ui-icon,
  body.woocommerce-checkout .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png"); }
  body.woocommerce-checkout .ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png"); }

table.shop_table tbody tr:not(:last-child) {
  border-bottom: none; }

table.shop_table tbody tr:last-child {
  border-top: 1px solid #ccc; }
  table.shop_table tbody tr:last-child th, table.shop_table tbody tr:last-child td {
    font-size: 22px !important;
    padding-top: 18px !important; }

.woocommerce-cart-form__cart-item.is_gift, .woocommerce-mini-cart-item.is_gift {
  border-top: 1px solid #CD1B1B !important;
  border-bottom: 1px solid #CD1B1B !important; }

.woocommerce-mini-cart-item.is_gift {
  padding: 15px 0 !important; }

@media (max-width: 767px) {
  .woocommerce-cart table.shop_table td.product-thumbnail {
    padding-top: 25px; }

  .woocommerce-cart table.shop_table td.product-content {
    padding-top: 25px; } }
.main-navigation.department-menu a {
  font-size: 12px; }

select:focus {
  background-image: none; }

.site-content {
  padding-top: 47px;
  padding-bottom: 70px; }

.page-header__title {
  padding-top: 50px;
  padding-bottom: 0; }

section.aboutus-mob {
  background: #f4f4f4;
  color: #000; }
  section.aboutus-mob > .container > .row {
    background: url(../img/bg_about2.png) no-repeat 50px 50px;
    padding-top: 50px; }
  section.aboutus-mob h2, section.aboutus-mob .h2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 50px; }
  section.aboutus-mob p {
    font-size: 14px; }
  section.aboutus-mob .quote {
    font-size: 15px;
    font-style: italic;
    padding: 45px 90px;
    padding-right: 45px;
    padding-bottom: 40px;
    background: url(../img/quote.png) no-repeat #e6e6e6;
    background-position: 20px 25px;
    margin-top: 30px; }
    section.aboutus-mob .quote p {
      text-align: left; }
  section.aboutus-mob .btn {
    /*border-color: #e5a309;
    background-color: #e5a309;

    &:hover {
      color: #e5a309;
      background: none;
    }*/
    background-color: #178997;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #178997;
    padding: 0 25px;
    font-size: 12px;
    line-height: 47px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    section.aboutus-mob .btn:hover {
      opacity: 0.7; }
  section.aboutus-mob .buttons {
    margin-top: 30px;
    margin-bottom: 40px; }
  section.aboutus-mob .vg_title {
    font-family: Blacksword, sans-serif;
    text-align: left;
    position: relative;
    font-size: 30px; }
    section.aboutus-mob .vg_title:after {
      display: block;
      content: ' ';
      border-top: 1px solid #000;
      width: 144px;
      margin-right: auto;
      margin-left: 0;
      margin-top: 5px; }
  section.aboutus-mob .firstimg {
    float: right;
    width: 290px;
    border: 15px solid #fff;
    margin-left: 30px;
    margin-bottom: 30px; }
    @media (max-width: 750px) {
      section.aboutus-mob .firstimg {
        margin: 0; } }
  section.aboutus-mob .secondimg {
    float: left;
    width: 260px;
    border: 15px solid #fff;
    margin-right: 20px; }

section.aboutus-mob {
  padding-bottom: 60px;
  display: none; }
  @media (max-width: 1199px) {
    section.aboutus-mob {
      display: block; } }
  @media (max-width: 750px) {
    section.aboutus-mob {
      display: none; } }
  section.aboutus-mob.mob2 {
    display: none;
    /*.btn {
      border: 1px solid #e5a309;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }*/ }
    @media (max-width: 750px) {
      section.aboutus-mob.mob2 {
        display: block; } }
    section.aboutus-mob.mob2 h2, section.aboutus-mob.mob2 .h2 {
      margin-bottom: 30px;
      text-align: center; }
    section.aboutus-mob.mob2 p {
      text-align: center; }
    section.aboutus-mob.mob2 .firstimg, section.aboutus-mob.mob2 .secondimg {
      float: none;
      width: 100%;
      height: auto; }
    section.aboutus-mob.mob2 .quote p {
      text-align: left; }
    section.aboutus-mob.mob2 .buttons {
      text-align: center; }
    section.aboutus-mob.mob2 .readmore {
      font-size: 14px;
      color: #178997; }
      section.aboutus-mob.mob2 .readmore:before {
        content: ' ';
        display: inline-block;
        background: url(../img/readmore.png) no-repeat center center;
        width: 23px;
        height: 23px;
        vertical-align: middle;
        margin-right: 10px; }

section.aboutus {
  background: #f4f4f4;
  padding-bottom: 40px;
  color: #000; }
  section.aboutus > .container > .row {
    background: url(../img/bg_about.png) no-repeat center 50px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    section.aboutus > .container > .row .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
  section.aboutus h2, section.aboutus .h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      section.aboutus h2, section.aboutus .h2 {
        font-size: 26px; } }
  section.aboutus p {
    font-size: 14px; }
  section.aboutus .quote {
    font-size: 14px;
    font-style: italic;
    padding: 45px 90px;
    padding-right: 45px;
    padding-bottom: 40px;
    max-width: 480px;
    background: url(../img/quote.png) no-repeat #e6e6e6;
    background-position: 20px 25px;
    margin-top: 30px; }
  section.aboutus .btn {
    background-color: #178997;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #178997;
    padding: 0 25px;
    font-size: 12px;
    line-height: 47px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    section.aboutus .btn:hover {
      opacity: 0.7; }
  section.aboutus .buttons {
    max-width: 480px;
    text-align: center; }
  section.aboutus .readmore {
    font-size: 14px;
    color: #178997; }
    section.aboutus .readmore:before {
      content: ' ';
      display: inline-block;
      background: url(../img/readmore.png) no-repeat center center;
      width: 23px;
      height: 23px;
      vertical-align: middle;
      margin-right: 10px; }
  section.aboutus .vg_title {
    font-family: Blacksword, sans-serif;
    text-align: right;
    position: relative;
    font-size: 30px; }
    @media (max-width: 1199px) {
      section.aboutus .vg_title {
        text-align: left; } }
    section.aboutus .vg_title:after {
      display: block;
      content: ' ';
      border-top: 1px solid #000;
      width: 144px;
      margin-left: auto;
      margin-right: 36px;
      margin-top: 5px; }
      @media (max-width: 1199px) {
        section.aboutus .vg_title:after {
          margin-right: auto;
          margin-left: 0; } }
  section.aboutus .left {
    padding-top: 20px; }
    section.aboutus .left h2, section.aboutus .left .h2 {
      margin-bottom: 30px;
      margin-top: 20px; }
      @media (max-width: 1199px) {
        section.aboutus .left h2, section.aboutus .left .h2 {
          margin-bottom: 50px; } }
    section.aboutus .left p {
      max-width: 475px; }
    section.aboutus .left .buttons {
      margin-top: 30px;
      margin-bottom: 80px; }
  section.aboutus .right {
    padding-top: 43px; }
    section.aboutus .right .firstimg {
      float: right;
      clear: both;
      margin-right: 0;
      margin-bottom: 35px; }
      @media (max-width: 1199px) {
        section.aboutus .right .firstimg {
          width: 260px;
          border: 15px solid #fff; } }
    section.aboutus .right h2, section.aboutus .right .h2 {
      margin-top: 40px;
      clear: both;
      margin-bottom: 54px; }
    section.aboutus .right p {
      padding-left: 50px;
      margin-right: -30px; }
    section.aboutus .right .quote {
      margin-left: 45px;
      margin-right: -30px;
      max-width: 100%; }
      section.aboutus .right .quote p {
        padding-left: 0; }
    section.aboutus .right .buttons {
      margin-top: 40px;
      max-width: 100%;
      margin-right: -30px;
      margin-left: 30px;
      margin-bottom: 40px; }

section.aboutus {
  padding-bottom: 60px; }
  @media (max-width: 1199px) {
    section.aboutus {
      display: none !important; } }

.signature {
  font-family: Blacksword, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin-top: 15px;
  color: #212529; }

.quote, .vg_title {
  color: #212529; }

.section-subscribe {
  background: #000;
  padding: 16px 0;
  margin-top: 100px; }

@media (max-width: 1199px) {
  .section-subscribe {
    margin-top: 60px; } }
.section-subscribe .text {
  color: #fff;
  font-size: 18px;
  max-width: 450px;
    
}

@media (max-width: 1199px) {
  .section-subscribe .text {
    text-align: center;
    margin-bottom: 10px; 
    max-width: max-content;

  } }
@media (max-width: 750px) {
  .section-subscribe .text {
    font-size: 16px; } }
.section-subscribe .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

@media (max-width: 1199px) {
  .section-subscribe .container {
    flex-direction: column; } }
.frm_subscribe {
  display: flex;
  position: relative;
  height: 47px;
  justify-content: space-between;
  flex: 0 0 690px;
  margin-left: 30px; }
  
.frm_subscribe p{
    margin:0;
    display:flex;
}
@media (max-width:750px){
.frm_subscribe p{
    flex-direction:column;
    justify-content:center;
}    
}
.frm_subscribe input[type="submit"]{
  height: 47px;
  max-height:47px;
  flex: 0 0 125px;
  background: #178997;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 47px;
  border: none;
  border-radius: 3px; 
}
@media (max-width: 1199px) {
  .frm_subscribe {
    flex: auto;
    width: 689px;
    max-width: 100%;
    margin-left: 0; } }
@media (max-width: 750px) {
  .frm_subscribe {
    flex-direction: column;
    height: auto;
    width: 275px; } }
.frm_subscribe input[type="text"] {
  max-width:275px;
  max-height:45px;
  flex: 0 0 275px;
  margin-right: 7px;
  line-height: 45px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  background-color: #fff;
  background-size: 27px 27px;
  border-radius: 3px; }

@media (max-width: 750px) {
  .frm_subscribe input[type="text"] {
    flex: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-right: 0; } }
.frm_subscribe input[type="email"] {
  max-width:275px;
  max-height:47px;
  flex: 0 0 275px;
  margin-right: 7px;
  line-height: 45px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  padding-left: 15px;
  background-color: #fff;
  background-size: 27px 27px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

@media (max-width: 750px) {
  .frm_subscribe input[type="email"] {
    flex: auto;
    margin-bottom: 20px;
    margin-right: 0; } }


@media (max-width: 750px) {
  .frm_subscribe button {
    flex: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; } }
.frm_subscribe button:hover {
  opacity: 0.7; }

.woocommerce-cart .section-subscribe {
  margin-top: 13px; }

.single-post .section-subscribe {
  margin-top: 102px; }

.tax-product_category .section-subscribe {
  margin-top: 65px; }

.single-product .section-subscribe {
  margin-top: 32px; }

.colortext {
  color: #FF5487; }

.woocommerce-cart .cart-collaterals .shop_table tr th,
.woocommerce-cart .cart-collaterals .shop_table tr td {
  padding-top: 10px;
  padding-bottom: 18px; }

.elementor-widget-text-editor {
  font-family: Montserrat, sans-serif; }

.woocommerce-review__published-date {
  display: none !important; }
  


.merchant-svg-icon svg {
  /*width: auto !important;
  height: auto !important;*/ }

/*# sourceMappingURL=style.css.map */
.wpcf7-response-output{
    max-width:739px;
    color:#fff;
    margin:5px 0 0 !important;
    border-color: #FF5487 !important;
}

.payment_method_yookassa_widget img{
    display: none  !important;
}
.payment_method_yookassa_sbp img{
    display: none  !important;
}
.payment_method_yookassa_epl img{
    display: none  !important;
}
#billing_city_field{
    display:none !important;
}

#billing_stateru_field{
    display:none !important;
}

.frm_subscribe button{
    background: #178997;
}