@charset "UTF-8";
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 85%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 3000px) {
  .container {
    max-width: 2500px;
  }
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 3000px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 3000px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 3000px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
html {
  height: 100%;
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body {
  height: 100%;
  overflow: hidden scroll;
  font-family: "Arial";
}

img {
  max-width: 100%;
  max-height: 100%;
}

main {
  padding: 3.75rem 0;
}

/********************************************************************/
/****************************   THEME   *****************************/
/********************************************************************/
h1 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #17B38C;
}

h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #17B38C;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #17B38C;
  margin-bottom: 0.8rem;
}

p {
  font-size: 0.8rem;
}

a.link:hover {
  color: #0F334D;
  text-decoration: none;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0F334D;
}

.form-control {
  height: auto;
  border-color: #8698A5;
}
.form-control::-moz-placeholder {
  color: #8698A5;
  font-style: italic;
}
.form-control::placeholder {
  color: #8698A5;
  font-style: italic;
}
.form-control.is-invalid::-moz-placeholder {
  color: #dc3545;
}
.form-control.is-invalid::placeholder {
  color: #dc3545;
}

.form-control-lg {
  padding: 0.9rem;
}

.btm {
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.btm-primary {
  background-color: #17B38C;
  color: white;
}

.btm-secondary {
  background-color: #0F334D;
  color: white;
  border: 1px solid #0F334D;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-small {
  padding: 0.7rem;
}

.btm[disabled] {
  background-color: lightgrey;
  color: grey;
  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.custom-checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 1.8rem;
  font-size: 0.8rem;
  color: #8698A5;
}
.custom-checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #0F334D;
  border-radius: 2px;
  background-color: #8698A5;
}
.custom-checkbox input[type=checkbox]:checked + label::before {
  background-color: white;
}
.custom-checkbox input[type=checkbox]:checked + label::after {
  content: "✓";
  position: absolute;
  color: #17B38C;
  top: -7px;
  left: 1px;
  font-size: 18px;
  font-weight: 900;
}
.custom-checkbox input[type=checkbox].is-invalid + label {
  color: #dc3545;
}
.custom-checkbox input[type=checkbox].is-invalid + label::before {
  border-color: #dc3545;
}
.custom-checkbox a {
  position: relative;
  z-index: 1;
}

.alert {
  font-size: 0.8rem;
}

.form-group-material {
  position: relative;
  margin-bottom: 2.1rem;
}
.form-group-material input, .form-group-material textarea {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 2px solid rgba(23, 179, 140, 0.48);
  padding: 6px 12px 6px 0;
}
.form-group-material input:focus, .form-group-material input:active, .form-group-material textarea:focus, .form-group-material textarea:active {
  outline: none;
  box-shadow: none;
  color: #17B38C;
}
.form-group-material input:focus ~ label:before, .form-group-material textarea:focus ~ label:before {
  font-size: 0.8rem;
  top: -3rem;
  color: #17B38C;
}
.form-group-material input:focus ~ label:after, .form-group-material textarea:focus ~ label:after {
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-image: radial-gradient(circle, #17B38C 10%, rgba(0, 0, 0, 0) 11%) !important;
}
.form-group-material input:not(:-moz-placeholder-shown) ~ label:before, .form-group-material textarea:not(:-moz-placeholder-shown) ~ label:before {
  font-size: 0.8rem;
  top: -3rem;
  color: #17B38C;
}
.form-group-material input:not(:placeholder-shown) ~ label:before, .form-group-material textarea:not(:placeholder-shown) ~ label:before {
  font-size: 0.8rem;
  top: -3rem;
  color: #17B38C;
}
.form-group-material input.is-invalid ~ .invalid-feedback, .form-group-material textarea.is-invalid ~ .invalid-feedback {
  display: block;
}
.form-group-material label {
  position: absolute;
  top: 2.1rem;
  width: 100%;
  margin: 0;
}
.form-group-material label::before {
  content: attr(data-label);
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -1.75rem;
  transition: all 0.15s ease-in-out;
}
.form-group-material label::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-position: 50%;
  background-size: 200% 200%;
}
.form-group-material textarea {
  height: 150px;
  resize: none;
}
.form-group-material textarea + label::after {
  top: 114px;
}

