.cz_btn_left {
float: right
}
.cz_btn_right {
float: left
}
.cz_btn i {
margin: 0 0 0 8px
}
.cz_btn_icon_after i {
margin: 0 8px 0 0
}
.cz_btn_show_hidden_icon i {
margin-right: 0;
margin-left: -14px
}
.cz_btn_show_hidden_icon:hover i {
margin-right: 0;
margin-left: 10px
}
.cz_btn_icon_after.cz_btn_show_hidden_icon i {
margin-right: -14px;
margin-left: 0
}
.cz_btn_icon_after.cz_btn_show_hidden_icon:hover i {
margin-right: 8px;
margin-left: 0
}.cz_title_content > span {
margin: 0 0 0 15px
}
.cz_title_shape {
left: auto;
right: 0
}
.cz_title.tac .cz_title_shape,
.tac.cz_title_shape {
right: 50%;
left: auto;
transform: translate(50%,-50%)
}
.cz_title.tac .shape_rhombus, 
.cz_title.tac .shape_rhombus_radius {
transform: rotate(45deg) translate(50%,-50%)
}
.cz_title_content .cz_line_side_solo {
margin: 0 0 0 20px
}
.cz_title_content .cz_line_side_after {
margin: 0 20px 0 0
}.cz_popup_modal .cz_overlay {
z-index: 1
}
.cz_show_popup .cz_overlay {
display: block
}
.cz_popup_modal, 
.compose-mode .vc_element.vc_cz_popup {
display: none;
z-index: 99999999;
position: fixed !important;
width: 100%;
height: 100%;
left: 0;
top: 0
}
.cz_popup_in {
position: fixed;
top: 50%;
left: 50%;
width: 500px;
min-width: 300px;
min-height: 30px;
max-height: 88%;
padding: 40px;
z-index: 2;
color: #111;
overflow: auto;
background: #fff;
transform-origin: center;
animation: CubicInPopup .4s cubic-bezier(.180, .890, .330, 1.270) forwards
}
@keyframes CubicInPopup {
from {transform: translate(-50%, -50%) scale(0.95)}
to {transform: translate(-50%, -50%) scale(1)}
}
.vc_element.vc_cz_popup {
overflow: visible !important
}
.cz_close_popup {
position: absolute;
top: 70px;
right: 70px;
margin: 0;
color: #fff;
font-size: 30px;
cursor: pointer;
z-index: 9;
width: 2em;
height: 2em;
line-height: 2em !important;
text-align: center;
border-radius: 50px;
mix-blend-mode: difference;
transform-origin: center center;
transition: all .3s ease-in-out
}
.cz_close_popup:hover {
transform: rotate(180deg)
}
.rtl .cz_close_popup {
left: 70px;
right: auto
}
.xtra-popup {
cursor: pointer
}
@media screen and (max-width:480px) {
.cz_popup_in {
max-height: 85%!important;
max-width: 90%!important;
min-width: 0;
animation: none;
box-sizing: border-box;
left: 5%;
transform: translate(0, -50%)
}
.cz_close_popup {
position: absolute;
top: 20px;
right: 20px;
font-size: 16px
}
}