#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;
}
#module-opartdevis-createquotation input,
#module-opartdevis-createquotation select,
#module-opartdevis-createquotation textarea {
    background-color: #fff !important;
}
@media screen and (min-width: 500px)
{
  .button.button-small .opartDevisHide {
    display:block;
  }
  .button.button-small .opartDevisShow {
    display:none;
  }
}

@media screen and (max-width: 500px)
{
 .btn-opart-mobile{
        white-space: wrap;
        text-align: left;
 }
}
/*
/*
#opartDevisConteneurDisplayTop {
    float:right;
    margin-top:5px;
}
#opartDevisConteneurDisplayTop .btn{
    float:right;
}
#header .col-sm-4 .shopping_cart {
    padding-top:15px;
}
#header .cart_block {
    top:60px;
}
*/

:root {
    --sgx-border-color: #1d2351;
}
#module-opartdevis-listquotation #content,
#module-opartdevis-createquotation #content {
    padding: 0;
    border: 0 !important;
}
.sgx-title {
    color: var(--sgx-secondary-color);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 28px;
}
/* Sogedex table */
.table-bordered {
    margin-top: 50px;
    border-collapse: separate;
    border-spacing: 0;
    border: none !important;
}
.table thead th {
    border: 1px solid var(--sgx-border-color) !important;
    background-color: var(--sgx-third-color);
    color: var(--sgx-secondary-color);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 10px;
    text-align: center;
}
.table thead th:not(:last-child) {
    border-right: none !important;
}
.table thead th:first-child {
    border-top-left-radius: 10px;
}
.table thead th:last-child {
    border-top-right-radius: 10px;
}
.table tbody th,
.table tbody td {
    border: 1px solid var(--sgx-border-color) !important;
    border-top: none !important;
    color: var(--sgx-secondary-color);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 10px;
    text-align: center;
}
#everpsshippingestimate_results .table tbody td {
    border: none !important;
    text-align: left;
}
.table tbody th:not(:last-child),
.table tbody td:not(:last-child):not(.collapsable-cell) {
    border-right: none !important;
}
.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.table:not(#cart_summary) tbody tr:last-child td:last-child {
    border-bottom-right-radius: 80px;
}
/* Specific for quotes listing */
.table-striped tbody tr:nth-of-type(2n+1) {
    background: none;
}
td.actions-buttons {
    display: flex;
    justify-content: space-evenly;
}
td.actions-buttons a:hover {
    border-radius: 30px;
}
.table tbody td.collapsable-cell {
    border-right: none !important;
}
td.collapsable-cell .card.card-body {
    margin-bottom: 0;
}
#order-list td.actions-buttons .sgx-button {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    gap: 6px;
}
#order-list td.actions-buttons .sgx-button.third-color {
    color: var(--sgx-secondary-color);
}
/* Specific for quote creation */
#opartDevisForm #cart_summary thead th {
    padding: 20px 10px;
}
#opartDevisForm tfoot tr td {
    border: none;
}
#opartDevisForm .table#cart_summary .cart_total_price:first-child td {
    padding-top: 30px;
}
#opartDevisForm tfoot tr.cart_total_price td {
    padding: 12px 0;
}
#opartDevisForm tfoot tr.cart_total_price td:last-child {
    text-align: right;
}
#opartDevisForm .table#cart_summary tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.quote-block {
    margin: 20px 0 40px;
}
.quote-block h2 {
    margin-bottom: 24px;
}
.cart_navigation .sgx-button.outlined {
    border-width: 2px !important;
    border-radius: 100px;
}
.cart_navigation #submitQuotation {
    border: 1px solid var(--sgx-primary-color) !important;
    border-radius: 100px;
}
.quote-block.quote-more-info label {
    text-transform: unset;
}

/* Quote creation */
.opart-alert {
    margin: 50px 0;
}
.opart-alert p {
    font-size: 16px;
    color: var(--sgx-text);
}
.opart-button {
    margin-bottom: 50px;
}
#content p.alert {
    font-size: 16px;
}
label {
    color: var(--sgx-text);
    font-size: 16px;
}
#content .sgx-button {
    font-size: 16px;
}
#content-wrapper {
    width: 100% !important;
}
#quote-info-container {
    max-width: 640px;
    margin: 0 auto 50px;
    padding: 20px 50px;
    border: 1px solid var(--sgx-third-color);
    border-radius: var(--sgx-extra-radius);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
    -o-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
    text-align: center;
}
#quote-info-container p {
    font-size: 16px;
    color: var(--sgx-text);
}
.opart-buttons {
    margin-bottom: 50px;
}

.alert.alert-success {
    border-radius: 10px 10px 34px 10px;
}