.cx_sharethis_popup .popup-body {
    overflow: hidden;
}

.cx_sharethis_popup .swal2-title {
    color: var(--e-secondary);
}

.cx_sharethis_popup .sharethis-inline-share-buttons {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.cx_sharethis_popup .st-btn {
    height: 60px !important;
    width: 60px;
    border-radius: 50% !important;
    padding: 0 !important;
    display: grid !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    vertical-align: middle !important;
}

.cx_sharethis_popup .st-btn:hover {
    opacity: 1 !important; 
    top: 0 !important; 
}

.cx_sharethis_popup .st-btn img {
    height: auto !important;
    width: 35px !important;
    display: block !important;
    position: static !important;
}


.cx_sharethis_popup .copy_text_html {
	margin-top: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr auto;
	/*border: 1px solid var(--e-primary);*/
	padding: 10px 15px;
	background: var(--white-50);
    align-items: center;
}

.cx_sharethis_popup input[type="text"] {
    border: none;
    padding: 0;
    background: transparent;
    /*color: var(--e-tertiary-text);*/
}

.cx_sharethis_popup label {

	cursor: pointer;
    font-size: 14px;    

}


.cx_sharethis_popup .swal2-footer {

	display: none !important;

}


.cx_sharethis_popup .popup-banner {
    min-height: unset;
    padding-top: 10px;
}

.cx_sharethis_popup .owl-stage {
    display: flex;
}

.cx_sharethis_popup .owl-nav {
    margin-left:-28px;
}

.cx_sharethis_popup .owl-next,.cx_sharethis_popup .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center; 
}

.cx_sharethis_popup .owl-nav i {
  color: var(--text-51); 
  font-size: 15px;
}