table th, table td {
  padding: 2rem 1rem;
}
table th {
  background-color: #0F334D;
  font-weight: 400;
  color: white;
}
table th {
  border-top: none;
}
table th:first-child {
  border-radius: 4px 0 0 0;
}
table th:last-child {
  border-radius: 0 4px 0 0;
}
table th:only-child {
  border-radius: 4px 4px 0 0;
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

/********************************************************************/
/*****************************   NAV   ******************************/
/********************************************************************/
nav .logo {
  padding: 10px 0 10px 10px;
}
nav .languages {
  padding: 1rem;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
nav .languages a {
  margin: 0 0.8rem;
}
nav .languages a:hover {
  text-decoration: none;
}
nav .languages img {
  width: 2rem;
}
nav .links {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav a.link {
  margin-left: 3rem;
  color: #17B38C;
  text-transform: uppercase;
  transition: color 0.3s linear;
}
nav a.link:hover {
  color: #0F334D;
  text-decoration: none;
}
nav .user-account, nav .shopping-cart {
  display: inline-block;
  height: 70px;
  width: 70px;
  color: white;
  text-align: center;
}
nav .user-account a, nav .shopping-cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav .user-account a, nav .user-account a:hover, nav .user-account a:focus, nav .user-account a:active, nav .shopping-cart a, nav .shopping-cart a:hover, nav .shopping-cart a:focus, nav .shopping-cart a:active {
  color: white;
  text-decoration: none;
}
nav .user-account .cart-products-count, nav .shopping-cart .cart-products-count {
  position: absolute;
  top: 1rem;
  left: 56%;
  padding: 3px;
  background-color: #0F334D;
  border-radius: 25px;
  color: white;
  font-size: 0.625rem;
  line-height: 0.625rem;
}
nav .user-account {
  background-color: #0F334D;
}
nav .shopping-cart {
  position: relative;
  background-color: #17B38C;
}

@media screen and (max-width: 1199px) {
  .user-account, .shopping-cart {
    font-size: 2rem;
  }
}
/********************************************************************/
/****************************   FOOTER   ****************************/
/********************************************************************/
footer {
  background-color: #17B38C;
  font-size: 0.8rem;
  color: white;
}
footer .links {
  display: flex;
}
footer a {
  margin: 0 30px;
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  footer .links {
    justify-content: center;
  }
  footer .link {
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  footer .back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 70px;
    background-color: #0F334D;
    text-align: center;
  }
}
/********************************************************************/
/**************************   PAGE LOGIN   **************************/
/********************************************************************/
main#page-login {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
main#page-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
main#page-login .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(15px);
}
main#page-login #card-login {
  background-color: white;
}
main#page-login .card-body {
  padding: 3.1rem 3.7rem;
}
main#page-login .nav-tabs > li {
  width: 50%;
}
main#page-login .nav-tabs > li a.nav-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  background-color: #E5E5E5;
  font-size: 1.125rem;
  color: #0F334D;
  opacity: 0.6;
}
main#page-login .nav-tabs > li a.nav-link::first-letter {
  text-transform: uppercase;
}
main#page-login .nav-tabs > li a.nav-link.active {
  opacity: 1;
  background-color: white;
}
main#page-login .form-control {
  border-radius: 2px;
}
main#page-login .btm {
  border-radius: 0;
}
main#page-login .country-flag {
  width: 12%;
  position: absolute;
  top: 5px;
  right: 20px;
}
main#page-login .country-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

header {
  height: 200px;
  background: url("../images/bg.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}

header.high {
  height: 320px;
}

/**********************************************************/
/***********************   LOADER   ***********************/
/**********************************************************/
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  text-align: center;
}
.loader::before, .loader::after {
  display: inline-block;
  position: relative;
  content: "\f013";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  animation-name: spinner;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader::before {
  top: -10px;
  left: 5px;
  color: #0F334D;
  font-size: 12rem;
}
.loader::after {
  top: 10px;
  left: -5px;
  color: #17B38C;
  animation-direction: reverse;
  font-size: 7rem;
}

/**********************************************************/
/********************   SEARCH BLOCK   ********************/
/**********************************************************/
#search-block {
  position: relative;
  color: white;
}
#search-block .card-search {
  padding: 1.5rem;
  background-color: #17B38C;
}
#search-block .card-title {
  font-weight: 700;
  text-align: center;
}
#search-block .form-control:not(.bootstrap-select) {
  padding: 0.7rem;
}
#search-block button {
  text-transform: none;
}
#search-block .btm {
  font-weight: 700;
}

/**********************************************************/
/******************   BOOTSTRAP SELECT   ******************/
/**********************************************************/
.bootstrap-select > .dropdown-toggle {
  padding-right: 0.7rem;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  background-color: #0f334d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: -0.8rem;
  border: none;
  color: white;
}

.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
}

.bs-searchbox input[type=search] {
  padding: 0.5rem;
  line-height: 1rem;
}

.no-result {
  color: #9E9E9E;
  text-align: center;
  font-size: 2.1rem;
  padding: 50px 0;
}

