@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
}

.label-text-checkout-error {
  color: #f40505;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding: 4px 2px 16px
}

* {
  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: #98be8e;
  border: none;
  color: #fff
}

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

.btn-first {
  background-color: #98be8e;
  color: #fff
}

.btn-first:focus,
.btn-first:hover {
  background-color: #98be8e;
  color: #fff
}

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

.card-page img {
  max-width: 100%
}

.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-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: #FFFFFF;
  color: #864583;
  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,%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: 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: #58677e;
  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: .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 {
  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: #d6dbe3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #17184d;
  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;
  color: #17184d;
  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;
  bottom: auto;
  color: #191b53;
  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: #17184d;
  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;
  color: #17184d;
  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;
  bottom: auto;
  color: #191b53;
  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: #88aacd;
  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: #88aacd
}

.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(233, 79, 29, 0.6);
  border-left-color: rgba(233, 79, 29, 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: #191b53;
  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: #98be8e;
  border-radius: 5px;
  border: none;
  color: #fff;
  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
}

.btn-sidenav-close.btn-sidenav-close_custom:focus,
.btn-sidenav-close.btn-sidenav-close_custom:hover {
  background-color: #5f8c54;
  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: #15164c;
  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: #191b53;
  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: #7889a3;
  border-radius: 5px;
  color: #191b53;
  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: #191b53
}

.sidenav-container .form-input::-webkit-input-placeholder {
  color: #191b53
}

.sidenav-container .form-input::-moz-placeholder {
  color: #191b53
}

.sidenav-container .form-input::-ms-input-placeholder {
  color: #191b53
}

.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: #98be8e;
  border-color: #98be8e;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  min-height: 55px;
  padding: 16.5px 15px;
  text-transform: uppercase
}

.sidenav-overlay .btn:not(.btn-access):focus,
.sidenav-overlay .btn:not(.btn-access):hover {
  background-color: #5f8c54;
  border-color: #c03d13;
  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: #17184d;
  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: #17184d;
  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 #864684;
  color: #864684;
  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: #c03d13;
  color: #c03d13
}

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

.sidenav-overlay_account .forget-password a {
  color: #191b53;
  text-decoration: underline
}

.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: #191b53;
  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(25, 27, 83, 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: #7889a3;
  height: 12px;
  width: 12px
}

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

.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-reached_quantity_limit {
  color: #0d77c4;
  font-size: .6875em;
  line-height: 1.1818181818em
}

.sidenav-overlay_cart .cart-product-reached_quantity_limit p {
  padding-bottom: 4px
}

.sidenav-overlay_cart .cart-product_info {
  color: rgba(23, 24, 77, 0.7);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.0909090909em;
  margin-bottom: 1.4545454545em;
  opacity: 0.7
}

.sidenav-overlay_cart .cart-product_out_of_stock {
  color: #f40505;
  font-size: .6875em;
  line-height: 1.1818181818em
}

.sidenav-overlay_cart .cart-product_out_of_stock .btn.btn_out_of_stock {
  border-radius: 4px;
  font-size: 8px;
  height: auto;
  letter-spacing: 0.8px;
  line-height: 10px;
  margin-bottom: 8px;
  margin-top: 2px;
  min-height: 0;
  padding: 7px 12px 5px
}

.sidenav-overlay_cart .cart-product_out_of_stock p {
  padding-bottom: 4px
}

.sidenav-overlay_cart .cart-product_price {
  align-items: center;
  color: #17184d;
  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: #17184d;
  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 #7889a3;
  justify-content: center
}

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

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

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

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

.sidenav-overlay_cart .cart-product_quantity .btn,
.sidenav-overlay_cart .cart-product_quantity input {
  background-color: transparent;
  box-shadow: 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: #17184d;
  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: #5f8c54;
}

.sidenav-overlay_cart .cart-total_text {
  color: #17184d
}

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

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

.sidenav-overlay_cart .cart-total-tax {
  margin-top: 8px;
  padding-top: 0
}

.sidenav-overlay_cart .cart-subtotal {
  color: #17184d;
  font-size: 14px
}

.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 {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.sidenav-body_empty .cart-section_empty p {
  color: #17184d;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  width: 100%
}

.sidenav-body_empty .cart-section_empty svg {
  display: table;
  fill: rgba(23, 24, 77, 0.6);
  margin: 0 auto 15px;
  max-height: 50px;
  max-width: 50px;
  float: none;
  height: 50px;
  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: #191b53;
  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: #17184d;
  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: #17184d;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 20px 18px
}

.sidenav-payment-calculation table {
  color: #17184d;
  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: #17184d;
  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: #17184d;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  width: 100%
}

.sidenav-shipping-calculation table span {
  color: #7f82a9;
  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: #15164c;
  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: #864684;
  border-radius: 2px
}

.search_link.active .icon-bar:first-child {
  background-color: #864684;
  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: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

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

.search_link .icon-bar:last-child {
  background-color: #864684;
  border-radius: 2px;
  height: 2px;
  transform: rotate(45deg) translate(.3333333333em, -.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: rgba(255, 255, 255, 0.85);
  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: #98be8e;
  border-radius: 50%;
  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: #fff;
  position: relative;
  z-index: 999
}

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

.header .icon-ssl svg {
  fill: #191b53;
  max-height: 45px;
  max-width: 45px
}

.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 {
  background-color: #fff;
  height: 100px;
  position: relative
}

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

.header .navbar-section {
  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: #864684;
}

.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: #17184e;
  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: #864684;
  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: 70px
}

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

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

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

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

.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: #f5f8fb;
  box-shadow: none;
  color: #191b53;
  font-weight: 600
}

.nav-main_content li:focus a,
.nav-main_content li:hover a {
  color: #191b53
}

.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 #864684;
  border: 0;
  color: #864684;
  display: inline-table;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  height: auto;
  line-height: 20px;
  padding: 0px 19px;
  text-align: center
}

.nav-main_link>* {
  float: left
}

.nav-main_link:focus,
.nav-main_link:hover {
  box-shadow: none;
  color: #070818
}

.nav-main_link svg {
  fill: #864684;
  height: 20px;
  margin-left: 10px;
  width: 11px
}

.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 rgba(48, 55, 66, 0.2);
  color: #191b53;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 60px
}

.search .form-input::placeholder {
  color: #191b53
}

.search .form-input::-webkit-input-placeholder {
  color: #191b53
}

.search .form-input::-moz-placeholder {
  color: #191b53
}

.search .form-input::-ms-input-placeholder {
  color: #191b53
}

.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: #864684;
}

.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: #191b53;
  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: #f5f8fb;
  border-bottom: 1px solid #f1f3f6;
  border-top: 1px solid #f1f3f6;
  padding: 16px 20px
}

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

.sidebar-nav .sidebar-nav-icon svg {
  fill: #191b53;
  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-left: 15px;
    padding-right: 15px
  }
}

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

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

  .header .navbar-section {
    max-width: 130px
  }

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

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

  .nav-main {
    height: 80px
  }

  .nav-main_link {
    font-size: 14px;
    padding: 30px 10px
  }
}

@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: 65px
  }

  .header .navbar-center {
    display: none
  }

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

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

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

  .logo img {
    max-height: 50px
  }

  .nav-main {
    display: none
  }

  .sidebar-nav {
    margin-top: 65px
  }
}

@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: #fff;
  box-shadow: 0px 3.2px 8px 0px rgba(25, 27, 83, 0.25);
  color: #191b53;
  padding-bottom: 15px;
  padding-top: 0
}

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

.sidebar-nav .metismenu .has-arrow:after {
  color: #8e91dd;
  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: #f5f8fb;
  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: #fff;
  position: relative;
  z-index: 0
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
  background-color: #fff;
  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: #f5f8fb;
  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: #191b53;
  display: block;
  font-size: 15px;
  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: #191b53
}

.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
}

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

.footer-box {
  margin-bottom: 30px
}

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

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

.footer-contact_item.footer-contact_item__tel {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 11px
}

.footer-newsletter .btn {
  background-color: #864684;
  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: transparent
}

.footer-newsletter .btn:focus svg,
.footer-newsletter .btn:hover svg {
  fill: #0d0e2c
}

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

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

.footer-newsletter .form-input::placeholder {
  color: rgba(21, 22, 76, 0.6)
}

.footer-newsletter .form-input::-webkit-input-placeholder {
  color: rgba(21, 22, 76, 0.6)
}

.footer-newsletter .form-input::-moz-placeholder {
  color: rgba(21, 22, 76, 0.6)
}

.footer-newsletter .form-input::-ms-input-placeholder {
  color: rgba(21, 22, 76, 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: 16px;
  padding-bottom: .8125em;
  padding-top: .8125em
}

.footer-page_item:first-of-type {
  padding-top: 0
}

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

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

.footer-payment .footer_title {
  color: #191b53;
  font-size: 15px;
  font-weight: normal
}

.footer-stamp .footer_title {
  color: #191b53;
  font-size: 15px;
  font-weight: normal
}

.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: #191b53;
  max-height: 30px;
  max-width: 72px
}

.footer-payment_item svg>* {
  fill: #191b53
}

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

.footer-stamp_item img {
  max-width: 55px
}

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

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

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

.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 {
  color: #864684;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 22px
}

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

.social-icons__link:focus,
.social-icons__link:hover {
  border-color: #6c316a;
  opacity: 1
}

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

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

.social-icons__link svg {
  fill: #864684
}

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

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

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

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

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

footer .footer-content_second .logo-wdna span {
  margin-right: 8px;
  padding-top: 3px
}

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

footer .footer-content_second a.logo-wdna:focus,
footer .footer-content_second a.logo-wdna:hover {
  color: #191b53;
  opacity: 0.6
}

footer a {
  color: #191b53
}

footer a:focus,
footer a:hover {
  color: #070818
}

footer li {
  margin-top: 0
}

footer ul {
  margin: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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: 14px
  }

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

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

  .footer-payment_item {
    margin: 5px
  }

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

  .footer-stamp_item {
    margin: 5px
  }

  .footer-stamp_list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -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: 70px
  }
}

