@font-face {
  font-family: 'Poppins';
  src: local("Poppins-Regular"), url("https://salescdn.net/static/fonts/poppins/poppins-regular.woff2") format("woff2"), url("https://salescdn.net/static/fonts/poppins/poppins-regular.woff") format("woff"), url("https://salescdn.net/static/fonts/poppins/poppins-regular.ttf") format("truetype"), url("https://salescdn.net/static/fonts/poppins/poppins-regular.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins-Medium"), url("https://salescdn.net/static/fonts/poppins/poppins-medium.woff2") format("woff2"), url("https://salescdn.net/static/fonts/poppins/poppins-medium.woff") format("woff"), url("https://salescdn.net/static/fonts/poppins/poppins-medium.ttf") format("truetype"), url("https://salescdn.net/static/fonts/poppins/poppins-medium.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins-SemiBold"), url("https://salescdn.net/static/fonts/poppins/poppins-semibold.woff2") format("woff2"), url("https://salescdn.net/static/fonts/poppins/poppins-semibold.woff") format("woff"), url("https://salescdn.net/static/fonts/poppins/poppins-semibold.ttf") format("truetype"), url("https://salescdn.net/static/fonts/poppins/poppins-semibold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins-Bold"), url("https://salescdn.net/static/fonts/poppins/poppins-bold.woff2") format("woff2"), url("https://salescdn.net/static/fonts/poppins/poppins-bold.woff") format("woff"), url("https://salescdn.net/static/fonts/poppins/poppins-bold.ttf") format("truetype"), url("https://salescdn.net/static/fonts/poppins/poppins-bold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.btn {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: #ffffff;
  border: 1px solid #222222;
  color: #222222;
}

.btn:focus,
.btn:hover {
  background-color: #222222;
  color: #fff;
  opacity: 1;
}

.btn-first {
  background-color: #0380c9;
  color: #fff;
}

.btn-first:focus,
.btn-first:hover {
  background-color: #0380c9;
  color: #fff;
}

.btn-disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.img-lazy,
.lazy,
.lazy-slider {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  display: table;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
}

.img-lazy.loaded,
.lazy.loaded,
.lazy-slider.loaded {
  opacity: 1;
}

.img-lazy[data-was-processed="true"],
.lazy[data-was-processed="true"],
.lazy-slider[data-was-processed="true"] {
  opacity: 1;
}

a {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

a:focus,
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

details summary::-webkit-details-marker {
  display: none;
}

html {
  background-color: #000;
  color: #363636;
  font-family: "Poppins", sans-serif;
}

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

ul {
  list-style: none;
}

.sidenav-body {
  padding-right: 5px;
  margin-right: -5px;
  width: calc(100% + 5px);
}

summary {
  list-style-type: none;
  cursor: pointer;
}

summary::marker {
  display: none;
  font-size: 0;
}

main {
  position: relative;
}

main.main-background_open:before {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  content: '';
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
  z-index: 9;
}

.card {
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: none;
}

.form-select {
  padding-right: 35px !important;
}

.form-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0naXNvLTg4NTktMSc/PjxzdmcgdmVyc2lvbj0nMS4xJyBpZD0nQ2FwYV8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzQ1MS44NDdweCcgaGVpZ2h0PSc0NTEuODQ3cHgnIHZpZXdCb3g9JzAgMCA0NTEuODQ3IDQ1MS44NDcnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDcgNDUxLjg0NzsgZmlsbDogIzNiNDM1MTsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIGQ9J00yMjUuOTIzLDM1NC43MDZjLTguMDk4LDAtMTYuMTk1LTMuMDkyLTIyLjM2OS05LjI2M0w5LjI3LDE1MS4xNTdjLTEyLjM1OS0xMi4zNTktMTIuMzU5LTMyLjM5NywwLTQ0Ljc1MWMxMi4zNTQtMTIuMzU0LDMyLjM4OC0xMi4zNTQsNDQuNzQ4LDBsMTcxLjkwNSwxNzEuOTE1bDE3MS45MDYtMTcxLjkwOWMxMi4zNTktMTIuMzU0LDMyLjM5MS0xMi4zNTQsNDQuNzQ0LDBjMTIuMzY1LDEyLjM1NCwxMi4zNjUsMzIuMzkyLDAsNDQuNzUxTDI0OC4yOTIsMzQ1LjQ0OUMyNDIuMTE1LDM1MS42MjEsMjM0LjAxOCwzNTQuNzA2LDIyNS45MjMsMzU0LjcwNnonLz48L3N2Zz4K");
  background-position: calc(100% - 16px) center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

option {
  font-family: 'Arial', sans-serif;
  padding: 0 2px 1px;
}

.notyf__toast {
  background-color: #fff !important;
  color: #000;
  padding-left: 20px;
}

.notyf__toast .notyf__dismiss-btn {
  background-color: transparent;
  opacity: 1;
}

.notyf__toast .notyf__dismiss-btn:focus,
.notyf__toast .notyf__dismiss-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}

.notyf__toast[style="background: white;"] .notyf__dismiss,
.notyf__toast.notyf-info .notyf__dismiss {
  background-color: #487fc5;
}

.notyf__toast[style="background: green;"] .notyf__dismiss,
.notyf__toast.notyf-success .notyf__dismiss {
  background-color: #3dc763;
}

.notyf__toast[style="background: red;"] .notyf__dismiss,
.notyf__toast.notyf-error .notyf__dismiss {
  background-color: #ed3d3d;
}

.notyf__toast[style="background: orange;"] .notyf__dismiss,
.notyf__toast.notyf-warning .notyf__dismiss {
  background-color: orange;
}

@media (max-width: 575px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.form-group.form-group_custom {
  margin-bottom: 28px;
  position: relative;
}

.form-group.form-group_custom:not(.form-group.form-group_custom.form-group_solar-calculator).onFocus .form-label {
  background-color: transparent;
  bottom: auto;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  padding: 10px 0;
  top: 0;
  z-index: 0;
}

.form-group.form-group_custom input.form-input,
.form-group.form-group_custom .form-select {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: transparent !important;
  border-bottom-color: #ccc;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  padding: 10px 0;
}

.form-group.form-group_custom input.form-input::placeholder,
.form-group.form-group_custom .form-select::placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom input.form-input::-webkit-input-placeholder,
.form-group.form-group_custom .form-select::-webkit-input-placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom input.form-input::-moz-placeholder,
.form-group.form-group_custom .form-select::-moz-placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom input.form-input::-ms-input-placeholder,
.form-group.form-group_custom .form-select::-ms-input-placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom input.form-input:focus,
.form-group.form-group_custom .form-select:focus {
  box-shadow: none;
}

.form-group.form-group_custom textarea.form-input {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: transparent !important;
  border-bottom-color: #d6dbe3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 10px solid #fff;
  border-top: none;
  color: #1e2252;
  font-size: 14px;
  font-weight: 500;
  height: 120px;
  line-height: 20px;
  padding: 20px 0 30px;
}

.form-group.form-group_custom textarea.form-input::placeholder {
  color: transparent;
}

.form-group.form-group_custom textarea.form-input::-webkit-input-placeholder {
  color: transparent;
}

.form-group.form-group_custom textarea.form-input::-moz-placeholder {
  color: transparent;
}

.form-group.form-group_custom textarea.form-input::-ms-input-placeholder {
  color: transparent;
}

.form-group.form-group_custom textarea.form-input:focus {
  box-shadow: none;
}

.form-group.form-group_custom .form-label {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  bottom: auto;
  color: #464646;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  position: absolute;
  top: -12px;
  z-index: 1;
}

.form-group.form-group_custom select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
}

@media (max-width: 575px) {
  .form-group.form-group_custom {
    margin-bottom: 20px;
  }
}

.form-group.form-group_custom__placeholder {
  margin-bottom: 28px;
  position: relative;
}

.form-group.form-group_custom__placeholder input.form-input,
.form-group.form-group_custom__placeholder .form-select {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: transparent !important;
  border-bottom-color: #d6dbe3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  padding: 10px 0;
}

.form-group.form-group_custom__placeholder input.form-input::placeholder,
.form-group.form-group_custom__placeholder .form-select::placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom__placeholder input.form-input::-webkit-input-placeholder,
.form-group.form-group_custom__placeholder .form-select::-webkit-input-placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom__placeholder input.form-input::-moz-placeholder,
.form-group.form-group_custom__placeholder .form-select::-moz-placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom__placeholder input.form-input::-ms-input-placeholder,
.form-group.form-group_custom__placeholder .form-select::-ms-input-placeholder {
  color: #d6dbe3;
}

.form-group.form-group_custom__placeholder input.form-input:focus,
.form-group.form-group_custom__placeholder .form-select:focus {
  box-shadow: none;
}

.form-group.form-group_custom__placeholder textarea.form-input {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: transparent !important;
  border-bottom-color: #d6dbe3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 10px solid #fff;
  border-top: none;
  color: #1e2252;
  font-size: 14px;
  font-weight: 500;
  height: 120px;
  line-height: 20px;
  padding: 20px 0 30px;
}

.form-group.form-group_custom__placeholder textarea.form-input::placeholder {
  color: transparent;
}

.form-group.form-group_custom__placeholder textarea.form-input::-webkit-input-placeholder {
  color: transparent;
}

.form-group.form-group_custom__placeholder textarea.form-input::-moz-placeholder {
  color: transparent;
}

.form-group.form-group_custom__placeholder textarea.form-input::-ms-input-placeholder {
  color: transparent;
}

.form-group.form-group_custom__placeholder textarea.form-input:focus {
  box-shadow: none;
}

.form-group.form-group_custom__placeholder .form-label {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  bottom: auto;
  color: #484848;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  position: absolute;
  top: -12px;
  z-index: 1;
}

.form-group.form-group_custom__placeholder select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
}

@media (max-width: 575px) {
  .form-group.form-group_custom__placeholder {
    margin-bottom: 20px;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  background-color: #fff;
}

.custom-select .select-selected:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847; fill: %23a3c6d9;' xml:space='preserve'%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  bottom: 0;
  content: '';
  display: table;
  height: 12px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  z-index: 10;
}

.custom-select .select-selected:after {
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}

.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.custom-select .select-items div,
.custom-select .select-selected {
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  padding: 11px 0 9.5px;
  user-select: none;
}

.custom-select .select-items div {
  color: #000;
  padding-left: 16px;
  padding-right: 16px;
}

.custom-select .select-selected {
  border-bottom: 1px solid #d6dbe3;
}

.custom-select .select-items {
  background-color: #fff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.01), 0 3px 14px 2px rgba(0, 0, 0, 0.07), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  left: 0;
  max-height: 240px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

.custom-select .select-hide {
  display: none;
}

.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(231, 242, 248, 0.6);
  color: #000;
}

.sidenav-overlay {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  height: 100%;
  left: auto;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: -500px;
  top: 0;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 500px;
  z-index: 9999;
}

.sidenav-overlay.close {
  opacity: 0;
  right: -500px;
}

.sidenav-overlay.open {
  opacity: 1;
  right: 0;
}

.sidenav-overlay:before {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  content: '';
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
  z-index: 10;
}

.sidenav-overlay.loading:after {
  border-bottom-color: rgba(3, 128, 201, 0.6);
  border-left-color: rgba(3, 128, 201, 0.8);
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
  z-index: 9;
}

.sidenav-overlay.loading:before {
  display: table;
  opacity: 1;
  z-index: 9;
}

body.sidenav-overlay_open {
  overflow: hidden;
}

body.sidenav-overlay_open .sidenav-overlay_background {
  display: table;
  opacity: 1;
  z-index: 9998;
}

.btn-sidenav-close {
  line-height: 0;
  padding-bottom: 3px;
  padding-top: 3px;
}

.btn-sidenav-close svg {
  fill: #000000;
  height: 18px;
  width: 18px;
}

.btn-sidenav-close.btn-sidenav-close_custom {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  height: 32px;
  line-height: 12px;
  margin-bottom: -3px;
  margin-top: -5px;
  max-width: 105px;
  padding: 4px 16px;
  text-align: center;
  transition: 0.5s;
}

.btn-sidenav-close.btn-sidenav-close_custom:focus,
.btn-sidenav-close.btn-sidenav-close_custom:hover {
  background-color: #222222;
  color: #fff;
  opacity: 1;
}

.sidenav-body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.sidenav-container {
  background: #fff;
  border-radius: .1rem;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 640px;
  padding: 0 40px;
  width: 100%;
}

.sidenav-container .s-subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 32px;
}

.sidenav-container .form-group {
  font-size: 55px;
  margin-bottom: 20px;
  position: relative;
}

.sidenav-container .form-group.onFocus .form-label {
  background-color: transparent;
  bottom: 0;
  font-size: .2363636364em;
  left: 0;
  line-height: 1.5384615385em;
  margin: auto;
  padding: 1.3461538462em 1.2307692308em;
  top: 0;
}

.sidenav-container .form-label {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 4px;
  bottom: auto;
  color: #4c4c4c;
  font-size: .2em;
  height: auto;
  left: 1.4545454545em;
  line-height: 1.4545454545em;
  margin: auto;
  padding: .2727272727em .5454545455em;
  position: absolute;
  right: auto;
  top: -.9090909091em;
  z-index: 2;
}

.sidenav-container .form-input {
  /*border-color: #9b9b9b;*/
  border-radius: 5px;
  color: #b7b7b7;
  font-size: .2363636364em;
  line-height: 1.5384615385em;
  min-height: 4.2307692308em;
  padding-left: 1.2307692308em;
  padding-right: 1.2307692308em;
}

.sidenav-container .form-input::placeholder {
  color: #000;
}

.sidenav-container .form-input::-webkit-input-placeholder {
  color: #000;
}

.sidenav-container .form-input::-moz-placeholder {
  color: #000;
}

.sidenav-container .form-input::-ms-input-placeholder {
  color: #000;
}

.sidenav-container .sidenav-footer .form-group:last-child {
  margin-bottom: 0;
}

.sidenav-header {
  border-bottom: 1px solid #f1f3f6;
  padding-bottom: 34px;
  padding-top: 34px;
}

.sidenav-header+div {
  position: relative;
}

.sidenav-overlay .btn:not(.btn-access) {
  background-color: #ffffff;
  border-color: #222222;
  border-radius: 5px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  min-height: 55px;
  padding: 16.5px 15px;
  text-transform: uppercase;
  transition: .3s;
}

.sidenav-overlay .btn:not(.btn-access):focus,
.sidenav-overlay .btn:not(.btn-access):hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

