.payment_methods li[class*=payment_method_ppcp-] label img{max-height:24px}body {
overflow-anchor: none!important;
}
.lmp_products_loading, .lmp_load_more_button {
width: 100%;
text-align: center;
clear: both;
}
.lmp_products_loading .fa {
width: 56px;
height: 56px;
font-size: 28px;
line-height: 56px;
}
.lmp_products_loading .fa img {
max-width: 100%;
max-height: 100%;
}
.br_loading_inside_lmp img.lmp_rotate,
.br_loading_inside_lmp .fa.lmp_rotate:before,
.lmp_products_loading .lmp_rotate,
.lmp_products_loading .fa.lmp_rotate:before,
.lmp_products_loading .lmp_rotate img {
display: inline-block;
text-align: center;
vertical-align: middle;
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.lmp_load_more_button .lmp_button {
position: relative;
display: inline-block;
font-size: 22px;
text-decoration: none;
line-height: 1em;
box-sizing: border-box;
}
.lmp_load_more_button .lmp_button img {
max-width: 100%;
max-height: 100%;
}
.berocket_lmp_hidden {
display: none!important;
}
.lmp_load_more_button .lmp_button .br_lmp_hover_image {display: none;}
.lmp_load_more_button .lmp_button:hover .br_lmp_button_image {display: none;}
.lmp_load_more_button .lmp_button:hover .br_lmp_hover_image {display: initial;}
.lmp_load_more_button .lmp_button .br_lmp_loading_image {display: none;}
.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_button_image {display: none;}
.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_hover_image {display: none;}
.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_loading_image {display: initial;}
.lmp_load_more_button .lmp_button .br_lmp_button_image {display: initial;}
.lmp_load_more_button .lmp_button .br_loading_inside_image_lmp {
position: absolute;
}
.berocket_load_more_preload {
position: fixed;
opacity: 1;
top:150%;
}.grw-form-wrap { max-width: 600px; margin: 0 auto; }
.grw-notice { padding: 14px 16px; border-radius: 4px; margin-bottom: 20px; font-size: 15px; }
.grw-notice--success { background: #edfaef; border: 1px solid #00a32a; color: #135e2b; }
.grw-notice--error { background: #fcf0f1; border: 1px solid #d63638; color: #8a1f21; }
.grw-form .grw-field { margin-bottom: 18px; }
.grw-form label { display: block; font-weight: 600; margin-bottom: 6px; }
.grw-form input[type="text"],
.grw-form input[type="email"],
.grw-form input[type="url"],
.grw-form input[type="date"],
.grw-form select,
.grw-form textarea {
width: 100%;
box-sizing: border-box;
padding: 10px 12px;
border: 1px solid #c3c4c7;
border-radius: 4px;
font-size: 15px;
line-height: 1.4;
}
.grw-form textarea { resize: vertical; }
.grw-form input:focus,
.grw-form select:focus,
.grw-form textarea:focus {
border-color: #33475b;
outline: 2px solid rgba(51,71,91,.15);
}
.grw-req { color: #d63638; }
.grw-field--checkbox label { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; }
.grw-field--checkbox input { margin-top: 3px; } .grw-submit button {
border: none;
border-radius: 4px;
padding: 12px 24px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background .15s ease;
}