@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: 70px
  }
}

@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: .4615384615em
  }

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

  .footer-payment .footer_title {
    display: none
  }

  .footer-payment_item {
    margin: 10px
  }

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

  .footer-stamp .footer_title {
    display: none
  }

  .footer-stamp_item {
    margin: 10px
  }

  .footer-stamp_list {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -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: 70px
  }
}

.btn.btn-access {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f1f3f6;
  box-shadow: 0 2px 3px rgba(48, 55, 66, 0.1);
  color: #98be8e;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: 55px;
  padding: 16.5px 24px;
  text-transform: none;
  width: 100%
}

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

.btn.btn-access:focus,
.btn.btn-access:hover {
  background-color: #f5f8fb;
  border-color: #e7f2f8;
  color: #0d0e2c
}

.btn.btn-access:focus svg,
.btn.btn-access:hover svg {
  fill: #0d0e2c
}

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

.btn.btn-access svg {
  fill: #191b53;
  height: 22px;
  margin-right: 20px;
  width: 22px
}

.card-page_custom .card-body {
  color: #17184d;
  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: #17184e;
  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: #8e91dd;
  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: #17184e;
  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: #e7f2f8;
  color: #17184e
}

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

.loading:after {
  border-bottom-color: rgba(233, 79, 29, 0.6);
  border-left-color: rgba(233, 79, 29, 0.8)
}

.showcase {
  padding-bottom: 35px
}

.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: 40px
}

.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(25, 27, 83, 0.1)
}

.showcase-banners_full .showcase-banners_item__exemple .showcase-banners_link {
  align-items: center;
  background-color: rgba(233, 79, 29, 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: #98be8e;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1
}

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

.showcase-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}

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

.showcase-prices.showcase-prices_center {
  align-content: center;
  max-width: 100%;
  padding-right: 0
}

.showcase-prices_plots {
  color: #191b53;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase
}

.showcase-prices_price {
  color: #15164c;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1578947368em;
  width: 100%
}

.showcase-prices_strike {
  color: #17184e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em
}

.showcase-product {
  border-radius: 20px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  padding: 20px;
  position: relative
}

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

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

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

.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: 30px
}

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

.showcase-product_buy {
  background-color: #98be8e;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  height: 42px;
  /* altura fixa, pode ajustar conforme seu design */
  box-sizing: border-box;
  text-align: center;

  display: flex;
  /* flex para centralizar conteúdo */
  align-items: center;
  /* centraliza verticalmente */
  justify-content: center;
  /* centraliza horizontalmente */

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: #5f8c54;
  color: #fff
}

.showcase-product_image {
  position: relative
}

.showcase-product_link__image {
  display: block;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  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: #17184d;
  display: block;
  font-size: 15px;
  height: 3.571429em;
  line-height: 1.285714em;
  margin-top: 16px;
}

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

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #fff;
  border: 2px solid #fff;
  height: 45px;
  left: auto;
  width: 45px
}

.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: #0d0e2c;
  border-color: #0d0e2c;
  opacity: 1
}

.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: #fff
}

.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: 0
}

.showcase-banners .slider__arrow:not(.slider__arrow--center).slider__arrow--prev,
.showcase-products .slider__arrow:not(.slider__arrow--center).slider__arrow--prev {
  right: 55px
}

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

.showcase-tag {
  background-color: #ee734b;
  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: #864684;
}

.showcase-tag.showcase-tag-offer {
  background-color: #98be8e
}

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

.showcase-title {
  color: #864684;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 34px;
  text-align: center
}

.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 solid rgba(0, 0, 0, 0.4);
  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:not(.home-main)>.showcase {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 30px
}

main:not(.home-main)>.showcase.showcase-model-5 {
  padding-top: 30px
}

main:not(.home-main)>.showcase.showcase-model-5:first-child {
  padding-top: 30px
}

main:not(.home-main)>.showcase:first-child {
  padding-top: 0
}

main h2 {
  text-align: center
}

.card-page .card-body img {
  max-width: 100%
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-product_buy__chat {
    border-radius: 16px;
    font-size: 10px;
    height: auto;
    line-height: 14px;
    min-height: 0;
    padding: 10px 5px
  }
}

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

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

  .showcase-offer {
    height: 38px;
    left: auto;
    right: 0;
    width: 38px
  }

  .showcase-offer_text {
    font-size: 11px
  }

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

  .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: 9px;
    letter-spacing: -0.1px
  }

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

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

  .showcase-product {
    padding-bottom: 25px;
    padding-top: 15px;
    position: relative
  }

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

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

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

  .showcase-product_buy {
    border-radius: 17px;
    font-size: 11px;
    max-width: calc(100% - 150px);
    min-height: 34px;
    padding: 7px 8px 7px;
    width: 125px
  }

  .showcase-product_link__image {
    height: 186px
  }

  .showcase-product_link_title {
    font-size: 13px;
    font-weight: 500;
    height: 2.6153846154em;
    margin-top: 20px;
    left: 20px;
    line-height: 1.3076923077em
  }

  .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 {
    right: 43px
  }

  .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-product_buy.showcase-product_buy__full {
  max-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%
}

.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
}

.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
}

.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: 50px;
    padding-right: 0;
    width: 100%
  }

  .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;
    margin-top: 18px;
    max-width: none
  }

  .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 {
    margin-top: 10px
  }

  .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: #17184d;
  font-size: .3913043478em;
  font-weight: 500
}

.product-kit .input-group_qtd .form-input {
  color: #17184d;
  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.product-btn_buy {
  background-color: rgba(25, 27, 83, 0.6)
}

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

.product-kit .product-btn.product-btn_buy.active:focus,
.product-kit .product-btn.product-btn_buy.active:hover {
  background-color: #98be8e;
}

.product-kit .product-btn.product-btn_buy.disabled {
  background-color: rgba(25, 27, 83, 0.3);
  opacity: 1
}

.product-kit .product-btn.product-btn_buy:focus,
.product-kit .product-btn.product-btn_buy:hover {
  background-color: rgba(19, 21, 63, 0.6)
}

.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: #864684;
  border-color: #864684;
}

.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(233, 79, 29, 0.2)
}

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

.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: #864684;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px
}

.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: #864684;
  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: .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: #191b53;
  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_subtotal {
  font-size: .9em;
  line-height: 1.2222222222em
}

.product-kit .showcase-kit_finish .product-box_subtotal,
.product-kit .showcase-kit_finish .product-box_tax,
.product-kit .showcase-kit_finish .product-box_total {
  margin-left: auto;
  margin-right: 0;
  padding: 0 8px;
  text-align: right
}

.product-kit .showcase-kit_finish .product-box_tax {
  font-size: .6em;
  line-height: 1.3333333333em
}

.product-kit .showcase-kit_finish .product-box_total {
  font-size: 1.2em;
  line-height: 1.1666666667em;
  padding-bottom: 5px;
  padding-top: 5px
}

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

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

.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: #191b53;
  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: rgba(25, 27, 83, 0.4)
}

.product-kit .showcase-kit_header .showcase-kit_btn {
  align-items: center;
  background-color: #fff;
  border-radius: 11px;
  color: #191b53;
  display: flex;
  fill: #191b53;
  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: #17184d;
  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: #17184d;
  font-size: 15px;
  height: auto;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

@media (min-width: 992px) {
  .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
  }
}

@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 .showcase-kit_finish .product-box_qnt {
    padding-bottom: 16px
  }

  .product-kit .showcase-kit_finish .product-box_subtotal,
  .product-kit .showcase-kit_finish .product-box_tax,
  .product-kit .showcase-kit_finish .product-box_total {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    text-align: left
  }

  .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: .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
  }
}

@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
  }
}

.menu-group-purchase {
  border-radius: 6px;
  padding: 12px 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05)
}

.menu-group-purchase .form-checkbox {
  align-items: center;
  display: flex;
  max-width: calc(100% - (110px + 10px))
}

.menu-group-purchase .label {
  background-color: transparent;
  padding: 0
}

.menu-group-purchase .menu-badge {
  max-width: 110px
}

.menu-group-purchase .menu-badge .label {
  margin-right: 8px
}

.menu-group-purchase label {
  color: #15164c;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px
}

.product-group-purchase {
  margin-bottom: 30px
}

.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: 50px;
  padding-bottom: 0;
  padding-top: 25px;
}

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* centraliza horizontalmente */
  justify-content: center;
  /* centraliza verticalmente */
  width: 100%;
  height: 100%;
  /* ocupar a altura disponível do card */
  padding: 0;
  text-align: center;
  gap: 8px;
  /* espaço entre os itens */
  box-sizing: border-box;
}

.showcase-model-list .showcase-product_buy {
  background-color: #98be8e;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  height: 42px;
  /* altura fixa, pode ajustar conforme seu design */
  box-sizing: border-box;
  text-align: center;

  display: flex;
  /* flex para centralizar conteúdo */
  align-items: center;
  /* centraliza verticalmente */
  justify-content: center;
  /* centraliza horizontalmente */

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.showcase-model-list .showcase-product_buy:focus,
.showcase-model-list .showcase-product_buy:hover {
  background-color: #5f8c54;
  color: #fff
}

.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
  }
}

@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
  }
}

.showcase-model-8 .showcase-banners .slider__arrow.slider__arrow {
  bottom: 0;
  margin: auto;
  top: 0
}

.showcase-model-8 .showcase-banners .slider__arrow.slider__arrow--next {
  left: auto;
  right: -18px
}

.showcase-model-8 .showcase-banners .slider__arrow.slider__arrow--prev {
  left: -18px;
  right: auto
}

.showcase-model-8 .columns-box-custom {
  margin-bottom: -8px;
  margin-top: -8px
}

.showcase-model-8 .columns-box-custom .column {
  padding-bottom: 8px;
  padding-top: 8px
}

