.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/info-white.png');
}
#toast-container > .toast-error {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/warning-white.png');
}
#toast-container > .toast-success {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/success-white.png');
}
#toast-container > .toast-warning {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/warning-white.png');
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
#shoppingList {
    background: #f5f5f5;
    min-height: 100%;
}
#shoppingList .loading {
    position: fixed !important;
}
#shoppingList .buy-online-error {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#shoppingList .buy-online-error span {
    width: 100%;
    font-weight: normal !important;
}
#shoppingList .make-budget .specs-table .price {
    text-align: right !important;
    display: table-cell !important;
}
#shoppingList .make-budget .specs-table .price input {
    text-align: right !important;
}
#shoppingList .make-budget .form-group .form-control {
    width: 100%;
    border-radius: 5px;
}
#shoppingList .make-budget .form-group div {
    padding-top: 5px;
    padding-bottom: 5px;
}
#shoppingList .make-budget .sign-content {
    text-align: center;
}
#shoppingList .make-budget .sign-content span {
    font-size: 2.1em;
    color: #555;
    font-family: 'allerregular';
    padding: 5px 10px;
}
#shoppingList .make-budget .sign-content img {
    background-color: #5cb85c;
}
#shoppingList .make-budget .sign-content:first-child {
    padding-top: 40px;
}
#shoppingList .make-budget .sign-content:last-child {
    padding-top: 50px;
}
#shoppingList .make-budget .client-info {
    margin-bottom: 20px;
}
#shoppingList .make-budget .buttons-actions {
    text-align: right;
}
#shoppingList .make-budget .buttons-top {
    margin-top: 0;
    padding-bottom: 0;
}
#shoppingList .make-budget .squares-container {
    text-align: center;
}
#shoppingList .make-budget .squares-container textarea {
    width: 100%;
    min-height: 100px;
}
#shoppingList .make-budget .squares-container .observation-area {
    width: 100%;
    word-break: break-all;
    text-align: start;
}
#shoppingList .make-budget .squares-container header {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.1em;
    color: #555;
    font-family: 'allerregular';
    padding: 5px 10px;
}
#shoppingList .make-budget .squares-container hr {
    display: block;
    height: 1px;
    background: transparent;
    border: none;
    border-top: solid 1px #d8d8d8;
    margin-top: 50px;
}
#shoppingList .make-budget .squares-container div {
    padding: 0;
}
#shoppingList .make-budget .store-header {
    display: table;
    font-size: 1.1em;
    color: #555;
    font-family: 'allerregular';
    padding: 5px 10px;
    width: 100%;
}
#shoppingList .make-budget .store-header .side-side-store {
    display: table-cell;
    /*justify-content: center;*/
    /*align-items: center;*/
    text-align: center;
    vertical-align: middle;
}
#shoppingList .make-budget .store-header .side-side-store .img {
    height: 120px;
    position: relative;
}
#shoppingList .make-budget .store-header .side-side-store .input-img {
    opacity: 0.6;
    cursor: pointer;
    color: #0a0a0a;
    border: 0;
    display: none;
    background-color: #d7d7d7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#shoppingList .make-budget .store-header .side-side-store .input-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#shoppingList .make-budget .store-header .side-side-store .img:hover .input-img {
    display: block;
}
#shoppingList .make-budget .store-header .side-side-store .upload {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}
#shoppingList .make-budget .store-header .side-side-store p {
    text-align: center;
}
#shoppingList .make-budget .store-header .side-side-store p span:first-child {
    font-weight: bold;
}
#shoppingList .make-budget .store-header .side-side-store:first-child {
    width: 33.33%;
}
#shoppingList .make-budget .store-header .side-side-store:last-child {
    width: 66.66%;
}
#shoppingList .make-budget .store-header .budget-text {
    text-transform: uppercase;
    font-weight: bold;
}
#shoppingList .make-budget .time-header {
    text-align: center;
    display: block;
}
#shoppingList .make-budget .integrations {
    min-height: 0;
}
#shoppingList .make-budget .integrations #mcmStatusDiv {
    margin-bottom: 10px;
}
#shoppingList .make-budget .integrations #mcmPurchaseNumber,
#shoppingList .make-budget .integrations #mcmPurchaseStatus {
    font-weight: bold;
    font-size: 1.3em;
}
#shoppingList .make-budget .integrations #mcmExpandDetails {
    cursor: pointer;
    margin-top: 10px;
}
#shoppingList .make-budget .integrations #mcmDivMsg {
    padding-left: 15px;
}
#shoppingList .make-budget .integrations .buttonsMcm {
    text-align: center;
}
#shoppingList .make-budget .integrations .buttonsMcm div:first-child {
    margin-bottom: 10px;
}
#shoppingList .make-budget .integrations #requestPurchaseForm .option-integration div {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    max-height: 60px;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}
#shoppingList .make-budget .integrations #requestPurchaseForm .option-integration div img {
    -webkit-filter: invert(1);
}
#shoppingList .make-budget .integrations #requestPurchaseForm .option-integration div input {
    margin: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}
