@charset "UTF-8";

.bpp-activity-should_be_checked {
background: #ffebeb !important;
}
#title {
min-width: 25%;
}
#acf_activity_amount {
width: 70px;
}
#featured_image,
#acf_activity_date {
width: 100px;
}
#acf_is_revised,
#acf_should_be_revised,
#acf_is_flagged,
#author {
width: 80px;
word-break: break-word;
}
a.bpp-admin-activity-modal-close {
display: inline-block;
padding: 5px 10px;
font-weight: bold;
background-color: #ddd;
}
.bppjsadm-activity-trigger img {
width: 90px;
height: 90px;
}
.bpp-admin-activity-modal {
width: 80vw;
}
.bpp-admin-activity-modal__image {
display: flex;
justify-content: center;
flex: 1;
background-color: #ddd;
}
.bpp-admin-activity-modal__image img {
max-width: 100%;
}
.bpp-admin-activity-modal > div {
display: flex;
gap: 30px;
align-items: center;
}
.bpp-admin-activity-modal__parameters {
display: flex;
flex-direction: column;
width: 290px;
}
.bpp-admin-activity-modal__parameters .bpp-input {
flex-basis: unset;
}
.bpp-admin-activity-modal__parameters .bpp-input .bpp-input__field {
display: flex;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
max-width: 280px;
}
.bpp-admin-activity-modal__parameters .bpp-input.bpp-input__field--modal-big {
display: flex;
}
.bpp-admin-activity-modal__parameters input[type=checkbox] {
zoom: 2;
}
.bpp-admin-activity-modal__parameters input[type=checkbox]:checked {
border: solid #d34200;
}
.bpp-admin-activity-modal__buttons {
display: flex;
gap: 15px;
}
.bpp-admin-activity-modal__buttons .bpp-input__button {
flex: 1;
padding: 20px 10px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
border: solid 2px transparent;
}
.bpp-input__button.bpp-input__button--review {
background: #d34200;
}
.bpp-input__button.bpp-input__button--checked {
background: green;
}
.bpp-input__button.bpp-input__button--review:hover {
background: #d34200;
border: solid 2px black;
}
.bpp-input__button.bpp-input__button--checked:hover {
background: green;
border: solid 2px black;
}
body:not(.wp-admin) {
font-family: "Motif";
}
a {
color: #d34200;
}
a:hover {
text-decoration: underline;
color: #195385;
}
.wp-admin a {
color: #2271b1;
}
h1 {
font-size: 1.75em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.1em;
}
.bpp-hidden {
display: none !important;
}
.bpp-custom-container {
width: 100%;
background-color: #fff;
box-shadow: #ddd 0px 0px 30px;
margin: 0 auto;
padding: 50px;
overflow-x: auto;
}
.bpp-heading {
margin-top: 0;
color: #000;
font-family: var(--e-global-typography-de89296-font-family), Sans-serif;
font-weight: var(--e-global-typography-de89296-font-weight);
text-transform: var(--e-global-typography-de89296-text-transform);
}
.bpp-link {
font-weight: 600;
text-decoration: underline;
}
.bpp-link:hover {
color: #195385;
}
.bpp-heading--category {
font-size: 24px;
}
.bpp-hr {
background-color: #ebebeb;
height: 2px;
margin-bottom: 20px;
}
.bpp-hr--mb {
margin-bottom: 40px;
}
.elementor-nav-menu--layout-horizontal {
z-index: 9999;
}
@media (max-width: 1024px) {
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1em;
}
.bpp-custom-container {
padding: 30px;
margin: 30px auto;
}
}
@media (max-width: 767px) {
h1 {
font-size: 1.4em;
}
h2 {
font-size: 1.15em;
}
h3 {
font-size: 0.9em;
}
.bpp-custom-container {
padding: 20px;
margin: 20px auto;
}
}
.bpp-name-input {
position: absolute;
left: -10000px;
}
.multiselect__single {
margin-bottom: 0;
padding-left: 0;
color: #fff !important;
font-size: 24px !important;
font-family: "FinalSix" !important;
background-color: #dc4405;
}
.multiselect__tags {
background-color: #dc4405;
border: solid #000 2px !important;
}
@media (max-width: 767px) {
.multiselect__single {
font-size: 18px !important;
}
}
.multiselect__select:before {
border-color: #fff transparent transparent;
border-width: 7px 7px 0;
}
.multiselect__input {
width: 0 !important;
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
z-index: 1 !important;
color: #fff !important;
font-size: 20px !important;
font-family: "FinalSix" !important;
}
.multiselect__option.multiselect__option--highlight:after,
.multiselect__option--selected:after {
display: none;
}
.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight {
background-color: #dc4405;
}
.bpp-form {
margin: auto;
}
.bpp-input {
margin-bottom: 30px;
position: relative;
display: flex;
flex: 1;
flex-basis: 220px;
flex-direction: column;
}
.bpp-input__label {
position: absolute;
z-index: 99;
top: -10px;
display: inline-block;
line-height: 1em;
margin-left: 10px;
padding: 0 8px;
font-family: var(--e-global-typography-963166d-font-family), Sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
background: #fff;
color: #000;
}
.bpp-input__label label:hover {
cursor: pointer;
}
.bpp-input__field {
flex-basis: 100%;
}
.bpp-input__field input,
.bpp-input__field select,
.bpp-input__field button,
.multiselect__tags {
padding: 14px 25px 12px 25px;
border: solid 2px #757575;
border-radius: 0;
font-family: var(--e-global-typography-963166d-font-family), Sans-serif;
font-size: var(--e-global-typography-963166d-font-size);
line-height: 1.25em;
color: #d34200;
flex: 1;
}
.bpp-input__field--sport select,
.bpp-input__field--gutter input {
padding: 19px 25px 17px 25px;
}
.bpp-input__field option {
font-size: var(--e-global-typography-880f956-font-size);
color: #000;
}
.bpp-input__field input:focus,
.bpp-input__field select:focus,
.bpp-input__field button:focus,
.bpp-input__field input:active,
.bpp-input__field select:active,
.bpp-input__field button:active {
border: solid 2px #ca4000;
outline: none;
box-shadow: none;
}
.bpp-input__field--radios {
padding: 12px 25px;
border: solid 2px #757575;
align-items: center;
display: flex;
}
.bpp-input__field--radios-centered {
text-align: center;
}
.bpp-input__button {
transition: all 0.25s;
display: inline-block;
padding: 8px 16px;
border-radius: 0;
border: solid 2px #000;
background: #000;
color: #fff;
font-family: var(--e-global-typography-963166d-font-family), Sans-serif;
font-size: var(--e-global-typography-880f956-font-size);
}
.bpp-input__button:hover,
.bpp-input__button:focus,
.bpp-input__button:active {
background: #ca4000;
border: solid 2px #ca4000;
color: #fff;
outline: none;
text-decoration: none;
}
.bpp-input__button--highlighted {
background-color: #005283;
border-color: #005283;
}
.bpp-input__button--ghost {
background-color: transparent;
color: #000;
border: 0;
}
.bpp-input__button--ghost:hover {
background-color: #ca4000;
color: #fff;
border: 0;
}
@media (max-width: 767px) {
.bpp-input {
margin-bottom: 20px;
}
.bpp-input__field--radios-centered {
text-align: left;
}
}
@media (max-width: 519px) {
.bpp-input--team-type {
flex-basis: 100%;
}
}
.bpp-custom-radio {
display: inline-block;
position: relative;
padding: 0 0 0 35px;
margin-right: 10px;
cursor: pointer;
line-height: 35px;
font-family: var(--e-global-typography-963166d-font-family), Sans-serif;
font-size: var(--e-global-typography-880f956-font-size);
user-select: none;
}
.bpp-custom-radio input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.bpp-custom-radio__checkmark {
position: absolute;
top: 5px;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.bpp-custom-radio:hover input ~ .bpp-custom-radio__checkmark {
background-color: #ccc;
}
.bpp-custom-radio input:checked ~ .bpp-custom-radio__checkmark {
background-color: #ca4000;
}
.bpp-custom-radio__checkmark:after {
content: "";
position: absolute;
display: none;
}
.bpp-custom-radio input:checked ~ .bpp-custom-radio__checkmark:after {
display: block;
}
.bpp-custom-radio .bpp-custom-radio__checkmark:after {
top: 7px;
left: 7px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #fff;
}
.bpp-checkbox {
font-family: "Motif";
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
user-select: none;
}
.bpp-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
.bpp-checkbox:hover input ~ .checkmark {
background-color: #ccc;
}
.bpp-checkbox input:checked ~ .checkmark {
background-color: #d34200;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.bpp-checkbox input:checked ~ .checkmark:after {
display: block;
}
.bpp-checkbox .checkmark:after {
left: 10px;
top: 4px;
width: 7px;
height: 13px;
border: solid white;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.bpp-loading-wrapper {
display: flex;
align-items: center;
padding: 15px 0;
}
.bpp-loading-text {
padding: 0 15px;
}
.bpp-loading-icon {
border: 8px solid #f0f0f0;
border-top: 8px solid #c23e00;
border-radius: 50%;
width: 36px;
height: 36px;
animation: spin 1s linear infinite;
margin: 0;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.bpp-wrapper .bpp-wrapper__inner {
display: flex;
max-width: 1200px;
margin: 0 auto;
padding: 50px;
}
@media screen and (max-width: 1024px) {
.bpp-wrapper .bpp-wrapper__inner {
flex-direction: column;
padding: 20px;
}
}
.bpp-message,
.woocommerce-thankyou-order-failed {
box-sizing: border-box;
padding: 1em 2em 1em 3.5em;
margin: 0 0 2em;
position: relative;
background-color: #f8f8f8;
color: #000;
border-top: 4px solid #8fae1b;
list-style: none outside;
width: auto;
word-wrap: break-word;
margin-bottom: 20px;
}
.bpp-message--alert::before,
.bpp-message--info::before,
.bpp-message--success::before {
font-family: WooCommerce;
content: "\e028";
display: inline-block;
position: absolute;
top: 10px;
left: 15px;
font-size: 24px;
}
.bpp-message--info {
border-top-color: #195385;
}
.bpp-message--info::before {
content: "\1f6c8";
color: #195385;
font-size: 32px;
line-height: 32px;
}
.bpp-message--success {
border-top-color: #8fae1b;
}
.bpp-message--success::before {
content: "\e015";
color: #8fae1b;
}
.woocommerce-notice--error {
border-top-color: #ca4000;
}
.bpp-message--alert::before {
content: "\e016";
color: #ca4000;
}
.woocommerce-thankyou-order-failed {
font-size: 18px;
font-family: "Motif";
padding: 20px;
}
.woocommerce-thankyou-order-failed-actions a {
background: #000;
border-radius: 0;
color: #fff;
padding: 15px 30px;
font-family: "FinalSix";
text-transform: uppercase;
}
.woocommerce-thankyou-order-failed-actions a:hover {
background: #ca4000;
}
.menu-toggle {
display: none;
}
.menu-toggle-icon {
display: block;
width: 25px;
height: 4px;
border-radius: 3px;
background-color: #fff;
position: relative;
}
.menu-toggle-icon:before,
.menu-toggle-icon:after {
content: "";
width: 100%;
height: 100%;
background-color: inherit;
position: absolute;
border-radius: 3px;
left: 0;
}
.menu-toggle-icon:before {
top: -8px;
background-color: #fff;
}
.menu-toggle-icon:after {
bottom: -8px;
}
.menu-toggle.toggled .menu-toggle-icon {
background-color: transparent;
}
.menu-toggle.toggled .menu-toggle-icon:before {
transform: rotate(45deg);
top: 0;
background-color: #fff;
}
.menu-toggle.toggled .menu-toggle-icon:after {
transform: rotate(-45deg);
bottom: 0;
background-color: #fff;
}
.menu-toggle-text {
display: none;
}
@media screen and (max-width: 1024px) {
.menu-toggle {
display: flex;
gap: 15px;
align-items: center;
justify-content: center;
margin: 20px auto 0;
max-width: 230px;
border: 0;
background: #ca4000;
}
.menu-toggle:focus,
.menu-toggle:hover {
outline: none;
background: #ca4000;
}
.menu-toggle.toggled {
background: #000;
}
.menu-toggle-text {
display: inline-block;
color: #fff;
}
}
.bpp-myaccount {
display: flex;
flex-direction: column;
gap: 30px;
max-width: 1300px;
padding: 50px;
margin: auto;
}
.bpp-myaccount-nav-wrapper {
background: #d34200;
margin: 0;
padding: 25px;
}
.bpp-myaccount-nav {
padding: 0;
list-style-type: none;
min-width: 200px;
max-width: 1200px;
margin: auto;
}
.bpp-myaccount-nav li {
display: flex;
flex: 1;
flex-basis: auto;
padding: 5px 0;
}
.bpp-myaccount-nav li a {
color: #fff;
padding: 0;
margin: auto;
}
.bpp-myaccount-nav li a:hover {
color: #000;
}
.bpp-myaccount-nav li.is-active a {
color: #000;
text-decoration: underline;
}
@media (min-width: 768px) {
.bpp-myaccount,
.bpp-myaccount-nav {
display: flex;
}
.bpp-myaccount-nav li {
padding: 0 5px;
text-align: center;
}
}
@media (max-width: 1024px) {
.bpp-myaccount {
gap: 0;
max-width: 100%;
padding: 0 30px;
}
.bpp-myaccount-nav-wrapper {
display: none;
margin: 10px auto;
padding: 30px;
}
.bpp-myaccount-nav li {
text-align: center;
}
}
@media (max-width: 768px) {
.bpp-myaccount {
padding: 0;
}
.bpp-myaccount-nav-wrapper {
padding: 20px;
}
}
.bpp-table td span {
background: rgba(0, 0, 0, 0.07);
color: #666;
display: none;
font-size: 9px;
font-weight: bold;
padding: 0 5px 1px 5px;
position: absolute;
text-transform: uppercase;
top: 0;
left: 0;
}
.bpp-table td p {
color: #000;
}
.bpp-table th,
.bpp-table td {
padding: 10px;
vertical-align: middle;
border: 0.5px solid #eee;
}
.bpp-table th p,
.bpp-table td p {
margin: 0;
}
.bpp-table .bpp-input__button {
padding: 5px 10px;
background: transparent;
color: #000;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
}
.bpp-table .bpp-input__button:hover {
border-color: #000;
cursor: pointer;
background: #000;
color: #fff;
}
.bpp-table tbody tr:hover > td,
.bpp-table tbody tr:hover > th {
background: unset;
}
@media (max-width: 767px) {
.bpp-table tbody > tr:nth-child(odd) > td,
.bpp-table tbody > tr:nth-child(odd) > th {
background: unset;
}
.bpp-table tr th,
.bpp-table thead {
left: -9999px;
position: absolute;
visibility: hidden;
}
.bpp-table tr {
border-bottom: 0;
border: 2px solid #757575;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 10px;
}
.bpp-table td {
padding: 5px;
margin: 0 -1px 0 0;
position: relative;
width: 33.333%;
}
.bpp-table td p {
padding: 15px 0 0;
font-family: "FinalSix";
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.5px;
}
.bpp-table td span {
display: block;
}
}
@media (max-width: 580px) {
.bpp-table td {
width: 50%;
padding: 4px 5px;
margin: 0 -1px 0 0;
}
}
.bpp-search-tools {
display: flex;
justify-content: space-between;
align-items: end;
gap: 0 20px;
flex-wrap: wrap;
margin-bottom: 10px;
}
.bpp-input--multiselect {
margin: 30px 0 10px 0;
flex-grow: 0;
flex-basis: 350px;
}
@media (max-width: 767px) {
.bpp-search-tools {
flex-direction: row-reverse;
justify-content: flex-end;
}
.bpp-input--multiselect {
order: 2;
}
}
.smart-pagination .pagination {
margin: 10px;
padding: 0;
list-style-type: none;
display: flex;
gap: 5px;
justify-content: center;
font-family: "FinalSix";
}
.smart-pagination .pagination .page-item a {
color: #000;
display: inline-block;
padding: 5px 7px;
}
.smart-pagination .pagination .page-item a:hover {
color: #ca4000;
}
.smart-pagination .pagination .page-item.disabled {
color: #aaa;
}
.smart-pagination .pagination .page-item.active a {
color: #ca4000;
}
.bpp-pravidla-wrapper {
padding: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
}
.bpp-pravidla {
padding: 0 0 0 15px;
font-size: 0.85em;
}
.bpp-input__button--start-race {
display: block;
margin: 20px auto 0 auto;
padding: 16px 25px;
font-size: 120%;
}
.bpp-input__button--start-race[disabled] {
cursor: not-allowed;
background: #aaa;
color: #e0e0e0;
border: 0;
}
.bpp-conditions {
position: relative;
flex: 1;
margin: 40px 0;
}
.bpp-conditions .bpp-conditions__row {
display: flex;
align-items: flex-start;
position: relative;
padding: 8px 0;
}
.bpp-conditions .bpp-conditions__row:not(:last-child)::after {
content: "";
position: absolute;
z-index: 0;
left: 22px;
top: 32px;
width: 2px;
height: 100%;
background: #ddd;
}
.bpp-conditions .bpp-conditions__row .bpp-conditions__marker {
display: flex;
align-items: center;
position: relative;
z-index: 2;
left: 0;
top: 12px;
width: 2em;
height: 2em;
padding: 8px;
border-radius: 50%;
font-size: 24px;
}
.bpp-conditions .bpp-conditions__row .bpp-conditions__content {
background: #f5f5f5;
padding: 12px 18px;
margin-left: 20px;
border-radius: 6px;
box-sizing: border-box;
max-width: 420px;
}
.bpp-conditions .bpp-conditions__row .bpp-conditions__title {
margin-bottom: 5px;
font-weight: 600;
font-family: "FinalSix";
}
.bpp-conditions .bpp-conditions__row .bpp-conditions__desc {
font-family: "Motif";
}
.bpp-conditions .bpp-conditions__row.bpp-conditions__row--completed .bpp-conditions__marker {
border-color: #195385;
background: #195385;
}
.bpp-conditions .bpp-conditions__row.bpp-conditions__row--completed .bpp-conditions__title {
color: #bbb;
}
.bpp-conditions .bpp-conditions__row.bpp-conditions__row--completed .bpp-conditions__desc {
display: none;
}
.bpp-conditions .bpp-conditions__row.bpp-conditions__row--pending .bpp-conditions__marker {
border-color: #d34200;
background: #d34200;
}
.elementor-widget-woocommerce-checkout-page .e-checkout__container {
display: grid;
column-gap: 20px;
grid-template-columns: calc(63% - 10px) calc(37% - 10px);
}
@media (max-width: 1024px) {
.elementor-widget-woocommerce-checkout-page .e-checkout__container {
grid-template-columns: 1fr;
row-gap: 20px;
column-gap: 0;
}
}
.bpp-checkout .bpp-billing-fields .bpp-row {
display: flex;
gap: 20px;
margin-bottom: 15px;
}
@media (max-width: 519px) {
.bpp-checkout .bpp-billing-fields .bpp-row {
flex-direction: column;
gap: 0;
margin-bottom: 0;
}
}
.bpp-checkout .bpp-billing-fields .bpp-col {
flex: 1;
min-width: 0;
}
.bpp-checkout .bpp-billing-fields .bpp-input {
margin-bottom: 15px;
}
@media (max-width: 519px) {
.bpp-checkout .bpp-billing-fields .bpp-input {
margin-bottom: 20px;
}
.bpp-checkout .bpp-billing-fields .bpp-input input {
padding: 14px 25px 12px 25px;
padding: 10px 20px 8px 20px;
}
}
.bpp-checkout .bpp-billing-fields #billing_country,
.bpp-checkout .bpp-billing-fields #billing_state,
.bpp-checkout .bpp-billing-fields label[for=billing_country],
.bpp-checkout .bpp-billing-fields label[for=billing_state] {
display: none;
}
.bpp-checkout .bpp-order-overview input::-webkit-inner-spin-button,
.bpp-checkout .bpp-order-overview input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.bpp-checkout .bpp-order-overview input[type=number] {
-moz-appearance: textfield;
}
.bpp-checkout .bpp-order-overview thead th {
font-weight: 500 !important;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-name {
display: flex;
align-items: center;
gap: 15px;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-name .quantity {
display: flex;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-name .quantity input {
padding: 5px;
width: 50px;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-name .cqoc_container {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
flex: 1;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-name .cqoc_container a.remove {
display: inline-block !important;
margin-left: 10px;
font-size: 24px !important;
width: 22px !important;
height: 22px !important;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-name .cqoc_container span {
font-family: var(--e-global-typography-880f956-font-family), Sans-serif;
font-size: 15px;
font-weight: 500;
line-height: var(--e-global-typography-880f956-line-height);
text-transform: none;
color: #dc4405;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__item-price {
text-align: right;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__subtotal {
display: none;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__total {
background: #ebebeb;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__total td,
.bpp-checkout .bpp-order-overview .bpp-order-overview__total th {
font-size: 18px !important;
padding: 15px !important;
}
.bpp-checkout .bpp-order-overview .bpp-order-overview__total td {
text-align: right;
}
.bpp-checkout .bpp-place-order label[for=payment_method_agmobindercardall] {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
font-weight: 600;
font-family: "FinalSix";
text-transform: uppercase;
}
.bpp-checkout .bpp-place-order .woocommerce-form__input-checkbox {
width: 32px;
height: 32px;
}
.bpp-checkout .bpp-place-order #place_order {
margin-top: 15px;
}
.elementor-element-d5bd446 .woocommerce-checkout {
--purchase-button-width: 100% !important;
}
.elementor-element-79f770d .elementor-widget-container {
text-align: center;
}
.woocommerce-thankyou-order-received {
text-align: center !important;
margin: 30px;
}
.bpp-order-line-summary {
display: flex;
background: #f8f8f8;
border: solid #ddd 2px;
}
.bpp-order-line-summary li {
margin: 0 !important;
padding: 15px !important;
}
.bpp-order-billing-summary {
display: flex;
gap: 30px;
}
.bpp-order-billing-summary h2 {
margin-top: 8px !important;
font-size: 20px !important;
}
.bpp-order-billing-summary .product-name {
width: 75%;
}
.bpp-order-billing-summary .woocommerce-table__product-name.product-name a,
.bpp-order-billing-summary .woocommerce-table__product-total.product-total {
font-size: 15px !important;
}
.bpp-order-billing-summary .product-total,
.bpp-order-billing-summary tfoot td {
width: 25%;
text-align: right;
}
.bpp-dashboard-hello-notice {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.bpp-dashboard-hello-notice__buttons {
display: flex;
flex-direction: column;
gap: 10px;
flex-wrap: wrap;
}
.bpp-heading--category {
margin-top: 50px;
margin-bottom: 30px;
}
@media (max-width: 1024px) {
.bpp-heading--category {
margin-top: 40px;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.bpp-heading--category {
margin-top: 30px;
margin-bottom: 10px;
}
}
@media (max-width: 1199px) {
.bpp-dashboard-hello-notice {
flex-direction: column;
gap: 0;
}
.bpp-dashboard-hello-notice__buttons {
flex-direction: row;
gap: 10px;
}
}
.bpp-pay-first-info__inner {
display: flex;
gap: 15px;
align-items: center;
}
.bpp-pay-first-info__buttons {
display: flex;
flex-shrink: 0;
gap: 10px;
flex-direction: column;
align-items: center;
width: 230px;
}
@media (max-width: 767px) {
.bpp-pay-first-info__inner {
flex-direction: column;
align-items: flex-start;
}
.bpp-pay-first-info__buttons {
flex-direction: row;
width: 100%;
flex-wrap: wrap;
}
}
.bpp-cart-info {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
padding: 15px;
background: #ca4000;
flex-direction: column;
}
.bpp-cart-info.bpp-cart-not-empty {
position: sticky !important;
z-index: 1999999;
bottom: 0;
left: 0;
right: 0;
}
.bpp-cart-info .bpp-cart-info__inner {
display: flex;
align-items: center;
gap: 20px;
}
.bpp-cart-info h3 {
font-size: 16px;
margin: 0;
color: #fff;
font-family: "Motif";
}
.bpp-cart-info a,
.bpp-cart-info .bpp-input__button {
background: #005283;
font-family: "FinalSix";
text-transform: uppercase;
}
.bpp-cart-info a:hover,
.bpp-cart-info .bpp-input__button:hover {
background: #000;
text-decoration: none;
}
@media (max-width: 500px) {
.bpp-cart-info__inner {
flex-direction: column;
gap: 10px;
text-align: center;
}
}
.bpp-kpis-wrapper {
display: flex;
gap: 20px;
}
@media (max-width: 767px) {
.bpp-kpis-wrapper {
flex-direction: column;
}
}
.bpp-progress-box {
padding: 30px;
margin: 30px 0;
background-color: #F8F8F8;
border: solid 3px #ddd;
}
.bpp-progress-box__number {
padding: 10px;
font-family: "FinalSix";
}
@media (max-width: 767px) {
.bpp-progress-box {
padding: 20px 10px;
}
}
@media (max-width: 500px) {
.bpp-progress-box__number {
padding: 0;
font-size: 80%;
}
}
.bpp-progress-box--kpi {
padding: 20px;
margin: 0;
}
@media (max-width: 767px) {
.bpp-progress-box--kpi {
padding: 20px 10px;
}
}
.progress-container {
width: 100%;
background-color: #255487;
height: 32px;
position: relative;
margin: 0 10px;
}
.bpp-progress-box--kpi .progress-container {
height: 24px;
}
.progress-bar {
background-color: #dc4405;
height: 100%;
width: 0;
position: relative;
padding: 0 15px;
animation: fill-progress 1.5s ease-out forwards;
}
.progress-bar::after,
.progress-bar::before {
content: "";
display: block;
position: absolute;
top: -10px;
right: -10px;
width: 54px;
height: 54px;
}
.progress-bar::after {
background-image: url(//behproparaple.cz/wp-content/themes/hello-elementor-child/para-wheel.png);
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.5s ease;
animation: rotate 5s infinite linear;
}
.progress-bar::before {
background-color: #000;
width: 15px;
height: 15px;
border-radius: 50%;
top: 25px;
right: -27px;
}
.bpp-progress-box--kpi .progress-bar::after,
.bpp-progress-box--kpi .progress-bar::before {
width: 32px;
height: 32px;
top: -4px;
right: -4px;
}
@media (max-width: 767px) {
.progress-container {
height: 26px;
}
.progress-bar::after,
.progress-bar::before {
width: 42px;
height: 42px;
}
.progress-bar::before {
width: 12px;
height: 12px;
top: 18px;
right: -24px;
}
}
@media (max-width: 500px) {
.progress-container {
height: 22px;
}
.progress-bar::after,
.progress-bar::before {
width: 38px;
height: 38px;
}
.progress-bar::before {
display: none;
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.bpp-jednotlivci-buttons {
display: flex;
gap: 20px;
}
@media (max-width: 500px) {
.bpp-jednotlivci-buttons {
flex-wrap: wrap;
gap: 10px;
}
}
.bpp-ad {
width: fit-content;
margin: auto;
padding: 0 10px;
}
.bpp-ad img {
border: solid #aaa 1px;
box-shadow: #000 0px 0px 15px -10px;
}
.bpp-ad .bpp-ad__label {
padding: 0px;
color: #999;
text-shadow: 0 0 #888;
font-size: 10px;
text-transform: uppercase;
}
.bpp-category-products {
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
}
.bpp-category-products .bpp-product {
display: flex;
box-sizing: border-box;
width: 50%;
float: left;
padding: 5px;
}
@media (max-width: 519px) {
.bpp-category-products .bpp-product {
width: 100%;
margin: auto;
}
}
.bpp-category-products .bpp-product .bpp-product__inner {
display: flex;
flex-direction: row;
align-items: center;
border: solid #ddd 1px;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-product__image {
display: flex;
flex: 1;
background: #f5f5f5;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-product__description {
display: flex;
flex-direction: column;
justify-content: end;
flex: 1;
padding: 12px;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-product__name {
max-width: 230px !important;
font-size: 15px;
font-weight: 600;
margin-bottom: 8px;
}
.bpp-category-products .bpp-product .bpp-product__inner .product-cart-quantity {
font-family: "Motif";
font-weight: 600;
font-size: 85%;
background: #000;
border-radius: 3px;
margin-left: 5px;
padding: 1px 5px;
color: #fff;
float: right;
}
.bpp-category-products .bpp-product .bpp-product__inner .product-cart-quantity:after {
content: "\e01d";
font-family: "WooCommerce";
font-size: 75%;
font-weight: 500;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-price-amount-wrap {
display: flex;
justify-content: flex-end;
gap: 5px;
align-items: center;
margin-bottom: 10px;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-price-amount-wrap .product-price {
display: block;
color: #de4205;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-add-to-cart-wrap {
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-add-to-cart-wrap .quantity {
display: flex;
flex: 1;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-add-to-cart-wrap .quantity .qty {
width: 100%;
min-width: 45px;
padding: 8px 5px;
border-radius: 0;
border: 1px solid #ddd;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-add-to-cart-wrap .bpp-input__button {
background: #005283;
border: 0;
}
.bpp-category-products .bpp-product .bpp-product__inner .bpp-add-to-cart-wrap .bpp-input__button:hover {
background: #ca4000;
}
.bpp-category-products .bpp-product.bpp-product--custom-donation .bpp-product__description {
padding: 7px 12px;
}
.bpp-category-products .bpp-product.bpp-product--custom-donation .bpp-product__name {
margin-bottom: 12px;
}
.bpp-category-products .bpp-product.bpp-product--custom-donation input {
margin-bottom: 10px;
border-radius: 0;
border-color: #ddd;
padding: 8px 5px;
}
.bpp-category-products .bpp-product.bpp-product--custom-donation button {
width: 100%;
}
@keyframes vm-fadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes vm-fadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
.vm-backdrop,
.vm-wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.vm-backdrop {
background-color: rgba(0, 0, 0, 0.5);
}
.vm-wrapper {
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.vm {
position: relative;
margin: 0 auto;
width: calc(100% - 20px);
min-width: 110px;
max-width: 500px;
background-color: #fff;
top: 30px;
cursor: default;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.vm-titlebar {
padding: 10px 15px;
overflow: auto;
border-bottom: 1px solid #e5e5e5;
}
.vm-title {
margin-top: 2px;
margin-bottom: 0;
display: inline-block;
font-size: 18px;
font-weight: 400;
}
.vm-btn-close {
color: #ccc;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
float: right;
font-size: 24px;
line-height: 1em;
}
.vm-btn-close:before {
content: "\d7";
font-family: Arial;
}
.vm-btn-close:focus,
.vm-btn-close:focus:hover,
.vm-btn-close:hover {
color: #bbb;
border-color: transparent;
background-color: transparent;
}
.vm-content {
padding: 10px 15px 15px;
}
.vm-content .full-hr {
width: auto;
border: 0;
border-top: 1px solid #e5e5e5;
margin: 15px -14px;
}
.vm-fadeIn {
animation-name: vm-fadeIn;
}
.vm-fadeOut {
animation-name: vm-fadeOut;
}
.vm-fadeIn,
.vm-fadeOut {
animation-duration: 0.25s;
animation-fill-mode: both;
}
fieldset[disabled] .multiselect {
pointer-events: none;
}
.multiselect__spinner {
position: absolute;
right: 1px;
top: 1px;
width: 40px;
height: 38px;
background: #fff;
display: block;
}
.multiselect__spinner:after,
.multiselect__spinner:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
margin: -8px 0 0 -8px;
width: 16px;
height: 16px;
border-radius: 100%;
border: 2px solid transparent;
border-top-color: #41b883;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
-webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.multiselect__spinner:after {
-webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
font-family: inherit;
font-size: 16px;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.multiselect {
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: block;
position: relative;
width: 100%;
min-height: 40px;
text-align: left;
color: #35495e;
}
.multiselect * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.multiselect:focus {
outline: none;
}
.multiselect--disabled {
background: #ededed;
pointer-events: none;
opacity: 0.6;
}
.multiselect--active {
z-index: 50;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single {
position: relative;
display: inline-block;
min-height: 20px;
line-height: 20px;
border: none;
border-radius: 5px;
background: #fff;
padding: 0 0 0 5px;
width: 100%;
-webkit-transition: border 0.1s ease;
transition: border 0.1s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 8px;
vertical-align: top;
}
.multiselect__input::-webkit-input-placeholder {
color: #35495e;
}
.multiselect__input::-moz-placeholder {
color: #35495e;
}
.multiselect__input:-ms-input-placeholder {
color: #35495e;
}
.multiselect__input::-ms-input-placeholder {
color: #35495e;
}
.multiselect__input::placeholder {
color: #35495e;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
border-color: #a8a8a8;
outline: none;
}
.multiselect__single {
padding-left: 5px;
margin-bottom: 8px;
}
.multiselect__tags-wrap {
display: inline;
}
.multiselect__tags {
min-height: 40px;
display: block;
padding: 8px 40px 0 8px;
border-radius: 5px;
border: 1px solid #e8e8e8;
background: #fff;
font-size: 14px;
}
.multiselect__tag {
position: relative;
display: inline-block;
padding: 4px 26px 4px 10px;
border-radius: 5px;
margin-right: 10px;
color: #fff;
line-height: 1;
background: #41b883;
margin-bottom: 5px;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}
.multiselect__tag-icon {
cursor: pointer;
margin-left: 7px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
font-weight: 700;
font-style: normal;
width: 22px;
text-align: center;
line-height: 22px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 5px;
}
.multiselect__tag-icon:after {
content: "\d7";
color: #266d4d;
font-size: 14px;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
background: #369a6e;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
color: #fff;
}
.multiselect__current {
min-height: 40px;
overflow: hidden;
padding: 8px 30px 0 12px;
white-space: nowrap;
border-radius: 5px;
border: 1px solid #e8e8e8;
}
.multiselect__current,
.multiselect__select {
line-height: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
margin: 0;
text-decoration: none;
cursor: pointer;
}
.multiselect__select {
position: absolute;
width: 40px;
height: 38px;
right: 1px;
top: 1px;
padding: 4px 8px;
text-align: center;
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.multiselect__select:before {
position: relative;
right: 0;
top: 65%;
color: #999;
margin-top: 4px;
border-color: #999 transparent transparent;
border-style: solid;
border-width: 5px 5px 0;
content: "";
}
.multiselect__placeholder {
color: #adadad;
display: inline-block;
margin-bottom: 10px;
padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
display: none;
}
.multiselect__content-wrapper {
position: absolute;
display: block;
background: #fff;
width: 100%;
max-height: 240px;
overflow: auto;
border: 1px solid #e8e8e8;
border-top: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 50;
-webkit-overflow-scrolling: touch;
}
.multiselect__content {
list-style: none;
display: inline-block;
padding: 0;
margin: 0;
min-width: 100%;
vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
bottom: 100%;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom: none;
border-top: 1px solid #e8e8e8;
}
.multiselect__content::webkit-scrollbar {
display: none;
}
.multiselect__element {
display: block;
}
.multiselect__option {
display: block;
padding: 12px;
min-height: 40px;
line-height: 16px;
text-decoration: none;
text-transform: none;
vertical-align: middle;
position: relative;
cursor: pointer;
white-space: nowrap;
}
.multiselect__option:after {
top: 0;
right: 0;
position: absolute;
line-height: 40px;
padding-right: 12px;
padding-left: 20px;
font-size: 13px;
}
.multiselect__option--highlight {
background: #41b883;
outline: none;
color: #fff;
}
.multiselect__option--highlight:after {
content: attr(data-select);
background: #41b883;
color: #fff;
}
.multiselect__option--selected {
background: #f3f3f3;
color: #35495e;
font-weight: 700;
}
.multiselect__option--selected:after {
content: attr(data-selected);
color: silver;
background: inherit;
}
.multiselect__option--selected.multiselect__option--highlight {
background: #ff6a6a;
color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
background: #ff6a6a;
content: attr(data-deselect);
color: #fff;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
background: #ededed;
color: #a6a6a6;
}
.multiselect__option--disabled {
background: #ededed !important;
color: #a6a6a6 !important;
cursor: text;
pointer-events: none;
}
.multiselect__option--group {
background: #ededed;
color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
background: #35495e;
color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
background: #ff6a6a;
color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
background: #ff6a6a;
content: attr(data-deselect);
color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
-webkit-transition: all 0.15s ease;
transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
opacity: 0;
}
.multiselect__strong {
margin-bottom: 8px;
line-height: 20px;
display: inline-block;
vertical-align: top;
}
[dir=rtl] .multiselect {
text-align: right;
}
[dir=rtl] .multiselect__select {
right: auto;
left: 1px;
}
[dir=rtl] .multiselect__tags {
padding: 8px 8px 0 40px;
}
[dir=rtl] .multiselect__content {
text-align: right;
}
[dir=rtl] .multiselect__option:after {
right: auto;
left: 0;
}
[dir=rtl] .multiselect__clear {
right: auto;
left: 12px;
}
[dir=rtl] .multiselect__spinner {
right: auto;
left: 1px;
}
@-webkit-keyframes spinning {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(2turn);
transform: rotate(2turn);
}
}
@keyframes spinning {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(2turn);
transform: rotate(2turn);
}
}
html {
border-top: 5px solid #F00;
}
body {
background: #ddd;
}
.loader {
width: 48px;
height: 48px;
border-radius: 50%;
display: inline-block;
position: relative;
border: 3px solid;
border-color: #000 #000 transparent transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
content: "";
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid;
border-color: transparent transparent #000 #FF3D00;
width: 40px;
height: 40px;
border-radius: 50%;
box-sizing: border-box;
animation: rotationBack 0.5s linear infinite;
transform-origin: center center;
}
.loader::before {
width: 32px;
height: 32px;
border-color: #000 #000 transparent transparent;
animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotationBack {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
.bpp-myaccount-nav {
padding: 0;
list-style-type: none;
min-width: 200px;
max-width: 1200px;
margin: auto;
}
.bpp-countdown {
display: flex;
flex-direction: column;
align-items: center;
border: 4px solid #005283;
border-radius: 12px;
padding: 20px 30px;
color: #000;
user-select: none;
width: max-content;
margin: auto;
}
@media (max-width: 767px) {
.bpp-countdown {
padding: 15px 15px;
}
}
@media (max-width: 519px) {
.bpp-countdown {
padding: 12px 12px;
width: 240px;
}
}
.bpp-countdown .bpp-countdown__inner {
display: flex;
align-items: center;
font-weight: 900;
}
.bpp-countdown .bpp-countdown__heading {
font-family: "FinalSix";
text-transform: uppercase;
font-size: 18px;
}
@media (max-width: 767px) {
.bpp-countdown .bpp-countdown__heading {
font-size: 14px;
margin-bottom: 5px;
}
}
@media (max-width: 519px) {
.bpp-countdown .bpp-countdown__heading {
font-size: 13px;
}
}
.bpp-countdown .bpp-countdown-days {
margin-right: 30px;
min-width: 80px;
}
@media (max-width: 767px) {
.bpp-countdown .bpp-countdown-days {
min-width: 45px;
margin-right: 15px;
}
}
@media (max-width: 519px) {
.bpp-countdown .bpp-countdown-days {
min-width: 35px;
margin-right: 10px;
}
}
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__number,
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__label {
display: block;
letter-spacing: 2px;
}
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__number {
font-size: 38px;
line-height: 1;
font-variant-numeric: tabular-nums;
}
@media (max-width: 767px) {
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__number {
font-size: 24px;
}
}
@media (max-width: 519px) {
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__number {
font-size: 22px;
}
}
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__label {
margin-top: 2px;
font-size: 16px;
color: #ca4000;
}
@media (max-width: 767px) {
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__label {
font-size: 13px;
}
}
@media (max-width: 519px) {
.bpp-countdown .bpp-countdown-days .bpp-countdown-days__label {
font-size: 12px;
}
}
.bpp-countdown .bpp-countdown-hours {
display: flex;
align-items: center;
font-size: 56px;
font-variant-numeric: tabular-nums;
letter-spacing: 8px;
}
@media (max-width: 767px) {
.bpp-countdown .bpp-countdown-hours {
font-size: 36px;
letter-spacing: 5px;
}
}
@media (max-width: 519px) {
.bpp-countdown .bpp-countdown-hours {
font-size: 28px;
letter-spacing: 4px;
}
}
.bpp-countdown .bpp-countdown__divider {
font-size: 42px;
margin: 0 10px;
color: #ca4000;
}
@media (max-width: 767px) {
.bpp-countdown .bpp-countdown__divider {
font-size: 28px;
margin: 0 5px;
}
}
@media (max-width: 519px) {
.bpp-countdown .bpp-countdown__divider {
font-size: 24px;
margin: 0 3px;
}
}