/*Cem Delemen*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
a {
  color: inherit;
  text-decoration: none;
  transition: color .4s; }
  a:hover {
    color: #D8B46A; }

b {
  font-weight: 600; }

.link-primary:focus, .link-primary:hover {
  color: #D8B46A; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  padding-top: 46px; }

header {
  position: fixed;
  line-height: 46px;
  height: 46px;
  background: #000;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  header .logo {
    display: inline-block;
    transition: .4s; }
    header .logo span {
      margin: 0 15px;
      display: inline-block; }
    header .logo:hover {
      color: inherit;
      opacity: .7; }
  header nav {
    float: right; }
    header nav .btn {
      color: #fff;
      padding-left: 12px; }
      header nav .btn:hover {
        color: #fff; }
    header nav .line {
      margin-left: 12px; }
    header nav .dropdown {
      display: inline-block; }
      header nav .dropdown .dropdown-item {
        padding: 0 100px 0 20px; }
        header nav .dropdown .dropdown-item:hover {
          background: #D8B46A;
          color: #fff; }
    header nav .messages {
      position: relative;
      font-size: 17px;
      vertical-align: middle; }
      header nav .messages span {
        background: #00E24E;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        top: 0;
        right: -8px; }

h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 0; }

h2 {
  font-size: 18px;
  margin: 0 0 35px 0;
  font-weight: 600; }

section.banner {
  background-size: cover;
  background-position: center;
  padding: 56px 0;
  position: relative; }
  section.banner h1 {
    position: relative;
    z-index: 1;
    color: #fff; }
  section.banner:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute; }

section.boxes {
  padding: 80px 0;
  background: #EDEDED;
  min-height: calc(100vh - 196px); }
  section.boxes .box {
    display: block;
    background: #fff;
    text-align: center;
    padding: 40px 0;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 16px; }
    section.boxes .box img {
      margin-bottom: 15px;
      width: 75px; }

main.login {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 550px;
  z-index: 10;
  background: #fff; }
  main.login .left {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0 60px;
    width: 550px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center; }
    main.login .left h1 {
      position: relative;
      z-index: 1;
      font-size: 42px; }
    main.login .left:after {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .6;
      position: absolute;
      top: 0;
      left: 0; }
  main.login .right {
    padding: 50px 0;
    text-align: center; }
    main.login .right .logo {
      width: 226px;
      margin-bottom: 100px; }
    main.login .right form {
      width: 400px;
      margin: 0 auto; }
      main.login .right form label {
        float: left; }
      main.login .right form input {
        background-color: #FFF8EA; }
      main.login .right form .forgot {
        text-align: right;
        color: #D8B46A;
        font-size: 14px; }
      main.login .right form .btn-grey {
        width: 100%; }
      main.login .right form .iti {
        width: 100%; }

.btn {
  padding: 0 25px;
  line-height: 35px;
  transition: .4s; }
  .btn i {
    margin-right: 15px;
    margin-left: -15px; }

.btn-yellow {
  color: #fff;
  background-color: #D8B46A;
  border-color: #D8B46A; }
  .btn-yellow:hover {
    border-color: #000;
    background: #000;
    color: #fff; }

.btn-white {
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #fff;
    background-color: #D8B46A;
    border-color: #D8B46A; }

.btn-grey {
  background-color: #ECEEEF;
  border-color: #ECEEEF; }

.modal, .modal-backdrop {
  padding-top: 40px;
  top: 46px;
  height: calc(100% - 46px); }

.modal-backdrop.show {
  opacity: .8; }

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1320px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem); } }
.modal .modal-body {
  padding: 80px 55px; }
  .modal .modal-body .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f2e9ea;
    padding: 15px 30px;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    display: none; }
  .modal .modal-body.has-info {
    padding-top: 130px; }
    .modal .modal-body.has-info .info {
      display: block; }
.modal .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 150px;
  color: #fff;
  opacity: 1;
  background-position: right;
  padding: 0;
  line-height: 30px;
  height: 30px;
  text-align: left;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center right no-repeat;
  background-size: 18px; }
.modal .table > :not(caption) > * > * {
  border-bottom-width: 0; }
.modal .table tr td:first-of-type {
  width: 170px;
  font-weight: 600; }
  .modal .table tr td:first-of-type:after {
    content: ':';
    float: right; }
.modal .bottom {
  margin-top: 140px; }
.modal hr {
  background-color: #EDEDED;
  height: 5px !important;
  border-bottom: 4px solid #f8f8f8;
  opacity: 1;
  margin: 45px 0; }
.modal .modal-result {
  display: none;
  text-align: center;
  padding: 160px 0; }
  .modal .modal-result i {
    font-size: 100px;
    color: #4EA17E;
    margin-bottom: 35px; }
  .modal .modal-result a {
    text-decoration: underline; }
.modal .modal-question {
  display: none;
  text-align: center;
  padding: 16% 0; }
  .modal .modal-question .btn {
    margin-left: 10px; }
    .modal .modal-question .btn:first-of-type {
      margin-left: 30px; }

#order-status .modal-body {
  padding: 0; }
#order-status .nav-tabs li {
  line-height: 50px;
  width: 50%; }
  #order-status .nav-tabs li .nav-link {
    border: 0;
    border-radius: 0;
    text-align: center;
    background: #F2EFEA; }
    #order-status .nav-tabs li .nav-link.active {
      font-weight: 600;
      background: #fff; }
#order-status .tab-content {
  padding: 50px 60px; }
#order-status .boxes {
  margin-top: 30px; }
  #order-status .boxes .col-sm-2 {
    width: 20%;
    padding: 0 7.5px; }
  #order-status .boxes .box {
    height: 193px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    background: #D9D9D9; }
    #order-status .boxes .box .txt {
      font-size: 9px;
      position: absolute; }
      #order-status .boxes .box .txt b {
        font-weight: 600;
        font-size: 12px;
        display: block; }
    #order-status .boxes .box.green {
      background: #28A745; }
      #order-status .boxes .box.green .txt {
        opacity: .3; }
    #order-status .boxes .box.yellow {
      background: #FFD31C; }
      #order-status .boxes .box.yellow .txt {
        color: #AAA317; }
        #order-status .boxes .box.yellow .txt b {
          color: #000; }

section.form-result {
  text-align: center;
  padding: 200px 0; }
  section.form-result i {
    font-size: 100px;
    color: #4EA17E;
    margin-bottom: 35px; }
  section.form-result a {
    text-decoration: underline; }

/*phone input*/
.iti__flag {
  background-image: url("../img/flags.png"); }