#shoppingList .make-budget .integrations #requestPurchaseForm .option-integration div:hover {
    border-radius: 5px;
    background-color: #e1e1e1;
}
#shoppingList .make-budget .modal .modal-header {
    font-size: 1.3em;
    font-weight: bold;
}
#shoppingList .make-budget .modal .modal-footer {
    margin: 0;
    padding: 10px;
}
#shoppingList [data-group='exportList'] .datepickerBudget,
#shoppingList [data-group='save-budget'] .datepickerBudget {
    height: 27px !important;
}
#shoppingList [data-group='exportList'] .fieldBreak,
#shoppingList [data-group='save-budget'] .fieldBreak {
    display: inline-block;
    width: 49%;
}
#shoppingList [data-group='exportList'] .city,
#shoppingList [data-group='save-budget'] .city {
    display: inline-block;
    width: 69%;
}
#shoppingList [data-group='exportList'] .uf,
#shoppingList [data-group='save-budget'] .uf {
    display: inline-block;
    width: 29%;
}
#shoppingList .header-budget {
    border-bottom: solid 5px #777777;
    padding: 0 10px;
}
#shoppingList .header-budget .budget-tab {
    background-color: #777777;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
}
#shoppingList .header-budget .budget-tab img {
    max-height: 30px;
    max-width: none;
    margin: 5px;
    margin-right: 20px;
    display: block;
    float: left;
}
#shoppingList .header-budget .back-to-project {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#shoppingList .header-budget .back-to-project:hover {
    color: #666;
}
#shoppingList .revert-prices,
#shoppingList .seller-products {
    color: #0967a3;
    text-decoration: none;
    display: block;
    margin: 5px;
}
#shoppingList .revert-prices:hover,
#shoppingList .seller-products:hover {
    color: #0e88d9;
}
#shoppingList .manual-price {
    width: 70px;
    text-align: right;
}
#shoppingList .product-lists-container,
#shoppingList > footer {
    padding: 0 10px;
    overflow: visible;
    float: left;
    width: calc(100% - 280px);
}
#shoppingList .content-block {
    margin-bottom: 15px;
    min-height: 210px;
    display: flow-root;
}
#shoppingList .card {
    min-height: 0;
}
#shoppingList .spec-image img {
    width: 128px;
}
#shoppingList .price-seller {
    width: 40%;
    text-align: right;
    float: left;
}
#shoppingList .price-container {
    overflow: auto;
}
#shoppingList .models-label:after {
    content: ':';
}
#shoppingList .models-value {
    color: black;
}
#shoppingList .dimensions-list dt {
    width: 50%;
    text-align: right;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#shoppingList .dimensions-list dd {
    width: 50%;
    text-align: left;
}
#shoppingList .spec-name {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: black;
    font-size: 1.2em;
    margin-bottom: 5px;
    display: block;
}
#shoppingList .budget-prices-section {
    text-align: right;
    margin-top: 10px;
}
#shoppingList .budget-prices-section .label {
    color: #7a7a7a;
}
#shoppingList .budget-prices-section .label:after {
    content: ':';
}
#shoppingList .budget-prices-section .budget-total {
    font-size: 1.4em;
}
#shoppingList dl {
    margin: 5px 0;
    line-height: 1.3;
    display: block;
    overflow: auto;
}
#shoppingList dl dt {
    clear: left;
    margin: 0;
    display: inline;
    float: left;
    color: #7a7a7a;
}
#shoppingList dl dt:after {
    content: ':';
}
#shoppingList dl dd {
    float: left;
    padding-left: 5px;
    display: inline-block;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    color: black;
}
#shoppingList .sub-dl {
    display: block;
    float: none;
    clear: both;
    margin: 5px 0 5px 20px;
}
#shoppingList .specs-table {
    width: 100%;
    color: #7a7a7a;
    /*table-layout: fixed;*/
}
#shoppingList .specs-table th {
    font-weight: normal;
    padding: 5px 0;
}
#shoppingList .specs-table .spec-image {
    width: 80px;
    float: left;
}
#shoppingList .specs-table .product-info {
    float: left;
    width: calc(100% - 80px);
    padding-left: 5px;
}
#shoppingList .specs-table .dimensions {
    width: 15%;
}
#shoppingList .specs-table .quantity {
    width: 10%;
}
#shoppingList .specs-table .price {
    width: 15%;
}
#shoppingList .specs-table .unavailable-spec {
    width: 30%;
}
#shoppingList .specs-table .toggleCart {
    width: 3%;
}
#shoppingList .specs-table td.toggleCart {
    padding-top: 5px !important;
}
#shoppingList .specs-table .toggle-cart-button-container {
    position: absolute;
    right: 20px;
}
#shoppingList .specs-table .with-reference-price {
    border-bottom: none;
}
#shoppingList .specs-table .spec-info {
    -ms-word-break: break-all;
    word-break: break-all;
}
#shoppingList .specs-table .bought-item-section {
    text-align: center;
    padding-top: 5px;
}
#shoppingList .specs-table .bought-item-section p {
    margin: 5px 0;
    font-size: 0.8em;
}
#shoppingList .specs-table .bought-item-section .remove-from-cart {
    text-decoration: none;
}
#shoppingList .specs-table .price-total {
    font-weight: bold;
}
#shoppingList .specs-table .reference-price.hide {
    display: none;
}
#shoppingList .specs-table .reference-price:not(:last-of-type) {
    border-bottom-color: #f2f2f2;
}
#shoppingList .specs-table .reference-price td {
    padding: 0 !important;
    vertical-align: middle !important;
}
#shoppingList .specs-table td {
    padding: 10px 5px;
    vertical-align: top;
    width: 50%;
}
#shoppingList .specs-table td.quantity {
    text-align: center;
}
#shoppingList .specs-table td.quantity select {
    width: 70px;
}
#shoppingList .specs-table td.dimensions {
    text-align: center;
}
#shoppingList .specs-table td.price {
    text-align: center;
    color: black;
}
#shoppingList .specs-table tr {
    border-bottom: 1px solid #d8d8d8;
}
#shoppingList .specs-table tbody tr:last-child {
    border-bottom: none;
}
#shoppingList .unit-price {
    width: 30%;
}
#shoppingList .item-purchase-info {
    width: 30%;
    text-align: center;
    color: #333;
}
#shoppingList .item-purchase-info .label {
    color: #7a7a7a;
}
#shoppingList .item-purchase-info .buy-again {
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
}
#shoppingList .total-price {
    width: 100px;
    text-align: center;
}
#shoppingList .find-store-fieldset {
    margin-bottom: 20px;
}
#shoppingList .find-store-div {
    width: 240px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
