#contactPopup.show {
    width: auto;
    height: auto;
    position: fixed;
    top: 100%;
    background: #fff;
    transform: translateY(-46px);
    right: 60px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

}

#contactPopup {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
    height: auto;
    position: fixed;
    top: 100%;
    background: #fff;
    transform: translateY(-110%);
    right: 60px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 9999999;
}

.contactContent {
    padding: 15px;
    display: inline-block;
}

.titleContact {
    font-weight: bold;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

.listContacts div {
    float: left;
    width: auto;
    display: inline-block;
    clear: both;
    padding: 2px 0px;
}

.listContacts div.phone span.icon_img {
    background-image: url('images/phone.png');
}

.listContacts div.mail span.icon_img {
    background-image: url('images/mail.png');
}

.listContacts div.chat span.icon_img {
    background-image: url('images/chat.png');
}

.listContacts div span.text {
    float: left;
    padding-left: 5px;
    line-height: 27px;
}

.listContacts div span.icon_img {
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: left;
}

.listContacts {
    padding: 0px;
    list-style: none;
    font-size: 14px;
    margin: 0px;
}

.cart.table-wrapper .actions-toolbar > .action-delete:before
{
    content:none !important;
}

body .cart.table-wrapper .actions-toolbar > .action-delete > span{
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    display: inline-block;
}

.printq-upload_fullpage_configuration .sweet-alert p{
    font-family : 'Poppins'!important;
}
