body,
html {
    font-size: 16px;
    background: #fafafa;
    width: 100%;
}

a,
body {
    color: #0a0a0a;
}

body,
button,
fieldset,
form,
input,
label,
legend,
textarea {
    font-family: Montserrat, sans-serif;
}

*,
li,
ul {
    padding: 0;
    margin: 0;
}

.table,
body,
html {
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

.both:after {
    content: " ";
    display: block;
    clear: both;
    float: none;
}

* {
    outline: 0;
    box-sizing: border-box;
}

html {
    height: 100%!important;
}

body {
    height: 100%;
    overflow-x: hidden;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0 auto;
}

a {
    cursor: pointer;
}

button,
fieldset,
form,
input,
label,
legend,
textarea {
    outline: 0;
    box-shadow: 0 none;
    font-size: 1rem;
}

li,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

.img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.table {
    display: table;
    margin-bottom: 0;
    height: auto;
}

.table .td {
    display: table-cell;
    width: auto;
    height: auto;
}

.btn-main span,
body.login .logo img {
    display: inline-block;
}

._hidden {
    opacity: 0;
    visibility: hidden;
}

.container.full {
    width: 100%;
}

.btn-basic {
    border: .0625rem solid #0a0a0a;
    box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    border-radius: .125rem;
    -o-border-radius: .125rem;
    -ms-border-radius: .125rem;
    -moz-border-radius: .125rem;
    -webkit-border-radius: .125rem;
}

.btn-main {
    border: .0625rem solid #0a0a0a;
    box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #0a0a0a;
}

.boxed {
    background: #fff;
}

.box-shadow {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .125);
    -o-box-shadow: 0 0 .25rem rgba(0, 0, 0, .125);
    -ms-box-shadow: 0 0 .25rem rgba(0, 0, 0, .125);
    -moz-box-shadow: 0 0 .25rem rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 0 .25rem rgba(0, 0, 0, .125);
}

.box-shadow.shadow-x1 {
    box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .125);
    -o-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .125);
    -ms-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .125);
    -moz-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .125);
    -webkit-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .125);
}

.box-shadow.shadow-x2 {
    box-shadow: .125rem .125rem .375rem rgba(0, 0, 0, .125);
    -o-box-shadow: .125rem .125rem .375rem rgba(0, 0, 0, .125);
    -ms-box-shadow: .125rem .125rem .375rem rgba(0, 0, 0, .125);
    -moz-box-shadow: .125rem .125rem .375rem rgba(0, 0, 0, .125);
    -webkit-box-shadow: .125rem .125rem .375rem rgba(0, 0, 0, .125);
}

.theme-orange #loading-bar .bar {
    background-color: #ff9800;
}

.theme-orange #loading-bar-spinner .spinner-icon {
    border-left-color: #ff9800;
    border-top-color: #ff9800;
}

body.login {
    background-color: #0d0d0d;
    background-image: url(../img/bg-strips-light.png);
}

body.login .btn-main,
body.login input.form-control {
    background-color: #bd9032;
    color: #000;
    font-size: 1.125rem;
}

body.login .logo img {
    margin: 5rem 0 1.875rem;
}

body.login input.form-control {
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #bd9032;
    height: auto;
    padding: .5rem .75rem;
}

body.login input.form-control::-webkit-input-placeholder {
    color: #000;
}

body.login .form-group {
    margin-bottom: 1.25rem;
}

body.login .btn-main {
    text-transform: uppercase;
    padding: .5rem .9375rem;
}

.page-menu {
    position: fixed;
    background-color: #2e2e2e;
    width: 17.5rem;
    overflow: hidden;
    top: 3.125rem;
    left: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9;
    background-image: url(../images/bg-strips-light.png);
}

.page-menu .nav,
.page-menu .nav-content {
    position: absolute;
    width: 17.5rem;
    left: 0;
    bottom: 0;
    display: block;
}

.page-menu .nav {
    top: 0;
    z-index: 8;
}

.page-menu .nav-header {
    background: #1a1a1a;
    height: 3.125rem;
    padding: .5rem .625rem;
}

