.copied_alert {
    background-color: rgb(0, 0, 0);
    position: absolute;
    right: 0;
    width: 115px;
    font-size: 13px;
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
}

.share_product {
    position: relative;
}

#notifications {
	z-index: 100;
	position: fixed;
	top: 28px;
	right: 16px;
}

#notifications .alert {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 16px;
	font-weight: 500;
	font-size: 16px;
	color: black;
}

#notifications .alert .alert-close {
	cursor: pointer;
	position: absolute;
	right: 31px;
	display: flex;
	align-items: center;
	height: 24px;
}

#notifications .alert ul {
	margin-right: 36px;
}

#notifications .alert.alert-success {
	border-color: #BDE4C7;
	background-color: #BDE4C7;
}

#notifications .alert.alert-info {
	border-color: #FEEFB0;
	background-color: #FEEFB0;
}

#notifications .alert.alert-danger {
	border-color: #F2BCC2;
	background-color: #F2BCC2;
}


.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social {
    display: flex!important;
    justify-content: center;
    gap: 0px;
	flex-direction: row!important;
	align-items: center;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social .ets_solo_social_btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: none;
    display: flex;
    flex-direction: column !important;
    gap: 10px !important;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social .ets_solo_social_btn span:nth-child(2) {
    font-size: 12px;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social .ets_solo_social_btn img {
    background: white;
    width: 45px;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social .ets_solo_social_btn i {
    background: none !important;
    width: auto !important;
    height: auto !important;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social .ets_solo_social_btn.medium.custom {
    min-width: unset !important;
}
.desktop_device .stcustomersignin__login_bar__wrapper ul.ets_solo_social > li.ets_solo_social_item {
    width: auto!important;
    margin: 0!important;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social_wrapper {
    padding-top: 20px;
    text-align: center;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social__menu_text {
    height: 1px;
    width: 100%;
    background: #BABBBD;
    line-height: 3px;
    margin-bottom: 15px;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social__menu_text {
    height: 1px;
    width: 100%;
    background: #BABBBD;
    line-height: 3px;
    margin-bottom: 20px;
}
.desktop_device .stcustomersignin__login_bar__wrapper .ets_solo_social__menu_text span {
    background: white;
    padding: 0px 15px;
    font-size: 16px;
    color: #000;
}
