/* ===================================
    GLOBAL
====================================== */

/* Variable
====================================== */
:root {
  --base-color: #9b9a94;
  --dark-gray: #6d6c69;
  --very-light-gray: #eceff1;
  --yellow: #ecab23;
  --medium-gray: #7c898d;
  --solitude-blue: #f4f7f9;
  --creme: #e3e2d6;
  --dark-creme: #9b9a94;
  --rose: #ff92b6;
}

/* Reset
====================================== */
body {
  font-size: 18px;
  line-height: 30px;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase !important;
}
a {
  cursor: pointer;
}

/* Text color
====================================== */
.text-rose {
  color: var(--rose) !important;
}
.text-creme {
  color: var(--creme) !important;
}
.text-dark-creme {
  color: var(--dark-creme) !important;
}

/* Custom cursor
====================================== */
.custom-cursor .circle-cursor-inner {
  background-color: var(--rose);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
  background-color: var(--rose);
}
.custom-cursor .circle-cursor-outer {
  border: 1px solid var(--rose);
}

/* Heading
====================================== */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
h1 {
  line-height: 4.375rem;
}
h2 {
  line-height: 3.438rem;
}
h3 {
  line-height: 3rem;
}
h4 {
  line-height: 2.6rem;
}
h5 {
  line-height: 2rem;
}
h6 {
  line-height: 1.75rem;
}

/* Background color
====================================== */
body {
  background-color: var(--creme);
}

.bg-creme {
  background-color: var(--creme);
}

.bg-dark-creme {
  background-color: var(--dark-creme);
}

/* Border color
====================================== */
.border-color-creme {
  border-color: var(--creme) !important;
}

.border-color-dark-creme {
  border-color: var(--dark-creme) !important;
}

/*  Titles
====================================== */
.text-custom-underline span {
  text-decoration: underline;
  text-decoration-color: var(--rose);
}
.custom-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 50px;
}

/* Text
====================================== */
.custom-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--black) !important;
  line-height: 22px;
}

.custom-small-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--black) !important;
  line-height: 18px;
}

/* Top right bottom left
====================================== */
.left-35px {
  left: 35px;
}
.bottom-35px {
  bottom: 35px;
}

/* Buttons
====================================== */
.btn.btn-black {
  color: var(--creme);
}
.btn.btn-very-small {
  font-size: 13px;
  padding: 5px 20px;
}
.btn.btn-small {
  font-size: 14px;
  padding: 5px 26px;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 5px 30px;
}
.btn.btn-large {
  font-size: 14px;
  padding: 5px 34px;
}

.btn.btn-dark-creme {
  background-color: var(--dark-creme);
  color: var(--black);
}
.btn.btn-dark-creme:hover, .btn.btn-dark-creme:active {
  background-color: transparent;
  border-color: var(--dark-creme);
  color: var(--dark-creme);
}

.btn.btn-creme {
  background-color: var(--creme);
  color: var(--black);
}
.btn.btn-creme:hover, .btn.btn-creme:active {
  background-color: transparent;
  border-color: var(--creme);
  color: var(--creme);
}

.btn.btn.btn-transparent-black:hover {
  color: var(--creme);
}

/* Utils
====================================== */
.is-touchable .cursor-page-inner {
  display: none !important;
}

.scroll-progress .scroll-line {
  background-color: rgba(227, 226, 214, 0.15);
}
.scroll-progress .scroll-point {
  background-color: var(--creme);
}
.scroll-progress .scroll-text {
  color: var(--creme);
}

/* ????
====================================== */

/* Progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title,
.progress-bar-style-03 .progress .progress-bar-percent {
  bottom: 10px;
}
.progress-bar-style-03 .progress {
  height: 6px;
}

/* Tooltip */
.tooltip-inner {
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  color: var(--medium-gray);
  padding: 22px 35px;
  max-width: 260px;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--white) !important;
  border-width: 0 1.7em 1.7em !important;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--white) !important;
  border-width: 1.7em 1.7em 0 !important;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  margin-top: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^="top"] {
  margin-bottom: 15px !important;
}
.tooltip {
  opacity: 1 !important;
}
.tooltip .tooltip-arrow {
  width: 3.5em;
  height: 1.2em;
}
.bs-tooltip-start.tooltip .tooltip-arrow {
  width: 1.2em;
  height: 3.2em;
  margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^="left"] {
  margin-right: 15px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-width: 1em 0 1em 1em !important;
  border-left-color: var(--white) !important;
}
.bs-tooltip-end.tooltip .tooltip-arrow {
  width: 1.2em;
  height: 3.2em;
  margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^="right"] {
  margin-left: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-width: 1.7rem 1.7rem 1.7rem 0 !important;
  border-right-color: var(--white) !important;
}
.tooltip-title {
  font-weight: 600;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
  color: var(--dark-gray);
  letter-spacing: -0.5px;
}

