#HOOK_SHOPPING_CART_EXTRA .opartDevisCartToQuotationLink {
    float:right;
}
.opartDevisQuotationRequestLink {
    margin-top:5px;
}
#opartDevisConteneurDisplayTop {
    clear:both;
    text-align:center;
}
#opartDevisConteneurDisplayTop .btn{
    margin:0 10px;
    display:inline-block;
}

.button.button-small .opartDevisHide {
    display:none;
}
.button.button-small .opartDevisShow {
    display:block;
}
table#order-list{
    padding: 0 15px 15px;
    box-shadow: 0 0 5px #ccc;
    border: none;
    margin: 0;
    width: 100%;
}
table#order-list th {
    background: linear-gradient(#f3f3f3, #fff);
    padding: 15px 10px;
    font-size: .9375rem;
    color:#222;
}
table#order-list td {
    padding: 15px 10px;
    font-size: .9375rem;
    color:#222;
}
@media screen and (min-width: 500px)
{
  .button.button-small .opartDevisHide {
    display:block;
  }
  .button.button-small .opartDevisShow {
    display:none;
  }
}
/*
#opartDevisConteneurDisplayTop {
    float:right;
    margin-top:5px;
}
#opartDevisConteneurDisplayTop .btn{
    float:right;
}
#header .col-sm-4 .shopping_cart {
    padding-top:15px;
}
#header .cart_block {
    top:60px;
}
*/
.opart_button{
    text-align: center;
}
.opart_button .btn-secondary{
    border-color: #FE6B05;
    color: #FE6B05;
}
body#checkout .opart_button a:hover{
    color: #FE6B05;
}