.apple-product-label {
position: absolute;
top: 88%;
right: 5px;
background: #91D9F8;
color: #000000;
padding: 3px 9px 3px 2px;
border-radius: 10px;
z-index: 10;
font-size: 12px;
font-weight: bold;
display: flex;
flex-direction: row; align-items: center;
overflow: visible; }
.apple-product-label img.apple-product-gif {
width: 28px !important;
height: auto !important;
margin-right: 0px; margin-top: -10px; } .apple-countdown-timer { } @media only screen and (max-width: 767px) {
.apple-product-label {
top: 83%;
}
}
.apple-countdown-new {
position: relative;
display: inline-block;    
text-align: center;
font-family: Arial, sans-serif;
} .apple-countdown-new .countdown-header { position: relative;
display: inline-block;
margin-bottom: 5px; color: #000;
} .apple-countdown-new .countdown-flame { width: 40px; height: auto;
} .apple-countdown-new .countdown-text {
margin-left: 15px;
} .apple-countdown-new .countdown-row {
display: flex;
align-items: flex-start;
justify-content: center;
margin-bottom: 5px;
flex-direction: row;
} .apple-countdown-new .countdown-box { display: flex;
flex-direction: column;
align-items: center;
min-width: 40px; } .apple-countdown-new .countdown-number {
font-size: 20px;
font-weight: bold;
color: #000;
line-height: 1.2;
padding: 10px;
background: #f3f3f3;
border-radius: 5px;
} .apple-countdown-new .countdown-label {
font-size: 10px;
color: #666;
margin-top: 3px;
} .apple-countdown-new .countdown-separator {
font-size: 20px;
font-weight: bold;
color: #000;
margin: 0 3px;
} @media (max-width: 480px) {
.apple-countdown-new {
padding: 5px;
}
.apple-countdown-new .countdown-flame {
left: -20px;
width: 30px;
}
.apple-countdown-new .countdown-text {
font-size: 14px;
margin-left: 10px;
}
.apple-countdown-new .countdown-number {
font-size: 16px;
}
.apple-countdown-new .countdown-label {
font-size: 9px;
}
}