
.pagination{
    text-align: center;
    margin-top: -30px;
    padding-bottom: 30px;
}
.product_meta .sku_wrapper{
    display: none;
}
.btx-content-wrapper .qoo-notification{
    display: none;
    margin-top: 0px;
}
a.button-social-login.button-social-login-facebook, .widget-area a.button-social-login.button-social-login-facebook, .social-badge.social-badge-facebook{
    background:#FFF !important;
    color: #373737 !important;
}
.wc-social-login a{
    border-radius: 30px !important;
}
a.button-social-login.button-social-login-google, .widget-area a.button-social-login.button-social-login-google, .social-badge.social-badge-google{
    background:#FFF !important;
    color: #373737 !important;
}
.button-social-login .si, .widget-area .widget a.button-social-login .si, a.button-social-login .si, button.button-social-login .si, input.button-social-login .si{
    margin-left:5px !important;
    margin-right:2px !important;
}
.my-account-subtitle h2{
    margin-top:10px;
}
.decorator-icon{
    width:120px;
    height:120px;
    background-size:100%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1;
}
.register-decorator-icon{
    background-image:url(img/register.png);
}
.signin-decorator-icon{
    background-image:url(img/signin.png);
}
.account-details-decorator-icon{
    background-image:url(img/account-details.png);
    left: 50%;
    transform: translate(-660px,64px);
}
.reports-decorator-icon{
    background-image:url(img/reports.png);
    left: 50%;
    transform: translate(-660px,64px);
}
.activate-kit-decorator-icon{
    background-image:url(img/activate-kit.png);
    left: 50%;
    transform: translate(-660px,64px);
}
.orders-decorator-icon{
    background-image:url(img/orders.png);
    left: 50%;
    transform: translate(-660px,64px);
}
.g-recaptcha{
    transform-origin: left;
    transform:scale(0.77);
}
@media (max-width: 1199px){
    .g-recaptcha{
        transform:scale(0.64);
    }
}
@media (max-width: 959px){
    .g-recaptcha{
        transform:scale(0.48);
    }
    .decorator-icon{
        position: relative;
        margin:0 auto;
        left:auto;
        transform:initial;
    }
    .account-details-decorator-icon,
    .orders-decorator-icon,
    .activate-kit-decorator-icon,
    .reports-decorator-icon
    {
        margin-top:40px;
    }
}
@media (max-width: 767px){
    .g-recaptcha{
        transform:scale(0.95);
    }
}