.haglit-button {
    color: #fff;
    background-color: #ff3145;
    border-color: #ff3145;
}

.haglit-button:hover {
    color: #fff;
    background-color: #db395e;
    border-color: #db395e;
}

.haglit-iframe {
	position: fixed;
	z-index: 2147483000;
	right: 3px;
	margin-top: -200px;
	bottom: 3px;
	margin: -200px 0 0 -200px;
	width: 360px;
	height: 400px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow:  0.3em 0.3em 0.8em rgba(0,0,0,0.3);
}

@media only screen and (max-width: 600px) {
    .haglit-iframe {
        width: 100%;
        height: 420px;
    }
}

.haglit-offer-wrapper {
	display: none;
}

.haglit-item-expired {
    opacity: 0.2;
    transition: visibility 0s, opacity 0.5s linear;
}

.haglit-item-active .haglit-offer-wrapper {
	display: inline-block;
}

.woocommerce-cart-form .haglit-countdown-wrapper {
    position: relative
}

.woocommerce-cart-form .haglit-item-active .haglit-backdrop {
	height: calc(100vh);
	width: calc(100vw);
	background-color: black;
	opacity: 0.3;
	z-index: 2147483646;
	position: fixed;
	top: 0;
	left: 0;
}

.woocommerce-cart-form .haglit-item-active .haglit-offer-countdown::before {
    content: attr(data-before);
    text-align: center;
    color: white;
    transform: rotate(-45deg);
    position: absolute;
    height: 120px;
    width: 120px;
    font-size: 20px;
    top: 4px;
    right: -2px;
    z-index: 100;
}

.woocommerce-cart-form .haglit-item-active .haglit-offer-countdown::after {
    background: red;
    content: "";
    box-shadow: 1px 1px 5px rgba(146, 142, 142, 0.5);
    transform: rotate(45deg);
    position: absolute;
    width: 120px;
    opacity: 0.7;
    top: -60px;
    height: 120px;
    /* right: 100px; */
    left: -60px;
}

.woocommerce-cart-form .haglit-item-active .haglit-offer-countdown {
    left: -14px;
    top: -14px;
    position: absolute;
    height: 160px;
    z-index: 500;
    width: 120px;
    overflow: hidden;
}

.woocommerce-checkout .haglit-item-active .haglit-offer-countdown {
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 500;
    width: 20px;
    overflow: hidden;
}

.woocommerce-checkout .haglit-item-active .haglit-offer-countdown::before {
    content: attr(data-before);
    text-align: center;
    color: white;
	left: -18px;
    top: 20px;
    z-index: 1000;
    font-size: 12px;
    transform: rotate(-90deg);
    position: absolute;
    height: 15px;
    width: 45px;
}

.woocommerce-checkout .haglit-item-active .haglit-offer-countdown::after {
    background: red;
    content: "";
    position: absolute;
    width: 15px;
    opacity: 0.7;
    height: 100%;
}

@font-face {
	font-family: 'Haglit';
	src: url('Haglit.eot');
	src: url('Haglit.eot?#iefix') format('embedded-opentype'),
		url('Haglit.woff') format('woff'),
		url('Haglit.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#adminmenu #toplevel_page_haglit div.wp-menu-image::before {
    font-family: Haglit!important;
    content: '\e903';
}
