﻿
.arrow-steps {
    min-width:280px;
    width: 100%;
    margin-top: 20px;
    display: none;             
}

.arrow-steps .cart_img {
    width: 100%;
    text-align: center;
}

.arrow-steps .cart_img > img {
    margin-top:-38px;
}

.arrow-steps .step_text {
   font-size:13px;color:#000000;
}

.arrow-steps .step_text_bold {
    font-size:13px;font-weight:bold;
}

.arrow-steps .step {
    float:left;
    height:22px;
    width: calc(100% - 90px);
}

.arrow-steps .step_wide {
    float:left;
    height:22px;
    width: calc(100% - 45px);
}


.arrow-steps  .left_chev  {
    float:left;
    background-color: #f96610;
    height:22px;
    width:40px;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);

}

.arrow-steps  .left_chev_first  {
    float:left;
    background-color: #f96610;
    height:22px;
    width:40px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;

}

.arrow-steps  .right_chev_last  {
    float:left;
    background-color: #f96610;
    height:22px;
    width:40px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;

}

.arrow-steps  .center_chev  {
    float:left;
    background-color: #f96610;
    height:22px;
    width: calc(100% - 80px);
}

.arrow-steps .right_chev  {
    float:left;
    background-color: #f96610;
    height:22px;
    width:40px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);


}


.arrow-steps .next {
    background-color: #f96610;
    height:22px;
    width:40px;
    float:left;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    margin-left:5px;
}

.arrow-steps .previous {
    background-color: #f96610;
    height:22px;
    width:40px;
    float:left;
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    margin-right:5px;

}