#shoppingList .find-store {
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle !important;
    background: #f5f5f5;
    padding: 15px;
}
#shoppingList .find-store img {
    height: 35px;
    margin-bottom: 5px;
}
#shoppingList .find-store a {
    display: block;
    color: #0967a3;
    text-decoration: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#shoppingList .find-store a:hover {
    color: #0e88d9;
}
#shoppingList .find-store a .fa {
    color: #aaa;
    margin-bottom: 5px;
}
#shoppingList .item-prices {
    width: 100%;
    table-layout: fixed;
}
#shoppingList .item-prices td {
    padding: 0;
    vertical-align: middle;
}
#shoppingList .item-prices td span {
    vertical-align: middle;
}
#shoppingList .item-prices thead th {
    text-align: left;
}
#shoppingList .item-prices tbody tr:not(.only-one-price) {
    cursor: pointer;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    height: 25px;
}
#shoppingList .item-prices tbody tr:not(.selected):not(.only-one-price):hover {
    background-color: #e8e8e8;
}
#shoppingList .item-prices tbody tr:not(.selected):not(.only-one-price):hover .select-seller-icon {
    color: #949494;
}
#shoppingList .item-prices .seller-icon {
    max-height: 18px;
    max-width: 100%;
    float: left;
    margin-right: 5px;
}
#shoppingList .item-prices .select-seller-icon {
    width: 30px;
    color: #adadad;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    text-align: center;
}
#shoppingList .item-prices .item-seller span {
    margin-left: 5px;
}
#shoppingList .item-prices .item-price {
    width: 100px;
    text-align: center;
}
#shoppingList .item-prices .selected:not(.only-one-price) {
    background-color: #f5f5f5;
    color: black;
    font-weight: bold;
}
#shoppingList .item-prices .selected:not(.only-one-price) .select-seller-icon {
    color: green;
}
#shoppingList .item-prices .only-one-price .select-seller-icon {
    visibility: hidden;
}
#shoppingList [data-role='content'] .buttons {
    text-align: right;
}
#shoppingList [data-role='content'] > footer ul {
    padding-left: 20px;
    font-size: 0.8em;
}
#shoppingList [data-role='content'] > footer ul li {
    margin: 10px 0;
}
#shoppingList [data-role='content'] .seller-buy {
    text-align: right;
}
#shoppingList [data-role='content'] .seller-total .label {
    color: #7a7a7a;
}
.product-lists-container p {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 5px 0;
}
.product-lists-container dl {
    margin: 5px 0;
    line-height: 1.3;
    display: block;
    overflow: auto;
}
.product-lists-container dl dt {
    clear: left;
    margin: 0;
    display: inline;
    float: left;
}
.product-lists-container dl dt:after {
    content: ':';
}
.product-lists-container dl dd {
    float: left;
    padding-left: 5px;
    display: inline-block;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    color: black;
}
.product-lists-container [data-type='payments'] {
    float: left;
}
.product-lists-container [data-type='total'] {
    text-align: right;
    font-weight: bold;
    font-size: 1.25em;
}
.product-lists-container [data-type='dimension'] span,
.product-lists-container [data-type='price'] span,
.product-lists-container [data-type='total'] span {
    display: inline-block;
}
.option {
    text-align: center;
    width: 100%;
}
.option h2 {
    font-family: allerregular;
    font-weight: bold;
    font-size: 15pt;
    color: #636363;
}
.option #back-to-design {
    margin-top: 40px;
}
.option #back-to-design a {
    cursor: pointer;
}
.option #back-to-design a:hover {
    text-decoration: underline;
}
.option .table {
    margin-top: 50px;
    display: table;
    height: calc(100vh - 450px);
    width: 100%;
}
.option .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.option header {
    margin-bottom: 50px;
}
.option header h2 {
    font-size: 17pt;
}
.option .budget-chooser {
    margin: 0 5%;
    width: 40%;
    float: left;
}
.option .budget-chooser .options {
    cursor: pointer;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
}
.option .budget-chooser .options div {
    margin: 30px 0;
    font-size: 12pt;
}
.option .budget-chooser .options img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
.option .budget-chooser .options .optionSign {
    max-height: 100px;
    height: 100px;
}
.option .budget-chooser .options .optionSign i {
    font-size: 100px;
    color: #d8d8d8;
}
.option .budget-chooser .options .choice-header {
    padding: 1em;
}
.option .budget-chooser .options footer {
    margin: 30px;
}
.option .budget-chooser .options footer label {
    color: #000;
}
.option .budget-chooser .options footer input {
    width: 100px;
    margin-bottom: 10px;
}
.option .budget-chooser .options footer .chooser {
    padding: 10px;
    width: 100%;
    font-size: 12pt;
}
.option .budget-chooser .options .first-footer {
    margin-top: 50px;
}
.option .table-row-shopping {
    display: table-row;
}
.option .table-row-shopping header {
    margin-top: 50px;
}
.option .table-row-shopping .under-option {
    max-width: 90%;
    width: 90%;
    margin: auto;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
}
.option .table-row-shopping .under-option div {
    margin: 30px 0;
    font-size: 12pt;
    float: left;
    width: 33%;
    height: 100px;
    text-align: center;
}
.option .table-row-shopping .under-option div span {
    position: relative;
    top: 30%;
}
.option .table-row-shopping .under-option div i {
    font-size: 100px;
    color: #d8d8d8;
}
.option .table-row-shopping .under-option footer {
    margin: 30px 0;
    height: 100px;
}
.option .table-row-shopping .under-option footer .chooser {
    width: 20%;
    position: relative;
    top: 35%;
    padding: 10px;
    font-size: 12pt;
}
.option .options:hover,
.option .under-option:hover {
    border: 1px solid #000;
}
.budget-loading-message {
    text-align: center;
    display: block;
    margin-top: 50px;
    font-size: 1.7em;
    color: #888;
}
.prices-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.prices-container.without-footer {
    margin-bottom: 0;
}
.stores-container {
    min-height: 170px;
}
#prices-footer {
    color: #888;
    width: 100%;
    margin: 0;
    height: 75px;
    background-color: white;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #d8d8d8;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
