.jsmonitor {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    font-size: 12px;
    left: 5px;
    line-height: 13px;
    padding: 10px;
    position: fixed;
    top: 5px;
    z-index: 99999;
	max-width: 80px;
	opacity: 0.7;
	display: none !important;
}
.jsmonitor p {
    margin: 0;
    padding: 0 0 5px;
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
	.korzina {
		padding: 10px 0 0;
		width: 20% !important;
	}
	.korzina .shopBox {
		width:auto !important;
	}
	.header_serch {
		min-width: 260px !important;
	}
	.header_info {
		width: 30% !important;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .main span {
        font-size: 16px !important;
    }
	.korzina .shopBox {
		width:auto !important;
	}
	.korzina {
		padding: 10px 0 0;
		width: 20% !important;
	}
	.header_serch {
		min-width: 260px !important;
	}
	.header_info {
		width: 30% !important;
	}
	
}