.dash a {
  background: #f6aa1c;
  text-align: center;
  padding: 10px;
  color: #000000;
  display: block;
  border-bottom: 1px solid #c07d00;
}
.dash a:hover {
  background: #621708;
  color: #ffffff;
}
.edit__product {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #737373;
  text-decoration: underline;
  margin: 10px 0 0;
}
.edit__product:hover {
  color: #941b0c;
  text-decoration: none;
}
.category_id {
  background: #eaeaea;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 12px;
  color: #858585;
}
.stock__item:before,
.about__hpslide:after {
  display: none;
}
.product__item-img {
  overflow: hidden;
}
.fix_otrez {
  width: 100% !important;
}
.fix_otrez .radiotabs-btn {
  width: calc(100% / 3 - 10px);
}
.old_price .bold {
  color: red;
  text-decoration: line-through;
}
.old_price_item {
  color: red;
  text-decoration: line-through;
}
.product__imagedetail-slider {
  border-left: 0px;
}

@media (min-width: 992px) {
  .product__item-img:hover .product__widths .wp_item {
    transition:
      transform 0.2s ease,
      opacity 0.2s ease; 
    transform: translateX(-20px); 
    opacity: 0; 
  }

  .product__item-img .product__widths .wp_item {
    transition:
      transform 0.2s ease,
      opacity 0.2s ease; 
    transform: translateX(0); 
    opacity: 1; 
  }

  
  .product__item-img:hover .product__widths .wp_item:nth-child(1) {
    transition-delay: 0s; 
  }

  .product__item-img:hover .product__widths .wp_item:nth-child(2) {
    transition-delay: 0.1s; 
  }

  .product__item-img:hover .product__widths .wp_item:nth-child(3) {
    transition-delay: 0.2s; 
  }

  .product__item-img:hover .product__widths .wp_item:nth-child(4) {
    transition-delay: 0.3s; 
  }
}

.mt80i {
  margin-top: 80px !important;
}

@media (max-width: 992px) {
  .about__hpslide,
  .about__hpslider,
  .about__hpslide-img {
    height: auto;
  }
}

.btn-dark-grey {
  background-color: #e7eaf3 !important;
}
.btn.btn-dark-grey:hover {
  background: #f6aa1c !important;
  border-color: #f6aa1c !important;
  color: #fff !important;
}

.mt36i {
  padding-top: 36px !important;
}
.mb36i {
  padding-bottom: 36px !important;
}

.cont_desc {
  background: #f3f5fb;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
}

.btn.btn-primary {
  color: #2e2300;
}

.get_contacts {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.get_contacts img {
  width: 16px;
  opacity: 0.5;
}
.get_contacts img:hover {
  opacity: 1;
}
.popup__alert-addfavorite,
.popup__alert-addtocart {
  color: #2e2300;
}

.kover_price .product__price-tab {
  width: auto;
}
.kover_price .price_true .bold {
  margin-right: 6px;
}

.product__table-tooltip_text {
  color: #2e2300;
  font-weight: 500;
}

.product__item_catid_9 .product__item-pricetype {
  width: 100%;
}

.notice_message {
  background: #951b0c;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.product__price-tab.opt span.bold {
  font-size: 22px;
  margin-right: 4px;
}

.nav-cat-color {
  margin-left: -7px;
  border-radius: 120px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border: none;
}

@media (min-width: 991.9px) {
  .notice_message.hide-mobile {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .header__top-phone .btn {
    height: 40px;
  }
}

@media (max-width: 1359.9px) {
  .header__menu li {
    margin-right: 18px;
  }
}

@media (max-width: 991.9px) {
  .stock__item {
    min-height: 0;
    border: 0;
  }
  .notice_message.show-mobile {
    display: block !important;
  }
  .notice_message.hide-mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .notice_message {
    font-size: 12px;
  }
}

.description.content ul {
  background: white;
  padding: 20px;
  border-radius: 14px;
}
.description.content img {
  margin-bottom: 20px;
}

.big_price_card {
}
.product__item-priceblock {
  height: 50px;
}
.old_price_item {
  margin-bottom: 2px;
}
