<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#mrshopsocialbuttons {
    text-align: center;
    margin-bottom: 20px;
}

div#mrshopsocialbuttons.box {
    padding: 20px 0;
    margin-bottom: 0;
}

div#mrshopsocialbuttons.box &gt; p {
    margin-bottom: 10px;
}

div#mrshopsocialbuttons &gt; ul{
    margin: 0;
}

div#mrshopsocialbuttons &gt; ul &gt; li{
    list-style: none;
}

@media (max-width: 767px) {
    div#mrshopsocialbuttons &gt; ul &gt; li {
        margin: 10px 0;
    }
}

@media (min-width: 768px) {
    div#mrshopsocialbuttons &gt; ul &gt; li {
        display: inline-block;
        margin: 10px;
    }
}


div#mrshopsocialbuttons &gt; ul &gt; li &gt; a {
    position: relative;
    color: #ffffff;
    min-width: 140px;
}

div#mrshopsocialbuttons &gt; ul &gt; li.facebook-button &gt; a {
    background-color: #3b5999;
    border: 1px solid #3B5999;
}

div#mrshopsocialbuttons &gt; ul &gt; li.facebook-button:hover &gt; a{
    color: #ffffff;
    background-color: #293e6b;
}
div#mrshopsocialbuttons &gt; ul &gt; li.facebook-button i:before{
    content: "\f09a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
}

div#mrshopsocialbuttons &gt; ul &gt; li.google-button &gt; a{
    background-color: #dd4b39;
    padding:0;
    color: #ffffff;
    display: inline-flex;
    border: 1px solid #DD4B39;
}

div#mrshopsocialbuttons &gt; ul &gt; li.google-button &gt; a &gt; .btn-icon{
    background: #ffffff;
    padding: .35rem ;
}

div#mrshopsocialbuttons &gt; ul &gt; li.google-button &gt; a &gt; .btn-icon &gt; img{
    width: 25px;
    height: 25px;
    color: #ffffff;
}

div#mrshopsocialbuttons &gt; ul &gt; li.google-button &gt; a &gt; .btn-label{
    background-color: #dd4b39;
    padding: .5rem  1.25rem;
    flex: 1;
    align-self: center;
}

div#mrshopsocialbuttons &gt; ul &gt; li.google-button:hover &gt; a &gt; .btn-label {
    color: #ffffff;
    background-color: #b03c2d;
}

div#mrshopsocialbuttons &gt; ul &gt; li &gt; a &gt; div {
    position: relative;
}

div#mrshopsocialbuttons &gt; ul &gt; li &gt; a &gt; div &gt; i:not(.fa) {
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-size: 27px;
    background-position: initial;
    color: #fff;
    position: absolute;
    top: -4px;
    left: 0;
}

div#mrshopsocialbuttons &gt; ul &gt; li &gt; a &gt; div &gt; i:not(.fa) + span {
    margin-left: 25px;
}

div#social-overlay {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

section.social-registration {
    max-width: 640px;
    margin: 0 auto;
}

div#mrshopsocialbuttons.box &gt; ul &gt; li &gt; a {
    font-size: 16px;
}

div#mrshopsocialbuttons.box &gt; ul &gt; li &gt; a &gt; i {
    margin-right: 5px;
    font-size: 17px;
}




div#mrshopsocialbuttons &gt; ul &gt; li.apple-button &gt; a{
    background-color: #000000;
    padding:0;
    color: #ffffff;
    display: inline-flex;
}

div#mrshopsocialbuttons &gt; ul &gt; li.apple-button &gt; a &gt; .btn-icon{
    background: #000000;
    padding: .35rem ;
}

div#mrshopsocialbuttons &gt; ul &gt; li.apple-button &gt; a &gt; .btn-icon &gt; img{
    width: 25px;
    height: 25px;
    color: #ffffff;
}

div#mrshopsocialbuttons &gt; ul &gt; li.apple-button &gt; a &gt; .btn-label{
    background-color: #000000;
    padding: .5rem  1.25rem;
    flex: 1;
    align-self: center;
}

div#mrshopsocialbuttons &gt; ul &gt; li.apple-button:hover &gt; a &gt; .btn-label {
    color: #ffffff;
    background-color: #333;
}
</pre></body></html>