.countdoun_discounter{
	/*
    background: orange;
    display: inline-flex;
    padding: 4px 5px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 2px #dedede;
    position: relative;
    z-index: 2;
    width: auto;
    
    color: #fff;
    font-weight: 600;
    */
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.timer-dsc-s{
  background: none;
  display: inline-flex;
  padding: 4px 5px;
  border-radius: 3px;
  box-shadow: none; /*0px 1px 2px 2px #dedede;*/
  position: relative;
  z-index: 2;
  width: auto;
  justify-content: center;
  color: #333;
  font-weight: 600;
  align-items: center;
  flex-direction: column;
}
.timer-dsc-s::after{
  /*content: ":";*/
}
.timer-dsc{
	font-size: 34px;
}
.timer-dsc-z{
	font-size: 10px;
	font-weight: lighter;
}
.tdsc-separ{
	font-size: 24px;
	font-weight: lighter;
}
.timer-dsc-s.tdsc-sep{
	align-self: start;
	padding: 3px 0px 0px 0px;
}
.countdoun_discounter.alarm{
	background: red;
	color:#fff;   
}
#dccountdown li .dspmrg-lid {
  border: 1px solid #e2e2e2;
  margin: 0px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 5px 20px 5px;
  min-height: 405px;
}
#dccountdown .vm-productproduct-home-re li {
  border: none;
  margin: 0;
  box-shadow: none;
  list-style-type: none !important;
  padding-right: 10px;
  padding-left: 10px;
} 
#dccountdown .vm-productproduct-home-re li .percent-off {   
  /*top: 15px;
  right: 0px;*/
}
#dccountdown .product-home-re ul.vm-productproduct-home-re {
  overflow: auto;
} 

.loaderdc {
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
} 