<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.process {
	margin-bottom: 50px;
}
.process &gt; div:nth-of-type(1),
.process &gt; div:nth-of-type(2), 
.process &gt; div:nth-of-type(3), 
.process &gt; div:nth-of-type(4){
    width: 25%;
    box-sizing: border-box;
    padding: 22px 0px 15px 0px;
    float: left;
    margin-right: -1px;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.process &gt; div .process-line {
    position: absolute;
    height: 2px; 
    width: 100%;
    background-color: #e6e6e6;
    top: 65px;
    right: 0;
    z-index: -1;
}
.process &gt; div:first-of-type .process-line {
    width: 50%;
}
.process &gt; div:nth-of-type(4) .process-line {
    width: 50%;
    left: 0;
}
.process-img {
    height: 85px; 
    width: 85px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.process &gt; div:nth-of-type(1) .process-img {
    background-image: url(../dsg/old/basket-grey.png);
}
.process &gt; div:nth-of-type(2) .process-img {
    background-image: url(../dsg/old/podatki.png);
}
.process &gt; div:nth-of-type(3) .process-img {
    background-image: url(../dsg/old/group-item-search.png);
}
.process &gt; div:nth-of-type(4) .process-img {
    background-image: url(../dsg/old/check2.png);
}
.process &gt; div:nth-of-type(1):hover .process-img,
.process &gt; div:nth-of-type(1).active .process-img {
    background-image: url(../dsg/old/basket.png);
}
.process &gt; div:nth-of-type(2):hover .process-img,
.process &gt; div:nth-of-type(2).active .process-img {
    background-image: url(../dsg/old/podatki-white.png);
}
.process &gt; div:nth-of-type(3):hover .process-img,
.process &gt; div:nth-of-type(3).active .process-img {
    background-image: url(../dsg/old/group-item-search-white.png);
}
.process &gt; div:nth-of-type(4):hover .process-img,
.process &gt; div:nth-of-type(4).active .process-img {
    background-image: url(../dsg/old/check2-white.png);
}

.process &gt; div.finished .process-img,
.process &gt; div:hover .process-img {
    background-color: #88d340!important;
}
.process &gt; div.finished,
.process &gt; div:hover {
    color: #88d340!important;
}
.process &gt; div.red,
.process &gt; div.active {
    color: #0068b3;
}
.process &gt; div.red .process-img,
.process &gt; div.active .process-img {
    background-color: #0068b3;
}
.process &gt; div.green {
    color: #448412;
}
.process &gt; div.green .process-img {
    background-color: #448412;
}

.login-here, .cart-warning {
    box-sizing: border-box;
    padding: 20px;
    background-color: #0068b3;
    text-align: center;
}
.login-here span, .cart-warning span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.cart-warning {
	background-color: red;
}
.cart-warning span {
	font-weight: 700;
}

.break {
    clear: both;
}

.cart_items_num {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	background-color: red;
	top: 50px;
	right: -15px;
	border-radius: 100%;
	color: white;
}
@media screen and (max-width: 768px) {
  .cart_items_num {
    top: 100px;
	right: -15px;
  }
  header.scrolled .cart_items_num {
	  top: 45px;
  }
}</pre></body></html>