@-webkit-keyframes scroll-info-line {
	from, 5% { width: 0px; }
	33%,66% { left: 0px; width: 60px; }
	95%, to { left: 60px; }
}

@keyframes scroll-info-line {
	from, 5% { width: 0px; }
	33%,66% { left: 0px; width: 60px; }
	95%, to { left: 60px; }
}
div.paragraph, div.paragraph, .paragraph {
	white-space: inherit;
}
#main{
	position:relative;
	z-index:2
}
#icontent.boo-masonry-blog .blog-page-nav{
	display:block !important
}
#wsite-content .wsite-checkout-cart-price__amount,
#wsite-content .wsite-checkout-cart-details__options,
#wsite-content .wsite-checkout-cart-details__static-qty,
#wsite-content .wsite-checkout-cart-details__options,
.wsite-checkout-form__select,
.wsite-checkout-options__item,
#wsite-content .wsite-checkout-columns__item--left p,
.wsite-checkout-cart-price__amount,
.js-credit-card input{
	color:#333 !important;
}
.wsite-checkout-form__input,
.wsite-checkout-form__input:hover,
.wsite-checkout-form__input:focus{
	border-color: #666;
}
.wsite-checkout-payment__step,
.wsite-checkout-order-summary{
	background:#f5f5f5 !important;
}
.wsite-button.wsite-buy-button.wsite-button-highlight {
	border: 2px solid @main_color !important;
}
.wsite-checkout-options__radio:checked ~ .wsite-checkout-options__indicator::after {
	background:#333 !important;
}
.wsite-button .wsite-button-inner {
    max-width: inherit !important;
	white-space: normal;
}
.nav-button.wsite-button span{
    position:relative;
    z-index:8;
}
.wsite-checkout-options__overlay{
    display:none !important;
}
.wsite-checkout-options__radio{
    opacity: 1 !important;
    z-index: 1 !important;
    display: inline-block !important;
}
.wsite-checkout-options__indicator{
    border:0 none !important
}
@media (max-width: 992px) {
	.wsite-header-section { 
		height: auto !important; 
	}
}
@media (max-width: 700px) {
	.blog-layout-3 .blog-body{
		width:90% !important;
	}
}