.form-check-label {
    margin-bottom: 0;
    color: #000;
}
.wizard-product {
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
}
.wizard-product a{
     color: #f38d00;
}
.wizard-product .card{
    background-color: transparent;
    border: 0px;
    border-right: 3px solid #efeeee;
    padding-bottom: 30px;
}

.wizard-product .card .card-header{
    display: block;
    background-color: transparent;
    margin-top: 20px;
    text-align: center;
    border-bottom: 0px;
}

.wizard-product .card .card-header h3{
    /*border-radius: 4px;*/
    letter-spacing: 1px;
    font-size: 16px;
    /*background-color: #f38d00;*/
    width: 70%;
    text-align: center;
    display: inline-block;
    padding: 6px;
    color: #e68600;
    border-bottom: 1px solid #efeeee; 
}
.wizard-product .card .card-body{
    z-index: 9
}

.wizard-product .card .card-body ul li label input[type=radio]{
    /*margin-left: 10px;*/
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
}

.wizard-product .card .card-body .list-group{
    /*border-right: 3px solid #565656;*/
    height: 100%;
}
.wizard-product .card:nth-child(1) .card-body .list-group:before,
.wizard-product .card:nth-child(2) .card-body .list-group:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 20%;
    border-top: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-left: 22px solid #efeeee;
    right: -23px;
    top: 22%;
    z-index: 1;
}

.wizard-product .card:nth-child(3) .card-body .list-group:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 20%;
    border-top: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-left: 22px solid #efeeee;
    right: -23px;
    top: 22%;
    z-index: 1;
}

.wizard-product .card:nth-child(3){
        border-right: 3px solid #efeeee; 
}

.wizard-product .card .card-body .list-group .list-group-item{
        background-color: transparent;
        padding:.75rem 1.25rem .75rem 2.5rem;
        border: 0px;
}

.wizard-product .card .card-footer{
            background-color: transparent;
        border: 0px;
}

.wizard-product .card:nth-child(4){
    background-color: #f9f9f9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 0px;
    color: #4c4a4a;
    padding: 0 1.4rem 0 1.4rem;
    text-align: center;
    border-left: 0!important;
}

.wizard-product .card:nth-child(1) .card-footer {
        font-size: 12px;
        padding: .75rem 2.5rem .75rem 2.5rem;
}

.wizard-product .card:nth-child(1) p.text-acessories {
        font-size: 12px;
        padding: .75rem .3rem .75rem .3rem;
        color: #000;
}


.wizard-product .card:nth-child(4) .card-body .list-group{
        background-color: transparent;
        padding:0 1rem;
        border: 0px;
}

.wizard-product .card:nth-child(4) .card-body .list-group{
        background-color: transparent;
        padding:0 1rem;
        border: 0px;
}

.wizard-product .card:nth-child(4) .card-body .list-group .list-group-item{
        background-color: transparent;
        padding: 0 0 .2rem 0;
        border: 0px;
}
.wizard-product .card:nth-child(4) .card-header{
    padding: 0;
    margin-top: 21px;
}
.wizard-product .card:nth-child(4) .card-body {
       padding: 15px 0px 0px 0px;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .cert-product{
       font-size: 20px;
       font-weight: bold;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .cert-type{
        font-size: 18px;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .cert-validade{
        font-size: 18px;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .cert-type-all{
        font-size: 12px;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .cert-price{
      font-size: 30px;
      font-weight: bold;
      margin: 20px 0;
      display: block;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .cert-discount{
        margin-bottom: 15px;
        display: block;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .btn{
      width: 200px;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item .btn-dark {
    background-color: #0075ff;
    border-color: #034da5;
/*    background-color: #f38d00;
    border-color: #d86800;*/
    color: #ffffff;
}
.wizard-product .card:nth-child(4) .card-body .list-group-item input[type=text]{
      width: 200px;
      margin-bottom: 10px;
}

.bold{font-weight: bold;}

.color-green{color:#2fbd00}
.color-gray-1{color:#6d6d6e}
ul,li{list-style: none;}
.wizard-product .card .card-body .list-group .list-group-item{
    text-align: left!important;
}
.border-alert{ border:1px solid red; }    