/**
 * Stark and sons project
 * author young.martin45@gmail.com
 */
@import url("fonts.css");
@import url("normalize.css");

body{
  background: linear-gradient(135deg, #f6efe5 0%, #ffffff 60%, #f3ede5 100%);
  min-height: 100vh;
  color: #231f20;
  font-size: 14px;
  font-family: 'crimsonroman';
}
.fa-color-gold {
  color: #BA9D72 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'crimsonroman';
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
 font-family: 'crimsonroman';
 font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
 font-family: 'crimsonroman';
 font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
 font-family: 'crimsonroman';
 font-style: italic;
}
/* config */
.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0;
}
.paddlr-10{
  padding-left: 10px;
  padding-right: 10px;
}
.input:focus {
    border-color: none !important;
    box-shadow: none !important;
}
input[type="search"]{
  border: 1px solid #d8c9b6;
  border-radius: 10px;
  padding: 10px 16px;
  background-color: #fffdf9;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
input[type="search"]:focus {
  border-color: #1e2a44;
  box-shadow: 0 0 0 3px rgba(30, 42, 68, 0.15);
  outline: none;
}
.paddtb-20{
  padding-top: 15px;
    padding-bottom: 15px;
}
.btn {
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-default {
  border-color: #BA9D72 !important;
  border-radius: 14px;
  border-width: 2px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:visited{
  border: none;
  box-shadow: 0 0 0 4px rgba(30, 42, 68, 0.18);
  outline: none;
}
.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(146, 117, 93, 0.28);
  cursor: pointer;
}
.btn-lg{
  font-size: 16px;
}
.btn-primary {
  background: linear-gradient(135deg, #91775d 0%, #bca177 100%);
  color: #fff;
  border: none;
  font-family: 'montserratregular';
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 14px 18px;
}
.btn-outline-secondary:hover{
  background-color: #BA9D72;
  color: #fff;
}
.btn-outline-secondary{
  color: #BA9D72;
  border-width: 2px;
  border-color: #BA9D72 !important;
  width: 100%;
  font-family: 'montserratregular';
}
.btn-outline-secondary:focus{
    color: #BA9D72;
}
.form-control:focus{
  border-color: #1e2a44;
  box-shadow: 0 0 0 4px rgba(30, 42, 68, 0.18);
  outline: none;
}
.form-control{
  border-radius: 12px;
  border: 1px solid #d8c9b6;
  background-color: #fffdf9;
  padding: 12px 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
/**
 * Login
 */

.c_or {
  text-align: center;
}
.c_logo {
  text-align: center;
  padding: 5% 0 2%;
}
.c_logo img {
  width: 160px;
}
.c_logo h1{
  font-size: 25px;
  letter-spacing: 20px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 4%;
}
.c_or_text {
  background: #F2F2F2;
    padding: 5px 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.c_or hr {
  border : 0;
  height : 260px;
  width : 1px;
  background: #cbcbcb;
}
#site-content {
  text-align: center;
}
.c_login h3, .c_register h3{
  margin-bottom: 10%;
    font-size: 1.5rem;
}
.c_login form{
  width: 50%;
  margin: 0 auto;
}
.c_register button{
  margin-top: 20%;
}
.forgot-password-link:hover{
  color: #9c886a;
  text-decoration: none;
}
.forgot-password-link {
  color: #BA9D72;
  font-family: 'montserratregular';
  display: block;
  text-align: center;
}
/**
 * Dashboard
 */
.c_left_menu {
  margin-top: 6%;
  text-align: center;
}
.c_left_menu img{
  width: 186px;
}
.c_right_menu{
  text-align: center;
  padding-top: 5%;
}
.c_right_menu img{
  width: 186px;
}
.box-left{
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  padding: 32px;
  margin-top: 11%;
  box-shadow: 0 28px 60px rgba(36, 25, 18, 0.12);
  backdrop-filter: blur(12px);
  border: none;
}
.box-left h2{
  font-style: italic;
  margin-bottom: 5%;
  text-align: left;
  word-wrap: break-word;
  color: #2d1f15;
}
.box-right{
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  padding: 32px;
  margin-top: 10%;
  box-shadow: 0 28px 60px rgba(36, 25, 18, 0.12);
  backdrop-filter: blur(12px);
  border: none;
}
.c_right_menu h2{
  font-family: 'crimsonroman';
  font-size: 2.5rem;
  margin-top: 8%;
  color: #2d1f15;
  font-style: italic;
}
.c_right_menu h1{
  font-family: 'montserratregular';
  margin: 6%;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 20px;
  color: #2d1f15;
}
.modal-dialog{
    max-width: 750px;
    margin: 80px auto;
}
.img-man{
  background: url('../img/man.jpg') center no-repeat;
  min-height: 498px;
  text-align: center;
  font-family: 'crimsonroman';
}
.img-woman{
  background: url('../img/woman.jpg') center no-repeat;
  min-height: 498px;
  text-align: center;
  font-family: 'crimsonroman';
}
.img-man a, .img-woman a {
  margin-top: 300px;
  width: 80%;
  font-size: 2em !important;
  font-style: italic;
  font-family: 'crimsonroman';
}
.modal-content {
  background-color: transparent;
  border: none;
}
.m_title{
  position: absolute;
  color: #000;
  z-index: 9999;
  text-align: center;
  font-family: 'montserratregular';
  font-size: 30px;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-weight: bold;
  top: 44%;
  text-shadow: -1px 0 #fff5f5, 0 1px #fffcfc, 1px 0 #fff4f4, 0 -1px white;
}
.content-item {
  margin-top: 13px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.content-item:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
.content-item label{
position: absolute;
    color: #fff;
    font-family: 'crimsonroman';
    font-style: italic;
    font-size: 3em;
    padding: 0 5%;
}
.c_category {
  margin-bottom: 10%;
}
.t_category{
  text-align: center;
  font-style: italic;
font-family: 'crimsonroman';
font-size: 2em;
}
.t_category a{
  color: #91775d;
}
.help-block {
    text-align: left;
    display: block;
    color: red;
    font-style: italic;
}
.has-error > input{
  border-color: red;
}
.lang-switcher{
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
}
.lang-switcher a{
  color: #192442;
  text-decoration: none;
}
.lang-switcher a:hover{
  color: #BA9D72;
}
.lang-switcher .active{
  color: #BA9D72;
}
.qoute_d {
  padding-top: 5%;
}
.qoute_d img{
  width: 80%;
}
.logo-quote {
    margin-top: 5%;
}
.title_quote .table td {
  padding: 0;
  border: none;
}
.title_quote .table {
  font-size: 16px;
}
.no_quote {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #d8c9b6;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  font-family: 'montserratregular';
  font-weight: 600;
  color: #2d1f15;
  box-shadow: 0 4px 12px rgba(36, 25, 18, 0.08);
}
.b_quote {
  background: rgba(255, 255, 255, 0.94);
  min-height: 100px;
  border: 1px solid #e8ddd0;
  border-radius: 16px;
  margin-top: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(36, 25, 18, 0.08);
}
.b_quote table{
  margin-bottom: 0;
  font-size: 16px;
}
.b_quote thead {
  background: rgba(246, 239, 229, 0.4);
}
.b_quote thead th {
  color: #6d5b4b;
  font-weight: 600;
  font-family: 'montserratregular';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 16px 12px;
  border-bottom: 2px solid #e8ddd0;
}
.b_quote tbody td {
  padding: 14px 12px;
  border-bottom: 1px solid #f3ede5;
}
.qty_quote {
  padding: 8px 12px;
  width: auto;
  min-width: 70px;
  border: 1px solid #d8c9b6;
  border-radius: 8px;
  font-size: 14px;
  color: #231f20;
  background-color: #fffdf9;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.qty_quote:focus {
  border-color: #1e2a44;
  box-shadow: 0 0 0 3px rgba(30, 42, 68, 0.15);
  outline: none;
}
td.title_quote {
    width: 40%;
}
.email_quote{
    padding: 12px 16px;
    width: 100%;
    border: 1px solid #d8c9b6;
    border-radius: 10px;
    font-size: 16px;
    color: #231f20;
    background: #fffdf9;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
input.email_quote:focus{
  border-color: #1e2a44;
  box-shadow: 0 0 0 4px rgba(30, 42, 68, 0.18);
  outline: none;
}
input.form-control[readonly],
input.form-control[disabled] {
  background-color: transparent;
  opacity: 1;
}
.total_price_quote {
  font-size: 15px;
  font-weight: bold;
}
.quote-totals-wrapper {
  margin-top: 15px;
}
.quote-totals {
  width: 100%;
  table-layout: fixed;
}
.quote-totals th,
.quote-totals td {
  border: none !important;
  padding: 6px 0;
  text-align: right;
  font-weight: bold;
}
.quote-totals th {
  width: 60%;
  padding-right: 12px;
  word-break: break-word;
  white-space: normal;
}
.quote-totals td {
  width: 40%;
  min-width: 140px;
}
.quote-totals .quote-total-row th,
.quote-totals .quote-total-row td {
  border-top: 2px solid #d8c9b6 !important;
  padding-top: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #2d1f15;
}
.text_price_quote p,
.total_price_quote p {
  margin: 0 0 8px;
}
.text_price_quote p:last-child,
.total_price_quote p:last-child {
  margin-bottom: 0;
}
.total_price_quote .price2 {
  text-align: center;
  border-bottom: 2px solid #d8c9b6;
  margin-left: 13px;
  width: 100%;
  display: block;
  padding-bottom: 8px;
}
.total_price_quote .price {
  text-align: center;
  border-bottom: 2px solid #e8ddd0;
  margin-left: 13px;
  width: 100%;
  display: block;
  padding-bottom: 8px;
}
.text_price_quote {
  text-align: right;
  font-weight: bold;
}
.quote-button{
  text-align: center;
  margin: 5% 0;
}
.quote-button button {
  padding: 14px 32px;
  font-size: 16px;
}
.quote-button button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
   border: none !important;
   background: linear-gradient(135deg, #91775d 0%, #bca177 100%) !important;
   color: #fff !important;
   border-radius: 8px !important;
   box-shadow: 0 4px 12px rgba(146, 117, 93, 0.25) !important;
}
.paginate_button:hover, .paginate_button .disabled:hover{
  border: none !important;
  background: rgba(186, 157, 114, 0.15) !important;
  color: #91775d !important;
  border-radius: 8px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 8px 14px !important;
  border-radius: 8px !important;
  margin: 0 3px !important;
  border: 1px solid transparent !important;
  transition: all 0.2s ease !important;
}
.dataTables_wrapper label {
  font-weight: normal;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal !important;
}
.nav-tabs {
  width: 100%;
  border-bottom: 0;
}
.tab-content {
  width: 100%;
    padding: 15% 10%;
    background: #fff;
    height: 100vh;
}
.nav-tabs .nav-link {
  background: #BA9D72;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 1.5em;
  font-style: italic;
  text-align: center;
}
.nav-item {
  width: 100%;
}
/**
 * print
 */
 @media print {
   a[href]:after {
    content: none !important;
  }
  .quote-button {
    display: none;
  }
  .b_quote table th, .text_price_quote,.total_price_quote {
    font-weight: normal;
  }
   body{
     border: none;
   }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
         float: left;
    }
    .col-md-12 {
         width: 100%;
    }
    .col-md-11 {
         width: 91.66666667%;
    }
    .col-md-10 {
         width: 83.33333333%;
    }
    .col-md-9 {
         width: 75%;
    }
    .col-md-8 {
         width: 66.66666667%;
    }
    .col-md-7 {
         width: 58.33333333%;
    }
    .col-md-6 {
         width: 50%;
    }
    .col-md-5 {
         width: 41.66666667%;
    }
    .col-md-4 {
         width: 33.33333333%;
    }
    .col-md-3 {
         width: 25%;
    }
    .col-md-2 {
         width: 16.66666667%;
    }
    .col-md-1 {
         width: 8.33333333%;
    }
 }

 /**
  * media query desktop
  */
 @media only screen and (min-width: 1600px)  {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
}
 @media only screen and (max-width: 1500px) and (min-width: 1450px) {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
 }
 @media only screen and (max-width: 1440px) and (min-width: 1310px) {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
 }

 @media only screen and (max-width: 1300px) and (min-width: 1024px) {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
 }

 /**
  * media query tablet
  */
 @media only screen and (max-width: 1023px) and (min-width: 765px) {
   hr{
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .logo-quote {
      text-align: center;
    }
    .qoute_d img {
      width: 40%;
    }
   .c_or_text {
      left: 50%;
      top:50%
  }
  .container {
    width: 730px;
  }
  html,body{height: auto !important}
  .mobile {
    display:block;
  }
  .mobile .container {
    max-width: 100%;
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .reset-full{
        height: 100vh;
  }
 }

 @media only screen and (max-width: 760px) and (min-width: 600px) {
   html,body{height: auto !important}
   .qoute_d img {
     width: 40%;
   }
   .logo-quote {
     text-align: center;
   }
   body{
     border: 10px solid #251C45;
   }
   .mobile {
     display:block;
   }
   .mobile .container {
     max-width: 100%;
     width: 100%;
   }
   .desktop {
     display: none;
   }
   .reset-full{
         height: 100vh;
   }
 }

 /**
  * media query hp
  */
 @media only screen and (max-width: 600px) and (min-width: 400px) {
   html,body{height: auto !important}
   .qoute_d img {
     width: 40%;
   }
   .logo-quote {
     text-align: center;
   }
   .c_right_menu h1 {
      margin: 15% 0;
      font-size: 1.9em;
      letter-spacing: 1px;
   }
   .img-woman,.img-man {
     min-height: 270px;
   }
   .img-man a, .img-woman a {
     margin-top: 140px;
   }
  .modal-body .m_title {
    display: none;
  }
   body{
     border: 10px solid #251C45;
   }
   .mobile {
     display:block;
   }
   .mobile .container {
     max-width: 100%;
     width: 100%;
   }
   .desktop {
     display: none;
   }
   .reset-full{
         height: 100vh;
   }
 }

 @media only screen and (max-width: 390px) and (min-width: 200px) {
   html,body{height: auto !important}
   .qoute_d img {
     width: 40%;
   }
   .logo-quote {
     text-align: center;
   }
   .c_right_menu h1 {
      margin: 15% 0;
      font-size: 1.9em;
      letter-spacing: 1px;
   }
   .img-woman,.img-man {
     min-height: 270px;
   }
   .modal-body .m_title {
     display: none;
   }
   .img-man a, .img-woman a {
     margin-top: 140px;
   }
   body{
     border: 10px solid #251C45;
   }
   .mobile {
     display:block;
   }
   .mobile .container {
     max-width: 100%;
     width: 100%;
   }
   .desktop {
     display: none;
   }
   .reset-full{
         height: 100vh;
   }
 }

div#hiboutik-errors {
    height: 300px;
    overflow-y: scroll;
    text-align: left !important;
}

@media screen and (min-width: 768px) {
    div#hiboutik-errors {
        margin-top: -22px;
    }
}

@media screen and (max-width: 659px) {
    div#hiboutik-buttons {
        display: grid;
    }
}

td#hiboutik-empty-table {
    text-align: center;
}

div#hiboutik-sync {
    padding: 15px !important;
}