.t_datepicker__today {
  color: #AFAFAF !important;
  opacity: .4 !important;
  pointer-events: none !important;
}
.t_datepicker__today.t_datepicker__selected-day:hover::before,
.t_datepicker__today.t_datepicker__selected-day::before {
  display: none !important;
  opacity: .4 !important;
  pointer-events: none !important;
}

.t_datepicker__day-cell.t_datepicker__current-month.t_datepicker__today.t_datepicker__selected-day.t_datepicker__day-cell--disabled {
  color: #000 !important;
  opacity: 0.4;
}
/*****для корзины*****/
.dop-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dop-product-img {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.dop-product-title {
  margin-bottom: 20px;
}
.dop-product.dpsv{
    display:none;
    font-family: 'Tenorsans',Arial,sans-serif;
    font-size: 18px;
}
.dop-product-optiont {
  text-align: center;
  background-color: #585942;
  color: #fff;
  padding: 7px;
    cursor: pointer;
      transition: all .3s ease-in-out;

}
.dop-product-optiont:hover {
  background-color: #6f814e;
  transition: all .3s ease-in-out;
}
.dop-product-descriptions {
  margin: 10px 0;
}

.svech {
  display: flex;
  flex-direction: column;
}

.dop-product-descriptions {
  /*padding-bottom: 10px;*/
  font-weight: bold;
  font-size: 13px;
  min-height: 35px;
}
.option-1{
          margin-top: auto;
}
.option-1, .option-2 {
  font-weight: bold;
}
.dop-product-option {
  margin-bottom: 8px;
  font-size: 11px;
}
.t706__product:not(.t706__product:has(.t706__cartwin-prodamount-price)) .t706__product-minus,
.t706__product:not(.t706__product:has(.t706__cartwin-prodamount-price)) .t706__product-plus{
    opacity: 0;
  pointer-events: none;
    
}
.t706__product-quantity{
    pointer-events: none;  
}
.t706__cartwin-content:has([href*="http://gurmanfoodsurgut.ru/box/"]) .dop-product.dpsv{
      display: initial;
}


@media(min-width:640px){
.dop-product-list {
  grid-template-columns: repeat(3, 1fr);
}
}




