.timer-wrapper {
    border: 1px solid #000000;
}
.magehq_countdowntimer .magehq_cd_basic {
	color: #333;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    min-height: 50px;
}

.magehq_countdowntimer .magehq_cd_basic .clockdiv {
	margin: 10px 0;
    font-size: 1.3em;
    float: left;
}

.magehq_countdowntimer .magehq_cd_basic .clockdiv>div {
    padding: 0 8px;
    display: inline-block;
    border-left: 1px solid #333;
}
.magehq_countdowntimer .magehq_cd_basic .clockdiv>div:first-child {
	border: none;
    padding-left: 0;
}

.magehq_countdowntimer .magehq_cd_block .clockdiv {
    color: #000;
    font-weight: 400;
    text-align: center;
    font-size: 1.2em;
    display: flex;
    margin-bottom: 5px;
}

.magehq_countdowntimer .magehq_cd_block .clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    background: #ec5f27;
    display: inline-block;
    margin-right: 5px;
}

.magehq_countdowntimer .magehq_cd_block .clockdiv div>span {
    padding: 15px 18px;
    border-radius: 3px;
    background: #bb4413;
    display: inline-block;
}
.product-item .magehq_countdowntimer .magehq_cd_block .clockdiv>div {
    padding: 4px;
}
.product-item .magehq_countdowntimer .magehq_cd_block .clockdiv div>span {
    padding: 12px;
}
.magehq_countdowntimer .magehq_cd_block .clockdiv div > span {
    background: #ffffff;
}
.magehq_countdowntimer .magehq_cd_block .clockdiv .smalltext {
    padding-top: 5px;
    font-size: .7em;
    color: #fff;
}


.magehq_countdowntimer .magehq_cd_flat .clockdiv {
    font-weight: 400;
    text-align: center;
    font-size: 1.3em;
    display: flex;
    margin-left: -3px;
    margin-bottom: 1rem;
}

.magehq_countdowntimer .magehq_cd_flat .clockdiv>div {
    width: 6rem;
    padding: 0;
    margin: 0 3px;
    background: #ff5501;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 9px 1px rgb(53 53 53 / 50%);
    box-shadow: 2px 2px 9px 1px rgb(53 53 53 / 50%);
}
.magehq_countdowntimer .magehq_cd_flat .clockdiv div>span {
    padding: 10px 0;
    background: #fff;
    color: #000;
    display: block;
}
.magehq_countdowntimer .magehq_cd_flat .clockdiv .smalltext {
    padding: 5px 0;
    font-size: .7em;
    color: #fff;
}

.magehq_countdowntimer .magehq_cd_digital .digit {
    width: 2.5em;
    height: 3em;
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
}

