.center-text{
    text-align: center;
    width: 100%;
}
.fake-button{
    width: 100%;
}
.fake-button-colors{
    color: white;
    background-color: #66bc46;
    display: block;
    padding-top: 3px;

}

.fake-button-colors:hover{
text-decoration: none;
    color: gray;
}

#vmMainPageOPC input.updatebtn, #vmMainPageOPC input.updatebtn:hover {
    background: unset;
    display: inline-block;
    width: 20px;
    height: 25px;
    vertical-align: middle;
    border: none;
    margin: 2px;
}

div#vmMainPageOPC div#basket_container input {
    width:70px;
}

.delbtn, div#vmMainPageOPC a{
    color: black;
    height: 26px;
    margin: 2px;
    display: inline-block;
    padding-top: 2px;
    float: right;
}
div#vmMainPageOPC a.deletebtn {
    background: transparent url(images/can.png) no-repeat top left !important;
    color: black;
    display: inline-block;
    width: 70px;
    height: 25px;
    margin: 2px;
}

div.op_basket_row > div.op_col2_2 > a{
    float: left;
}


div#vmMainPageOPC a:hover, div#vmMainPageOPC a:active, div#vmMainPageOPC a:focus, div#vmMainPageOPC .op_basket_row a:hover {
    text-decoration: none;
    background: none;
    background-color: transparent;
    outline: none !important;
    color: black;
}

.swoi-text {
    font-style: italic;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}

.button-green {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;

    background-color: #66bc46;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.button-green:hover {
    background-color: #317f14;
}