#prices-footer .ecommerce-total {
    text-align: right;
    vertical-align: middle;
}
#prices-footer .ecommerce-total .total {
    font-size: 1.4em;
    margin-right: 10px;
}
#prices-footer .ecommerce-total .total .price {
    color: black;
}
#prices-footer .seller-footer-content {
    width: 1000px;
    padding: 23px 20px;
    height: 100%;
    margin: 0 auto;
    text-align: right;
}
#prices-footer .seller-footer-content button {
    margin-left: 5px;
}
#prices-footer .footer-content {
    max-width: 1000px;
    padding: 10px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    height: 100%;
}
#prices-footer .footer-content .footer-section {
    display: table-cell;
    width: 1%;
}
#prices-footer .footer-content .footer-section .with-action {
    cursor: pointer;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: auto;
    /*&:hover {
                    background-color: #f5f5f5;
                }*/
}
#prices-footer .footer-content .footer-section:not(:last-child) {
    border-right: 1px solid #d8d8d8;
}
#prices-footer .footer-content .footer-section .footer-icon {
    height: 55px;
    width: 65px;
    float: left;
    padding: 5px 10px;
    font-size: 40px;
    text-align: center;
}
#prices-footer .footer-content .footer-section .footer-icon .fa:not(.fa-usd) {
    color: #ccc;
}
#prices-footer .footer-content .footer-section .footer-icon img {
    height: 40px;
}
#prices-footer .footer-content .footer-section .footer-text {
    float: left;
    width: calc(100% - (55px + 10));
}
#prices-footer .footer-content .footer-section .footer-text h4 {
    margin: 0;
    margin-bottom: 3px;
    font: 1.1em 'allerregular' normal;
}
#prices-footer .footer-content .footer-section .footer-text button,
#prices-footer .footer-content .footer-section .footer-text a[data-role='button'] {
    margin-top: 5px;
}
.all-prices div {
    text-align: left;
}
.all-prices [data-action='show-price'] {
    cursor: pointer;
}
.all-prices [data-group='price'] {
    display: none;
}
.all-prices .seller-icon {
    max-height: 20px !important;
    max-width: 65px !important;
    float: none !important;
    vertical-align: middle;
    width: 100%;
}
.selected-ecommerce .price-ecommerce {
    display: none;
}
.selected-ecommerce .price-selected {
    display: block;
}
.selected-ecommerce .info-selected {
    width: 100%;
}
.selected-ecommerce .select-seller-icon {
    width: auto !important;
    margin: 0 auto;
}
.selected-ecommerce .select-seller-icon table {
    width: 100%;
}
.selected-ecommerce .select-seller-icon table td {
    padding: 0 !important;
    vertical-align: middle !important;
}
.selected-ecommerce .select-seller-icon table td div {
    padding: 2px 0;
}
.selected-ecommerce .select-seller-icon .seller-icon {
    display: flex;
    min-height: 16px;
    max-height: 30px !important;
    max-width: 95px !important;
    margin: auto;
}
.selected-ecommerce .select-seller-icon .unit-value,
.selected-ecommerce .select-seller-icon .total-value,
.selected-ecommerce .select-seller-icon .quantity-value {
    color: #000;
    text-align: end;
    padding-right: 35px;
}
.selected-ecommerce .select-seller-icon .unit-label,
.selected-ecommerce .select-seller-icon .total-label,
.selected-ecommerce .select-seller-icon .quantity-label {
    float: left;
    text-align: start;
}
.selected-ecommerce .link {
    width: 100%;
    margin-top: 10px;
    text-decoration: none;
    color: #0967a3;
    cursor: pointer;
    text-align: center;
}
.selected-ecommerce .link:hover {
    color: #0e88d9;
    text-decoration: none;
}
.resume-budget {
    color: #444;
}
.resume-budget .seller-icon {
    width: 100%;
    min-height: 40px;
}
.resume-budget .seller-icon .image-td {
    width: 105px;
}
.resume-budget .seller-icon img {
    display: flex;
    max-width: 105px !important;
    max-height: 40px;
    vertical-align: middle;
    margin: auto;
}
.resume-budget .seller-icon .alert-message {
    line-height: normal;
    font-size: 10pt;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.resume-budget .div-card {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}
.resume-budget .div-card header {
    font-size: 1.2em;
}
.resume-budget .div-card .items-resume {
    padding: 0 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}
.resume-budget .div-card .items-resume td {
    width: 23.5%;
}
.resume-budget .div-card .items-resume .align-center {
    text-align: center;
    width: 10%;
}
.resume-budget .div-card .items-resume .align-left {
    text-align: end;
}
.resume-budget .div-card .items-resume .align-right {
    text-align: start;
}
.resume-budget .div-card .items-resume thead {
    font-weight: normal;
}
.resume-budget .div-card footer {
    text-align: right;
    padding: 0 30px;
}
.resume-budget form {
    padding: 0 30px;
}
.card header {
    border: none;
    position: relative;
    padding: 10px;
    line-height: 35px;
}
.card header .card-icon {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    float: left;
    color: white;
    text-align: center;
}
.card header .card-icon img {
    width: 100%;
}
.card header .mooble-store-icon {
    background-color: #5cb85c;
}
.card header .badge {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 11px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
}
.price-card-product {
    max-width: 64px;
    margin: 10px;
}
.seller-cards :nth-child(3n + 1) {
    clear: both;
}
.card-summary {
    width: 100%;
    color: #7a7a7a;
}
.card-summary tbody td {
    padding-bottom: 5px;
}
.card-summary tfoot {
    border-top: 1px solid #d8d8d8;
    text-align: right;
}
.card-summary tfoot td {
    padding-top: 5px;
}
.card-summary .card-price {
    width: 80px;
    text-align: right;
    color: black;
}
.card-expand-button {
    border: none;
    background-color: white;
    color: #aaa !important;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.card-expand-button:hover {
    background-color: white !important;
    color: #666 !important;
    border: none !important;
}
.cart-summary header {
    color: #444;
}
.cart-summary header h1 {
    margin: 0;
}
.cart-summary header p {
    margin-top: 0;
}
.cart-summary-table {
    width: 100%;
    color: #666;
}
.cart-summary-table > tbody > tr:not(:last-child) {
    border-bottom: 1px solid #aaa;
}
.cart-summary-table > tbody > tr > td {
    padding: 15px 0;
    position: relative;
}
.cart-summary-table > tbody > tr:first-child > td {
    padding-top: 0;
}
.cart-summary-table .seller-block-image-header {
    margin-bottom: 5px;
}
.cart-summary-table .items-quantity {
    margin-bottom: 5px;
    display: inline-block;
}
.cart-summary-table button {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.summary-cards .card {
    cursor: pointer;
}
.summary-cards .card > div {
    height: 100px;
    overflow: hidden;
}
.seller-block-image-header {
    height: 25px;
    display: block;
}
.seller-total {
    font-size: 1.4em;
    display: block;
    margin-bottom: 10px;
}
.content-block header h2 {
    line-height: 25px;
}
.mooble-item {
    width: 150px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mooble-item img {
    width: 80px;
}
.mooble-item-name {
    display: block;
}
.mooble-item-dimensions {
    color: #7a7a7a;
    font-size: 0.8em;
}
.shopping-list-steps {
    width: 70%;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
    height: 35px;
}
.shopping-list-steps .line {
    position: absolute;
    border: 2px solid #ccc;
    width: 100%;
    top: 16px;
}
.hideShowStore {
    display: none !important;
}
.hideShowLine {
    display: none !important;
}
.button-to-store {
    position: absolute;
    top: 0;
    right: 20px;
}
.button-to-store a {
    height: 35px;
    float: right;
    color: #636363 !important;
}
.button-to-store a:hover {
    color: #000;
}
.button-to-store span {
    position: relative;
    top: 10px;
    float: right;
}
.button-to-store img {
    width: 35px;
    height: 35px;
}
.button-to-store i {
    padding: 5px;
    font-size: 25px;
}
.button-to-store .chooser {
    position: relative;
    float: left;
    left: -15px;
    width: 35px;
    height: 35px;
}
.button-to-project {
    display: block !important;
    top: -40px;
}
.shopping-list-step {
    border: 4px solid #ccc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #aaa;
    background-color: #fff;
    position: relative;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.shopping-list-step:hover {
    color: #777;
    border-color: #999;
}
.shopping-list-step:not(:last-child) {
    margin-right: 20px;
}
.shopping-list-step i {
    line-height: 27px;
}
.shopping-list-step img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.shopping-list-step:last-child {
    float: right;
}
.shopping-list-step.current {
    color: #888;
    border-color: #787878;
}
.shopping-list-step.current:not(:last-child) {
    float: left;
}
.shopping-list-step.previous {
    float: left;
}
.shopping-list-step:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 3px #ccc;
    -moz-transition:
        transform 0.2s,
        opacity 0.25s;
    -o-transition:
        transform 0.2s,
        opacity 0.25s;
    -webkit-transition:
        transform 0.2s,
        opacity 0.25s;
    transition:
        transform 0.2s,
        opacity 0.25s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.shopping-list-step:hover:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.steps-footer {
    text-align: right;
    overflow: auto;
}
.previous-step {
    float: left;
}
.shopping-list-step-items {
    display: none;
}
.shopping-list-step-items.current {
    display: block;
}
.save-success-field-container {
    position: relative;
}
.save-success-field-container::after {
    content: '\f00c';
    position: absolute;
    bottom: 12px;
    right: 15px;
    font-family: Arial, Verdana;
    color: #5cb85c;
    -moz-animation: save-success-field 2s forwards;
    -o-animation: save-success-field 2s forwards;
    -webkit-animation: save-success-field 2s forwards;
    animation: save-success-field 2s forwards;
}
#store-budget-customer-info .zip-code {
    width: 20%;
    position: relative;
}
#store-budget-customer-info .zip-code .fa-spinner {
    position: absolute;
    bottom: 12px;
    right: 10px;
}
#store-budget-customer-info .street {
    width: 70%;
}
#store-budget-customer-info .number {
    width: 10%;
}
.customerInfo {
    margin: 0;
    margin-bottom: 5px;
}
.customerInfo label {
    color: #7a7a7a;
}
.customerInfo label::after {
    content: ':';
}
#formSavePdf .address {
    width: 3%;
}
.all-brands {
    overflow: auto;
    padding: 15px 0;
}
.all-brands h3 {
    margin: 0;
    margin-bottom: 10px;
}
.all-brands img {
    height: 35px;
    max-width: 100%;
}
.all-brands a {
    text-align: center;
    float: left;
    width: 140px;
    display: block;
    color: #0967a3;
    text-decoration: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.all-brands a:hover {
    color: #0e88d9;
}
.modal-all-page {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    width: auto;
    top: -105px;
    padding: 0 20px;
    box-shadow: none;
    border-radius: 0;
    background-color: initial;
    left: 0;
}
.modal-all-page header {
    background-color: white;
}
.modal-all-page div {
    background-color: white;
}
.store-info {
    padding: 10px 5px;
    line-height: 1.5;
    position: relative;
    color: #666;
    border-bottom: 1px solid #d8d8d8;
}
.store-info .store-name {
    margin: 0;
    color: black;
}
.store-info .store-brand {
    margin-right: 10px;
    margin-top: 10px;
    height: 25px;
}
.store-info .store-image {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 15px;
    right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.store-info .request-store-budget {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.store-info a:not([data-role='button']) {
    margin-left: 5px;
    color: #0967a3;
    text-decoration: none;
}
.store-info a:not([data-role='button']):hover {
    color: #0e88d9;
}
.store-info p {
    margin: 0;
    margin-bottom: 10px;
}
.store-info .store-address {
    background-color: #f5f5f5;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin-left: 20px;
}
.store-info .store-map-link {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
}
.store-info .store-map-link .fa {
    color: #a94442;
    font-size: 1.5em;
}
.store-info .store-map-link span {
    color: #888;
    font-size: 11px;
}
.store-info .label:after {
    content: ': ';
}
.button-container {
    display: inline-block;
}
.free-store-subscribe-modal {
    min-width: unset;
    width: 350px;
    margin-left: -175px;
}
.free-store-subscribe-modal p {
    line-height: 1.5;
}
.free-store-subscribe-modal footer {
    margin: 0;
}
.free-store-subscribe-modal .footer-expand-button {
    height: 40px;
    line-height: 30px;
}
/*.switch-store-option {
    padding: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
    cursor: pointer;

    .fa {
        display: block;
        float: left;
        height: 30px;
        text-align: center;
        padding: 10px 5px;
        margin-right: 5px;
    }

    .fa-circle-o {
        color: #aaa;
    }

    &:not(.selected):hover {
        background: #ddd;
    }

    &.selected {
        background: #e5e5e5;
    }

    .switch-store-option-name {
        font-weight: bold;
    }

    .switch-store-option-email {
        color: #666;
        font-size: .8em;
    }
}*/
.user-without-password-message {
    width: 250px;
    right: 10px;
    top: 60px;
    position: fixed;
    z-index: 1;
}
.user-without-password-message > div {
    background-color: white;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.6);
}
.user-without-password-message form {
    padding: 10px;
}
.user-without-password-message p {
    margin-top: 0;
}
@-webkit-keyframes save-success-field {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}
@-moz-keyframes save-success-field {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}
@keyframes save-success-field {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}
@media screen and (max-width: 640px) {
    .shopping-list-steps {
        width: 100%;
    }
    .hideShowLine {
        display: block !important;
    }
    .hideShowStore {
        display: inline-block !important;
    }
    .button-to-store {
        display: none;
    }
}
@media screen and (max-width: 745px) {
    .table-row-shopping {
        display: none !important;
    }
    .option .budget-chooser {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .option .budget-chooser .options {
        width: 100%;
        margin-bottom: 10px;
    }
    .option .signOption {
        display: block !important;
    }
    .option .signOption header {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1200px) {
    #shoppingList .dimensions-list dt,
    #shoppingList .dimensions-list dd {
        width: auto;
        text-align: left;
        line-height: 1.5;
    }
    .user-without-password-message {
        width: auto;
        max-width: 1000px;
        position: static;
        margin: 10px auto 20px;
        padding: 0 20px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1199px) {
    #shoppingList .specs-table .price {
        width: 150px;
    }
}
@media screen and (max-width: 900px) {
    #shoppingList .header-budget a {
        padding: 0;
    }
    #shoppingList .header-budget .responsive-row {
        display: block;
        text-align: center;
    }
    #shoppingList .header-budget .responsive-col {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 30px;
    }
    #shoppingList .header-budget .responsive-col img {
        padding-top: 2px;
        max-height: 25px;
    }
    #shoppingList .header-budget .budget-tab {
        padding: 10px 3px;
    }
    #shoppingList .header-budget .budget-tab img {
        margin-right: 5px;
    }
    #shoppingList .specs-table {
        table-layout: fixed;
    }
    #shoppingList .summary,
    #shoppingList .product-lists-container {
        float: none;
        width: 100%;
    }
    #shoppingList .buttons {
        margin-right: 10px !important;
    }
    #shoppingList [data-role='content'] {
        margin: 0;
    }
    #shoppingList .spec-image img {
        width: 64px;
    }
    #shoppingList .spec-name {
        font-size: 1.3em;
    }
    #shoppingList .specs-table .spec-image {
        width: 64px;
    }
    #shoppingList .specs-table > thead {
        display: none;
    }
    #shoppingList .specs-table > tbody > tr > td {
        display: block;
        width: 100%;
        overflow: auto;
    }
    #shoppingList .specs-table .item-prices > thead {
        display: table-header-group;
        border-bottom: 1px solid #bbb;
    }
    #shoppingList .specs-table .price {
        width: 100%;
    }
    #shoppingList .specs-table .unavailable-spec {
        width: 100%;
    }
    #shoppingList .make-budget .integrations .col-xs-3 {
        width: 0%;
        padding: 0;
    }
    #shoppingList .make-budget .integrations .option-integration {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hidden-phone {
        display: none !important;
    }
    #shoppingList .find-store-div {
        width: 100%;
        position: relative;
    }
    #shoppingList .header-budget .responsive-div {
        width: 20%;
        font-size: 8pt;
    }
}
@media screen and (min-width: 550px) and (max-width: 900px) {
    #shoppingList .specs-table .price {
        width: 150px;
    }
}
@media screen and (max-width: 550px) {
    #shoppingList .cep-type {
        width: 100%;
        float: none;
    }
    #shoppingList .header-budget .budget-tab {
        padding: 10px 3px;
    }
    #shoppingList .header-budget .budget-tab img {
        display: none;
    }
    #prices-footer .footer-content {
        padding: 0;
    }
    #prices-footer .footer-content .footer-section {
        padding: 5px;
    }
    #prices-footer .footer-content .footer-section .footer-icon {
        display: none;
    }
    #prices-footer .footer-content .footer-section .footer-text {
        width: 100%;
        height: 100px;
    }
    #prices-footer .footer-content .footer-section .footer-text h4 {
        font-size: 1em;
        text-align: center;
        color: #333;
    }
    #prices-footer .footer-content .footer-section .footer-text span {
        font-size: 0.8em;
    }
    #prices-footer .footer-content .footer-section button,
    #prices-footer .footer-content .footer-section a[data-role='button'] {
        font-size: 0.8em;
        width: 100%;
    }
    .store-info .label {
        display: block;
    }
    .store-info .store-image {
        height: 60px;
        width: 60px;
    }
    .store-info .request-store-budget {
        position: static;
        display: block;
        margin-top: 10px;
    }
    .store-info .store-address {
        width: 100%;
        margin-left: 0;
    }
}
@media print {
    [data-responsive='print'] {
        display: none !important;
    }
    .header-print {
        display: none !important;
    }
    #shoppingList {
        background: #fff;
        margin-top: 0 !important;
        padding: 0;
    }
    #shoppingList .hidden-print {
        display: none;
    }
    #shoppingList .make-budget .squares-container {
        page-break-inside: avoid;
    }
    #shoppingList .make-budget .time-header {
        font-size: 8pt !important;
    }
    #shoppingList .content-block {
        box-shadow: none !important;
        border: none !important;
    }
    #shoppingList [data-group='budget'] {
        margin-top: 5px;
    }
    #shoppingList h1 {
        margin: 5px 0;
    }
    #shoppingList [data-group='summary'] {
        display: none !important;
    }
    #shoppingList div[data-role='accordion-data'][data-group='budget-item'] {
        display: block;
    }
    #shoppingList [data-role='noprint'] {
        display: none !important;
    }
    #shoppingList [data-type='price'] img {
        max-width: 90px !important;
        max-height: 25px !important;
    }
    #shoppingList .specs-table {
        /*border: 1px solid @panelBorder;*/
        color: black !important;
    }
    #shoppingList .specs-table th {
        font-weight: bold !important;
        font-size: 1em !important;
        padding: 10px !important;
    }
    #shoppingList .specs-table td {
        padding: 10px;
    }
    #shoppingList .specs-table p {
        margin: 0;
        margin-bottom: 5px;
    }
    #shoppingList .specs-table dt {
        font-weight: bold;
        display: inline-block;
    }
    #shoppingList .specs-table dd {
        display: inline-block;
        margin: 0;
    }
    #shoppingList .specs-table dl {
        margin: 0;
    }
    #shoppingList .specs-table .dimensions {
        width: 25% !important;
    }
    #shoppingList .specs-table [data-role='modelItems'] {
        margin-left: 25px;
        margin-bottom: 5px;
    }
    #shoppingList .specs-table .quantity {
        width: 15%;
    }
    #shoppingList .specs-table .price {
        width: 30%;
    }
    #shoppingList .specs-table .item-prices td {
        padding: 0;
    }
    #shoppingList #total-print {
        text-align: right;
    }
    #shoppingList .item-group {
        margin-bottom: 15px;
    }
    #shoppingList .item-group header {
        margin: 10px 0;
        color: #7a7a7a;
    }
}
.unavailable-brands {
    position: relative;
}
#update-subscription {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: white;
    background: #c29f63;
    border: #896b36;
}
.link {
    cursor: pointer;
}
