div .pstcartcountdown-block {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.pstcartcountdown-block .pstcartcountdown {
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
}
.pstcartcountdown-block .pcc-label {
    display: block;
    font-weight: normal;
    font-size: 0.5em;
    line-height: 0.5;
    padding-top: 4px;
}
.pstcartcountdown-block .pcc-time,
.pstcartcountdown-block .pcc-colon {
    display: inline-block;
    vertical-align: top;
}
.pstcartcountdown-block .pcc-labels-0 .pcc-label {
    display: none;
}
.pstcartcountdown-block-after p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pccStickyTop,
.pccStickyBottom {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 4px 0 !important;
    background-size: auto;
}
.pccStickyTop {
    top: 0;
}
.pccStickyBottom {
    bottom: 0;
}
.pcc-close {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 23px;
    line-height: 16px;
    color: #ccc;
    margin-top: -8px;
    cursor: pointer;
    display: none;
}
.pccStickyTop .pcc-close,
.pccStickyBottom .pcc-close,
.pcc-close.pcc-close-after {
    display: inline-block;
}
#pcc-pccPopup {
    width: 390px;
    max-width: 100%;
    padding: 20px;
    position: fixed;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    border-radius: 3px;
    box-shadow: 0 0 5px #999;
    z-index: 100;
    background: white;
    color: #333;
}
#pcc-pccPopup.top_left {
    left: 30px;
    top: 30px;
}
#pcc-pccPopup.top_center {
    left: 50%;
    margin-left: -195px;
    top: 30px;
}
#pcc-pccPopup.top_right {
    top: 30px;
    right: 30px;
}
#pcc-pccPopup.bottom_right {
    bottom: 30px;
    right: 30px;
}
#pcc-pccPopup.bottom_center {
    bottom: 30px;
    left: 50%;
    margin-left: -195px;
}
#pcc-pccPopup.bottom_left {
    left: 30px;
    bottom: 30px;
}
.pcc_popup_product_link {
    float: left;
    position: relative;
}
.pcc_popup_product_link .pcc_popup_product_img {
    width: 60px;
    border-radius: 2px;
}
.pcc_popup_col_discount {
    line-height: 1.6;
    padding-left: 10px;
}
.pcc_popup_col_discount .pcc-text {
    line-height: 1.2;
    color: #333;
}
#footer .pcc_popup_col_discount .pcc-text p,
#footer .pcc_popup_col_discount .pcc-text a {
    color: #333;
}
.pcc_pd_val {
    font-size: 120%;
    font-weight: bold;
}
#pcc-pccPopup .pcc_popup_wrp {
    display: table;
    width: 100%;
}
#pcc-pccPopup .pcc_popup_row {
    display: table-row;
}
#pcc-pccPopup .pcc_popup_col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
#pcc-pccPopup .pcc_popup_col .pstcartcountdown {
    text-align: center;
}
#pcc-pccPopup .pcc_popup_col_timer {
    min-width: 110px;
    white-space: nowrap;
    text-align: center;
}
#pcc-pccPopup .pcc-close {
    right: 10px;
    top: 14px;
}
#pcc-pccPopup .pcc_popup_discount {
    margin-top: 6px;
    background: rgb(243, 157, 114);
    color: #fff;
    font-weight: 600;
    padding: 1px 4px;
    font-size: 0.8rem;
    margin-left: 0;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}