.page-menu .nav-content {
    border-top: .125rem solid rgba(0, 0, 0, .1);
    top: 3.125rem;
    height: auto;
    font-size: .875rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-menu .nav-content .name-group {
    font-size: .875rem;
    padding: .625rem;
    text-transform: uppercase;
    display: block;
}

.page-menu .nav-content .group {
    display: block;
}

.page-menu .nav-content .group .dropdown.open a {
    background: rgba(0, 0, 0, .5);
}

.page-menu .nav-content .group .dropdown-toggle:active,
.page-menu .nav-content .group .dropdown-toggle:focus {
    background-color: rgba(0, 0, 0, .5);
    text-decoration: none;
}

.orders .order .inline:hover,
.page-header .cont-header .menu a:hover,
.page-menu .nav-content .group .dropdown-menu a:hover {
    text-decoration: underline;
}

.page-menu .nav-content .group .dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, .3);
}

.page-menu .nav-content .group .dropdown-menu {
    position: relative;
    margin: 0;
    float: none;
    background: rgba(0, 0, 0, .6);
    padding: 0;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
}

.page-menu .nav-content .group .dropdown-menu a {
    padding-left: .9375rem;
    font-size: .8125rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-menu .nav-content .group .dropdown-menu a i {
    font-size: .75rem;
}

.page-menu .nav-content .group>ul>li {
    border-bottom: .0625rem solid rgba(0, 0, 0, .2);
}

.page-menu .nav-content .group>ul>li a {
    color: #ccc;
    padding: .625rem .625rem .625rem .9375rem;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-menu .nav-content .group>ul>li a:hover {
    background-color: rgba(0, 0, 0, .3);
    color: #ccc;
}

.page-menu .nav-content .group a {
    position: relative;
}

.page-menu .nav-content .group a.active:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #bd9032;
    width: .25rem;
}

.page-menu .nav-content i {
    font-size: 1.125rem;
    margin-right: .625rem;
    vertical-align: middle;
}

.page-header {
    background-color: #000;
    z-index: 9;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background-image: url(../img/bg-strips-light.png);
    box-shadow: 0 .0625rem 0 rgba(0, 0, 0, .125);
    -o-box-shadow: 0 .0625rem 0 rgba(0, 0, 0, .125);
    -ms-box-shadow: 0 .0625rem 0 rgba(0, 0, 0, .125);
    -moz-box-shadow: 0 .0625rem 0 rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 .0625rem 0 rgba(0, 0, 0, .125);
}

.page-header .cont-header {
    display: block;
    position: relative;
    padding: 1.25rem 0;
}

.page-header .cont-header .logo {
    width: 11.25rem;
}

.page-header .cont-header .menu {
    margin-top: 5rem;
    position: absolute;
    right: 0;
    bottom: 1.25rem;
}

.page-header .cont-header .menu li {
    display: inline-block;
    vertical-align: bottom;
}

.dialog .tabs a i,
.listable-toolbar .mdi:before,
.section-header h2 {
    vertical-align: middle;
}

.page-header .cont-header .menu a {
    background-color: #bd9032;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: .5rem .9375rem;
}

.page-header .cont-header .menu .input-search {
    width: 12.5rem;
}

.page-header .cont-header .menu .input-search .form-control {
    background-color: #fff;
    height: auto;
    padding: .5rem .9375rem;
    border: 0;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #1a1a1a;
}

.page-header .cont-header .menu .input-search .form-control::-webkit-input-placeholder {
    color: #1a1a1a;
}

.page-header .cont-header .menu .input-search .btn {
    background-color: #bd9032;
    color: #fff;
    padding: .5rem .9375rem;
    border: 0;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.page-header .cont-header .user-control {
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 0;
    color: #bd9032;
    text-align: right;
}

.page-header .cont-header .user-control .message {
    font-size: 1.375rem;
}

.page-header .cont-header .user-control .control a {
    display: inline-block;
    padding: .3125rem 0;
    color: #bd9032;
    font-size: .875rem;
}

.page-header .cont-header .user-control .control .dividir {
    display: inline-block;
    margin: 0 .625rem;
}

.dialog .element-switch {
    display: block;
}

.dialog .tabs a i {
    font-size: 1.125rem;
}

.listables .table-box {
    padding: .9375rem;
    box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .2);
    -o-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .2);
    -ms-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .2);
    -moz-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .2);
    -webkit-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .2);
    margin-top: .9375rem;
    background-color: #fff;
}

.listables .table-box thead th {
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .25rem;
    text-align: left;
    cursor: pointer;
}

.listables .table-box thead th.actions {
    text-align: right;
}

