.btn-primary {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 32px;
  border-radius: 4px;
  font-weight: 400;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c93;
}

.btn-transparent {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: rgb(244, 237, 237);
  color: #000;
  font-size: 16px;
  line-height: 32px;
  border-radius: 4px;
  font-weight: 400;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #c93;
  border-color: #c93;
}
.btn-transparent.active{
  background-color: #c93;
  color: #fff;
  border-color: #c93;
}
.bg-hover-red:hover{
  background-color: red !important;
  color: #fff !important;
}


.btn-white {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.btn-white:hover {
  border-color: #cc9933;
  color: #cc9933;
}

.base-input--header-search {
  padding: 10px 30px 8px 40px;
  opacity: 0;
  font-family: "OrchideaPro-Regular";
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: opacity .2s ease-in .1s, -webkit-transform .2s ease-in .1s;
  transition: opacity .2s ease-in .1s, -webkit-transform .2s ease-in .1s;
  transition: opacity .2s ease-in .1s, transform .2s ease-in .1s;
  transition: opacity .2s ease-in .1s, transform .2s ease-in .1s, -webkit-transform .2s ease-in .1s;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 14px;
  color: #000;
  max-width: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.base-input--header-search.active {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in .1s, -webkit-transform .2s ease-in .1s;
  transition: opacity .2s ease-in .1s, -webkit-transform .2s ease-in .1s;
  transition: opacity .2s ease-in .1s, transform .2s ease-in .1s;
  transition: opacity .2s ease-in .1s, transform .2s ease-in .1s, -webkit-transform .2s ease-in .1s;
  max-width: 600px;
}

.product-about-fastbuy-btn {
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 12px;
  padding: 5px;
  color: #c93;
  border: 1px solid #c93;
  border-radius: 4px;
  line-height: 32px;
  display: inline-block;
  background: transparent;
  width: 100%;
}

.product-about-basket-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  padding: 5px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-about-basket-btn .btn-basket-icon {
  width: 20px;
  height: 24px;
}

.product-about-basket-btn span {
  margin-left: 10px;
}

.btn-item-counter {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #8c8c8c;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #000;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  background: transparent !important;
}

.btn-item-counter span {
  margin-bottom: 2px;
  line-height: 0;
  display: block;
}

.item-counter-input {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center;
}

.base-input--light {
  font-size: 14px;
  line-height: 32px;
  padding: 8px 8px;
  border-color: #d6d6d6;
  border-radius: 0;
  width: 100%;
}

.btn-promocode-block-icon {
  width: 6px;
  height: 12px;
  margin-left: 12px;
}

.svg-icon {
  display: inline-block;
}

.btn-radio-label {
  position: relative;
  display: block;
  padding: 0 0 0 36px;
  cursor: pointer;
}

.btn-radio-icon {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #777;
  border-radius: 50%;
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}

.btn-radio-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.btn-radio:checked + .btn-radio-label .btn-radio-icon {
  border-color: #333;
}

.btn-radio:checked + .btn-radio-label .btn-radio-icon::after {
  opacity: 1;
}

.btn-radio-label-sub-title, .btn-radio-label-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "OrchideaPro-Regular";
}

.btn-radio-label-sub-title {
  color: #8c8c8c;
  font-size: 14px;
}

.base-textarea {
  resize: none;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  width: 100%;
  padding: 14px;
}

.btn-primary--payment {
  width: 100%;
  max-width: 310px;
  margin-bottom: 20px;
  padding: 8px 20px;
}

.btn-primary--thin {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.accordion-item-history{
  border-top: 1px solid rgb(223, 226, 229) !important;
}
.accordion-item-history:last-child{
  border-top: 0 !important;
}

.btn-primary--thin:hover {
  border: 1px solid #c93;
  color: #c93;
}


.history-list ul{
  display: flex;
}
.history-list li{
  flex-grow: 1;
  width: 100%;
  max-width: 280px;
}
.history-list li:first-child{
  padding-left: 10px;
}
.accordion-item-history .accordion-header ul{
  display: flex;
  width: 100%;

}
.accordion-item-history .accordion-button::after{
  position: absolute;
  right: 10px;
}
.accordion-item-history .accordion-header ul li{
  flex-grow: 1;
  width: 100%;
  max-width: 280px;
}
.accordion-item-history .accordion-header ul li:first-child{
  padding-left: 10px;
}

.accordion-item-history .accordion-body{
  padding-left: 10px !important;
}
.accordion-item-history .accordion-body p{
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.accordion-item-history .accordion-body p span{
  padding-left: 6px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.accordion-item-history .accordion-body img{
  max-width: 80px;
  max-height: 80px;
}
.accordion-item-history_body-history{
  margin-top: 25px;
  border-bottom: 1px solid rgb(223, 226, 229);
  padding-bottom: 10px;

}
.accordion-item-history_body-history:last-child{
  border-bottom: none;
}
/*# sourceMappingURL=btn.css.map */