.facebook span.ets_solo_social_btn.medium.rounded.name:before, .google span.ets_solo_social_btn.medium.rounded.name:before {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    left: -2px;
    top: -2px;
}
.facebook span.ets_solo_social_btn.medium.rounded.name i, .google span.ets_solo_social_btn.medium.rounded.name i {
    background: transparent;
    width: 47px;
    height: 47px;
    line-height: 56px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-right: 12px;
}
.facebook span.ets_solo_social_btn.medium.rounded.name i.icon-facebook:before {
    float: none;
    margin-top: 0;
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(../img/svg/facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
}
.facebook span.ets_solo_social_btn.medium.rounded.name {
    background: rgb(91,139,228);
    background: linear-gradient(
            90deg
            , rgba(91,139,228,1) 0%, rgba(132,232,254,1) 100%);
    border-radius: 50px;
    line-height: 47px;
    height: 47px;
    padding: 0px 0px 0px 0px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.facebook:hover span.ets_solo_social_btn.medium.rounded.name {
    background: rgb(70, 115, 198);
    background: linear-gradient(90deg, rgba(70,115,198,1) 0%, rgba(132,232,254,1) 100%);
}

.google span.ets_solo_social_btn.medium.rounded.name i.icon-google:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(../img/svg/google.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.google span.ets_solo_social_btn.medium.rounded.name {
    background: rgb(220,8,66);
    background: linear-gradient(90deg, rgba(220,8,66,1) 0%, rgba(236,174,152,1) 100%);
    border-radius: 50px;
    line-height: 48px;
    height: 46px;
    padding: 0px 0px 0px 0px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.google:hover span.ets_solo_social_btn.medium.rounded.name {
    background: rgb(181,14,60);
    background: linear-gradient(90deg, rgba(181,14,60,1) 0%, rgba(236,174,152,1) 100%);
}
.google.google_new_desginer .ets_solo_social_btn i {
    background: #fff;
    border: none!important;
}
#order-items {
    border-right: none;
    margin-bottom: 30px;
}
#order-items .qty .col-xs-2 {
    text-align: center;
}
@media(max-width:767px) {
    #order-details>.card-title {
        font-size: 18px;
    }
    body#order-confirmation .card-block {
        padding: 16px 0px;
    }
}

body#order-confirmation .container_breadcrumb {
    display: none !important;
}