/* ===================================
    STRUCTURE
====================================== */

/* Header
====================================== */
.header-top-bar {
  background: var(--creme);
}
.header-top-bar .widget a {
  color: var(--dark-creme) !important;
  text-family: var(--primary-font);
  margin-left: 5px;
}
.header-top-bar .widget a.active,
.header-top-bar .widget a:hover {
  color: var(--black) !important;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item {
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item a:hover,
.navbar .navbar-nav .nav-item.active a{
  color: var(--white);
  opacity: 1 !important;
}
.nav-item.language {
  display: none !important;
}
.header-button a {
  font-size: 13px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: var(--dark-gray) !important;
}
.header-button a.active,
.header-button a:hover {
  color: var(--white) !important;
}
header .navbar-brand img {
  max-height: 46px;
}

/* Footer
====================================== */
footer .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.footer-dark {
  background: var(--black);
}
.footer-dark .social a {
  color: var(--creme);
  opacity: 1;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}
.footer-dark .social a:hover {
  color: var(--rose);
}
.footer-dark ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.footer-dark ul li a {
  color: var(--dark-creme);
  opacity: 1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
.footer-dark ul li a:hover {
  color: var(--creme) !important;
}
.footer-dark .copy p {
  color: var(--dark-creme);
  opacity: 1;
  font-size: 12px;
}

/* ===================================
    PAGE ELEMENTS
====================================== */

/* Highlight
====================================== */
.highlight-section h5 {
  font-size: 28px;
  font-weight: 700;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 38px;
}
.highlight-section p {
  font-size: 18px;
  font-weight: 400;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 24px;
}
.highlight-section a {
  color: var(--black) !important;
  text-decoration: underline;
}
.highlight-section a:hover {
  text-decoration: underline;
}
.highlight-section a.btn {
  text-decoration: none !important;
}
.highlight-section a:hover.btn {
  color: var(--creme) !important;
}
.highlight-section ul {
  font-size: 18px;
  font-weight: 400;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 24px;
}

.highlight-section ul li {
  position: relative;
  padding-left: 25px;
}

.highlight-section ul li i {
  position: absolute;
  left: 0;
  top: 5px
}

.highlight-section .simple-link {
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}

/* ===================================
    PAGES
====================================== */

/* About
====================================== */
.about-section h5 {
  font-size: 48px;
  font-weight: 700;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 50px;
}

/* Shop
====================================== */
.shop-intro-h5{
  padding-bottom: 0px !important;
}
.shop-intro-h5 h5{
  font-size: 48px;
  font-weight: 700;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 50px;
}
.shop-intro-p {
  font-size: 18px;
  font-weight: 400;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 24px;
  padding-top: 0px !important;
}

.shop-form-section h2{
  font-size: 48px;
  font-weight: 700;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 54px;
  margin-bottom:10px;
}

.shop-form-section p{
  font-size: 14px;
  font-weight: 400;
  color: var(--black) !important;
  line-height: 18px;
}

.shop-form-section .accordion-header a {
  text-decoration: none;
}

.shop-form-section .accordion-header i {
  color: var(--black) !important;
}

.shop-form-section .table-responsive {
  overflow-x: auto;
}

.shop-form-section table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}

.shop-form-section table th, .shop-form-section table td {
  border: 1px solid #000;
  text-align: center;
  font-size:14px;
  font-weight:400 !important;
  padding: 0;
  vertical-align: middle;
  min-width: 50px;
}

.shop-form-section table th {
  background-color: #9b9a94 !important;
}

.shop-form-section table tr:nth-child(even) td {
  background-color: #e3e2d6 !important;
}

.shop-form-section table tr:nth-child(odd) td {
  background-color: #9b9a94 !important;
}

.shop-form-section table input {
  box-sizing: border-box;
  background: none;
  font-size:12px;
  font-weight:400 !important;
  color:#000;
  text-align:center;
  padding: 0;
  border: none;
}

.shop-form-section table input:focus {
  border: none;
  box-shadow: none !important;
}

.shop-form-section table input.filled {
  background-color: #f5c6cb;
}

.shop-form-section table .first-column {
  width: 50px !important;
}

.shop-form-section table input.filled {
  background: rgba(255, 146, 182, .5)
}

.shop-form-section .shop-form-information-line {
  margin-bottom: 30px;
}

.shop-form-section .shop-form-information-line p {
  margin-bottom: 10px;
  font-size:16px;
}

.shop-form-section .shop-form-information-line p span{
  font-size:14px;
  text-transform: lowercase;
}

.shop-form-section .shop-form-information-line p.price {
  font-size:24px;
  color:#9b9a94 !important;
  font-weight: 700;
}

.shop-form-section .shop-form-information-line p.final-price {
  font-size:24px;
  color:#000 !important;
  font-weight: 700;
}

.shop-form-section .shop-form-information-line p.text-rose {
  color: var(--rose) !important;
}

.shop-form-information-footer p {
  font-size: 16px;
  font-weight: 700;
}

.shop-form-information-footer p span {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

/* Contacts
====================================== */
.contacts-section h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 20px;
}
.contacts-section p,
.contacts-section a {
  font-size: 16px;
  font-weight: 400;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 20px;
}
.contacts-section a.underline {
  text-decoration: underline;
}
.contacts-form input,
.contacts-form textarea {
  color: var(--dark-creme) !important;
}
.contacts-form input::-moz-placeholder {
  color: var(--dark-creme) !important;
  opacity: 1;
}
.contacts-form input::-webkit-input-placeholder {
  color: var(--dark-creme) !important;
}
.contacts-form textarea::-moz-placeholder {
  font-size: 48px;
  font-weight: 700;
  color: var(--rose) !important;
  text-transform: uppercase;
  opacity: 1;
}
.contacts-form textarea::-webkit-input-placeholder {
  font-size: 48px;
  font-weight: 700;
  color: var(--rose) !important;
  text-transform: uppercase;
}
.contacts-form textarea {
  height: 450px;
}
.contacts-form h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--rose) !important;
  text-transform: uppercase;
  line-height: 52px;
}
.contacts-form .btn {
  color: var(--black) !important;
}
.contacts-form .btn:hover {
  color: var(--dark-creme) !important;
}