.listables .table-box thead input {
    font-size: .6875rem;
    display: block;
    color: #666;
    font-weight: 400;
    border: .0625rem solid #e6e6e6;
    width: 100%;
    padding: .375rem .5rem;
}

.listables .table-box tbody td {
    color: #1a1a1a;
    font-size: .875rem;
    padding: .25rem;
    border-bottom: .0625rem dashed #f2f2f2;
}

.listables .table-box tbody td i {
    font-size: .8125rem;
}

.listables .table-box tbody tr:hover {
    background-color: #d7d7d7;
}

.listables .table-box tbody tr:last-child td {
    border-bottom: 0 none;
}

.listables .table-box .td-actions {
    text-align: right;
    min-width: 5rem;
}

.listables .table-box tfoot .pagination {
    margin-top: .9375rem;
}

.listables .table-box tfoot .pagination li {
    display: inline-block;
}

.listables .table-box tfoot .pagination li a {
    display: block;
    background-color: #fff;
    padding: .25rem .625rem;
    border-top: .0625rem solid #ccc;
    border-bottom: .0625rem solid #ccc;
    font-size: .6875rem;
    color: #666;
    font-weight: 700;
}

.listables .table-box tfoot .pagination li:first-child a {
    border-left: .0625rem solid #ccc;
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.listables .table-box tfoot .pagination li:last-child a {
    border-right: .0625rem solid #ccc;
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}

.listables .table-box tfoot .pagination li.active a {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.listables .list-square {
    display: block;
    padding: .625rem;
    border: .0625rem solid #ccc;
    background-color: #fff;
    margin-bottom: .9375rem;
    border-radius: .1875rem;
    -o-border-radius: .1875rem;
    -ms-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    -webkit-border-radius: .1875rem;
}

.listables .list-square .actions {
    display: block;
    margin-top: .5rem;
    text-align: right;
}

.listables .list-square .text {
    display: table;
    font-size: .8125rem;
    width: 100%;
    background-color: #fff;
    padding: .25rem;
    border-bottom: .0625rem dotted #ccc;
}

.listables .list-square .text .label {
    display: table-cell;
    text-transform: uppercase;
    border-right: .0625rem dotted #ccc;
    font-weight: 700;
    font-size: .6875rem;
    width: 6.25rem;
}

.listables .list-square .text .data {
    padding-left: .5rem;
}

.strong {
    display: block;
}

.table-lumx {
    margin-top: .9375rem;
    margin-bottom: .3125rem;
}

.breadcrumb,
.listable-toolbar,
.page-order .actions-order,
.page-order .title-section,
.page-order .widget-order,
.panel-actions,
.section-header {
    margin-bottom: .9375rem;
}

.table-lumx thead th {
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .25rem;
    text-align: left;
    cursor: pointer;
}

.table-lumx tbody tr td {
    color: #1a1a1a;
    font-size: .875rem;
    padding: .25rem;
    border-bottom: .0625rem dashed #f2f2f2;
}

.table-lumx tbody tr:first-child td {
    border-top: 0 none;
}

.table-lumx tbody tr:hover td {
    background: #fafafa;
}

.st-sort-ascent:before,
.st-sort-descent:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.st-sort-ascent:before {
    content: "\F140";
}

.st-sort-descent:before {
    content: '\F143';
}

.holder-input {
    margin-top: 1.0625rem;
}

.holder-input .holder-label {
    font-size: .8125rem;
    color: grey;
}

.holder-input .holder-model {
    display: block;
    padding: .125rem 0;
    font-size: 1rem;
    border-bottom: .03125rem dashed #d7d7d7;
    min-height: 1.8125rem;
}

.holder-input.text-jumbotron {
    text-align: center;
}

.holder-input.text-jumbotron .holder-label {
    font-size: .875rem;
    text-transform: uppercase;
}

.holder-input.text-jumbotron .holder-model {
    font-size: 1.5rem;
}

.dropdown-menu__content .search-filter__container {
    padding-left: 0;
}

.dropdown-menu__content .search-filter__button {
    display: none;
}

.text-field--theme-light .text-field__label {
    color: #333;
}

.text-field--theme-light .text-field__input {
    color: #1a1a1a;
}

.lx-select--default-style.lx-select--theme-light .lx-select-label {
    color: #333;
}

.lx-select--default-style.lx-select--theme-light.lx-select--is-disabled .lx-select-label {
    color: rgba(0, 0, 0, .5);
}

.lx-select--default-style.lx-select--theme-light.lx-select--is-disabled .lx-select-selected__value {
    color: rgba(0, 0, 0, .6);
}

.page-container {
    padding: .9375rem 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.page-container .content {
    background-color: #fff;
    padding: .9375rem;
    border: .0625rem solid #ccc;
    border-radius: .1875rem;
    -o-border-radius: .1875rem;
    -ms-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    -webkit-border-radius: .1875rem;
}

body.nav-collapse .page-container {
    left: 3.125rem;
}

.section-header {
    display: block;
}

.section-header h2 {
    display: inline-block;
    font-size: 1.5rem;
    color: #4d4d4d;
}

.section-header button {
    vertical-align: middle;
    margin-left: .625rem;
}

.form label {
    font-size: .875rem;
    font-weight: 400;
    color: #333;
}

.table-title h3 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #4d4d4d;
}

.page-users .form.create-user {
    border-radius: .1875rem;
    -o-border-radius: .1875rem;
    -ms-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    -webkit-border-radius: .1875rem;
    background-color: #fff;
    border: .0625rem solid #ccc;
    padding: .9375rem;
    margin-bottom: .9375rem;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb .active,
.breadcrumb a {
    font-size: .75rem;
}

.table-box thead td {
    background-color: #1a1a1a;
    color: #bd9032;
    font-size: .75rem;
}

.table-box tbody td {
    font-size: .875rem;
}

.table-box .actions {
    text-align: right;
}

.page-order .title-section {
    font-size: 1.125rem;
    text-transform: uppercase;
    background-color: #ccc;
    color: #333;
    padding: .9375rem;
    font-weight: 700;
    border-bottom: .0625rem solid #ccc;
}

.page-order .widget-order {
    margin-top: 2.25rem;
}

.page-order td.actions {
    width: 10rem;
}

.page-order .orders .alert-info {
    margin-top: .9375rem;
}
.page-order .row-firma {
    display: none;
}
.orders .order {
    display: block;
    background-color: #fff;
    border: .0625rem solid #4d4d4d;
    padding: .625rem;
    font-size: .875rem;
    color: #1a1a1a;
    margin-top: 2.5rem;
    position: relative;
}

.orders .order:first-child {
    margin-top: 1.875rem;
}

.orders .order ._number {
    position: absolute;
    bottom: 100%;
    left: -.0625rem;
    padding: .3125rem .625rem;
    background-color: #4d4d4d;
    color: #fff;
    width: auto;
    font-size: .6875rem;
}

.orders .order ._number strong {
    font-weight: 400;
    text-transform: uppercase;
    color: #ccc;
}

.orders .order ._number .author {
    display: inline-block;
}

.orders .order .inline {
    display: inline-block;
    margin-right: .9375rem;
    font-size: .75rem;
    color: #333;
}

.orders .order .inline strong {
    text-transform: uppercase;
}

.orders .order .inline-double {
    margin-top: .3125rem;
}

.orders .order .inline-double strong {
    display: block;
}

.orders .order .inline-author {
    background-color: #ccc;
    padding: .125rem .25rem;
}

.orders .order .col-actions .alert {
    font-size: .6875rem;
    display: inline-block;
    padding: .25rem .5rem;
    margin-bottom: .5rem;
}

.filter-title,
.label-filter .inline-select button {
    font-size: .75rem;
}

.label-filter .label-inline {
    display: inline-block;
    vertical-align: top;
    margin-right: .9375rem;
}

.label-filter .filter-date {
    display: inline-block;
    max-width: 13.75rem;
    vertical-align: top;
}

.label-filter .label-button {
    display: inline-block;
    vertical-align: bottom;
}

.filter-title,
.widget-title {
    display: block;
    text-transform: uppercase;
}

.filter-title {
    margin-bottom: .3125rem;
}

.profile-suspended,
.widget-title {
    margin-bottom: .9375rem;
}

.widget-title {
    position: relative;
    color: #fff;
    background-color: #bd9032;
    padding: .625rem .9375rem;
}

.textarea {
    min-height: 12.5rem;
    resize: vertical;
}

.selectpicker {
    font-size: .875rem;
}

.page-print {
    display: none;
    width: 30rem;
    border: .125rem solid #000;
}

.page-print .print-footer {
    display: block
}

.page-print .wrapper {
    display: block;
    padding: 1.25rem;
    height: auto;
}

.page-print .wrapper .logo {
    width: 13.75rem;
    margin: auto;
}

.page-print .wrapper .title {
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
    display: block;
    margin: .625rem 0;
}

.page-print .wrapper strong {
    font-size: .875rem;
    color: #101010;
    display: inline-block;
}

.page-print .wrapper span {
    font-size: .875rem;
    display: inline-block;
    color: #333;
    margin-left: .625rem;
}

.page-print .wrapper .col {
    margin-top: .625rem;
}

@media print {
    @page {
        size: landscape;
    }
    body>* {
        display: none;
    }
    body .checkbox-hide {
        display: none;
    }
    body._print-order .page-print {
        display: block!important;
    }
    body._print-change .page-order {
        display: block!important;
    }
    body._print-change .page-order .container {
        width: 100%;
    }
    body._print-change .breadcrumb {
        display: none;
    }
    body._print-change .row-header {
        display: none;
    }
    body._print-change .row-actions {
        display: none;
    }

    body._print-change .seccion-envia {
        display: block!important;
    }
    body._print-change .seccion-envia.oculto {
        display: none!important;
    }
    body._print-change .seccion-recibe {
        display: block!important;
    }
    body._print-change .firma {
        display: block!important;
    }
    body._print-change input {
        font-size: 0.75rem !important;
    }
    body._print-change .page-order .title-section {
        font-size: 0.6rem !important;
        padding: .4rem !important;
    }
    body._print-change .page-order label {
        font-size: 0.5rem !important;
        padding: .25rem !important;
    }

    body._print-change .page-order .textarea {
        min-height: 6rem !important;
        font-size: .6rem !important;
    }


    body._print-change .page-order .row-firma {
        display: block!important;
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
        text-transform:  uppercase;
    }
    body._print-change .page-order .row-firma .firma {
        padding: 8px 0;
        border: 1px solid #666;
    }
    body._print-change .page-order .row-firma h3 {
        font-size: 16px;
    }
    body._print-change .page-order .row-firma .line {
        display: inline-block;
        width: 80%;
        margin-top: 40px;
        height: 2px;
        background: #666;
    }
    body._print-change .page-order .form-group {
        padding: 5px;
        margin-bottom: 0;
    }
    body._print-change .price-invoice ,
    /*body._print-change .address-invoice,*/
    body._print-change .message-invoice {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .page-header .cont-header {
        padding-bottom: 0;
    }
    .page-header .cont-header .logo {
        width: 5.625rem;
        position: relative;
        z-index: 2
    }
    .page-header .cont-header .user-control {
        left: 0;
    }
    .page-header .cont-header .user-control strong {
        display: block;
    }
    .page-header .cont-header .user-control .control {
        width: 100%;
        margin-top: .625rem;
        text-align: center;
        display: block;
    }
    .page-header .cont-header .menu {
        position: relative;
        text-align: center;
    }
    .page-header .cont-header .menu a {
        padding: .5rem;
        font-size: .75rem;
    }
    .page-header .cont-header .menu .input-search {
        margin-top: .625rem;
        width: 17.5rem;
    }
}
/* Reviews */
.page-order .reviews input {
    display: none;
}
.page-order .reviews {
    display: flex;
    gap: 0.5rem;
}
.page-order .reviews .review {
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
}
.page-order .check_label {
    margin: 0;
}
.page-order .check_label + .check_label {
    margin-left: 1rem;
}
.page-order .check_label .content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    padding-right: 1rem;
    color: white;
    border-radius: 1.5rem;
    font-size: 14px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.25;
}
.page-order .check_label.check1 .content {
    border: 1px solid #1971C2;
    background: #1C7ED6;
}
.page-order .check_label.check2 .content {
    border: 1px solid #66A80F;
    background: #74B816;
}
.page-order .check_label:hover .content {
    opacity: 0.4;
}
.page-order .check_label input:checked + .content {
    opacity: 1;
}
.page-order .check_label input:checked + .content i {
    opacity: 1;
    color: white;
}
.page-order .check_label i {
    opacity: 0.25;
    color: white;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}
.page-order .status-form {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
    align-items: start;
}
.page-order .review {
    font-size: 1rem;
    border-radius: 0.25rem;
    padding: 0.25rem;
    display: flex;
    color: white;
}
.page-order .review-first {
    background-color: #1C7ED6;
}
.page-order .review-finish {
    background-color: #74B816;
}
