.woocommerce-checkout #payment ul.payment_methods li .payment-octopus-tooltip{position:relative;display:inline-block;color:#00f;text-decoration:underline}.woocommerce-checkout #payment ul.payment_methods li .payment-octopus-tooltip img.payment-octopus-tooltip-img{display:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.woocommerce-checkout #payment ul.payment_methods li .payment-octopus-tooltip:hover .payment-octopus-tooltip-img{display:block}.divit-flex-1 {
flex: 1;
}
.divit-flex {
display: flex;
align-items: center;
}
.divit-items-center {
display: flex;
justify-content: center;
align-items: center;
}
.divit-space-between {
display: flex;
justify-content: space-between;
align-items: center;
}
.divit-tag-yellow {
color: #1c1c1c;
background-color: #FFCC33;
padding: 3px 15px;
border-radius: 35px;
}
.divit_loading_overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
min-width: 100%;
min-height: 100%;
max-width: 100%;
max-height: 100%;
z-index: 39394802914;
background-color: rgba(0,0,0,0.75);
}
.divit_loading_overlay_content {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
} #place_express_order.divit_place_express_order_button {
display: block;
width: 100%;
margin-top: 25px;
background-color: white;
border-radius: 30px;
border: 1px solid #1C1C1C;	
} .divit_radio {
width: 20px;
height: 20px;
outline: 1px solid #1C1C1C;
border-radius: 50%;
cursor: pointer;
pointer-events: auto;
}
.divit_radio.checked {
border: 3px solid white;
background-color: #1C1C1C;
}
.divit_checkout_block {
position: relative;
display:flex;
align-items:center;
outline: 1px solid #DEDEDE;
background: white;
padding: 24px;
box-sizing: border-box;
border-radius: 8px;
color:#1c1c1c;
opacity: 0.6;
}
.divit_checkout_block_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.divit_checkout_block.checked {
outline: 2px solid #1C1C1C;
pointer-events: auto;
opacity: 1;
} .divit_checkout_block input::-webkit-outer-spin-button,
.divit_checkout_block input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} .divit_checkout_block input[type=number] {
-moz-appearance: textfield;
}
.divit_checkout_block_content {
flex: 1;
}
.divit_checkout_spend {
flex-wrap: wrap;
}
.divit_checkout_spend_container {
display: none;
}
#divit_checkout_miles_form {
width: 300px; 
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
@media only screen and (max-width: 768px) {
#divit_checkout_miles_form {	
width: 100%;
margin-top: 16px;
}
}
.divit_checkout_miles_input_container {
}
.divit_checkout_miles_input_plus {
font-size: 24px;
margin: 0 16px;
}
.divit_checkout_miles_input_box {
position: relative;
max-width: 168px;
}
.divit_checkout_miles_input_box img {
position: absolute;
top: 16px;
left: 24px;
}
.divit_checkout_miles_input_box .divit_checkout_cash_input_symbol {
position: absolute;
top: 10px;
left: 24px;
font-size: 16px;
font-weight: bold;
}
.divit_checkout_miles_input_box input {
width: 100%;
height: 46px;
font-size: 16px;
font-weight: bold;
text-align: right;
padding-left: 45px !important;
padding-right: 24px !important;
border: 1px solid  #DEDEDE !important;
border-radius: 4px;
background-color: white !important;
box-shadow: none;
}
.divit_checkout_block_title {
font-size: 20px !important;
font-weight: bold;
line-height: 1.1em;
}
.divit_checkout_block_subtitle {
font-size: 16px !important;
line-height: 1.1em;
margin-top: 13px;
}
.divit_checkout_paynow_total {
font-size: 24px;
margin-left: 10px;
text-align: right;
}
.divit_checkout_paynow .divit_message {
font-size: 14px !important;
}
.divit_earn_miles_message {
width: 100%;
font-size: 14px;
color: #1c1c1c;
padding: 10px 23px;
border-left: 3px solid #FFCC33;
background-color: #FFFAEA;
align-items: center;
display: flex;
}
.divit_earn_miles_message .divit_flag {
display: inline-block;
margin: 0 5px;
}
.divit_earn_miles_message .divit_flag img {
width: 15px !important;
height: auto !important;
margin: 0 !important;
margin-right: 5px !important;
}
.divit_earn_miles_message .divit_flag .divit_miles {
font-size: 14px; }
.ticket_count {
font-weight: 700;
margin: 0 3px;
} .payment_method_divit_desc .divit_earn_miles_message {
margin-bottom: 24px;
}
.divit_promotion_banner_container {
width: 100%;
display: flex;
justify-content: center;
}
.divit_promotion_messasge {
margin-top: 10px;
margin-bottom: 10px !important;
}
.divit_promotion_code_container {
margin-bottom: 24px;
}
.divit_promotion_code_input_container {
display: flex;
align-items: center;
padding-bottom: 16px;
border-bottom: 1px solid #F0F0F0;
}
.divit_promotion_code_input {
flex: 1;
color: #1c1c1c;
}
#divit_promotion_code_field label[for="divit_promotion_code"] {
display: none !important;
}
input#divit_promotion_code {
padding-left: 0;
box-shadow: none;
background: transparent;
}
input#divit_promotion_code:focus {
border: 0;
outline: 0;
}
#divit_promotion_code_submit {
width: 100px;
height: 48px;
margin: 0;
margin-left: 10px;
background-color: black;
color: white;
text-align: center;
border-radius: 40px;
}
.divit_promotion_code_message_failed {
margin-top: 5px;
color: red;
}
#place_order.divit_place_order_button {
background-color: white;
border-radius: 30px;
border: 1px solid #1C1C1C;
}
#place_order.divit_place_order_button .divit_place_order_button_image {
width:80px;
height:28.53px;
margin-bottom:2px;
}
#place_order.divit_place_order_button .divit_place_order_button_container {
color:#1c1c1c;
display:flex;
justify-content:center;
align-items:center;
}
#place_order.divit_place_order_button .divit_place_order_button_spacing {
font-size:16px;
margin-top:8px;
margin-left:8px;
}
.divit_rangeslider.rangeslider {
max-width: 390px;
background: #DEDEDE;
box-shadow: none;
}
.divit_rangeslider .rangeslider__handle {
width: 30px;
height: 30px;
background: #FFCC33;
border: 3px solid white;
}
.divit_rangeslider .rangeslider__handle:after {
background: 0;
}
.divit_rangeslider.rangeslider--horizontal .rangeslider__handle {
top: -6px;
}
.divit_rangeslider.rangeslider--horizontal {
height: 16px;
}
.divit_rangeslider .rangeslider__fill {
background: #FFCC33;
box-shadow: none;
}
.divit_checkout_miles_desc {
display: flex;
align-items: center;
font-size: 15px;
color: #818181;
} .divit-login {
min-width: 110px;
display: inline-block;
position: relative;
}
.divit-login a {
padding: 0 !important;
margin: 0 !important;
}
.divit-login-button, .divit-logout-button {
min-width: 100px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
color: #1c1c1c;
background-color: #FFCC33;
padding: 10px 16px;
box-sizing: border-box;
border-radius: 100px;
cursor: pointer;
}
.divit-logout-button {
background-color: white;
border: 1px solid #F0F0F0;
}
.divit-login-button-content {
flex: 1;
}
.divit-login-text {
padding: 0 !important;
text-decoration: none;
text-align: center;
color: #1c1c1c;
}
.divit-user-profile {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.divit-user-name {
font-size: 10px;
line-height: 1.2em;
}
.divit-user-miles {
font-size: 12px;
font-weight: bold;
line-height: 1.2em;
}
.divit-arrow-down {
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
margin-left: 10px;
margin-bottom: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.divit-login-popup {
display: none;
width: 267px;
position: absolute;
top: 50px;
right: 0;
padding: 24px;
box-sizing: border-box;
background-color: white;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border: 1px solid #F0F0F0;
border-radius: 8px;
text-align: center;
z-index: 999999;
}
.divit-login-popup.divit-loggedin {
width: 310px;
}
.divit-login-popup > * {
font-size: 14px;
}
.divit-login-popup .divit-login-button, .divit-login-popup .divit-logout-button {
display: inline-flex;
}
.divit-login-popup:after, .divit-login-popup:before {
bottom: 100%;
right: 10%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.divit-login-popup:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: white;
border-width: 10px;
margin-left: -10px;
}
.divit-login-popup:before {
border-color: rgba(240, 240, 240, 0);
border-bottom-color: #F0F0F0;
border-width: 11px;
margin-left: -11px;
}
.divit-login-signup-text {
font-size: 12px;
}
.divit-login-signup-text a {
text-decoration: underline;
}
.divit-user-miles-content {
font-size: 24px;
}
.divit-link {
cursor: pointer;
}
.divit-separator {
width: 100%;
height: 1px;
background-color: #F0F0F0;
}
.divit_checkout_fps_guide_button {
display: inline-block;
margin-left: 16px;
cursor: pointer;
}.rangeslider,
.rangeslider__fill {
display: block;
-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.rangeslider {
background: #e6e6e6;
position: relative;
}
.rangeslider--horizontal {
height: 20px;
width: 100%;
}
.rangeslider--vertical {
width: 20px;
min-height: 150px;
max-height: 100%;
height: 100%;
}
.rangeslider--disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
.rangeslider__fill {
background: #00ff00;
position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
bottom: 0;
width: 100%;
}
.rangeslider__handle {
background: white;
border: 1px solid #ccc;
cursor: pointer;
display: inline-block;
width: 40px;
height: 40px;
position: absolute;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.rangeslider__handle:after {
content: "";
display: block;
width: 18px;
height: 18px;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
top: -10px;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
left: -10px;
touch-action: pan-x;
-ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}.wpro-pre-order-availability-date, .wpro-pre-order-quantity {
margin-bottom: 20px;
}
.wpro-pre-order-availability-date, .wpro-pre-order-quantity, .wpro-pre-order-availability-date {
font-style: oblique;
font-size: 16px;
}
.wpro-pre-order-after-name-cart, .wpro-pre-order-availability-date-cart {
font-style: oblique;
font-size: 14px;
}
.fa {
color: green;
margin-right: 5px;
}
.wpro-pre-order-shop-page {
font-style: oblique;
font-size: 16px;
margin-bottom: 10px;
}