.g-recaptcha > div {
  margin: auto;
}

/**********************************************************/
/********************   PAGE ACCOUNT   ********************/
/**********************************************************/
#page-account td.order-status {
  vertical-align: middle;
  font-weight: 700;
}
#page-account td.order-status.warning {
  background-color: #FFA200;
  color: white;
}
#page-account td.order-status.success {
  background-color: #27C837;
  color: white;
}
#page-account td.order-status.info {
  background-color: #27ADC8;
  color: white;
}

/**********************************************************/
/**********************   PRODUCTS   **********************/
/**********************************************************/
.nb-results, .product-result {
  font-size: 0.8rem;
  color: #9E9E9E;
  margin-bottom: 28px;
}

.card-product {
  border: 2px solid #F9F9F9;
}
.card-product a:hover {
  text-decoration: none;
}
.card-product:hover {
  border-color: #17B38C;
}
.card-product .product-details {
  padding: 24px;
  background-color: #F9F9F9;
}
.card-product .product-status {
  position: absolute;
  width: calc(100% - 45px);
  bottom: 0.5rem;
  right: 30px;
}

.product-title {
  font-weight: 700;
  color: #0F334D;
  margin-bottom: 0.8rem;
}

.product-reference {
  font-size: 0.8rem;
  color: #17B38C;
  margin-bottom: 1.375rem;
}

.product-manufacturer, .product-model, .product-type, .product-ean {
  margin-bottom: 0.2rem;
  color: #0F334D;
}

.product-category {
  font-size: 0.8rem;
  font-weight: 700;
  color: #17B38C;
  margin-top: 1.375rem;
}

.product-status {
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.product-status::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.9rem;
}
.product-status.success {
  color: #27C837;
}
.product-status.warning {
  color: #F2AB30;
}
.product-status.danger {
  color: #dc3545;
}

.product-picture {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-stock {
  margin-bottom: 1rem;
}

#page-product .product-picture {
  max-height: 400px;
  border: 2px solid #F9F9F9;
}
#page-product .product-price {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #17B38C;
}
#page-product .product-price .price-format {
  display: inline-block;
  font-size: 2rem;
  transform: translateY(-2rem);
}
#page-product .product-public-price {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
#page-product .product-public-price .price-format {
  display: inline-block;
  font-size: 0.8rem;
  transform: translateY(-1rem);
}
#page-product .product-description {
  padding-top: 1rem;
  margin-top: 2.8rem;
  border-top: 1px solid #EFEFEF;
  font-size: 0.8rem;
  color: #0F334D;
}
#page-product .product-description .title {
  font-weight: 700;
}

.product-quantity {
  width: 125px;
}
.product-quantity input {
  padding: 0.375rem;
  border-style: solid;
  border-color: #ced4da;
  border-width: 1px 0;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.product-quantity input::-webkit-outer-spin-button, .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-quantity button {
  cursor: pointer;
  background: transparent;
}

/**********************************************************/
/*********************   PAGE CART   **********************/
/**********************************************************/
#page-cart table {
  border: 1px solid #dee2e6;
}
#page-cart td {
  position: relative;
}
#page-cart .product-price, #page-cart .product-amount {
  font-weight: 700;
}

.remove-to-cart {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  color: #9E9E9E;
  cursor: pointer;
  transition: all 0.3s linear;
}
.remove-to-cart i {
  margin-right: 10px;
}
.remove-to-cart:hover {
  color: #dc3545;
}

.cart-detail-picture img {
  max-width: 100px;
}

.card-cart-summary {
  padding: 3rem 2rem;
  background-color: #F5F5F5;
}
.card-cart-summary .cart-summary-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.card-cart-summary .cart-summary-title .nb-items {
  margin-left: 1rem;
  color: #8F8F8F;
  font-weight: 400;
}
.card-cart-summary .cart-amount {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: white;
  margin-bottom: 10px;
}
.card-cart-summary .valid-order button[type=submit] {
  margin-top: 24px;
}

/**********************************************************/
/*********************   JS ALERTS   **********************/
/**********************************************************/
#js-alerts {
  position: fixed;
  z-index: 1000;
  top: 80px;
  right: 0;
}
#js-alerts .alert {
  position: relative;
  width: 280px;
  right: -100%;
  border-radius: 8px 0 0 8px;
}
#js-alerts .alert .title {
  font-weight: 700;
}

/**********************************************************/
/*******************   MEDIA QUERIES   ********************/
/**********************************************************/
@media screen and (min-width: 992px) {
  nav .languages {
    justify-content: flex-end;
  }
}/*# sourceMappingURL=style.css.map */