@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-webkit-keyframes flipBottom {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes flipTop {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes flipBottom {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-ms-keyframes flipTop {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg); }

  100% {
    -ms-transform: perspective(400px) rotateX(-90deg); } }

@-ms-keyframes flipBottom {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg); }

  100% {
    -ms-transform: perspective(400px) rotateX(0deg); } }

@-keyframes flipTop {
  0% {
    transform: perspective(400px) rotateX(0deg); }

  100% {
    transform: perspective(400px) rotateX(-90deg); } }

@-keyframes flipBottom {
  0% {
    transform: perspective(400px) rotateX(90deg); }

  100% {
    transform: perspective(400px) rotateX(0deg); } }

.flipTimer_b {
    color: #333;
    font-size: 28px;
    line-height: 18px;
    height: 80px;
}
.flipTimer_b .seperator {
    vertical-align: top;
	margin: 0 -20px;
	display: inline;
}
.flipTimer_b .seconds,
.flipTimer_b .minutes,
.flipTimer_b .hours,
.flipTimer_b .days {
	height: 100%;
	display: inline; 
}
.flipTimer_b .digit-set {
	width: 20px;
	height: 50px;
	display: inline-block;
	position: relative;
	margin: 0 1px;
    z-index: 0;
	overflow: hidden;
}
.flipTimer_b .digit_b{
    position: absolute;
    height: 100%; 
}
.flipTimer_b .digit_b> div {
	position: absolute;
	left: 0;
	overflow: hidden;
}
.flipTimer_b .digit_b> div.digit-top, .flipTimer_b .digit_b> div.shadow-top {
	box-sizing: border-box;
	top: 0;
	z-index: 0;
	display: none;
	border-radius: 2px 2px 0 0;
}
.flipTimer_b .digit_b> div.shadow-top {
	width: 32px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
}
.flipTimer_b .digit_b> div.digit-bottom {
	bottom: 0;
	z-index: 0;
	border-radius: 0 0 2px 2px;
}
.flipTimer_b .digit_b> div.digit-bottom .digit-wrap_b {
	display: block;
	margin-top: -100%;
}
.flipTimer_b .digit_b.previous .digit-top,
.flipTimer_b .digit_b.previous .shadow-top {
	opacity: 1;
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: flipTop 0.3s ease-in both;
	-moz-transform-origin: 50% 100%;
	-moz-animation: flipTop 0.3s ease-in both;
	-ms-transform-origin: 50% 100%;
	-ms-animation: flipTop 0.3s ease-in both;
	transform-origin: 50% 100%;
	animation: flipTop 0.3s ease-in both;
}
.flipTimer_b .digit_b.previous .digit-bottom {
	z-index: 1;
	opacity: 1;
}
.flipTimer_b .digit_b.active .digit-top {
	z-index: 1;
	display: block;
}
.flipTimer_b .digit_b.active .digit-bottom {
	z-index: 2;
	-webkit-transform-origin: 50% 0%;
	-webkit-animation: flipBottom 0.3s 0.3s ease-out both;
	-moz-transform-origin: 50% 0%;
	-moz-animation: flipBottom 0.3s 0.3s ease-out both;
	-ms-transform-origin: 50% 0%;
	-ms-animation: flipBottom 0.3s 0.3s ease-out both;
	transform-origin: 50% 0%;
	animation: flipBottom 0.3s 0.3s ease-out both;
}
.label_timer {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    text-align: center;
}
.flipTimer_b-item {
    display: inline-block !important;
    position: relative;
	padding-right: 20px;
}
.flipTimer_b-item:after {
    content: ":";
    display: block;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 17px;
    color: #999;
}
.seconds.flipTimer_b-item {
	padding-right: 0;
}
.seconds.flipTimer_b-item:after{
	display: none;
}
.digit-wrap_b {
    color: #ffffff;
    font-size: 35px;
    line-height: 52px;
}
.digit-bottom .digit-wrap_b {
    margin-top: -26px !important;
}

.info-promotions-images {
    padding: 5px;
    border: 1px solid #eee;
    width: 550px;
    float: left;
    margin-right: 30px;
}
.info-promotions-title h1{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.info-promotions-description * {
    color: #444;
    line-height: 22px;
}
.info-promotions-title {
    float: right;
    width: 590px;
}
.info-promotions-timer-action-period {
    color: #999;
    padding-bottom: 5px;
}
.info-promotions-link a {
    color: #be0318;
}
.deal_block_left .deal-action-title {
    font-size: 15px;
    line-height: 22px;
}
.deal_block_right .info-promotions-link a {
    color: #666;
}
.deal_of_the_day_product {
    display: block;
    margin: 10px 0 5px;
    background: #F5F5F5;
    padding: 10px;
}
.promontions_backround_content {
    text-align: center;
    padding: 65px;
    padding-bottom: 75px;
    display: inline-block;
}
.promontions_backround_content h3 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
}
.promontions_backround_content p {
    font-size: 50px;
    color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.promontions_backround_item {
    background-position: center !important;
    text-align: center;
    background-repeat: no-repeat;
}
.promontions_backround_content .promotions-item_image {
    border-radius: 3px;
    height: 40px;
    max-width: 140px;
    background-color: #ffffff;
    color: #dddddd;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 23px;
}
.promontions_backround_content .flipTimer_b {
    padding: 30px 0;
}