

/** Conversion */
.frontend {
    position: fixed;
    min-width: 250px;
    max-width: 100%;
    min-height: 90px;
    height: auto;
    font-size: 13px;
    background: white;
    padding: 10px;
    padding-right: 12px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-sizing: border-box;
    z-index: 10000001;
    display: block;
}
.frontend.ibx-notification-hide-desktop {
    display: none;
}
.frontend.frontend-review {
    max-width: 300px;
}
.frontend.ibx-notification-bottom-left {
    bottom: -250px;
    left: 20px;
}
.frontend.ibx-notification-bottom-right {
    bottom: -250px;
    right: 20px;
}
.frontend-wrapper a {
    text-decoration: none !important;
    cursor: pointer;
}
.frontend-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}
.frontend-wrapper .frontend-content {
    display: table;
    height: 100%;
    width: 100%;
}
.frontend-wrapper .frontend-img {
    display: table-cell;
    height: 50px;
    width: 50px;
    vertical-align: middle;
}
.frontend-wrapper .frontend-img img {
    vertical-align: middle;
}
.frontend-wrapper .frontend-text {
    display: table-cell;
    padding: 0 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    line-height: 20px;
}
.frontend-wrapper .frontend-text small {
    font-size: 10px;
}
.frontend-wrapper .frontend-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.frontend-wrapper .frontend-review-text {
    font-size: 14px;
    line-height: 1;
}
.frontend-wrapper .frontend-review-name {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.frontend-wrapper .frontend-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    float: left;
    margin-right: 5px;
}
.frontend-wrapper .frontend-rating span {
    color: #333;
}
.frontend-wrapper .frontend-rating span:before {
    content: "\2605";
    position: absolute;
}
.frontend-wrapper .frontend-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.frontend-wrapper .frontend-close {
    display: block;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 0px 6px;
    text-decoration: none!important;
    vertical-align: text-top;
    text-shadow: 0 0px 0 #fff;
    border-radius: 15px;
    opacity: 1;
    z-index: 9999;
}
.frontend-wrapper .ibx-wpfomo-branding {
    font-size: 12px;
    color: #999;
    margin-left: 2px;
    vertical-align: middle;
}
.frontend-wrapper .ibx-wpfomo-branding svg {
    position: relative;
    top: 3px;
}
.frontend-140 {
			background: #ffffff;
			color: #000000;
			border-radius: 0px;
			border-width: 1px;
			border-style: solid;
			border-color: #dddddd;

			-webkit-box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
			-moz-box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
			-o-box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
			box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
		}
		.frontend-140 .frontend-title,
		.frontend-140 .frontend-review-name,
		.frontend-140 .frontend-review-text {
			color: #000000;
		}
		.frontend-140 .frontend-rating span {
			color: #000000;
		}
		.frontend--140 .frontend-close {
			color: #000000;
		}
		.frontend-140 .frontend-img img {
			/*border-radius: 100px;*/
		}
@media only screen and (max-width: 767px) {
    .frontend_mobile {
        display: none;
    }
}