.sidenav-overlay .sidenav-footer {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.sidenav-password .sidenav-body {
  padding-bottom: 0;
  padding-top: 30px;
}

.sidenav-password .sidenav-body>p {
  color: #000000;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 40px;
}

.sidenav-password .sidenav-body .form-group:last-child {
  margin-bottom: 0;
}

.sidenav-forgot-password .sidenav-body {
  padding-bottom: 0;
  padding-top: 30px;
}

.sidenav-forgot-password .sidenav-body>p {
  color: #262626;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
}

.sidenav-forgot-password .sidenav-body .form-group:last-child {
  margin-bottom: 0;
}

.sidenav-overlay_account .btn-new_user {
  background-color: #fff;
  border: 1px solid #0380c9;
  color: #0380c9;
  font-size: 14px;
  font-weight: 500;
}

.sidenav-overlay_account .btn-new_user:focus,
.sidenav-overlay_account .btn-new_user:hover {
  background-color: #fff;
  border-color: #0370b0;
  color: #0370b0;
}

.sidenav-overlay_account .forget-password {
  color: #8f8f8f;
  display: table;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 5px;
}

.sidenav-overlay_account .forget-password a {
  color: #48a0ed;
  transition: .2s;
}

.sidenav-overlay_account .forget-password a:focus,
.sidenav-overlay_account .forget-password a:hover {
  text-decoration: none;
}

.sidenav-overlay_account .sidenav-body {
  padding-bottom: 24px;
  padding-top: 30px;
}

.sidenav-overlay_account .label-custom {
  color: #626262;
  display: table;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-top: 45px;
  width: 100%;
}

.sidenav-overlay_account .sidenav-body_logged {
  margin-left: -5px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-top: 32px;
  width: calc(100% + 10px);
}

.form-icon.form-icon_password {
  fill: rgba(88, 103, 126, 0.6);
  height: 16px;
  margin: 19.5px 0;
  position: absolute;
  right: 16px;
  top: 0;
  width: 16px;
}

.sidenav-overlay_cart .btn-cartItem_delete {
  align-items: center;
  display: flex;
  min-height: 17px;
}

.sidenav-overlay_cart .btn-cartItem_delete svg {
  fill: #000000;
  height: 12px;
  width: 12px;
}

.sidenav-overlay_cart .cart-image_link {
  display: block;
  height: 95px;
  width: 95px;
}

.sidenav-overlay_cart .cart-image_link img {
  margin-left: auto;
  margin-right: auto;
}

.sidenav-overlay_cart .cart-image_link svg {
  display: table;
  fill: rgba(217, 223, 228, 0.5);
  margin: 0 auto;
  max-height: 95px;
  max-width: 75px;
}

.sidenav-overlay_cart .cart-product {
  max-width: calc(100% - 95px - 30px);
}

.sidenav-overlay_cart .cart-product_info {
  color: rgb(62 62 62 / 70%);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.0909090909em;
  margin-bottom: 1.4545454545em;
  opacity: 0.7;
}

.sidenav-overlay_cart .cart-product_price {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  height: 36px;
  line-height: 1.4117647059em;
}

.sidenav-overlay_cart .cart-product_price p {
  margin-bottom: 0;
}

.sidenav-overlay_cart .cart-product_quantity {
  color: #1e2252;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px auto 0;
  max-width: 95px;
  padding: 0;
  width: 100%;
}

.sidenav-overlay_cart .cart-product_quantity .input-group {
  align-items: center;
  border-radius: 1.2307692308em;
  border: 1px solid #e1e1e1;
  justify-content: center;
}

.sidenav-overlay_cart .cart-product_quantity .btn {
  color: #777;
  font-size: .8461538462em;
  font-weight: 500;
  height: auto;
  max-width: 3.1818181818em;
  padding-bottom: .4545454545em;
  padding-top: 0.4545454545em;
}

.sidenav-overlay_cart .cart-product_quantity .btn:first-of-type {
  padding-left: .9090909091em;
  padding-right: 0.4545454545em;
}

.sidenav-overlay_cart .cart-product_quantity .btn:last-of-type {
  padding-left: .4545454545em;
  padding-right: 0.9090909091em;
}

.sidenav-overlay_cart .cart-product_quantity .btn:focus,
.sidenav-overlay_cart .cart-product_quantity .btn:hover {
  background-color: transparent;
  color: #1e2252;
  opacity: 0.7;
}

.sidenav-overlay_cart .cart-product_quantity .btn,
.sidenav-overlay_cart .cart-product_quantity input {
  background-color: transparent;
  box-shadow: none;
  border: none;
  min-height: 30px;
}

.sidenav-overlay_cart .cart-product_quantity .btn:focus,
.sidenav-overlay_cart .cart-product_quantity .btn:hover,
.sidenav-overlay_cart .cart-product_quantity input:focus,
.sidenav-overlay_cart .cart-product_quantity input:hover {
  opacity: 0.7;
}

.sidenav-overlay_cart .cart-product_quantity input {
  border: none;
  font-size: 1em;
  height: auto;
  max-width: 3.0769230769em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.sidenav-overlay_cart .cart-product_title {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  height: 1.4166666667em;
  line-height: 1.2857142857em;
  margin-bottom: 1.4285714286em;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 16.6666666667em;
}

.sidenav-overlay_cart .cart-section {
  border-bottom: 1px solid #f1f3f6;
  display: table;
  padding-bottom: 26px;
  padding-right: 16px;
  padding-top: 26px;
  width: 100%;
}

.sidenav-overlay_cart .cart-section:last-of-type {
  cborder-bottom: none;
}

.sidenav-overlay_cart .cart-total {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.sidenav-overlay_cart .cart-total_price {
  color: #000000;
}

.sidenav-overlay_cart .cart-total_text {
  color: #000000;
}

.sidenav-overlay_cart .sidenav-footer {
  border-top: 1px solid #f1f3f6;
}

.sidenav-overlay_cart .sidenav-footer p {
  margin-bottom: 0;
}

.sidenav-body_empty {
  align-items: center;
  display: flex;
  height: calc(100vh - 68px - 68px);
  justify-content: center;
  width: 100%;
}

.sidenav-body_empty .cart-section {
  border-bottom: none;
  padding: 10px;
}

.sidenav-body_empty .cart-section_empty p {
  color: rgb(34 34 34 / 73%);
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.sidenav-body_empty .cart-section_empty svg {
  display: table;
  fill: rgb(34 34 34 / 73%);
  margin: 0 auto 15px;
  max-height: 50px;
  max-width: 50px;
}

.sidenav-payment-calculation .accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #d6dbe3;
  border-left: 1px solid #d6dbe3;
  border-right: 1px solid #d6dbe3;
  display: none;
  margin-bottom: 0;
  max-height: none;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
}

.sidenav-payment-calculation .accordion-header {
  background-color: #222222;
  border-radius: 10px;
  color: #fff;
  fill: #fff;
  min-height: 70px;
  padding: 15px 20px;
}

.sidenav-payment-calculation .accordion-header svg {
  float: right;
  height: 14px;
  margin-bottom: 13px;
  margin-top: 13px;
  width: 14px;
}

.sidenav-payment-calculation .accordion-payment-calculation {
  margin-bottom: 20px;
}

.sidenav-payment-calculation .accordion-payment-calculation.open .accordion-body {
  display: table;
}

.sidenav-payment-calculation .accordion-payment-calculation.open .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sidenav-payment-calculation .product-payment_price {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.sidenav-payment-calculation .product-payment_price,
.sidenav-payment-calculation .product-payment_title {
  float: left;
  max-width: calc(100% - 14px - 10px);
  width: 100%;
}

.sidenav-payment-calculation .product-payment_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.sidenav-payment-calculation .s-subtitle {
  color: #1e2252;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-top: 10px;
}

.sidenav-payment-calculation .s-subtitle .color-second {
  font-weight: 600;
}

.sidenav-payment-calculation .sidenav-body.open {
  opacity: 0.2;
}

.sidenav-payment-calculation .sidenav-footer {
  padding-bottom: 30px;
  padding-top: 0;
}

.sidenav-payment-calculation .sidenav-header {
  border-bottom: none;
}

.sidenav-payment-calculation .sidenav-header_second {
  padding-bottom: 10px;
  padding-top: 0;
}

.sidenav-payment-calculation .text {
  color: #1e2252;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 20px 18px;
}

.sidenav-payment-calculation table {
  color: #282828;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.sidenav-payment-calculation table b {
  font-weight: 600;
}

.sidenav-payment-calculation td {
  border: 0;
  height: 28px;
  padding: 5px 8px;
}

.sidenav-payment-calculation td:first-child {
  padding-left: 16px;
}

.sidenav-payment-calculation td:last-child {
  padding-right: 16px;
}

.sidenav-payment-calculation tr {
  border: none;
}

.sidenav-payment-calculation tr:first-child {
  border-top: 0;
}

.sidenav-shipping-calculation .form-group {
  margin-bottom: 15px;
}

.sidenav-shipping-calculation .form-group .icon {
  bottom: 0;
  font-size: 20px;
  left: auto;
  margin: auto 20px auto 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sidenav-shipping-calculation .form-group .icon.icon-check {
  color: #28c724;
}

.sidenav-shipping-calculation .form-group input {
  padding-right: 50px;
}

.sidenav-shipping-calculation .sidenav-body {
  padding-top: 30px;
}

.sidenav-shipping-calculation .sidenav-body>p {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.sidenav-shipping-calculation .sidenav-body .s-subtitle {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 22px;
}

.sidenav-shipping-calculation .sidenav-footer .btn {
  font-size: 12px;
}

.sidenav-shipping-calculation .sidenav-footer .btn .icon {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 0;
  position: relative;
}

.sidenav-shipping-calculation table {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.sidenav-shipping-calculation table span {
  color: #848485;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.sidenav-shipping-calculation td {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: initial;
}

.sidenav-shipping-calculation tr td:last-child {
  text-align: right;
}

.sidenav-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 575px) {
  .btn-sidenav-close {
    padding-bottom: 4.5px;
    padding-top: 4.5px;
  }

  .btn-sidenav-close svg {
    height: 15px;
    width: 15px;
  }

  .sidenav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sidenav-footer {
    padding-top: 18px;
  }

  .sidenav-header {
    padding-bottom: 20.5px;
    padding-top: 20.5px;
  }

  .sidenav-overlay {
    width: 360px;
  }

  .sidenav-overlay .btn {
    font-size: 12px;
    min-height: 48px;
    padding: 13px 15px;
  }

  .sidenav-overlay_cart .cart-product {
    max-width: calc(100% - 95px - 22px);
  }

  .sidenav-overlay_cart .cart-section {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .sidenav-overlay_cart .cart-total {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .sidenav-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sidenav-payment-calculation .accordion-header {
    min-height: 60px;
    padding: 12px 20px;
  }

  .sidenav-payment-calculation .accordion-header svg {
    margin-bottom: 11px;
    margin-top: 11px;
  }

  .sidenav-payment-calculation .accordion-payment-calculation {
    margin-bottom: 15px;
  }

  .sidenav-payment-calculation .product-payment_price {
    font-size: 13px;
    line-height: 16px;
  }

  .sidenav-payment-calculation .product-payment_title {
    font-size: 16px;
    line-height: 20px;
  }

  .sidenav-payment-calculation .sidenav-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sidenav-payment-calculation .text {
    font-size: 12px;
    line-height: 18px;
    padding: 18px 15px;
  }

  .sidenav-payment-calculation table {
    font-size: 11px;
    line-height: 14px;
  }

  .sidenav-payment-calculation td {
    padding: 5px 4px;
  }

  .sidenav-payment-calculation td:first-child {
    padding-left: 15px;
  }

  .sidenav-payment-calculation td:last-child {
    padding-right: 15px;
  }
}

.loading-container {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
  z-index: -99;
}

.loading-container.open {
  display: table;
  opacity: 1;
  z-index: 998;
}

.search {
  bottom: 0;
  display: table;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 915px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
  z-index: -99999;
}

.search.close {
  bottom: 0;
  opacity: 0;
}

.search.open {
  bottom: -130px;
  opacity: 1;
}

.search_link {
  position: relative;
}

.search_link.active .icon-bar {
  background-color: #333e54;
  border-radius: 2px;
}

.search_link.active .icon-bar:first-child {
  background-color: #48a0ed;
  border-radius: 2px;
  border: 0;
  height: 1px;
  margin-bottom: 0;
  margin-left: 0;
  transform: matrix(1, -0.9, 0.9, 1, 0, 9);
  width: 18px;
}

.search_link.active .icon-bar:last-child {
  height: 1px;
  transform: matrix(1, 0.9, -0.9, 1, 0, 8);
  width: 18px;
}

.search_link .icon-bar {
  display: block;
  float: none;
  transition: .3s;
}

.search_link .icon-bar:first-child {
  border-radius: 50%;
  border: 2px solid #fff;
  height: .8888888889em;
  margin-bottom: .1111111111em;
  width: 0.8888888889em;
}

.search_link .icon-bar:last-child {
  background-color: #fff;
  border-radius: 2px;
  height: 2px;
  transform: rotate(45deg) translate(0.3333333333em, -0.6111111111em);
  width: 8px;
}

.search_link .icon-search {
  font-size: 18px;
  height: 1em;
  width: 1em;
}

body {
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

body.search-overlay_open {
  overflow: hidden;
}

body.search-overlay_open .sidenav-overlay_background {
  display: table;
  opacity: 1;
  z-index: 998;
}

body.search-overlay_open header {
  box-shadow: 0 0.1rem 0.5rem rgba(48, 55, 66, 0.05);
}

body .loading-main {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
  z-index: -99;
}

body .loading-main.loading::after {
  height: 2rem;
  width: 2rem;
}

body .loading-main.open {
  display: table;
  opacity: 1;
  z-index: 998;
}

body .sidenav-overlay_background {
  background-color: rgb(255 255 255 / 37%);
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
  z-index: -99;
}

.cart_quantity {
  background-color: #32a0ed;
  border-radius: 8px;
  bottom: auto;
  color: #fff;
  display: table;
  font-size: 12px;
  font-weight: 600;
  left: auto;
  line-height: 14px;
  margin-top: -6px;
  height: auto;
  min-width: 18px;
  padding: 3px 1px 2px 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.header {
  background-color: #000;
  position: relative;
  z-index: 999;
  height: 110px;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 5%);
}

.header .icon-ssl {
  align-items: center;
  display: flex;
  height: 100%;
}

.header .icon-ssl svg {
  fill: #ffffff;
  max-height: 45px;
  max-width: 45px;
  transition: 0.5s;
}

.header .icon-ssl svg:hover {
  transform: rotate3d(0, 1, 0, 180deg);
}

.header .container {
  position: relative;
}

.header .dropdown {
  display: inline-block;
  position: relative;
}

.header .dropdown:hover>.dropdown-content {
  display: block;
}

.header .dropdown-content {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 8px 10px 0px rgba(0, 130, 252, 0.08);
  display: none;
  margin: 0;
  min-width: calc(170px + 30px);
  padding: 20px 15px;
  position: absolute;
  z-index: 9999;
}

.header .dropdown-content li {
  float: left;
  margin-top: 0;
  width: 170px;
}

.header .navbar {
  height: 110px;
  position: relative;
}

.header .navbar-center {
  max-width: calc(100% - 340px - 190px);
  width: 100%;
}

.header .navbar-section {
  max-width: 340px;
}

.header .navbar-section:last-child {
  max-width: 150px;
}

.header-link {
  min-height: 20px;
  padding: 0 15px;
  position: relative;
}

.header-link>* {
  float: left;
}

.header-link.cart_link {
  padding-left: 12.5px;
}

.header-link.header-link_cart {
  padding-right: 20px;
}

.header-link.menu-mobile_link svg {
  height: 20px;
  width: 20px;
}

.header-link .icon_cart {
  height: 20px;
  width: 20px;
}

.header-link .icon_search {
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.header-link .icon_user {
  height: 17px;
  margin-bottom: 1px;
  margin-top: 2px;
  width: 17px;
}

.header-link svg {
  fill: #fff;
  transition: .3s;
}

.header-link_menu__mobile {
  margin-left: 10px;
  min-height: 18px;
  min-width: 25px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 17px;
}

.header-link_menu__mobile.active .icon-bar {
  background-color: #fff;
  height: 1px;
  width: 18px;
}

.header-link_menu__mobile.active .icon-bar:nth-child(1) {
  transform: matrix(1, 0.9, -0.9, 1, 7, 8);
}

.header-link_menu__mobile.active .icon-bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.header-link_menu__mobile.active .icon-bar:nth-child(3) {
  transform: matrix(1, -0.9, 0.9, 1, 7, -6);
}

.header-link_menu__mobile .icon-bar {
  background-color: #fff;
  display: block;
  float: none;
  height: 2px;
  margin-bottom: 6px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 25px;
}

.header-link_menu__mobile .icon-bar:last-child {
  margin-bottom: 0;
}

.header-link_menu__mobile .icon-bar:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  align-items: center;
  display: flex;
  height: 100%;
}

.logo h1 {
  font-size: 0 !important;
  opacity: 0 !important;
}

.logo img {
  max-height: calc(110px - 16px);
  max-width: 100%;
}

.logo svg {
  max-height: 70px;
  width: auto;
}

.nav-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap-reverse;
  height: 110px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.nav-main_content {
  padding: 20px 15px;
}

.nav-main_content a {
  color: #000;
}

.nav-main_content li {
  border-radius: 8px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 14px 12px;
  width: 100%;
}

.nav-main_content li:focus,
.nav-main_content li:hover {
  background-color: #fefafa;
  box-shadow: none;
  color: #000;
  font-weight: 600;
}

.nav-main_content li:focus a,
.nav-main_content li:hover a {
  color: #000;
}

.nav-main_content__children {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: calc(100% - 40px);
  top: 10px;
}

.nav-main_link {
  -webkit-text-stroke: 0.1px #fff;
  border: 0;
  color: #c7c7c7;
  display: inline-table;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 20px;
  padding-top: calc((110px - 20px) / 2);
  padding-bottom: calc((110px - 20px) / 2);
  padding-right: 70px;
  text-align: center;
  text-transform: uppercase;
}

.nav-main_link>* {
  float: left;
}

.nav-main_link:focus,
.nav-main_link:hover {
  box-shadow: none;
  color: #ffffff;
  transition: .3s;
}

.nav-main_link svg {
  fill: #32a0ed;
  height: 20px;
  margin-left: 10px;
  width: 11px;
  display: none;
}

.search .btn {
  background-color: transparent;
  border: 0;
  bottom: 0;
  height: 20px;
  left: auto;
  margin-bottom: auto;
  margin-right: 30px;
  margin-top: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 9;
}

.search .btn:focus,
.search .btn:hover {
  border: 0;
}

.search .form-input {
  background-color: #fff;
  border-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0.2rem 0.5rem rgb(94 94 94 / 20%);
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 60px;
}

.search .form-input::placeholder {
  color: #7889a3;
}

.search .form-input::-webkit-input-placeholder {
  color: #7889a3;
}

.search .form-input::-moz-placeholder {
  color: #7889a3;
}

.search .form-input::-ms-input-placeholder {
  color: #7889a3;
}

.search .form-input:focus {
  border-color: #fff;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.4);
}

.search .input-group {
  position: relative;
}

.search .input-group .form-input:first-child:not(:last-child) {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.search svg {
  fill: #48a0ed;
}

.sidebar-nav .sidebar-nav-text {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 36px;
  max-width: calc(100% - 36px - 15px);
  padding-top: 1px;
}

.sidebar-nav a.sidebar-nav-link {
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  width: 100%;
}

.sidebar-nav a.sidebar-nav-link.sidebar-nav-link_user {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-nav .sidebar-nav-header {
  background-color: #fffafa;
  border-bottom: 1px solid #7e7e7e0d;
  border-top: 1px solid #f1f3f6;
  padding: 16px 20px;
}

.sidebar-nav .sidebar-nav-icon {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #222222;
  display: flex;
  height: 36px;
  justify-content: center;
  margin-right: 15px;
  overflow: hidden;
  width: 36px;
}

.sidebar-nav .sidebar-nav-icon svg {
  fill: #222222;
  height: 24px;
  width: 24px;
}

.sidebar-nav .sidebar-nav-account {
  display: table;
  max-width: 300px;
  width: 100%;
}

.sidebar-nav .sidebar-nav-account>* {
  float: left;
}

@media (max-width: 1399px) {
  .nav-main_link {
    padding-right: 80px;
    font-size: 10px;
  }

  .nav-main {}
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header .navbar {
    height: 80px;
  }

  .header .navbar-center {
    max-width: calc(100% - 230px - 190px);
  }

  .header .navbar-section {
    max-width: 230px;
  }

  .header-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-link.cart_link {
    padding-left: 10px;
  }

  .nav-main {
    height: 80px;
  }

  .nav-main_link {
    font-size: 12px;
    padding-right: 60px;
    padding-bottom: calc((80px - 20px) / 2);
    padding-top: calc((80px - 20px) / 2);
  }
}

@media (min-width: 992px) {
  .menu-mobile_link {
    display: none;
  }

  .nav-main>.nav-main_item.dropdown:hover>.nav-main_content {
    display: flex;
  }

  .nav-main>.nav-main_item.dropdown:hover>.nav-main_content>ul {
    display: table;
  }

  .sidebar-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .icon-ssl svg {
    max-height: 35px;
    max-width: 35px;
  }

  .header .navbar {
    height: 64px;
  }

  .header .navbar-center {
    display: none;
  }

  .header .navbar-section:first-of-type {
    max-width: 150px;
  }

  .header .navbar-section:last-of-type {
    max-width: calc(100% - 100px);

    /*margin-top: 25px;*/
  }

  .header-link {
    padding-left: 13px;
    padding-right: 13px;
  }

  .logo img {
    max-height: 40px;

    /*margin-top: 25px;*/
  }

  .nav-main {
    display: none;
  }

  .sidebar-nav {
    margin-top: 80px;
  }

  .header {
    height: 80px;
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .search {
    max-width: 400px;
  }

  .search.open {
    bottom: -115px;
  }

  .search .form-input {
    font-size: 16px;
    min-height: 55px;
  }
}

@media (max-width: 575px) {
  .logo svg {
    max-height: 50px;
  }

  .search {
    width: calc(100% - 16px - 16px);
  }
}

.sidebar-nav {
  bottom: 0;
  left: auto;
  max-width: 100%;
  opacity: 0;
  position: fixed;
  right: -100vw;
  top: 0;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100vw;
  z-index: 9999;
}

.sidebar-nav.open {
  opacity: 1;
  right: 0;
}

.sidebar-nav.close {
  opacity: 0;
  left: auto;
  right: -100vw;
}

.menu-mobile_link .icon_close {
  display: none;
  opacity: 0;
}

.menu-mobile_link .icon_nav_mobile {
  display: block;
  opacity: 1;
}

.menu-mobile_link svg {
  transition: all 800ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.menu-mobile_link.open .icon_close {
  display: block;
  opacity: 1;
}

.menu-mobile_link.open .icon_nav_mobile {
  display: none;
  opacity: 0;
}

.menu-mobile_link.close .icon_close {
  display: none;
  opacity: 0;
}

.menu-mobile_link.close .icon_nav_mobile {
  display: block;
  opacity: 1;
}

.sidebar-nav {
  background-color: #fffafa;
  box-shadow: 0px 3.2px 8px 0px rgba(97, 127, 145, 0.25);
  color: #000;
  padding-bottom: 15px;
  padding-top: 0;
}

.sidebar-nav .mm-active .nav-mobile_link {
  font-weight: 600;
}

.sidebar-nav .metismenu .has-arrow:after {
  color: #636363;
  right: 20px;
  transform: rotate(225deg) translate(0, -50%);
}

.sidebar-nav .metismenu .mm-active>.has-arrow:after {
  transform: rotate(45deg) translate(0, -50%);
}

.sidebar-nav .sidebar-nav-content {
  background-color: #fffafa;
  height: 100%;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav .nav-mobile {
  display: flex;
  flex-direction: column;
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link {
  background-color: #fffafa;
  position: relative;
  z-index: 0;
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
  background-color: #fffafa;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.sidebar-nav .nav-mobile ul {
  background-color: #fffafa;
  padding-bottom: 10px;
  padding-top: 10px;
}

.sidebar-nav .nav-mobile ul .nav-mobile_link {
  font-size: 14px;
  padding-bottom: 7px;
  padding-left: 33px;
  padding-top: 7px;
}

.sidebar-nav .nav-mobile ul ul .nav-mobile_link {
  padding-left: 48px;
}

.sidebar-nav .nav-mobile ul ul ul .nav-mobile_link {
  padding-left: 63px;
}

.sidebar-nav .nav-mobile li+li {
  margin-top: 0;
}

.sidebar-nav .nav-mobile li:first-child {
  margin-top: 0;
}

.sidebar-nav .nav-mobile li:last-child {
  margin-bottom: 0;
}

.sidebar-nav .nav-mobile>li {
  display: flex;
  flex-direction: column;
  position: relative;
}

.sidebar-nav .nav-mobile .nav-mobile_link {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  outline-width: 0;
  padding: 12px 18px;
  position: relative;
  transition: all .3s ease-out;
}

.sidebar-nav .nav-mobile .nav-mobile_link a {
  color: #3c3c3c;
}

.sidebar-nav .nav-mobile .nav-mobile_link a:active,
.sidebar-nav .nav-mobile .nav-mobile_link a:focus,
.sidebar-nav .nav-mobile .nav-mobile_link a:hover {
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  color: #32a0ed;
}

.footer-about {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 180px;
}

.footer-box {
  margin-bottom: 0px;
}

.footer-box_contact {
  margin-bottom: 23px;
}

.footer-contact_item {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.footer-contact_item.footer-contact_item__tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 10px;
  padding-top: 11px;
}

.footer-newsletter .btn {
  background-color: #0380c9;
  border: 0;
  bottom: 0;
  height: 42px;
  left: auto;
  margin: auto 10px auto 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  z-index: 9;
}

.footer-newsletter .btn:focus,
.footer-newsletter .btn:hover {
  background-color: #0370b0;
}

.footer-newsletter .btn:focus svg,
.footer-newsletter .btn:hover svg {
  fill: #fff;
}

.footer-newsletter .btn svg {
  display: table;
  fill: #fff;
  margin: auto;
  max-height: 15px;
  max-width: 15px;
}

.footer-newsletter .form-input {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  height: 58px;
  line-height: 20px;
  padding-left: 18px;
  padding-right: 80px;
}

.footer-newsletter .form-input::placeholder {
  color: rgba(12, 52, 78, 0.6);
}

.footer-newsletter .form-input::-webkit-input-placeholder {
  color: rgba(12, 52, 78, 0.6);
}

.footer-newsletter .form-input::-moz-placeholder {
  color: rgba(12, 52, 78, 0.6);
}

.footer-newsletter .form-input::-ms-input-placeholder {
  color: rgba(12, 52, 78, 0.6);
}

.footer-newsletter .form-input:first-child:not(:last-child) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.footer-newsletter .input-group {
  position: relative;
}

.footer-newsletter .input-group>* {
  border-radius: 5px;
}

.footer-page_item {
  font-size: 12px;

  /*padding-bottom: .8125em;*/
  /*padding-top: .8125em*/
  padding: 11px 0;
}

.footer-page_item:first-of-type {
  padding-top: 12px;
}

.footer-page_link {
  font-size: 12px;
  line-height: 16px;
  padding: .0625em 0;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-payment {
  margin-bottom: 60px;
}

.footer-payment_item {
  align-items: center;
  display: flex;
  margin: 10px;
}

.footer-payment_item img {
  max-height: 40px;
  max-width: 72px;
}

.footer-payment_item svg {
  fill: #fff;
  max-height: 40px;
  max-width: 72px;
}

.footer-payment_item svg>* {
  fill: #c7c7c7;
}

.footer-stamp_item {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-stamp_item img {
  max-width: 110px;
}

.footer-stamp_item svg {
  fill: #fff;
  max-height: 55px;
  max-width: 55px;
}

.footer-stamp_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-payment_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: 14px;
  margin-top: 0px;
}

.footer-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
}

.footer-social_item {
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}

.footer-social_link {
  display: block;
  max-height: 32px;
  max-width: 32px;
}

.footer_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0px;
  color: #c7c7c7;
  text-transform: uppercase;
}

.social-icons__link {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  height: 53px;
  justify-content: center;
  width: 53px;
  transition: .3s;
}

.social-icons__link:focus,
.social-icons__link:hover {
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}

.social-icons__link:focus svg,
.social-icons__link:hover svg {
  fill: #ffffff;
}

.social-icons__link img,
.social-icons__link svg {
  max-height: 20px;
  max-width: 20px;
}

.social-icons__link svg {
  fill: #fff;
  transition: .3s;
}

footer {
  background-color: #000000;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

footer .footer-content_main {
  padding-bottom: 0px;
  padding-top: 56px;

  /*height: 390px;*/
}

footer .footer-content_second .column {
  margin: 0 auto;
}

footer .footer-content_second .container {
  padding-bottom: 20px;
}

footer .footer-content_second .logo-wdna {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: normal;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 14px;
}

footer .footer-content_second .logo-wdna span {
  margin-right: auto;
  margin-left: auto;

  /* padding-top: 3px; */
  /*margin-bottom: 30px;*/
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #c7c7c7;
  text-transform: uppercase;
  transition: .3s;
}

footer .footer-content_second .logo-wdna svg {
  fill: #fff;
  height: 17px;
  display: none;
}

footer .footer-content_second a.logo-wdna:focus,
footer .footer-content_second a.logo-wdna:hover {
  color: #ee6b20;
}

footer a {
  color: #c7c7c7;
}

footer a:focus,
footer a:hover {
  color: #fff;
  opacity: 1;
}

footer li {
  margin-top: 0;
}

footer ul {
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    height: 80px;
  }

  .footer-contact_item {
    font-size: 14px;
  }

  .footer-contact_item.footer-contact_item__tel {
    font-size: 20px;
  }

  .footer-newsletter .btn {
    height: 34px;
    width: 50px;
  }

  .footer-newsletter .form-input {
    height: 52px;
  }

  .footer-page_item {
    font-size: 14px;
  }

  .footer-social {
    margin-left: -5px;
  }

  .footer-social_item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer_title {
    font-size: 16px;
  }

  .social-icons__link {
    height: 40px;
    width: 40px;
  }

  .social-icons__link img,
  .social-icons__link svg {
    max-height: 15px;
    max-width: 15px;
  }
}

@media (max-width: 991px) {
  .footer-about {
    min-width: 150px;
  }

  .footer-box {
    margin-bottom: 60px;
  }

  .footer-box.footer-box_contact {
    margin-bottom: 36px;
  }

  .footer-contact_item {
    font-size: 12px;
  }

  .footer-contact_item.footer-contact_item__tel {
    font-size: 20px;
  }

  .footer-page_item {
    font-size: 14px;
  }

  .footer-payment_item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-payment_list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer-stamp_item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-stamp_list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer-social {
    margin-left: -5px;
  }

  .footer-social_item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer_title {
    font-size: 16px;
  }

  .social-icons__link {
    height: 40px;
    width: 40px;
  }

  .social-icons__link img,
  .social-icons__link svg {
    max-height: 15px;
    max-width: 15px;
  }

  footer .footer-content_main {
    padding-bottom: 0px;
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-newsletter {
    float: right;
    padding-left: 8px;
    width: 66.67%;
  }

  .footer-payment {
    float: left;
    padding-right: 8px;
    width: 33.33%;
  }

  .footer-stamp {
    float: left;
    padding-right: 8px;
    width: 66.67%;
  }
}

@media (max-width: 767px) {
  .footer-box.footer-stamp {
    margin-bottom: 0;
  }

  footer .footer-content_main {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .footer-box {
    margin-bottom: 35px;
  }

  .footer-box.footer-box_contact {
    margin-bottom: 22px;
  }

  .footer-box.footer-newsletter {
    margin-bottom: 40px;
  }

  .footer-box.footer-payment {
    margin-bottom: 40px;
  }

  .footer-box.footer-stamp {
    margin-bottom: 0;
  }

  .footer-box_contact .footer_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-contact_item.footer-contact_item__tel {
    font-size: 14px;
  }

  .footer-contact_item.footer-contact_item__tel {
    padding-bottom: 0;
    padding-top: 0;
  }

  .footer-newsletter .btn {
    height: 35px;
    width: 44px;
  }

  .footer-newsletter .footer_title {
    margin-bottom: 12px;
  }

  .footer-newsletter .form-input {
    font-size: 13px;
    height: 55px;
    padding-left: 14px;
    padding-right: 64px;
  }

  .footer-page_item {
    font-size: 13px;
    padding-bottom: .4615384615em;
    padding-top: 0.4615384615em;
  }

  .footer-page_link {
    font-size: 1em;
    line-height: 1.2307692308em;
    padding: 0;
  }

  .footer-payment .footer_title {
    display: none;
  }

  .footer-payment_item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-payment_list {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-stamp .footer_title {
    display: none;
  }

  .footer-stamp_item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-stamp_list {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer_title {
    font-size: 15px;
    font-weight: 600;
  }

  .footer_title {
    margin-bottom: 10px;
  }

  .social-icons__link {
    height: 48px;
    width: 48px;
  }

  .social-icons__link img,
  .social-icons__link svg {
    max-height: 18px;
    max-width: 18px;
  }

  footer .footer-content_main {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}

.btn.btn-access {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: 55px;
  padding: 16.5px 24px;
  text-transform: none;
  width: 100%;
  transition: .3s;
}

.btn.btn-access>* {
  float: left;
}

.btn.btn-access:focus,
.btn.btn-access:hover {
  background-color: #fcfcfe;
  border-color: #cecece;
  color: #3a3a3a;
}

.btn.btn-access:focus svg,
.btn.btn-access:hover svg {
  fill: #43a8b7;
}

.btn.btn-access span {
  padding-bottom: 1px;
  padding-top: 1px;
}

.btn.btn-access svg {
  fill: #51c4d4;
  height: 22px;
  margin-right: 20px;
  width: 22px;
  transition: .3s;
}

.card-page_custom .card-body {
  color: #1e2252;
  font-size: 15px;
  line-height: 24px;
}

.form-group .dropdown>.btn {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #6a6a6a;
  float: left;
  font-size: 13px;
  font-weight: 500;
  height: 38px;
  line-height: 20px;
  padding: 10px 36px 8px 16px;
  position: relative;
  width: auto;
}

.form-group .dropdown>.btn svg {
  bottom: 0;
  fill: #000000;
  height: 20px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 10px;
}

.form-group .dropdown ul {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.form-group .dropdown ul * {
  color: #000000;
  font-weight: 500;
}

.form-group .dropdown ul a {
  border-radius: 4px;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 16px;
}

.form-group .dropdown ul a:focus,
.form-group .dropdown ul a:hover {
  background-color: #c3c3c3;
  color: #000000;
}

.home-main {
  padding-bottom: 0;
  padding-top: 0;
}

.loading:after {
  border-bottom-color: rgba(3, 128, 201, 0.6);
  border-left-color: rgba(3, 128, 201, 0.8);
}

.showcase {
  padding-bottom: 50px;
}

.showcase:not(.showcase-buy-to-gether, .showcase-last-viewed, .showcase-model-2, .showcase-related):first-child {
  padding-top: 80px;
}

.showcase.showcase-buy-to-gether {
  padding-bottom: 60px;
}

.showcase.showcase-model-2 {
  padding-bottom: 60px;
}

.showcase.showcase-model-4 .showcase-banners {
  padding-right: 8px;
  width: 488px;
}

.showcase.showcase-model-4 .showcase-box {
  display: flex;
  width: 100%;
}

.showcase.showcase-model-4 .showcase-products {
  padding-left: 8px;
  width: calc(100% - 480px - 8px);
}

.showcase ul {
  margin: 0;
}

.showcase-item {
  margin-top: 0;
}

.showcase-banners .tns-outer {
  position: relative;
}

.showcase-banners .tns-nav {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 16px;
  position: absolute;
  right: auto;
  top: 50%;
  z-index: 2;
}

.showcase-banners .tns-nav>.tns-nav-active {
  background: #999;
}

.showcase-banners .tns-nav>[aria-controls] {
  background: #ddd;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: block;
  height: 9px;
  margin: 5px 0;
  padding: 0;
  width: 9px;
}

.showcase-banners_full .banner-main_img {
  margin: 0 auto;
}

.showcase-banners_full .showcase-banners_item__exemple:nth-child(2n-1) .banner-main_link {
  background-color: rgba(88, 103, 126, 0.1);
}

.showcase-banners_full .showcase-banners_item__exemple .showcase-banners_link {
  align-items: center;
  background-color: rgba(3, 128, 201, 0.4);
  display: flex;
  justify-content: center;
  min-height: 32.8125vw;
  width: 100%;
}

.showcase-banners_full .showcase-banners_list {
  position: relative;
}

.showcase-banners_full .slider__arrow {
  background-color: transparent;
}

.showcase-banners_full .tns-nav {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  display: table;
  left: 7.8125vw;
  margin: auto;
  position: absolute;
  right: auto;
  top: 50%;
}

.showcase-banners_full .tns-nav>button {
  background-color: #fff;
  display: block;
  margin: 21.5px 0;
  opacity: 0.2;
}

.showcase-banners_full .tns-nav>button.glide__bullet--active {
  opacity: 1;
}

.showcase-banners_full .tns-nav>button:first-of-type {
  margin-top: 0;
}

.showcase-banners_full .tns-nav>button:last-of-type {
  margin-top: 0;
}

.showcase-banners_full .tns-outer {
  position: relative;
}

.showcase-banners_full .tns-outer [data-action] {
  display: none !important;
}

.showcase-banners_full svg {
  fill: rgba(255, 255, 255, 0.5);
  height: 20.8333333333vw;
  margin: auto;
  width: 20.8333333333vw;
}

.showcase-offer {
  align-items: center;
  background-color: #32a0ed;
  /*border: 1.4px solid #222222;*/
  border-radius: 15px;
  bottom: auto;
  color: #fff;
  display: flex;
  height: 24px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  z-index: 1;
}

.showcase-offer_text {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

.showcase-prices {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  float: left;
  height: 42px;
  text-align: left;
  justify-content: left;
  max-width: calc(100% - 130px - 8px);
}

.showcase-prices.showcase-prices_out-of-stock .showcase-prices_price {
  font-size: 15px;
  line-height: 1.2em;
  padding-top: 1px;
}

.showcase-prices_plots {
  color: #585858;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.showcase-prices_price {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  width: 100%;
  font-family: 'Poppins';
}

.showcase-prices_strike {
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 2px;
}

.showcase-product {
  border-radius: 12px;
  border: 0;
  margin-bottom: 20px;
  padding: 20px 20px 41px;
  position: relative;
  text-align: center;
}

.showcase-product .card-header {
  padding-top: 28px;
}

.showcase-product .card-header h3 {
  margin-bottom: 0;
}

.showcase-product .card-footer {
  padding-bottom: 20px;
  padding-top: 20px;
}

.showcase-product .card-footer:last-child {
  padding-bottom: 0;
}

.showcase-product .card-header,
.showcase-product .card-body,
.showcase-product .card-footer {
  padding-left: 0;
  padding-right: 0;
}

.showcase-product .showcase-product_image {
  position: relative;
}

.showcase-product .showcase-product_image.card-image {
  padding-top: 0;
}

.showcase-product p {
  margin-bottom: 0;
}

.showcase-product_buy {
  background-color: #fff;
  border-radius: 11px;
  border: 1.4px solid #222222;
  color: #222222;
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  max-width: calc(100% - 125px);
  min-height: 38px;
  padding: 12px 10px;
  text-transform: uppercase;
  width: 130px;
  height: 38px;
  transition: .3s;
}

.showcase-product_buy.disabled {
  cursor: no-drop;
  opacity: 0.4 !important;
}

.showcase-product_buy.showcase-product_buy__full {
  float: left;
  max-width: 100%;
  width: 200px;
}

.showcase-product_buy:focus,
.showcase-product_buy:hover {
  background-color: #222222;
  color: #fff;
}

.showcase-product_image {
  position: relative;
}

.showcase-product_link__image {
  display: block;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  width: 100%;
}

.showcase-product_link__image img {
  margin: auto;
}

.showcase-product_link__image img,
.showcase-product_link__image svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.showcase-product_link__image svg {
  fill: rgba(217, 223, 228, 0.5);
  height: 200px;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  width: 200px;
}

.showcase-product_link_title {
  color: #222222;
  display: block;
  font-size: 14px;
  height: calc(20px * 2);
  line-height: 20px;
  overflow: hidden;
  font-weight: 400;
  text-transform: none;
  font-family: 'Poppins';
  text-align: left;
}

.showcase-banners,
.showcase-products {
  position: relative;
}

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #ffffff;
  border: none;
  height: 35px;
  left: auto;
  width: 35px;
  filter: drop-shadow(0px 5px 2.5px rgba(51, 51, 51, 0.1));
  border-radius: 23px;
  border: none;
  transition: .2s;
}

.showcase-banners .slider__arrow.slider__arrow--center,
.showcase-products .slider__arrow.slider__arrow--center {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
}

.showcase-banners .slider__arrow.slider__arrow--center.slider__arrow--next,
.showcase-products .slider__arrow.slider__arrow--center.slider__arrow--next {
  left: auto;
  right: -1px;
}

.showcase-banners .slider__arrow.slider__arrow--center.slider__arrow--prev,
.showcase-products .slider__arrow.slider__arrow--center.slider__arrow--prev {
  left: -1px;
  right: auto;
}

.showcase-banners .slider__arrow:focus,
.showcase-banners .slider__arrow:hover,
.showcase-products .slider__arrow:focus,
.showcase-products .slider__arrow:hover {
  background-color: rgb(187 187 187 / 31%);
  border-color: rgb(0 0 0 / 28%);
  box-shadow: 0px 8px 12px 0px rgb(137 137 137 / 17%);
  opacity: 1;
  border: none;
}

.showcase-banners .slider__arrow:focus svg,
.showcase-banners .slider__arrow:hover svg,
.showcase-products .slider__arrow:focus svg,
.showcase-products .slider__arrow:hover svg {
  fill: #000000;
}

.showcase-banners .slider__arrow:not(.slider__arrow--center),
.showcase-products .slider__arrow:not(.slider__arrow--center) {
  /*margin-top: -50px;*/
  /*top: -34px*/
}

.showcase-banners .slider__arrow:not(.slider__arrow--center).slider__arrow--next,
.showcase-products .slider__arrow:not(.slider__arrow--center).slider__arrow--next {
  right: calc((-45px / 2) - 4px);
  left: auto;
}

.showcase-banners .slider__arrow:not(.slider__arrow--center).slider__arrow--prev,
.showcase-products .slider__arrow:not(.slider__arrow--center).slider__arrow--prev {
  right: auto;
  left: calc((-45px / 2) - 4px);
}

.showcase-banners .slider__arrow svg,
.showcase-products .slider__arrow svg {
  fill: #000;
  height: 14px;
  width: 14px;
}

.showcase-tag {
  background-color: #ec3b42;
  border-bottom-right-radius: 1em;
  border-top-right-radius: 1em;
  bottom: auto;
  color: #fff;
  display: table;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 1.6666666667em;
  min-width: 8.8333333333em;
  padding: .1666666667em .6666666667em;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 20px;
  z-index: 1;
}

.showcase-tag.showcase-tag-free_shipping {
  background-color: #32a0ed;
  /*border: 1.4px solid #222222;*/
  color: #fff;
  border-left: none;
}

.showcase-tag.showcase-tag-offer {
  background-color: #0380c9;
}

.showcase-tag:nth-child(2) {
  top: 49px;
}

.showcase-title {
  color: #c7c7c7;
  font-size: 25px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 41px;
  text-align: center;
  font-family: 'Poppins';
  text-transform: uppercase;
}

.showcase-title_carousel {
  max-width: calc(100% - 45px - 45px - 10px - 20px);
}

.showcase-title_carousel[style="text-align: center;"] {
  max-width: 100%;

  /*padding-left: 120px;*/
  /*padding-right: 120px*/
}

.slider__arrow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  border: 1px transparent;
  cursor: pointer;
  height: 32px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 0;
}

.slider__arrow:focus,
.slider__arrow:hover {
  opacity: 0.4;
}

.slider__arrow svg {
  display: table;
  margin: auto;
  max-height: 14px;
  max-width: 14px;
}

.slider__arrow--next {
  right: -16px;
}

.slider__arrow--prev {
  left: -16px;
}

main {
  padding-bottom: 70px;
  padding-top: 70px;
}

main h2 {
  text-align: center;
}

@media (max-width: 991px) {
  .showcase-banners_full .showcase-banners_item__exemple .showcase-banners_link {
    min-height: 325px;
  }

  .showcase-banners_link img {
    margin-right: auto;
    margin-left: auto;
  }

  .showcase-banners_full svg {
    height: 200px;
    width: 200px;
  }

  .showcase-offer {}

  .showcase-offer_text {}

  .showcase-prices {
    height: 34px;
    max-width: 150px;
    margin-left: 22px;
  }

  .showcase-prices.showcase-prices_out-of-stock .showcase-prices_price {
    font-size: 13px;
    line-height: 1.2307692308em;
    padding-top: 1px;
  }

  .showcase-prices_plots {
    font-size: 12px;
    letter-spacing: -0.1px;
  }

  .showcase-prices_price {
    font-size: 18px;
    line-height: 1.0625em;
  }

  .showcase-prices_strike {
    font-size: 13px;
    line-height: 1.3636363636em;
  }

  .showcase-product {
    padding-bottom: 50px;
    padding-top: 15px;
    position: relative;
    margin-bottom: 30px;
  }

  .showcase-product.card .card-footer:last-child {
    padding-bottom: 20;
    padding-top: 20px;
  }

  .showcase-product .card-header {
    padding-top: 35px;
  }

  .showcase-product .showcase-product_image.card-image {
    padding-top: 38px;
  }

  .showcase-product_buy {
    border-radius: 28px;
    font-size: 14px;
    max-width: calc(100% - 150px);
    min-height: 20px;
    padding: 7px 20px 6px;
    width: 125px;
    font-weight: 700;
    line-height: 16px;
    height: auto;

  }

  .showcase-product_buy.showcase-product_buy__full {
    width: 180px;
  }

  .showcase-product_link__image {
    height: 186px;
    margin-top: 37px;
  }

  .showcase-product_link_title {
    font-size: 14px;
    font-weight: 500;
    height: calc(18px * 2);
    left: 20px;
    line-height: 18px;
    text-align: center;
  }

  .showcase-banners .slider__arrow.slider__arrow,
  .showcase-products .slider__arrow.slider__arrow {
    height: 36px;
    width: 36px;
  }

  .showcase-banners .slider__arrow:not(.slider__arrow--center).slider__arrow,
  .showcase-products .slider__arrow:not(.slider__arrow--center).slider__arrow {
    /*margin-top: -17px;*/
    /*top: -38px*/
  }

  .showcase-banners .slider__arrow:not(.slider__arrow--center).slider__arrow--prev,
  .showcase-products .slider__arrow:not(.slider__arrow--center).slider__arrow--prev {
    left: 0;
    right: auto;
  }

  .showcase-banners .slider__arrow:not(.slider__arrow--center).slider__arrow--next,
  .showcase-products .slider__arrow:not(.slider__arrow--center).slider__arrow--next {
    left: auto;
    right: 0;
  }

  .showcase-banners svg,
  .showcase-products svg {
    height: 100%;
    width: 100%;
  }

  .showcase-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }

  .showcase-title_carousel {
    max-width: calc(100% - 90px);
  }

  .showcase-title_carousel[style="text-align: center;"] {
    max-width: 100%;

    /*padding-left: 90px;*/
    /*padding-right: 90px*/
  }

  main {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .product-buy-to-gether .showcase-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase.showcase-model-4 .showcase-banners {
    width: 410px;
  }

  .showcase.showcase-model-4 .showcase-product_link__image {
    height: 180px;
    max-width: 230px;
  }

  .showcase.showcase-model-4 .showcase-product_link_title {
    font-size: 14px;
    height: 2.8571428571em;
    line-height: 1.4285714286em;
  }

  .showcase.showcase-model-4 .showcase-products {
    width: calc(100% - 410px);
  }
}

@media (max-width: 767px) {
  .showcase.showcase-model-4 .showcase-banners {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }

  .showcase.showcase-model-4 .showcase-banners_list {
    margin-left: auto;
    margin-right: auto;
  }

  .showcase.showcase-model-4 .showcase-box {
    display: block;
    width: 100%;
  }

  .showcase.showcase-model-4 .showcase-products {
    padding-left: 0;
    width: 100%;
  }

  .showcase.showcase-model-4 .showcase-products .slider__arrow.slider__arrow--next {
    bottom: 0;
    left: auto;
    margin: auto;
    right: 0;
    top: 0;
  }

  .showcase.showcase-model-4 .showcase-products .slider__arrow.slider__arrow--prev {
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    top: 0;
  }

  .showcase.showcase-model-4 .showcase-products_carousel {
    position: relative;
  }
}

@media (max-width: 575px) {
  main {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.showcase-products_grid {
  display: table;
  width: 100%;
}

.showcase-products_grid.showcase-products_grid__1 .showcase-product {
  margin-left: 0;
  margin-right: 0;
}

.showcase-products_grid.showcase-products_grid__1 ul {
  margin-left: 0;
  margin-right: 0;
}

.showcase-products_grid.showcase-products_grid__2 .showcase-item {
  max-width: calc(100% / 2);
}

.showcase-products_grid.showcase-products_grid__3 .showcase-item {
  max-width: calc(100% / 3);
}

.showcase-products_grid.showcase-products_grid__4 .showcase-item {
  max-width: calc(100% / 4);
}

.showcase-products_grid.showcase-products_grid__5 .showcase-item {
  max-width: calc(100% / 5);
}

.showcase-products_grid .showcase-item {
  float: left;
  margin-bottom: 30px;
  margin-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.showcase-products_grid .showcase-product {
  width: 100%;
}

.showcase-products_grid ul {
  display: table;
  margin: 0 -8px;
  width: calc(100% + 16px);
}

@media (max-width: 1199px) {
  .showcase-products_grid.showcase-products_grid__4 .showcase-item {
    max-width: calc(100% / 3);
  }

  .showcase-products_grid.showcase-products_grid__5 .showcase-item {
    max-width: calc(100% / 3);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-products_grid.showcase-products_grid__3 .showcase-item {
    max-width: calc(100% / 2);
  }
}

@media (max-width: 991px) {
  .showcase-products_grid.showcase-products_grid__3 .showcase-item {
    max-width: calc(100% / 2);
  }

  .showcase-products_grid.showcase-products_grid__4 .showcase-item {
    max-width: calc(100% / 2);
  }

  .showcase-products_grid.showcase-products_grid__5 .showcase-item {
    max-width: calc(100% / 2);
  }
}

@media (max-width: 767px) {
  .showcase-products_grid.showcase-products_grid__5 .showcase-item {
    max-width: 100%;
  }

  .showcase-products_grid.showcase-products_grid__5 .showcase-product {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__5 ul {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__4 .showcase-item {
    max-width: 100%;
  }

  .showcase-products_grid.showcase-products_grid__4 .showcase-product {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__4 ul {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__3 .showcase-item {
    max-width: 100%;
  }

  .showcase-products_grid.showcase-products_grid__3 .showcase-product {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__3 ul {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__2 .showcase-item {
    max-width: 100%;
  }

  .showcase-products_grid.showcase-products_grid__2 .showcase-product {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid.showcase-products_grid__2 ul {
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-products_grid .showcase-item {
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-products_grid ul {
    width: 100%;
  }
}

.showcase-search.showcase-search_list .showcase-item {
  margin-bottom: 20px;
}

.showcase-search.showcase-search_list .showcase-offer {
  top: 10px;
}

.showcase-search.showcase-search_list .showcase-product {
  display: table;
  width: 100%;
  text-align: left;
}

.showcase-search.showcase-search_list .showcase-product .card-footer {
  padding-top: 36px;
}

.showcase-search.showcase-search_list .showcase-product .card-footer,
.showcase-search.showcase-search_list .showcase-product .card-header {
  float: left;
  max-width: calc(100% - 360px - 20px);
  width: 320px;

  /*text-align: left;*/
}

.showcase-search.showcase-search_list .showcase-product .card-header {
  margin-top: 72px;
  padding-top: 0;
}

.showcase-search.showcase-search_list .showcase-product_image {
  float: left;
  height: 276px;
  margin-right: 20px;
  max-width: 360px;
  padding-bottom: 13px;
  padding-top: 13px;
  width: 100%;
}

.showcase-search.showcase-search_list .showcase-product_link__image {
  height: 250px;
  margin-bottom: auto;
  margin-top: auto;
}

.showcase-search.showcase-search_list .showcase-product_link_title {
  font-size: 16px;
  height: 2.75em;
  line-height: 1.375em;
  text-align: left;
}

.showcase-search.showcase-search_list .showcase-tag {
  top: 35px;
  z-index: 1;
}

.showcase-search.showcase-search_list .showcase-tag:nth-child(2) {
  top: 64px;
}

@media (max-width: 991px) {
  .showcase-search.showcase-search_list .showcase-prices {
    align-content: center;
    height: auto;
    max-width: 100%;
    min-height: 60px;
    padding-right: 0;
    width: 100%;
    margin: 0;
  }

  .showcase-search.showcase-search_list .showcase-prices_plots {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    margin-top: 2px;
  }

  .showcase-search.showcase-search_list .showcase-prices_price {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
  }

  .showcase-search.showcase-search_list .showcase-prices_strike {
    display: block;
    font-size: 13px;
    line-height: 16px;
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer {
    padding-top: 15px;
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    max-width: 50%;
  }

  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 61px;
    padding-top: 0;
  }

  .showcase-search.showcase-search_list .showcase-product_buy {
    float: left;
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    margin-right: 30px;
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .showcase-search.showcase-search_list .showcase-prices_plots {
    letter-spacing: -0.3px;
  }

  .showcase-search.showcase-search_list .showcase-prices_price {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
  }

  .showcase-search.showcase-search_list .showcase-product {
    padding: 10px 8px;
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer {
    padding-top: 5px;
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-left: 8px;
    max-width: none;
    width: calc(50% - 8px);
  }

  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 18px;
  }

  .showcase-search.showcase-search_list .showcase-product_buy {
    max-width: 100%;
    /*height: 22px;*/
    width: 97px;
    padding-left: 0;
    font-size: 13px;
    padding-right: 0;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 4px;
    height: 100%;
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    height: 185px;
    margin-right: 8px;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(50% - 8px);
  }

  .showcase-search.showcase-search_list .showcase-product_link__image {
    height: 100%;
  }

  .showcase-search.showcase-search_list .showcase-product_link_title {
    font-size: 12px;
    height: 2.6666666667em;
    line-height: 1.3333333333em;
  }

  .showcase-search.showcase-search_list .showcase-tag {
    font-size: 9px;
    line-height: 14px;
    min-width: 82px;
    padding: 4px 8px 2px 5px;
    top: 20px;
  }

  .showcase-search.showcase-search_list .showcase-tag:nth-child(2) {
    top: 44px;
  }
}

.product-kit .accordion input:checked~.accordion-body,
.product-kit .accordion[open] .accordion-body {
  max-height: 100%;
}

.product-kit .accordion-header {
  padding-left: 45px;
  padding-right: 45px;
}

.product-kit .input-group_qtd {
  border-radius: .5em;
  border: 1px solid rgba(120, 137, 163, 0.2);
  box-shadow: none;
  max-width: 100%;
  min-height: 1em;
  font-size: 46px;
  padding-left: .652173913em;
  padding-right: .652173913em;
  width: 4.347826087em;
}

.product-kit .input-group_qtd .btn {
  color: #000000;
  font-size: .3913043478em;
  font-weight: 500;
}

.product-kit .input-group_qtd .form-input {
  color: #1e2252;
  font-size: .3043478261em;
  font-weight: 600;
}

.product-kit .input-group_qtd .form-input:disabled {
  background-color: transparent;
  opacity: 0.3;
}

.product-kit .product-box_actions {
  width: 100%;
}

.product-kit .product-box_actions.product-box_actions__checkbox {
  padding-right: 94px !important;
}

.product-kit .product-btn {
  border-radius: 1.5333333333em;
  float: right;
  font-size: 15px;
  font-weight: 500;
  height: 3.0666666667em;
  line-height: 1.3333333333em;
  padding: .9333333333em 1em .8em;
  width: 13.3333333333em;
}

.product-kit .product-btn_buy.active {
  background-color: #5ae097;
  font-weight: 600;
}

.product-kit .product-btn_buy.active:focus,
.product-kit .product-btn_buy.active:hover {
  background-color: #26c86f;
}

.product-kit .product-content_box {
  display: table;
}

.product-kit .product-content_box.product-box_info {
  max-width: calc(100% - 45px - 45px - 80px);
}

.product-kit .product-content_box .showcase-product_title {
  color: #0380c9;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.product-kit .product-form-group {
  float: right;
  width: 100px;
}

.product-kit .product-form-group .form-checkbox {
  padding-left: 10px;
  padding-right: 10px;
}

.product-kit .product-form-group .form-checkbox input:checked+.form-icon {
  background: #262626;
  border-color: #000000;
}

.product-kit .product-form-group .form-checkbox input:checked+.form-icon:before {
  height: 13px;
  margin-left: -5px;
  margin-top: -9px;
  width: 10px;
}

.product-kit .product-form-group .form-checkbox input:disabled+.form-icon {
  opacity: 0.3;
}

.product-kit .product-form-group .form-checkbox input:focus+.form-icon {
  box-shadow: 0 0 0 0.1rem rgba(3, 128, 201, 0.2);
}

.product-kit .product-form-group .form-icon {
  border-radius: 4px;
  border: 2px solid #0096ff;
  display: table;
  height: 24px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  width: 24px;
}

.product-kit .showcase-image_link>* {
  max-height: 200px;
}

.product-kit .showcase-image_link svg {
  height: 150px;
}

.product-kit .showcase-item_kit {
  border-bottom: 1px solid #f7f7f7;
}

.product-kit .showcase-item_kit:last-child {
  border-bottom: none;
}

.product-kit .showcase-item_kit>.columns {
  align-items: center;
  min-height: 112px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.product-kit .showcase-item_kit>.columns>.column:first-of-type>.product-content_box {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  float: left;
  min-height: 82px;
  padding-left: 45px;
}

.product-kit .showcase-item_kit .columns {
  align-items: center;
}

.product-kit .showcase-item_kit .columns:last-child {
  justify-content: flex-end;
}

.product-kit .showcase-item_kit .showcase-image_link {
  align-items: center;
  display: flex;
  height: 85px;
  width: 80px;
}

.product-kit .showcase-item_kit .showcase-image_link img {
  max-height: 100%;
  max-width: 100%;
}

.product-kit .showcase-kit {
  padding-bottom: 20px;
}

.product-kit .showcase-kit-icon {
  align-items: center;
  background-color: #5ae097;
  border-radius: 50%;
  display: flex;
  fill: #fff;
  font-size: 20px;
  height: 1em;
  justify-content: center;
  margin-left: 12px;
  width: 1em;
}

.product-kit .showcase-kit-icon svg {
  height: .6em;
  width: 0.6em;
}

.product-kit .showcase-kit_accordion {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.product-kit .showcase-kit_accordion[open] .showcase-kit_header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-kit .showcase-kit_accordion[open] .showcase-kit_header .showcase-kit_ico {
  transform: rotate(180deg);
}

.product-kit .showcase-kit_body {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.product-kit .showcase-kit_finish {
  background-color: #0380c9;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 60px;
  min-height: 80px;
  padding: 15px 0;
}

.product-kit .showcase-kit_finish>.columns>.column:first-of-type>.product-content_box {
  padding-left: 45px;
}

.product-kit .showcase-kit_finish .columns {
  align-items: center;
}

.product-kit .showcase-kit_finish .product-box_total {
  display: table;
}

.product-kit .showcase-kit_finish .product-btn {
  background-color: #5ae097;
  font-weight: 600;
}

.product-kit .showcase-kit_finish .product-btn:focus,
.product-kit .showcase-kit_finish .product-btn:hover {
  background-color: #26c86f;
}

.product-kit .showcase-kit_finish p {
  padding-top: 3px;
}

.product-kit .showcase-kit_finish span {
  font-weight: 600;
}

.product-kit .showcase-kit_header {
  align-content: center;
  background-color: #0380c9;
  border-radius: 15px;
  color: #fff;
  display: flex;
  fill: #fff;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 22px;
  min-height: 40px;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.product-kit .showcase-kit_header.disabled {
  background-color: #b3d8ef;
}

.product-kit .showcase-kit_header .showcase-kit_btn {
  align-items: center;
  background-color: #fff;
  border-radius: 11px;
  color: #0380c9;
  display: flex;
  fill: #0380c9;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  line-height: 16px;
  margin-right: 35px;
  min-width: 100px;
  padding: 3px 15px;
}

.product-kit .showcase-kit_header .showcase-kit_btn svg {
  height: 9px;
  margin-right: 6px;
  width: 9px;
}

.product-kit .showcase-kit_header .showcase-kit_btn.disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.product-kit .showcase-kit_header .showcase-kit_ico {
  height: 17px;
  padding-bottom: 3px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 14px;
}

.product-kit .showcase-kit_header .showcase-kit_text {
  font-size: 16px;
  line-height: 22px;
}

.product-kit .showcase-kit_header__left {
  float: left;
}

.product-kit .showcase-kit_header__left,
.product-kit .showcase-kit_header__right {
  align-items: center;
  display: flex;
  min-height: 30px;
}

.product-kit .showcase-kit_header__right {
  float: right;
}

.product-kit .showcase-kit_title {
  padding-top: 2px;
}

.product-kit .showcase-prices {
  align-content: center;
  align-items: normal;
  display: table;
  height: auto;
  max-width: 100%;
}

.product-kit .showcase-prices_plots {
  color: #1e2252;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
  width: 100%;
}

.product-kit .showcase-prices_price {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.product-kit .showcase-product_link_title {
  color: #1e2252;
  font-size: 15px;
  height: auto;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 992px) {
  footer .footer-content_second {}

  .product-kit .product-box_qtd {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .product-kit .showcase-item_kit>.columns>.column:last-of-type>.columns>.column:last-of-type>.product-content_box {
    float: right;
    padding-right: 45px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:last-of-type>.columns>.column:last-of-type>.product-content_box {
    float: right;
    padding-right: 45px;
  }

  .product-kit .showcase-kit_finish .product-box_total {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-kit .accordion-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-kit .product-content_box.product-box_info {
    max-width: calc(100% - 30px - 30px - 80px);
  }

  .product-kit .showcase-item_kit>.columns>.column:first-of-type>.product-content_box {
    padding-left: 30px;
  }

  .product-kit .showcase-item_kit>.columns>.column:last-of-type>.columns>.column:last-of-type>.product-content_box {
    padding-right: 30px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:first-of-type>.product-content_box {
    padding-left: 30px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:last-of-type>.columns>.column:last-of-type>.product-content_box {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .product-kit .accordion-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-kit .product-content_box.product-box_info {
    max-width: calc(100% - 30px - 30px - 80px);
  }

  .product-kit .showcase-item_kit>.columns>.column:first-of-type>.product-content_box {
    padding-left: 30px;
  }

  .product-kit .showcase-item_kit>.columns>.column:last-of-type .product-content_box {
    display: table;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 30px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:first-of-type>.product-content_box {
    padding-left: 30px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:last-of-type .product-content_box {
    display: table;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .product-kit .accordion-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-kit .product-content_box.product-box_info {
    max-width: calc(100% - 20px - 20px - 80px);
  }

  .product-kit .showcase-item_kit>.columns>.column:first-of-type>.product-content_box {
    padding-left: 20px;
  }

  .product-kit .showcase-item_kit>.columns>.column:last-of-type .product-content_box {
    padding-right: 20px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:first-of-type>.product-content_box {
    padding-left: 20px;
  }

  .product-kit .showcase-kit_finish>.columns>.column:last-of-type .product-content_box {
    padding-right: 20px;
  }

  .product-kit .input-group_qtd {
    border-radius: .5em;
    font-size: 32px;
    min-height: 1em;
    padding-left: .3125em;
    padding-right: .3125em;
    width: 3.75em;
  }

  .product-kit .input-group_qtd .btn {
    font-size: .375em;
    height: 30px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .product-kit .input-group_qtd .form-input {
    font-size: .3125em;
    height: 30px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .product-kit .product-btn {
    border-radius: 16px;
    float: right;
    font-size: 11px;
    font-weight: 500;
    height: 32px;
    line-height: 20px;
    padding: 6px 16px 6px;
    width: 120px;
  }

  .product-kit .product-content_box .showcase-product_title {
    font-size: 16px;
    line-height: 16px;
  }

  .product-kit .showcase-kit-icon {
    font-size: 16px;
  }

  .product-kit .showcase-kit-icon svg {
    height: .5em;
    width: 0.5em;
  }

  .product-kit .showcase-kit_finish {
    font-size: 14px;
    line-height: 18px;
  }

  .product-kit .showcase-kit_finish .product-box_qnt {
    font-size: 13px;
  }

  .product-kit .showcase-kit_finish .product-btn {
    font-size: 12px;
  }

  .product-kit .showcase-kit_finish .columns {
    min-height: 50px;
  }

  .product-kit .showcase-kit_header {
    font-size: 14px;
    line-height: 18px;
  }

  .product-kit .showcase-kit_header .showcase-kit_btn {
    border-radius: 10px;
    font-size: 10px;
    height: 20px;
    line-height: 14px;
    margin-right: 20px;
    min-width: 80px;
    padding: 3px 8px;
  }

  .product-kit .showcase-kit_header .showcase-kit_btn svg {
    height: 6px;
    margin-right: 5px;
    width: 6px;
  }

  .product-kit .showcase-kit_header .showcase-kit_ico {
    height: 12px;
    padding-bottom: 0;
    width: 12px;
  }

  .product-kit .showcase-kit_header .showcase-kit_text {
    font-size: 12px;
    line-height: 18px;
  }

  .product-kit .showcase-prices_plots {
    font-size: 10px;
    line-height: 14px;
  }

  .product-kit .showcase-prices_price {
    font-size: 13px;
    line-height: 18px;
  }

  .product-kit .showcase-product_link_title {
    font-size: 13px;
    line-height: 19px;
  }

  .showcase-prices {
    text-align: center;
    justify-content: center;
    float: none;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .showcase-product_buy {
    float: none;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .product-kit .product-btn_buy {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 479px) {
  .product-kit .showcase-item_kit>.columns>.column:last-of-type .product-content_box {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-kit .showcase-item_kit>.columns>.column:last-of-type .column:first-of-type {
    margin-left: 20px;
  }

  .product-kit .showcase-kit-icon {
    margin-left: 6px;
  }

  .product-kit .showcase-kit_header {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .product-kit .showcase-kit_header .showcase-kit_btn {
    margin-right: 10px;
  }

  .product-kit .showcase-kit_header__left {
    width: calc(100% - 110px);
  }

  .product-kit .showcase-kit_header__left,
  .product-kit .showcase-kit_header__right {
    flex-wrap: wrap;
  }

  .product-kit .showcase-kit_header__right {
    justify-content: flex-end;
    width: 110px;
  }

  .product-kit .showcase-kit_title.show-xs {
    padding-top: 0;
    width: 100%;
  }

  .product-kit .showcase-kit_title.show-xs .showcase-kit_text {
    display: table;
    font-size: 11px;
    line-height: 14px;
    padding-top: 2px;
  }
}

.showcase-model-list .showcase-offer {
  height: 40px;
  width: 40px;
}

.showcase-model-list .showcase-offer_text {
  font-size: 10px;
  line-height: 14px;
}

.showcase-model-list .showcase-product {
  display: table;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.showcase-model-list .showcase-product .card-footer {
  height: 96px;
  padding-bottom: 0;
  padding-top: 0;
}

.showcase-model-list .showcase-product .card-footer,
.showcase-model-list .showcase-product .card-header {
  max-width: calc(100% - 170px);
  padding-left: 16px;
  padding-right: 8px;
}

.showcase-model-list .showcase-product .card-footer,
.showcase-model-list .showcase-product .card-header,
.showcase-model-list .showcase-product .card-image {
  float: left;
  width: 100%;
}

.showcase-model-list .showcase-product .card-header {
  padding-bottom: 5px;
  padding-top: 23px;
}

.showcase-model-list .showcase-product .card-image {
  max-width: 170px;
  padding-left: 10px;
  padding-right: 10px;
}

.showcase-model-list .showcase-product .showcase-prices {
  align-content: flex-start;
  height: 62px;
  max-width: 100%;
  padding-bottom: 8px;
  padding-right: 0;
  padding-top: 8px;
  width: 100%;
}

.showcase-model-list .showcase-product_buy {
  border-radius: 20px;
  float: left;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  max-width: 100%;
  min-height: 34px;
  padding: 9px 20px;
  width: 135px;
}

.showcase-model-list .showcase-product_image.card-image {
  padding-top: 0;
}

.showcase-model-list .showcase-product_link__image {
  height: 160px;
  margin-top: auto;
}

.showcase-model-list .showcase-product_link_title {
  font-size: 14px;
  height: 2.5714285714em;
  line-height: 1.2857142857em;
}

.showcase-model-list .showcase-products_grid .showcase-item {
  margin-bottom: 16px;
}

.showcase-model-list .showcase-tag {
  font-size: 8px;
  line-height: 10px;
  min-width: 70px;
  padding: 4px 8px 2px;
  top: 20px;
  z-index: 1;
}

.showcase-model-list .showcase-tag:nth-child(2) {
  top: 41px;
}

.showcase-model-list .showcase-products_grid__1 ul {
  width: 100%;
}

@media (min-width: 1400px) {

  .showcase-model-list .showcase-products_grid__2 .showcase-product,
  .showcase-model-list .showcase-slider-2 .showcase-product {
    padding-left: 60px;
    padding-right: 60px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product,
  .showcase-model-list .showcase-slider-1 .showcase-product {
    padding-left: 172px;
    padding-right: 172px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    max-width: calc(100% - 170px + 20px);
  }

  .showcase-model-list .showcase-product .card-image {
    max-width: 150px;
  }

  .showcase-model-list .showcase-product_link__image {
    height: 160px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product,
  .showcase-model-list .showcase-slider-1 .showcase-product {
    padding-left: 82px;
    padding-right: 82px;
  }

  .header .navbar-section {
    max-width: 250px;
  }

  .header .navbar-center {
    max-width: calc(100% - 250px - 150px);
  }
}

@media (min-width: 1200px) {

  .showcase-model-list .showcase-products_grid__2 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-2 .showcase-product .card-footer {
    height: 106px;
    padding-bottom: 25px;
  }

  .showcase-model-list .showcase-products_grid__2 .showcase-product .card-footer,
  .showcase-model-list .showcase-products_grid__2 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-2 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-2 .showcase-product .card-header {
    max-width: calc(100% - 270px);
  }

  .showcase-model-list .showcase-products_grid__2 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-2 .showcase-product .card-header {
    padding-top: 48px;
  }

  .showcase-model-list .showcase-products_grid__2 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-2 .showcase-product .card-image {
    max-width: 270px;
  }

  .showcase-model-list .showcase-products_grid__2 .showcase-product .showcase-prices,
  .showcase-model-list .showcase-slider-2 .showcase-product .showcase-prices {
    height: 72px;
  }

  .showcase-model-list .showcase-products_grid__2 .showcase-product_link__image,
  .showcase-model-list .showcase-slider-2 .showcase-product_link__image {
    height: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    max-width: calc(100% - 190px);
  }

  .showcase-model-list .showcase-product .card-image {
    max-width: 190px;
  }

  .showcase-model-list .showcase-product_link__image {
    height: 160px;
  }
}

@media (min-width: 992px) {

  .showcase-model-list .showcase-products_grid__1 .showcase-prices_plots,
  .showcase-model-list .showcase-slider-1 .showcase-prices_plots {
    line-height: 14px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-prices_price,
  .showcase-model-list .showcase-slider-1 .showcase-prices_price {
    font-size: 20px;
    line-height: 24px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-footer {
    align-items: flex-end;
    display: flex;
    height: 160px;
    padding-bottom: 110px;
    padding-top: 10px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-footer,
  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    max-width: calc(100% - 430px);
    width: 420px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    padding-bottom: 20px;
    padding-top: 104px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-image {
    max-width: 430px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .showcase-prices,
  .showcase-model-list .showcase-slider-1 .showcase-product .showcase-prices {
    align-content: flex-end;
    height: 40px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 145px - 20px);
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product_link__image,
  .showcase-model-list .showcase-slider-1 .showcase-product_link__image {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .showcase-model-list .showcase-prices_plots {
    font-size: 9px;
    line-height: 1.3333333333em;
  }

  .showcase-model-list .showcase-prices_price {
    font-size: 17px;
    line-height: 1.1764705882em;
  }

  .showcase-model-list .showcase-product {
    padding-bottom: 20px;
    padding-top: 15px;
  }

  .showcase-model-list .showcase-product.card .card-footer:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  .showcase-model-list .showcase-product .card-footer {
    height: 92px;
  }

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    max-width: calc(100% - 130px);
  }

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    padding-left: 12px;
  }

  .showcase-model-list .showcase-product .card-header {
    padding-top: 21px;
  }

  .showcase-model-list .showcase-product .card-image {
    max-width: 130px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .showcase-model-list .showcase-product .showcase-prices {
    height: 58px;
  }

  .showcase-model-list .showcase-product_link__image {
    height: 150px;
  }

  .showcase-model-list .showcase-product_link_title {
    font-size: 13px;
    height: 2.4615384615em;
    left: 0;
    line-height: 1.2307692308em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-footer {
    height: 106px;
    padding-bottom: 55px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-footer,
  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    max-width: calc(100% - 320px);
    padding-left: 20px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    padding-top: 78px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-image {
    max-width: 320px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .showcase-prices,
  .showcase-model-list .showcase-slider-1 .showcase-product .showcase-prices {
    height: 72px;
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product_link__image,
  .showcase-model-list .showcase-slider-1 .showcase-product_link__image {
    height: 280px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    max-width: calc(100% - 210px);
    padding-left: 30px;
  }

  .showcase-model-list .showcase-product .card-image {
    max-width: 210px;
  }

  .showcase-model-list .showcase-product_link__image {
    height: 160px;
  }
}

@media (max-width: 575px) {
  .showcase-model-list .showcase-product {
    padding-bottom: 4.1666666667vw;
    padding-top: 4.1666666667vw;
  }

  .showcase-model-list .showcase-product .card-footer {
    height: 90px;
  }

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    max-width: calc(100% - 36.111vw);
    padding-left: 3.3333333333vw;
  }

  .showcase-model-list .showcase-product .card-header {
    padding-top: 13px;
  }

  .showcase-model-list .showcase-product .card-image {
    max-width: 36.1111111111vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .showcase-model-list .showcase-product .showcase-prices {
    height: 56px;
  }

  .showcase-model-list .showcase-product_link__image {
    height: 140px;
  }
}

.card.card-page .card-body {
  padding-bottom: 20px;
  padding-top: 20px;
}

.card.card-page .card-header {
  padding-bottom: 10px;
  padding-top: 14px;
}

.card.card-pages-nav {
  margin-bottom: 30px;
}

.card.card-pages-nav .card-body {
  padding-bottom: 20px;
  padding-top: 30px;
}

.card.card-pages-nav .card-body:last-child {
  padding-bottom: 20px;
}

.card.card-pages-nav .card-header {
  padding-bottom: 10px;
  padding-top: 12px;
}

.card-page {
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.card-page.card-page-form {
  max-width: 754px;
  padding-left: 40px;
  padding-right: 40px;
}

.card-page .btn {
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #222222;
  color: #222222;
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-height: 48px;
  padding: 14px 15px;
  text-transform: uppercase;
  transition: .5s;
}

.card-page .btn:focus,
.card-page .btn:hover {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}

.card-page .card-body,
.card-page .card-footer,
.card-page .card-header {
  padding-left: 0;
  padding-right: 0;
}

.card-page .card-body .columns {
  margin-bottom: 15px;
}

.card-page .card-body .columns:last-of-type {
  margin-bottom: 0;
}

.card-page .card-header .card-text {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 22px;
  margin-top: 35px;
  max-width: 450px;
}

.card-page .card-title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

.card-pages-nav {
  max-width: 314px;
  padding: 30px 25px;
}

.card-pages-nav .card-body,
.card-pages-nav .card-footer,
.card-pages-nav .card-header {
  padding-left: 0;
  padding-right: 0;
}

.card-pages-nav .card-header {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.form-group_send-email {
  align-items: center;
  color: #606060;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  min-height: 48px;
}

.pages-nav .btn-access {
  margin-bottom: 28px;
  transition: .3s;
}

.pages-nav .btn-access:last-child {
  margin-bottom: 0;
}

.page-accordion {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.page-accordion[open=""] .icon_arrow_down {
  transform: rotate(180deg);
}

.page-accordion .accordion-body {
  padding: 30px 20px;
  position: relative;
  z-index: 9;
}

.page-accordion .accordion-header {
  align-items: center;
  color: #1e2252;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 18px;
  min-height: 55px;
  padding: 10px 20px;
  position: relative;
  z-index: 9;
}

.page-accordion .accordion-header svg {
  fill: #222222;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px;
}

.page-accordion .accordion-title {
  color: #000000;
}

.page-accordion .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

@media (min-width: 1400px) {
  .card-page.card-page-form {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .form-group_send-email {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .card-page.card-page-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 575px) {
  .card.card-page .card-body {
    padding-bottom: 0;
    padding-top: 0;
  }

  .card.card-page .card-header {
    padding-bottom: 20px;
    padding-top: 0;
  }

  .card-page .card-body .columns {
    margin-bottom: 10px;
  }

  .card-page .card-header .card-text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
  }

  .card-page .card-title {
    font-size: 20px;
    line-height: 24px;
  }

  .form-group_send-email {
    font-size: 13px;
    margin-bottom: 16px;
    min-height: 48px;
  }

  .form-group_send-email .form-radio {
    line-height: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .form-group_send-email .form-radio span {
    display: table;
    line-height: 16px;
  }
}

.card-page-table_adresses .card-title .btn {
  border-radius: 17px;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  line-height: 14px;
  min-height: 34px;
  min-width: 115px;
  padding: 10px 15px;
}

.card-page-table_adresses .page-table-box_main .btn-table-item {
  border-radius: 11px;
  box-shadow: none;
  float: left;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  line-height: 16px;
  min-height: 22px;
  min-width: 60px;
  padding: 3px 10px;
  text-transform: none;
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-delete {
  background-color: rgb(255 188 191 / 52%);
  color: #ff5858;
  border: none;
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-edit {
  background-color: #32a0ed;
  color: #fff;
  border: none
}

.card-page-table_adresses .page-table-box_main .btn-table-item:focus,
.card-page-table_adresses .page-table-box_main .btn-table-item:hover {
  background-color: #222222;
  color: #ffffff;
}

.card-page-table_adresses .page-table-box_main .btn-table-item:last-child {
  margin-left: 8px;
}

.card-page-table_adresses .page-table-item>* {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.card-page-table_adresses .page-table-item:nth-child(1) {
  width: 115px;
}

.card-page-table_adresses .page-table-item:nth-child(2) {
  width: 115px;
}

.card-page-table_adresses .page-table-item:nth-child(3) {
  width: calc(100% - 675px);
}

.card-page-table_adresses .page-table-item:nth-child(4) {
  width: 180px;
}

.card-page-table_adresses .page-table-item:nth-child(5) {
  width: 150px;
}

.card-page-table_adresses .page-table-item:nth-child(6) {
  width: 115px;
}

.page-table-box_edit {
  border-top: 1px solid rgba(120, 137, 163, 0.12);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
  padding: 50px 0 40px;
}

.page-table-box_edit .btn {
  border-radius: 17px;
  float: right;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  line-height: 14px;
  margin-left: 10px;
  min-height: 34px;
  min-width: 115px;
  padding: 10px 15px;
}

.page-table-box_edit .btn.btn-cancel {
  background-color: #fff;
}

.page-table-box_edit .btn.btn-cancel:focus,
.page-table-box_edit .btn.btn-cancel:hover {
  background-color: #222222;
}

.page-table-box_edit .content {
  padding-left: .4rem;
  padding-right: 0.4rem;
}

.page-table-box_main .form-switch {
  margin: 0 auto;
  padding: 0;
}

.page-table-box_main .form-switch .form-icon {
  background-color: #bcc3ce;
  border-radius: 11px;
  border: none;
  height: 22px;
  min-width: 60px;
  position: relative;
}

.page-table-box_main .form-switch .form-icon:before {
  bottom: 0;
  height: 16px;
  left: 4px;
  margin: auto;
  right: auto;
  top: 0;
  width: 16px;
}

.page-table-box_main .form-switch input:checked+.form-icon {
  background-color: #222222;
}

.page-table-box_main .form-switch input:checked+.form-icon:before {
  left: auto;
  right: 4px;
}

.page-table-content.page-table-content_new .page-table-box_edit {
  border-top: none;
}

.page-table-item_text__info {
  color: #646464;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .card-page-table_adresses .page-table-item:nth-child(1) {
    width: 90px;
  }

  .card-page-table_adresses .page-table-item:nth-child(2) {
    width: 90px;
  }

  .card-page-table_adresses .page-table-item:nth-child(3) {
    width: calc(100% - 90px - 90px - 170px - 140px - 85px);
  }

  .card-page-table_adresses .page-table-item:nth-child(4) {
    width: 150px;
  }

  .card-page-table_adresses .page-table-item:nth-child(5) {
    width: 140px;
  }

  .card-page-table_adresses .page-table-item:nth-child(6) {
    width: 85px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .card-page-table_adresses .page-table-box_main .btn-table-item {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .card-page-table_adresses .page-table-box_main .btn-table-item:last-child {
    margin-top: 8px;
    margin-left: 0;
  }

  .card-page-table_adresses .page-table-item:nth-child(1) {
    width: 90px;
  }

  .card-page-table_adresses .page-table-item:nth-child(2) {
    width: 90px;
  }

  .card-page-table_adresses .page-table-item:nth-child(3) {
    width: calc(100% - 90px - 90px - 120px - 85px - 85px);
  }

  .card-page-table_adresses .page-table-item:nth-child(4) {
    width: 120px;
  }

  .card-page-table_adresses .page-table-item:nth-child(5) {
    width: 85px;
  }

  .card-page-table_adresses .page-table-item:nth-child(6) {
    width: 85px;
  }
}

@media (max-width: 991px) {
  .page-accordion_address .form-switch {
    display: flex;
    margin: 0 auto;
    min-height: 0;
    padding: 0;
  }

  .page-accordion_address .form-switch .form-icon {
    background-color: rgb(34 34 34 / 60%);
    border-radius: 11px;
    border: none;
    height: 22px;
    min-width: 85px;
    position: relative;
    top: 0;
  }

  .page-accordion_address .form-switch .form-icon:before {
    bottom: 0;
    height: 16px;
    left: 4px;
    margin: auto;
    right: auto;
    top: 0;
    width: 16px;
  }

  .page-accordion_address .form-switch .form-icon:after {
    bottom: 0;
    color: #fff;
    content: 'Inativo';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    left: 0;
    line-height: 14px;
    margin: auto;
    padding: 4px 10px 4px 24px;
    position: absolute;
    right: auto;
    top: 0;
  }

  .page-accordion_address .form-switch input:checked+.form-icon {
    background-color: #222222;
  }

  .page-accordion_address .form-switch input:checked+.form-icon:before {
    left: auto;
    right: 4px;
  }

  .page-accordion_address .form-switch input:checked+.form-icon:after {
    content: 'Entrega';
    padding-left: 10px;
    padding-right: 24px;
  }

  .page-accordion_address .btn-table-item {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 22px;
    padding: 0;
    width: 20px;
  }

  .page-accordion_address .btn-table-item>svg {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  }

  .page-accordion_address .btn-table-item.btn-delete {
    padding-bottom: 1px;
  }

  .page-accordion_address .btn-table-item.btn-delete svg {
    fill: #ef5a5a;
  }

  .page-accordion_address .btn-table-item.btn-edit svg {
    fill: #222222;
  }

  .page-accordion_address .btn-table-item:focus,
  .page-accordion_address .btn-table-item:hover {
    opacity: 0.7;
  }

  .page-accordion_address .btn-table-item:last-child {
    margin-left: 8px;
  }

  .page-accordion_address .page-table-box {
    padding: 40px 0 30px;
  }

  .page-accordion_address .page-table-box .btn {
    border-radius: 17px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    line-height: 14px;
    margin-left: 10px;
    min-height: 34px;
    min-width: 115px;
    padding: 10px 15px;
  }

  .page-accordion_address .page-table-box .btn.btn-cancel {
    background-color: rgba(120, 137, 163, 0.5);
  }

  .page-accordion_address .page-table-box .btn.btn-cancel:focus,
  .page-accordion_address .page-table-box .btn.btn-cancel:hover {
    opacity: 0.6;
  }

  .page-accordion-info.page-accordion_address .accordion-body {
    padding-bottom: 0;
    padding-top: 0;
  }

  .page-accordion-info.page-accordion_address .accordion-body-item:nth-child(1) {
    max-width: 130px;
  }

  .page-accordion-info.page-accordion_address .accordion-body-item:nth-child(2) {
    max-width: calc(100% - 130px - 120px);
  }

  .page-accordion-info.page-accordion_address .accordion-body-item:nth-child(3) {
    max-width: 120px;
  }

  .page-accordion-info.page-accordion_address .accordion-header-item {
    min-width: 0;
    width: 100%;
  }

  .page-accordion-info.page-accordion_address .accordion-header-item:nth-child(1) {
    max-width: calc(100% - 85px - 85px);
  }

  .page-accordion-info.page-accordion_address .accordion-header-item:nth-child(2) {
    align-items: flex-end;
    display: flex;
    max-width: 85px;
  }

  .page-accordion-info.page-accordion_address .accordion-header-item:nth-child(3) {
    max-width: 85px;
  }

  .page-accordion-info.page-accordion_address .accordion-header-list {
    align-items: center;
    display: flex;
  }

  .page-table-box_edit {
    max-width: 100%;
  }

  .page-table-box_edit.page-table-content_new {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  }

  .page-table-box_edit .content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .page-title .btn {
    border-radius: 17px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    line-height: 14px;
    min-height: 28px;
    min-width: 80px;
    padding: 7px 15px;
  }
}

@media (max-width: 767px) {
  .page-accordion_address .page-table-box_edit .btn {
    float: left;
    max-width: calc(50% - 5px);
    width: 100%;
  }

  .page-accordion_address .page-table-box_edit .btn:first-child {
    margin-left: 0;
  }

  .page-accordion-info.page-accordion_address .accordion-body-item {
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  .page-accordion-info.page-accordion_address .accordion-header-item:nth-child(1) {
    max-width: none;
    width: calc(100% - 60px - 85px);
  }

  .page-accordion-info.page-accordion_address .accordion-header-item:nth-child(2) {
    max-width: none;
    width: 60px;
  }

  .page-accordion-info.page-accordion_address .accordion-header-item:nth-child(3) {
    max-width: none;
    width: 85px;
  }
}

.btn-checkout-coupon {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  color: #222222;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 14.5px 10px 13.5px;
  transition: .3s;
}

.btn-checkout-coupon:focus,
.btn-checkout-coupon:hover {
  background-color: #222222;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #fff;
}

.btn-checkout_next {
  border-radius: 23px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  line-height: 20px;
  min-width: 175px;
  padding: 12.5px 20px;
  text-transform: uppercase;
  transition: .3s;
}

.card.checkout-card {
  border-radius: 15px;
  border: 0;
  padding: 20px 40px;
}

.card.checkout-card.checkout-card-finish_header .card-body {
  align-items: center;
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px;
}

.card.checkout-card.checkout-card-finish_body {
  padding-top: 0 !important;
}

.card.checkout-card.checkout-card-finish_body .card-body {
  padding-bottom: 25px;
  padding-top: 30px;
}

.card.checkout-card.checkout-card-finish_body .card-header {
  padding-bottom: 28px;
  padding-top: 32px;
}

.card.checkout-card.checkout-card-payment .card-body {
  padding-bottom: 0;
  padding-top: 0;
}

.card.checkout-card.checkout-card-shipping_info .card-body {
  padding-bottom: 0;
  padding-top: 0;
}

.card.checkout-card.checkout-card-shipping_info .card-header {
  padding-bottom: 10px;
}

.card.checkout-card.checkout-card-shipping_payment .card-header {
  padding-bottom: 12px;
  padding-top: 12px;
}

.card.checkout-card.checkout-card-summary .card-body {
  padding: 0;
}

.card.checkout-card.checkout-card-summary .card-footer {
  padding: 8px 0;
}

.card.checkout-card.checkout-card-summary_info .card-body {
  padding-bottom: 20px;
  padding-top: 0;
}

.card.checkout-card.checkout-card-summary_info .card-body:last-of-type {
  padding-bottom: 15px;
}

.card.checkout-card.checkout-card-summary_info .card-header {
  padding-bottom: 0;
  padding-top: 0;
}

.card.checkout-card.checkout-card-summary_info .card-header:first-of-type {
  padding-top: 15px;
}

.card.checkout-card.checkout-card-user .card-body {
  padding-bottom: 0;
  padding-top: 0;
}

.card.checkout-card.checkout-card-user .card-body_address2 {
  padding-bottom: 10px;
}

.card.checkout-card.checkout-card-user .card-footer {
  padding-bottom: 0;
  padding-top: 0;
}

.card.checkout-card.checkout-card-user .card-header {
  padding-bottom: 10px;
}

.card.checkout-card.checkout-card-user .card-header_address2 {
  padding-top: 0;
}

.card.checkout-card .card-body {
  padding: 12px 0 20px;
}

.card.checkout-card .card-footer {
  padding: 20px 0;
}

.card.checkout-card .card-header {
  padding: 20px 0;
}

.checkout-accordion {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.checkout-accordion[open=""] .icon_arrow_down {
  transform: rotate(180deg);
}

.checkout-accordion .accordion-body {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 9;
}

.checkout-accordion .accordion-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 18px;
  min-height: 55px;
  padding: 15px;
  position: relative;
  z-index: 9;
}

.checkout-accordion .accordion-price {
  align-items: center;
  color: #000000;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}

.checkout-accordion .accordion-price svg {
  fill: #222222;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px;
}

.checkout-accordion .accordion-title {
  color: #262626;
}

.checkout-accordion .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.checkout-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.checkout-card .form-checkbox {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 26px;
  padding-top: 0;
}

.checkout-card .form-checkbox .form-icon {
  border: 1px solid #222222;
}

.checkout-card .form-checkbox input:checked+.form-icon {
  background-color: #222222;
  border-color: #222222;
}

.checkout-card .form-checkbox input:focus+.form-icon {
  border-color: #b3b3b3;
}

.checkout-card .form-checkbox span {
  display: block;
  padding-bottom: 3.5px;
  padding-top: 4.5px;
}

.checkout-card .card-title {
  color: #2a2a2a;
  display: table;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
}

.checkout-card .card-title>span {
  float: left;
}

.checkout-card .card-title .btn {
  border-radius: 15px;
  border: 0;
  float: right;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 20px;
  min-width: 172px;
  padding: 5px 20px;
  border: 1px solid #222222;
  color: #222222;
  background-color: #fff;
}

.checkout-card .card-title .btn:hover {
  background-color: #222222;
  color: #ffffff;
}

.checkout-card-finish_body .card-header {
  border-bottom: 1px solid #d6dbe3;
}

.checkout-card-finish_body .card-title {
  align-items: center;
  display: flex;
}

.checkout-card-finish_body .card-title .checkout-icon {
  float: left;
  height: 30px;
  width: 30px;
}

.checkout-card-finish_body .card-title .checkout-icon svg {
  fill: #222222;
  width: 28px;
}

.checkout-card-finish_body .card-title .checkout-text {
  color: #000000;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 40px;
  max-width: calc(100% - 30px - 40px);
  padding-bottom: 5px;
  padding-top: 5px;
}

.checkout-card-finish_body .tile-text {
  color: #4e4e4e;
  font-size: 13px;
  line-height: 16px;
  padding-top: 2px;
}

.checkout-card-finish_body .tile-title {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.checkout-card-finish_body .timeline .timeline-item {
  margin-bottom: 0;
  padding-bottom: 38px;
}

.checkout-card-finish_body .timeline .timeline-item:before {
  background-color: #222222;
  left: 13.5px;
  width: 3px;
}

.checkout-card-finish_body .timeline .timeline-item.disable:before {
  background-color: #d3d3d3;
}

.checkout-card-finish_body .timeline .timeline-item.disable .tile {
  align-items: center;
  height: 100%;
}

.checkout-card-finish_body .timeline .timeline-item.disable .tile-title {
  color: #6c6c6c;
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon {
  background-color: #fff;
  border: 2px solid #d5d5d5;
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon svg {
  display: none;
}

.checkout-card-finish_body .timeline .timeline-item:last-of-type {
  padding-bottom: 0;
}

.checkout-card-finish_body .timeline .timeline-item:last-of-type:before {
  display: none;
}

.checkout-card-finish_body .timeline .timeline-item .timeline-content {
  padding: 2px 0 0 40px;
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon {
  background-color: #222222;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1;
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon:before {
  display: none;
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon svg {
  fill: #ffffff;
  width: 14px;
}

.checkout-card-finish_footer .btn {
  margin-left: 35px;
}

.checkout-card-finish_footer .btn,
.checkout-card-finish_footer .form-group {
  float: left;
}

.checkout-card-finish_footer .card-body {
  align-items: center;
  display: flex;
  width: 100%;
}

.checkout-card-finish_footer .card-title {
  font-size: 15px;
  line-height: 20px;
  max-width: 31.3333333333em;
}

.checkout-card-finish_footer .form-group_custom {
  margin-bottom: 0;
  max-width: calc(100% - 35px - 175px);
  width: 100%;
}

.checkout-card-finish_header .checkout-icon {
  align-items: center;
  background-color: #32a0ed;
  border-radius: 50%;
  display: flex;
  float: left;
  height: 30px;
  justify-content: center;
  text-align: center;
  width: 30px;
}

.checkout-card-finish_header .checkout-icon svg {
  fill: #fff;
  width: 14px;
}

.checkout-card-finish_header .checkout-text {
  color: #000000;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 40px;
  max-width: calc(100% - 30px - 40px);
  padding-bottom: 5px;
  padding-top: 5px;
}

.checkout-card-finish_header .checkout-text b {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 4px;
}

.checkout-card-finish_header .checkout-text a {
  color: #0380c9;
  font-weight: 500;
}

.checkout-card-finish .btn-checkout_next {
  width: auto;
}

.checkout-card-finish .card-footer .card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.checkout-card-finish .card-footer .form-group {
  margin-bottom: 18px;
}

.checkout-card-finish .form-group_custom {
  float: left;
  width: 100%;
}

.checkout-card-finish textarea {
  border-color: #eaedf1;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  height: 70px;
  padding: 10px 15px;
}

.checkout-card-finish textarea:focus {
  border-color: #000;
  box-shadow: none;
}

.checkout-card-shipping_payment .card-title span {
  float: left;
  font-size: 14px;
}

.checkout-card-shipping_payment .card-title svg {
  fill: #222222;
  float: left;
  height: 30px;
  margin-right: 18px;
  width: 30px;
}

.checkout-card-shipping_payment .card-title_icon {
  align-items: center;
  display: flex;
  float: right;
  height: 30px;
}

.checkout-card-shipping_payment .card-title_icon svg {
  fill: #000000;
  height: 14px;
  width: 14px;
}

.checkout-card-shipping_payment .accordion-header {
  padding: 0;
}

.checkout-card-shipping_payment .accordion-body {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 30px;
}

.checkout-card-shipping_payment .accordion-body .card-subtitle {
  color: #464646;
  font-size: 13px;
  line-height: 19px;
}

.checkout-card-shipping_payment .accordion-body .card-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  width: auto;
}

.checkout-card-shipping_payment .accordion-body p {
  margin-bottom: 0;
}

.checkout-card-summary .card-body .checkout-product-right {
  width: 110px;
}

.checkout-card-summary .card-footer .checkout-product-left,
.checkout-card-summary .card-footer .checkout-product-right {
  align-items: center;
  display: flex;
  height: 32px;
}

.checkout-card-summary .card-footer .checkout-product-right {
  width: 120px;
}

.checkout-card-summary p {
  margin-bottom: 0;
}

.checkout-card-summary section {
  display: table;
  width: 100%;
}

.checkout-card-summary_info .card-header a {
  color: #484848;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.checkout-card-summary_info .card-subtitle {
  color: #505050;
  font-size: 13px;
  line-height: 19px;
}

.checkout-card-summary_info .card-subtitle a {
  color: #32a0ed;
  font-weight: 600;
}

.checkout-card-summary_info .card-title {
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: auto;
}

.checkout-card-summary_info p {
  margin-bottom: 0;
}

.checkout-card-user .btn-checkout_next {
  margin-top: 0;
  width: auto;
}

.checkout-card-user .card-body_address1 .form-group_zipcode .form-input {
  padding-right: 70px;
}

.checkout-card-user .card-body_address1 .form-group_zipcode a {
  bottom: 1px;
  color: #262626;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  line-height: 20px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: auto;
}

.checkout-card-user .form-group {
  float: left;
  width: 100%;
}

.checkout-card-user .form-group_document {
  margin-bottom: 20px;
}

.checkout-card-user .form-group_new__address {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 45px;
  width: 100%;
}

.checkout-header-content {
  margin-bottom: 40px;
}

.checkout-link-login {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.checkout-link-login a {
  color: #0380c9;
  font-weight: 500;
}

.checkout-main {
  padding-bottom: 50px;
  padding-top: 0;
}

.checkout-main .form-group_cep .form-input {
  padding-right: 120px;
}

.checkout-main .form-group_cep a {
  bottom: auto;
  color: #464646;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  line-height: 20px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.checkout-more-option {
  align-items: center;
  border-top: 1px solid #b6b6b6;
  color: #262626;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: calc(26px + 15px);
  justify-content: center;
  line-height: 20px;
  padding-top: 15px;
  width: 100%;
}

.checkout-more-option span {
  line-height: 20px;
}

.checkout-more-option svg {
  fill: #000000;
  height: 20px;
  margin-left: 8px;
  width: 14px;
}

.checkout-empty-option {
  align-items: center;
  border-top: 1px solid #d6dbe3;
  color: #1e2252;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  min-height: calc(26px + 15px + 30px);
  justify-content: center;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: 100%;
}

.checkout-empty-option span {
  line-height: 20px;
}

.checkout-empty-option svg {
  fill: #000;
  height: 20px;
  margin-left: 8px;
  width: 14px;
}

.checkout-option {
  border-top: 1px solid #d9d9d9;
}

.checkout-option.active {
  border-top: 0;
}

.checkout-option.checkout-option_payment .form-radio {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.checkout-option.checkout-option_shipping .checkout-option_left {
  max-width: calc(100% - 70px - 5px);
}

.checkout-option:first-of-type {
  border-top: 0;
}

.checkout-option .checkout-option_left {
  float: left;
}

.checkout-option .checkout-option_left,
.checkout-option .checkout-option_right {
  align-items: center;
  display: flex;
  min-height: 68px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.checkout-option .checkout-option_price {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.checkout-option .checkout-option_right {
  float: right;
}

.checkout-option .checkout-option_text {
  color: #5a5a5a;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.checkout-option .checkout-option_title {
  color: #262626;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.checkout-option .form-icon {
  background-color: #fff;
  border: 2px solid #d8dce0;
  bottom: 0;
  height: 18px;
  margin: auto;
  top: 0;
  width: 18px;
}

.checkout-option .form-radio input:checked+.form-icon {
  background-color: #fff;
  border-color: #222222;
  box-shadow: none;
}

.checkout-option .form-radio input:checked+.form-icon:before {
  background-color: #222222;
}

.checkout-option .form-radio {
  display: table;
  margin: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}

.checkout-option p {
  display: block;
  margin-bottom: 0;
}

.checkout-payment_card {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.checkout-option_payment {
  padding-bottom: 15px;
  padding-top: 15px;
}

.checkout-payment_card__option {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}

.checkout-payment_card__option:first-of-type {
  margin-left: 0;
}

.checkout-payment_card__option:last-of-type {
  margin-right: 0;
}

.checkout-payment-icon {
  align-items: center;
  display: flex;
  height: 48px;
}

.checkout-payment-icon.checkout-payment-icon_close {
  margin-right: 12px;
}

.checkout-payment-icon.checkout-payment-icon_open {
  float: right;
}

.checkout-payment-icon.checkout-payment-icon_option svg {
  fill: #222222;
  height: 32px;
  margin-right: 20px;
  width: 32px;
}

.checkout-payment-icon svg {
  fill: #222222;
  height: 14px;
  width: 14px;
}

.checkout-payment-option {
  border-top: 1px solid #d6dbe3;
  padding-bottom: 10px;
  padding-top: 10px;
}

.checkout-payment-option.open {
  border-bottom: none;
}

.checkout-payment-option p {
  margin-bottom: 0;
}

.checkout-payment-option .form-radio {
  padding-left: calc(16px + 20px);
}

.checkout-payment-option .form-radio .form-icon {
  bottom: 0;
  display: table;
  margin: auto;
  top: 0;
}

.checkout-payment-option:first-child {
  border-top: none;
}

.checkout-payment-option__body {
  margin-bottom: 30px;
  margin-top: 30px;
}

.checkout-payment-option__header {
  cursor: pointer;
  display: table;
  width: 100%;
}

.checkout-payment-option__header>* {
  float: left;
}

.checkout-payment-option__text {
  color: #1e2252;
  font-size: 13px;
  line-height: 16px;
}

.checkout-payment-option__title {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: calc(100% - 52px);
  padding-bottom: 14px;
  padding-top: 14px;
}

.checkout-payment-option_left {
  float: left;
}

.checkout-payment-option_right {
  float: right;
}

.checkout-product {
  border-bottom: 1px solid #d6dbe3;
  padding-bottom: 15px;
  padding-top: 15px;
}

.checkout-product:first-of-type {
  padding-top: 0;
}

.checkout-product .checkout-product-center,
.checkout-product .checkout-product-left,
.checkout-product .checkout-product-right {
  align-items: center;
  display: flex;
  min-height: 110px;
}

.checkout-product .checkout-product-left {
  margin-right: 15px;
  width: 85px;
}

.checkout-product .checkout-product-title {
  min-height: 2.4em;
}

.checkout-product .checkout-product-title>* {
  float: left;
  width: 100%;
}

.checkout-product .checkout-product-title>*:first-child {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}

.checkout-product .checkout-product-title>*:not(:first-child) {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.checkout-product-center {
  float: left;
  width: calc(100% - 30px - 110px - 85px);
}

.checkout-product-coupon {
  margin-top: 15px;
}

.checkout-product-coupon_new .btn {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #bbbbbb;
  color: #000000;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 9.5px 10px 8.5px;
  transition: .3s;
}

.checkout-product-coupon_new .btn:focus,
.checkout-product-coupon_new .btn:hover {
  background-color: #fff;
  border-color: #222222;
  box-shadow: none;
  color: #222222;
}

.checkout-product-coupon_new .form-group_custom {
  padding-right: 15px;
}

.checkout-product-coupon_price .checkout-product-price,
.checkout-product-coupon_price .checkout-product-title {
  color: #000;
}

.checkout-product-coupon_price .checkout-product-title {
  font-size: 13px;
  line-height: 13px;
}

.checkout-product-image {
  align-items: center;
  display: flex;
  height: 100%;
}

.checkout-product-image img {
  max-height: 90px;
}

.checkout-product-image svg {
  height: 70px;
  width: 70px;
}

.checkout-product-left {
  float: left;
}

.checkout-product-left {
  width: calc(100% - 120px - 15px);
}

.checkout-product-price {
  color: #242424;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}

.checkout-product-right {
  float: right;
  justify-content: flex-end;
  margin-left: 15px;
  text-align: right;
}

.checkout-product-title {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
}

.checkout-product-total .checkout-product-price,
.checkout-product-total .checkout-product-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.checkout-summary-content {
  margin-top: 25px;
  z-index: 9;
}

.checkout-summary-content .checkout-product-coupon {
  margin-top: 30px;
}

.form-group_shipping__last {
  display: table;
  width: 100%;
}

.form-group_shipping__last .checkout-link-login {
  float: left;
}

.tab-checkout-status {
  border-color: #d9d9d9;
  border-width: 3px;
  margin-bottom: 0;
  margin-top: 15px;
}

.tab-checkout-status.tab.tab-block .tab-item a {
  margin-bottom: -3px;
}

.tab-checkout-status .avatar {
  background-color: #d9d9d9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 35px;
  line-height: 20px;
  margin-right: 20px;
  width: 35px;
}

.tab-checkout-status .tab-item.active .avatar {
  background-color: #d9d9d9;
}

.tab-checkout-status .tab-item.active a {
  border-bottom-color: #222222;
}

.tab-checkout-status .tab-item.active a>span {
  color: #fff;
}

.tab-checkout-status .tab-item a {
  align-items: center;
  border-bottom-color: #d9d9d9;
  border-width: 3px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

.tab-checkout-status .tab-item a>span {
  color: #a6a6a6;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .card.checkout-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-card-finish .form-group_custom {
    float: left;
    width: 100%;
  }

  .checkout-card-finish .form-group_custom.form-group_card-validity {
    margin-left: 0;
    max-width: calc(50% - 10px);
  }

  .checkout-card-finish .form-group_custom.form-group_cvv {
    margin-left: 20px;
    max-width: calc(50% - 10px);
  }

  .checkout-card-finish .form-group_custom.form-group_card-name {
    max-width: 100%;
  }

  .checkout-card-summary .card-body .checkout-product-right {
    width: 94px;
  }

  .checkout-card-user .form-group_complement {
    max-width: none;
  }

  .checkout-card-user .form-group_district {
    margin-left: 0;
    max-width: none;
  }

  .checkout-payment_card__options {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .checkout-product .checkout-product-center,
  .checkout-product .checkout-product-left,
  .checkout-product .checkout-product-right {
    min-height: 95px;
  }

  .checkout-product .checkout-product-left {
    width: 65px;
  }

  .checkout-product-center {
    width: calc(100% - 30px - 94px - 65px);
  }

  .checkout-product-price {
    font-size: 13px;
  }

  .checkout-product-title {
    font-size: 12px;
  }

  .checkout-product-total .checkout-product-price,
  .checkout-product-total .checkout-product-title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .checkout-header-content {
    position: relative;
  }

  .checkout-summary-content {
    display: none;
  }

  .checkout-summary-content .column-product-coupon {
    display: none;
  }

  .form-group_shipping__last .checkout-link-login {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
  }

  .tab-checkout-status.tab-checkout-status_all:after {
    background-color: #222222;
    right: 0;
  }

  .tab-checkout-status:after,
  .tab-checkout-status:before {
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 50%;
    z-index: -1;
  }

  .tab-checkout-status:after {
    background-color: #d9d9d9;
    right: 0;
  }

  .tab-checkout-status:before {
    background-color: #222222;
    left: 0;
  }
}

@media (max-width: 991px) {
  .accordion-body .card.checkout-card {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .btn-checkout-coupon {
    border-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 17px 10px 16px;
  }

  .btn-checkout_next {
    margin-top: 20px;
    width: 100%;
  }

  .card.checkout-card {
    border-radius: 10px;
    padding: 10px 16px;
  }

  .card.checkout-card.checkout-card-finish_body .card-header {
    padding-bottom: 18px;
    padding-top: 20px;
  }

  .card.checkout-card .card-header {
    padding: 10px 0 15px;
  }

  .checkout-accordion .checkout-product-coupon {
    display: none;
  }

  .checkout-body-content .card-title {
    font-size: 20px;
  }

  .checkout-body-content .column-summary {
    display: none;
  }

  .checkout-card-finish_body .card-title .checkout-text {
    font-size: 13px;
    line-height: 18px;
    margin-left: 24px;
  }

  .checkout-card-finish_body .tile-text {
    font-size: 12px;
  }

  .checkout-card-finish_body .timeline .timeline-item .timeline-content {
    padding-left: 24px;
  }

  .checkout-card-finish_footer .card-header .card-title {
    font-size: 15px;
  }

  .checkout-card-finish_header .checkout-text {
    font-size: 13px;
    line-height: 18px;
    margin-left: 24px;
    max-width: calc(100% - 30px - 24px);
  }

  .checkout-card-finish_header .checkout-text b {
    font-size: 19px;
    line-height: 23px;
  }

  .checkout-card-summary .card-body .checkout-product-right {
    width: 85px;
  }

  .checkout-link-login {
    font-size: 13px;
    width: 100%;
  }

  .checkout-product {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .checkout-product .checkout-product-center,
  .checkout-product .checkout-product-left,
  .checkout-product .checkout-product-right {
    min-height: 95px;
  }

  .checkout-product .checkout-product-left {
    width: 70px;
  }

  .checkout-product .checkout-product-price,
  .checkout-product .checkout-product-title {
    font-size: 13px;
    line-height: 16px;
  }

  .checkout-product .checkout-product-title>*:first-child {
    font-size: 1em;
    line-height: 1.2307692308em;
    max-height: 3.6923076923em;
  }

  .checkout-product-center {
    float: left;
    width: calc(100% - 30px - 70px - 85px);
  }

  .checkout-product-coupon_new {
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-product-image img {
    max-height: 100%;
  }

  .checkout-product-total .checkout-product-price,
  .checkout-product-total .checkout-product-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .form-group_shipping__last {
    flex-wrap: wrap;
  }

  .form-group_shipping__last a {
    float: right;
  }

  .tab-checkout-status {
    margin-top: 5px;
  }

  .tab-checkout-status .avatar {
    display: none;
  }

  .tab-checkout-status .tab-item a {
    min-height: 36px;
    padding: 0;
  }

  .tab-checkout-status .tab-item a>span {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .checkout-card-finish .form-group_custom {
    float: left;
    width: 100%;
  }

  .checkout-card-finish .form-group_custom.form-group_card-validity {
    margin-left: 18px;
    max-width: 154px;
  }

  .checkout-card-finish .form-group_custom.form-group_cvv {
    margin-left: 18px;
    max-width: 80px;
  }

  .checkout-card-finish .form-group_custom.form-group_card-name {
    max-width: calc(100% - 154px - 80px - 36px);
  }

  .checkout-card-finish .form-group_custom.form-group_card-birth {
    max-width: calc(50% - 9px);
  }

  .checkout-card-finish .form-group_custom.form-group_card-phone {
    margin-left: 18px;
    max-width: calc(50% - 9px);
  }

  .checkout-card-user .form-group_name {
    max-width: calc(100% - 164px - 16px);
  }

  .checkout-card-user .form-group_phone {
    margin-left: 16px;
    max-width: 164px;
  }

  .checkout-card-user .form-group_street {
    max-width: calc(100% - 105px - 16px);
  }

  .checkout-card-user .form-group_number {
    margin-left: 16px;
    max-width: 105px;
  }

  .checkout-card-user .form-group_complement {
    max-width: calc(100% - 328px - 16px);
  }

  .checkout-card-user .form-group_district {
    margin-left: 16px;
    max-width: 328px;
  }

  .checkout-card-user .form-group_city {
    max-width: calc(100% - 156px - 156px - 16px - 16px);
  }

  .checkout-card-user .form-group_state {
    margin-left: 16px;
    max-width: 156px;
  }

  .checkout-card-user .form-group_zipcode {
    margin-left: 16px;
    max-width: 156px;
  }
}

@media (max-width: 991px) {
  .checkout-header-content {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .btn-checkout_next {
    margin-top: 18px;
    width: 100%;
  }

  .card.checkout-card.checkout-card-finish_footer .card-body {
    padding-top: 8px;
  }

  .card.checkout-card.checkout-card-finish_footer .card-header {
    padding-bottom: 8px;
  }

  .card.checkout-card.checkout-card-payment .card-footer {
    padding-top: 10px;
  }

  .checkout-body-content .card-title {
    font-size: 18px;
  }

  .checkout-card-finish_footer .btn {
    margin-left: 0;
  }

  .checkout-card-finish_footer .card-body {
    display: table;
  }

  .checkout-card-finish_footer .card-header .card-title {
    font-size: 15px;
    max-width: none;
    padding-right: 40px;
  }

  .checkout-card-finish_footer .form-group_custom {
    max-width: none;
  }

  .checkout-card-payment .btn-checkout_next {
    margin-top: 20px;
    width: 100%;
  }

  .checkout-card-shipping_info .card-header .btn {
    border-radius: 16px;
    font-size: 11px;
    height: 32px;
    line-height: 12px;
    min-width: 105px;
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .checkout-card-shipping_info .card-header .btn span {
    display: block;
  }

  .checkout-card-user .btn-checkout_next {
    margin-top: 20px;
    width: 100%;
  }

  .checkout-card-user .form-group_new__address {
    flex-wrap: wrap;
  }

  .checkout-payment-option.open {
    padding-bottom: 0;
  }

  .checkout-payment-option__body {
    margin-bottom: 0;
  }

  .checkout-payment_card__options {
    margin-top: 12px;
  }
}

.checkout-card-finish_payment .card-body:last-child {
  padding-bottom: 12px;
}

.checkout-card-finish_payment .card-title {
  align-items: center;
  display: flex;
}

.checkout-card-finish_payment .card-title .checkout-icon {
  float: left;
  height: 30px;
  width: 30px;
}

.checkout-card-finish_payment .card-title .checkout-icon svg {
  fill: #0380c9;
  width: 28px;
}

.checkout-card-finish_payment .card-title .checkout-text {
  float: left;
  line-height: 20px;
  margin-left: 40px;
  max-width: calc(100% - 30px - 40px);
  padding-bottom: 5px;
  padding-top: 5px;
  word-break: break-word;
}

.checkout-card-finish_payment .checkout-box-text {
  margin-bottom: 15px;
}

.checkout-card-finish_payment .checkout-box-text:last-child {
  margin-bottom: 0;
}

.checkout-card-finish_payment .checkout-box-text .checkout-title {
  padding-bottom: 5px;
}

.checkout-card-finish_payment .checkout-box-text a.checkout-text {
  font-weight: 500;
}

.checkout-card-finish_payment .checkout-subtitle {
  color: #1e2252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.checkout-card-finish_payment .checkout-text {
  color: #1e2252;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.checkout-card-finish_payment .checkout-text>a {
  margin-right: 5px;
  color: #0380c9;
  font-weight: 600;
}

.checkout-card-finish_payment .checkout-text_icon {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
}

.checkout-card-finish_payment .checkout-text_icon .checkout-icon {
  float: left;
  height: 18px;
  margin-right: 4px;
  width: 18px;
}

.checkout-card-finish_payment .checkout-text_icon .checkout-icon svg {
  fill: #0380c9;
  width: 18px;
}

.checkout-card-finish_payment .checkout-title {
  color: #1e2252;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.checkout-card-finish_payment a.checkout-text {
  color: #0380c9;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .checkout-card-finish_payment .column {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .checkout-card-finish_payment .columns {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .checkout-card-finish_payment .card-title .checkout-text {
    margin-left: 24px;
    max-width: calc(100% - 30px - 24px);
  }
}

.checkout-card-user .card-header_address1 {
  padding-top: 0;
}

.checkout-card-user .form-group_new__address {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .checkout-card-user .card-body_address2 .form-group_name {
    max-width: 100%;
  }

  .checkout-card-user .card-footer_address2 .form-group_city {
    max-width: calc(100% - 328px - 16px);
  }

  .checkout-card-user .card-footer_address2 .form-group_state {
    max-width: 328px;
  }

  .checkout-card-user .card-footer_address2 .form-group_street {
    margin-left: 16px;
    max-width: calc(100% - 105px - 16px - 156px - 16px);
  }

  .checkout-card-user .card-footer_address2 .form-group_zipcode {
    float: left;
    margin-left: 0;
  }
}

.adresses-main .dropdown,
.orders-main .dropdown {
  float: left;
}

.adresses-main .dropdown-toggle,
.orders-main .dropdown-toggle {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #222222;
  box-shadow: none;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  line-height: 16px;
  min-height: 32px;
  min-width: 125px;
  padding: 7px 15px;
  text-transform: none;
}

.adresses-main .dropdown-toggle:focus,
.adresses-main .dropdown-toggle:hover,
.orders-main .dropdown-toggle:focus,
.orders-main .dropdown-toggle:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

.card-page-table_orders .page-table-item:nth-child(1) {
  width: 110px;
}

.card-page-table_orders .page-table-item:nth-child(2) {
  width: 110px;
}

.card-page-table_orders .page-table-item:nth-child(3) {
  width: 145px;
}

.card-page-table_orders .page-table-item:nth-child(4) {
  width: calc(100% - 110px - 110px - 145px - 125px - 190px);
}

.card-page-table_orders .page-table-item:nth-child(5) {
  width: 125px;
}

.card-page-table_orders .page-table-item:nth-child(6) {
  width: 190px;
}

.page-pagination {
  float: right;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.page-pagination .pagination_info {
  color: #404040;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-left: 30px;
  padding: 6px 0;
}

.page-pagination .pagination_item {
  float: left;
}

.page-pagination .pagination_link__arrow {
  align-items: center;
  background-color: rgb(233 233 233 / 35%);
  border-radius: 50%;
  border: 1px solid #222222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 10px;
  padding: 0;
  width: 30px;
}

.page-pagination .pagination_link__arrow.disable {
  cursor: no-drop;
  opacity: 0.4 !important;
}

.page-pagination .pagination_link__arrow:focus,
.page-pagination .pagination_link__arrow:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 10px 10px rgb(116 116 116 / 25%);
}

.page-pagination .pagination_link__arrow:focus svg,
.page-pagination .pagination_link__arrow:hover svg {
  fill: #51c4d4;
}

.page-pagination .pagination_link__arrow svg {
  fill: #222222;
  height: 7px;
  width: 7px;
}

.page-pagination .pagination_list {
  float: left;
}

.page-table-box>p {
  align-items: center;
  color: #1e2252;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  min-height: 70px;
  padding: 10px;
  text-align: center;
}

.page-table-item {
  padding-left: 10px;
  padding-right: 10px;
}

.page-table-item .btn-page-open {
  float: right;
  padding: 9px 0 9px 10px;
}

.page-table-item .btn-page-open svg {
  fill: #5e5e5e;
  height: 14px;
  width: 14px;
}

.page-table-item .menu {
  min-width: 150px;
}

.page-table-item .menu-item {
  text-align: left;
}

.page-table-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  width: 100%;
}

.page-tbody .page-table-content {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(120, 137, 163, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.page-tbody .page-table-item {
  color: #242424;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.page-tbody .page-table-list {
  min-height: 70px;
}

.page-thead {
  background-color: #fafcff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.page-thead .label {
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  line-height: 15px;
  padding: 10.5px 10px 8.5px;
  width: 100%;
}

.page-thead .page-table-item {
  color: #0380c9;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}

.page-thead .page-table-list {
  min-height: 76px;
}

.page-title {
  color: #262626;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

.table-product {
  align-items: center;
  border-top: 1px solid rgba(120, 137, 163, 0.12);
  color: #333;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.table-product-image {
  align-items: center;
  display: flex;
  height: 80px;
  width: 95px;
}

.table-product-image>* {
  display: table;
  margin: auto;
  max-width: 80px;
}

.table-product-info {
  padding-left: 25px;
  padding-right: 10px;
  width: calc(100% - 95px - 170px - 105px);
}

.table-product-price {
  padding-left: 10px;
  width: 170px;
}

.table-product-qnt {
  padding-left: 10px;
  padding-right: 10px;
  width: 105px;
}

.table-product-text {
  font-size: 11px;
  line-height: 16px;
}

.table-product-title {
  max-height: calc(20px * 3);
  overflow: hidden;
}

.table-products {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1399px) and (min-width: 1200px) {

  .adresses-main .col-custom1,
  .orders-main .col-custom1 {
    width: 330px;
  }

  .adresses-main .col-custom2,
  .orders-main .col-custom2 {
    width: calc(100% - 314px - 16px);
  }

  .card-page-table_orders .page-table-item:nth-child(1) {
    width: 90px;
  }

  .card-page-table_orders .page-table-item:nth-child(2) {
    width: 100px;
  }

  .card-page-table_orders .page-table-item:nth-child(3) {
    width: 120px;
  }

  .card-page-table_orders .page-table-item:nth-child(4) {
    width: calc(100% - 90px - 100px - 120px - 115px - 170px);
  }

  .card-page-table_orders .page-table-item:nth-child(5) {
    width: 115px;
  }

  .card-page-table_orders .page-table-item:nth-child(6) {
    width: 170px;
  }

  .page-table-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-product-info {
    width: calc(100% - 95px - 150px - 105px);
  }

  .table-product-price {
    width: 150px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {

  .adresses-main .btn.btn-access,
  .orders-main .btn.btn-access {
    padding-left: 15px;
    padding-right: 15px;
  }

  .adresses-main .btn.btn-access svg,
  .orders-main .btn.btn-access svg {
    margin-right: 10px;
  }

  .adresses-main .card-page,
  .orders-main .card-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .adresses-main .card-pages-nav,
  .orders-main .card-pages-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .adresses-main .col-custom1,
  .orders-main .col-custom1 {
    width: 276px;
  }

  .adresses-main .col-custom2,
  .orders-main .col-custom2 {
    width: calc(100% - 260px - 16px);
  }

  .adresses-main .dropdown-toggle,
  .orders-main .dropdown-toggle {
    border-radius: 16px;
    font-size: 11px;
    line-height: 16px;
    min-height: 28px;
    min-width: 110px;
    padding: 5px 5px;
  }

  .card-page-table_orders .page-table-item:nth-child(1) {
    width: 80px;
  }

  .card-page-table_orders .page-table-item:nth-child(2) {
    width: 90px;
  }

  .card-page-table_orders .page-table-item:nth-child(3) {
    width: 100px;
  }

  .card-page-table_orders .page-table-item:nth-child(4) {
    width: calc(100% - 80px - 90px - 100px - 100px - 145px);
  }

  .card-page-table_orders .page-table-item:nth-child(5) {
    width: 100px;
  }

  .card-page-table_orders .page-table-item:nth-child(6) {
    width: 145px;
  }

  .page-table-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-table-item .btn-page-open {
    max-height: 28px;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  .page-table-list {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-tbody .page-table-item {
    font-size: 11px;
    line-height: 15px;
  }

  .page-thead .label {
    border-radius: 15px;
    line-height: 13px;
    padding: 8.5px 5px;
  }

  .page-thead .page-table-item {
    font-size: 11px;
    line-height: 13px;
  }

  .table-product {
    font-size: 12px;
    line-height: 18px;
  }

  .table-product-info {
    width: calc(100% - 95px - 120px - 90px);
  }

  .table-product-price {
    width: 120px;
  }

  .table-product-qnt {
    width: 90px;
  }

  .table-product-text {
    font-size: 10px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .page-accordion-info {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  }

  .page-accordion-info .accordion-body {
    padding-bottom: 10px;
    padding-top: 0;
    position: relative;
    z-index: 9;
  }

  .page-accordion-info .accordion-body-item {
    align-items: center;
    display: flex;
    min-height: 78px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .page-accordion-info .accordion-body-list {
    border-top: 1px solid rgba(120, 137, 163, 0.12);
  }

  .page-accordion-info .accordion-header {
    align-items: center;
    color: #1e2252;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 18px;
    min-height: 65px;
    padding: 10px 0;
  }

  .page-accordion-info .accordion-header>svg {
    fill: #222222;
    margin-bottom: 1px;
    margin-left: 10px;
    max-height: 14px;
    max-width: 14px;
  }

  .page-accordion-info .accordion-header-item:last-child {
    text-align: right;
  }

  .page-accordion-info .accordion-header-list {
    max-width: calc(100% - 34px);
  }

  .page-accordion-info .accordion-item {
    float: left;
    padding-right: 20px;
  }

  .page-accordion-info .accordion-item:last-child {
    float: right;
    padding-right: 0;
  }

  .page-accordion-info .accordion-item:nth-child(1) {
    max-width: calc(100% - 300px);
    min-width: 75px;
  }

  .page-accordion-info .accordion-list {
    display: table;
    width: 100%;
  }

  .page-accordion-info .accordion-text {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
  }

  .page-accordion-info .accordion-title {
    color: #666;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 0;
    text-transform: uppercase;
  }

  .page-accordion-info .dropdown .menu {
    font-size: 13px;
    left: auto;
    min-width: 150px;
    right: 0;
  }

  .page-accordion-info .icon_arrow_down {
    transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  }

  .page-accordion-info .table-product {
    font-size: 13px;
    line-height: 17px;
    justify-content: space-around;
  }

  .page-accordion-info .table-product-image {
    height: 78px;
    padding-right: 20px;
    width: 150px;
  }

  .page-accordion-info .table-product-info {
    width: calc(100% - 150px - 115px);
  }

  .page-accordion-info .table-product-price {
    text-align: right;
    width: 115px;
  }

  .page-accordion-info .table-product-title {
    max-height: calc(17px * 2);
  }

  .page-accordion-info .table-products {
    padding-left: 0;
    padding-right: 0;
  }

  .page-accordion-info[open=""] .icon_arrow_down,
  .page-accordion-info[open="open"] .icon_arrow_down {
    transform: rotate(180deg);
  }

  .page-pagination {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  .page-pagination .pagination_list {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page-pagination .pagination_info {
    display: table;
    float: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .page-table-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  }

  .page-table-box>p {
    min-height: 65px;
  }

  .page-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 2px;
  }

  .table-products {
    display: table;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .page-accordion-info {
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-accordion-info .accordion-body-item {
    min-height: 0;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  .page-accordion-info .accordion-body-item:nth-child(1),
  .page-accordion-info .accordion-body-item:nth-child(2) {
    max-width: none;
    width: 100%;
  }

  .page-accordion-info .accordion-body-item:last-child {
    max-width: none;
    width: 100%;
  }

  .page-accordion-info .accordion-body-list {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
  }

  .page-accordion-info .accordion-header-item:nth-child(1) {
    width: calc(100% - 90px - 110px);
  }

  .page-accordion-info .accordion-header-item:nth-child(2) {
    width: 90px;
  }

  .page-accordion-info .accordion-header-item:last-child {
    width: 110px;
  }

  .page-accordion-info .accordion-header-list {
    max-width: calc(100% - 25px);
  }

  .page-accordion-info .accordion-item {
    padding-right: 5px;
  }

  .page-accordion-info .dropdown .menu {
    left: 0;
    right: auto;
  }

  .page-accordion-info .table-product-image {
    padding-right: 15px;
    width: 75px;
  }

  .page-accordion-info .table-product-image>* {
    max-height: 70px;
    max-width: 70px;
  }

  .page-accordion-info .table-product-info {
    width: calc(100% - 75px - 95px);
  }

  .page-accordion-info .table-product-price {
    padding-left: 0;
    width: 95px;
  }

  .page-pagination .pagination_link__arrow {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.image-main {
  box-shadow: 0px 15px 15px 0px rgb(64 64 64 / 20%);
}

.input-group_qtd {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  min-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.input-group_qtd .btn {
  background-color: transparent;
  border: 0;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.input-group_qtd .btn:focus,
.input-group_qtd .btn:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 0.7;
}

.input-group_qtd .form-input {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.input-group_qtd .form-input:focus,
.input-group_qtd .form-input:hover {
  border: none;
  box-shadow: none;
  opacity: 0.7;
}

.product-box_prices {
  text-transform: uppercase;
}

.product-box_variations {
  padding-bottom: 18px;
}

.product-box_variations:last-child {
  padding-bottom: 0;
}

.product-box_variations__list .dropdown {
  width: 100%;
}

.product-box_variations__list .dropdown>.btn {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  min-width: 105px;
  padding: 8px 33px 8px 15px;
  position: relative;
  text-align: left;
}

.product-box_variations__list .dropdown>.btn svg {
  bottom: 0;
  fill: #a3c6d9;
  float: right;
  height: 8px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}

.product-box_variations__list .dropdown ul {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  min-width: 105px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.product-box_variations__list .dropdown ul a {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 10px;
}

.product-box_variations__list .form-select {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 24px 6px 10px;
}

.product-box_variations__list .form-select:focus {
  border-color: transparent;
  box-shadow: none;
  filter: drop-shadow(0px 7px 7.5px rgba(3, 128, 201, 0.2));
}

.product-box_variations__list .product-variations_content__list {
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-box_variations__miniature .product-variation_icon {
  right: -5px;
  top: -5px;
}

.product-box_variations__miniature .product-variation_img {
  max-height: 100%;
  max-width: 100%;
}

.product-box_variations__miniature .product-variation_item {
  float: left;
  margin: 5px 6px;
}

.product-box_variations__miniature .product-variation_item.active .product-variation_link {
  border-color: #0380c9;
}

.product-box_variations__miniature .product-variation_item.disabled .product-variation_img {
  opacity: 0.22;
}

.product-box_variations__miniature .product-variation_item.disabled .product-variation_link {
  cursor: not-allowed;
}

.product-box_variations__miniature .product-variation_link {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  display: flex;
  filter: drop-shadow(0px 7px 7.5px rgba(3, 128, 201, 0.2));
  height: 56px;
  justify-content: center;
  padding: 6px;
  position: relative;
  width: 56px;
}

.product-box_variations__miniature .product-variation_list {
  margin-left: -6px;
  margin-right: -6px;
}

.product-breadcrumb .product-breadcrumb-list {
  display: table;
  margin: 0;
  padding: 45px 0;
  width: 100%;
}

.product-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child):before {
  color: #000;
  content: '•';
  padding-right: 0;
  margin-right: 15px;
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 15px;
}

.product-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.product-breadcrumb .breadcrumb .breadcrumb-item a[href="javascript:void(0)"] {
  cursor: text;
}

.product-btn {
  border-radius: 30px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  line-height: 20px;
  max-width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  width: 220px;
}

.product-btn.product-btn_buy {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
  transition: .5s;
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #222222;
  color: #fff;
  opacity: 1;
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  color: #222222;
  float: right;
  font-size: 13px;
  transition: .4s;
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #222222;
  color: #fff;
  opacity: 1;
}

.product-btn.product-btn_unavailable {
  background-color: #a6a6a6;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.product-btn.product-btn_unavailable:focus,
.product-btn.product-btn_unavailable:hover {
  background-color: silver;
  color: #fff;
  opacity: 1;
}

.product-payments {
  margin-bottom: 30px;
}

.product-btn_payment {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 16px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
  transition: .5s;
}

.product-btn_payment:focus,
.product-btn_payment:hover {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

.product-description {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.product-description[open=""] .icon_arrow_down {
  transform: rotate(180deg);
}

.product-description.accordion[open] .accordion-body {
  max-height: 268px;
  overflow-y: scroll;
}

.product-description:last-child {
  margin-bottom: 0;
}

.product-description .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.product-description_body {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 60px;
  padding-right: 20.5px;
  padding-top: 8px;
}

.product-description_body .accordion-body {
  margin-bottom: 0;
  padding-right: 20.5px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.product-description_body li {
  margin-top: 0;
}

.product-description_body ul {
  list-style-position: inside;
  list-style: disc;
  margin: 0;
}

.product-description_header {
  color: #222222;
  cursor: pointer;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.product-description_header.accordion-header {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  padding: 28px 0;
  width: 100%;
}

.product-description_ico {
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  border: 1px solid #222222;
  display: flex;
  height: 45px;
  justify-content: center;
  text-align: center;
  width: 45px;
}

.product-description_ico svg {
  fill: #000000;
  height: 13px;
  width: 13px;
}

.product-description_title {
  padding-top: 2px;
}

.product-descriptions {
  padding-bottom: 100px;
}

.product-gallery {
  align-items: center;
  background-color: rgb(151 151 151 / 21%);
  border-radius: 1.25em;
  display: flex;
  float: left;
  font-size: 16px;
  height: 534px;
  justify-content: center;
  position: relative;
  width: 7.375em;
}

.product-gallery.product-simple_gallery {
  height: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

.product-gallery.product-simple_gallery .product-gallery_list {
  padding-top: 0;
}

.product-gallery.product-simple_gallery .tns-ovh {
  overflow: initial;
}

.product-gallery .slider__arrow {
  background-color: #ededed;
  border: 2px solid #a9a9a9;
  height: 45px;
  left: 0;
  margin: auto;
  right: 0;
  width: 45px;
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 8px 12px 0px rgb(82 82 82 / 20%);
  opacity: 1;
}

.product-gallery .slider__arrow:focus svg,
.product-gallery .slider__arrow:hover svg {
  fill: #000;
  margin-top: 1px;
}

.product-gallery .slider__arrow[disabled] {
  opacity: 0.3;
}

.product-gallery .slider__arrow svg {
  fill: #626262;
  height: 14px;
  margin-top: 1px;
  width: 14px;
}

.product-gallery .slider__arrow--next {
  bottom: 25px;
  top: auto;
}

.product-gallery .slider__arrow--prev {
  bottom: auto;
  top: 25px;
}

.product-gallery .slider__arrow--prev .icon_arrow_down {
  transform: rotate(180deg);
}

.product-gallery-slider {
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.product-gallery_link {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  display: flex;
  height: 85px;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  width: 85px;
}

.product-gallery_link img {
  margin: auto;
  max-height: calc(100% - 10px);
  max-width: calc(100% - 10px);
}

.product-gallery_list {
  padding-top: 25px;
}

.product-header {
  padding-bottom: 100px;
}

.product-header-box {
  max-width: 462px;
  width: 100%;
}

.product-header-container .columns {
  justify-content: space-between;
}

.product-header-right {
  max-width: 522px;
}

.product-images {
  display: block;
  max-width: calc(118px + 20px + 570px);
  width: 100%;
}

.product-main {
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

.product-main p {
  margin-bottom: 0;
}

.product-prices {
  align-items: flex-end;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

.product-prices.product-prices_out-of-stock {
  margin-bottom: 40px;
  padding-top: 30px;
}

.product-prices.product-prices_out-of-stock .product-prices_price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667em;
  margin-bottom: 30px;
  text-transform: none;
}

.product-prices.product-prices_out-of-stock .product-prices_price p {
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.product-prices.product-prices_out-of-stock .product-prices_price p:last-child {
  font-size: .8333333333em;
  line-height: 1.1818181818em;
  margin-bottom: 0;
}

.product-prices.product-prices_out-of-stock .product-content_box.product-box_prices {
  max-width: 100%;
  padding-right: 0;
}

.product-prices .product-content_box {
  float: left;
}

.product-prices .product-content_box.product-box_prices {
  max-width: calc(100% - 204px);
  padding-right: 10px;
}

.product-prices .product-content_box.product-box_qtd {
  max-width: 204px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-prices_plots {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 5px;
}

.product-prices_price {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2666666667em;
}

.product-prices_strike {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1176470588em;
}

.product-showcase {
  padding-bottom: 60px;
}

.product-sku {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 15px;
}

.product-tag {
  background-color: #32a0ed;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  bottom: auto;
  color: #fff;
  /*border: 1px solid #222222;*/
  border-left: none;
  display: table;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 20px;
  min-width: 115px;
  padding: 2px 8px;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 25px;
  z-index: 1;
}

.product-tag.product-tag-free_shipping {
  background-color: #32a0ed;
}

.product-tag:nth-child(2) {
  top: 54px;
}

.product-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: .6666666667em;
  overflow: hidden;
  color: #fff;
}

.product-variation_icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: auto;
  display: flex;
  fill: #232323;
  filter: drop-shadow(0px 3px 2.5px rgba(3, 128, 201, 0.05));
  font-size: 12px;
  height: 15px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 0;
  top: -6px;
  width: 15px;
}

.product-variation_icon svg {
  height: 6px;
  width: 6px;
}

.product-variations {
  margin-bottom: 20px;
}

.product-variations_content {
  align-items: center;
  display: flex;
  width: 100%;
}

.product-variations_content ul {
  margin: 0;
}

.product-variations_content__button .product-variation_item {
  align-items: center;
  display: flex;
  float: left;
  height: 35px;
  justify-content: center;
  margin: 5px;
  min-width: 35px;
}

.product-variations_content__button .product-variation_item.active .product-variation_link {
  border-color: #0380c9;
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #0380c9;
}

.product-variations_content__button .product-variation_item.disabled .product-variation_link {
  background-color: #dbe8f0;
  color: #7f82a9;
  cursor: not-allowed;
}

.product-variations_content__button .product-variation_item.disabled .product-variation_link.product-variation_link__colors {
  opacity: 0.4;
}

.product-variations_content__button .product-variation_link {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 5px 0;
  position: relative;
  width: 100%;
}

.product-variations_content__button .product-variation_link__colors {
  border-radius: 50%;
  border: 3px solid #fffafa;
  box-shadow: 0px 0px 0px 2px rgba(30, 34, 82, 0.3);
  height: 31px;
  padding: 0;
  width: 31px;
}

.product-variations_content__button .product-variation_link__colors .product-variation_icon {
  right: -4px;
  top: -5px;
}

.product-variations_content__button .product-variation_list {
  margin-left: -5px;
  margin-right: -5px;
}

.product-variations_title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 6px;
}

.product-zoom {
  float: right;
  height: 534px;
  max-width: calc(100% - 118px - 20px);
  position: relative;
}

.product-zoom_image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: calc(100% - 60px);
  max-width: calc(100% - 60px);
  position: absolute;
  right: 0;
  top: 0;
  transition: none;
}

.product-zoom_link {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: block;
  float: left;
  height: 100%;
  max-width: 100%;
  padding: 30px;
  position: relative;
  width: 570px;
}

.product-zoom_link .loading {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.product-zoom_link svg {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  position: absolute;
  right: 0;
  top: 0;
}

.product-buy-to-gether {
  padding-bottom: 50px;
  padding-top: 0;
}

.showcase-buy-to-gether .product-content_box.product-box_prices {
  max-width: 260px;
  padding-right: 10px;
}

.showcase-buy-to-gether .product-content_box.product-box_qtd {
  max-width: calc(100% - 260px);
  width: 195px;
}

.showcase-buy-to-gether .product-header-box {
  margin-left: 30px;
  margin-right: auto;
  max-width: calc(100% - 30px);
  width: 462px;
}

.showcase-buy-to-gether .showcase-item_buy-to-gether {
  max-width: 315px;
  min-height: 460px;
}

.showcase-buy-to-gether .showcase-item_calc {
  color: #0380c9;
  font-size: 55px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
}

.showcase-buy-to-gether .showcase-option_buy-to-gether>.columns {
  align-items: center;
}

.showcase-buy-to-gether .showcase-product .card-header {
  padding-bottom: 6px;
  padding-top: 36px;
}

.showcase-buy-to-gether .showcase-product_link__image {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .showcase-buy-to-gether .col-custom {
    width: 4.166666665%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-buy-to-gether .product-content_box.product-box_prices {
    max-width: 230px;
    width: 100%;
  }

  .showcase-buy-to-gether .product-content_box.product-box_qtd {
    max-width: calc(100% - 230px);
  }

  .showcase-buy-to-gether .input-group_qtd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .showcase-buy-to-gether {
    padding-bottom: 100px;
  }

  .showcase-buy-to-gether .product-header-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }

  .showcase-buy-to-gether .product-prices {
    justify-content: space-between;
  }

  .showcase-buy-to-gether .showcase-item_buy-to-gether {
    max-width: 100%;
    min-height: 0;
  }

  .showcase-buy-to-gether .showcase-item_calc {
    line-height: 50px;
    padding-top: 8px;
  }

  .showcase-buy-to-gether .showcase-option_buy-to-gether>.columns {
    justify-content: center;
  }

  .showcase-buy-to-gether .showcase-product {
    display: table;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
  }

  .showcase-buy-to-gether .showcase-product .card-header {
    align-items: center;
    display: flex;
    float: left;
    padding-left: 60px;
    width: calc(100% - 250px);
  }

  .showcase-buy-to-gether .showcase-product .card-header,
  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    height: 200px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    float: left;
    width: 200px;
  }

  .showcase-buy-to-gether .showcase-product_link__image {
    margin-top: 0;
  }

  .showcase-buy-to-gether .showcase-tag {
    border-radius: 12px;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 0;
    padding: 6px 15px;
    position: static;
    width: auto;
  }

  .showcase-buy-to-gether .showcase-tag:first-child {
    margin-left: 0;
  }

  .showcase-buy-to-gether .showcase-tag:last-child {
    margin-right: 0;
  }

  .showcase-buy-to-gether .showcase-tags {
    float: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .showcase-buy-to-gether .showcase-product .card-header {
    padding-left: 40px;
    width: calc(100% - 180px);
  }

  .showcase-buy-to-gether .showcase-product .card-header,
  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    height: 180px;
  }

  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    width: 180px;
  }
}

@media (max-width: 575px) {
  .showcase-buy-to-gether .product-prices .product-content_box.product-box_prices {
    max-width: calc(100% - 130px);
  }

  .showcase-buy-to-gether .product-prices .product-content_box.product-box_qtd {
    max-width: 130px;
  }

  .showcase-buy-to-gether .showcase-item_calc {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
  }

  .showcase-buy-to-gether .showcase-product {
    border-radius: 15px;
    padding: 10px;
  }

  .showcase-buy-to-gether .showcase-product .card-header {
    padding-left: 20px;
    width: calc(100% - 100px);
  }

  .showcase-buy-to-gether .showcase-product .card-header>* {
    width: 100%;
  }

  .showcase-buy-to-gether .showcase-product .card-header,
  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    height: 100px;
  }

  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    width: 100px;
  }

  .showcase-buy-to-gether .showcase-product_link__image {
    height: 100%;
  }

  .showcase-buy-to-gether .showcase-tag {
    margin-bottom: 5px;
  }
}

.slider-hide {
  opacity: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-header-left {
    max-width: calc(58.33% - 30px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-gallery {
    font-size: 12px;
  }

  .product-gallery_link {
    border-radius: 10px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
  }

  .product-header-left {
    max-width: calc(100% - 460px);
  }

  .product-header-right {
    width: 440px;
  }

  .product-prices_plots {
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 20px;
  }

  .product-zoom {
    max-width: calc(100% - 90px - 15px);
  }
}

@media (min-width: 992px) {
  .product-header .product-btn.login-btn_not_logged {
    margin-top: 40px;
  }

  .product-gallery_mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .image-main {
    box-shadow: 0px 15px 15px 0px rgb(64 64 64 / 20%);
  }

  .product-breadcrumb {
    border-bottom: 1px solid #e5e8ed;
    margin-bottom: 0;
    opacity: 0.8;
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 13px;
    line-height: 18px;
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child) {
    margin-right: 5px;
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child):before {
    margin-right: 5px;
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
    margin-right: 5px;
  }

  .product-breadcrumb .product-breadcrumb-list {
    padding: 22px 0 20px;
  }

  .product-gallery {
    float: none;
    height: 100px;
    padding: 0 70px;
    width: 100%;
  }

  .product-gallery .icon_arrow_down {
    margin: 0;
  }

  .product-gallery .slider__arrow {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .product-gallery .slider__arrow--next {
    bottom: 0;
    left: auto;
    right: 25px;
    top: 0;
  }

  .product-gallery .slider__arrow--next .icon_arrow_down {
    margin-left: 1px;
    transform: rotate(270deg);
  }

  .product-gallery .slider__arrow--prev {
    bottom: 0;
    left: 25px;
    right: auto;
    top: 0;
  }

  .product-gallery .slider__arrow--prev .icon_arrow_down {
    transform: rotate(90deg);
  }

  .product-gallery-slider {
    display: table;
    width: auto;
  }

  .product-gallery_desktop {
    display: none;
  }

  .product-gallery_mobile.product-simple_gallery {
    display: table;
    height: 100px;
    margin: 0 auto;
    padding: 0 15px;
    width: auto;
  }

  .product-gallery_mobile.product-simple_gallery .product-gallery_link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .product-gallery_mobile.product-simple_gallery .product-gallery_list {
    display: flex;
  }

  .product-gallery_link {
    height: 70px;
    margin: 15px auto;
    width: 70px;
  }

  .product-gallery_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    padding-top: 0;
  }

  .product-header-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 462px;
  }

  .product-header-container {
    padding-top: 100px;
    position: relative;
  }

  .product-header-right {
    max-width: 100%;
  }

  .product-images {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .product-sku {
    margin-bottom: 20px;
  }

  .product-title {
    bottom: auto;
    font-size: 22px;
    font-weight: 500;
    height: 2.4545454545em;
    left: 8px;
    line-height: 1.2272727273em;
    margin-bottom: 26px;
    margin-top: 26px;
    max-width: calc(100% - 16px);
    position: absolute;
    right: 8px;
    top: 0;
    width: 100%;
  }

  .product-zoom {
    float: none;
    margin: 0 auto 15px;
    max-width: 100%;
    width: 100%;
  }

  .product-zoom_link {
    width: 100%;
  }

  .showcase-related .showcase-title {
    letter-spacing: -0.2px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product-gallery_list {
    max-width: 258px;
  }
}

@media (max-width: 575px) {
  .input-group_qtd {
    min-height: 45px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-group_qtd .form-input {
    font-size: 14px;
  }

  .product-btn {
    border-radius: 27px;
    font-size: 14px;
    height: 55px;
    width: 100%;
  }

  .product-btn.product-btn_buy {
    width: 100%;
  }

  .product-btn_buy {
    margin-bottom: 10px;
  }

  .product-btn_payment {
    font-size: 11px;
    letter-spacing: -0.1px;
    line-height: 13px;
  }

  .product-description {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-description_body {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-top: 0;
  }

  .product-description_body .accordion-body {
    padding-right: 24px;
  }

  .product-description_header {
    font-size: 18px;
  }

  .product-description_header.accordion-header {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .product-description_ico {
    height: 32px;
    width: 32px;
  }

  .product-description_ico svg {
    height: 10px;
    width: 10px;
  }

  .product-descriptions {
    padding-bottom: 50px;
  }

  .product-gallery_list {
    max-width: 172px;
  }

  .product-header {
    padding-bottom: 50px;
  }

  .product-prices.product-prices_out-of-stock .product-prices_price {
    font-size: 22px;
    line-height: 1.0909090909em;
  }

  .product-prices.product-prices_out-of-stock .product-prices_price p {
    letter-spacing: -0.5px;
  }

  .product-prices.product-prices_out-of-stock .product-prices_price p:last-child {
    font-size: 0.9090909091em;
  }

  .product-prices .product-content_box.product-box_prices {
    max-width: calc(100% - 150px);
  }

  .product-prices .product-content_box.product-box_qtd {
    max-width: 150px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .product-prices_plots {
    font-size: 11px;
    letter-spacing: -0.1px;
    line-height: 1em;
    margin-top: 2px;
  }

  .product-prices_price {
    font-size: 22px;
    line-height: 1.2727272727em;
  }

  .product-prices_strike {
    font-size: 13px;
    line-height: 1.3846153846em;
  }

  .product-tag {
    min-width: 105px;
    top: 20px;
  }

  .product-tag:nth-child(2) {
    top: 49px;
  }

  .product-title {
    left: 16px;
    max-width: calc(100% - 16px - 16px);
    right: 16px;
  }

  .product-zoom {
    height: 360px;
  }

  .product-zoom_link {
    display: block;
    width: 100%;
  }

  .showcase-last-viewed {
    padding-bottom: 50px;
  }
}

.notfound-btn {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #222222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #222222;
  display: table;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  min-width: 220px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: .5s;
}

.notfound-btn:focus,
.notfound-btn:hover {
  background-color: #222222;
  color: #fff;
  opacity: 1;
}

.notfound-img {
  margin: 0 auto 30px;
  max-height: 150px;
  max-width: 150px;
}

.notfound-img>* {
  max-height: 100%;
  max-width: 100%;
}

.notfound-main {
  padding-bottom: 100px;
  padding-top: 80px;
}

.notfound-text {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2222222222em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.2222222222em;
  text-align: center;
}

@media (max-width: 575px) {
  .notfound-btn {
    border-radius: 15px;
    font-size: 12px;
    height: 32px;
    min-width: 160px;
    padding: 6px 10px;
  }

  .notfound-img {
    max-height: 120px;
    max-width: 120px;
  }

  .notfound-text {
    font-size: 22px;
    line-height: 1.2727272727em;
    margin-bottom: 30px;
    max-width: 20em;
  }
}

.search-header {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 30px;
  min-height: 50px;
  padding: 10px 30px;
  width: 100%;
}

.search-header>* {
  align-items: center;
  display: flex;
  height: 30px;
}

.search-left {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.search-left>* {
  margin-bottom: 0;
  margin-right: 5px;
}

.search-left h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  margin-right: 0;
}

.search-left a {
  color: #32a0ed;
}

.search-left ol li {
  float: left;
  display: table;
}

.search-left ol li>* {
  float: left;
}

.search-left ol li::marker {
  display: none !important;
  font-size: 0 !important;
}

.search-left ol li:after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
}

.search-left ol li:last-child:after {
  display: none;
}

.search-right {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
}

.search-main {
  padding-bottom: 50px;
  padding-top: 60px;
}

.search-options {
  display: table;
  width: 100%;
}

.search-options.search-options_bottom {
  padding-bottom: 25px;
  padding-top: 25px;
}

.search-options.search-options_bottom .search-options-pagination_list {
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-options.search-options_bottom .search-options-pagination a.search-options-pagination_link {
  margin-left: 10px;
  margin-right: 10px;
}

.search-options.search-options_bottom a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  margin-left: 10px;
  margin-right: 10px;
  min-width: 24px;
  padding: 5px 5px 3px;
}

.search-options.search-options_bottom a.search-options-pagination_link__arrow {
  height: 30px;
  width: 30px;
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link {
  background-color: #222222;
  color: #fff;
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  opacity: 1;
}

.search-options.search-options_bottom .search-options-pagination_item a.search-options-pagination_link {
  opacity: 1;
}

.search-options.search-options_top {
  margin-bottom: 30px;
}

.search-options.search-options_top .search-options-pagination {
  margin-right: 30px;
}

.search-options .form-group:not(:last-child) {
  margin-bottom: 0;
}

.search-options .form-group:first-child {
  margin-right: 64px;
}

.search-options .form-label {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-right: 15px;
  padding-bottom: 11px;
  padding-top: 11px;
}

.search-options .form-select {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #267cc5;
  float: left;
  font-size: 13px;
  font-weight: 500;
  height: 38px;
  line-height: 20px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-top: 9px;
  width: auto;
}

.search-options-pagination_list {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 6px;
  padding-top: 6px;
}

.search-options-pagination .search-options-pagination_item {
  display: table;
  margin: 0;
}

.search-options-pagination .search-options-pagination_item:first-of-type a {
  margin-left: 0 !important;
}

.search-options-pagination .search-options-pagination_item:last-of-type a {
  margin-right: 0 !important;
}

.search-options-pagination a.search-options-pagination_link__arrow {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #222222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 26px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 26px;
}

.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):focus,
.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 10px 10px rgb(74 72 238 / 25%);
}

.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):focus svg,
.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):hover svg {
  fill: #1b71be;
}

.search-options-pagination a.search-options-pagination_link {
  margin: 0 5px;
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-width: 26px;
  opacity: 0.6;
  padding: 6px 5px 4px;
  text-align: center;
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow):focus,
.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow):hover {
  opacity: 0.8;
}

.search-options-pagination a.search-options-pagination_link.disable {
  cursor: no-drop;
  opacity: 0.4 !important;
}

.search-options-left,
.search-options-right {
  width: 100%;
}

.search-options-left {
  max-width: calc(100% - 330px - 30px);
}

.search-options-right {
  max-width: 330px;
}

.search-options-pagination_item.active a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  opacity: 1;
}

.search-options-pagination_link__arrow svg {
  fill: #000;
  height: 7px;
  width: 7px;
}

.search-view_link {
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  margin: 10px 5px;
  opacity: 0.4;
}

.search-view_link:last-child {
  margin-right: 0;
}

.search-view_link svg {
  fill: #fff;
  height: 18px;
  width: 18px;
}

.search-view_link.active {
  opacity: 1;
}

.showcase-search {
  padding-bottom: 30px;
}

.showcase-search.showcase-search_grid .showcase-item {
  float: left;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% / 3 - 16px);
}

.showcase-search.showcase-search_grid .showcase-list {
  display: table;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}

.search-filters-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 50px;
  width: 100%;
}

.search-filters-content .form-radio input:checked+.form-icon::before {
  background-color: #0380c9;
  height: 8px;
  width: 8px;
}

.search-filters-content .form-radio input:focus+.form-icon,
.search-filters-content .form-radio input:hover+.form-icon {
  background-color: #c9dde9;
  border: 0;
  box-shadow: none;
}

.search-filters-content .form-radio input:checked+.form-icon {
  background-color: #dbe8f0;
  border: 0;
}

.search-filters-content .form-group:not(:last-child) {
  margin-bottom: 0;
}

.search-filters-content .form-radio {
  align-items: center;
  display: flex;
  margin: 0;
  padding-bottom: 7px;
  padding-left: 24px;
  padding-top: 7px;
}

.search-filters-content .form-radio .form-icon {
  background-color: #dbe8f0;
  border: 0;
  bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 16px;
  margin: auto;
  top: 0;
  width: 16px;
}

.search-filters-content .form-radio .form-text {
  padding-top: 2px;
}

.search-filters-content .form-checkbox {
  align-items: center;
  display: flex;
  margin: 0;
  padding-bottom: 7px;
  padding-left: 24px;
  padding-top: 7px;
}

.search-filters-content .form-checkbox .form-icon {
  border-color: rgb(90 90 90 / 50%);
  bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: auto;
  top: 0;
}

.search-filters-content .form-group.form-group_category {
  padding-bottom: 15px;
  padding-top: 15px;
}

.search-filters-content .form-group:not(:last-child) {
  margin-bottom: 0;
}

.search-filter {
  margin-bottom: 30px;
}

.search-filter:not(.search-filter_price) .search-filter-body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-filter-body {
  margin: 14px 0;
  max-width: 100%;
  padding: 0 6px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.search-filter-header {
  background-color: #fbfbfb;
  border-radius: 15px;
  cursor: pointer;
  height: 54px;
  padding: 16px 20px;
}

.form-text {
  color: #636363;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 2px;
}

.search-filter-icon {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid rgb(34 34 34 / 56%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  float: right;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.search-filter-icon svg {
  fill: #000000;
  height: auto;
  width: 10px;
}

.search-filter-link_category.active .form-radio .form-icon:after {
  background-color: #0380c9;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

.search-filter-link_category.search-filter-link_category__back {
  display: table;
  padding: 2px 0;
}

.search-filter-link_category.search-filter-link_category__child .form-checkbox,
.search-filter-link_category.search-filter-link_category__child .form-radio {
  margin-left: 22px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.search-filter-link_category.search-filter-link_category__child2 .form-checkbox,
.search-filter-link_category.search-filter-link_category__child2 .form-radio {
  margin-left: 44px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.form-radio.form-radio_subCategory {
  margin-left: 22px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.search-filter .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

.search-filter[open=""] .search-filter-icon svg {
  transform: rotate(180deg);
}

.search-filter-title {
  color: #161616;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.search-filters-btn {
  display: table;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
}

.search-filters-btn:focus,
.search-filters-btn:hover {
  background-color: #222222;
}

.search-filter_variation__button .form-radio {
  float: left;
  padding: 0;
  width: auto;
}

.search-filter_variation__button .form-radio input:checked+.search-filter-variation_link {
  border-color: #0380c9;
  box-shadow: none;
  color: #000;
}

.search-filter_variation__button .form-radio input:checked+.search-filter-variation_link.search-filter-variation_link__cor {
  border-color: #fff !important;
  box-shadow: 0px 0px 0px 2px #0380c9;
}

.search-filter_variation__button .search-filter-variation_list {
  display: table;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}

.search-filter_variation__button .search-filter-variation_link {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px rgba(163, 198, 217, 0.5);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 2px 8px 8px;
  min-width: 28px;
  padding: 2px 5px;
  text-align: center;
}

.search-filter_variation__button .search-filter-variation_link.search-filter-variation_link__cor {
  border-radius: 50%;
  border-width: 3px;
  font-size: 0;
  height: 24px;
  min-width: 0;
  padding: 0;
  width: 24px;
}

.search-filters-btn {
  background-color: #fff;
  border-radius: 15px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 20px;
  text-transform: uppercase;
  transition: .5s;
}

.search-filter-variation_list__button {
  padding-bottom: 10px;
  padding-top: 10px;
}

.search-filter-price .noUi-horizontal {
  height: 3px;
}

.search-filter-price .noUi-target {
  background-color: #dbe8f0;
  border-radius: 2px;
  border: none;
  box-shadow: none;
}

.search-filter-price .noUi-connect {
  background: #000000;
}

.search-filter-price .noUi-handle {
  background-color: #000000;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  height: 12px;
  right: -6px;
  top: -5px;
  width: 12px;
}

.search-filter-price .noUi-handle>* {
  display: none;
}

.search-filter-price .noUi-handle:after,
.search-filter-price .noUi-handle:before {
  display: none;
}

.search-filter-price_values {
  color: #666;
  display: table;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 22px;
  width: 100%;
}

.search-filter-price_values .search-filter-price_lower {
  float: left;
}

.search-filter-price_values .search-filter-price_upper {
  float: right;
}

.main-background_open .search-filters-content,
.main-background_open .search-options_mobile {
  box-shadow: none;
}

.search-options_mobile {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 70px;
  position: relative;
  z-index: 99;
}

.search-options_mobile .search-filters-content {
  border-radius: 0;
  padding: 0;
}

.search-options_mobile .search-option-icon {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  margin: 0 auto;
  width: 22px;
}

.search-options_mobile .search-option-icon svg {
  fill: #222222;
  max-height: 20px;
  max-width: 22px;
}

.search-options_mobile .search-option-title {
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  margin-top: 6px;
}

.search-options_mobile .search-option[open] {
  box-shadow: none;
}

.search-options_mobile .search-option_order .form-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.search-options_mobile .search-option_order .form-label {
  display: none;
}

.search-options_mobile .search-option_order .form-group .dropdown {
  border-radius: 8px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.search-options_mobile .search-option_order .form-group .dropdown>.btn {
  border-radius: 8px;
  font-size: 13px;
  height: auto;
  line-height: 16px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 15px;
  text-align: left;
  width: 100%;
}

.search-options_mobile .search-option_order .form-group .dropdown ul {
  width: 100%;
}

.search-options_mobile .search-option_order .form-group .dropdown ul a {
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 16px;
}

.search-options_mobile .search-option_order .form-select {
  border-radius: 8px;
  font-size: 15px;
  height: auto;
  line-height: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 15px;
  width: 100%;
}

.search-options_mobile .search-option_view .search-option-icon {
  width: auto;
}

.search-options_mobile .search-options-body_item {
  display: none;
  opacity: 0;
  padding: 30px 20px 20px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%;
}

.search-options_mobile .search-options-body_item.open {
  display: table;
  opacity: 1;
}

.search-options_mobile .search-options-header {
  display: table;
  width: 100%;
}

.search-options_mobile .search-options-header_item {
  float: left;
  padding: 13px 15px;
  text-align: center;
  width: 33.3333333333%;
}

.search-options_mobile .search-view_link {
  display: table;
  float: none;
  margin: auto;
  opacity: 1;
}

.search-options_mobile .search-view_link[data-type="grid"] .search-option-icon__grid {
  display: flex;
  opacity: 1;
}

.search-options_mobile .search-view_link[data-type="list"] .search-option-icon__list {
  display: flex;
  opacity: 1;
}

.search-options_mobile .search-view_link .search-option-icon {
  display: none;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .search-options.search-options_top .search-options-pagination {
    margin-right: 15px;
  }

  .search-options .form-group:first-child {
    margin-right: 20px;
  }

  .search-options-left {
    max-width: calc(100% - 310px - 20px);
  }

  .search-options-right {
    max-width: 310px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .search-filter-price_values {
    font-size: 13px;
  }

  .search-filters-content {
    border-radius: 18px;
    padding: 30px 15px 40px;
  }

  .search-options.search-options_top .search-options-pagination {
    float: right !important;
    margin-left: auto;
    margin-right: 0;
  }

  .search-options.search-options_top .search-options-left {
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .search-options .form-group:first-child {
    margin-right: 20px;
  }

  .search-options .form-label {
    font-size: 13px;
    margin-right: 10px;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .search-options .form-select {
    border-radius: 6px;
    font-size: 12px;
    height: 34px;
    line-height: 20px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-top: 7px;
  }

  .search-options-left {
    max-width: 480px;
  }

  .search-options-pagination a.search-options-pagination_link {
    margin-left: 2px;
    margin-right: 2px;
  }

  .search-options-right {
    max-width: calc(100% - 480px);
  }

  .search-view_link {
    margin-bottom: 0;
  }

  .search-view {
    margin-right: 10px;
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 991px) {
  .search-header {
    padding: 15px 20px;
  }

  .search-header>* {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
  }

  .search-left>* {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .search-left ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .search-main {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .search-options.search-options_bottom {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
  }

  .search-options.search-options_bottom .search-options-pagination a.search-options-pagination_link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .search-options.search-options_bottom a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
    color: #267cc5;
    font-size: 15px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    min-width: 30px;
    padding-bottom: 4px;
    padding-top: 6px;
  }

  .search-options_mobile {
    display: table !important;
  }

  .search-right {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .showcase-search {
    padding-bottom: 0;
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 767px) {
  .showcase-search.showcase-search_grid .showcase-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .showcase-search.showcase-search_grid .showcase-list {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

a.footer-contact_item.footer-contact_item__email {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

footer .footer-content_second .logo-wdna span:hover {
  color: #fff;
}

section.showcase.showcase-model-5 {
  padding-bottom: 70px;
}

.timeline {
  text-align: left;
}

.showcase-search_list .showcase-prices {
  text-align: left;
  justify-content: flex-start;
  max-width: calc(100% - 170px - 8px);
}

.showcase-search_list .showcase-product_buy {}

.showcase-model-6 .showcase-product {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.table-product-image img {
  max-height: calc(80px - 16px);
}

/* Ajustar - submenu Desktop */

.nav-main .nav-main_item:last-child>.nav-main_content.dropdown-content {
  right: 0;
  left: auto;
}

.nav-main .nav-main_item:nth-child(4)>.nav-main_content.dropdown-content {
  background-color: #fff;
}

.nav-main .nav-main_item:first-child>.nav-main_content.dropdown-content {
  right: auto;
  left: 0;
}

a.header-link:focus,
a.header-link:hover {
  opacity: 1;
}

a.header-link:focus svg,
a.header-link:hover svg {
  fill: #48a0ed;
}

a.cart_link:focus .cart_quantity,
a.cart_link:hover .cart_quantity {
  color: #222222;
  background-color: #fff;
}

a.search_link:focus .icon-bar:first-child,
a.search_link:hover .icon-bar:first-child {
  border-color: #48a0ed;
}

a.search_link:focus .icon-bar:last-child,
a.search_link:hover .icon-bar:last-child {
  background-color: #48a0ed;
}



/*** START - Showcase Promotion 2022-10-20  ***/
.showcase-model-9 {
  /*box-shadow: 0 0 20px 20px rgba(205, 230, 244, 0.15);*/
  box-shadow: none;
  margin-bottom: 60px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative
}

.showcase-model-9>* {
  position: relative;
  z-index: 1
}

.showcase-model-9:after {
  background-color: #fff;
  left: auto;
  right: 0
}

.showcase-model-9:after,
.showcase-model-9:before {
  bottom: 0;
  content: '';
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%
}

.showcase-model-9:before {
  background-color: #121212;
  left: 0;
  right: auto
}

.showcase-model-9 .card-footer:last-child {
  padding-bottom: 62px;
  padding-top: 24px
}

.showcase-model-9 .card-footer,
.showcase-model-9 .card-header {
  display: table;
  width: 100%
}

.showcase-model-9 .card-header {
  padding-top: 60px
}

.showcase-model-9 .card-image {
  width: 100%
}

.showcase-model-9 .card-left {
  margin-left: 0;
  max-width: calc(100% - 362px);
  padding-left: 16px;
  padding-right: 16px
}

.showcase-model-9 .card-left,
.showcase-model-9 .card-right {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  float: left;
  min-height: 468px;
  width: 100%
}

.showcase-model-9 .card-right {
  max-width: 362px
}

.showcase-model-9 .showcase-prices {
  align-content: center;
  height: 72px;
  max-width: 100%;
  padding-right: 0
}

.showcase-model-9 .showcase-prices_plots {
  font-size: 13px;
  line-height: 14px;
  margin-top: 0
}

.showcase-model-9 .showcase-prices_price {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1em
}

.showcase-model-9 .showcase-prices_strike {
  font-size: 13px;
  line-height: 18px
}

.showcase-model-9 .showcase-product {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0;
  padding: 16px 0;
  width: 100%
}

.showcase-model-9 .showcase-product .showcase-product_image.card-image {
  padding: 0
}

.showcase-model-9 .showcase-product_buy {
  float: left;
  margin-top: 30px;
  max-width: 200px;
  width: 100%
}

.showcase-model-9 .showcase-product_link__image {
  height: 300px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 300px
}

.showcase-model-9 .showcase-product_link_title {
  font-size: 16px;
  height: 3.75em;
  line-height: 1.25em;
  max-width: 16.25em
}

.showcase-model-9 .showcase-promotion-product {
  background-color: #fff;
  width: calc(100% - 498px)
}

.showcase-model-9 .showcase-promotion-product,
.showcase-model-9 .showcase-timer {
  float: left;
  min-height: 500px
}

.showcase-model-9 .showcase-promotions {
  background-color: #fff;
  overflow: hidden
}

.showcase-model-9 .showcase-tags {
  display: none
}

.showcase-model-9 .showcase-timer {
  background-color: #121212;
  color: #fff;
  fill: #fff;
  width: 498px
}

.showcase-model-9 .showcase-timer-box {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  min-height: 500px;
  padding-bottom: 60px;
  padding-top: 52px
}

.showcase-model-9 .showcase-timer-content {
  border-radius: .0869565217em;
  border: 2px solid #262626;
  font-size: 115px;
  max-width: 390px;
  min-height: 1em;
  width: 100%
}

.showcase-model-9 .showcase-timer-content_item {
  border-left: 1px solid transparent;
  float: left;
  position: relative;
  text-align: center;
  width: calc(100% / 4)
}

.showcase-model-9 .showcase-timer-content_item:after {
  background-color: #262626;
  bottom: auto;
  height: .3652173913em;
  right: -0.5px;
  top: .052173913em;
  width: 1px
}

.showcase-model-9 .showcase-timer-content_item:after,
.showcase-model-9 .showcase-timer-content_item:before {
  content: '';
  display: table;
  left: auto;
  position: absolute
}

.showcase-model-9 .showcase-timer-content_item:before {
  background-color: #4b4b4b;
  bottom: auto;
  height: .1304347826em;
  right: -1.5px;
  top: .2869565217em;
  width: 3px
}

.showcase-model-9 .showcase-timer-content_item:last-of-type {
  border-right: 0
}

.showcase-model-9 .showcase-timer-content_item:last-of-type:after,
.showcase-model-9 .showcase-timer-content_item:last-of-type:before {
  display: none
}

.showcase-model-9 .showcase-timer-content_list {
  align-items: baseline;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: .1217391304em;
  width: 3.1652173913em
}

.showcase-model-9 .showcase-timer-content_number {
  font-family: "Poppins", sans-serif;
  font-size: .5043478261em;
  font-weight: bold;
  letter-spacing: -1.2px;
  line-height: 1em;
  min-height: 1em;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.showcase-model-9 .showcase-timer-content_number>* {
  display: table;
  margin: auto;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.showcase-model-9 .showcase-timer-content_text {
  font-size: .0869565217em;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase
}

.showcase-model-9 .showcase-timer-content_title {
  background-color: #121212;
  color: #fff;
  display: table;
  font-size: .1217391304em;
  font-weight: bold;
  line-height: 1.4285714286em;
  margin: -.7857142857em auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 10.7142857143em
}

.showcase-model-9 .showcase-timer-footer {
  display: table;
  margin: 30px auto 0
}

.showcase-model-9 .showcase-timer-footer>* {
  float: left
}

.showcase-model-9 .showcase-timer-footer_icon {
  font-size: 22px;
  height: 1em;
  margin-right: .6818181818em;
  width: 1em
}

.showcase-model-9 .showcase-timer-footer_icon svg {
  display: block;
  max-height: 100%;
  max-width: 100%
}

.showcase-model-9 .showcase-timer-footer_text {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2727272727em;
  line-height: 1.2727272727em;
  padding-bottom: .2727272727em;
  padding-top: .4545454545em
}

.showcase-model-9 .showcase-timer-header {
  max-width: 390px
}

.showcase-model-9 .showcase-timer-text svg {
  max-height: 10px;
  max-width: 10px
}

.showcase-model-9 .showcase-timer-title {
  color: #fff;
  display: table;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -.0555555556em;
  line-height: .8888888889em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5em;
  padding-right: .0555555556em;
  position: relative;
  text-align: center
}

.showcase-model-9 .showcase-timer-title span {
  display: block
}

.showcase-model-9 .slider__arrow {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important
}

.showcase-model-9 .slider__arrow--next {
  right: 24px
}

.showcase-model-9 .slider__arrow--next svg {
  transform: rotate(-90deg)
}

.showcase-model-9 .slider__arrow--prev {
  left: 522px;
  padding-right: 1px
}

.showcase-model-9 .slider__arrow--prev svg {
  transform: rotate(90deg)
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-9 .card-left {
    max-width: calc(100% - 282px)
  }

  .showcase-model-9 .card-right {
    max-width: 282px
  }

  .showcase-model-9 .showcase-promotion-product {
    width: calc(100% - 480px)
  }

  .showcase-model-9 .showcase-timer {
    width: 480px
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 504px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .showcase-model-9 .card-left {
    max-width: calc(100% - 282px)
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 368px
  }

  .showcase-model-9 .card-right {
    max-width: 282px
  }

  .showcase-model-9 .showcase-prices {
    height: 64px
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 12px;
    line-height: 14px
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 32px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 250px;
    width: 250px
  }

  .showcase-model-9 .showcase-promotion-product {
    width: calc(100% - 360px)
  }

  .showcase-model-9 .showcase-promotion-product,
  .showcase-model-9 .showcase-timer {
    min-height: 400px
  }

  .showcase-model-9 .showcase-timer {
    width: 360px
  }

  .showcase-model-9 .showcase-timer-box {
    min-height: 400px;
    padding-bottom: 40px;
    padding-top: 32px
  }

  .showcase-model-9 .showcase-timer-content {
    font-size: 90px;
    max-width: 310px
  }

  .showcase-model-9 .showcase-timer-footer {
    margin-top: 26px
  }

  .showcase-model-9 .showcase-timer-footer_icon {
    font-size: 18px
  }

  .showcase-model-9 .showcase-timer-footer_text {
    font-size: 9px
  }

  .showcase-model-9 .showcase-timer-title {
    font-size: 58px
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 384px
  }
}

@media (max-width: 991px) {
  .showcase-model-9 .card-footer:last-child {
    padding-bottom: 8px;
  }

  .showcase-model-9 .showcase-prices {
    margin-left: 0;
    text-align: left;
  }

  .showcase-model-9 .showcase-product_link_title {
    text-align: left;
  }

  .showcase-model-9 {
    background-color: #121212;
    padding-bottom: 48px;
    padding-top: 48px
  }

  .showcase-model-9:after,
  .showcase-model-9:before {
    display: none
  }

  .showcase-model-9 .card-header {
    padding-top: 0
  }

  .showcase-model-9 .card-left {
    max-width: calc(100% - 322px)
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 248px
  }

  .showcase-model-9 .card-right {
    max-width: 322px
  }

  .showcase-model-9 .showcase-prices {
    height: 58px
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 11px;
    line-height: 12px
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1em
  }

  .showcase-model-9 .showcase-prices_strike {
    font-size: 11px;
    line-height: 16px
  }

  .showcase-model-9 .showcase-product {
    padding: 16px 32px
  }

  .showcase-model-9 .showcase-product_buy {
    border-radius: 16px;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    margin-top: 16px;
    min-height: 32px;
    padding: 8px 16px 6px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 248px;
    max-width: 248px
  }

  .showcase-model-9 .showcase-product_link_title {
    font-size: 14px;
    height: 2.8571428571em;
    line-height: 1.4285714286em;
    max-width: 18.5714285714em
  }

  .showcase-model-9 .showcase-promotion-product {
    border-radius: 5px;
    min-height: 0;
    width: 100%;
  }

  .showcase-model-9 .showcase-promotions {
    background-color: transparent;
  }

  .showcase-model-9 .showcase-timer {
    margin-bottom: 0;
    min-height: 0;
    padding-bottom: 40px;
    width: 100%;
  }

  .showcase-model-9 .showcase-timer-box {
    display: table;
    min-height: 0;
    padding-bottom: 10px;
    padding-top: 16px;
  }

  .showcase-model-9 .showcase-timer-content {
    font-size: 95px;
    height: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
  }

  .showcase-model-9 .showcase-timer-content_list {
    width: 3.0736842105em;
  }

  .showcase-model-9 .showcase-timer-footer {
    margin-top: 24px;
  }

  .showcase-model-9 .showcase-timer-footer_icon {
    font-size: 18px;
  }

  .showcase-model-9 .showcase-timer-footer_text {
    font-size: 9px;
  }

  .showcase-model-9 .showcase-timer-title {
    font-size: 72px;
  }

  .showcase-model-9 .slider__arrow {
    bottom: 125px;
    top: auto;
  }

  .showcase-model-9 .slider__arrow--next {
    left: auto;
    right: 24px;
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 24px;
    right: auto;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .showcase-model-9 .card-left {
    max-width: calc(100% - 232px);
    padding-left: 0;
    padding-right: 24px;
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 208px;
  }

  .showcase-model-9 .card-right {
    max-width: 232px;
  }

  .showcase-model-9 .showcase-product {
    padding-left: 16px;
    padding-right: 16px;
  }

  .showcase-model-9 .showcase-product_buy {
    max-width: 180px;
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 208px;
    max-width: 208px;
  }

  .showcase-model-9 .showcase-product_link_title {
    max-width: calc(100% - 20px);
  }

  .showcase-model-9 .slider__arrow {
    bottom: 105px;
  }

  .showcase-model-9 .slider__arrow--next {
    right: 16px;
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 16px;
  }
}

@media (max-width: 575px) {
  .showcase-model-9 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .showcase-model-9 .card-header {
    padding-top: 0;
  }

  .showcase-model-9 .card-left {
    max-width: calc(50% - 8px);
  }

  .showcase-model-9 .card-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 164px;
  }

  .showcase-model-9 .card-right {
    max-width: calc(50% + 8px);
  }

  .showcase-model-9 .showcase-prices {
    height: 54px;
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 9px;
    line-height: 10px;
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 24px;
    line-height: 22px;
  }

  .showcase-model-9 .showcase-prices_price span {
    font-size: .6666666667em;
  }

  .showcase-model-9 .showcase-product {
    padding: 8px;
  }

  .showcase-model-9 .showcase-product.card .card-footer:last-child {
    padding-top: 8px;
  }

  .showcase-model-9 .showcase-product_buy {
    font-size: 11px;
    line-height: 16px;
    margin-top: 8px;
    max-width: 150px;
    min-height: 30px;
    padding: 6px 16px 6px;
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 164px;
    max-width: 100%;
  }

  .showcase-model-9 .showcase-product_link_title {
    font-size: 13px;
    height: 2.7692307692em;
    line-height: 1.3846153846em;
    max-width: calc(100% - 8px);
  }

  .showcase-model-9 .showcase-timer {
    padding-bottom: 10px;
  }

  .showcase-model-9 .showcase-timer-content {
    font-size: 85px;
    max-width: 290px;
  }

  .showcase-model-9 .showcase-timer-content_list {
    width: 3.3411764706em;
  }

  .showcase-model-9 .showcase-timer-content_number {
    font-size: 42px;
    line-height: 46px;
  }

  .showcase-model-9 .showcase-timer-content_text {
    font-size: 8px;
    line-height: 10px;
  }

  .showcase-model-9 .showcase-timer-footer {
    margin-top: 16px;
  }

  .showcase-model-9 .showcase-timer-title {
    font-size: 52px;
    padding-bottom: 24px;
  }

  .showcase-model-9 .slider__arrow {
    bottom: 75px;
    top: auto;
  }

  .showcase-model-9 .slider__arrow--next {
    right: 16px;
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 16px;
  }
}

/*** END - Showcase Promotion 2022-10-20  ***/





/*** START - Adicionando texo no rodapé 2023-06-15  ***/
.footer-payment .footer_title,
.footer-stamp .footer_title {
  display: none;
}

.footer-payment_item {
  margin-bottom: 6px;
  margin-top: 6px;
}

.footer-text-bottom {
  font-size: 11px;
  line-height: 13px;
}

@media (min-width: 992px) {
  footer .footer-content_second .container {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  footer .footer-content_second .logo-wdna {
    float: right;
  }
}

@media (max-width: 991px) {
  .footer-text-bottom {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

@media (max-width: 575px) {
  .footer-box.footer-payment {
    margin-bottom: 20px;
  }

  .footer-payment_item {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .footer-payment_list {
    justify-content: flex-start;
  }

  .footer-stamp_list {
    justify-content: flex-start;
  }

  footer .footer-content_second .container {
    padding-top: 20px;
  }
}

/*** END - Adicionando texo no rodapé 2023-06-15  ***/


/*** START - Correção 2023-06-15  ***/
.product-descriptions {
  color: #222;
}

.tab-checkout-status .avatar {
  color: #222;
}

/*** END - Correção 2023-06-15  ***/



/*** START - Menu  ***/
@media (min-width: 992px) {
  .header .dropdown {
    position: static;
  }

  .nav-main .nav-main_item>.nav-main_content.dropdown-content {
    flex-wrap: wrap;
    justify-content: space-between;
    left: 8px;
    right: 8px;
  }

  .nav-main>.nav-main_item.dropdown:hover>.nav-main_content>ul>li {
    width: calc(100% / 6);
  }

  .nav-main>.nav-main_item.dropdown:hover>.nav-main_content>ul {
    width: 100%;
  }
}

/*** END - Menu  ***/