﻿
.deallikes {
    margin: 0px;
    padding-top: 15px;
    font-size: 12px;
}

.deallikes ul {
margin: 0;
padding: 0;
}

.deallikes ul li {
display: inline-block;
margin-right: 10px;
list-style: none;
line-height: 22px;
font-size: 16px;
}

.deallikes ul li a {
color: #4D6474;
text-decoration: none;
display: block;
padding-left: 24px;
/*padding-left: 10px;*/
background-position: left top;
background-repeat: no-repeat;
}

.deallikes ul li a.clicked {
    background-position: left bottom;
}
a.wow {
    background-image: url(../../../public/images/wow_1.svg);
}
a.like {
    background-image: url('../../../public/images/like_1.svg');
}

a.likes {
    background-image: url(../../../public/images/love_1.svg);
}

a.walk {
    background-image: url('../../../public/images/running_1.svg');
}

a.cart {
    background-image: url(../../../public/images/cart.png);
}

a.icon_eye {
    background-image: url(../../../public/images/icon_eye.svg);
}

a.icon_touch {
    background-image: url(../../../public/images/icon_touch.svg);
}

.btnRatereview{
    padding-left:0 !important
}

.facebook_logIn {
    font-size: 35px;
    color: #385898;
}

    .facebook_logIn:hover {
        color: #385898;
    }

.google_logIn .fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
}

.custom_footerModal > :not(:last-child) {
    margin-right: 10px;
}
a#btnGoogleLogin{display:flex;align-items:center;}
a#btnGoogleLogin em {
    background: #3367d6;
    color: #fff;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 11px;
    font-weight:700;
    font-style: normal;
}
a#btnGoogleLogin span{background:#fff;padding:2px;display:flex;align-self:center;margin-right: 2px;}
a#btnGoogleLogin span i{font-size: 20px;}
.alreadySubmitted {
    padding-left: 10px;
    margin-bottom: 15px;
}
    .alreadySubmitted p {
        color: #1a6b92;
    }