﻿.OrderProgress {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 2px #f3f3f3
}

.OrderProgress ul {
    padding: 0;
    margin: 0
}

.OrderProgress ul li {
    list-style: none;
    display: inline;
    padding: 5px 20px 0
}

.OrderProgress ul li .ActiveStep {
    color: #6a6a6a;
    background: url(~/images/progress-step-active.gif) no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px
}

.OrderProgress ul li .InactiveStep {
    color: #d7d7d7;
    background: url(~/images/progress-step-inactive.gif) no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px
}

#dvFormFields p.submit {
    clear: none;
    float: right
}
.product-slider-wrap .product-large-img img{
    max-width:100% !important;
}