@media (min-width: 1400px) {
  .showcase-model-8 .column {
    padding-left: 7px;
    padding-right: 7px
  }

  .showcase-model-8 .columns {
    margin-left: -7px;
    margin-right: -7px
  }

  .showcase-model-8 .columns-box-custom {
    margin-bottom: -7px;
    margin-top: -7px
  }

  .showcase-model-8 .columns-box-custom .column {
    padding-bottom: 7px;
    padding-top: 7px
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-8 .column {
    padding-left: 6px;
    padding-right: 6px
  }

  .showcase-model-8 .columns {
    margin-left: -6px;
    margin-right: -6px
  }

  .showcase-model-8 .columns-box-custom {
    margin-bottom: -6px;
    margin-top: -6px
  }

  .showcase-model-8 .columns-box-custom .column {
    padding-bottom: 6px;
    padding-top: 6px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-model-8 .column {
    padding-left: 5px;
    padding-right: 5px
  }

  .showcase-model-8 .columns {
    margin-left: -5px;
    margin-right: -5px
  }

  .showcase-model-8 .columns-box-custom {
    margin-bottom: -5px;
    margin-top: -5px
  }

  .showcase-model-8 .columns-box-custom .column {
    padding-bottom: 5px;
    padding-top: 5px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase-model-8 .column {
    padding-left: 4px;
    padding-right: 4px
  }

  .showcase-model-8 .columns {
    margin-left: -4px;
    margin-right: -4px
  }

  .showcase-model-8 .columns-box-custom {
    margin-bottom: -4px;
    margin-top: -4px
  }

  .showcase-model-8 .columns-box-custom .column {
    padding-bottom: 4px;
    padding-top: 4px
  }
}

@media (max-width: 991px) {
  .showcase-model-8 .showcase-banner_carousel {
    position: relative
  }

  .showcase-model-8 .showcase-banners-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 412px;
    width: 100%
  }

  .showcase-model-8 .showcase-banners-box>.columns>.column:first-of-type {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .showcase-model-8 .showcase-banners .slider__arrow.slider__arrow--next {
    right: 0
  }

  .showcase-model-8 .showcase-banners .slider__arrow.slider__arrow--prev {
    left: 0
  }
}

.showcase-model-9 {
  box-shadow: 0 0 20px 20px rgba(205, 230, 244, 0.15);
  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: #864584;
  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: #864583;
  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 #98be8e;
  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: #fbe0d7;
  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: #fff;
  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: #98be8e;
  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: #FFFFFF;
  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 {
    background-color: #864684;
    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
  }
}

.showcase-model-10 {
  background-color: transparent
}

.showcase-model-10 .showcase-banners_footer {
  align-items: center;
  display: flex;
  margin-top: 26px
}

.showcase-model-10 .showcase-banners_footer>*:nth-child(2) {
  max-width: calc(100% - 140px - 20px);
  padding-left: 10px
}

.showcase-model-10 .showcase-banners_footer__link {
  align-items: center;
  background-color: #864684;
  border-radius: 8px;
  color: #fff;
  display: flex;
  fill: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  padding: 2px 8px;
  width: 140px
}

.showcase-model-10 .showcase-banners_footer__link:focus,
.showcase-model-10 .showcase-banners_footer__link:hover {
  background-color: #c03d13;
  color: #fff;
  opacity: 1
}

.showcase-model-10 .showcase-banners_footer__link span {
  padding-top: 0
}

.showcase-model-10 .showcase-banners_footer__link svg {
  height: 15px;
  margin-right: 14px;
  width: 15px
}

.showcase-model-10 .showcase-banners_footer__title {
  color: #191b53;
  font-size: 14px;
  font-weight: 600;
  max-height: 2.4285714286em;
  line-height: 1.2142857143em;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px
}

.showcase-model-10 .showcase-banners_img {
  border-radius: 8px;
  display: block;
  font-size: 434.6666666667px;
  height: .5521472393em;
  overflow: hidden;
  position: relative;
  width: 100%
}

.showcase-model-10 .showcase-banners_img img {
  bottom: 0;
  display: table;
  font-size: 16px;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.showcase-model-10 .showcase-banners_link {
  display: table;
  height: 100%;
  width: 100%
}

.showcase-model-10 .showcase-banners_link:focus,
.showcase-model-10 .showcase-banners_link:hover {
  opacity: 1
}

.showcase-model-10 .showcase-banners_link:focus:before,
.showcase-model-10 .showcase-banners_link:hover:before {
  opacity: 0.7
}

.showcase-model-10 .showcase-banners_link:focus svg,
.showcase-model-10 .showcase-banners_link:hover svg {
  fill: #864684
}

.showcase-model-10 .showcase-banners_link:before {
  bottom: 0;
  content: '';
  display: table;
  background-color: #000;
  border-radius: 8px;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-in-out;
  width: 100%
}

.showcase-model-10 .showcase-banners_link svg {
  bottom: 0;
  fill: #fff;
  height: 38px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  transition: all 500ms ease-in-out;
  width: 38px
}

.showcase-model-10 .showcase-banners_video {
  padding-bottom: 45px;
  padding-top: 0
}

@media (min-width: 992px) {
  .showcase-model-10 .banners-slider-2 .showcase-banners_img {
    font-size: 622px
  }

  .showcase-model-10 .showcase-banners_video__1 .showcase-banners_footer,
  .showcase-model-10 .showcase-banners_video__1 .showcase-banners_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 852px
  }

  .showcase-model-10 .banners-slider-1 .showcase-banners_img {
    font-size: 852px;
    height: .5352112676em
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-10 .showcase-banners_footer {
    margin-top: 36px
  }

  .showcase-model-10 .showcase-banners_img {
    font-size: 374.6666666667px
  }

  .showcase-model-10 .banners-slider-2 .showcase-banners_img {
    font-size: 562px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-model-10 .showcase-banners_footer {
    margin-top: 26px
  }

  .showcase-model-10 .showcase-banners_footer>:nth-child(2) {
    max-width: calc(100% - 116px);
    padding-left: 16px
  }

  .showcase-model-10 .showcase-banners_footer__link {
    border-radius: 6px;
    font-size: 11px;
    width: 116px
  }

  .showcase-model-10 .showcase-banners_footer__link svg {
    margin-right: 4px
  }

  .showcase-model-10 .showcase-banners_footer__title {
    font-size: 12px;
    max-height: 2.5em;
    line-height: 1.25em;
    padding-left: 8px;
    padding-right: 4px
  }

  .showcase-model-10 .showcase-banners_img {
    font-size: 314.6666666667px
  }

  .showcase-model-10 .banners-slider-2 .showcase-banners_img {
    font-size: 472px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase-model-10 .showcase-banners_img {
    font-size: 352px
  }
}

@media (min-width: 480px) and (max-width: 991px) {

  .showcase-model-10 .showcase-banners_video__1 .showcase-banners_footer,
  .showcase-model-10 .showcase-banners_video__1 .showcase-banners_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 448px
  }

  .showcase-model-10 .banners-slider-1 .showcase-banners_img {
    font-size: 448px;
    height: .53125em
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .showcase-model-10 .showcase-banners_footer,
  .showcase-model-10 .showcase-banners_img {
    margin-left: auto;
    margin-right: auto;
    width: 448px
  }

  .showcase-model-10 .showcase-banners_img {
    font-size: 448px
  }
}

@media (max-width: 479px) {
  .showcase-model-10 .showcase-banners_img {
    font-size: 16px;
    height: 50vw
  }
}

@media (max-width: 991px) {
  .showcase-model-10 .showcase-banners_footer {
    margin-top: 26px
  }

  .showcase-model-10 .showcase-banners_footer>:nth-child(2) {
    max-width: calc(100% - 116px);
    padding-left: 16px
  }

  .showcase-model-10 .showcase-banners_footer__link {
    border-radius: 6px;
    font-size: 11px;
    width: 116px
  }

  .showcase-model-10 .showcase-banners_footer__link span {
    padding-top: 1px
  }

  .showcase-model-10 .showcase-banners_footer__link svg {
    margin-right: 4px
  }

  .showcase-model-10 .showcase-banners_footer__title {
    font-size: 12px;
    max-height: 2.5em;
    line-height: 1.25em;
    padding-left: 8px;
    padding-right: 4px
  }

  .showcase-model-10 .showcase-banners_video {
    padding-bottom: 25px;
    padding-top: 0
  }
}

.modal-video .btn-clear {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 32px;
  height: 1.25em;
  justify-content: center;
  line-height: 1em;
  margin-left: 0;
  width: 1.25em;
  padding-top: 6px
}

.modal-video .content {
  display: flex;
  max-height: 100%;
  max-width: 100%
}

.modal-video .content.content-vimeo {
  display: block
}

.modal-video .modal-container {
  background-color: #000;
  border-radius: 8px;
  max-height: 540px;
  max-width: 720px;
  min-height: 360px;
  padding: 0;
  position: relative
}

.modal-video .modal-container .modal-body {
  border-radius: 8px;
  padding: 0;
  overflow: hidden
}

.modal-video .modal-header {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99
}

@media (min-width: 576px) and (max-width: 767px) {
  .modal-video .modal-container {
    max-height: 310px;
    max-width: 560px;
    min-height: 280px
  }

  .modal-video .modal-container iframe {
    max-height: 310px
  }
}

@media (max-width: 575px) {
  .modal-video .modal-container {
    max-height: 53.9130434783vw;
    max-width: 97.3913043478vw;
    min-height: 48.6956521739vw
  }

  .modal-video .modal-container iframe {
    max-height: 53.9130434783vw
  }
}

.showcase-model-11 .columns {
  margin-bottom: -8px;
  margin-top: -8px
}

.showcase-model-11 .columns .column {
  padding-bottom: 8px;
  padding-top: 8px
}

.showcase-model-11 .showcase-banner_carousel {
  position: relative
}

.showcase-model-11 .showcase-banner_image__empty {
  background-color: #f2f4f5;
  border-radius: 10px;
  height: 240px;
  text-align: center;
  width: 100%
}

.showcase-model-12 {
  color: #191b53
}

.showcase-model-12 .card .card-title {
  margin-bottom: 12px
}

.showcase-model-12 .card .card-body {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  width: 100%
}

.showcase-model-12 .card .card-body>*:last-child {
  margin-bottom: 0
}

.showcase-model-12 .card .card-description {
  margin-bottom: 26px
}

.showcase-model-12 .card .card-header,
.showcase-model-12 .card .card-body,
.showcase-model-12 .card .card-footer {
  padding-left: 20px;
  padding-right: 20px
}

.showcase-model-12 .card .card-header:last-child,
.showcase-model-12 .card .card-body:last-child,
.showcase-model-12 .card .card-footer:last-child {
  padding-bottom: 32px
}

.showcase-model-12 .card .card-body_full {
  height: 348px
}

.showcase-model-12 .card .card-body_default {
  height: 286px
}

.showcase-model-12 .card-btn {
  align-items: center;
  background-color: #864684;
  border-radius: 20px;
  color: #fff;
  display: flex;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  padding: 8px 32px;
  text-align: center;
  text-transform: uppercase
}

.showcase-model-12 .card-btn:focus,
.showcase-model-12 .card-btn:hover {
  background-color: #c03d13;
  color: #fff
}

.showcase-model-12 .card-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  height: 120px;
  overflow: hidden;
  width: 100%
}

.showcase-model-12 .card-description {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px
}

.showcase-model-12 .card-img {
  max-height: none;
  max-width: none
}

.showcase-model-12 .card-link {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  overflow: hidden;
  position: relative
}

.showcase-model-12 .card-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 90px;
  overflow: hidden;
  width: 100%
}

.showcase-model-12 .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px
}

.showcase-model-12 .showcase-banners-description[data-img-position="bottom"] .card .card-body {
  padding-top: calc(32px + 8px)
}

.showcase-model-12 .showcase-banners-description[data-img-position="left"] .card {
  display: block;
  width: 100%
}

.showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-body {
  align-content: center;
  display: flex;
  float: left;
  height: 300px;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 50%
}

.showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-image {
  float: left;
  width: 50%
}

.showcase-model-12 .showcase-banners-description[data-img-position="left"] .slider__arrow {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: 0
}

.showcase-model-12 .showcase-banners-description[data-img-position="right"] .card {
  display: block;
  width: 100%
}

.showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-body {
  align-content: center;
  display: flex;
  float: left;
  height: 300px;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 50%
}

.showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-image {
  float: left;
  width: 50%
}

.showcase-model-12 .showcase-banners-description[data-img-position="right"] .slider__arrow {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: 0
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-body {
  padding: 16px 16px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-title {
  margin-bottom: 8px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-description {
  -webkit-line-clamp: 4;
  height: calc(20px * 4);
  line-height: 20px;
  margin-bottom: 12px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-title {
  -webkit-line-clamp: 2;
  height: calc(28px * 2);
  line-height: 28px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-body {
  padding: 16px 16px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-title {
  margin-bottom: 8px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-description {
  -webkit-line-clamp: 4;
  height: calc(20px * 4);
  line-height: 20px;
  margin-bottom: 12px
}

.showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-title {
  -webkit-line-clamp: 2;
  height: calc(28px * 2);
  line-height: 28px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card .card-body {
  height: 180px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: calc(100% - 183px)
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card .card-image {
  width: 183px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card .card-link {
  height: 180px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card .card-title {
  margin-bottom: 8px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card-description {
  -webkit-line-clamp: 3;
  font-size: 14px;
  height: calc(20px * 3);
  line-height: 20px;
  margin-bottom: 8px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card-title {
  -webkit-line-clamp: 1;
  font-size: 20px;
  height: calc(24px * 1);
  line-height: 24px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card .card-body {
  height: 180px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: calc(100% - 183px)
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card .card-image {
  width: 183px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card .card-link {
  height: 180px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card .card-title {
  margin-bottom: 8px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card-description {
  -webkit-line-clamp: 3;
  font-size: 14px;
  height: calc(20px * 3);
  line-height: 20px;
  margin-bottom: 8px
}

.showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card-title {
  -webkit-line-clamp: 1;
  font-size: 20px;
  height: calc(24px * 1);
  line-height: 24px
}

.showcase-model-12 .showcase-banners-description .card .card-image {
  padding-top: 0
}

.showcase-model-12 .showcase-banners-description_carousel_1 .card .card-body_full {
  height: 288px
}

.showcase-model-12 .showcase-banners-description_carousel_1 .card .card-body_default {
  height: 226px
}

.showcase-model-12 .showcase-banners-description_carousel_1 .card-title {
  height: 30px
}

.showcase-model-12 .showcase-banners-description_carousel_2 .card .card-body_full {
  height: 318px
}

.showcase-model-12 .showcase-banners-description_carousel_2 .card .card-body_default {
  height: 256px
}

.showcase-model-12 .showcase-banners-description_carousel_2 .card-title {
  height: 60px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-title {
  margin-bottom: 10px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body {
  padding-top: 28px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-description {
  margin-bottom: 24px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-header,
.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body,
.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-footer {
  padding-left: 16px;
  padding-right: 16px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-header:last-child,
.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body:last-child,
.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-footer:last-child {
  padding-bottom: 28px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body_full {
  height: 312px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body_default {
  height: 254px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card-btn {
  border-radius: 18px;
  font-size: 11px;
  height: 34px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card-description {
  font-size: 14px;
  height: 110px;
  line-height: 22px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card-link {
  height: 200px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .card-title {
  font-size: 20px;
  height: 78px;
  line-height: 26px
}

.showcase-model-12 .showcase-banners-description_carousel_5 .slider__arrow {
  bottom: auto;
  top: calc(200px - (32px + 30px))
}

.showcase-model-12 .showcase-card {
  box-shadow: none;
  overflow: hidden
}

.showcase-model-12 .showcase-list {
  position: relative
}

.showcase-model-12 .slider__arrow {
  bottom: auto;
  top: calc(300px - (32px + 30px))
}

.showcase-model-12 a {
  color: #191b53
}

@media (min-width: 992px) {
  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-body {
    padding-left: 24px;
    padding-right: 24px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-body {
    padding-left: 24px;
    padding-right: 24px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-link {
    height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-body {
    height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-link {
    height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-body {
    height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card .card-link {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card .card-body {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card .card-body {
    padding: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(28px * 1);
    line-height: 28px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card .card-link {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card .card-body {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card .card-body {
    padding: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(28px * 1);
    line-height: 28px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="left"] .card .card-link {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="left"] .card .card-body {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="left"] .card .card-body {
    padding: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="left"] .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(28px * 1);
    line-height: 28px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="right"] .card .card-link {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="right"] .card .card-body {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="right"] .card .card-body {
    padding: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="right"] .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_5[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(28px * 1);
    line-height: 28px;
    margin-bottom: 8px
  }
}

@media (min-width: 1400px) {
  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    height: calc(24px * 2);
    line-height: 24px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    height: calc(24px * 2);
    line-height: 24px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    height: calc(20px * 1);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    height: calc(20px * 1);
    line-height: 20px;
    margin-bottom: 8px
  }
}

@media (max-width: 1399px) {
  .showcase-model-12 .showcase-banners-description_carousel_5 .card-btn {
    border-radius: 16px;
    font-size: 11px;
    height: 32px
  }

  .showcase-model-12 .showcase-banners-description_carousel_5 .card-description {
    font-size: 13px;
    height: 105px;
    line-height: 21px
  }

  .showcase-model-12 .showcase-banners-description_carousel_5 .card-title {
    font-size: 18px;
    height: 72px;
    line-height: 24px
  }

  .showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body_full {
    height: 299px
  }

  .showcase-model-12 .showcase-banners-description_carousel_5 .card .card-body_default {
    height: 243px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .showcase-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 314px
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    height: calc(24px * 2);
    line-height: 24px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    height: calc(24px * 2);
    line-height: 24px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-btn {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    height: calc(20px * 1);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-btn {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: calc(18px * 4);
    line-height: 18px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    height: calc(20px * 1);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-title {
    margin-bottom: 10px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body {
    padding-top: 28px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-description {
    margin-bottom: 24px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-header,
  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body,
  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-footer {
    padding-left: 16px;
    padding-right: 16px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-header:last-child,
  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body:last-child,
  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-footer:last-child {
    padding-bottom: 28px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body_full {
    height: 312px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body_default {
    height: 254px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card-btn {
    border-radius: 18px;
    font-size: 11px;
    height: 34px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card-description {
    font-size: 14px;
    height: 110px;
    line-height: 22px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card-title {
    font-size: 20px;
    height: 78px;
    line-height: 26px
  }
}

@media (max-width: 1199px) {
  .showcase-model-12 .card .card-title {
    margin-bottom: 10px
  }

  .showcase-model-12 .card .card-body {
    padding-top: 28px
  }

  .showcase-model-12 .card .card-description {
    margin-bottom: 24px
  }

  .showcase-model-12 .card .card-header,
  .showcase-model-12 .card .card-body,
  .showcase-model-12 .card .card-footer {
    padding-left: 16px;
    padding-right: 16px
  }

  .showcase-model-12 .card .card-header:last-child,
  .showcase-model-12 .card .card-body:last-child,
  .showcase-model-12 .card .card-footer:last-child {
    padding-bottom: 28px
  }

  .showcase-model-12 .card .card-body_full {
    height: 312px
  }

  .showcase-model-12 .card .card-body_default {
    height: 254px
  }

  .showcase-model-12 .card-btn {
    border-radius: 18px;
    font-size: 11px;
    height: 34px
  }

  .showcase-model-12 .card-description {
    font-size: 14px;
    height: 110px;
    line-height: 22px
  }

  .showcase-model-12 .card-title {
    font-size: 20px;
    height: 78px;
    line-height: 26px
  }

  .showcase-model-12 .showcase-banners-description_carousel_1 .card .card-body_full {
    height: 260px
  }

  .showcase-model-12 .showcase-banners-description_carousel_1 .card .card-body_default {
    height: 202px
  }

  .showcase-model-12 .showcase-banners-description_carousel_1 .card-title {
    height: 26px
  }

  .showcase-model-12 .showcase-banners-description_carousel_2 .card .card-body_full {
    height: 286px
  }

  .showcase-model-12 .showcase-banners-description_carousel_2 .card .card-body_default {
    height: 228px
  }

  .showcase-model-12 .showcase-banners-description_carousel_2 .card-title {
    height: 52px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-link {
    height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-body {
    height: 230px;
    padding-bottom: 16px;
    padding-top: 16px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-description {
    margin-bottom: 16px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-img {
    max-height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-link {
    height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-body {
    height: 230px;
    padding-bottom: 16px;
    padding-top: 16px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-description {
    margin-bottom: 16px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-img {
    max-height: 230px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-body {
    height: 190px;
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-image {
    width: calc(50% - 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-link {
    height: 190px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-body {
    padding: 12px 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-img {
    max-height: 190px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-description {
    -webkit-line-clamp: 4;
    height: calc(20px * 4);
    line-height: 20px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(24px * 1);
    line-height: 24px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-body {
    height: 190px;
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-image {
    width: calc(50% - 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-link {
    height: 190px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-body {
    padding: 12px 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-img {
    max-height: 190px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-description {
    -webkit-line-clamp: 4;
    height: calc(20px * 4);
    line-height: 20px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(24px * 1);
    line-height: 24px
  }
}

@media (max-width: 991px) {
  .showcase-model-12 .showcase-banners-description[data-img-position="bottom"] .card .card-body {
    padding-top: calc(28px + 8px)
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-body {
    height: 180px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-top: 16px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 16px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-link {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-body {
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card .card-image {
    width: calc(50% - 8px)
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-body {
    height: 180px;
    padding-bottom: 16px;
    padding-right: 10px;
    padding-top: 16px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 16px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-link {
    height: 180px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-body {
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card .card-image {
    width: calc(50% - 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_1[data-img-position="left"] .card .card-img {
    max-height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_1[data-img-position="right"] .card .card-img {
    max-height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-image {
    width: 166px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-body {
    width: calc(100% - 166px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card .card-img {
    max-height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    height: 26px;
    line-height: 26px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-image {
    width: 166px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-body {
    width: calc(100% - 166px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card .card-img {
    max-height: 180px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_2[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    height: 26px;
    line-height: 26px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-body {
    width: calc(100% - 166px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-image {
    width: 166px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-img {
    max-height: 190px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    height: 26px;
    line-height: 26px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-body {
    width: calc(100% - 166px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-image {
    width: 166px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-img {
    max-height: 190px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    height: 26px;
    line-height: 26px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4 .showcase-card {
    max-width: 100%
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card .card-image {
    width: 160px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card .card-body {
    width: calc(100% - 160px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(24px * 1);
    line-height: 24px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card .card-image {
    width: 160px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card .card-body {
    width: calc(100% - 160px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-description {
    -webkit-line-clamp: 3;
    height: calc(20px * 3);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_4[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    height: calc(24px * 1);
    line-height: 24px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card-link {
    height: 150px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .slider__arrow {
    bottom: auto;
    top: calc(150px - (32px + 30px))
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body_full {
    height: 299px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card .card-body_default {
    height: 243px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card-btn {
    border-radius: 16px;
    font-size: 11px;
    height: 32px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card-description {
    font-size: 13px;
    height: 105px;
    line-height: 21px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .card-title {
    font-size: 18px;
    height: 72px;
    line-height: 24px
  }
}

@media (max-width: 575px) {
  .showcase-model-12 .card .card-body_full {
    height: 299px
  }

  .showcase-model-12 .card .card-body_default {
    height: 243px
  }

  .showcase-model-12 .card-btn {
    border-radius: 16px;
    font-size: 11px;
    height: 32px
  }

  .showcase-model-12 .card-description {
    font-size: 13px;
    height: 105px;
    line-height: 21px
  }

  .showcase-model-12 .card-title {
    font-size: 18px;
    height: 72px;
    line-height: 24px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 12px;
    height: calc(16px * 4);
    line-height: 16px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="left"] .card-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    height: calc(20px * 1);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card-description {
    -webkit-line-clamp: 4;
    font-size: 12px;
    height: calc(16px * 4);
    line-height: 16px;
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description[data-img-position="right"] .card-title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    height: calc(20px * 1);
    line-height: 20px;
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description_carousel_1 .card .card-body_full {
    height: 251px
  }

  .showcase-model-12 .showcase-banners-description_carousel_1 .card .card-body_default {
    height: 195px
  }

  .showcase-model-12 .showcase-banners-description_carousel_1 .card-title {
    height: 24px
  }

  .showcase-model-12 .showcase-banners-description_carousel_2 .card .card-body_full {
    height: 275px
  }

  .showcase-model-12 .showcase-banners-description_carousel_2 .card .card-body_default {
    height: 219px
  }

  .showcase-model-12 .showcase-banners-description_carousel_2 .card-title {
    height: 48px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card {
    border-radius: 10px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-title {
    margin-bottom: 8px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-body {
    padding-top: 24px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-description {
    margin-bottom: 12px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-header,
  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-body,
  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-footer {
    padding-left: 12px;
    padding-right: 12px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-header:last-child,
  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-body:last-child,
  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-footer:last-child {
    padding-bottom: 20px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-body_full {
    height: 260px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card .card-body_default {
    height: 218px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card-btn {
    border-radius: 14px;
    font-size: 9px;
    height: 30px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card-description {
    font-size: 12px;
    height: 100px;
    line-height: 20px
  }

  .showcase-model-12 .showcase-banners-description_carousel-mobile_2 .card-title {
    font-size: 16px;
    height: 66px;
    line-height: 22px
  }

  .showcase-model-12 .showcase-banners-description_carousel_4 .showcase-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 314px
  }

  .showcase-model-12 .showcase-banners-description_carousel_5 .showcase-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 248px
  }
}

@media (max-width: 424px) {
  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-body {
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="left"] .card .card-image {
    width: calc(50% - 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-body {
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description.showcase-banners-description_carousel_3[data-img-position="right"] .card .card-image {
    width: calc(50% - 8px)
  }
}

@media (max-width: 415px) {
  .showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card .card-body {
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="left"] .card .card-image {
    width: calc(50% - 8px)
  }

  .showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card .card-body {
    width: calc(50% + 8px)
  }

  .showcase-model-12 .showcase-banners-description .showcase-list[data-device="mobile"][data-img-position="right"] .card .card-image {
    width: calc(50% - 8px)
  }
}

.showcase-model-13 {
  padding-bottom: 60px;
  padding-top: 0 !important
}

@media (min-width: 1921px) {
  .showcase-model-13 .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px
  }
}

.showcase-model-13 .showcase-banners-full_desktop .showcase-banner-link_exemple .showcase-banner_image__empty {
  align-items: center;
  background-color: rgba(221, 221, 221, 0.15);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.showcase-model-13 .showcase-banners-full_desktop .showcase-banner-link_exemple svg {
  max-height: 60%;
  width: 75%
}

@media (min-width: 1921px) {
  .showcase-model-13 .showcase-banners-full_desktop .col-position-1 {
    padding-left: 0;
    width: calc(424px + (8px * 1))
  }

  .showcase-model-13 .showcase-banners-full_desktop .col-position-2 {
    width: calc(952px + (8px * 2))
  }

  .showcase-model-13 .showcase-banners-full_desktop .col-position-3 {
    padding-right: 0;
    width: calc(512px + (8px * 1))
  }

  .showcase-model-13 .showcase-banners-full_desktop .columns {
    margin-left: 0;
    margin-right: 0
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_3 {
    padding-bottom: 8px
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_4 {
    padding-top: 8px
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group {
    height: 650px
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group.showcase-banner-group_3,
  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group.showcase-banner-group_4 {
    height: calc(650px / 2)
  }
}

@media (max-width: 1920px) and (min-width: 576px) {
  .showcase-model-13 .showcase-banners-full_desktop .column.col-position-1 {
    padding-left: 0
  }

  .showcase-model-13 .showcase-banners-full_desktop .column.col-position-3 {
    padding-right: 0
  }

  .showcase-model-13 .showcase-banners-full_desktop .columns {
    margin-left: 0;
    margin-right: 0
  }

  .showcase-model-13 .showcase-banners-full_desktop .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_3 .showcase-banner_link {
    display: flex;
    height: 100%;
    width: 100%
  }
}

@media (max-width: 1920px) and (min-width: 992px) {
  .showcase-model-13 .showcase-banners-full_desktop .col-position-1 {
    width: 22.5%
  }

  .showcase-model-13 .showcase-banners-full_desktop .col-position-2 {
    width: 50.4166666667%
  }

  .showcase-model-13 .showcase-banners-full_desktop .col-position-3 {
    width: 27.0833333333%
  }

  .showcase-model-13 .showcase-banners-full_desktop .column {
    padding-left: .4166666667vw;
    padding-right: .4166666667vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_3 {
    padding-bottom: .4166666667vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_4 {
    padding-top: .4166666667vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group {
    height: 33.8541666667vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group.showcase-banner-group_3,
  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group.showcase-banner-group_4 {
    height: 16.9270833333vw
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .showcase-model-13 .showcase-banners-full_desktop .col-position-1 {
    width: 22.7043390515%
  }

  .showcase-model-13 .showcase-banners-full_desktop .col-position-2 {
    width: 50.7568113017%
  }

  .showcase-model-13 .showcase-banners-full_desktop .col-position-3 {
    width: 26.5388496468%
  }

  .showcase-model-13 .showcase-banners-full_desktop .column {
    padding-left: .4036326942vw;
    padding-right: .4036326942vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .column:first-child {
    padding-left: 0
  }

  .showcase-model-13 .showcase-banners-full_desktop .column:last-child {
    padding-right: 0
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_3 {
    padding-bottom: .8072653885vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner-group_4 {
    padding-top: .8072653885vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group {
    height: 34.106962664vw
  }

  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group.showcase-banner-group_3,
  .showcase-model-13 .showcase-banners-full_desktop .showcase-banner_group.showcase-banner-group_4 {
    height: 17.053481332vw
  }
}

.showcase-model-13 .showcase-banners-full_mobile .banner-main_img {
  margin: 0 auto
}

.showcase-model-13 .showcase-banners-full_mobile .showcase-banners_item__exemple:nth-child(2n-1) .banner-main_link {
  background-color: rgba(232, 197, 113, 0.3)
}

.showcase-model-13 .showcase-banners-full_mobile .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-model-13 .showcase-banners-full_mobile .showcase-banners_list {
  position: relative
}

.showcase-model-13 .showcase-banners-full_mobile .slider__arrow {
  background-color: transparent
}

.showcase-model-13 .showcase-banners-full_mobile .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-model-13 .showcase-banners-full_mobile .tns-nav>button {
  background-color: #fff;
  display: block;
  margin: 21.5px 0;
  opacity: 0.2
}

.showcase-model-13 .showcase-banners-full_mobile .tns-nav>button.glide__bullet--active {
  opacity: 1
}

.showcase-model-13 .showcase-banners-full_mobile .tns-nav>button:first-of-type {
  margin-top: 0
}

.showcase-model-13 .showcase-banners-full_mobile .tns-nav>button:last-of-type {
  margin-top: 0
}

.showcase-model-13 .showcase-banners-full_mobile .tns-outer {
  position: relative
}

.showcase-model-13 .showcase-banners-full_mobile .tns-outer [data-action] {
  display: none !important
}

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

@media (max-width: 575px) {
  .showcase-model-13 .showcase-banners-full_mobile .showcase-banners_item__exemple .showcase-banners_link {
    min-height: 123.8095238095vw
  }

  .showcase-model-13 .showcase-banners-full_mobile svg {
    height: 80.9523809524vw;
    margin: auto;
    width: 80.9523809524vw
  }
}

.showcase-model-14 .showcase-insta_link {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%
}

.showcase-model-14 .showcase-insta_link:focus,
.showcase-model-14 .showcase-insta_link:hover {
  opacity: 1
}

.showcase-model-14 .showcase-insta_link:focus .showcase-insta-media_mask,
.showcase-model-14 .showcase-insta_link:hover .showcase-insta-media_mask {
  z-index: 1;
  opacity: 1
}

.showcase-model-14 .showcase-insta_link .showcase-insta-media_mask {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-in-out;
  width: 100%;
  z-index: -1
}

.showcase-model-14 .showcase-insta_link img,
.showcase-model-14 .showcase-insta_link video {
  height: fit-content !important;
  max-height: fit-content;
  max-width: 100%;
  object-fit: cover;
  width: 100%
}

.showcase-model-14 .showcase-insta_link svg {
  display: block;
  fill: rgba(255, 255, 255, 0.8);
  height: 42px;
  width: 42px
}

.showcase-model-14 .showcase-insta_media {
  align-items: center;
  display: flex
}

.showcase-model-14 .showcase-list-8 .showcase-insta_link {
  height: 163px
}

.showcase-model-14 .showcase-list-8 .showcase-insta_link img {
  height: 163px;
  width: 163px
}

.showcase-model-14 .showcase-list-7 .showcase-insta_link {
  height: 186px
}

.showcase-model-14 .showcase-list-7 .showcase-insta_link img {
  height: 186px;
  width: 186px
}

.showcase-model-14 .showcase-list-6 .showcase-insta_link {
  height: 217px
}

.showcase-model-14 .showcase-list-6 .showcase-insta_link img {
  height: 217px;
  width: 217px
}

.showcase-model-14 .showcase-list-5 .showcase-insta_link {
  height: 260px
}

.showcase-model-14 .showcase-list-5 .showcase-insta_link img {
  height: 260px;
  width: 260px
}

.showcase-model-14 .showcase-list-4 .showcase-insta_link {
  height: 326px
}

.showcase-model-14 .showcase-list-4 .showcase-insta_link img {
  height: 326px;
  width: 326px
}

.showcase-model-14 .showcase-list-3 .showcase-insta_link {
  height: 314px
}

.showcase-model-14 .showcase-list-3 .showcase-insta_link img {
  height: 314px;
  width: 314px
}

.showcase-model-14 .showcase-list-2 .showcase-insta_link {
  height: 314px
}

.showcase-model-14 .showcase-list-2 .showcase-insta_link img {
  height: 314px;
  width: 314px
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-14 .showcase-list-8 .showcase-insta_link {
    height: 140px
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link img {
    height: 140px;
    width: 140px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link {
    height: 160px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link img {
    height: 160px;
    width: 160px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link {
    height: 188px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link img {
    height: 188px;
    width: 188px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link {
    height: 225px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link img {
    height: 225px;
    width: 225px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link {
    height: 281px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link img {
    height: 281px;
    width: 281px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .showcase-model-14 .showcase-list-8 .showcase-insta_link {
    height: 118px
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link img {
    height: 118px;
    width: 118px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link {
    height: 134px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link img {
    height: 134px;
    width: 134px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link {
    height: 158px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link img {
    height: 158px;
    width: 158px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link {
    height: 188px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link {
    height: 236px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link img {
    height: 236px;
    width: 236px
  }
}

@media (min-width: 992px) {
  .showcase-model-14 .showcase-list-8 .showcase-insta_link svg {
    height: 32px;
    width: 32px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link svg {
    height: 32px;
    width: 32px
  }
}

@media (max-width: 991px) {
  .showcase-model-14 .showcase-insta_link svg {
    height: 28px;
    width: 28px
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .showcase-model-14 .showcase-list-8 .showcase-insta_link {
    height: 118px
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link img {
    height: 118px;
    width: 118px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link {
    height: 118px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link img {
    height: 118px;
    width: 118px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link {
    height: 118px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link img {
    height: 118px;
    width: 118px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link {
    height: 140px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link img {
    height: 140px;
    width: 140px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link {
    height: 173px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link img {
    height: 173px;
    width: 173px
  }

  .showcase-model-14 .showcase-list-3 .showcase-insta_link {
    height: 234px
  }

  .showcase-model-14 .showcase-list-3 .showcase-insta_link img {
    height: 234px;
    width: 234px
  }

  .showcase-model-14 .showcase-list-2 .showcase-insta_link {
    height: 234px
  }

  .showcase-model-14 .showcase-list-2 .showcase-insta_link img {
    height: 234px;
    width: 234px
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .showcase-model-14 .showcase-list-8 .showcase-insta_link {
    height: 131px
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link img {
    height: 131px;
    width: 131px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link {
    height: 131px
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link img {
    height: 131px;
    width: 131px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link {
    height: 131px
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link img {
    height: 131px;
    width: 131px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link {
    height: 131px
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link img {
    height: 131px;
    width: 131px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link {
    height: 131px
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link img {
    height: 131px;
    width: 131px
  }

  .showcase-model-14 .showcase-list-3 .showcase-insta_link {
    height: 174px
  }

  .showcase-model-14 .showcase-list-3 .showcase-insta_link img {
    height: 174px;
    width: 174px
  }

  .showcase-model-14 .showcase-list-2 .showcase-insta_link {
    height: 262px
  }

  .showcase-model-14 .showcase-list-2 .showcase-insta_link img {
    height: 262px;
    width: 262px
  }
}

@media (max-width: 575px) {
  .showcase-model-14 .showcase-insta_link svg {
    height: 24px;
    width: 24px
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 4);
    width: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 4);
    width: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 4);
    width: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 4);
    width: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-4 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 4);
    width: calc((100vw - (16px * 2)) / 4)
  }

  .showcase-model-14 .showcase-list-3 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 3)
  }

  .showcase-model-14 .showcase-list-3 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 3);
    width: calc((100vw - (16px * 2)) / 3)
  }

  .showcase-model-14 .showcase-list-2 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 2)
  }

  .showcase-model-14 .showcase-list-2 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 2);
    width: calc((100vw - (16px * 2)) / 2)
  }
}

.showcase-model-14 .showcase-insta_carousel .showcase-list-carousel:not(.tns-slider) {
  display: table;
  width: 100%
}

.showcase-model-14 .showcase-insta_carousel .showcase-list-carousel:not(.tns-slider) .showcase-item {
  float: left;
  display: table
}

.showcase-model-14 .showcase-insta_grid .showcase-item {
  float: left;
  width: 100%
}

.showcase-model-14 .showcase-insta_grid .showcase-item {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px
}

.showcase-model-14 .showcase-insta_grid .showcase-list {
  margin-left: -2px;
  margin-right: -2px
}

.showcase-model-14 .showcase-insta_grid .showcase-list-grid {
  display: table;
  width: calc(100% + (2px * 2))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-8 .showcase-item {
  max-width: calc((100% / 8) - (4px))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-7 .showcase-item {
  max-width: calc((100% / 7) - (4px))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-6 .showcase-item {
  max-width: calc((100% / 6) - (4px))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-5 .showcase-item {
  max-width: calc((100% / 5) - (4px))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-4 .showcase-item {
  max-width: calc((100% / 4) - (4px))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-3 .showcase-item {
  max-width: calc((100% / 3) - (4px))
}

.showcase-model-14 .showcase-insta_grid .showcase-list-2 .showcase-item {
  max-width: calc((100% / 2) - (4px))
}

@media (max-width: 991px) {
  .showcase-model-14 .showcase-insta_grid .showcase-list-8 .showcase-item {
    max-width: calc((100% / 6) - (4px))
  }

  .showcase-model-14 .showcase-insta_grid .showcase-list-7 .showcase-item {
    max-width: calc((100% / 6) - (4px))
  }
}

@media (max-width: 767px) {
  .showcase-model-14 .showcase-insta_grid .showcase-list-8 .showcase-item {
    max-width: calc((100% / 4) - (4px))
  }

  .showcase-model-14 .showcase-insta_grid .showcase-list-7 .showcase-item {
    max-width: calc((100% / 4) - (4px))
  }

  .showcase-model-14 .showcase-insta_grid .showcase-list-6 .showcase-item {
    max-width: calc((100% / 4) - (4px))
  }

  .showcase-model-14 .showcase-insta_grid .showcase-list-5 .showcase-item {
    max-width: calc((100% / 4) - (4px))
  }
}

.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: #864684;
  border-radius: 24px;
  border: none;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-height: 48px;
  padding: 14px 15px;
  text-transform: uppercase
}

.card-page .btn:focus,
.card-page .btn:hover {
  background-color: #6c316a;
  color: #fff
}

.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: #17184d;
  font-size: 15px;
  line-height: 22px;
  margin-top: 35px;
  max-width: 450px
}

.card-page .card-title {
  color: #191b53;
  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: #15164c;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px
}

.form-group_send-email {
  align-items: center;
  color: #191b53;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  min-height: 48px
}

.pages-nav .btn-access {
  margin-bottom: 28px
}

.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: #17184d;
  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: #17184d;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px
}

.page-accordion .accordion-title {
  color: #17184d
}

.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: rgba(233, 63, 63, 0.1);
  color: #e93f3f
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-edit {
  background-color: rgba(3, 128, 201, 0.1);
  color: #0380c9
}

.card-page-table_adresses .page-table-box_main .btn-table-item:focus,
.card-page-table_adresses .page-table-box_main .btn-table-item:hover {
  opacity: 0.7
}

.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: rgba(120, 137, 163, 0.5)
}

.page-table-box_edit .btn.btn-cancel:focus,
.page-table-box_edit .btn.btn-cancel:hover {
  opacity: 0.6
}

.page-table-box_edit .content {
  padding-left: .4rem;
  padding-right: .4rem
}

.page-table-box_main .form-switch {
  margin: 0 auto;
  padding: 0
}

.page-table-box_main .form-switch .form-icon {
  background-color: #cde6f4;
  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: #864684;
}

.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: #17184d;
  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: #d8d8d8;
    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: #864684;
  }

  .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: #e93f3f
  }

  .page-accordion_address .btn-table-item.btn-edit svg {
    fill: #864684
  }

  .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 #eaedf1;
  color: #17184d;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 14.5px 10px 13.5px
}

.btn-checkout-coupon:focus,
.btn-checkout-coupon:hover {
  background-color: #864684;
  border-color: #864684;
  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
}

.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: #191b53;
  display: flex;
  font-weight: 500;
  justify-content: space-between
}

.checkout-accordion .accordion-price svg {
  fill: #17184d;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px
}

.checkout-accordion .accordion-title {
  color: #17184d
}

.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: #191b53;
  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: 2px solid #d4d8dc
}

.checkout-card .form-checkbox input:checked+.form-icon {
  background-color: #864684;
  border-color: #864684;
}

.checkout-card .form-checkbox input:focus+.form-icon {
  border-color: #864684;
}

.checkout-card .form-checkbox span {
  display: block;
  padding-bottom: 3.5px;
  padding-top: 4.5px
}

.checkout-card .card-title {
  color: #17184d;
  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
}

.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: #25287a;
  width: 28px
}

.checkout-card-finish_body .card-title .checkout-text {
  color: #17184d;
  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: #191b53;
  font-size: 13px;
  line-height: 16px;
  padding-top: 2px
}

.checkout-card-finish_body .tile-title {
  color: #17184d;
  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: #f9cec0;
  left: 13.5px;
  width: 3px
}

.checkout-card-finish_body .timeline .timeline-item.disable:before {
  background-color: #c9caef
}

.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: #191b53
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon {
  background-color: #fff;
  border: 2px solid #c9caef
}

.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: #864684;
  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: #fff;
  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: #864684;
  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: #17184d;
  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: #864684;
  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: 4px;
  font-size: 14px;
  line-height: 20px;
  height: 70px;
  padding: 10px 15px
}

.checkout-card-finish textarea:focus {
  border-color: #191b53;
  box-shadow: none
}

.checkout-card-shipping_payment .card-title span {
  float: left;
  font-size: 14px
}

.checkout-card-shipping_payment .card-title svg {
  fill: #191b53;
  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: #17184d;
  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: #191b53;
  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: #191b53;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px
}

.checkout-card-summary_info .card-subtitle {
  color: #191b53;
  font-size: 13px;
  line-height: 19px
}

.checkout-card-summary_info .card-subtitle a {
  color: #13153f;
  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: #191b53;
  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: #1c211b;
  font-size: 14px;
  line-height: 20px
}

.checkout-link-login a {
  color: #98be8e;
  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: #191b53;
  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 #d6dbe3;
  color: #17184d;
  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: #191b53;
  height: 20px;
  margin-left: 8px;
  width: 14px
}

.checkout-empty-option {
  align-items: center;
  border-top: 1px solid #d6dbe3;
  color: #17184d;
  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: #191b53;
  height: 20px;
  margin-left: 8px;
  width: 14px
}

.checkout-more-option_errors {
  font-size: 12px;
  align-items: center;
  display: flex;
  font-weight: normal;
  height: calc(10px + 10px);
  justify-content: center;
  line-height: 20px;
  width: 100%;
  color: #e72121;
  margin-left: 4px;
  margin-bottom: 5px
}

.checkout-more-option_errors span {
  line-height: 20px
}

.checkout-more-option_errors svg {
  fill: #191b53;
  height: 20px;
  margin-left: 8px;
  width: 14px
}

.checkout-option_errors-items {
  color: #17184d;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #d6dbe3
}

.checkout-option {
  border-top: 1px solid #d6dbe3
}

.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: #191b53;
  font-size: 14px;
  line-height: 20px;
  text-align: right
}

.checkout-option .checkout-option_right {
  float: right
}

.checkout-option .checkout-option_text {
  color: #191b53;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 5px;
  padding-top: 5px
}

.checkout-option .checkout-option_title {
  color: #17184d;
  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: #25287a;
  box-shadow: none
}

.checkout-option .form-radio input:checked+.form-icon:before {
  background-color: #25287a
}

.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-option .checkout-option_errors {
  color: #e72121;
  font-size: 12px;
  padding-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center
}

.checkout-option .payment-errors {
  padding-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: #25287a;
  height: 32px;
  margin-right: 20px;
  width: 32px
}

.checkout-payment-icon svg {
  fill: #25287a;
  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: #17184d;
  font-size: 13px;
  line-height: 16px
}

.checkout-payment-option__title {
  color: #17184d;
  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 #eaedf1;
  color: #17184d;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 9.5px 10px 8.5px
}

.checkout-product-coupon_new .btn:focus,
.checkout-product-coupon_new .btn:hover {
  background-color: #fff;
  border-color: #864684;
  box-shadow: none;
  color: #864684
}

.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: #191b53
}

.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: #17184d;
  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: #17184d;
  font-size: 15px;
  line-height: 18px
}

.checkout-product-total .checkout-product-price,
.checkout-product-total .checkout-product-title {
  color: #13153f;
  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: #864684;
}

.tab-checkout-status .tab-item.active a {
  border-bottom-color: #17184e
}

.tab-checkout-status .tab-item.active a>span {
  color: #17184e
}

.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: #191b53;
    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: #191b53;
    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: #25287a;
  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: #17184d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

.checkout-card-finish_payment .checkout-text {
  color: #17184d;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px
}

.checkout-card-finish_payment .checkout-text>a {
  margin-right: 5px;
  color: #ee734b;
  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: #25287a;
  width: 18px
}

.checkout-card-finish_payment .checkout-title {
  color: #17184d;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px
}

.checkout-card-finish_payment a.checkout-text {
  color: #ee734b;
  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
  }
}

.card-file-upload {
  margin-bottom: 28px
}

.card-file-upload .btn {
  align-items: center;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  border: 1px solid #cbd3dd;
  box-shadow: none !important;
  color: #333;
  display: flex;
  fill: #333;
  float: right;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  margin-bottom: -1px;
  margin-right: -1px;
  margin-top: -1px;
  min-height: 40px;
  padding: 6px 4px;
  text-align: center;
  width: 200px
}

.card-file-upload .btn svg {
  height: 22px;
  margin-right: 2px;
  width: 22px
}

.card-file-upload .btn span {
  padding-top: 1px
}

.card-file-upload .files-added-upload {
  max-width: calc(100% - 200px);
  overflow: hidden;
  padding: 0 16px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.card-file-upload .files-upload_box {
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eaedf1;
  color: #828282;
  display: flex;
  float: left;
  font-size: 13px;
  justify-content: space-between;
  line-height: 15px;
  margin-bottom: 8px;
  max-width: 100%;
  width: 100%
}

.card-file-upload a {
  color: #828282
}

.card-file-upload em {
  color: #828282;
  display: table;
  font-size: 12px;
  line-height: 16px;
  width: 100%
}

.card-file-upload input[type="file"] {
  display: none !important
}

@media (max-width: 991px) {
  .card-file-upload .btn {
    font-size: 12px;
    line-height: 14px;
    width: 150px
  }

  .card-file-upload .btn svg {
    height: 18px;
    width: 18px
  }

  .card-file-upload .files-added-upload {
    max-width: calc(100% - 150px)
  }

  .card-file-upload .files-upload_box {
    font-size: 11px;
    line-height: 13px
  }

  .card-file-upload em {
    font-size: 10px;
    line-height: 14px
  }
}

.adresses-main .dropdown,
.orders-main .dropdown {
  float: left
}

.adresses-main .dropdown-toggle,
.orders-main .dropdown-toggle {
  background-color: #864684;
  border-radius: 20px;
  border: 1px solid #864684;
  box-shadow: none;
  color: #fff;
  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: #c03d13;
  border-color: #c03d13;
  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: #15164c;
  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: #191b53;
  border-radius: 50%;
  border: 2px solid #191b53;
  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: #0d0e2c;
  border-color: #0d0e2c;
  box-shadow: 0px 10px 10px rgba(27, 113, 190, 0.25)
}

.page-pagination .pagination_link__arrow:focus svg,
.page-pagination .pagination_link__arrow:hover svg {
  fill: #fff
}

.page-pagination .pagination_link__arrow svg {
  fill: #fff;
  height: 7px;
  width: 7px
}

.page-pagination .pagination_list {
  float: left
}

.page-table-box>p {
  align-items: center;
  color: #17184d;
  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: #17184d;
  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: #17184d;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center
}

.page-tbody .page-table-list {
  min-height: 70px
}

.page-thead {
  background-color: #f5f8fb;
  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: #191b53;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-align: center
}

.page-thead .page-table-list {
  min-height: 76px
}

.page-title {
  color: #191b53;
  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: #17184d;
  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: 15px
}

.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: #17184d;
    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: #17184d;
    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: #17184d;
    font-size: 14px;
    line-height: 18px
  }

  .page-accordion-info .accordion-title {
    color: #17184d;
    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
  }
}

.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: #191b53;
  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: #191b53;
  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: #191b53;
  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: #864684;
}

.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: #191b53;
  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: #191b53;
  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: #191b53
}

.product-breadcrumb .breadcrumb .breadcrumb-item a[href="javascript:void(0)"] {
  cursor: text
}

.product-btn {
  border-radius: 5px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 22px;
  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: #5f8c54;
  color: #fff
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #98be8e;
  color: #fff;
  opacity: 1
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  border: 2px solid;
  border-color: #864684;
  color: #864684;
  float: right;
  font-size: 13px
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #864684;
  color: #FFFFFF;
  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: #191b53;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 16px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase
}

.product-btn_payment:focus,
.product-btn_payment:hover {
  background-color: transparent;
  box-shadow: none;
  color: #0d0e2c;
  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: none;
  overflow: initial
}

.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;
  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 {
  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: #191b53;
  border-radius: 50%;
  border: 2px solid #191b53;
  display: flex;
  height: 45px;
  justify-content: center;
  text-align: center;
  width: 45px
}

.product-description_ico svg {
  fill: #fff;
  height: 13px;
  width: 13px
}

.product-description_title {
  padding-top: 2px
}

.product-descriptions {
  padding-bottom: 100px
}

.product-gallery {
  align-items: center;
  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: #191b53;
  border: 2px solid #191b53;
  height: 45px;
  left: 0;
  margin: auto;
  right: 0;
  width: 45px
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
  background-color: #0d0e2c;
  border-color: #0d0e2c;
  opacity: 1
}

.product-gallery .slider__arrow:focus svg,
.product-gallery .slider__arrow:hover svg {
  fill: #fff;
  margin-top: 1px
}

.product-gallery .slider__arrow[disabled] {
  opacity: 0.3
}

.product-gallery .slider__arrow svg {
  fill: #fff;
  height: 14px;
  margin-top: 1px;
  width: 14px
}

.product-gallery .slider__arrow--next {
  bottom: -16px;
  top: auto
}

.product-gallery .slider__arrow--prev {
  bottom: auto;
  top: -5px;
}

.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;
  display: flex;
  height: 156px;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  width: 104px
}

.product-gallery_link img {
  margin: auto;
  border: 1px solid;
  border-color: #000000;
}

.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: #191b53;
  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;
  text-transform: none
}

.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: .8461538462em
}

.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 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2666666667em
}

.product-prices_strike {
  color: #17184e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1176470588em
}

.product-showcase {
  padding-bottom: 60px
}

.product-sku {
  color: #191b53;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 15px
}

.product-tag {
  background-color: #ee734b;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  bottom: auto;
  color: #fff;
  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: #191b53
}

.product-tag:nth-child(2) {
  top: 54px
}

.product-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: .6666666667em
}

.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: #17184d
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #17184d
}

.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: #191b53;
  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 #f5f8fb;
  box-shadow: 0px 0px 0px 2px rgba(23, 24, 77, 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: #191b53;
  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_subquery {
  margin-top: 16px
}

.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: #864684;
  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) {
  .product-buy_subquery {
    margin-top: 20px
  }

  .product-buy_subquery .product-btn {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .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 {
    position: relative
  }

  .product-header-right {
    max-width: 100%
  }

  .product-images {
    margin-bottom: 40px;
    max-width: 100%
  }

  .product-sku {
    margin-bottom: 20px
  }

  .product-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2272727273em;
    margin-top: 26px;
    padding-bottom: 26px
  }

  .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_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: .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-zoom {
    height: 360px
  }

  .product-zoom_link {
    display: block;
    width: 100%
  }

  .showcase-last-viewed {
    padding-bottom: 50px
  }
}

.notfound-btn {
  background-color: #eb6134;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  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
}

.notfound-btn:focus,
.notfound-btn:hover {
  background-color: #f08563;
  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: #864684;
  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: 1px;
  margin-right: 0
}

.search-left a {
  color: #191b53
}

.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: 0px;
}

.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: #191b53;
  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;
  width: calc(100% - 30px - 52px)
}

.search-options.search-options_top .search-options-pagination_list {
  float: right
}

.search-options .form-group:not(:last-child) {
  margin-bottom: 0
}

.search-options .form-group:first-child {
  margin-right: 64px
}

.search-options .form-label {
  color: #191b53;
  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: #191b53;
  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: #864684;
  border-radius: 50%;
  border: 2px solid #864684;
  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: #0d0e2c;
  border-color: #0d0e2c;
  box-shadow: 0px 10px 10px rgba(27, 113, 190, 0.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: #fff;
}

.search-options-pagination a.search-options-pagination_link {
  margin: 0 5px
}

.search-options-pagination a.search-options-pagination_link>span {
  padding: 0
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  color: #864684;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-width: 26px;
  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 {
  color: #fff;
  background-color: #864684;
  border-color: #864684;
}

.search-options-pagination a.search-options-pagination_link.disable {
  cursor: no-drop;
  opacity: 0.4 !important
}

.search-options-pagination_item__first a.search-options-pagination_link>span {
  padding-left: 3px
}

.search-options-pagination_item__last a.search-options-pagination_link>span {
  padding-right: 3px
}

.search-options-left,
.search-options-right {
  width: 100%
}

.search-options-left {
  max-width: calc(100% - (270px + 30px + 52px) - 30px)
}

.search-options-right {
  max-width: 352px
}

.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: #fff;
  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: #864684;
  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: #864684;
  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: #fff;
  border: 1;
  border-color: #000;
  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: #dbe8f0;
  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: #864684;
  border-radius: 5px;
  cursor: pointer;
  height: 54px;
  padding: 16px 20px
}

.form-text {
  color: #191b53;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 2px
}

.search-filter-icon {
  align-items: center;
  background-color: #864684;
  border-radius: 50%;
  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: #fff;
  height: auto;
  width: 10px
}

.search-filter-link_category.active .form-radio .form-icon:after {
  background-color: #864684;
  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: #FFFFFF;
  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-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: #864684;
  box-shadow: none;
  color: #17184e
}

.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 #864684;
}

.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(142, 145, 221, 0.5);
  color: #191b53;
  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: #864684;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 20px;
  text-transform: uppercase
}

.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: #6c316a
}

.search-filter-price .noUi-handle {
  background-color: #6c316a;
  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: #191b53;
  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: #ee734b;
  height: 20px;
  width: 22px
}

.search-options_mobile .search-option-title {
  color: #191b53;
  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: 15px;
  height: auto;
  line-height: 20px;
  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;
    width: calc(100% - 15px - 52px)
  }

  .search-options .form-group:first-child {
    margin-right: 20px
  }

  .search-options-left {
    max-width: calc(100% - (265px + 15px + 52px) - 8px)
  }

  .search-options-right {
    max-width: 332px
  }
}

@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;
    width: auto
  }

  .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: 1px;
    margin-right: 1px
  }

  .search-options-right {
    max-width: calc(100% - 480px)
  }

  .search-view_link {
    margin-bottom: 0
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px)
  }
}

@media (max-width: 991px) {
  .search-filters-content {
    box-shadow: none
  }

  .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: #191b53;
    font-size: 13px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    min-width: 28px;
    padding-bottom: 3px;
    padding-top: 5px
  }

  .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%
  }
}

.form-group_potencia {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
  padding-top: 8px
}

.form-group_potencia input[type="number"] {
  -moz-appearance: auto;
  appearance: auto
}

.form-group_potencia input[type="number"]::-webkit-inner-spin-button,
.form-group_potencia input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: auto
}

.form-group_potencia .btn {
  align-items: center;
  border-radius: 4px;
  display: flex;
  fill: #fff;
  height: 36px;
  justify-content: center;
  margin-left: 8px;
  padding: 8px;
  width: 40px
}

.form-group_potencia .btn svg {
  height: 14px;
  width: 14px
}

.form-group_potencia .form-input {
  border-color: #d6dbe3;
  border-radius: 4px;
  color: #191b53;
  font-size: 13px;
  height: 36px;
  margin-left: 4px;
  padding: calc((36px - 20px - 2px) / 2 + 1px) 8px calc((36px - 20px - 2px) / 2 - 1px);
  width: calc((100% - (4px + (40px + 8px))) / 2)
}

.form-group_potencia .form-input::placeholder {
  color: #2b2e8e
}

.form-group_potencia .form-input:first-child {
  margin-left: 0
}

.form-group_potencia .form-input:focus {
  border-color: #b8c0ce;
  box-shadow: none
}

.search-filter-body_potencia {
  padding-left: 2px;
  padding-right: 2px
}

.search-options .form-group.form-group_potencia:first-child {
  margin-right: 0
}

@media (min-width: 992px) {
  .form-group_potencia {
    flex-wrap: wrap
  }

  .form-group_potencia .btn {
    height: calc((36px * 2) + 4px);
    margin-top: -36px
  }

  .form-group_potencia .form-input {
    margin-left: 0;
    margin-top: 4px;
    width: calc((100% - (40px + 8px)))
  }

  .form-group_potencia .form-input:first-child {
    margin-left: 0;
    margin-top: 0
  }
}