.dg-special-title {
  width: 100%;
}
.dgbaby-specia-offer-section .special-counter {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid grey;
}
.dgbaby-specia-offer-section .name-andprice-section {
  display: flex;
  justify-content: space-between;
}
.dgbaby-specia-offer-section .special-name-and-model span:first-child {
  font-size: 14px;
  color: #666666;
}
.dgbaby-specia-offer-section .special-price {
  font-size: 14px;
  color: #666666;
}
.dgbaby-specia-offer-section .fisrt-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.dgbaby-specia-offer-section .fisrt-content img {
  width: 100%;
}
.dgbaby-specia-offer-section .fisrt-content h2 {
  font-size: xxx-large;
  font-weight: 900;
  color: #ffffff;
}
.dgbaby-specia-offer-section .secend-content {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.dgbaby-specia-offer-section .item-readmore.with-background {
  width: 100%;
}
.dgbaby-specia-offer-section .item-readmore.with-background a {
  width: 92%;
  justify-content: center;
  text-decoration: none;
  background: #b81c1d;
  color: white;
}
.dgbaby-specia-offer-section .dgbaby-list--item {
  padding: 9px;
  overflow: hidden;
  border-radius: 5px;
}
.dgbaby-specia-offer-section .dgbaby-list--item .dgbabay-list--item--inner {
  border-radius: 15px 0 15px 0;
}
.dgbaby-specia-offer-section .dgbaby-list--item {width: 80vw;}
.dgbaby-specia-offer-section .secend-content h2 {
  font-weight: 300;
  font-size: xx-large;
}
.dgbaby-specia-offer-section .secend-content > span {
  font-weight: 300;
  margin-bottom: 20px;
}
.dgbaby-specia-offer-section .info-section {
  padding-bottom: 15px;
}
.dgbaby-specia-offer-section .dgbaby-list--discountbox {
  background: #b81c1d;
  padding: 3px;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 10;
}
.dgbaby-specia-offer-section .info-section .unit {
  color: #000000;
  font-size: 12px;
}
.dgbaby-specia-offer-section .discount-row .discount-value {
  background: #f7e7e5;
  padding: 1px 10px;
  color: #b81c1d;
  margin-left: 5px;
}
.dgbaby-specia-offer-section .stockbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.dgbaby-specia-offer-section .stockbox .timer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.dgbaby-specia-offer-section .end-section {
  right: 0;
  cursor: pointer;
}
.dgbaby-specia-offer-section .end-section .dgbabaybotton {
  font-weight: 600;
  background: #efa033;
  color: #000;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 10px;
}
.dgbaby-specia-offer-section .dgbaby-list-bottom,
.dgbaby-specia-offer-section .end-section {
  transition: all 0.5s ease-in-out;
}
.dgbaby-specia-offer-section .dgbaby-list--image img {
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 15px 0;
  object-fit: cover;
  height: 100%;
}
.dgbaby-specia-offer-section .dgbaby-list--image {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.dgbaby-specia-offer-section .content-section {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  overflow: hidden;
}
.dgbaby-specia-offer-section {
  background: radial-gradient(#db3244, #db3244);
  border-radius: 15px;
  padding: 10px 60px;
}
.dgbaby-specia-offer-section .triangle-wrapper {
  top: -5px;
  right: -5px;
}
.dgbaby-specia-offer-section .triangle {
  border-style: solid;
  border-width: 0 105px 105px 0;
  border-color: transparent #efa033 transparent transparent;
  text-align: center;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 157px;
  border-bottom-right-radius: 0;
}
.dgbaby-specia-offer-section .triangle-text {
  top: 15px;
  right: -98px;
  text-transform: uppercase;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: #000;
  font-weight: 700;
}
.dgbaby-specia-offer-section .triangle:before {
  top: 5px;
  left: 5px;
}
.dgbaby-specia-offer-section .triangle:after {
  bottom: -100px;
  right: -100px;
}
.dgbaby-specia-offer-section .triangle:before,
.dgbaby-specia-offer-section .triangle:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #dd8204;
}
.dgbaby-specia-offer-section .triangle:before,
.dgbaby-specia-offer-section .triangle:after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.dgbaby-specia-offer-section .right-side-special-offer {
  padding: 20px 60px;
  display: flex;
  align-items: center;
}

.dgbaby-specia-offer-section .right-side-special-offer .leftsection {
  padding-left: 30px;
}
.dgbaby-specia-offer-section .right-side-special-offer .rightsection {
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.dgbaby-specia-offer-section span.discount-value {
  left: 9px;
  top: 9px;
  padding: 0 10px;
  border-radius: 15px 0;
}
.dgbaby-specia-offer-section .dgbaby-list--title {
  font-weight: 700;
}
.dgbaby-list--title span{
  font-size: 0.8rem;
}
.dgbaby-specia-offer-section .dgbaby-list--title span:before {
  content: "";
  background: #e2b570;
  width: 8px;
  height: 8px;
  display: inline-flex;
  margin-left: 10px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.dgbaby-specia-offer-section
  .dgbabay-list--item--inner:hover
  .dgbaby-list--title
  span:before {
  border-radius: 2px;
  transform: rotate(45deg);
}
.dgbaby-specia-offer-section .timer {
  width: 100%;
}
.dgbaby-specia-offer-section .payable-price {
  font-weight: 700;
}
.dgbaby-specia-offer-section .payable-price .price {
  font-size: 14px;
}
.dgbaby-specia-offer-section .dgbabayarros .dgbaby-arrow {
  top: 50%;
  left: -25px;
  cursor: pointer;
}
.dgbaby-specia-offer-section .dgbabayarros .dgb-swiper-button-next {
  right: -30px;
  left: auto;
}
.dgbaby-specia-offer-section .dgbabayarros .dgb-swiper-button-prev {
  left: -30px;
  right: auto;
  transform: rotate(-180deg);
}
.dgbaby-specia-offer-section
  .dgbabayarros
  .dgbaby-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.font-xs{
  font-size: 0.8rem;
}
@media only screen and (max-width: 991px) {
  .dgbaby-specia-offer-section .right-side-special-offer {
    padding: 0;
  }
  .leftsection,
  .dgbabayarros {
    display: none;
  }
  .dgbaby-specia-offer-section .right-side-special-offer .rightsection {
    border-right: none;
    padding-right: 0;
  }
  #row-575102 .dng-column {
    padding: 0;
  }
  .dgbaby-specia-offer-section {
    padding: 10px;
    margin-bottom: 0 !important;
  }
  .dgbaby-specia-offer-section .dgbaby-list--item .dgbabay-list--item--inner {
    flex-direction: column;
  }
  .dgbaby-specia-offer-section .dgbaby-list--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dgbaby-specia-offer-section .content-section {
   
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
   
    justify-content: space-around;
  }
  
  .dgbaby-specia-offer-section .dgbaby-list--image img {
    border-radius: 15px 15px;
    width: 100%;
  }
 
  .right-side-special-offer{
    display:
    none !important;
  }
  .dgbaby-specia-offer-section .timer {display:none}
  .dgbaby-specia-offer-section .end-section .dgbabaybotton{
    margin-bottom: 8px;
}
  .dgbaby-specia-offer-section .info-section{
    padding-bottom: 8px;
}

}
@media only screen and(max-width:425px) {
  .swiper-slide .dgbaby-list--item {
    max-width: 100% !important;
  }
}
@media(min-width:544px) {
  .dgbaby-list--title span{
    font-size: 0.9rem;
  }
}
@media(min-width:1200px) {
  .font-xs{
    font-size: 1rem;
  }
  .dgbaby-specia-offer-section .content-section {

    justify-content: space-around;
  }
}
.dg-special-title {
  width: 100%;
}
.dg-special-title span{
 color:#f0f0f0;
 font-weight: 700;
 border-bottom: 1px solid;
}
.dg-special-title--inner {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.dg-special-title--inner a {
    background: white;
    padding: 0 10px;
    border-radius: 10px 0 10px 0;
    color: black;
}
.dg-special-title--inner a:hover {
    background: #efa033;
    color: white;
}
a.dgbaby-list--title span {
    text-overflow: ellipsis;
    white-space: pre;
}
