/* === DL BASKET === */
.tablebodytext { display: none !important; }

.mainpageService__list{
	padding-bottom:60px;
}

.products{
	padding-bottom:60px;
}

.pc-cartgroup__basket {
  position: relative;
}
.pc-cartgroup__basket-product {
  position: absolute;
  right: 0;
  top: 120%;
  z-index: 100;
  min-width: 388px;

  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 1rem;

  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s;
  -moz-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
}
.pc-cartgroup__basket:hover .pc-cartgroup__basket-product {
  visibility: visible;
  opacity: 1;
}
.pc-cartgroup__basket-item + .pc-cartgroup__basket-item {
  margin-top: 0.75rem;
}
.pc-cartgroup__basket-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-cartgroup__basket-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 60px;
}
.pc-cartgroup__basket-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 0.75rem;
}
.img-box--basket {
  max-width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.img-box--basket .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.pc-cartgroup__basket-name {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.pc-cartgroup__basket-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc-cartgroup__basket-flex--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc-cartgroup__basket-price,
.pc-cartgroup__basket-summ {
  font-size: 14px;
  line-height: 18px;
}

.pc-cartgroup__basket-del {
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin-left: 0.25rem;
  display: block;
  opacity: 0.25;

  -webkit-transition: opacity 0.35s;

  -o-transition: opacity 0.35s;

  -moz-transition: opacity 0.35s;

  transition: opacity 0.35s;
}
.pc-cartgroup__basket-del:hover {
  opacity: 0.95;
}
.pc-cartgroup__basket-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.pc-cartgroup__basket-total {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 20px;
}
.pc-cartgroup__basket-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pc-cartgroup__basket-cartlink {
  display: inline-block;
  margin-left: 0.75rem;
}
.pc-cartgroup__basket-orderlink {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s;
}
.pc-cartgroup__basket-orderlink:hover {
  background-color: #d9d9d9;
  color: #333;
}
/* === END DL BASKET === */

/* === DL PRICE LIST === */
.price-list {
  padding-left: 0;
  padding-right: 0;
}
.price-list__headline {
  margin-top: 0;
}

.price-list__search-box {
  display: flex;
  margin-bottom: 1.125rem;
  width: 100%;
  max-width: 390px;
}
.price-list__search-input {
  border-radius: 10px 0 0 10px;
}
.price-list__search-btn {
  min-width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
}
.price-list__search-icon {
  fill: #fff;
  width: 17px;
  height: 17px;
}

.price-list__table {
  border-collapse: collapse;
  width: 100%;
}
.price-list__table th,
.price-list__table td {
  border: 1px solid #d0cfcf;
  padding: 10px;
  text-align: center;
}
.price-list th:first-child,
.price-list td:first-child {
  text-align: left;
}
.price-list__table h3 {
  margin: 0;
}

.price-list__btn {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #f32020;
}
.price-list__btn:hover {
  text-decoration: underline;
}
.price-list__btn,
.price_col {
  white-space: nowrap;
}

.price-list__search-result-box {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1;

  border-radius: 10px;
  background-color: #fff;
  max-width: fit-content;
  max-height: 250px;
  overflow: hidden;

  box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.12);
  visibility: hidden;
}
.price-list__search-result-box.show {
  visibility: visible;
}

#price_search_result {
  width: 100%;
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
}
#price_search_result div {
  padding: 0.8rem;
  /* white-space: nowrap; */
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 22px;
}
#price_search_result div:hover {
  background-color: #f32020;
  color: #fff;
}

.price-list__icon_close{
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  fill: #A29A97;
  transform: rotate(90deg)
}

@media screen and (max-width: 756px) {
  .price-list__headline {
    font-size: 18px;
    line-height: 20px;
  }
  .price-list__table-box {
    max-width: 100%;
    overflow-x: auto;
  }
  .price-list__table th,
  .price-list__table td {
    font-size: 12px;
    line-height: 14px;
  }
}
/* === END DL PRICE LIST === */

/* === DL SERVICE GALLERY === */
.service-gallery-grid {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.service-gallery-item {
  flex: 0 0 25%;
  padding: 0 5px;
}
.service-gallery-box {
  display: block;
  max-width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s;
}
.service-gallery-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  transition: opacity 0.25s;
}
.service-gallery-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.service-gallery-box:hover::after {
  opacity: 0;
}
.service-gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* === END DL SERVICE GALLERY === */

.up-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 100;
  width: 48px;
  height: 48px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.up-btn--hide {
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s;
  -moz-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
}

.up-btn--show {
  opacity: 1;
  visibility: visible;
}

.up-btn__icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: #fff;
}
.footer__phone a {
  display: block;
}
.footer__phone a + a {
  margin-top: 10px;
}

.dateilProduct_price-container{
  display: flex;
  align-items: center;

}

.detailProduct__old-price{
  margin-left: 12px;
  font-size: 21px;
  text-decoration: line-through;
  color: #606060;
  font-weight: 400;
}

.detailProduct__price{
  color: #000;
}

.price-flex{
  display: flex;
  align-items: center;
}

.price-text{
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
	.up-btn {
    right: 10px;
    bottom: 75px;
    width: 36px;
    height: 36px;
  }
  .up-btn__icon {
    width: 14px;
    height: 14px;
  }
  .price-list__search-result-box { max-width: 100%; }
}

.order-info h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}
.order-info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}