.flipper {
color: #333;
display: block;
font-size: 50px;
line-height: 100%;
padding: 0;
margin: 0;
height: 1.7em;
}
.flipper.flipper-invisible {
font-size: 0px !important;
}
.flipper-group {
position: relative;
white-space: nowrap;
display: block;
float: left;
padding: 0;
margin: 0;
}
.flipper-group label {
position: absolute;
color: #fff;
font-size: 20%;
top: 100%;
line-height: 1em;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
text-align: center;
padding-top: .5em;
}
.flipper-digit {
white-space: nowrap;
position: relative;
padding: 0;
margin: 0;
display: inline-block;
float: left;
height: 1.2em;
overflow-y: hidden;
}
.flipper-digit span {
font-size: 25%;
}
.flipper-delimiter {
white-space: nowrap;
display: block;
float: left;
padding: 0;
margin: 0;
color: #fff;
min-width: .1em;
white-space: nowrap;
display: block;
padding-top: 0.1em;
padding-bottom: 0.1em;
line-height: 1em;
}
.digit-face {
display: block;
visibility: hidden;
position: relative;
border-radius: 0.1em;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 8;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
box-sizing: border-box;
text-align: center;
}
.digit-next {
display: block;
position: relative;
border-radius: 0.1em;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 8;
height: 1.2em;
background: #fff;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
box-sizing: border-box;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.digit-top {
z-index: 10;
top: 0;
left: 0;
right: 0;
height: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none;
overflow: hidden;
position: absolute;
background: #fff;
padding-top: 0.1em;
padding-bottom: 0;
padding-left: 0.1em;
padding-right: 0.1em;
border-top-left-radius: 0.1em;
border-top-right-radius: 0.1em;
box-sizing: border-box;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: background 0s linear, -webkit-transform 0s linear;
transition: transform 0s linear, background 0s linear;
transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
-webkit-transform-origin: 0 0.6em 0 !important;
transform-origin: 0 0.6em 0 !important;
-webkit-transform-style: preserve-3d !important;
transform-style: preserve-3d !important;
z-index: 20;
}
.digit-top.r {
transition: background 0.2s linear, -webkit-transform 0.2s linear;
transition: transform 0.2s linear, background 0.2s linear;
transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
background: #cccccc;
}
.digit-top2 {
visibility: hidden;
position: absolute;
height: 50%;
left: 0;
right: 0;
background: #cccccc;
transition: -webkit-transform 0.2s linear;
transition: transform 0.2s linear;
transition: transform 0.2s linear, -webkit-transform 0.2s linear;
line-height: 0em !important;
top: 50% !important;
bottom: auto !important;
padding-top: 0;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
border-bottom-left-radius: 0.1em;
border-bottom-right-radius: 0.1em;
overflow: hidden;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: background 0s linear, -webkit-transform 0s linear;
transition: transform 0s linear, background 0s linear;
transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-style: preserve-3d !important;
transform-style: preserve-3d !important;
-webkit-transform-origin: 0 0 0 !important;
transform-origin: 0 0 0 !important;
z-index: 20;
}
.digit-top2.r {
visibility: visible;
transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
background: #fff;
}
.digit-bottom {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none;
position: absolute;
overflow: hidden;
background: #fff;
height: 50%;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
line-height: 0em;
padding-top: 0;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
border-bottom-left-radius: 0.1em;
border-bottom-right-radius: 0.1em;
box-sizing: border-box;
text-align: center;
transition: none;
}
.digit-bottom.r {
transition: background 0.2s linear;
background: #cccccc;
}
.flipper-digit:after {
content: "";
position: absolute;
height: 2px;
background: rgba(0, 0, 0, 0.5);
top: 50%;
display: block;
z-index: 30;
left: 0;
right: 0;
}
.flipper-dark {
color: #fff;
}
.flipper-dark .flipper-delimiter {
color: #333;
}
.flipper-dark .digit-next {
background: #333;
}
.flipper-dark .digit-top {
background: #333;
}
.flipper-dark .digit-top.r {
background: black;
}
.flipper-dark .digit-top2 {
background: black;
}
.flipper-dark .digit-top2.r {
background: #333;
}
.flipper-dark .digit-bottom {
background: #333;
}
.flipper-dark-labels .flipper-group label {
color: #333;
}.wooct-css {
display: none;
} .wooct-countdown.wooct-style-01 .wooct-timer {
font-weight: 700;
color: #ff6600;
} .wooct-countdown.wooct-style-02 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
}
.wooct-countdown.wooct-style-02 .wooct-timer > span {
display: flex;
flex: 1 1 0;
flex-direction: column;
border: 1px solid #ff6600;
padding: 10px 6px;
margin: 0 2px;
line-height: 1;
text-align: center;
}
.wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
font-size: 20px;
font-weight: 700;
color: #ff6600;
margin-bottom: 5px;
word-break: keep-all;
white-space: nowrap;
}
.wooct-countdown.wooct-style-02 .wooct-timer > span span:last-child {
font-size: 10px;
text-transform: uppercase;
word-break: keep-all;
white-space: nowrap;
} .wooct-countdown.wooct-style-03 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
}
.wooct-countdown.wooct-style-03 .wooct-timer > span {
display: flex;
flex-direction: column;
justify-content: center;
border: 1px solid #ff6600;
padding: 5px;
margin: 0 2px;
line-height: 1;
text-align: center;
width: 80px;
height: 80px;
flex: 0 0 80px;
border-radius: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.wooct-countdown.wooct-style-03 .wooct-timer > span span:first-child {
font-size: 20px;
font-weight: 700;
color: #ff6600;
margin-bottom: 5px;
word-break: keep-all;
white-space: nowrap;
}
.wooct-countdown.wooct-style-03 .wooct-timer > span span:last-child {
word-break: keep-all;
white-space: nowrap;
} .wooct-countdown.wooct-style-06 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
margin-left: -5px;
margin-right: -5px;
}
.wooct-countdown.wooct-style-06 .wooct-timer > span {
display: flex;
flex-direction: column;
justify-content: center;
border-top: 3px solid #ff6600;
border-right: 3px solid transparent;
border-bottom: 3px solid #ff6600;
border-left: 3px solid #ff6600;
padding: 5px;
margin: 0 5px;
line-height: 1;
text-align: center;
width: 60px;
height: 60px;
flex: 0 0 60px;
border-radius: 50%;
text-overflow: ellipsis;
position: relative;
}
.wooct-countdown.wooct-style-06 .wooct-timer > span span:first-child {
font-size: 20px;
font-weight: 700;
color: #ff6600;
margin: 0;
border: none;
word-break: keep-all;
white-space: nowrap;
}
.wooct-countdown.wooct-style-06 .wooct-timer > span span:last-child {
word-break: keep-all;
white-space: nowrap;
position: absolute;
right: 0;
transform: translateX(50%);
} .wooct-flipper .flipper-dark label {
color: #222;
} .wooct-countdown.wooct-style-07 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
margin-left: -3px;
margin-right: -3px;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .slice {
clip: rect(auto, auto, auto, auto);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 .bar,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .fill {
position: absolute;
border: 3px solid #ff6600;
width: 54px;
height: 54px;
clip: rect(0, 30px, 60px, 0);
border-radius: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .pie-fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 {
position: relative;
font-size: 60px;
width: 60px;
height: 60px;
border-radius: 50%;
float: left;
margin: 0 3px;
background-color: #dddddd;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 *,
.wooct-countdown.wooct-style-07 .wooct-timer .c100 *:before,
.wooct-countdown.wooct-style-07 .wooct-timer .c100 *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.center {
float: none;
margin: 0 auto;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 > span {
position: absolute;
width: 100%;
z-index: 1;
left: 0;
top: 0;
width: 60px;
line-height: 60px;
font-size: 16px;
color: #222222;
display: block;
text-align: center;
white-space: nowrap;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 > span.text > span:first-child {
font-weight: 700;
font-size: 20px;
color: #ff6600;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 > span.text > span:last-child {
position: absolute;
top: -10px;
left: 42px;
font-size: 12px;
color: #666;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100:after {
position: absolute;
top: 3px;
left: 3px;
display: block;
content: " ";
border-radius: 50%;
background-color: #f9f9f9;
width: 54px;
height: 54px;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 .slice {
position: absolute;
width: 60px;
height: 60px;
clip: rect(0, 60px, 60px, 30px);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p1 .bar {
-webkit-transform: rotate(3.6deg);
-moz-transform: rotate(3.6deg);
-ms-transform: rotate(3.6deg);
-o-transform: rotate(3.6deg);
transform: rotate(3.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p2 .bar {
-webkit-transform: rotate(7.2deg);
-moz-transform: rotate(7.2deg);
-ms-transform: rotate(7.2deg);
-o-transform: rotate(7.2deg);
transform: rotate(7.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p3 .bar {
-webkit-transform: rotate(10.8deg);
-moz-transform: rotate(10.8deg);
-ms-transform: rotate(10.8deg);
-o-transform: rotate(10.8deg);
transform: rotate(10.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p4 .bar {
-webkit-transform: rotate(14.4deg);
-moz-transform: rotate(14.4deg);
-ms-transform: rotate(14.4deg);
-o-transform: rotate(14.4deg);
transform: rotate(14.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p5 .bar {
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
-o-transform: rotate(18deg);
transform: rotate(18deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p6 .bar {
-webkit-transform: rotate(21.6deg);
-moz-transform: rotate(21.6deg);
-ms-transform: rotate(21.6deg);
-o-transform: rotate(21.6deg);
transform: rotate(21.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p7 .bar {
-webkit-transform: rotate(25.2deg);
-moz-transform: rotate(25.2deg);
-ms-transform: rotate(25.2deg);
-o-transform: rotate(25.2deg);
transform: rotate(25.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p8 .bar {
-webkit-transform: rotate(28.8deg);
-moz-transform: rotate(28.8deg);
-ms-transform: rotate(28.8deg);
-o-transform: rotate(28.8deg);
transform: rotate(28.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p9 .bar {
-webkit-transform: rotate(32.4deg);
-moz-transform: rotate(32.4deg);
-ms-transform: rotate(32.4deg);
-o-transform: rotate(32.4deg);
transform: rotate(32.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p10 .bar {
-webkit-transform: rotate(36deg);
-moz-transform: rotate(36deg);
-ms-transform: rotate(36deg);
-o-transform: rotate(36deg);
transform: rotate(36deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p11 .bar {
-webkit-transform: rotate(39.6deg);
-moz-transform: rotate(39.6deg);
-ms-transform: rotate(39.6deg);
-o-transform: rotate(39.6deg);
transform: rotate(39.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p12 .bar {
-webkit-transform: rotate(43.2deg);
-moz-transform: rotate(43.2deg);
-ms-transform: rotate(43.2deg);
-o-transform: rotate(43.2deg);
transform: rotate(43.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p13 .bar {
-webkit-transform: rotate(46.8deg);
-moz-transform: rotate(46.8deg);
-ms-transform: rotate(46.8deg);
-o-transform: rotate(46.8deg);
transform: rotate(46.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p14 .bar {
-webkit-transform: rotate(50.4deg);
-moz-transform: rotate(50.4deg);
-ms-transform: rotate(50.4deg);
-o-transform: rotate(50.4deg);
transform: rotate(50.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p15 .bar {
-webkit-transform: rotate(54deg);
-moz-transform: rotate(54deg);
-ms-transform: rotate(54deg);
-o-transform: rotate(54deg);
transform: rotate(54deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p16 .bar {
-webkit-transform: rotate(57.6deg);
-moz-transform: rotate(57.6deg);
-ms-transform: rotate(57.6deg);
-o-transform: rotate(57.6deg);
transform: rotate(57.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p17 .bar {
-webkit-transform: rotate(61.2deg);
-moz-transform: rotate(61.2deg);
-ms-transform: rotate(61.2deg);
-o-transform: rotate(61.2deg);
transform: rotate(61.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p18 .bar {
-webkit-transform: rotate(64.8deg);
-moz-transform: rotate(64.8deg);
-ms-transform: rotate(64.8deg);
-o-transform: rotate(64.8deg);
transform: rotate(64.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p19 .bar {
-webkit-transform: rotate(68.4deg);
-moz-transform: rotate(68.4deg);
-ms-transform: rotate(68.4deg);
-o-transform: rotate(68.4deg);
transform: rotate(68.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p20 .bar {
-webkit-transform: rotate(72deg);
-moz-transform: rotate(72deg);
-ms-transform: rotate(72deg);
-o-transform: rotate(72deg);
transform: rotate(72deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p21 .bar {
-webkit-transform: rotate(75.6deg);
-moz-transform: rotate(75.6deg);
-ms-transform: rotate(75.6deg);
-o-transform: rotate(75.6deg);
transform: rotate(75.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p22 .bar {
-webkit-transform: rotate(79.2deg);
-moz-transform: rotate(79.2deg);
-ms-transform: rotate(79.2deg);
-o-transform: rotate(79.2deg);
transform: rotate(79.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p23 .bar {
-webkit-transform: rotate(82.8deg);
-moz-transform: rotate(82.8deg);
-ms-transform: rotate(82.8deg);
-o-transform: rotate(82.8deg);
transform: rotate(82.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p24 .bar {
-webkit-transform: rotate(86.4deg);
-moz-transform: rotate(86.4deg);
-ms-transform: rotate(86.4deg);
-o-transform: rotate(86.4deg);
transform: rotate(86.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p25 .bar {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p26 .bar {
-webkit-transform: rotate(93.6deg);
-moz-transform: rotate(93.6deg);
-ms-transform: rotate(93.6deg);
-o-transform: rotate(93.6deg);
transform: rotate(93.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p27 .bar {
-webkit-transform: rotate(97.2deg);
-moz-transform: rotate(97.2deg);
-ms-transform: rotate(97.2deg);
-o-transform: rotate(97.2deg);
transform: rotate(97.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p28 .bar {
-webkit-transform: rotate(100.8deg);
-moz-transform: rotate(100.8deg);
-ms-transform: rotate(100.8deg);
-o-transform: rotate(100.8deg);
transform: rotate(100.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p29 .bar {
-webkit-transform: rotate(104.4deg);
-moz-transform: rotate(104.4deg);
-ms-transform: rotate(104.4deg);
-o-transform: rotate(104.4deg);
transform: rotate(104.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p30 .bar {
-webkit-transform: rotate(108deg);
-moz-transform: rotate(108deg);
-ms-transform: rotate(108deg);
-o-transform: rotate(108deg);
transform: rotate(108deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p31 .bar {
-webkit-transform: rotate(111.6deg);
-moz-transform: rotate(111.6deg);
-ms-transform: rotate(111.6deg);
-o-transform: rotate(111.6deg);
transform: rotate(111.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p32 .bar {
-webkit-transform: rotate(115.2deg);
-moz-transform: rotate(115.2deg);
-ms-transform: rotate(115.2deg);
-o-transform: rotate(115.2deg);
transform: rotate(115.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p33 .bar {
-webkit-transform: rotate(118.8deg);
-moz-transform: rotate(118.8deg);
-ms-transform: rotate(118.8deg);
-o-transform: rotate(118.8deg);
transform: rotate(118.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p34 .bar {
-webkit-transform: rotate(122.4deg);
-moz-transform: rotate(122.4deg);
-ms-transform: rotate(122.4deg);
-o-transform: rotate(122.4deg);
transform: rotate(122.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p35 .bar {
-webkit-transform: rotate(126deg);
-moz-transform: rotate(126deg);
-ms-transform: rotate(126deg);
-o-transform: rotate(126deg);
transform: rotate(126deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p36 .bar {
-webkit-transform: rotate(129.6deg);
-moz-transform: rotate(129.6deg);
-ms-transform: rotate(129.6deg);
-o-transform: rotate(129.6deg);
transform: rotate(129.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p37 .bar {
-webkit-transform: rotate(133.2deg);
-moz-transform: rotate(133.2deg);
-ms-transform: rotate(133.2deg);
-o-transform: rotate(133.2deg);
transform: rotate(133.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p38 .bar {
-webkit-transform: rotate(136.8deg);
-moz-transform: rotate(136.8deg);
-ms-transform: rotate(136.8deg);
-o-transform: rotate(136.8deg);
transform: rotate(136.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p39 .bar {
-webkit-transform: rotate(140.4deg);
-moz-transform: rotate(140.4deg);
-ms-transform: rotate(140.4deg);
-o-transform: rotate(140.4deg);
transform: rotate(140.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p40 .bar {
-webkit-transform: rotate(144deg);
-moz-transform: rotate(144deg);
-ms-transform: rotate(144deg);
-o-transform: rotate(144deg);
transform: rotate(144deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p41 .bar {
-webkit-transform: rotate(147.6deg);
-moz-transform: rotate(147.6deg);
-ms-transform: rotate(147.6deg);
-o-transform: rotate(147.6deg);
transform: rotate(147.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p42 .bar {
-webkit-transform: rotate(151.2deg);
-moz-transform: rotate(151.2deg);
-ms-transform: rotate(151.2deg);
-o-transform: rotate(151.2deg);
transform: rotate(151.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p43 .bar {
-webkit-transform: rotate(154.8deg);
-moz-transform: rotate(154.8deg);
-ms-transform: rotate(154.8deg);
-o-transform: rotate(154.8deg);
transform: rotate(154.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p44 .bar {
-webkit-transform: rotate(158.4deg);
-moz-transform: rotate(158.4deg);
-ms-transform: rotate(158.4deg);
-o-transform: rotate(158.4deg);
transform: rotate(158.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p45 .bar {
-webkit-transform: rotate(162deg);
-moz-transform: rotate(162deg);
-ms-transform: rotate(162deg);
-o-transform: rotate(162deg);
transform: rotate(162deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p46 .bar {
-webkit-transform: rotate(165.6deg);
-moz-transform: rotate(165.6deg);
-ms-transform: rotate(165.6deg);
-o-transform: rotate(165.6deg);
transform: rotate(165.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p47 .bar {
-webkit-transform: rotate(169.2deg);
-moz-transform: rotate(169.2deg);
-ms-transform: rotate(169.2deg);
-o-transform: rotate(169.2deg);
transform: rotate(169.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p48 .bar {
-webkit-transform: rotate(172.8deg);
-moz-transform: rotate(172.8deg);
-ms-transform: rotate(172.8deg);
-o-transform: rotate(172.8deg);
transform: rotate(172.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p49 .bar {
-webkit-transform: rotate(176.4deg);
-moz-transform: rotate(176.4deg);
-ms-transform: rotate(176.4deg);
-o-transform: rotate(176.4deg);
transform: rotate(176.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p50 .bar {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .bar {
-webkit-transform: rotate(183.6deg);
-moz-transform: rotate(183.6deg);
-ms-transform: rotate(183.6deg);
-o-transform: rotate(183.6deg);
transform: rotate(183.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .bar {
-webkit-transform: rotate(187.2deg);
-moz-transform: rotate(187.2deg);
-ms-transform: rotate(187.2deg);
-o-transform: rotate(187.2deg);
transform: rotate(187.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .bar {
-webkit-transform: rotate(190.8deg);
-moz-transform: rotate(190.8deg);
-ms-transform: rotate(190.8deg);
-o-transform: rotate(190.8deg);
transform: rotate(190.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .bar {
-webkit-transform: rotate(194.4deg);
-moz-transform: rotate(194.4deg);
-ms-transform: rotate(194.4deg);
-o-transform: rotate(194.4deg);
transform: rotate(194.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .bar {
-webkit-transform: rotate(198deg);
-moz-transform: rotate(198deg);
-ms-transform: rotate(198deg);
-o-transform: rotate(198deg);
transform: rotate(198deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .bar {
-webkit-transform: rotate(201.6deg);
-moz-transform: rotate(201.6deg);
-ms-transform: rotate(201.6deg);
-o-transform: rotate(201.6deg);
transform: rotate(201.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .bar {
-webkit-transform: rotate(205.2deg);
-moz-transform: rotate(205.2deg);
-ms-transform: rotate(205.2deg);
-o-transform: rotate(205.2deg);
transform: rotate(205.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .bar {
-webkit-transform: rotate(208.8deg);
-moz-transform: rotate(208.8deg);
-ms-transform: rotate(208.8deg);
-o-transform: rotate(208.8deg);
transform: rotate(208.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .bar {
-webkit-transform: rotate(212.4deg);
-moz-transform: rotate(212.4deg);
-ms-transform: rotate(212.4deg);
-o-transform: rotate(212.4deg);
transform: rotate(212.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .bar {
-webkit-transform: rotate(216deg);
-moz-transform: rotate(216deg);
-ms-transform: rotate(216deg);
-o-transform: rotate(216deg);
transform: rotate(216deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .bar {
-webkit-transform: rotate(219.6deg);
-moz-transform: rotate(219.6deg);
-ms-transform: rotate(219.6deg);
-o-transform: rotate(219.6deg);
transform: rotate(219.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .bar {
-webkit-transform: rotate(223.2deg);
-moz-transform: rotate(223.2deg);
-ms-transform: rotate(223.2deg);
-o-transform: rotate(223.2deg);
transform: rotate(223.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .bar {
-webkit-transform: rotate(226.8deg);
-moz-transform: rotate(226.8deg);
-ms-transform: rotate(226.8deg);
-o-transform: rotate(226.8deg);
transform: rotate(226.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .bar {
-webkit-transform: rotate(230.4deg);
-moz-transform: rotate(230.4deg);
-ms-transform: rotate(230.4deg);
-o-transform: rotate(230.4deg);
transform: rotate(230.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .bar {
-webkit-transform: rotate(234deg);
-moz-transform: rotate(234deg);
-ms-transform: rotate(234deg);
-o-transform: rotate(234deg);
transform: rotate(234deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .bar {
-webkit-transform: rotate(237.6deg);
-moz-transform: rotate(237.6deg);
-ms-transform: rotate(237.6deg);
-o-transform: rotate(237.6deg);
transform: rotate(237.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .bar {
-webkit-transform: rotate(241.2deg);
-moz-transform: rotate(241.2deg);
-ms-transform: rotate(241.2deg);
-o-transform: rotate(241.2deg);
transform: rotate(241.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .bar {
-webkit-transform: rotate(244.8deg);
-moz-transform: rotate(244.8deg);
-ms-transform: rotate(244.8deg);
-o-transform: rotate(244.8deg);
transform: rotate(244.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .bar {
-webkit-transform: rotate(248.4deg);
-moz-transform: rotate(248.4deg);
-ms-transform: rotate(248.4deg);
-o-transform: rotate(248.4deg);
transform: rotate(248.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .bar {
-webkit-transform: rotate(252deg);
-moz-transform: rotate(252deg);
-ms-transform: rotate(252deg);
-o-transform: rotate(252deg);
transform: rotate(252deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .bar {
-webkit-transform: rotate(255.6deg);
-moz-transform: rotate(255.6deg);
-ms-transform: rotate(255.6deg);
-o-transform: rotate(255.6deg);
transform: rotate(255.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .bar {
-webkit-transform: rotate(259.2deg);
-moz-transform: rotate(259.2deg);
-ms-transform: rotate(259.2deg);
-o-transform: rotate(259.2deg);
transform: rotate(259.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .bar {
-webkit-transform: rotate(262.8deg);
-moz-transform: rotate(262.8deg);
-ms-transform: rotate(262.8deg);
-o-transform: rotate(262.8deg);
transform: rotate(262.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .bar {
-webkit-transform: rotate(266.4deg);
-moz-transform: rotate(266.4deg);
-ms-transform: rotate(266.4deg);
-o-transform: rotate(266.4deg);
transform: rotate(266.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .bar {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .bar {
-webkit-transform: rotate(273.6deg);
-moz-transform: rotate(273.6deg);
-ms-transform: rotate(273.6deg);
-o-transform: rotate(273.6deg);
transform: rotate(273.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .bar {
-webkit-transform: rotate(277.2deg);
-moz-transform: rotate(277.2deg);
-ms-transform: rotate(277.2deg);
-o-transform: rotate(277.2deg);
transform: rotate(277.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .bar {
-webkit-transform: rotate(280.8deg);
-moz-transform: rotate(280.8deg);
-ms-transform: rotate(280.8deg);
-o-transform: rotate(280.8deg);
transform: rotate(280.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .bar {
-webkit-transform: rotate(284.4deg);
-moz-transform: rotate(284.4deg);
-ms-transform: rotate(284.4deg);
-o-transform: rotate(284.4deg);
transform: rotate(284.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .bar {
-webkit-transform: rotate(288deg);
-moz-transform: rotate(288deg);
-ms-transform: rotate(288deg);
-o-transform: rotate(288deg);
transform: rotate(288deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .bar {
-webkit-transform: rotate(291.6deg);
-moz-transform: rotate(291.6deg);
-ms-transform: rotate(291.6deg);
-o-transform: rotate(291.6deg);
transform: rotate(291.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .bar {
-webkit-transform: rotate(295.2deg);
-moz-transform: rotate(295.2deg);
-ms-transform: rotate(295.2deg);
-o-transform: rotate(295.2deg);
transform: rotate(295.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .bar {
-webkit-transform: rotate(298.8deg);
-moz-transform: rotate(298.8deg);
-ms-transform: rotate(298.8deg);
-o-transform: rotate(298.8deg);
transform: rotate(298.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .bar {
-webkit-transform: rotate(302.4deg);
-moz-transform: rotate(302.4deg);
-ms-transform: rotate(302.4deg);
-o-transform: rotate(302.4deg);
transform: rotate(302.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .bar {
-webkit-transform: rotate(306deg);
-moz-transform: rotate(306deg);
-ms-transform: rotate(306deg);
-o-transform: rotate(306deg);
transform: rotate(306deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .bar {
-webkit-transform: rotate(309.6deg);
-moz-transform: rotate(309.6deg);
-ms-transform: rotate(309.6deg);
-o-transform: rotate(309.6deg);
transform: rotate(309.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .bar {
-webkit-transform: rotate(313.2deg);
-moz-transform: rotate(313.2deg);
-ms-transform: rotate(313.2deg);
-o-transform: rotate(313.2deg);
transform: rotate(313.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .bar {
-webkit-transform: rotate(316.8deg);
-moz-transform: rotate(316.8deg);
-ms-transform: rotate(316.8deg);
-o-transform: rotate(316.8deg);
transform: rotate(316.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .bar {
-webkit-transform: rotate(320.4deg);
-moz-transform: rotate(320.4deg);
-ms-transform: rotate(320.4deg);
-o-transform: rotate(320.4deg);
transform: rotate(320.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .bar {
-webkit-transform: rotate(324deg);
-moz-transform: rotate(324deg);
-ms-transform: rotate(324deg);
-o-transform: rotate(324deg);
transform: rotate(324deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .bar {
-webkit-transform: rotate(327.6deg);
-moz-transform: rotate(327.6deg);
-ms-transform: rotate(327.6deg);
-o-transform: rotate(327.6deg);
transform: rotate(327.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .bar {
-webkit-transform: rotate(331.2deg);
-moz-transform: rotate(331.2deg);
-ms-transform: rotate(331.2deg);
-o-transform: rotate(331.2deg);
transform: rotate(331.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .bar {
-webkit-transform: rotate(334.8deg);
-moz-transform: rotate(334.8deg);
-ms-transform: rotate(334.8deg);
-o-transform: rotate(334.8deg);
transform: rotate(334.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .bar {
-webkit-transform: rotate(338.4deg);
-moz-transform: rotate(338.4deg);
-ms-transform: rotate(338.4deg);
-o-transform: rotate(338.4deg);
transform: rotate(338.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .bar {
-webkit-transform: rotate(342deg);
-moz-transform: rotate(342deg);
-ms-transform: rotate(342deg);
-o-transform: rotate(342deg);
transform: rotate(342deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .bar {
-webkit-transform: rotate(345.6deg);
-moz-transform: rotate(345.6deg);
-ms-transform: rotate(345.6deg);
-o-transform: rotate(345.6deg);
transform: rotate(345.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .bar {
-webkit-transform: rotate(349.2deg);
-moz-transform: rotate(349.2deg);
-ms-transform: rotate(349.2deg);
-o-transform: rotate(349.2deg);
transform: rotate(349.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .bar {
-webkit-transform: rotate(352.8deg);
-moz-transform: rotate(352.8deg);
-ms-transform: rotate(352.8deg);
-o-transform: rotate(352.8deg);
transform: rotate(352.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .bar {
-webkit-transform: rotate(356.4deg);
-moz-transform: rotate(356.4deg);
-ms-transform: rotate(356.4deg);
-o-transform: rotate(356.4deg);
transform: rotate(356.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .bar {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}html {
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}
.wp-site-blocks > * + * {
margin: 0;
}
ul.wp-block-navigation__submenu-container .wp-block-navigation-item {
padding: 0 20px;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container {
padding: 5px 20px;
overflow-x: hidden;
box-sizing: border-box;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item {
padding: 0;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item
a {
width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item
a {
padding: 20px 0;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item
.wp-block-navigation-item:first-child {
border-top: 1px solid var(--wp--preset--color--border) !important;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item {
border-bottom: 1px solid var(--wp--preset--color--border);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item
.wp-block-navigation-item:last-child {
border: none;
padding-bottom: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item
a {
padding-top: 10px;
padding-bottom: 10px;
}
.wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
border: 1px solid var(--wp--preset--color--border);
}
.wp-block-navigation
.has-child
.wp-block-navigation__submenu-container
> .wp-block-navigation-item:not(:last-child)
> .wp-block-navigation-item__content {
border-bottom: 1px solid var(--wp--preset--color--border);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-container {
gap: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.has-child
.wp-block-navigation__submenu-container {
padding-left: 0;
padding-right: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-container {
padding: 0;
}
.wp-block-navigation__responsive-container-close {
top: 15px;
right: 15px;
}
.wp-block-post-author {
align-items: center;
}
.wp-block-post-author__avatar {
line-height: 0;
}
.wp-block-post-author__avatar img {
width: 35px;
height: 35px;
border-radius: 50%;
}
.wp-block-search__input {
padding: 0 15px;
}
.error404 .wp-block-search__input {
padding: 0 20px;
}
.wp-block-separator {
width: 100%;
height: 2px;
}
.wp-block-post-comments-form input[type="submit"] {
font-size: var(--wp--preset--font-size--small);
}
.wp-block-query-pagination-numbers {
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
}
.wp-block-query-pagination a.page-numbers,
.wp-block-query-pagination a.wp-block-query-pagination-previous,
.wp-block-query-pagination a.wp-block-query-pagination-next,
.wp-block-post-navigation-link.post-navigation-link-previous a,
.wp-block-post-navigation-link.post-navigation-link-next a {
color: var(--wp--preset--color--foreground);
border: 1px solid var(--wp--preset--color--foreground);
border-radius: 50px;
padding: 10px 20px;
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
}
.wp-block-query-pagination span.page-numbers.current,
.wp-block-query-pagination a.page-numbers {
padding: 0;
display: inline-flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
line-height: 1;
border: 1px solid var(--wp--preset--color--foreground);
color: var(--wp--preset--color--foreground);
}
.wp-block-query-pagination span.page-numbers.current {
background-color: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--background);
border-radius: 50px;
}
.wp-block-query-pagination a.wp-block-query-pagination-previous::before,
.wp-block-query-pagination a.wp-block-query-pagination-next::after,
.wp-block-query-pagination a.wp-block-query-pagination-next::after,
.wp-block-post-navigation-link.post-navigation-link-previous a::before,
.wp-block-post-navigation-link.post-navigation-link-next a::after {
content: "❮";
font-size: var(--wp--preset--font-size--normal);
display: inline-block;
line-height: 0;
}
.wp-block-query-pagination a.wp-block-query-pagination-previous::before,
.wp-block-post-navigation-link.post-navigation-link-previous a::before {
margin-right: 5px;
}
.wp-block-query-pagination a.wp-block-query-pagination-next::after,
.wp-block-post-navigation-link.post-navigation-link-next a::after {
content: "❯";
margin-left: 5px;
}
.wp-block-search__inside-wrapper {
border: 1px solid var(--wp--preset--color--border);
background-color: var(--wp--preset--color--background);
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
border: 1px solid var(--wp--preset--color--border);
background-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--body-text);
}
abbr,
acronym {
border-bottom: 1px dotted var(--wp--preset--color--border);
cursor: help;
}
mark,
ins {
background: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--background);
text-decoration: none;
}
div.wp-block-comment-content a,
div.entry-content a {
text-decoration: underline;
text-underline-offset: 0.1em;
}
body.home div.entry-content a,
.meta-details time a,
.wp-block-post-author-name a,
.wp-block-post-terms a,
.wp-block-post-title a,
div.entry-content p.wp-block-post-excerpt__more-text a {
text-decoration: none;
}
pre {
white-space: break-spaces;
}
.wp-block-navigation li.wp-block-navigation-item:hover,
.wp-block-post-author__content a:hover,
.wp-block-post-date a:hover,
.wp-block-post-title a:hover,
.wp-block-post-terms a:hover {
color: var(--wp--preset--color--secondary);
} .header-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.logged-in .header-absolute {
top: 32px;
} .divider {
width: 60%;
min-height: 14px;
margin: auto auto;
z-index: 999;
position: relative;
}
.divider-top-negative-7 {
margin-top: -7px !important;
}
.divider-bottom-negative-7 {
margin-bottom: -7px !important;
}
.width-100 {
width: 100%;
}
.box-shadow {
box-shadow: 0 4px 10px -2px var(--wp--preset--color--border);
}
a.no-text-decoration,
.no-text-decoration a {
text-decoration: none !important;
}
.grey-to-color-mode-effect > a > img,
.grey-to-color-mode-effect > img {
filter: grayscale(100%);
}
.grey-to-color-mode-effect:hover > a > img,
.grey-to-color-mode-effect:hover > img {
filter: grayscale(0%);
}
.color-to-grey-mode-effect:hover > a > img,
.color-to-grey-mode-effect:hover > img {
filter: grayscale(100%);
}
.stroke-text {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: currentColor;
-webkit-text-fill-color: transparent;
}
.margin-top-negative-50 {
margin-top: -50px !important;
z-index: 333;
position: relative;
}
.margin-top-negative-100 {
margin-top: -100px !important;
z-index: 333;
position: relative;
}
.margin-top-negative-150 {
margin-top: -150px !important;
z-index: 333;
position: relative;
}
.margin-left-negative-50 {
margin-left: -50px !important;
z-index: 333;
position: relative;
}
.margin-left-negative-100 {
margin-left: -100px !important;
z-index: 333;
position: relative;
}
.margin-left-negative-150 {
margin-left: -150px !important;
z-index: 333;
position: relative;
}
.margin-right-negative-50 {
margin-right: -50px !important;
z-index: 333;
position: relative;
}
.margin-right-negative-100 {
margin-right: -100px !important;
z-index: 333;
position: relative;
}
.margin-right-negative-150 {
margin-right: -150px !important;
z-index: 333;
position: relative;
} @keyframes pulseAnimate {
0% {
transform: scale(1, 1);
}
100% {
transform: scale(1.8, 1.8);
opacity: 0;
}
}
.pulse-effect a {
position: relative;
display: block;
overflow: visible !important;
}
.pulse-effect a:before {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: pulseAnimate;
animation-name: pulseAnimate;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
background-color: hsla(0, 0%, 100%, 0.749);
border-radius: 50%;
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: -1;
} .img-zoom-on-hover {
overflow: hidden;
}
.img-zoom-on-hover img {
transition: transform 0.5s;
}
.img-zoom-on-hover:hover img {
transform: scale(1.1);
}
div.wp-block-cover:has(.slide-in-right-hover) .slide-in-right-hover,
div.wp-block-cover:has(.slide-in-left-hover) .slide-in-left-hover,
div.wp-block-cover:has(.slide-up-hover) .slide-up-hover,
div.wp-block-cover:has(.slide-down-hover) .slide-down-hover {
opacity: 0;
visibility: hidden;
transition-duration: 0.5s;
}
div.wp-block-cover:has(.slide-in-right-hover):hover .slide-in-right-hover,
div.wp-block-cover:has(.slide-in-left-hover):hover .slide-in-left-hover,
div.wp-block-cover:has(.slide-up-hover):hover .slide-up-hover,
div.wp-block-cover:has(.slide-down-hover):hover .slide-down-hover {
opacity: 1;
visibility: visible;
}
div.wp-block-cover:has(.slide-in-right-hover) .slide-in-right-hover {
margin-left: -200px !important;
}
div.wp-block-cover:has(.slide-in-right-hover):hover .slide-in-right-hover {
margin-left: initial !important;
}
div.wp-block-cover:has(.slide-in-left-hover) .slide-in-left-hover {
margin-right: -200px !important;
}
div.wp-block-cover:has(.slide-in-left-hover):hover .slide-in-left-hover {
margin-right: initial !important;
}
div.wp-block-cover:has(.slide-up-hover) .slide-up-hover {
margin-bottom: -100px !important;
}
div.wp-block-cover:has(.slide-up-hover):hover .slide-up-hover {
margin-bottom: initial !important;
}
div.wp-block-cover:has(.slide-down-hover) .slide-down-hover {
margin-top: -100px !important;
}
div.wp-block-cover:has(.slide-down-hover):hover .slide-down-hover {
margin-top: initial !important;
}
.overline-on-hover a,
.underline-on-hover a {
position: relative;
display: inline;
background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
background: linear-gradient(to right, currentColor 0%, currentColor 100%);
background-size: 25% 2px;
background-position: 0 100%;
-webkit-transition: background-size 0.4s
cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
-o-transition: background-size 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
transition: background-size 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
padding: 5px 0;
background-repeat: no-repeat;
display: initial;
}
.overline-on-hover a {
background-position: unset;
}
.no-line-before a {
background-size: 0 2px;
}
.line-size-3 a {
background-size: 0 3px;
}
.line-size-5 a {
background-size: 0 5px;
}
.overline-on-hover a:hover,
.overline-on-hover a:focus,
.underline-on-hover a:hover,
.underline-on-hover a:focus {
background-size: 100% 2px;
}
.line-size-3 a:hover,
.line-size-3 a:focus {
background-size: 100% 3px;
}
.line-size-5 a:hover,
.line-size-5 a:focus {
background-size: 100% 5px;
} .woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
color: var(--wp--preset--color--foreground);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--white);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 600;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
margin: 0;
color: var(--wp--preset--color--button-primary);
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information h2 {
font-size: 1.7rem;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
font-size: 1.25rem;
}
.single-product .woocommerce span.onsale {
background: var(--wp--preset--color--lite-red);
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
color: var(--wp--preset--color--heading);
text-decoration: none;
}
.wc-block-components-product-sale-badge {
padding: 0px 10px;
background: var(--wp--preset--color--lite-red);
color: #fff;
border: none;
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
}
.wc-block-grid__product-price {
font-size: 1.25rem;
}
.wc-block-grid__product-price del {
opacity: 0.6;
}
.wc-block-grid__product-price ins {
text-decoration: none;
font-weight: var(--wp--custom--typography--font-weight--medium);
}
.single-product.woocommerce .summary .product_meta > span {
display: block;
}
.single-product.woocommerce .product_title.entry-title {
font-size: 36px;
}
.woocommerce div.product div.summary > * {
margin-bottom: 1rem;
}
.single-product.woocommerce .price {
font-size: 24px;
color: var(--wp--preset--color--foreground);
margin-top: 0;
}
.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations th {
display: block;
text-align: left;
}
.woocommerce div.product form.cart .variations label {
font-weight: 500;
font-size: 18px;
text-transform: uppercase;
font-family: var(--wp--preset--font-family--system);
font-size: var(--wp--preset--font-size--normal);
color: var(--wp--preset--color--secondary-dark-background);
}
.woocommerce div.product form.cart .variations select {
font-size: 16px;
color: var(--wp--preset--color--body-text);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child,
.woocommerce-account .woocommerce-MyAccount-navigation li {
background-color: var(--wp--preset--color--primary);
margin: 0 0 2px;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a {
color: var(--wp--preset--color--white);
text-decoration: none;
padding: 15px 20px;
display: block;
line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
background-color: var(--wp--preset--color--secondary);
}
.woocommerce span.onsale {
background-color: #f33a3a;
font-size: var(--wp--preset--font-size--small);
color: var(--wp--preset--color--white);
letter-spacing: 1px;
font-weight: 500;
min-height: auto;
padding: 10px;
line-height: 1;
border-radius: 50px;
text-transform: uppercase;
top: 5px;
left: 5px;
}
.wc-block-mini-cart__button,
.wp-block-woocommerce-customer-account a {
color: var(--wp--preset--color--white);
}
.woocommerce ul.products li.product .onsale {
margin: 0;
top: 5px;
right: 5px;
left: auto;
}
.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
border: none;
background-color: #f33a3a;
color: var(--wp--preset--color--white);
font-size: var(--wp--preset--font-size--small);
letter-spacing: 1px;
border-radius: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid var(--wp--preset--color--border);
}
.woocommerce a.added_to_cart {
padding: 0;
margin: 0;
font-size: var(--wp--preset--font-size--normal);
text-transform: capitalize;
}
.wc-block-components-price-slider__range-input-progress {
--range-color: #101010;
}
.woocommerce div.product form.cart .reset_variations {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
padding: 14px;
border-radius: 50px;
}
.woocommerce table.variations tr td select {
height: 3.1rem;
}
.woocommerce.wc-block-catalog-sorting select.orderby,
.woocommerce .woocommerce-ordering select {
padding: 14px;
color: var(--wp--preset--color--body-text);
font-size: var(--wp--preset--font-size--normal);
font-weight: 400;
border-radius: 50px;
}
.woocommerce.wc-block-product-results-count .woocommerce-result-count {
font-size: var(--wp--preset--font-size--normal);
}
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
.wc-block-components-text-input
input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
border: 1px solid var(--wp--preset--color--border);
background-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--body-text);
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
color: var(--wp--preset--color--body-text);
}
.is-large.wc-block-cart .wc-block-cart-items,
.wc-block-components-totals-wrapper {
border-color: var(--wp--preset--color--border);
} .wpopus-advanced-query-click-load .blog-loader-btn a {
display: block;
border: 1px solid;
border-radius: 50px;
font-weight: 500;
padding: 8px 20px;
}
.wpopus-advanced-query-infinite-scroll svg,
.wpopus-advanced-query-infinite-scroll svg circle,
.wpopus-advanced-query-click-load svg,
.wpopus-advanced-query-click-load svg circle {
fill: var(--wp--preset--color--foreground);
}
#wpopus-tts-label svg {
fill: var(--wp--preset--color--foreground);
}
#wpopus-tts-wrapper button,
#wpopus-tts-wrapper .wpopus-tts-option label,
#wpopus-tts-control h6 {
color: var(--wp--preset--color--heading);
}
#wpopus-tts-voice {
color: var(--wp--preset--color--body-text);
}
#wpopus-tts-wrapper .wpopus-tts-option input[type="range"] {
accent-color: var(--wp--preset--color--body-text);
}
#wpopus-tts-control {
background-color: var(--wp--preset--color--background);
box-shadow: 0 0 3px 0 var(--wp--preset--color--border);
} body.barenote .wp-block-button__link,
body.barenote .wp-element-button,
body.barenote.woocommerce-page #respond input#submit,
body.barenote.woocommerce-page a.button,
body.barenote.woocommerce-page button.button,
body.barenote.woocommerce-page input.button,
body.barenote.woocommerce-page #respond input#submit.alt,
body.barenote.woocommerce-page a.button.alt,
body.barenote.woocommerce-page button.button.alt,
body.barenote.woocommerce-page input.button.alt {
border-radius: 50px;
}
body.barenote .wp-block-search__button.has-icon.wp-element-button {
padding-right: 0.9rem;
padding-left: 0.9rem;
}
body.barenote
.wp-block-navigation
.wp-block-navigation-item.current-menu-item
a {
color: var(--wp--preset--color--secondary);
}
body.barenote p a:hover {
color: var(--wp--preset--color--secondary);
}
body.barenote
.wp-block-query.wpopus-advanced-query
.wp-block-post:not(.has-post-thumbnail),
body.barenote.blog:not(.home) .wp-block-post:not(.has-post-thumbnail),
body.barenote.search .wp-block-post:not(.has-post-thumbnail),
body.barenote.archive .wp-block-post:not(.has-post-thumbnail) {
border: 1px solid var(--wp--preset--color--border);
padding: 25px 20px 20px;
}
body.barenote .wp-block-post:not(.has-post-thumbnail) .wp-block-cover {
padding: 0;
aspect-ratio: unset;
min-height: unset;
}
body.barenote .over-flow-hidden {
overflow: hidden;
} body.barenote .st-latest-blogs li.wp-block-post:not(.has-post-thumbnail) .margin-top-negative-50 {
margin-top: 0 !important;
padding: 0 !important;
} .wpcf7 input,
.wpcf7 textarea {
background-color: var(--wp--preset--color--background);
border-radius: 50px;
height: 46px;
padding: 0 15px;
font-size: 16px;
width: 100%;
box-sizing: border-box;
}
.wpcf7 textarea {
height: 180px;
padding: 10px 15px;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit {
width: auto;
padding: 0 38px;
height: 50px;
font-size: 16px;
line-height: 1;
background-color: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--background);
margin-top: 15px;
border: none;
border-radius: 50px;
cursor: pointer;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7 input.wpcf7-form-control.wpcf7-submit:focus {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--white);
}
.wpcf7-form-control-wrap {
margin-top: 5px;
display: block;
}
.wpcf7 label {
margin-top: 24px;
display: block;
} @media screen and (min-width: 782px) {
.margin-top-negative-50-large-screen {
margin-top: -50px !important;
z-index: 333;
position: relative;
}
.margin-top-negative-100-large-screen {
margin-top: -100px !important;
z-index: 333;
position: relative;
}
.margin-top-negative-150-large-screen {
margin-top: -150px !important;
z-index: 333;
position: relative;
}
.margin-left-negative-50-large-screen {
margin-left: -50px !important;
z-index: 333;
position: relative;
}
.margin-left-negative-100-large-screen {
margin-left: -100px !important;
z-index: 333;
position: relative;
}
.margin-left-negative-150-large-screen {
margin-left: -150px !important;
z-index: 333;
position: relative;
}
.margin-right-negative-50-large-screen {
margin-right: -50px !important;
z-index: 333;
position: relative;
}
.margin-right-negative-100-large-screen {
margin-right: -100px !important;
z-index: 333;
position: relative;
}
.margin-right-negative-150-large-screen {
margin-right: -150px !important;
z-index: 333;
position: relative;
}
}
@media screen and (max-width: 781px) { .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
right: 20px;
top: 10px;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon
svg {
width: 12px;
height: 12px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon.icon-up
svg {
transform: rotate(180deg);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.has-child
.wp-block-navigation__submenu-container {
width: 100%;
display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.has-child
.wp-block-navigation__submenu-container
li {
padding: 0 15px;
box-sizing: border-box;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.has-child
.wp-block-navigation__submenu-container.open-submenu {
display: block;
}
.wp-block-navigation
.has-child
.wp-block-navigation__submenu-container
> .wp-block-navigation-item {
border: none;
} .responsive-flex-align-center {
justify-content: center !important;
}
.responsive-flex-align-left {
justify-content: flex-start !important;
}
.responsive-text-align-center {
text-align: center !important;
}
}