#progress_bar {
    margin-top: 15px;
}
.progressbar.progressbar {
    background: #eaeaea;
    border: 0px solid whitesmoke;
    height: 11px;
    border-radius: 4px;
}
.progressbar.progressbar div {
    background: #d95350;
    height: 11px;
}
.progressbar.progressbar.active div {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-striped.progressbar.progressbar div {
    background-image: -webkit-linear-gradient(45deg,  rgba(255,  255,  255,  0.15) 25%,  transparent 25%,  transparent 50%,  rgba(255,  255,  255,  0.15) 50%,  rgba(255,  255,  255,  0.15) 75%,  transparent 75%,  transparent);
    background-image: linear-gradient(45deg,  rgba(255,  255,  255,  0.15) 25%,  rgba(0,  0,  0,  0) 25%,  rgba(0,  0,  0,  0) 50%,  rgba(255,  255,  255,  0.15) 50%,  rgba(255,  255,  255,  0.15) 75%,  rgba(0,  0,  0,  0) 75%,  rgba(0,  0,  0,  0));
    background-size: 40px 40px;
}
.items-count {
    margin-top: 0px;
    margin-bottom: 0px;
}
.count {
    color: #a94442;
    padding: 1px;
    font-size: 20px;
}
.items-count p {
    padding-bottom: 5px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    font-family: "Open Sans", Arial, sans-serif;
}
.progressbar {
    position: relative;
    display: block;
    background-color: #ca0000;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,  0,  0,  .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progressbar>div {
    background-color: #fc0d1c;
    width: 0;
    margin-bottom: 0;
    height: 15px;
}
.progressbar>div.less-than-ten {
    background-color: #fc0d1c !important;
    border-radius: 4px;
}
#clock-ticker {
    display: block;
    margin-bottom: 15px;
}
#clock-ticker .block {
    position: relative;
    color: #000;
    font-weight: bold;
    float: left;
    text-align: center;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 0;
    margin: 0 5px;
}
#clock-ticker .block .label, span.flip-top {
    color: #555;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    width: 50px;
    line-height: 25px;
    font-family: "Open Sans", Arial, sans-serif;
    display: inline-block;
}
#progress_bar {
    margin-top: 15px;
}
.progressbar.progressbar {
    background: #eaeaea;
    border: 0px solid whitesmoke;
    height: 11px;
    border-radius: 4px;
}
.progressbar.progressbar div {
    background: #d95350;
    height: 11px;
}
.progressbar.progressbar.active div {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-striped.progressbar.progressbar div {
    background-image: -webkit-linear-gradient(45deg,  rgba(255,  255,  255,  0.15) 25%,  transparent 25%,  transparent 50%,  rgba(255,  255,  255,  0.15) 50%,  rgba(255,  255,  255,  0.15) 75%,  transparent 75%,  transparent);
    background-image: linear-gradient(45deg,  rgba(255,  255,  255,  0.15) 25%,  rgba(0,  0,  0,  0) 25%,  rgba(0,  0,  0,  0) 50%,  rgba(255,  255,  255,  0.15) 50%,  rgba(255,  255,  255,  0.15) 75%,  rgba(0,  0,  0,  0) 75%,  rgba(0,  0,  0,  0));
    background-size: 40px 40px;
}
#clock-ticker {
    display: block;
    margin-bottom: 15px;
}
#clock-ticker .block {
    position: relative;
    color: #000;
    font-weight: bold;
    float: left;
    text-align: center;
}
#clock-ticker .block .flip-top {
    width: 80px;
    line-height: initial;
    font-size: 2.5em;
    text-align: center;
    border-radius: 10px;
}
#clock-ticker .block, span.flip-top {
    color: #fd4545;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    width: 80px;
    line-height: 25px;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 5px;
}
.iprogressbar {
    margin: 0 auto;
    width: 73%}
#productbox {
    border: solid 2px #3eaff8;
    margin: 0 0 30px 0;
}
#productbox h1 {
    color: #fff;
    background-color: #3eaff8;
    padding: 15px 10px;
    font-size: 1em;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
}
#right a,  #right p,  #right h4,  #right h2 {
    font-family: "Open Sans", Arial, sans-serif;
}
#flexbox {
    padding: 10px;
    display: flex;
}
#left {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#right {
    width: 65%;
    text-align: center;
}
#right h2 {
    color: #3eaff8;
    font-weight: 700;
    font-size: 2em;
}
#right h4 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.2em;
}
#puta {
    width: 100%}
#puta .block {
    width: 20%}
#puta #clock-ticker {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#puta #clock-ticker .block .flip-top {
    font-size: 44px;
}
#puta #clock-ticker .block .label {
    font-size: 11px;
}
#aside h2 {
    background: #00ae4d;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
#pitek {
    text-align: center;
    padding: 10px;
    border: dashed 3px #00ae4d;
}
#pitek h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    margin: 5px 0;
}
#pitek h3.blue {
    color: #3eaff8;
}
#pitek p {
    margin: 10px 0;
}