/* Account Login/Create
====================================== */
.account-login-section input{
  color: var(--creme) !important;
}
.account-login-section input::-moz-placeholder {
  color: var(--creme) !important;
  opacity: 1;
}
.account-login-section input::-webkit-input-placeholder {
  color: var(--creme) !important;
}

.account-create-section input{
  color: var(--dark-creme) !important;
}
.account-create-section input::-moz-placeholder {
  color: var(--dark-creme) !important;
  opacity: 1;
}
.account-create-section input::-webkit-input-placeholder {
  color: var(--dark-creme) !important;
}

#create-account .form-control.is-valid, #create-account .was-validated .form-control:valid,
#login .form-control.is-valid, #login .was-validated .form-control:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.contact-form-style-03 .form-control.is-valid, .contact-form-style-03 .form-control.is-invalid {
  background: none !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--rose) !important;
}


.account-login-section input:-webkit-autofill,
.account-login-section input:-webkit-autofill:hover, 
.account-login-section input:-webkit-autofill:focus, 
.account-login-section input:-webkit-autofill:active  {
    transition: background-color 5000s;
    -webkit-text-fill-color: var(--creme) !important;
}

.account-create-section input:-webkit-autofill,
.account-create-section input:-webkit-autofill:hover, 
.account-create-section input:-webkit-autofill:focus, 
.account-create-section input:-webkit-autofill:active  {
    transition: background-color 5000s;
    -webkit-text-fill-color: var(--dark-creme) !important;
}

/* Account Dropdown
====================================== */
.header-icon .icon .header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-account-icon .header-account {
  display: inline-block;
}
.header-account-icon .header-account  a {
  font-size: 13px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: var(--dark-gray) !important;
}
.header-account-icon .header-account .account-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 0px 20px 20px;
  list-style: none;
  background-color: var(--black);
  display: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: hide-animation 0.5s;
  animation: hide-animation 0.5s;
  z-index: 9;
  text-align: left;
  margin: 0;
  min-width: 160px;
}
.header-account-icon .header-account .account-dropdown li {
  display: flex;
  padding: 7px 0 7px 0;
  position: relative;
}

