@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "fontPrimary";
  src: url("/fonts/CenturyGothic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic.woff") format("woff");
  src: url("/fonts/CenturyGothic.woff2") format("woff2");
}
@font-face {
  font-family: "fontSecondary";
  src: url("/fonts/CenturyGothic-Bold.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "fontTertiary";
  src: url("/fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "fontQuaternary";
  src: url("/fonts/CenturyGothic-Italic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "helvetica";
  src: url("/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold";
  src: url("/fonts/HelveticaNeueLTPro-Bd.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBoldItalic";
  src: url("/fonts/HelveticaNeue-BoldItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaMedium";
  src: url("/fonts/HelveticaNeue-Medium.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaLightItalic";
  src: url("/fonts/HelveticaNeue-LightItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaRegular";
  src: url("/fonts/helvetica/helveticaneue-regular.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-regular.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold2";
  src: url("/fonts/helvetica/helveticaneue-bold.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-bold.woff2") format("woff2");
}
button {
  text-transform: uppercase;
  background: transparent;
  position: relative;
  border: none;
  padding: 0.5rem 2rem;
  text-align: center;
  max-width: 100%;
  width: 13rem;
  border-radius: 0.5rem;
  border: 1px solid #000000;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}
button.dropdown-blue {
  background: #fff;
  color: #C3933F;
  text-transform: lowercase;
  border: none;
  text-align: left;
  padding: 0.3rem 18px 0.3rem 0;
  font-weight: 400;
  margin-bottom: 0.1rem;
  position: relative;
}
button.dropdown-blue::first-letter {
  text-transform: uppercase;
}
button.dropdown-blue:hover, button.dropdown-blue:active {
  cursor: pointer;
  background: #fff;
  color: #C3933F;
}
button.dropdown-blue::after {
  content: url("/images/blue_system/icons/dropdown.png");
  position: absolute;
  margin: 0;
  vertical-align: 0;
  border: none;
  right: 0;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
button.dropdown-blue[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0deg);
}
button.dropdown-blue:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
button.dropdown-blue.filterTitle {
  color: #000;
}
button.dropdown-blue.filterTitle::after {
  content: url("/images/blue_system/icons/dropdownBlack.png");
  position: absolute;
  margin: 0;
  vertical-align: 0;
  border: none;
  right: 0;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
button.dropdown-blue[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}
button:disabled {
  border: 1px solid #D9D9D9;
  cursor: not-allowed;
}

button.primary {
  background: #CFEEF3;
  min-width: 6.5rem;
}
button.primary:hover {
  background: #9EDCE6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
button.primary:disabled {
  background: #F7F7F7;
}

button.hover {
  background: #CFEEF3;
}

button.secondary {
  background: #FFF;
  min-width: 6.5rem;
}

button.attention {
  border: 1px solid #E7AD69;
  color: #E7AD69;
}
button.attention::after {
  content: "";
  width: 15px;
  height: 14px;
  background: url("/images/blue_system/icons/btnAttention.png");
  position: absolute;
  right: 0.7rem;
  background-repeat: no-repeat;
  top: calc(50% - 7px);
}

button.correct {
  border: 1px solid #799A59;
  color: #799A59;
}
button.correct::after {
  content: "";
  width: 15px;
  height: 14px;
  background: url("/images/blue_system/icons/btnCorrect.png");
  position: absolute;
  right: 0.7rem;
  background-repeat: no-repeat;
  top: calc(50% - 7px);
}

button.cancel,
button.markItem.cancel {
  border: 1px solid #A02700;
  color: #A02700;
}
button.cancel::after,
button.markItem.cancel::after {
  content: "";
  width: 15px;
  height: 14px;
  background: url("/images/blue_system/icons/btnCancel.png");
  position: absolute;
  right: 0.7rem;
  background-repeat: no-repeat;
  top: calc(50% - 7px);
}

button.tertiary {
  border: 1px solid #3FBBCF;
  color: #3FBBCF;
}

button.black {
  color: #ffffff;
  background-color: #000000;
  font-size: 0.688rem;
  text-transform: none;
  padding: 0.4rem 2rem;
  max-width: 14.75rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
}

button.dropdown::after {
  content: "⌵";
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #000000;
  font-weight: bold;
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

button.dropdown.active::after {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

button.dropdown.active {
  margin: 0;
}

div.multi-collapse {
  margin-bottom: 2rem;
  width: 13rem;
}

button.table {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
button.table:hover {
  background: #CFEEF3;
  color: #3FBBCF;
}

.borderPromo {
  max-width: 8.625rem;
  width: 100%;
  height: 1.688rem;
  text-align: center;
  padding: 0rem 1.4rem;
  border-style: solid;
  border-width: 2px;
  color: #000;
  border-radius: 1rem;
  font-size: 0.9375rem;
  left: 0.688rem;
}

.imported {
  border-color: #07414E;
}

.campaign {
  border-color: #27372B;
}

.new-product {
  border-color: #374D3D;
}

.new-color {
  border-color: #66796B;
}

.national {
  border-color: #19577D;
}

@media (min-width: 992px) and (max-width: 1400px) {
  button {
    font-size: 0.8571428571rem;
    padding: 0.4rem 1rem;
    width: 10rem;
  }
  button.primary {
    padding: 0.4rem 1rem;
    width: 10rem;
    margin: 0;
  }
}
@font-face {
  font-family: "fontPrimary";
  src: url("/fonts/CenturyGothic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic.woff") format("woff");
  src: url("/fonts/CenturyGothic.woff2") format("woff2");
}
@font-face {
  font-family: "fontSecondary";
  src: url("/fonts/CenturyGothic-Bold.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "fontTertiary";
  src: url("/fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "fontQuaternary";
  src: url("/fonts/CenturyGothic-Italic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "helvetica";
  src: url("/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold";
  src: url("/fonts/HelveticaNeueLTPro-Bd.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBoldItalic";
  src: url("/fonts/HelveticaNeue-BoldItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaMedium";
  src: url("/fonts/HelveticaNeue-Medium.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaLightItalic";
  src: url("/fonts/HelveticaNeue-LightItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaRegular";
  src: url("/fonts/helvetica/helveticaneue-regular.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-regular.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold2";
  src: url("/fonts/helvetica/helveticaneue-bold.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-bold.woff2") format("woff2");
}
input {
  text-transform: uppercase;
  background: transparent;
  position: relative;
  border: none;
  padding: 0.5rem 2rem;
  text-align: center;
  max-width: 100%;
  width: 20rem;
  border-radius: 0.5rem;
  border: 1px solid #BBBBBB;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}
input[type=checkbox] {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  line-height: unset;
}
input[type=checkbox]:focus {
  box-shadow: none;
  border: none;
}
input[type=checkbox].checkbox-blue {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #C3933F;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
input[type=checkbox].checkbox-blue:checked {
  border-color: #C3933F;
  width: 16px;
  height: 16px;
}
input[type=checkbox].checkbox-blue:checked::after {
  content: ".";
  color: #C3933F;
  font-size: 0;
  display: inline-block;
  position: absolute;
  width: 66%;
  height: 66%;
  left: 17%;
  top: 14%;
  background: #C3933F;
  border-radius: 2px;
}
input:focus {
  outline: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #3FBBCF;
}
input:disabled {
  background: #F7F7F7;
  border: none;
  cursor: not-allowed;
}

input.checkbox-blue:checked + label.checkbox-label-blue {
  color: #C3933F;
}

.filters .checkbox-content-blue {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.filters .checkbox-content-blue label {
  margin-bottom: 0;
}

.inputAttention {
  border: 1px solid #E7AD69;
  background: url("/images/blue_system/icons/btnAttention.png") no-repeat;
  background-position-x: 18rem;
  background-position-y: 0.65rem;
  background-color: rgba(231, 173, 105, 0.1);
}
.inputAttention:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #E7AD69;
}

.inputError {
  border: 1px solid #A02700;
  background: url("/images/blue_system/icons/btnCancel.png") no-repeat;
  background-position-x: 18rem;
  background-position-y: 0.65rem;
  background-color: rgba(160, 39, 0, 0.1);
}
.inputError:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #A02700;
}

.inputNumber {
  width: 4rem;
  padding: 0.5rem;
}

@font-face {
  font-family: "fontPrimary";
  src: url("/fonts/CenturyGothic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic.woff") format("woff");
  src: url("/fonts/CenturyGothic.woff2") format("woff2");
}
@font-face {
  font-family: "fontSecondary";
  src: url("/fonts/CenturyGothic-Bold.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "fontTertiary";
  src: url("/fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "fontQuaternary";
  src: url("/fonts/CenturyGothic-Italic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "helvetica";
  src: url("/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold";
  src: url("/fonts/HelveticaNeueLTPro-Bd.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBoldItalic";
  src: url("/fonts/HelveticaNeue-BoldItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaMedium";
  src: url("/fonts/HelveticaNeue-Medium.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaLightItalic";
  src: url("/fonts/HelveticaNeue-LightItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaRegular";
  src: url("/fonts/helvetica/helveticaneue-regular.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-regular.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold2";
  src: url("/fonts/helvetica/helveticaneue-bold.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-bold.woff2") format("woff2");
}
.box-notification {
  border: 1px solid #000000;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
}
.box-notification .header-notification {
  display: flex;
  align-items: center;
  line-height: 1;
}
.box-notification .header-notification img {
  width: 2.5rem;
  padding-right: 1rem;
}
.box-notification .header-notification span {
  color: #3FBBCF;
  font-size: 1.5rem;
}
.box-notification .header-notification p {
  padding-left: 5rem;
  margin: 0;
}
.box-notification .content-notification {
  padding-left: 2.5rem;
  margin: 1rem 0;
}

.footer-notification {
  padding-left: 7rem;
}
.footer-notification button.primary, .footer-notification button.secondary {
  margin: 0.5rem;
}

.sucess-notification {
  position: fixed;
  top: -5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #000;
  font-family: "helvetica";
  border: 1px solid #799A59;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation-name: notification;
  animation-duration: 3s;
  background-color: #fff;
}
.sucess-notification img {
  padding-right: 0.5rem;
}

.removed-notification {
  position: fixed;
  top: -5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #000;
  font-family: "helvetica";
  border: 1px solid #A02700;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation-name: notification;
  animation-duration: 3s;
  background-color: #fff;
}
.removed-notification img {
  padding-right: 0.5rem;
}

@keyframes notification {
  0% {
    top: 0;
  }
  50% {
    top: 5rem;
  }
  100% {
    top: -5rem;
  }
}
@font-face {
  font-family: "fontPrimary";
  src: url("/fonts/CenturyGothic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic.woff") format("woff");
  src: url("/fonts/CenturyGothic.woff2") format("woff2");
}
@font-face {
  font-family: "fontSecondary";
  src: url("/fonts/CenturyGothic-Bold.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "fontTertiary";
  src: url("/fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "fontQuaternary";
  src: url("/fonts/CenturyGothic-Italic.ttf") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff") format("truetype");
  src: url("/fonts/CenturyGothic-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "helvetica";
  src: url("/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold";
  src: url("/fonts/HelveticaNeueLTPro-Bd.ttf") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff") format("truetype");
  src: url("/fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBoldItalic";
  src: url("/fonts/HelveticaNeue-BoldItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaMedium";
  src: url("/fonts/HelveticaNeue-Medium.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaLightItalic";
  src: url("/fonts/HelveticaNeue-LightItalic.woff") format("truetype");
  src: url("/fonts/HelveticaNeue-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaRegular";
  src: url("/fonts/helvetica/helveticaneue-regular.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-regular.woff2") format("woff2");
}
@font-face {
  font-family: "helveticaBold2";
  src: url("/fonts/helvetica/helveticaneue-bold.woff") format("truetype");
  src: url("/fonts/helvetica/helveticaneue-bold.woff2") format("woff2");
}
select {
  text-transform: uppercase;
  background: transparent;
  position: relative;
  border: none;
  padding: 0.5rem 2rem;
  text-align: center;
  max-width: 100%;
  width: 13rem;
  border-radius: 0.5rem;
  border: 1px solid #000000;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}
select:focus {
  outline: none;
}
select:hover {
  cursor: pointer;
}
select:disabled {
  border: 1px solid #D9D9D9;
  cursor: not-allowed;
}
select::after {
  content: "⌵";
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #000000;
  font-weight: bold;
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

#blueSearch .container-full .sideMenu {
  border: 1px solid #bbbbbb;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.5rem;
  padding: 2rem;
}
#blueSearch .container-full .sideMenu .titleDashboard {
  margin-bottom: 1rem;
}
#blueSearch .container-full .sideMenu .titleDashboard img {
  max-width: 100%;
}
#blueSearch .container-full .sideMenu .minimum {
  margin-bottom: 1rem;
}
#blueSearch .container-full .sideMenu .minimum .orderMinimum .progressBar {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  height: 100%;
  border: none;
  border-radius: 0.7rem;
  background: #A9A9A9;
}
#blueSearch .container-full .sideMenu .minimum .orderMinimum .progressBar .textProgress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
}
#blueSearch .container-full .sideMenu .minimum .orderMinimum .progressBar .textProgress strong {
  font-weight: 100;
}
#blueSearch .container-full .sideMenu .minimum .orderMinimum .progressBar span {
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  height: 100%;
  background: #7F170E;
  transition: all 0.3s;
}
#blueSearch .container-full .sideMenu .minimum .orderMinimum.ok span {
  background: #92683C;
}
#blueSearch .container-full .sideMenu .minimum .orderMinimum.ok .progressBar .textProgress {
  color: #fff;
}
#blueSearch .container-full .sideMenu .orderTitle {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
#blueSearch .container-full .sideMenu .orderResume,
#blueSearch .container-full .sideMenu .clientResume {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#blueSearch .container-full .sideMenu .orderResumeInfos,
#blueSearch .container-full .sideMenu .clientResumeInfos {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  line-height: 1.3;
}
#blueSearch .container-full .sideMenu .filterTitle {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
#blueSearch .container-full .sideMenu .content-filters {
  max-height: 25rem;
  overflow: auto;
  border-radius: 0.5rem;
  padding: 1rem !important;
}
#blueSearch .container-full .sideMenu .box-filters .search-in-filter {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}
#blueSearch .container-full .sideMenu .box-filters .filters {
  max-height: 12rem;
  overflow: auto;
}
#blueSearch .container-full .sideMenu .box-filters .filters::-webkit-scrollbar, #blueSearch .container-full .sideMenu .box-filters .filters::-webkit-scrollbar-thumb, #blueSearch .container-full .sideMenu .box-filters .filters::-webkit-scrollbar-thumbr {
  background: #C3933F;
  height: 5px;
  width: 5px;
}
#blueSearch .container-full .sideMenu .box-filters .btnSubmitFilter {
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border: 1px solid #BB944E;
  padding: 0.3rem 2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
  max-width: 100%;
  border-radius: 0.5rem;
}
#blueSearch .container-full .sideMenu .btn-cart {
  border: none;
  background: #92683C;
  color: #fff;
  padding: 0.5rem 1.5rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
#blueSearch .container-full .sideMenu .btn-cart img {
  margin-right: 1rem;
}
#blueSearch .container-full .sideMenu img.icon_dash {
  width: 1rem;
  margin-right: 1rem;
}

.linkDash {
  text-decoration: none;
}
.linkDash button {
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  text-transform: capitalize;
  text-align: left;
  padding: 0 18px 0.3rem 0;
  font-weight: 400;
  margin-bottom: 0.7rem;
  position: relative;
}

.pagination-container ul {
  background: rgba(84, 84, 83, 0.05);
}
.pagination-container ul li {
  margin: 0;
  padding: 0.5rem;
}
.pagination-container ul li.disabled span {
  display: flex;
  align-items: center;
  border: unset;
  color: rgb(195, 147, 63);
  border-radius: unset;
  background: unset;
}
.pagination-container ul li.disabled span:hover {
  background-color: unset;
  color: unset;
  border: unset;
}
.pagination-container ul li span {
  display: flex;
  align-items: center;
}
.pagination-container ul li a {
  display: flex;
  align-items: center;
  border: unset;
  color: rgb(195, 147, 63);
  border-radius: unset;
  background: unset;
}
.pagination-container ul li a:hover {
  background-color: unset;
  color: unset;
  border: unset;
}

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

.favButton .iconWrapper {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  perspective: 1000px;
}
.favButton .iconWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
.favButton .iconWrapper img.front {
  transform: rotateY(0deg);
}
.favButton .iconWrapper img.back {
  transform: rotateY(180deg);
}
.favButton:hover .iconWrapper img.front {
  transform: rotateY(-180deg);
}
.favButton:hover .iconWrapper img.back {
  transform: rotateY(0deg);
}

div.filteredBox {
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.5rem 0 0;
  display: block;
}
div.filteredBox .miniFilter {
  background-color: rgb(195, 147, 63);
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  color: white;
  padding: 0.5rem;
  width: 10rem;
  justify-content: space-around;
}
div.filteredBox .miniFilter span {
  text-align: center;
}
div.filteredBox .miniFilter .closeMini {
  cursor: pointer;
  margin-left: 0.5em;
  display: flex;
}

.containerFilteredBox hr {
  border-top: 1px solid black;
}

.activeFilters {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.searchBar {
  display: flex;
  align-items: end;
  justify-content: end;
  align-items: center;
}

a.clearSearch {
  color: #000;
  text-decoration: none;
}
a.clearSearch:hover {
  color: #000;
  text-decoration: none;
}

#searchForm {
  display: flex;
  align-items: end;
  justify-content: end;
}

.searchForm {
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: capitalize;
}
.searchForm::-moz-placeholder {
  text-transform: capitalize;
}
.searchForm::placeholder {
  text-transform: capitalize;
}

.btnSearchForm {
  font-size: 1rem;
  width: -moz-fit-content;
  border: 1px solid #BB944E;
  text-transform: capitalize;
  max-width: 100%;
  background: #fff;
  color: #000;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
}

.modal .modal-content .modal-body a {
  background-color: rgb(195, 147, 63);
  border: 2px solid rgb(195, 147, 63);
  min-width: 20%;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal .modal-content .modal-body a img {
  width: 10%;
  margin-right: 0.5rem;
  align-self: center;
}/*# sourceMappingURL=style.css.map */