.product-card-btns {
  margin: 0 0 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 12px 21px 14px;
}
.product-card-btns * {
  box-sizing: border-box;
}
.product-card-btns .product-price {
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
  align-items: baseline;
}
.product-card-btns .price-current {
  color: #313131;
  font-size: 14px;
}
.product-card-btns .price-current strong {
  font-size: 21px;
}
.product-card-btns .price-old span {
  font-size: 12px;
  color: #999999;
}
.product-card-btns .price-old span strong {
  font-size: 16px;
  text-decoration: line-through;
}
.product-card-btns .price-old span:after {
  display: none;
}
.product-card-btns-in {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-card-btns-in .product-amount-wr {
  flex: 1 0 0;
  max-width: 142px;
}
.product-card-btns-in .product-amount-wr .amount-title, .product-card-btns-in .product-amount-wr .clearfix {
  display: none;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount {
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
  display: flex;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button {
  width: 38px;
  height: 34px;
  font-size: 0;
  box-shadow: none;
  text-shadow: none;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.amount-minus {
  background: url(minus.svg) 50% no-repeat;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.amount-minus:hover {
  background: #5C8FBD url(minus2.svg) 50% no-repeat;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.amount-minus:active {
  background: #1660a1 url(minus2.svg) 50% no-repeat;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.amount-plus {
  background: url(plus.svg) 50% no-repeat;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.amount-plus:hover {
  background: #5C8FBD url(plus2.svg) 50% no-repeat;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.amount-plus:active {
  background: #1660a1 url(plus2.svg) 50% no-repeat;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount button.disabled {
  pointer-events: none;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount input {
  height: 34px;
  color: #313131;
  font-size: 14px;
  width: calc(100% - 76px);
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.product-card-btns-in .product-amount-wr .shop2-product-amount input.blue {
  color: #1660a1;
}
.product-card-btns-in .add-to-cart .shop2-product-btn {
  width: 142px;
  height: 36px;
  background: #cd3123;
  box-shadow: none;
  border-radius: 5px;
  padding: 0;
  text-align: center;
}
.product-card-btns-in .add-to-cart .shop2-product-btn span {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: inline-flex;
  height: 100%;
  text-align: left;
  padding: 0 0 0 35px;
  background: url(cart1.svg) 0 50%/25px no-repeat;
  align-items: center;
}
.product-card-btns-in .add-to-cart .shop2-product-btn:hover {
  background: #DC6E65;
}
.product-size {
  flex: 0 0 150px;
}
.product-size select {
  display: none;
}
.product-size-select {
  position: relative;
}
.product-size-select.open .product-size-list {
  display: block;
}
.product-size-list {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  display: none;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}
.product-size-list .product-size-list-in {
  padding: 2px 0;
  overflow: auto;
  max-height: 314px;
}
.product-size-list .product-size-list-in div {
  cursor: pointer;
  font-size: 14px;
  color: #434242;
  padding: 8px 13px;
  line-height: 1;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-size-list .product-size-list-in div:hover, .product-size-list .product-size-list-in div.selected {
  color: #fff;
  background: #1660a1;
}
.product-size-title {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  padding: 8px 30px 0 13px;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.product-size-title:before {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 11px;
  height: 7px;
  background: url(ar.svg) 50% no-repeat;
  display: block;
  content: "";
  transform: translateY(-50%);
}
.product-size-title.product-size-title-alone {
  padding-right: 15px;
  cursor: auto;
}
.product-size-title.product-size-title-alone:before {
  display: none;
}
.product-size-main-title {
  color: #999;
  font-size: 13px;
  margin: 0 0 5px;
  line-height: 1;
  text-align: left;
  display: none;
}
.product-price-popup-wrap {
  margin: 0 0 15px;
  position: relative;
  display: inline-block;
}
.product-price-popup-title {
  color: #313131;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-price-popup-title i {
  width: 24px;
  height: 24px;
  background: url(info.svg) 50%/contain no-repeat;
  cursor: pointer;
}
.product-price-popup {
  position: absolute;
  text-align: center;
  color: #767676;
  font-size: 14px;
  background: #f2e6cf;
  width: 170px;
  padding: 10px;
  z-index: 3;
  bottom: 100%;
  left: 100%;
  margin-left: -10px;
  border-radius: 10px;
  display: none;
}
.product-card-right {
  overflow: visible;
}
.popup-phone {
  padding: 3px 0 6px;
  font-size: 15px;
}
.popup-phone a {
  text-decoration: none;
  color: #767676;
}
.popup-mail a {
  font-size: 15px;
}
.buy-btn {
  display: none;
}
@media (min-width: 769px) {
  .product-card {
    display: flex;
    align-items: flex-start;
  }
  .product-card-right {
    flex: 1 0 0;
    max-width: calc(100% - 365px);
  }
}
@media (max-width: 1120px) and (min-width: 1025px) {
  .product-size {
    flex: initial;
    width: 100%;
  }
  .product-size-list .product-size-list-in div {
    max-width: 100%;
  }
  .product-size-title {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .product-size {
    flex: 1 0 0;
    width: 100%;
  }
  .product-size-title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .buy-btn.active {
    display: inline-block;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 78px;
    width: 142px;
    height: 36px;
    background: #cd3123;
    box-shadow: none;
    border-radius: 0 0 5px 5px;
    padding: 0;
    text-align: center;
  }
  .buy-btn.active span {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    display: inline-flex;
    height: 100%;
    text-align: left;
    /*padding: 0 0 0 35px;
		    background: url(cart1.svg) 0 50% / 25px no-repeat;*/
    align-items: center;
  }
}
@media (max-width: 768px) and (min-width: 701px) {
  .product-size-list {
    max-width: 100%;
  }
  .product-size-list .product-size-list-in div {
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .product-size {
    flex: initial;
    width: 100%;
    order: 3;
    text-align: center;
  }
  .product-size-list .product-size-list-in div {
    max-width: 100%;
    white-space: normal;
  }
  .product-size-title {
    max-width: 100%;
    padding-right: 13px;
    text-align: left;
    /*&:before {
			display: none;
		}*/
  }
  .product-size-list {
    max-width: 100%;
  }
  .product-size-main-title {
    display: block;
  }
}
@media (max-width: 425px) {
  .product-card-btns-in .product-amount-wr, .add-to-cart {
    max-width: none;
    flex: 1;
  }
  .product-card-btns-in .add-to-cart .shop2-product-btn {
    width: 100%;
  }
  .product-price-popup {
    left: auto;
    right: 0;
    margin: 0 -73px 0 0;
  }
}
.folder-links .folder-links__item a {
  height: 100%;
  gap: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.folder-links .folder-links__item a .ic {
  flex: 0 0 auto;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
}
.folder-links .folder-links__item a .ic img, .folder-links .folder-links__item a .ic svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .folder-links .folder-links__item a .ic {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
  }
}
.folder-links .folder-links__item a:hover .ic svg {
  fill: #fff;
}
.folder-links .folder-links__item a:hover .ic svg path {
  fill: #fff;
}
