.DZ-theme-btn{
    background-color:#fff;
    border-radius:40px;
    bottom:10px;
    color:#fff;
    display:table;
    height:50px;
    right:10px;
    min-width:50px;
    position:fixed;
    text-align:center;
    z-index:99999;
	display: none !important;
}
.DZ-theme-btn i{
    font-size:22px;
    line-height:50px;
	display: none !important;
}
.DZ-theme-btn.DZ-bt-support-now{
    background:#1ebbf0;
    background:-moz-linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);
    background:-webkit-linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);
    background:linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);
    bottom:70px;
	display: none !important;
}
.DZ-theme-btn.DZ-bt-buy-now{
    background:#1fdf61;
    background:-moz-linear-gradient(top,#a3d179 0,#88ba46 100%);
    background:-webkit-linear-gradient(top,#a3d179 0,#88ba46 100%);
    background:linear-gradient(to bottom,#a3d179 0,#88ba46 100%);
	display: none !important;
}
.DZ-theme-btn:hover{
    color:#fff;
    padding:0 20px;
	display: none !important;
}
.DZ-theme-btn span{
    display:table-cell;
    vertical-align:middle;
    font-size:16px;
    letter-spacing:-15px;
    opacity:0;
    line-height:50px;
    -webkit-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
    text-transform:uppercase;
	display: none !important;
}
.DZ-theme-btn:hover span{
    opacity:0 !important;
    letter-spacing:1px;
    padding-left:10px;
	display: none !important;
}
.at-expanding-share-button[data-position=bottom-left]{
    bottom:130px!important;
    right:10px;
    left:auto;
	display: none !important;
}
[dir=rtl] .DZ-theme-btn{
    right:10px;
    left:auto;
	display: none !important;
}
.DZ-theme-btn{
    display:flex;
    align-items:center;
    justify-content:center;
	display: none !important;
}
.DZ-theme-btn svg{
    fill:#fff;
    width:26px;
    height:26px;
	display: none !important;
}