.header-account-icon .header-account .account-dropdown li a{
  font-size:13px;
  color: var(--dark-creme);
  text-transform: uppercase;
  line-height: 20px;
}

.header-account-icon .header-account.open .account-dropdown {
  display: block;
  -webkit-animation: show-animation 0.5s;
  animation: show-animation 0.5s;
}

/* ===================================
    CLIENT AREA
====================================== */


/* Profile
====================================== */

.profile-form-section label {
  color: var(--dark-creme);
  font-size:16px;
}

.profile-form-section input, .profile-form-section select {
  background: none;
  border:1px solid #000;
  padding: 4px 15px !important;
  color: var(--black);
  font-size: 16px;
  border-radius: 0 !important;
}

.profile-form-section input.is-valid, .profile-form-section input.is-invalid, .profile-form-section select.is-valid, .profile-form-section select.is-valid {
  background: none;
}

.profile-form-section input:focus, .profile-form-section select:focus {
  border:1px solid #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.profile-form-section input::-moz-placeholder {
  color: var(--dark-creme) !important;
  opacity: 1;
}

.profile-form-section input::-webkit-input-placeholder {
  color: var(--dark-creme) !important;
}

.profile-form-section .select2-selection {
  background: none;
  border:1px solid #000;
  padding: 4px 15px !important;
  color: var(--black);
  font-size: 16px;
  border-radius: 0 !important;
  height:40px;
}

.profile-form-section .select2-selection.is-valid {
  border-color:#198754;
}

.profile-form-section .select2-selection.is-invalid {
  border-color:#dc3545;
}

.profile-form-section .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border-radius: 0 !important;
  border:1px solid #000 !important;
  background: #e3e2d7 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  color: var(--black);
  font-size: 16px;
}

.select2-dropdown--above {
  border-radius: 0 !important;
}

.select2-search__field {
  background: #e3e2d7 !important;
  border:1px solid #000 !important;
  color: var(--black) !important;
  font-size: 16px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--black) !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--rose) !important;
}

/* My Orders
====================================== */
.order-information {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.order-information p {
  font-size: 16px;
  margin: 0px !important;
  color: #000;
}

.order-information select {
  background: none;
  border:1px solid #000;
  padding: 2px 15px !important;
  color: var(--black);
  font-size: 14px;
  border-radius: 0 !important;
  width: 135px;
  margin-left: 15px;
  cursor: pointer;
}

.order-information select.is-valid {
  background: none;
}

.order-information select:focus {
  border:1px solid #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.order-information .input {
  margin-right: 15px;
  margin-left: 15px;
}

.order-information .input input {
  background: none;
  border:1px solid #000;
  padding: 2px 15px !important;
  color: var(--black);
  font-size: 14px;
  border-radius: 0 !important;
}

.order-header {
  padding: 20px 0;
  border-top: 1px solid #000;
}

.order-item.active .order-header, .order-item.last .order-header {
  border-bottom: 1px solid #000;
}

.order-item.active .order-header p, .order-item.active .order-header i, .order-item .order-header  a:hover p, .order-item .order-header a:hover i {
  color: #000;
}

.order-item .pending {
  color: #FF9FB7;
}

.order-item .processing {
  color: #A191FF;
}

.order-item .shipped {
  color: #91C8FF;
}

.order-item .delivered {
  color: #4AD373;
}

.order-item .cancelled {
  color: #FF9191;
}

.order-header p {
  color: var(--dark-creme);
  font-size: 14px;
  margin: 0px;
}

.order-header span {
  font-weight: 700;
}

.order-item.active .order-details {
  margin-top: 60px;
}

.order-details p {
  font-size: 14px;
  color: #000;
  margin: 0px;
  text-decoration: none !important;
}

.order-details span {
  font-weight: 700;
}

.order-details a {
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 14px;
}

.order-details-products-header {
  border-bottom: 1px solid #000;
}

.order-details-products-header p {
  color: var(--dark-creme) !important;
}

.order-details-separator {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#modal-upload-file {
  border: 1px solid #000;
  font-size: 14px;
  padding: 5px;
}

#modal-upload-upload-btn {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
}


/* ===================================
    ADMIN AREA
====================================== */

/* Dashboard
====================================== */

.stat-card {
  background: #d6b4ba;
  padding: 20px;
}

.stat-value {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}

