.bxm-set-head *, .bxm-set-body * {
  box-sizing: border-box;
}

.bxm-set-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

.bxm-set-container--head {
  max-width: 1024px;
}

@media (max-width: 1023px) {
  .bxm-set-container--head {
    max-width: 356px;
  }
}

.bxm-set-container--products {
  max-width: 1276px;
}

.bxm-set-container--footer {
  max-width: 766px;
}

@media (max-width: 765px) {
  .bxm-set-container--footer {
    max-width: 356px;
  }
}

.bxm-set-body .jq-selectbox__select {
  display: none !important;
}

/**/

.bxm-set-head {
  width: 100%;
  margin: 70px 0 0;
}

@media (max-width: 1023px) {
  .bxm-set-head {
    margin: 0;
  }
}

.bxm-set-title {
  border-top: 1px solid #261305;
  text-align: center;
  text-transform: uppercase;
  font-family: "Minion Pro", serif;
  letter-spacing: 0.03em;
  color: #000000;
  padding: 37px 0 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .bxm-set-title {
    padding: 17px 0 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

/**/

.bxm-set-body {
  background-color: #F6F3EE;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .bxm-set-body {
    padding: 20px 0;
  }
}

/**/

.bxm-set-products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1275px) {
  .bxm-set-products {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.bxm-set-product {
  position: relative;
  display: flex;
  justify-content: flex-start;
  background-color: #FFFFFF;
  border: 1px solid #ECEAE6;
  flex-direction: column;
  align-items: stretch;
  width: 380px;
}

@media (max-width: 1275px) {
  .bxm-set-product {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}

.bxm-set-product-close {
  position: absolute;
  z-index: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  color: #D9D9D9;
  right: 10px;
  top: 16px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1275px) {
  .bxm-set-product-close {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
  }
}

.bxm-set-product-close:hover {
  color: #261305;
}

.bxm-set-product-link-img {
  display: block;
  text-decoration: none;
  border: none;
  margin: 19px 0 36px;
}

@media (max-width: 1275px) {
  .bxm-set-product-link-img {
    margin: 8px 0;
  }
}

.bxm-set-product-img {
  border: none;
  object-fit: contain;
  width: 100%;
  height: 314px;
}

@media (max-width: 1275px) {
  .bxm-set-product-img {
    width: 112px;
    height: 140px;
  }
}

.bxm-set-product-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 60px 39px;
}

@media (max-width: 1275px) {
  .bxm-set-product-info {
    margin: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

.bxm-set-product-link-name {
  position: relative;
  text-decoration: none;
  border: none;
  color: #261305;
  font-family: "Minion Pro", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 4px;
}

.bxm-set-product-link-name:hover {
  color: #AF8E56;
}

@media (min-width: 1276px) {
  .bxm-set-product-link-name {
    width: 100%;
    height: 40px;
  }

  .bxm-set-product-link-name span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 1275px) {
  .bxm-set-product-link-name {
    margin-right: 10px;
    align-self: stretch;
  }
}

.bxm-set-product-article {
  color: #261305;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 24px;
}

.bxm-set-product-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1275px) {
  .bxm-set-product-detail {

  }
}

.bxm-set-product-price-old {
  text-align: left;
  font-family: "Avenir Next", sans-serif;
  letter-spacing: 0.03em;
  color: #261305;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.bxm-set-product-price {
  text-align: left;
  font-family: "Minion Pro", serif;
  letter-spacing: 0.03em;
  color: #261305;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.bxm-set-product-size--right {
  position: relative;
}

.bxm-set-product-size--right svg {
  position: absolute;
  top: 15px;
  right: 7px;
  pointer-events: none;
  color: #AF8E56;
}

.bxm-set-product-size {
  height: 30px !important;
  width: 56px !important;
  line-height: 32px !important;
  opacity: 1 !important;
  padding: 0 14px !important;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  font-family: "Minion Pro", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  color: #AF8E56;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**/

.bxm-set-plus {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #AF8E56;
}

@media (max-width: 1275px) {
  .bxm-set-plus {
    height: 30px;
  }
}

/**/

.bxm-set-footer {
  border: 1px solid #ECEAE6;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 40px 0 0;
  padding: 19px 29px 19px 39px;
}

@media (max-width: 1023px) {
  .bxm-set-footer {
    margin: 20px 0 0;
  }
}

@media (max-width: 765px) {
  .bxm-set-footer {
    padding: 21px 11px 21px 9px;
  }
}

.bxm-set-price-old {
  text-align: left;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #261305;
}

.bxm-set-price-old--left {
  display: block;
}


@media (max-width: 765px) {
  .bxm-set-price-old--left {
    /*display: none;*/
  }
}

.bxm-set-price {
  text-align: left;
  font-family: "Minion Pro", serif;
  letter-spacing: 0.03em;
  color: #261305;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
}

@media (max-width: 765px) {
  .bxm-set-price {
    font-size: 24px;
    line-height: 32px;
  }
}

.bxm-set-economy {
  font-family: "Avenir Next", sans-serif;
  color: #AF8E56;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 20px;
}

.bxm-set-economy::before {
  content: attr(data-text);
}

.bxm-set-economy--left {
  text-align: left;
  display: none;
}

.bxm-set-economy--center {
  text-align: center;
  display: block;
}

@media (max-width: 765px) {
  .bxm-set-economy {
    letter-spacing: normal;
    font-size: 10px;
    line-height: 12px;
  }

  .bxm-set-economy--left {
    display: block;
  }

  .bxm-set-economy--center {
    display: none;
  }
}

.bxm-set-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #AF8E56;
  padding: 8px 12px;
  min-width: 260px;
  min-height: 60px;
  background-color: #AF8E56;
  color: #FFFFFF;
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 765px) {
  .bxm-set-buy {
    min-width: 170px;
    min-height: 38px;
    font-size: 12px;
  }
}

.bxm-set-buy:hover {
  color: #AF8E56;
  background-color: #FFFFFF;
}