.highlighted-table {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    box-shadow: 0px 5px 16px 1px rgb(0 0 0 / 17%);
    margin: 0;
    width: 100%;
    position: relative;
    font-size: calc(5px + 0.9vmin) !important;
}

.highlighted-table > tbody > tr:not(:last-child) > td {
    border-bottom: 1px solid #eeeeee;
}

.highlighted-table > tbody > tr > td {
    padding: 8px 15px;
    vertical-align: top;
}



#widgetcontent input,
#widgetcontent select{
    padding-left: 0;
    color: rgb(51, 51, 51);
}

#widgetcontent input{
    width: calc(100% - 10px);
}




.steps-table .step,
.small-text, .small-text a{
    font-size: calc(5px + 0.9vmin) !important;
}

.step{
    position: relative;
}
.step > div:last-child{
    position: absolute;
    bottom: -18px;
    display: block;
    width: 100%;
    text-align: center;
}

.wait-box{
    background-color: #AAA;
    border-color: #AAA;
    color: #fff;
}

.link-action {
    background: url(../../assets/images/solid_arrow_small.gif) no-repeat left center;
    padding-left: 20px;
    color: #111;
    text-decoration: underline;
    font-size: calc(8px + 0.9vmin);
    cursor: pointer;
}

.estimate-closer {
    position: absolute;
    padding: 10px;
    display: inline-block;
    background: url(../../assets/images/delete_icon.gif) no-repeat center center;
    cursor: pointer;
    border: none;
    float: right;
    right: 12px;
    background-size: 17px;
}

#cost-estimate{
    margin-right: 10px;
    margin-top: 10px;
    font-size: calc(5px + 0.9vmin) !important;
}




.country-field{
    width: calc(100% - 48px) !important;
    padding-left: 38px !important;
    background: url(../../assets/images/arrow_down_black.gif) #FFF no-repeat right center !important;
}
.itemsfield{
    background: url(../../assets/images/search_icon.gif) #FFF no-repeat right center !important;
}
.country-flag{
    top: 26px;
    width: 30px;
    position: absolute;
}

.step-3{
    display: none;
}
#countrycodeandflag{
    padding: 10px 25px 10px 35px !important;
}


#itemoramount{
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 5px;
    background: #333 !important;
}

#itemoramount > .list-status{
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 40px;
    white-space: nowrap;
}

#itemoramount > .list-status.active{
    color: #333 !important;
    background-color: #fff;
}

#sellercreditform{
    display: none;
}

#paymentplantable > tbody > tr > td:first-child{
    padding-left: 0 !important;
}

#paymentplantable > tbody > tr > td:last-child{
    padding-right: 0 !important;
}



.slide-options > span{
    vertical-align: top;
    height: unset !important;
    padding: 4px 10px !important;
}

.slide-options > span.active{
    border: unset !important;
}

.processing{
    background-color: #BBB !important;
    border-color: #BBB !important;
}



@media only screen and (max-width:850px){
    #paymentplantable > tbody > tr > td:last-child{
        padding:15px 0 !important
    }
}