#vm-config-sticky-basket-smart {
	background: #fff;
    box-shadow: 0px -4px 10px;
}

.lgi-body-wrapper-topnav-fixed #vm-config-sticky-basket-smart {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 52px;
}

#vm-config-sticky-basket-smart h3 {
	font-family: 'VM Circular Black', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #322233;
    margin: 10px;
}


#vm-config-sticky-basket-smart .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

#vm-config-sticky-basket-smart .vmtot.vmc-addontotal {
    padding: 0 20px;
    margin: 10px;
    border-right: 1px solid #ccc;
}

#vm-config-sticky-basket-smart .vmtot {
    display: inline-block;
}

#vm-config-sticky-basket-smart .addon-figure,.total-figure {
    font-size: 18px;
    font-family: 'VM Circular Shout',Arial,sans-serif;
    font-weight: bold;
  	color: #322233;
}

#vm-config-sticky-basket-smart .addon-figure:after,.total-figure:after,.total-figure:before{
    font-family: 'VM Circular Chat',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #848484;
    margin: 0 0 0 3px;
}

#vm-config-sticky-basket-smart .addon-figure:after{
	content: "one-off costs";
}

#vm-config-sticky-basket-smart .vmtot.vmc-total {
    padding: 0 20px 0 0;
    margin: 10px 10px 10px 10px;
}

#vm-config-sticky-basket-smart .vmtot {
    display: inline-block;
}

#vm-config-sticky-basket-smart .total-figure:before {
    content: "Total";
    margin: 0 3px 0 0;
}

#vm-config-sticky-basket-smart .total-figure:after {
    content: "a month";
}

#vm-config-sticky-basket-smart * {
    vertical-align: sub;
}

#vm-config-sticky-basket-smart .step-next .txt{
	margin: 0 20px 0 20px;

    font-family: 'VM Circular Bold', Arial, sans-serif;
}

#vm-config-sticky-basket-smart .step-chekbut {
    margin: 15px 20px 10px 0;
    font-size: 18px;
    font-family: 'VM Circular Book', Arial, sans-serif;

}
.left.nav-wrap.left-stretch {
	margin: 10px 0px 0px 0;
}

#vm-config-sticky-basket-smart .step-chekbut txt {
	font-size: 18px;
}

#vm-config-sticky-basket-smart .step-next:hover{
    background-color: #d80000;
}

.step-chekbut.last-step {
    text-decoration: none;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    color: #fff!important;
    position: relative;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    background-color: #ed0000;
    padding: 10px 10px 10px 10px;
    border: solid 2px #ef0000;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    content: "Checkout";
}

.step-chekbut .lastTxt {
	display:none;
}

.step-chekbut.last-step .lastTxt {
	display: block;
}

.step-chekbut.last-step .txt {
	display: none;
}


.step-next.last-step,.step-back.last-step{
	display: none;
}

.chekbut span.txt {
    font-size: 14px;
    font-family: 'VM Circular Whisper',Arial,sans-serif;
}

.chekbut span {
    position: relative;
    z-index: 3;
}

.nav-wrap {
	display: flex;
    flex-direction: row;
}

.left-stretch {
	width: 70%;
}

@media only screen and (max-width: 767px) {
	.nav-wrap {
        flex-direction: column;
    }

	.right.nav-wrap {
        flex-direction: column-reverse;
    }

    #vm-config-sticky-basket-smart .step-next {
		margin: 0px 20px 0px 0;
        background-color: #d80000;
        font-family: 'VM Circular Black', Arial, sans-serif;

	}

	#vm-config-sticky-basket-smart h3 {
		width: 130px;
        overflow-wrap: break-word;
  		word-wrap: break-word;
        line-height: 1;
    }

    #vm-config-sticky-basket-smart .total-figure:after {
    	content: "p/m";
	}

    #vm-config-sticky-basket-smart .row {
         padding: 10px 0 0 0;
         display: flex;
	}

    #vm-config-sticky-basket-smart .step-next .txt {
    	font-size: 18px;
		margin: 0px;
    }

    #vm-config-sticky-basket-smart .step-chekbut.last-step {
		margin: 20px 20px auto 0;
    }

    .step-chekbut.last-step .lastTxt{
		margin: 0 10px;
    }

    #vm-smart-stepper-nav .right.next-wrap {
    	margin-top: -15px;
    }
}