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%;
}#paytm-pg-spinner {
width: 70px;
text-align: center;
z-index: 999999;
position: fixed;
top: 25%;
left: 50%;
}
#paytm-pg-spinner>div {
width: 10px;
height: 10px;
background-color: #012b71;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#paytm-pg-spinner .bounce1 {
-webkit-animation-delay: -0.64s;
animation-delay: -0.64s;
}
#paytm-pg-spinner .bounce2 {
-webkit-animation-delay: -0.48s;
animation-delay: -0.48s;
}
#paytm-pg-spinner .bounce3 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
#paytm-pg-spinner .bounce4 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
#paytm-pg-spinner .bounce4,
#paytm-pg-spinner .bounce5 {
background-color: #48baf5;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
.paytm-overlay {
width: 100%;
position: fixed;
top: 0px;
left: 0px;
opacity: .3;
height: 100%;
background: #000;
z-index: 9999;
}
.paytm-woopg-loader p {
font-size: 10px !important;
}
.paytm-woopg-loader a {
font-size: 15px !important;
}
.refresh-payment {
display: inline;
margin-right: 20px;
width: 100px;
background: rgb(0, 185, 245);
padding: 10px 15px;
border-radius: 5px;
color: #fff;
text-decoration: none;
}
.paytm-action-btn{display: block;padding: 25px;}