/* .section#welcome .section-inner {
  padding: 100px 0 250px;
} */
h1.section-title.initial-text {
  text-transform: none;
}
.triger-btn {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 25px;
}
.section-title.center-text {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}
.catalog-btn {
  margin: 50px auto;
}
.parallax {
  width: 100%;
  height: 400px;
  background: url("./../img/dinamic.gif");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.page-have-form .button,
.page-have-form .btn {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  background: #710707;
  border-radius: 10px;
  padding: 24px 64px;
  font-family: "Lora", "Montserrat";
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: 0.5s;
  display: flex;
  margin: auto;
}
.page-have-form .button:hover,
.page-have-form .btn:hover {
  background-color: var(--hover-color) !important;
}
.basket-checkout-container,
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact,
.bx-soa-cart-total {
  border: 1px solid #000;
  border-radius: 0;
}
.bx-ss-icon {
  background-image: none;
  width: 24px;
  height: 24px;
}
.bx-ss-icon.facebook {
  background-color: #fff;
}
div.bx-auth-serv-icons a {
  margin: 0;
  background-color: #1877f2;
  transition: background-color 0.3s ease;
}
div.bx-auth-serv-icons a:hover {
  border: 0;
  background-color: var(--hover-color);
}
a.button:focus {
  /*color: #fff!important;*/
}
.bx-sbb-empty-cart-desc {
  padding: 10px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
}
.bx-sbb-empty-cart-desc a {
  color: var(--bordo);
  font-weight: 500;
}

.popup-window-titlebar-text {
  color: var(--bg-dark);
  font-size: 22px;
}

.basket-btn-checkout,
.add-cart,
.bx-red .btn.btn-default,
.page-have-form .btn {
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
}
.btn {
  cursor: pointer;
}
.btn:hover {
  background-color: var(--hover-color) !important;
}
.basket-coupon-block-field input {
  max-width: 150px;
}
.basket-coupon-block-coupon-btn {
  color: #fff !important;
  border: none;
  background: #710707 !important;
  font-family: "Lora", "Montserrat";
  position: relative;
  z-index: 2;
  transition: background-color 0.5s ease;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 300;
}
.basket-coupon-block-coupon-btn::after {
  content: "Применить";
}
.basket-coupon-block-coupon-btn:hover {
  background-color: var(--hover-color) !important;
}
.form-group {
  display: flex;
}
.basket-checkout-block-total-title,
.basket-coupon-block-total-price-current {
  display: flex;
  font-family: var(--h-font);
  max-width: max-content;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1.65px;
  font-weight: 700;
}
.basket-checkout-section-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.basket-item-price-difference,
.basket-coupon-block-total-price-difference,
.basket-item-price-title {
  font-family: "Lora", "Montserrat";
  font-weight: 300;
  font-size: 11px;
}

.instagram.header-icon {
  background-image: none;
}
.basket-item-info-name,
.basket-item-info-name-link,
.bx-soa-item-title a {
  margin: 0;
  padding: 0 20px 0 0;
  color: #2f3435;
  text-decoration: none;
  word-break: break-all;
  word-break: break-word;
  font-family: var(--h-font), Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  transition: 300ms all ease;
}
.alert.alert-success {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  background: var(--accentShade1);
  color: var(--accentShade4);
}
.alert-warning {
  background: var(--secondaryShade1);
  color: var(--secondaryShade5);
}

.personal-order-list {
  margin-top: 40px;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-size: 32px;
  line-height: 37px;
  color: #030303;
}
.bx-soa-section-title {
}
.order-last-page {
  margin-top: 50px;
}
.alert-description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
.sale_order_full_table {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.alert.alert-danger {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  background: var(--accent3Shade1);
  color: var(--bordo);
}

/* BASKET CART start */

.basket-items-list-item-price-for-one {
  padding-right: 10px;
}

.basket-item-block-amount.disabled {
  border: 3px solid #c3c3c3;
}
.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  background-color: #c3c3c3;
}
.basket-item-block-amount.disabled .basket-item-amount-filed {
  background-color: #fff;
  color: #c9c9c9;
}

.footer-information {
  display: flex;
  justify-content: space-between;
}
.popup-window .popup-window-content p {
  display: none;
}
.block-container.footer-information p {
  display: block;
}

@media (max-width: 1024px) {
  .bx-step-opacity {
    margin-top: 50px;
  }
  .basket-item-info-name,
  .basket-item-info-name-link,
  .bx-soa-item-title a {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .basket-item-block-price {
    height: 105px;
    /*width: 60px;*/
  }
}
@media (max-width: 767px) {
  .basket-items-list-item-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .basket-items-list-item-descriptions-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .basket-items-list-item-descriptions-inner .basket-item-block-image {
    order: 2;
  }
  .basket-items-list-item-descriptions-inner .basket-item-block-info {
    order: 1;
    text-align: center;
  }
  .basket-item-block-amount {
    margin: 15px auto;
  }
  .basket-item-price-title {
    margin-left: 8px;
    font-size: 14px;
  }
  td.basket-items-list-item-remove {
    padding: 0 !important;
  }
  .basket-items-list-item-remove,
  .basket-items-list-item-remove {
    margin-left: auto !important;
  }
}
@media (max-width: 580px) {
  .non-visible-mobile {
    display: none !important;
  }
  .basket-item-price-current-text {
    font-size: 24px;
  }
  .basket-item-image {
    margin: 0;
  }
  .basket-item-block-image {
    margin-bottom: 0;
  }
  .basket-items-list-item-amount {
    padding-bottom: 0;
  }
}
