#callendarDeliveryInfo {
  margin-bottom: 0 !important;
}
#callendarDeliveryInfo .custom-radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  user-select: none;
  border: 1px solid #979797;
  border-radius: 50%;
  background: #fff;
}
#callendarDeliveryInfo input[type=radio],
#callendarDeliveryInfo input[type=checkbox] {
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px !important;
  background: 0 0;
  top: 0;
  margin: 0;
  outline: 0;
  border: 0 !important;
  padding: 0;
}
#callendarDeliveryInfo .custom-radio input + span {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #24b9d7;
  transform: scale(0);
  transition: 0.2s all ease;
}
#callendarDeliveryInfo .custom-radio input:checked + span {
  transform: scale(1);
}
#callendarDeliveryInfo .lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  top: 6px;
}
#callendarDeliveryInfo .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 20px 6px 0;
  border: 6px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
#callendarDeliveryInfo .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#callendarDeliveryInfo .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#callendarDeliveryInfo .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#productDeliveryInfoAddDate {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
#productDeliveryInfoAddDate .pdi-selected-value {
  font-weight: 600;
}
#productDeliveryInfoAddDate #dateDelivery h3 {
  margin-bottom: 0;
}
#productDeliveryInfoAddDate #callendarSlider .owl-stage {
  padding-top: 10px !important;
  padding-bottom: 3px;
}
#productDeliveryInfoAddDate .owl-nav button.owl-prev,
#productDeliveryInfoAddDate .owl-nav button.owl-next {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
#productDeliveryInfoAddDate .owl-nav .pdi-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
#productDeliveryInfoAddDate .owl-nav .pdi-nav-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
#productDeliveryInfoAddDate .pdi-selected-info {
  margin-top: 10px;
}
#productDeliveryInfoAddDate #getDate {
  margin-bottom: 0;
}
#productDeliveryInfoAddDate .custom-radio {
  left: 0 !important;
  margin: 0;
  position: relative !important;
}