.stat-title {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.chart-container {
  background: #d1d0c6;
  padding: 20px;
  height: 400px;
}

/* Orders Details
====================================== */

.order-info .order-number {
  font-size: 32px;
  margin-bottom: 0;
}

.order-info .order-number span{
  font-weight: 400;
}


.order-status-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.order-status-container label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.order-status-container select {
  background: none;
  border:1px solid #000;
  padding: 2px 15px !important;
  color: var(--black);
  font-size: 14px;
  border-radius: 0 !important;
  margin-left: 15px;
  width: 120px;
  cursor: pointer;
}

.order-status-container select:focus {
  border:1px solid #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.order-info .info-title{
  font-size: 24px;
  margin-bottom: 0;
  color: #000;
}

.order-info {
  font-size: 14px;
  color: var(--medium-gray);
}

.order-info p a {
  color: #000;
  text-decoration: underline;
}

.order-sets-table {
  width: 100%;
  border-collapse: collapse;
}

.order-sets-table th {
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

.order-sets-table td {
  padding: 5px 10px;
  font-size: 14px;
}

.order-sets-table tr:last-child td {
  border-bottom: none;
}

/* Clients
====================================== */

.client-header {
  padding: 20px 0;
  border-top: 1px solid #000;
}

.client-item.active .client-header, .client-item.last .client-header {
  border-bottom: 1px solid #000;
}

.client-item.active .client-header p, .client-item.active .client-header i, .client-item .client-header  a:hover p, .client-item .client-header a:hover i {
  color: #000;
}

.client-header p {
  color: var(--dark-creme);
  font-size: 14px;
  margin: 0px;
}

.client-header span {
  font-weight: 700;
}

.client-item.active .client-details {
  margin-top: 60px;
}

/* Client Details
====================================== */

.client-info .client-name {
  font-size: 32px;
  margin-bottom: 0;
}

.client-info .client-company {
  font-size: 18px;
  color: var(--medium-gray);
}

.client-status-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.client-status-container label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.client-status-container select {
  background: none;
  border:1px solid #000;
  padding: 2px 15px !important;
  color: var(--black);
  font-size: 14px;
  border-radius: 0 !important;
  margin-left: 15px;
  width: 120px;
  cursor: pointer;
}

.client-status-container select:focus {
  border:1px solid #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.client-info .info-title{
  font-size: 24px;
  margin-bottom: 0;
  color: #000;
}

.client-info .contact-row {
  font-size: 14px;
  color: var(--medium-gray);
}

.client-info .billing-info {
  font-size: 14px;
  color: var(--medium-gray);
}


.client-info .statistics-row {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.client-info .statistics-label {
  font-weight: 400;
  font-size: 14px;
}


/* ===================================
    RESPONSIVE
====================================== */

/* Media query responsive
====================================== */
@media (max-width: 1300px) {
  .sticky-wrap.shadow-in {
    left: 18px;
  }
}
@media (max-width: 1250px) {
  .sticky-wrap.shadow-in {
    left: 2px;
  }
}
@media (max-width: 1199px) {
  header .btn.btn-rounded.btn-small {
    padding: 9px 18px;
  }
}
@media (max-width: 991px) {
  .contact-form-style-01 {
    margin-top: 0;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 18px 20px;
  }
  .elements-social .large-icon li {
    margin: 0 5px;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li
    a:hover {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  header .navbar-brand img {
    max-height: 36px;
  }
  .custom-title {
    font-size: 28px;
    line-height: 38px;
  }
  .highlight-section h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .shop-intro-h5 h5 {
    font-size: 38px;
    line-height: 40px;
  }
  .order-information p {
    font-size: 12px;
  }
  .process-step-style-03 .progress-step-separator {
    display: block;
  }
  .footer-dark .social a {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-dark ul li {
    display: block;
  }
  .nav-item.language {
    display: block !important;
  }
  .nav-item.language a {
    margin-right: 5px;
  }
  .contacts-form h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .contacts-form textarea {
    height: 200px;
  }
  .contacts-form textarea::-moz-placeholder {
    font-size: 28px;
  }
  
  .contacts-form textarea::-webkit-input-placeholder {
    font-size: 28px;
  }

  .order-information  {
    flex-direction: column;
  }

  .order-information  div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .order-information  select {
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .hide-on-mobile {
    display: none;
  }
  .process-step-style-03 .progress-step-separator {
    display: none;
  }


}