section.tabs ul {
  padding: 0;
  margin: 0;
  margin-top: 15px; }
  section.tabs ul li {
    list-style-type: none;
    display: inline-block; }
    section.tabs ul li a {
      width: 200px;
      text-align: center;
      display: inline-block;
      line-height: 45px;
      transition: .4s; }
      section.tabs ul li a:hover {
        background: #f7f7f7; }
      section.tabs ul li a.active {
        background: #F2EFEA;
        border-top: 4px solid #D8B46A; }
    section.tabs ul li:nth-of-type(2) a.active {
      background: #EAEFF2;
      border-top: 4px solid #7994A5; }
    section.tabs ul li:nth-of-type(3) a.active {
      background: #F2EAEA;
      border-top: 4px solid #B18A8A; }
section.tabs .bottom {
  line-height: 82px;
  background: #F2EFEA; }
  section.tabs .bottom .btn:first-of-type {
    margin-right: 10px; }
  section.tabs .bottom.blue {
    background: #EAEFF2; }
  section.tabs .bottom.red {
    background: #F2EAEA; }

a.back {
  display: block;
  margin: 15px 0; }
  a.back i {
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    margin-right: 15px; }

.orders .order-search {
  margin: 30px 0; }
.orders .table {
  font-size: 13px; }
  .orders .table thead tr {
    border-bottom: #fff solid 14px; }
    .orders .table thead tr th {
      padding: 15px 20px;
      background: #f2f2f2;
      border-right-color: #f2f2f2;
      border-bottom: 1px solid #dee2e5; }
  .orders .table td {
    position: relative;
    padding: 15px 20px; }
    .orders .table td .buttons {
      position: fixed;
      white-space: nowrap;
      background: #626262;
      margin-top: -34px;
      right: 0;
      height: 50px;
      line-height: 46px;
      padding: 0 15px;
      z-index: 1;
      opacity: 0;
      transition: .4s; }
      .orders .table td .buttons .btn {
        font-size: 12px;
        line-height: 30px;
        margin: 0 5px;
        padding: 0 15px; }
        .orders .table td .buttons .btn i {
          margin-left: 0; }
      @media (min-width: 992px) {
        .orders .table td .buttons {
          right: calc((100% - 936px) / 2); } }
      @media (min-width: 1200px) {
        .orders .table td .buttons {
          right: calc((100% - 1116px) / 2); } }
      @media (min-width: 1400px) {
        .orders .table td .buttons {
          right: calc((100% - 1296px) / 2); } }
  .orders .table tr:hover .buttons {
    opacity: 1; }
.orders .back {
  margin-top: 50px; }
.orders.completed .table .buttons {
  left: 966px; }
  @media (max-width: 1400px) {
    .orders.completed .table .buttons {
      left: 786px; } }

.stock {
  padding: 60px 0; }
  .stock .bar {
    display: block;
    line-height: 50px;
    background: #000;
    color: #fff;
    margin-top: 10px;
    padding: 0 24px; }
    .stock .bar.blue {
      background: #5ECAF2; }
    .stock .bar.green {
      background: #A7DE3F; }
    .stock .bar.yellow {
      background: #DECC3F; }
    .stock .bar.red {
      background: #DE3F3F; }

.table-wrap {
  overflow: scroll; }
  .table-wrap .table {
    width: 1890px; }

table th {
  font-weight: 600; }

.datepicker {
  font-size: 13px;
  padding: 10px; }

.link-primary {
  text-decoration: underline;
  color: #D8B46A; }

section.requests {
  padding: 50px 0; }
  section.requests textarea {
    height: 220px; }
  section.requests .messages {
    margin-top: 60px; }
    section.requests .messages .box {
      background: #FAFAFA;
      padding: 30px 20px; }
    section.requests .messages .message {
      margin-bottom: 30px; }
    section.requests .messages .received {
      padding-left: 60px; }
      section.requests .messages .received .box {
        background: #F2EFEA;
        border-radius: 5px; }

.files {
  position: relative;
  color: #818A91;
  text-decoration: underline; }
  .files i {
    margin-right: 10px; }
  .files input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }

section.messages {
  padding: 50px 0; }
  section.messages .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #F2EFEA; }
  section.messages .table > :not(caption) > * > * {
    border-bottom-width: 0;
    padding: 9px 30px; }
  section.messages .table a {
    color: #6b7277; }
    section.messages .table a:hover {
      text-decoration: underline; }
  section.messages .table td:nth-of-type(1):before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px; }
  section.messages .table td:nth-of-type(3) {
    text-align: right; }
  section.messages .detail hr {
    background-color: #F2EFEA;
    margin: 50px 0 20px 0;
    opacity: 1; }

.btn, .form-control, .form-select, .dropdown-menu {
  font-size: 1em; }

.datepicker td, .datepicker th {
  width: 25px;
  height: 25px; }

/*# sourceMappingURL=style.css.map */