.magehq_countdowntimer .magehq_cd_digital .clock-digital {
    display: flex;
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment {
    background: #000;
    border-radius: 5px;
    position: absolute;
    opacity: .2;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(1) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 2%;
    bottom: none;
    left: none;
    right: 25%;
    transform: rotate(
		90deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(2) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 20%;
    bottom: none;
    left: none;
    right: 5%;
    transform: rotate(
		0deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}



.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(3) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 76%;
    bottom: none;
    left: none;
    right: 25%;
    transform: rotate(
	90deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(4) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 58%;
    bottom: none;
    left: none;
    right: 5%;
    transform: rotate(
	0deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(5) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 58%;
    bottom: none;
    left: 5%;
    right: none;
    transform: rotate(
	0deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(6) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 20%;
    bottom: none;
    left: 5%;
    right: none;
    transform: rotate(
		0deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment:nth-child(7) {
    position: absolute;
    width: 50%;
    height: 30%;
    background: lightgrey;
    border-radius: 0;
    z-index: 1;
    top: 39%;
    bottom: none;
    left: none;
    right: 25%;
    transform: rotate(
	90deg
	);
    -webkit-clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
    clip-path: polygon(50% 0%,60% 25%,60% 75%,50% 100%,40% 75%,40% 25%);
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment.on {
    background: #000;
    opacity: 1;
    box-shadow: none;
    transition: opacity 0s;
    -webkit-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
}

.magehq_countdowntimer .magehq_cd_digital .digit .segment.on, .magehq_countdowntimer .magehq_cd_digital .separator {
    background: #000000;
}

.magehq_countdowntimer .magehq_cd_digital .separator {
    position: relative;
}
.magehq_countdowntimer .magehq_cd_digital .separator:before {
    content: ".";
    position: absolute;
    top: 38%;
    left: -3px;
    height: 2px;
    width: 2px;
    font-size: 25px;
    line-height: 0.1;
}
.magehq_countdowntimer .magehq_cd_honeycomb .clockdiv {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 1.3em;
    color: #000;
}
.magehq_countdowntimer .magehq_cd_honeycomb .clockdiv>div {
    position: relative;
    background-color: #ec5f27;
    display: block;
    transition: all .2s linear;
    transform: perspective(1000px);
    display: inline-block;
    width: 80px;
    margin: 25px 4px;
    padding-right:  0;
}

.magehq_countdowntimer .magehq_cd_honeycomb .clockdiv>div:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    bottom: 100%;
    border-bottom: 24px solid #ec5f27;
    transition: all .2s linear;
}
.magehq_countdowntimer .magehq_cd_honeycomb .clockdiv>div>span {
    background: 0 0;
}
.magehq_countdowntimer .magehq_cd_honeycomb .clockdiv .smalltext {
    padding: 0;
    font-size: .7em;
    color: #000;
}
.magehq_countdowntimer .magehq_cd_honeycomb .clockdiv>div:after {
    content: "";
    position: absolute;
    left: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 100%;
    width: 0;
    border-top: 24px solid #ec5f27;
    transition: all .2s linear;
}

.magehq_countdowntimer .magehq_cd_progress .goal-progress {
    border: 2px solid #ff5501;
    height: 2px;
    margin-top: 15px;
    background-color: #ff5501;
}
.magehq_countdowntimer .magehq_cd_progress .bar-time-container {
	background-color:#fff;
	height:2px;
}
.magehq_countdowntimer .magehq_cd_progress .bar-time {
	background-color:#ff5501;
	height: 2px;
	max-width:100%;
}
.magehq_countdowntimer .magehq_cd_basic .clockdiv .smalltext {
    margin-left: 5px;
    display: inline-block;
}
.magehq_countdowntimer {
    display: inline-block;
    width: 100%;
}
.clockdiv > div {
    float: left;
    padding-right: 10px;
}

.magehq_cd_process .goal-progress {
    border: 2px solid #ff5501;
    height: 6px;
    margin-top: 5px;
    background-color: #ff5501;
    margin-bottom: 5px;
}

.magehq_cd_process .goal-progress .bar-time-container {
    height: 6px;
    background-color: white;
}

.magehq_cd_process .goal-progress .bar-time {
    background-color: #ff5501;
    height: 6px;
    max-width: 100%;
}
.magehq_cd_flip .county-wrapper {
    height: 50px;
    line-height:50px;
    font-size: 35px;
    color: white;
    background: #080808;
    padding: 0 12px;
}
.magehq_cd_flip .county-wrapper:not(:first-child) {
    margin-left: 15px;
}

.magehq_cd_flip.county .county-label-days, 
.magehq_cd_flip.county .county-label-hours,
.magehq_cd_flip.county .county-label-minutes, 
.magehq_cd_flip.county .county-label-seconds {
    font-size: 12px !important;
    line-height: 18px !important;
    height: auto !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0;
    background-color: transparent !important;
    display: inline-block;
    margin-right: 15px;
}
.product-item .magehq_cd_flip .county-wrapper {
    padding-left:  5px;
    padding-right:  5px;
}
.product-item .magehq_cd_flip {
    display: flex;
}
.product-item .magehq_cd_flip .county-wrapper:not(:first-child) {
    margin-left: 5px;
}
.product-item .magehq_cd_flip.county .county-label-days, 
.product-item .magehq_cd_flip.county .county-label-hours,
.product-item .magehq_cd_flip.county .county-label-minutes, 
.product-item .magehq_cd_flip.county .county-label-seconds {
    display:  none;
}
.magehq_cd_flip .county-wrapper {
    overflow: hidden !important;
    position: relative !important;
    display: inline-block !important;
    padding-left: 12px;
}

.magehq_cd_flip .county-wrapper > span {
    text-align: center;
    display: block;
}
.magehq_cd_circles .time_circles, .magehq_cd_circles_tick .time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.magehq_cd_circles .time_circles>div, .magehq_cd_circles_tick .time_circles>div {
    position: absolute;
    text-align: center;
}
.magehq_cd_circles .time_circles>div, .magehq_cd_circles_tick .time_circles>div {
    position: absolute;
    text-align: center;
}
.magehq_cd_circles .time_circles>div>h4, .magehq_cd_circles_tick .time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.magehq_cd_circles .time_circles>div>span, .magehq_cd_circles_tick .time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}
.magehq-countdown-text {
    margin-bottom: 5px;
}