@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-Bold"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-Medium"), url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-Regular"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-SemiBold"), url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat-ExtraBold"), url("https://salescdn.net/static/fonts/montserrat/montserrat_extrabold.woff2") format("woff2"), url("https://salescdn.net/static/fonts/montserrat/montserrat_extrabold.woff") format("woff"), url("https://salescdn.net/static/fonts/montserrat/montserrat_extrabold.ttf") format("truetype"), url("https://salescdn.net/static/fonts/montserrat/montserrat_extrabold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 800;
  font-style: normal
}

* {
  box-sizing: border-box
}

*:focus {
  outline: none
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

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: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif
}

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
}

option {
  font-family: 'Arial', sans-serif;
  padding: 0 2px 1px
}

summary {
  list-style-type: none;
  cursor: pointer
}

summary::marker {
  display: none;
  font-size: 0
}

svg {
  max-height: 100%;
  max-width: 100%
}

ul {
  list-style: none
}

.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: #ba9955;
  border: none;
  color: #fff
}

.btn:focus,
.btn:hover {
  background-color: #9c7e40;
  color: #fff;
  opacity: 1
}

.btn-disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none
}

.btn-first {
  background-color: #ba9955;
  color: #fff
}

.btn-first:focus,
.btn-first:hover {
  background-color: #ba9955;
  color: #fff
}

.card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 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 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='fill: %23d3d3d3;' 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
}

.label-text-checkout-error {
  color: #f40505;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding: 4px 2px 16px
}

.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;
  max-height: 100%;
  max-width: 100%;
  opacity: 0
}

.img-lazy.loaded,
.lazy.loaded,
.lazy-slider.loaded {
  display: table;
  opacity: 1
}

.img-lazy[data-was-processed="true"],
.lazy[data-was-processed="true"],
.lazy-slider[data-was-processed="true"] {
  opacity: 1
}

.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
}

.sidenav-body {
  margin-right: -5px;
  padding-right: 5px;
  width: calc(100% + 5px)
}

.menu-item-disabled_icon {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  bottom: 0;
  display: flex;
  fill: #111;
  height: 13px;
  justify-content: center;
  left: auto;
  margin: auto;
  position: absolute;
  right: 2px;
  top: 0;
  width: 13px
}

.menu-item-disabled_icon svg {
  height: 5px;
  width: 5px
}

.menu-item-link_disabled {
  padding-right: calc((13px + 2px) + 8px);
  position: relative
}

.menu-item-link_disabled:focus,
.menu-item-link_disabled:hover {
  background: initial;
  color: initial
}

.menu-item-link_disabled:focus .menu-item-disabled_icon,
.menu-item-link_disabled:hover .menu-item-disabled_icon {
  background-color: #ccc
}

.menu-item-link_disabled .menu-item-link_text {
  opacity: 0.5
}

.menu .menu-item>a.menu-item-link_disabled:focus,
.menu .menu-item>a.menu-item-link_disabled:hover {
  background-color: initial;
  background: initial;
  color: initial
}

@media (max-width: 575px) {
  .container {
    padding-left: 16px;
    padding-right: 16px
  }
}

input[type=number] {
  -moz-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

body {
  transition: none !important
}

body .sidenav-overlay_background {
  display: table !important
}

@media (min-width: 992px) {
  body.sidenav-overlay_open[data-user="chrome"] {
    padding-right: 15px !important
  }

  body.sidenav-overlay_open[data-user="chrome"]::-webkit-scrollbar {
    width: 15px !important
  }
}

.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: #e8e8e8;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #2b2b2b;
  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: #e8e8e8
}

.form-group.form-group_custom input.form-input::-webkit-input-placeholder,
.form-group.form-group_custom .form-select::-webkit-input-placeholder {
  color: #e8e8e8
}

.form-group.form-group_custom input.form-input::-moz-placeholder,
.form-group.form-group_custom .form-select::-moz-placeholder {
  color: #e8e8e8
}

.form-group.form-group_custom input.form-input::-ms-input-placeholder,
.form-group.form-group_custom .form-select::-ms-input-placeholder {
  color: #e8e8e8
}

.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: #e8e8e8;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 10px solid #fff;
  color: #2b2b2b;
  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: #2b2b2b;
  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: #e8e8e8;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #2b2b2b;
  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: #e8e8e8
}

.form-group.form-group_custom__placeholder input.form-input::-webkit-input-placeholder,
.form-group.form-group_custom__placeholder .form-select::-webkit-input-placeholder {
  color: #e8e8e8
}

.form-group.form-group_custom__placeholder input.form-input::-moz-placeholder,
.form-group.form-group_custom__placeholder .form-select::-moz-placeholder {
  color: #e8e8e8
}

.form-group.form-group_custom__placeholder input.form-input::-ms-input-placeholder,
.form-group.form-group_custom__placeholder .form-select::-ms-input-placeholder {
  color: #e8e8e8
}

.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: #e8e8e8;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 10px solid #fff;
  color: #2b2b2b;
  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: #2b2b2b;
  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 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='fill: %23d3d3d3;' xml:space='preserve'%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  bottom: 0;
  content: '';
  display: table;
  height: 12px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  z-index: 10
}

.custom-select .select-selected:after {
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0
}

.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px
}

.custom-select .select-items div,
.custom-select .select-selected {
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  padding: 11px 0 9.5px;
  user-select: none
}

.custom-select .select-items div {
  color: #000;
  padding-left: 16px;
  padding-right: 16px
}

.custom-select .select-selected {
  border-bottom: 1px solid #e8e8e8
}

.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(0, 0, 0, 0.2);
  color: #000
}

.sidenav-overlay {
  background: #f9f9f9;
  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: -542px;
  top: 0;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 542px;
  z-index: 9999
}

.sidenav-overlay.close {
  opacity: 0;
  right: -542px
}

.sidenav-overlay.loading:after {
  border-bottom-color: rgba(197, 164, 92, 0.6);
  border-left-color: rgba(197, 164, 92, 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
}

.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
}

body.sidenav-overlay_open {
  overflow: hidden
}

body.sidenav-overlay_open .sidenav-overlay_background {
  display: table;
  opacity: 1;
  z-index: 9998
}

#cart-total {
  padding-top: 6px
}

.btn-sidenav-close {
  fill: #ba9955;
  font-size: 28px;
  height: 1em;
  width: 1em
}

.btn-sidenav-close svg {
  display: block;
  max-height: 100%;
  max-width: 100%
}

.btn-sidenav-close_custom {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #ba9955;
  color: #ba9955;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  max-width: 185px;
  padding: 7px 15px;
  text-align: center;
  width: 100%
}

.btn-sidenav-close_custom:focus,
.btn-sidenav-close_custom:hover {
  background-color: #8a6f38;
  border-color: #8a6f38;
  color: #fff;
  opacity: 1
}

.form-icon.form-icon_password {
  bottom: auto;
  fill: rgba(155, 164, 178, 0.6);
  height: 20px;
  left: auto;
  margin: 18px 0;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 20px
}

.sidenav-body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative
}

.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: #333;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  width: 100%
}

.sidenav-body_empty .cart-section_empty svg {
  display: table;
  fill: rgba(51, 51, 51, 0.6);
  margin: 0 auto 15px;
  max-height: 50px;
  max-width: 50px;
  float: none;
  height: 50px;
  width: 50px
}

.sidenav-container {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 498px;
  padding: 0 30px;
  width: 100%
}

.sidenav-container .btn-access_icon {
  fill: #c5a45c;
  height: 28px;
  margin-right: 20px;
  width: 28px
}

.sidenav-container .btn-access_text {
  padding-bottom: 0;
  padding-top: 2px
}

.sidenav-container .btn.btn-access {
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  min-height: 56px;
  padding: 13px 24px;
  text-transform: none;
  width: 100%
}

.sidenav-container .btn.btn-access span {
  padding-bottom: 0;
  padding-top: 2px
}

.sidenav-container .btn.btn-access>* {
  float: left
}

.sidenav-container .btn.btn-access:focus,
.sidenav-container .btn.btn-access:hover {
  background-color: #f4f4f4;
  border-color: #cfcfcf;
  box-shadow: none;
  color: #000
}

.sidenav-container .form-group {
  margin-bottom: 12px;
  position: relative
}

.sidenav-container .form-input {
  background-color: #f9f9f9;
  border-color: #e8e8e8;
  border-radius: 8px;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  min-height: 56px;
  padding: 17px 20px
}

.sidenav-container .form-input.form-input-password {
  padding-right: 50px
}

.sidenav-container .form-input:focus {
  border-color: #a8a8a8
}

.sidenav-container .form-input::placeholder {
  color: #000
}

.sidenav-container .form-input::-webkit-input-placeholder {
  color: #000
}

.sidenav-container .form-input::-moz-placeholder {
  color: #000
}

.sidenav-container .form-input::-ms-input-placeholder {
  color: #000
}

.sidenav-container .form-input-hint {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0
}

.sidenav-container .form-label {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.1428571429em;
  padding-bottom: .5714285714em;
  padding-top: 0
}

.sidenav-container .s-subtitle {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 32px
}

.sidenav-container .sidenav-footer .btn.btn-access {
  margin-bottom: 0 !important
}

.sidenav-container .sidenav-footer .form-group:last-child {
  margin-bottom: 0
}

.sidenav-forgot-password .btn.btn-login {
  margin-top: 0 !important
}

.sidenav-forgot-password .sidenav-body {
  padding-bottom: 0;
  padding-top: 30px
}

.sidenav-forgot-password .sidenav-body>p {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px
}

.sidenav-forgot-password .sidenav-body .form-group:last-child {
  margin-bottom: 0
}

.sidenav-header {
  padding-bottom: 15px;
  padding-top: 28px
}

.sidenav-header+div {
  position: relative
}

.sidenav-header_bottom {
  min-height: 44px;
  padding-top: 10px
}

.sidenav-header_top {
  min-height: 38px;
  padding-bottom: 10px
}

.sidenav-overlay .btn.btn-login {
  margin-top: 30px !important
}

.sidenav-overlay .btn:not(.btn-access, .input-group-btn) {
  background-color: #ba9955;
  border-color: #ba9955;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 22px;
  min-height: 56px;
  padding: 18px 15px
}

.sidenav-overlay .btn:not(.btn-access, .input-group-btn):focus,
.sidenav-overlay .btn:not(.btn-access, .input-group-btn):hover {
  background-color: #9c7e40;
  border-color: #9c7e40;
  color: #fff
}

.sidenav-overlay .sidenav-footer {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px
}

.sidenav-overlay_account .btn-new_user {
  background-color: #fff;
  border: 1px solid #ba9955;
  color: #ba9955;
  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: #9c7e40;
  color: #9c7e40
}

.sidenav-overlay_account .btn.btn-new_user {
  background-color: #f9f9f9;
  border-color: #e8e8e8;
  color: #000
}

.sidenav-overlay_account .btn.btn-new_user:focus,
.sidenav-overlay_account .btn.btn-new_user:hover {
  background-color: #f9f9f9;
  border-color: #fff;
  color: #333
}

.sidenav-overlay_account .forget-password {
  display: table
}

.sidenav-overlay_account .forget-password a {
  color: #ba9955;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline
}

.sidenav-overlay_account .forget-password a:focus,
.sidenav-overlay_account .forget-password a:hover {
  color: #9c7e40;
  opacity: 1
}

.sidenav-overlay_account .label-custom {
  color: #000;
  display: table;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  padding-top: 50px;
  width: 100%
}

.sidenav-overlay_account .sidenav-body {
  padding-bottom: 16px;
  padding-top: 44px
}

.sidenav-overlay_account .sidenav-body_logged {
  margin-left: -5px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-top: 32px;
  width: calc(100% + 10px)
}

.sidenav-overlay_cart .btn-cartItem_delete {
  align-items: center;
  display: flex;
  fill: #ba9955;
  font-size: 22px;
  height: 1em;
  justify-content: flex-end;
  margin-top: 12px;
  width: 1em
}

.sidenav-overlay_cart .btn-cartItem_delete svg {
  display: block
}

.sidenav-overlay_cart .cart-image_link {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: block;
  font-size: 16px;
  height: 140px;
  padding: .0857142857em;
  width: 140px
}

.sidenav-overlay_cart .cart-image_link img {
  margin: auto
}

.sidenav-overlay_cart .cart-image_link svg {
  display: table;
  fill: rgba(217, 223, 228, 0.5);
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%
}

.sidenav-overlay_cart .cart-product {
  max-width: calc(100% - 140px - 20px)
}

.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-top: 4px
}

.sidenav-overlay_cart .cart-product_info {
  align-content: center;
  color: #858585;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1.3em;
  min-height: 3.9em
}

.sidenav-overlay_cart .cart-product_info p {
  display: block;
  width: 100%
}

.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-top: 4px
}

.sidenav-overlay_cart .cart-product_price {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1111111111em;
  padding-top: .8333333333em
}

.sidenav-overlay_cart .cart-product_price p {
  margin-bottom: 0
}

.sidenav-overlay_cart .cart-product_quantity {
  font-size: 30px
}

.sidenav-overlay_cart .cart-product_quantity .btn {
  color: #4c4c4c;
  font-size: .5333333333em;
  font-weight: bold;
  height: auto;
  line-height: 1.25em;
  margin-top: 0;
  max-width: 2.1875em;
  padding: .25em .3125em
}

.sidenav-overlay_cart .cart-product_quantity .btn:first-of-type {
  padding-left: 1.25em
}

.sidenav-overlay_cart .cart-product_quantity .btn:focus,
.sidenav-overlay_cart .cart-product_quantity .btn:hover {
  background-color: transparent;
  color: #515151;
  opacity: 0.7
}

.sidenav-overlay_cart .cart-product_quantity .btn:last-of-type {
  padding-right: 1.25em
}

.sidenav-overlay_cart .cart-product_quantity .btn,
.sidenav-overlay_cart .cart-product_quantity input {
  background-color: transparent;
  box-shadow: none;
  min-height: 28px
}

.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-group {
  align-items: center;
  border-radius: .1666666667em;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  justify-content: center;
  width: 3.3333333333em
}

.sidenav-overlay_cart .cart-product_quantity input {
  border: none;
  color: #4c4c4c;
  font-size: .4666666667em;
  font-weight: 500;
  height: auto;
  line-height: .6em;
  margin-bottom: 0;
  max-width: 2.8571428571em;
  padding: .3333333333em 0;
  text-align: center
}

.sidenav-overlay_cart .cart-product_title {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 2.8571428571em;
  line-height: 1.4285714286em;
  margin-bottom: 1em;
  max-width: calc(100% - 20px - 16px);
  overflow: hidden;
  width: 14.2857142857em
}

.sidenav-overlay_cart .cart-section {
  border-bottom: 1px solid #d9d9d9;
  display: table;
  padding-bottom: 28px;
  padding-right: 16px;
  padding-top: 30px;
  width: 100%
}

.sidenav-overlay_cart .cart-section:last-of-type {
  border-bottom: none
}

.sidenav-overlay_cart .cart-total {
  color: #000;
  font-size: 16px
}

.sidenav-overlay_cart .cart-total_price {
  color: #2b2b2b;
  font-size: 1.5625em;
  font-weight: 800;
  line-height: 1.12em
}

.sidenav-overlay_cart .cart-total_price span:first-of-type {
  font-size: .64em
}

.sidenav-overlay_cart .cart-total_text {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: .125em
}

.sidenav-overlay_cart .cart-total-tax {
  margin-top: 8px
}

.sidenav-overlay_cart .cart-total-tax_text {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: .125em;
  align-items: flex-end;
  display: flex
}

.sidenav-overlay_cart .cart-subtotal {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 2px;
  padding-top: 2px
}

.sidenav-overlay_cart .cart-subtotal p {
  font-size: 12px;
  line-height: 14px
}

.sidenav-overlay_cart .cart-subtotal_price {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 2px;
  padding-top: 2px
}

.sidenav-overlay_cart .sidenav-footer {
  border-top: 1px solid #e8e8e8
}

.sidenav-overlay_cart .sidenav-footer p {
  margin-bottom: 0
}

.sidenav-overlay_cart .sidenav-title_icon {
  height: 31px;
  width: 34px
}

.sidenav-overlay_cart .cart-div_msg {
  background-color: #e8e8e8;
  display: table;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 12px;
  width: 100%
}

.sidenav-overlay_cart .cart-subtotal_box {
  padding: 10px 0
}

.sidenav-overlay_cart .label-text-checkout-error {
  padding-bottom: 8px
}

.sidenav-password .sidenav-body {
  padding-bottom: 0;
  padding-top: 30px
}

.sidenav-password .sidenav-body>p {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 40px
}

.sidenav-password .sidenav-body .form-group:last-child {
  margin-bottom: 0
}

.sidenav-payment-calculation .accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  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: #c5a45c;
  border-radius: 4px;
  color: #fff;
  fill: #fff;
  min-height: 60px;
  padding: 12px 20px
}

.sidenav-payment-calculation .accordion-header svg {
  float: right;
  height: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 12px
}

.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: 12px;
  font-weight: bold;
  line-height: 16px
}

.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: 16px;
  font-weight: bold;
  line-height: 20px
}

.sidenav-payment-calculation .s-subtitle {
  color: #333;
  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 {
  padding-top: 20px
}

.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 .sidenav-title_icon {
  height: 32px;
  width: 36px
}

.sidenav-payment-calculation .text {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 20px 18px
}

.sidenav-payment-calculation table {
  color: #080808;
  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 .btn.btn-login {
  margin-top: 0 !important
}

.sidenav-shipping-calculation .form-group {
  margin-bottom: 25px
}

.sidenav-shipping-calculation .form-group .icon {
  bottom: auto;
  font-size: 20px;
  left: auto;
  margin: 17px 16px;
  position: absolute;
  right: 0;
  top: 0
}

.sidenav-shipping-calculation .form-group .icon.icon-check {
  color: #c5a45c
}

.sidenav-shipping-calculation .form-group input {
  padding-right: 50px
}

.sidenav-shipping-calculation .form-label_zipcode {
  display: none
}

.sidenav-shipping-calculation .sidenav-body {
  padding-top: 30px
}

.sidenav-shipping-calculation .sidenav-body>p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 16px;
  padding-top: 42px
}

.sidenav-shipping-calculation .sidenav-body .s-subtitle {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 18px;
  padding-bottom: 0;
  padding-top: 0
}

.sidenav-shipping-calculation .sidenav-container .form-input {
  border-radius: 7px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
  min-height: 54px;
  padding: 14px 56px 14px 20px
}

.sidenav-shipping-calculation .sidenav-footer .btn {
  align-items: center;
  display: flex;
  justify-content: center
}

.sidenav-shipping-calculation .sidenav-footer .btn .icon {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 20px;
  position: relative
}

.sidenav-shipping-calculation .sidenav-title_icon {
  height: 32px;
  width: 44px
}

.sidenav-shipping-calculation table {
  border-bottom: 1px solid #e8e8e8;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  width: 100%
}

.sidenav-shipping-calculation td {
  padding: 10px 16px;
  vertical-align: middle
}

.sidenav-shipping-calculation tr {
  background-color: #f5f5f5;
  display: table;
  min-height: 60px;
  width: 100%
}

.sidenav-shipping-calculation tr:nth-child(2n-1) {
  background-color: #f9f9f9
}

.sidenav-shipping-calculation tr td:last-child {
  text-align: right
}

.sidenav-title {
  align-items: center;
  display: flex;
  float: left;
  height: 100%;
  min-height: 34px
}

.sidenav-title_icon {
  align-items: center;
  display: flex;
  float: left;
  margin-right: 12px;
  max-height: 100%;
  max-width: 100%
}

.sidenav-title_icon svg {
  fill: #000;
  max-height: 100%;
  max-width: 100%
}

.sidenav-title_icon__account {
  border-radius: 50%;
  border: 2px solid #000;
  height: 25px;
  overflow: hidden;
  padding: 2px 1px 0;
  width: 25px
}

.sidenav-title_text {
  color: #c5a45c;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px
}

.sidenav-overlay.sidenav-order .sidenav-body {
  padding-top: 30px
}

.sidenav-overlay.sidenav-order .sidenav-body .s-subtitle {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 22px
}

.sidenav-overlay .panel {
  color: #333
}

.sidenav-overlay .panel .avatar {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 32px;
  width: 32px
}

.sidenav-overlay .panel .avatar.avatar_success {
  background: #32b643
}

.sidenav-overlay .panel .avatar.avatar_warning {
  background: #e85600
}

.sidenav-overlay .panel .avatar svg {
  fill: #fff;
  max-height: 14px;
  max-width: 14px
}

.sidenav-overlay .panel .label {
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  padding: 3px 5px
}

.sidenav-overlay .panel .panel-footer {
  border-top: 1px solid #dadee4;
  padding-bottom: 24px;
  padding-top: 24px
}

.sidenav-overlay .panel .panel-header {
  border-bottom: 1px solid #dadee4;
  margin-bottom: 8px
}

.sidenav-overlay .panel .tile {
  border-bottom: 1px solid #dfe4ea;
  padding: 12px 0
}

.sidenav-overlay .panel .tile:last-child {
  border-bottom: none
}

.sidenav-overlay .panel .tile-subtitle {
  font-size: 14px;
  line-height: 20px
}

.sidenav-overlay .panel .tile-subtitle b {
  font-weight: 600
}

.sidenav-overlay .panel .tile-title {
  font-weight: 600
}

.sidenav-overlay .sidenav-container .panel .btn {
  height: 42px;
  min-height: 0;
  padding: 2px 16px
}

.sidenav-overlay .sidenav-container .panel .form-input {
  color: #333333;
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  min-height: 0
}

.sidenav-overlay .sidenav-container textarea.form-input {
  padding-bottom: 16px;
  padding-top: 16px
}

@media (max-width: 575px) {
  #cart-total {
    padding-top: 0
  }

  .btn-sidenav-close {
    font-size: 22px
  }

  .btn-sidenav-close_custom {
    border-radius: 17px;
    font-size: 10px;
    line-height: 16px;
    max-width: 150px;
    padding: 6px 10px
  }

  .form-icon.form-icon_password {
    height: 18px;
    margin: 15px 0;
    right: 16px;
    top: 24px;
    width: 16px
  }

  .sidenav-body {
    padding-top: 30px
  }

  .sidenav-container {
    padding-left: 20px;
    padding-right: 20px
  }

  .sidenav-container .btn.btn-access {
    min-height: 42px;
    padding: 8px 16px
  }

  .sidenav-container .form-group {
    margin-bottom: 14px
  }

  .sidenav-container .form-input {
    font-size: 14px;
    margin-bottom: 4px;
    min-height: 48px;
    padding: 13px 16px
  }

  .sidenav-container .form-input.form-input-password {
    padding-right: 44px
  }

  .sidenav-container .form-label {
    color: #2b2b2b;
    font-size: 12px;
    line-height: 1.1666666667em;
    padding-bottom: .6666666667em;
    padding-top: 0
  }

  .sidenav-footer {
    padding-top: 18px
  }

  .sidenav-header {
    padding-bottom: 20px;
    padding-top: 20px
  }

  .sidenav-header_bottom {
    min-height: 34px;
    padding-top: 4px
  }

  .sidenav-header_top {
    min-height: 26px;
    padding-bottom: 4px
  }

  .sidenav-overlay {
    width: 360px
  }

  .sidenav-overlay .btn:not(.btn-access, .input-group-btn) {
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
    min-height: 42px;
    padding: 12px 10px
  }

  .sidenav-overlay .sidenav-footer {
    padding-bottom: 16px;
    padding-top: 16px
  }

  .sidenav-overlay_cart .btn-cartItem_delete {
    font-size: 18px;
    margin-top: 6px
  }

  .sidenav-overlay_cart .cart-image_link {
    border-radius: .0666666667em;
    height: 120px;
    padding: .0666666667em;
    width: 120px
  }

  .sidenav-overlay_cart .cart-product {
    max-width: calc(100% - 120px - 16px)
  }

  .sidenav-overlay_cart .cart-product_info {
    font-size: 8px;
    margin-bottom: 13px
  }

  .sidenav-overlay_cart .cart-product_price {
    font-size: 16px;
    line-height: 1.125em;
    padding-top: .625em
  }

  .sidenav-overlay_cart .cart-product_quantity .btn {
    margin-top: 0
  }

  .sidenav-overlay_cart .cart-product_title {
    font-size: 13px;
    height: 2.4615384615em;
    line-height: 1.2307692308em;
    margin-bottom: 1.2307692308em;
    max-width: calc(100% - 18px - 4px);
    width: 10.9230769231em
  }

  .sidenav-overlay_cart .cart-section {
    padding-bottom: 20px;
    padding-top: 20px
  }

  .sidenav-overlay_cart .cart-total {
    font-size: 14px
  }

  .sidenav-overlay_cart .cart-total_text {
    margin-bottom: 0
  }

  .sidenav-overlay_cart .sidenav-title_icon {
    height: 22px;
    margin-right: 8px;
    width: 22px
  }

  .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
  }

  .sidenav-shipping-calculation .form-group {
    margin-bottom: 25px
  }

  .sidenav-shipping-calculation .sidenav-body>p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 32px
  }

  .sidenav-shipping-calculation .sidenav-body .s-subtitle {
    font-size: 13px
  }

  .sidenav-shipping-calculation .sidenav-container .form-input {
    font-size: 16px;
    line-height: 20px;
    min-height: 46px;
    padding: 12px 56px 12px 20px
  }

  .sidenav-shipping-calculation table {
    font-size: 12px;
    line-height: 16px
  }

  .sidenav-shipping-calculation table span {
    font-size: 10px;
    line-height: 14px
  }

  .sidenav-shipping-calculation td {
    padding: 10px 16px
  }

  .sidenav-shipping-calculation tr {
    min-height: 50px
  }

  .sidenav-title {
    min-height: 30px
  }

  .sidenav-title_text {
    font-size: 14px;
    line-height: 18px
  }

  .sidenav-overlay.sidenav-order .sidenav-body .s-subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px
  }

  .sidenav-overlay .panel .avatar {
    height: 28px;
    width: 28px
  }

  .sidenav-overlay .panel .avatar svg {
    max-height: 12px;
    max-width: 12px
  }

  .sidenav-overlay .panel .panel-body {
    padding-left: 12px;
    padding-right: 12px
  }

  .sidenav-overlay .panel .panel-footer {
    padding-left: 12px;
    padding-right: 12px
  }

  .sidenav-overlay .panel .panel-header {
    padding-left: 12px;
    padding-right: 12px
  }

  .sidenav-overlay .panel .panel-header .panel-title {
    font-size: 14px
  }

  .sidenav-overlay .panel .tile-subtitle {
    font-size: 12px;
    line-height: 18px
  }

  .sidenav-overlay .sidenav-container .panel .btn {
    height: 38px;
    font-size: 12px
  }

  .sidenav-overlay .sidenav-container .panel .form-input {
    font-size: 12px;
    height: 38px
  }
}

.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: #000;
  border-radius: 2px
}

.search_link.active .icon-bar:first-child {
  background-color: #000;
  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 #000;
  height: .8888888889em;
  margin-bottom: .1111111111em;
  width: .8888888889em
}

.search_link .icon-bar:last-child {
  background-color: #000;
  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(0, 0, 0, 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(0, 0, 0, 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
}

.account_link {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px
}

.account_link:last-child {
  font-weight: bold
}

.account_link__logout {
  text-decoration: underline
}

.cart_quantity {
  align-items: center;
  background-color: #ba9c56;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  line-height: 14px;
  margin-bottom: 4px;
  margin-left: 3px;
  min-width: 24px;
  padding: 2px 2px;
  text-align: center
}

.header-link_account {
  min-width: 156px
}

.header-link_contact {
  min-width: 156px
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 999
}

.header .icon-ssl {
  align-items: center;
  display: flex;
  height: 100%
}

.header .icon-ssl svg {
  fill: #000;
  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: 0;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 8px 10px 0px rgba(0, 130, 252, 0.08);
  display: none;
  margin: 0;
  min-width: calc(170px + 30px);
  padding: 20px 16px;
  position: absolute;
  z-index: 9999
}

.header .dropdown-content li {
  float: left;
  margin: 4px;
  width: 170px
}

.header .dropdown-content ul {
  margin-right: 20px
}

.header .navbar {
  background-color: #fff;
  height: 126px;
  position: relative
}

.header .navbar-center {
  max-width: calc(100% - (220px + 472px));
  width: 100%
}

.header .navbar-section:first-child {
  max-width: 220px
}

.header .navbar-section:last-child {
  max-width: 472px
}

.header-box {
  margin-left: 10px;
  margin-right: 10px
}

.header-box:first-of-type {
  margin-left: 0
}

.header-box:last-of-type {
  margin-right: 0
}

.header-box_contact {
  position: relative
}

.header-box_contact:focus .header-drop-down_contact,
.header-box_contact:hover .header-drop-down_contact {
  opacity: 1
}

.header-content {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 9
}

.header-drop-down_contact {
  display: none;
  opacity: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  bottom: auto;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  left: -25px;
  line-height: 14px;
  min-width: 282px;
  padding: 20px 20px 18px;
  position: absolute;
  right: auto;
  top: calc(48px + 16px)
}

.header-drop-down_contact.open {
  display: table;
  opacity: 1
}

.header-drop-down_contact:before {
  background-color: #f5f5f5;
  border-radius: 4px;
  bottom: auto;
  content: '';
  display: table;
  height: 48px;
  left: 15px;
  position: absolute;
  right: auto;
  top: 0;
  transform: rotate(45deg);
  width: 48px
}

.header-drop-down_contact a {
  color: #000
}

.header-drop-down_item {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: calc((38px - 14px) / 2);
  padding-top: calc((38px - 14px) / 2)
}

.header-drop-down_item:first-child {
  padding-top: 0
}

.header-drop-down_item:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.header-drop-down_list {
  position: relative;
  z-index: 5
}

.header-drop-down_text {
  font-size: 11px;
  font-weight: normal;
  line-height: 14px
}

.header-drop-down_text p {
  padding-bottom: 4px
}

.header-drop-down_text p:last-child {
  padding-bottom: 0
}

.header-drop-down_text__custom {
  padding-bottom: 4px;
  padding-top: 2px
}

.header-drop-down_text__custom p {
  padding-bottom: 0
}

.header-drop-down_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 6px
}

.header-link {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative
}

.header-link>* {
  float: left
}

.header-link.header-link_cart {
  align-items: flex-end;
  padding: 0
}

.header-link.header-link_contact {
  padding: 16px 0
}

.header-link.menu-mobile_link svg {
  height: 20px;
  width: 20px
}

.header-link .icon_cart {
  height: 31px;
  width: 34px
}

.header-link .icon_search {
  height: 18px;
  margin-top: 2px;
  width: 18px
}

.header-link .icon_user {
  display: block;
  height: 32px;
  width: 32px
}

.header-link svg {
  fill: #000
}

.header-link-icon_contact {
  height: 32px;
  width: 32px
}

.header-link_icon svg {
  max-height: 100%;
  max-width: 100%
}

.header-link_menu__mobile {
  display: table;
  margin-left: 16px;
  min-height: 18px;
  min-width: 25px;
  padding: 0
}

.header-link_menu__mobile.active .icon-bar {
  background-color: #000;
  height: 1px;
  width: 18px
}

.header-link_menu__mobile.active .icon-bar:nth-child(1) {
  transform: matrix(1, 0.9, -0.9, 1, 3, 7)
}

.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, 3, -3)
}

.header-link_menu__mobile .icon-bar {
  background-color: #000;
  display: block;
  float: none;
  height: 2px;
  margin-bottom: 4px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 24px
}

.header-link_menu__mobile .icon-bar:first-child {
  margin-top: 2px
}

.header-link_menu__mobile .icon-bar:last-child {
  margin-bottom: 2px
}

.header-link_menu__mobile .icon-bar:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
  width: 18px
}

.header-link_text {
  margin-left: 10px
}

.header-link_text__logged .account_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 79px
}

.logo {
  align-items: center;
  display: flex;
  height: 100%
}

.logo h1 {
  font-size: 0 !important;
  opacity: 0 !important
}

.logo img {
  max-height: 118px
}

.logo svg {
  max-height: 118px;
  width: auto
}

.nav-content {
  background-color: #000;
  color: #fff
}

.nav-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap-reverse;
  height: 90px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.nav-main_content {
  padding: 20px 24px;
  text-transform: uppercase
}

.nav-main_content a {
  color: #000
}

.nav-main_content li {
  background-color: transparent;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 14px 12px;
  width: 100%
}

.nav-main_content li:focus,
.nav-main_content li:hover {
  background-color: #ededed;
  box-shadow: none;
  color: #000;
  font-weight: bold
}

.nav-main_content li:focus a,
.nav-main_content li:hover a {
  color: #000
}

.nav-main_content li:last-child {
  border-bottom: 0
}

.nav-main_content__children {
  border-radius: 4px !important;
  left: calc(100% - 40px);
  top: 10px
}

.nav-main_item>.nav-main_content.dropdown-content {
  left: 0;
  padding: 22px 24px 24px;
  z-index: -1
}

.nav-main_item:first-child:after {
  right: calc(72px / 2)
}

.nav-main_item:first-child .nav-main_link {
  padding-left: 0
}

.nav-main_item.nav-main-item_right>.nav-main_content.dropdown-content {
  left: auto;
  right: 0
}

.nav-main_item.nav-main-item_center>.nav-main_content.dropdown-content {
  left: calc((100% - 866px) / 2);
  min-width: 866px;
  right: auto
}

.nav-main_item:last-child:after {
  left: calc(72px / 2)
}

.nav-main_item:last-child .nav-main_link {
  padding-right: 0
}

.nav-main_link {
  background: #000;
  border: 0;
  color: #fff;
  fill: #fff;
  display: inline-table;
  font-size: 11px;
  font-weight: bold;
  height: auto;
  line-height: 13px;
  opacity: 1 !important;
  padding: 15px calc(72px / 2) calc(90px - (15px + (36px + 12px) + 13px));
  text-align: center;
  text-transform: uppercase
}

.nav-main_link>* {
  float: left
}

.nav-main_link:focus,
.nav-main_link:hover {
  box-shadow: none;
  color: #fff
}

.nav-main_link:focus svg,
.nav-main_link:hover svg {
  fill: #fff
}

.nav-main_link svg {
  fill: #fff
}

.search .btn {
  background-color: transparent;
  border: 0;
  bottom: 0;
  box-shadow: none !important;
  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: 4px;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.2);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 60px
}

.search .form-input::placeholder {
  color: #000
}

.search .form-input::-webkit-input-placeholder {
  color: #000
}

.search .form-input::-moz-placeholder {
  color: #000
}

.search .form-input::-ms-input-placeholder {
  color: #000
}

.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: 4px;
  border-top-right-radius: 4px
}

.search svg {
  fill: #c5a45c
}

.search-desktop {
  max-width: 100%;
  width: 626px
}

.search-desktop .btn {
  align-items: center;
  background-color: transparent;
  border-bottom: 0;
  border-left: 1px solid #d7d7d7;
  border-right: 0;
  border-top: 0;
  bottom: 1px;
  box-shadow: none !important;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 21px;
  justify-content: center;
  left: auto;
  line-height: 20px;
  margin: auto;
  padding: 2px 2px 1px 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 120px;
  z-index: 99
}

.search-desktop .btn:focus,
.search-desktop .btn:hover {
  color: #404040
}

.search-desktop .form-input {
  background-color: #f5f5f5;
  border-radius: 25px !important;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 0px 0px 0.6px transparent;
  color: #000;
  font-size: 14px;
  height: 3.5714285714em;
  line-height: 1.4285714286em;
  padding: 1.0714285714em 9.7142857143em .9285714286em 2.1428571429em
}

.search-desktop .form-input::placeholder {
  color: #000;
  opacity: 1
}

.search-desktop .form-input::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

.search-desktop .form-input::-moz-placeholder {
  color: #000;
  opacity: 1
}

.search-desktop .form-input::-ms-input-placeholder {
  color: #000;
  opacity: 1
}

.search-desktop .form-input:focus {
  border-color: #b5b5b5;
  box-shadow: none
}

.search-desktop .input-group {
  position: relative
}

.sidebar-nav .sidebar-nav-account {
  display: table;
  max-width: 300px;
  width: 100%
}

.sidebar-nav .sidebar-nav-account>* {
  float: left
}

.sidebar-nav .sidebar-nav-header {
  background-color: #000;
  border-bottom: #000;
  padding: 16px 20px
}

.sidebar-nav .sidebar-nav-icon {
  align-items: flex-end;
  display: flex;
  height: 36px;
  justify-content: center;
  margin-right: 15px;
  overflow: hidden;
  width: 36px
}

.sidebar-nav .sidebar-nav-icon svg {
  fill: #c5a45c;
  height: 100%;
  width: 100%
}

.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: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 1px;
  width: 100%;
  text-transform: uppercase
}

.sidebar-nav a.sidebar-nav-link.sidebar-nav-link_logout {
  text-decoration: underline
}

.sidebar-nav a.sidebar-nav-link.sidebar-nav-link_user {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.top-content {
  background-color: #ba9c56;
  color: #fff;
  fill: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 2
}

.top-custom-banners {
  padding-bottom: calc((36px - 30px) / 2);
  padding-top: calc((36px - 30px) / 2)
}

.top-info {
  font-size: 11px;
  font-weight: 500;
  line-height: 14px
}

.top-item {
  padding-left: 8px;
  padding-right: 8px
}

.top-item-box {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 30px
}

.top-item-box>* {
  float: left
}

@media (max-width: 1199px) {
  .cart_quantity {
    font-size: 10px;
    height: 22px;
    margin-bottom: 2px;
    min-width: 22px
  }

  .header-link .icon_cart {
    height: 27px;
    width: 30px
  }

  .header-link .icon_user {
    height: 28px;
    width: 28px
  }

  .header-link-icon_contact {
    height: 28px;
    width: 28px
  }

  .header-link_text {
    margin-left: 8px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header .navbar-center {
    max-width: calc(100% - (160px + 400px))
  }

  .header .navbar-section:first-child {
    max-width: 160px
  }

  .header .navbar-section:last-child {
    max-width: 400px
  }

  .header .navbar {
    height: 106px
  }

  .header-link_account {
    min-width: 130px
  }

  .header-link_contact {
    min-width: 140px
  }

  .nav-main_item.nav-main-item_center>.nav-main_content.dropdown-content {
    left: calc((100% - 674px) / 2);
    min-width: 674px;
    right: auto
  }

  .nav-main_item__all .icon-nav-first {
    margin-bottom: 3px;
    margin-right: 6px;
    margin-top: 5px;
    height: 12px;
    width: 22px
  }

  .nav-main_link {
    font-size: 9px;
    line-height: 11px;
    padding-left: 23px;
    padding-right: 23px
  }

  .search-desktop .btn {
    font-size: 12px
  }

  .search-desktop .form-input {
    font-size: 12px;
    width: 100px
  }

  .top-custom-banners {
    padding-bottom: 4px;
    padding-top: 4px
  }

  .top-info {
    font-size: 9px;
    line-height: 12px
  }

  .top-item-box {
    min-height: 26px
  }

  .logo img {
    max-height: 98px
  }

  .logo svg {
    max-height: 98px
  }
}

@media (min-width: 992px) {
  .nav-main_content__img img {
    height: 370px;
    max-height: 370px;
    max-width: none;
    object-fit: cover;
    transition: opacity 300ms ease-in-out;
    width: 380px
  }

  .nav-main_content__box {
    align-self: center;
    display: flex;
    margin-left: calc(62px - 20px)
  }

  .nav-main_content li {
    padding: calc((36px - 14px) / 2) 10px
  }

  .menu-mobile_link {
    display: none
  }

  .nav-main-box_link>* {
    float: none
  }

  .nav-main-box_link .nav-main_text {
    width: 100%
  }

  .nav-main_icon {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-bottom: 12px
  }

  .nav-main_icon svg {
    fill: #fff;
    height: 36px;
    width: 42px
  }

  .nav-main_icon img {
    max-height: 36px;
    max-width: 42px
  }

  .nav-main>.nav-main_item.dropdown:hover:after {
    opacity: 1
  }

  .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
  }

  .top-item {
    float: left
  }

  .top-item:first-child {
    padding-left: 0
  }

  .top-item:last-child {
    padding-right: 0
  }

  .top-list {
    align-items: center;
    display: flex;
    justify-content: space-between
  }

  .nav-main_item {
    z-index: 1
  }

  .nav-main_item:first-child:before {
    display: none
  }

  .nav-main_item:after {
    background-color: #000;
    border-radius: 4px;
    bottom: 0;
    content: '';
    display: table;
    height: 48px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: rotate(45deg);
    width: 48px;
    z-index: -1
  }

  .nav-main_item:before {
    background-color: #0f0f0f;
    bottom: 0;
    content: '';
    display: table;
    height: 54px;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 1px
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .header .dropdown-content ul {
    margin-right: 16px
  }

  .header .navbar-center {
    max-width: calc(100% - (180px + 450px))
  }

  .header .navbar-section:first-child {
    max-width: 180px
  }

  .header .navbar-section:last-child {
    max-width: 450px
  }

  .nav-main_content__img img {
    height: 330px;
    max-height: 330px;
    width: 340px
  }

  .nav-main_item:first-child:after {
    right: 26px
  }

  .nav-main_item:last-child:after {
    left: 26px
  }

  .nav-main_link {
    padding-left: 26px;
    padding-right: 26px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header .dropdown-content ul {
    margin-right: 16px
  }

  .header .dropdown-content li {
    width: 130px;
    padding: calc((32px - 12px) / 2) 8px
  }

  .nav-main {
    height: 80px
  }

  .nav-main_content li {
    font-size: 10px;
    line-height: 12px
  }

  .nav-main_content__box {
    margin-left: calc(42px - 16px)
  }

  .nav-main_content__img img {
    height: 290px;
    max-height: 290px;
    width: 300px
  }

  .nav-main_icon {
    height: 32px;
    margin-bottom: 8px
  }

  .nav-main_icon svg {
    max-height: 32px;
    max-width: 38px
  }

  .nav-main_item:before {
    height: 44px
  }

  .nav-main_item:first-child:after {
    right: 23px
  }

  .nav-main_item:last-child:after {
    left: 23px
  }

  .nav-main_item>.nav-main_content.dropdown-content {
    border-bottom-right-radius: 26px;
    padding: 18px 20px 20px
  }
}

@media (max-width: 991px) {
  .header .icon_cart {
    height: 24px;
    width: 30px
  }

  .header .icon-ssl svg {
    max-height: 35px;
    max-width: 35px
  }

  .header .navbar {
    height: 90px
  }

  .header .navbar-center {
    display: none
  }

  .header .navbar-section:first-of-type {
    max-width: calc(100% - (124px + 30px))
  }

  .header .navbar-section:last-of-type {
    max-width: calc(124px + 30px)
  }

  .header-box {
    margin-left: 8px;
    margin-right: 8px
  }

  .logo img {
    max-height: 82px
  }

  .logo svg {
    max-height: 82px
  }

  .sidebar-nav {
    margin-top: 90px
  }

  .top-content {
    height: 34px
  }

  .top-custom-banners {
    padding-bottom: 4px;
    padding-top: 4px
  }

  .top-info {
    font-size: 9px;
    line-height: 12px
  }

  .top-item-box {
    min-height: 26px
  }
}

@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: #0f0f0f;
  box-shadow: 0px 3.2px 8px 0px rgba(38, 38, 38, 0.25);
  color: #fff;
  padding-bottom: 15px;
  padding-top: 0
}

.sidebar-nav .mm-active .nav-mobile_link {
  font-weight: 500
}

.sidebar-nav .metismenu .has-arrow:after {
  color: #fff;
  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: #0f0f0f;
  height: 100%;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 70px;
  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: #0f0f0f;
  position: relative;
  z-index: 0
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
  background-color: #0f0f0f;
  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: #0f0f0f;
  padding-bottom: 10px;
  padding-top: 10px
}

.sidebar-nav .nav-mobile ul .nav-mobile_link {
  font-size: 11px;
  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: #fff;
  fill: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  outline-width: 0;
  padding: 13px 18px;
  position: relative;
  transition: all .3s ease-out;
  text-transform: uppercase
}

.sidebar-nav .nav-mobile .nav-mobile_link a {
  color: #fff;
  fill: #fff
}

.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
}

.nav-mobile_icon {
  max-height: 28px;
  margin-right: 12px;
  max-width: 28px
}

.nav-mobile_icon svg {
  height: 28px;
  width: 28px
}

.nav-mobile-box_link {
  align-items: center;
  display: flex
}

.nav-mobile-box_link>a {
  align-items: center;
  display: flex
}

.footer {
  background-color: #fff;
  color: #000;
  fill: #c5a45c
}

.footer a {
  color: #000
}

.footer a:focus,
.footer a:hover {
  color: #000
}

.footer-address_item {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 26px;
  max-width: 415px;
  padding-bottom: 25px
}

.footer-address_item:last-child {
  margin-bottom: 0
}

.footer-address_text {
  font-size: 13px;
  line-height: 18px;
  max-width: 380px
}

.footer-address_title {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  width: 100%
}

.footer-address_title * {
  float: left
}

.footer-address_title span {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 2px;
  text-transform: uppercase
}

.footer-address_title svg {
  height: 22px;
  margin-right: 8px;
  width: 16px
}

.footer-box_bottom {
  font-size: 11px;
  line-height: 15px
}

.footer-box_contact .footer-box {
  margin-bottom: 52px
}

.footer-box_email .footer-box {
  margin-bottom: 46px
}

.footer-box_social .footer_title {
  margin-bottom: 8px
}

.footer-box_wdna {
  float: right
}

.footer-contact_text {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px
}

.footer-contact_text p {
  padding-bottom: 3px
}

.footer-contact_text p:last-child {
  padding-bottom: 3px
}

.footer-content_info>.container>.col-12 {
  border-top: 1px solid #d4d4d4;
  padding: calc((112px - 56px) / 2) 0
}

.footer-content_info>.container>.col-12>.columns {
  align-items: flex-end
}

.footer-content_info .footer_title {
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding-bottom: 10px;
  text-transform: uppercase
}

.footer-content_main {
  padding-bottom: 48px;
  padding-top: 42px
}

.footer-content_main .footer-box {
  margin-bottom: 58px
}

.footer-content_main .footer_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 12px;
  text-transform: uppercase
}

.footer-content_second>.container>.col-12 {
  border-top: 1px solid #d4d4d4;
  padding: calc((68px - 30px) / 2) 0
}

.footer-content_second>.container>.col-12>.columns {
  align-items: center
}

.footer-email-icon {
  height: 34px;
  margin-right: 8px;
  width: 46px
}

.footer-email-text_box {
  margin-bottom: -1px;
  padding-top: 1px
}

.footer-email-text_link {
  font-size: 13px;
  line-height: 15px;
  text-decoration: underline !important
}

.footer-email-text_title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: -2px;
  text-transform: uppercase
}

.footer-email_box {
  align-items: center;
  display: flex;
  width: 100%
}

.footer-page_item {
  font-size: 13px;
  padding: 4px 0
}

.footer-page_item:first-child {
  padding-top: 0
}

.footer-page_item:last-child {
  padding-bottom: 0
}

.footer-page_link {
  font-size: 1em;
  line-height: 15px
}

.footer-payment_item {
  align-items: center;
  display: flex;
  float: left;
  margin: 2px 3px
}

.footer-payment_item img {
  max-height: 50px;
  max-width: 200px
}

.footer-payment_item svg {
  max-height: 38px;
  max-width: 150px
}

.footer-payment_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  max-width: 100%
}

.footer-social_item {
  float: left;
  margin: 4px 8px
}

.footer-social_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  max-width: 100%
}

.footer-stamp_item {
  align-items: center;
  display: flex;
  float: left;
  margin: 2px 30px
}

.footer-stamp_item img,
.footer-stamp_item svg {
  max-height: 50px;
  max-width: 200px
}

.footer-stamp_list {
  align-items: center;
  display: flex;
  float: right;
  margin-left: -30px;
  margin-right: -30px
}

.social-icons__link {
  align-items: center;
  display: flex;
  fill: #000
}

.social-icons__link img,
.social-icons__link svg {
  max-height: 24px;
  max-width: 32px
}

.logo-platform {
  color: #333;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px
}

.logo-platform b {
  font-weight: bold
}

@media (min-width: 992px) {
  .footer-address_item:last-child {
    border-bottom: 0;
    padding-bottom: 0
  }

  .footer-box_about,
  .footer-box_support {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    width: 100%
  }

  .footer-box_categories {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    width: 100%
  }

  .footer-box_contact,
  .footer-box_email,
  .footer-box_social {
    float: right;
    max-width: 242px;
    width: 100%
  }

  .footer-content_main .column>.footer-box:last-child {
    margin-bottom: 0
  }

  .footer-box_wdna {
    margin-top: 12px;
    width: 100%
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-box_categories {
    margin-right: 0;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 16px
  }
}

@media (max-width: 1199px) {
  .footer-address_item {
    max-width: 300px
  }

  .footer-address_text {
    font-size: 11px;
    line-height: 16px;
    max-width: 300px
  }

  .footer-address_title span {
    font-size: 14px;
    line-height: 18px
  }

  .footer-address_title svg {
    height: 16px;
    width: 14px
  }

  .footer-box_bottom {
    font-size: 9px;
    line-height: 13px
  }

  .footer-contact_text {
    font-size: 11px;
    line-height: 13px
  }

  .footer-content_main .footer_title {
    font-size: 12px;
    line-height: 14px
  }

  .footer-email-icon {
    height: 30px;
    width: 42px
  }

  .footer-email-text_box {
    margin-bottom: -2px;
    padding-top: 2px
  }

  .footer-email-text_link {
    font-size: 11px;
    line-height: 13px
  }

  .footer-email-text_title {
    font-size: 10px;
    margin-bottom: -6px
  }

  .footer-page_item {
    font-size: 11px
  }

  .footer-page_link {
    line-height: 13px
  }

  .logo-platform {
    font-size: 9px;
    line-height: 11px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .footer-box_about,
  .footer-box_support {
    float: right;
    margin-right: 0;
    max-width: 180px
  }

  .footer-box_categories {
    float: right;
    margin-right: 0;
    max-width: 140px
  }

  .footer-box_contact,
  .footer-box_email,
  .footer-box_social {
    max-width: 210px
  }
}

@media (max-width: 991px) {
  .footer-box_wdna {
    float: left
  }

  .logo-platform {
    float: left;
    margin-top: 12px
  }

  .footer-content_info>.container>.col-12 {
    padding: 0
  }

  .footer-content_info .column:nth-child(2) .footer-box {
    border-top: 1px solid #d4d4d4;
    width: 100%
  }

  .footer-content_info .footer-box {
    float: left;
    padding-bottom: 24px;
    padding-top: 24px
  }

  .footer-content_info .footer-stamp_item {
    margin-left: 8px;
    margin-right: 8px
  }

  .footer-content_info .footer-stamp_list {
    float: left;
    margin-left: -8px;
    margin-right: -8px
  }

  .footer-content_info .footer_title {
    display: none
  }

  .footer-content_main {
    padding-bottom: 20px;
    padding-top: 60px
  }

  .footer-content_main .footer-box {
    display: table;
    width: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-address_item {
    border-bottom: 0;
    display: table;
    float: left;
    margin-bottom: 0;
    max-width: none;
    padding-bottom: 0;
    width: 50%
  }

  .footer-address_item:last-child {
    padding-left: 24px
  }

  .footer-box_adresses {
    float: left;
    width: 100%
  }

  .footer-box_categories {
    float: right;
    max-width: 140px;
    width: 100%
  }

  .footer-box_contact,
  .footer-box_email,
  .footer-box_social {
    padding-left: 16px
  }
}

@media (max-width: 767px) {
  .footer-content_main .footer-box_contact.footer-box {
    margin-bottom: 32px
  }

  .footer-content_main .footer-box_email.footer-box {
    margin-bottom: 36px
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .footer-address_item {
    border-bottom: 0;
    display: table;
    float: left;
    margin-bottom: 0;
    max-width: none;
    padding-bottom: 0;
    width: 50%
  }

  .footer-address_item:last-child {
    padding-left: 8px
  }
}

@media (max-width: 575px) {
  .footer-address_item {
    max-width: 100%
  }

  .footer-box_categories {
    padding-left: 16px
  }

  .footer-content_main {
    padding-bottom: 40px;
    padding-top: 40px
  }

  .footer-content_main .column:last-child>.footer-box:last-child {
    margin-bottom: 0
  }
}

.footer-content_newsletter {
  background-color: #000;
  border-bottom: 62px solid #fff;
  color: #c5a45c
}

.footer-content_newsletter .btn {
  align-items: center;
  background-color: transparent !important;
  bottom: 0;
  color: #c5a45c;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 50px;
  left: auto;
  line-height: 20px;
  padding: 8px 28px 8px 8px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 9
}

.footer-content_newsletter .btn:focus,
.footer-content_newsletter .btn:hover {
  opacity: 0.7
}

.footer-content_newsletter .footer-box_newsletter {
  align-items: center;
  display: flex;
  min-height: 196px
}

.footer-content_newsletter .footer_form {
  max-width: 440px;
  width: 100%
}

.footer-content_newsletter .footer_img {
  margin-bottom: -150px;
  max-width: calc(100% - (424px + 440px));
  width: 100%
}

.footer-content_newsletter .footer_title {
  display: table;
  font-size: 30px;
  letter-spacing: -2px;
  line-height: 1em;
  margin-bottom: 0;
  max-width: 424px;
  width: 100%
}

.footer-content_newsletter .footer_title b,
.footer-content_newsletter .footer_title span {
  display: block
}

.footer-content_newsletter .form-input {
  align-items: center;
  background-color: #000;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 50px;
  line-height: 20px;
  padding: 8px 65px 8px 25px
}

.footer-content_newsletter .form-input::placeholder {
  color: #fff;
  opacity: 1
}

.footer-content_newsletter .form-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.footer-content_newsletter .form-input::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.footer-content_newsletter .form-input::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.footer-content_newsletter .form-input:focus {
  background-color: #000 !important;
  border-color: #c5a45c
}

.footer-content_newsletter .form-input:not(:placeholder-shown):invalid:focus {
  background: transparent
}

.footer-content_newsletter .input-group {
  max-width: 426px;
  position: relative
}

.footer-content_newsletter .input-group .form-input:first-child:not(:last-child) {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .footer-content_newsletter .footer_form {
    max-width: 320px
  }

  .footer-content_newsletter .footer_img {
    max-width: calc(100% - (360px + 320px))
  }

  .footer-content_newsletter .footer_title {
    font-size: 28px;
    max-width: 360px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer-content_newsletter {
    border-bottom-width: 52px
  }

  .footer-content_newsletter .btn {
    font-size: 14px;
    height: 50px
  }

  .footer-content_newsletter .footer-box_newsletter {
    min-height: 156px
  }

  .footer-content_newsletter .footer_form {
    max-width: 260px
  }

  .footer-content_newsletter .footer_img {
    margin-bottom: -110px;
    max-width: calc(100% - (304px + 260px))
  }

  .footer-content_newsletter .footer_title {
    font-size: 20px;
    letter-spacing: -1px;
    max-width: 304px
  }

  .footer-content_newsletter .form-input {
    font-size: 14px;
    height: calc(50px - 4px)
  }
}

@media (max-width: 991px) {
  .footer-content_newsletter .footer-box_newsletter {
    display: table;
    min-height: 0;
    padding-top: 80px;
    text-align: center;
    width: 100%
  }

  .footer-content_newsletter .footer_form {
    display: table;
    margin: 0 auto 60px;
    max-width: 100%
  }

  .footer-content_newsletter .footer_img {
    height: 168px;
    margin-bottom: -62px;
    max-width: 100%;
    width: 100%
  }

  .footer-content_newsletter .footer_img img {
    margin-left: auto;
    margin-right: auto
  }

  .footer-content_newsletter .footer_title {
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
  }

  .footer-content_newsletter .input-group {
    margin: 0 auto
  }
}

@media (max-width: 575px) {
  .footer-content_newsletter {
    border-bottom-width: 52px
  }

  .footer-content_newsletter .btn {
    font-size: 14px;
    height: 42px;
    padding: 8px 24px 8px 8px
  }

  .footer-content_newsletter .footer_form {
    margin-bottom: 50px
  }

  .footer-content_newsletter .footer_img {
    height: 120px;
    margin-bottom: -46px
  }

  .footer-content_newsletter .footer_title {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 32px
  }

  .footer-content_newsletter .form-input {
    font-size: 14px;
    height: 42px
  }

  .footer-content_newsletter .input-group {
    max-width: 280px
  }
}

.btn.btn-access {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #efefef;
  box-shadow: 0 2px 3px rgba(232, 232, 232, 0.15);
  color: #000;
  font-size: 15px;
  font-weight: 500;
  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: #fff;
  border-color: #c2c2c2;
  color: #c5a45c
}

.btn.btn-access:focus svg,
.btn.btn-access:hover svg {
  fill: #8a6f38
}

.btn.btn-access span {
  max-width: calc(100% - (22px + 20px));
  padding-bottom: 2px;
  padding-top: 0px
}

.btn.btn-access svg {
  fill: #ba9955;
  height: 22px;
  margin-right: 20px;
  width: 22px
}

.card-page .card-body img {
  max-width: 100%
}

.card-page_custom .card-body {
  color: #2b2b2b;
  font-size: 15px;
  line-height: 24px
}

.cookie-notification-button {
  font-size: 10px !important;
  font-weight: bold
}

.form-group .dropdown>.btn {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 20px;
  padding: calc((30px - 20px) / 2) calc(15px + 10px + 8px) calc((30px - 20px) / 2) 15px;
  position: relative;
  width: auto
}

.form-group .dropdown>.btn svg {
  bottom: 0;
  fill: #000;
  height: 10px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 10px
}

.form-group .dropdown ul {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 8px
}

.form-group .dropdown ul * {
  color: #000;
  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: rgba(26, 87, 45, 0.08);
  color: #1a572d
}

.home-main {
  background-color: #fff;
  display: inline-block;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%
}

.loading:after {
  border-bottom-color: rgba(197, 164, 92, 0.6);
  border-left-color: rgba(197, 164, 92, 0.8)
}

.showcase {
  margin-bottom: 50px
}

.showcase.showcase-buy-to-gether {
  margin-bottom: 40px
}

.showcase.showcase-model-7 {
  padding-bottom: 0
}

.showcase:not(.showcase-buy-to-gether, .showcase-last-viewed, .showcase-model-2, .showcase-related):first-child {
  margin-top: 80px
}

.showcase ul {
  margin: 0
}

.showcase-model-2 {
  margin-bottom: 70px
}

.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,
.showcase-products {
  position: relative
}

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #ededed;
  bottom: 0;
  box-shadow: none;
  height: 57px;
  left: auto;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
  width: 18px
}

.showcase-banners .slider__arrow.slider__arrow--next,
.showcase-products .slider__arrow.slider__arrow--next {
  left: auto;
  right: calc(-18px / 2)
}

.showcase-banners .slider__arrow.slider__arrow--prev,
.showcase-products .slider__arrow.slider__arrow--prev {
  left: calc(-18px / 2);
  right: auto
}

.showcase-banners .slider__arrow:focus,
.showcase-banners .slider__arrow:hover,
.showcase-products .slider__arrow:focus,
.showcase-products .slider__arrow:hover {
  background-color: #ededed;
  border-color: #ededed;
  box-shadow: none;
  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: #151515
}

.showcase-banners .slider__arrow svg,
.showcase-products .slider__arrow svg {
  fill: #151515;
  height: 12px;
  width: 10px
}

.showcase-banners .slider__arrow[disabled],
.showcase-products .slider__arrow[disabled] {
  border-color: rgba(237, 237, 237, 0.6)
}

.showcase-banners .slider__arrow[disabled] svg,
.showcase-products .slider__arrow[disabled] svg {
  fill: rgba(21, 21, 21, 0.4)
}

.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(0, 0, 0, 0.1)
}

.showcase-banners_full .showcase-banners_item__exemple .showcase-banners_link {
  align-items: center;
  background-color: rgba(197, 164, 92, 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-banners_link {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.showcase-image-carousel .slider__arrow {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: 0
}

.showcase-item {
  margin-top: 0
}

.showcase-list {
  padding-bottom: 0
}

.showcase-offer {
  align-content: center;
  align-items: center;
  background-color: #c5a45c;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  left: auto;
  line-height: 12px;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 42px;
  z-index: 1
}

.showcase-offer span {
  display: block
}

.showcase-prices {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  float: left;
  height: calc(17px + 22px + (15px + 2px) + (18px * 2));
  width: 100%
}

.showcase-prices>* {
  width: 100%
}

.showcase-prices_plots {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 0
}

.showcase-prices_pix {
  color: #7bab11;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  padding-top: 2px
}

.showcase-prices_pix span {
  display: block
}

.showcase-prices_price {
  color: #ba9c56;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  width: 100%
}

.showcase-prices_strike {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  padding-bottom: 0
}

.showcase-products {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + (8px * 2))
}

.showcase-products .slider__arrow.slider__arrow--prev {
  left: 0
}

.showcase-products .slider__arrow.slider__arrow--next {
  right: 0
}

.showcase-product {
  border-radius: 4px;
  border: 0px solid #228B22;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4);
  margin: 8px;
  min-height: 360px;
  padding: 10px 10px 77px 10px;
  position: relative;
  text-align: center
}

.showcase-product:focus,
.showcase-product:hover {
  border-color: #e8e8e8
}

.showcase-product:focus .showcase-product-buy_box,
.showcase-product:hover .showcase-product-buy_box {
  opacity: 1
}

.showcase-product.showcase-product_out-of-stock .card-header {
  opacity: 0.7
}

.showcase-product.showcase-product_out-of-stock .showcase-product_link__image {
  opacity: 0.8
}

.showcase-product .card-footer {
  min-height: calc(17px + 22px + (15px + 2px) + (18px * 2));
  padding-top: 0
}

.showcase-product .card-footer:last-child {
  padding-bottom: 0
}

.showcase-product .card-header {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 25px;
  padding-top: 34px
}

.showcase-product .card-header h3 {
  margin-bottom: 0
}

.showcase-product .card-header,
.showcase-product .card-body,
.showcase-product .card-footer {
  padding-left: 0;
  padding-right: 0
}

.showcase-product .showcase-product_image {
  position: relative
}

.showcase-product .showcase-product_image.card-image {
  padding-top: 0
}

.showcase-product p {
  margin-bottom: 0
}

.showcase-product_buy {
  background-color: #1a572d;
  border-radius: 17px;
  border: 0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: auto;
  letter-spacing: 5px;
  line-height: 20px;
  max-width: 192px;
  min-height: 34px;
  padding: 8px 10px 6px;
  text-transform: uppercase;
  width: 100%
}

.showcase-product_buy.disabled {
  cursor: no-drop;
  opacity: 0.4 !important
}

.showcase-product_buy:focus,
.showcase-product_buy:hover {
  background-color: #000;
  color: #fff;
  opacity: 1
}

.showcase-product_image {
  position: relative
}

.showcase-product_link__image {
  display: block;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 250px;
  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: #000;
  height: 180px;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  width: 180px
}

.showcase-product_link_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #333;
  display: -webkit-box;
  font-size: 15px;
  font-weight: bold;
  height: calc(18px * 3);
  line-height: 18px;
  overflow: hidden;
  text-transform: uppercase
}

.showcase-tag {
  background-color: #c3a35b;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.5555555556em;
  margin-bottom: 4px;
  min-width: 10.4444444444em;
  padding: .3333333333em 1.3333333333em .3333333333em;
  text-align: center;
  text-transform: uppercase
}

.showcase-tag.showcase-tag-free_shipping {
  background-color: #1a572d
}

.showcase-tag.showcase-tag-offer {
  background-color: #c5a45c
}

.showcase-tags {
  display: none;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.showcase-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 34px;
  text-transform: uppercase
}

.showcase-title span {
  font-weight: bold
}

.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:not(.home-main)>.showcase .showcase-list {
  padding-bottom: 0
}

main h2 {
  text-align: center
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-product .card-footer {
    min-height: calc(20px + ((15px * 2) + 6px) + (14px + 2px))
  }

  .showcase-products .showcase-product {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (min-width: 992px) {

  .showcase-products_carousel__5 .showcase-prices,
  .showcase-products_grid__5 .showcase-prices {
    height: calc((17px + 22px + (15px + 2px) + (18px * 2)) + (14px + 2px))
  }

  .showcase-products_carousel__5 .showcase-product_buy,
  .showcase-products_grid__5 .showcase-product_buy {
    width: calc(100% - (20px * 2))
  }

  .showcase-product-buy_box {
    align-items: center;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 192px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: calc((250px - (121px + 34px)) / 2 + 20px);
    transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
    width: 100%
  }

  .showcase-product-buy_box img {
    height: 121px;
    max-height: 121px;
    max-width: 100%
  }

  .showcase-product:focus .showcase-product_link__image,
  .showcase-product:hover .showcase-product_link__image {
    opacity: 0.188
  }
}

@media (max-width: 991px) {
  .showcase-product-buy_box img {
    display: none
  }

  .product-buy-to-gether .showcase-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  .showcase-banners .banner-main_img {
    width: 100%
  }

  .showcase-banners .banner-main_img.loaded {
    width: auto
  }

  .showcase-banners .slider__arrow,
  .showcase-products .slider__arrow {
    bottom: 0
  }

  .showcase-banners_full .showcase-banners_item__exemple .showcase-banners_link {
    min-height: 325px
  }

  .showcase-banners_full svg {
    height: 200px;
    width: 200px
  }

  .showcase-list {
    padding-bottom: 0
  }

  .showcase-offer {
    bottom: auto;
    left: 0;
    top: 8px
  }

  .showcase-product {
    padding: 10px 10px 77px 10px
  }

  .showcase-product .card-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: calc((22px + (18px * 2)) + (8px + 34px));
    width: 100%
  }

  .showcase-product_buy {
    opacity: 1;
    position: static
  }

  main {
    padding-bottom: 40px;
    padding-top: 40px
  }

  .showcase-product-buy_box {
    display: table;
    padding-top: 8px;
    width: 100%
  }
}

@media (max-width: 767px) {
  .showcase-products {
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}

@media (max-width: 575px) {

  .showcase-banners .slider__arrow.slider__arrow--prev,
  .showcase-products .slider__arrow.slider__arrow--prev {
    left: calc(-18px / 2)
  }

  .showcase-banners .slider__arrow.slider__arrow--next,
  .showcase-products .slider__arrow.slider__arrow--next {
    right: calc(-18px / 2)
  }

  .showcase-title {
    font-size: 22px;
    line-height: 24px
  }

  main {
    padding-bottom: 20px;
    padding-top: 20px
  }

  .showcase-title {
    font-size: 18px;
    line-height: 22px
  }
}

.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%
  }
}

.pages-nav .btn-access {
  align-items: center;
  display: flex;
  height: auto
}

.pages-nav .btn-access span {
  max-width: calc(100% - 22px - 16px);
  text-align: left;
  white-space: normal
}

.pages-nav .btn-access svg {
  margin-right: 16px
}

a.showcase-banners_link {
  opacity: 1 !important
}

.showcase-search.showcase-search_list .showcase-product-buy_box {
  align-content: center;
  align-items: center;
  bottom: 0;
  display: flex;
  margin-bottom: auto;
  margin-top: auto;
  right: calc(100% - (35px + 35px + 250px));
  top: 0
}

.showcase-search.showcase-search_list .showcase-item {
  margin-bottom: 30px
}

.showcase-search.showcase-search_list .showcase-offer {
  left: 10px;
  top: 10px
}

.showcase-search.showcase-search_list .showcase-prices {
  align-content: flex-end;
  float: left;
  max-width: 100%;
  padding-right: 8px;
  width: 100%
}

.showcase-search.showcase-search_list .showcase-product {
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
  border-radius: 4px;
  display: table;
  padding: 28px 35px;
  text-align: left;
  width: 100%
}

.showcase-search.showcase-search_list .showcase-product .card-footer {
  padding-top: 0
}

.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);
  width: 100%
}

.showcase-search.showcase-search_list .showcase-product .card-header {
  margin-top: 46px;
  padding-bottom: 24px;
  padding-top: 0
}

.showcase-search.showcase-search_list .showcase-product_buy {
  float: left;
  margin-top: 8px;
  opacity: 1;
  position: static
}

.showcase-search.showcase-search_list .showcase-product_buy.showcase-product_buy__full {
  max-width: 100%
}

.showcase-search.showcase-search_list .showcase-product_image {
  float: left;
  height: 250px;
  max-width: 360px;
  padding-right: 20px;
  position: static;
  width: 100%
}

.showcase-search.showcase-search_list .showcase-product_link__image {
  height: 250px;
  margin: auto auto auto 0;
  max-width: 250px
}

.showcase-search.showcase-search_list .showcase-product_link_title {
  -webkit-line-clamp: 1;
  font-size: 17px;
  font-weight: 500;
  height: calc(24px * 1);
  line-height: 24px
}

.showcase-search.showcase-search_list .showcase-tag {
  top: 35px;
  z-index: 1
}

.showcase-search.showcase-search_list .showcase-tag:nth-child(2) {
  top: 60px
}

.showcase-search.showcase-search_list .showcase-tag-new-product {
  display: none !important
}

.showcase-search.showcase-search_list .showcase-tags {
  left: auto;
  margin-top: 28px;
  right: 35px;
  top: 28px
}

.showcase-search.showcase-search_list .showcase-tags>* {
  margin-left: auto
}

@media (min-width: 992px) {
  .showcase-search.showcase-search_list .showcase-product_buy {
    margin-top: 0
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-search.showcase-search_list .showcase-product {
    padding-left: 30px;
    padding-right: 30px
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    max-width: calc(100% - 280px)
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    max-width: 280px
  }

  .showcase-search.showcase-search_list .showcase-tags {
    right: 30px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .showcase-search.showcase-search_list .showcase-product-buy_box {
    right: calc(100% - (30px + 30px + 200px))
  }

  .showcase-search.showcase-search_list .showcase-prices {
    align-content: center;
    max-width: 100%;
    padding-right: 0;
    width: 100%
  }

  .showcase-search.showcase-search_list .showcase-product {
    padding: 30px
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    max-width: calc(100% - 240px)
  }

  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 22px
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    height: 200px;
    max-width: 240px;
    position: relative
  }

  .showcase-search.showcase-search_list .showcase-product_link__image {
    height: 200px;
    max-width: 200px
  }

  .showcase-search.showcase-search_list .showcase-product_link_title {
    max-width: 100%
  }

  .showcase-search.showcase-search_list .showcase-tags {
    left: -10px;
    margin-top: 0;
    right: auto;
    top: -10px
  }

  .showcase-search.showcase-search_list .showcase-tags>* {
    margin-left: 0;
    margin-right: auto
  }
}

@media (max-width: 991px) {
  .showcase-search.showcase-search_list .showcase-product-buy_box {
    padding-top: 0
  }

  .showcase-search.showcase-search_list .showcase-prices {
    align-content: center;
    max-width: 100%;
    padding-right: 0;
    width: 100%
  }

  .showcase-search.showcase-search_list .showcase-product {
    padding: 30px
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    max-width: calc(100% - 260px)
  }

  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-bottom: 16px;
    margin-top: 4px;
    padding-bottom: 16px
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    height: 200px;
    max-width: 260px;
    position: relative
  }

  .showcase-search.showcase-search_list .showcase-product_link__image {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px
  }

  .showcase-search.showcase-search_list .showcase-product_link_title {
    max-width: 100%
  }

  .showcase-search.showcase-search_list .showcase-tags {
    left: -10px;
    margin-top: 0;
    right: auto;
    top: -10px
  }

  .showcase-search.showcase-search_list .showcase-tags>* {
    margin-left: 0;
    margin-right: auto
  }

  .showcase-search.showcase-search_list .showcase-prices_plots span {
    display: initial
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .showcase-search.showcase-search_list .showcase-product {
    padding: 25px 20px
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    max-width: calc(100% - 210px)
  }

  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 8px
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    height: 180px;
    max-width: 210px
  }

  .showcase-search.showcase-search_list .showcase-product_link__image {
    height: 180px;
    max-width: 180px
  }
}

@media (max-width: 575px) {
  .showcase-search.showcase-search_list .showcase-offer {
    left: 0;
    top: 0
  }

  .showcase-search.showcase-search_list .showcase-prices {
    height: auto
  }

  .showcase-search.showcase-search_list .showcase-prices_plots {
    font-size: 10px;
    line-height: 12px;
    padding-top: 2px
  }

  .showcase-search.showcase-search_list .showcase-prices_pix {
    font-size: 11px;
    line-height: 13px;
    padding-top: 1px
  }

  .showcase-search.showcase-search_list .showcase-product {
    padding: 16px 10px
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer {
    min-height: auto
  }

  .showcase-search.showcase-search_list .showcase-product .card-footer,
  .showcase-search.showcase-search_list .showcase-product .card-header {
    max-width: calc(50% + 10px)
  }

  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 8px;
    padding-bottom: 12px
  }

  .showcase-search.showcase-search_list .showcase-product .card-image {
    max-width: calc(50% - 10px)
  }

  .showcase-search.showcase-search_list .showcase-product_buy {
    align-items: center;
    border-radius: 16px;
    display: flex;
    font-size: 8px;
    height: 24px;
    justify-content: center;
    line-height: 10px;
    margin-top: 8px;
    max-width: 160px;
    min-height: 0;
    padding: 2px 8px
  }

  .showcase-search.showcase-search_list .showcase-product_image {
    height: 200px;
    max-width: 230px;
    padding-right: 16px
  }

  .showcase-search.showcase-search_list .showcase-product_link__image {
    height: 200px;
    max-width: 200px
  }

  .showcase-search.showcase-search_list .showcase-product_link_title {
    -webkit-line-clamp: 1;
    font-size: 14px;
    height: calc(18px * 2);
    line-height: 18px
  }

  .showcase-search.showcase-search_list .showcase-product_pix {
    display: none
  }

  .showcase-search.showcase-search_list .showcase-tags {
    left: 0;
    top: 0
  }
}

.product-kit .product-box_qtd {
  margin-bottom: 0
}

.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: 6px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  max-width: 100%;
  min-height: 1em;
  font-size: 46px;
  padding-left: .4347826087em;
  padding-right: .4347826087em;
  width: 4.347826087em
}

.product-kit .input-group_qtd .btn {
  color: #000;
  font-size: .3913043478em;
  font-weight: 500
}

.product-kit .input-group_qtd .form-input {
  color: #000;
  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: 4px;
  border: none;
  float: right;
  font-size: 14px;
  font-weight: 500;
  height: 3.2857142857em;
  line-height: 1.4285714286em;
  padding: 1em 1.0714285714em .8571428571em;
  width: 14.2857142857em;
  text-transform: none !important
}

.product-kit .product-btn.product-btn_buy {
  background-color: rgba(123, 171, 17, 0.6);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0
}

.product-kit .product-btn.product-btn_buy.active {
  background-color: #7bab11;
  font-weight: 500
}

.product-kit .product-btn.product-btn_buy.active.disabled {
  opacity: 0.4
}

.product-kit .product-btn.product-btn_buy.active:focus,
.product-kit .product-btn.product-btn_buy.active:hover {
  background-color: #6a940f
}

.product-kit .product-btn.product-btn_buy.disabled {
  opacity: 0.4
}

.product-kit .product-btn.product-btn_buy:focus,
.product-kit .product-btn.product-btn_buy:hover {
  background-color: rgba(73, 101, 10, 0.6)
}

.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: #c5a45c;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px
}

.product-kit .product-form-group {
  float: right;
  width: 100px
}

.product-kit .product-form-group .form-checkbox {
  padding-left: 10px;
  padding-right: 10px
}

.product-kit .product-form-group .form-checkbox input:checked+.form-icon {
  background: #c5a45c;
  border-color: #c5a45c
}

.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(197, 164, 92, 0.2)
}

.product-kit .product-form-group .form-icon {
  border-radius: 4px;
  border: 2px solid #c5a45c;
  display: table;
  height: 24px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  width: 24px
}

.product-kit .showcase-image_link>* {
  max-height: 200px
}

.product-kit .showcase-image_link svg {
  height: 150px
}

.product-kit .showcase-item_kit {
  border-bottom: 1px solid #f7f7f7
}

.product-kit .showcase-item_kit:last-child {
  border-bottom: none
}

.product-kit .showcase-item_kit>.columns {
  align-items: center;
  min-height: 112px;
  padding-bottom: 15px;
  padding-top: 15px
}

.product-kit .showcase-item_kit>.columns>.column:first-of-type>.product-content_box {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  float: left;
  min-height: 82px;
  padding-left: 45px
}

.product-kit .showcase-item_kit .columns {
  align-items: center
}

.product-kit .showcase-item_kit .columns:last-child {
  justify-content: flex-end
}

.product-kit .showcase-item_kit .showcase-image_link {
  align-items: center;
  display: flex;
  height: 85px;
  width: 80px
}

.product-kit .showcase-item_kit .showcase-image_link img {
  max-height: 100%;
  max-width: 100%
}

.product-kit .showcase-kit {
  margin-bottom: 20px
}

.product-kit .showcase-kit-icon {
  align-items: center;
  background-color: #49bb4f;
  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: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  border: 1px solid #e8e8e8
}

.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: 4px;
  border-bottom-right-radius: 4px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.product-kit .showcase-kit_finish {
  background-color: #000;
  border-radius: 4px;
  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-box-total_price del {
  display: block;
  font-size: .5416666667em;
  line-height: 1.1538461538em;
  padding-bottom: 2px;
  padding-top: 3px
}

.product-kit .showcase-kit_finish .product-box-total_info {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: flex-end
}

.product-kit .showcase-kit_finish .product-btn {
  background-color: #c5a45c;
  font-weight: 600
}

.product-kit .showcase-kit_finish .product-btn:focus,
.product-kit .showcase-kit_finish .product-btn:hover {
  background-color: #d9c494;
  opacity: 1
}

.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: #1a572d;
  border-radius: 4px;
  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(186, 153, 85, 0.25)
}

.product-kit .showcase-kit_header .showcase-kit_btn {
  align-items: center;
  background-color: #fff;
  border-radius: 11px;
  color: #000;
  display: flex;
  fill: #000;
  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: #000;
  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: #000;
  font-size: 15px;
  height: auto;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.product-kit .showcase-products {
  border-color: #e8e8e8
}

@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 .showcase-kit_finish .product-box-total_info {
    justify-content: flex-start
  }

  .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: 4px;
    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: 4px;
    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
  }

  .product-kit .showcase-item_kit .columns:last-child {
    justify-content: flex-start
  }
}

@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
  }
}

.kitProductUnavailable .product-box_img {
  opacity: 0.6
}

.kitProductUnavailable .showcase-product_link_title {
  opacity: 0.6
}

.kitProductUnavailable .showcase-product_title {
  margin-top: 6px
}

.showcase-buy-to-gether .product-buy {
  max-width: 100%
}

.showcase-buy-to-gether .product-prices {
  align-items: flex-end;
  display: flex;
  margin-bottom: 0;
  width: 100%
}

.showcase-buy-to-gether .product-box_qtd {
  margin-bottom: 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: #c5a45c;
  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 {
  border-bottom: 0;
  padding-bottom: 20px;
  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 {
    margin-bottom: 60px
  }

  .showcase-buy-to-gether .showcase-product {
    text-align: left
  }

  .showcase-buy-to-gether .showcase-product_link__image {
    height: 200px
  }

  .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: 4px;
    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
  }
}

.menu-group-purchase {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  padding: 12px 8px
}

.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: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px
}

.product-group-purchase {
  margin-bottom: 30px
}

.showcase-model-4 {
  padding-top: 20px
}

.showcase-model-4 .content {
  background-color: #151515;
  padding-bottom: 88px;
  padding-top: 74px
}

.showcase-model-4 .showcase-product {
  margin: 0 8px
}

.showcase-model-4 .showcase-title {
  color: #fff
}

@media (min-width: 992px) {
  .showcase-model-4 .showcase-banners {
    height: 546px;
    width: 100%
  }

  .showcase-model-4 .showcase-banners_link {
    border-radius: 8px;
    align-items: center;
    display: flex;
    height: 546px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
  }

  .showcase-model-4 .showcase-banners_link img {
    bottom: 0;
    display: table;
    height: 100%;
    left: auto;
    max-width: none;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: auto
  }

  .showcase-model-4 .showcase-product {
    height: 546px;
    padding-bottom: 59px;
    padding-top: 45px
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-4 .showcase-banners {
    height: 470px
  }

  .showcase-model-4 .showcase-banners_link {
    height: 470px
  }

  .showcase-model-4 .showcase-product {
    height: 470px;
    padding-bottom: 39px;
    padding-top: 25px
  }

  .showcase-model-4 .showcase-product .showcase-product_link__image {
    height: 200px;
    max-width: 200px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-model-4 .showcase-banners {
    height: 496px
  }

  .showcase-model-4 .showcase-banners_link {
    height: 496px
  }

  .showcase-model-4 .showcase-product {
    height: 496px;
    padding-bottom: 34px;
    padding-top: 20px
  }
}

@media (max-width: 991px) {
  .showcase-model-4 .showcase-banners {
    margin-bottom: 24px
  }
}

@media (max-width: 575px) {
  .showcase-model-4 .content {
    padding-bottom: 60px
  }
}

.showcase-model-list .showcase-offer {
  left: 10px;
  top: 10px
}

.showcase-model-list .showcase-prices_plots {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-top: 3px
}

.showcase-model-list .showcase-prices_plots.showcase-prices-plots_grid {
  display: none
}

.showcase-model-list .showcase-prices_plots.showcase-prices-plots_list {
  display: block !important
}

.showcase-model-list .showcase-prices_plots span {
  font-weight: bold
}

.showcase-model-list .showcase-prices_pix {
  line-height: 1em
}

.showcase-model-list .showcase-prices_pix span {
  display: block
}

.showcase-model-list .showcase-prices {
  height: auto
}

.showcase-model-list .showcase-prices_price {
  color: #c3a35b;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px
}

.showcase-model-list .showcase-prices_strike,
.showcase-model-list .showcase-product_pix {
  display: none
}

.showcase-model-list .showcase-product {
  box-shadow: none;
  min-height: 0;
  border-radius: 0;
  border: 0;
  display: table;
  max-width: 100%;
  padding: 0;
  text-align: left;
  width: 100%
}

.showcase-model-list .showcase-product .card-footer {
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0
}

.showcase-model-list .showcase-product .card-footer,
.showcase-model-list .showcase-product .card-header {
  max-width: calc(100% - 200px);
  padding-left: 20px;
  padding-right: 24px
}

.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 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 26px;
  padding-top: 26px
}

.showcase-model-list .showcase-product .card-image {
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  max-height: 200px;
  max-width: 200px;
  padding: 16px
}

.showcase-model-list .showcase-product_buy {
  display: none;
  border-radius: 20px;
  float: left;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  max-width: 100%;
  min-height: 34px;
  padding: 9px 20px;
  width: 135px
}

.showcase-model-list .showcase-product_link__image {
  height: 150px;
  margin-top: auto
}

.showcase-model-list .showcase-product_link_title {
  -webkit-line-clamp: 2;
  font-size: 12px;
  font-weight: 500;
  height: calc(18px * 2);
  line-height: 18px
}

.showcase-model-list .showcase-products_grid .showcase-item {
  margin-bottom: 10px
}

.showcase-model-list .showcase-products_grid__1 ul {
  width: 100%
}

.showcase-model-list .showcase-product-buy_box {
  display: none
}

@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% - 160px);
    padding-left: 16px;
    padding-right: 20px
  }

  .showcase-model-list .showcase-product .card-header {
    padding-bottom: 8px;
    padding-top: 22px
  }

  .showcase-model-list .showcase-product .card-image {
    max-height: 160px;
    max-width: 160px;
    padding: 16px
  }

  .showcase-model-list .showcase-product_link__image {
    height: 128px
  }
}

@media (min-width: 992px) {

  .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(50% + 16px);
    padding-left: 60px;
    padding-right: 80px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    padding-bottom: 8px;
    padding-top: 96px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-image {
    max-height: 400px;
    max-width: calc(50% - 16px);
    padding: 20px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product_link__image,
  .showcase-model-list .showcase-slider-1 .showcase-product_link__image {
    height: 280px
  }
}

@media (max-width: 991px) {
  .showcase-model-list .showcase-offer {
    left: 6px;
    top: 6px
  }

  .showcase-model-list .showcase-product .card-footer,
  .showcase-model-list .showcase-product .card-header {
    max-width: calc(100% - 150px);
    padding-left: 8px;
    padding-right: 16px
  }

  .showcase-model-list .showcase-product .card-header {
    padding-bottom: 8px;
    padding-top: 12px
  }

  .showcase-model-list .showcase-product .card-image {
    max-height: 150px;
    max-width: 150px;
    padding: 8px
  }

  .showcase-model-list .showcase-product_link__image {
    height: 118px
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .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: 50%;
    padding-left: 24px;
    padding-right: 32px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    padding-bottom: 8px;
    padding-top: 48px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-image {
    max-height: 300px;
    max-width: 300px;
    padding: 20px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product_link__image,
  .showcase-model-list .showcase-slider-1 .showcase-product_link__image {
    height: 180px
  }
}

@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% - 240px);
    padding-left: 16px
  }

  .showcase-model-list .showcase-product .card-header {
    padding-top: 18px
  }

  .showcase-model-list .showcase-product .card-image {
    max-height: 240px;
    max-width: 240px;
    padding: 16px
  }

  .showcase-model-list .showcase-product_link__image {
    height: 118px
  }
}

@media (max-width: 575px) {
  .showcase-model-list .showcase-prices_plots {
    font-size: 11px;
    line-height: 13px;
    padding-top: 1px
  }

  .showcase-model-list .showcase-prices_price {
    font-size: 16px;
    line-height: 18px
  }

  .showcase-model-list .showcase-product .card-header {
    padding-top: 16px
  }

  .showcase-model-list .showcase-product_link_title {
    -webkit-line-clamp: 2;
    font-size: 12px;
    font-weight: 500;
    height: calc(16px * 2);
    line-height: 16px
  }
}

.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(159, 159, 159, 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: #c5a45c;
  left: 0;
  right: auto
}

.showcase-model-9 .card-footer {
  min-height: 0
}

.showcase-model-9 .card-footer:last-child {
  padding-bottom: 8px;
  padding-top: 8px
}

.showcase-model-9 .card-footer,
.showcase-model-9 .card-header {
  display: table;
  width: 100%
}

.showcase-model-9 .card-header {
  border-bottom: 0;
  padding-top: 10px
}

.showcase-model-9 .card-image {
  width: 100%
}

.showcase-model-9 .card-left {
  margin-left: 0;
  max-width: calc(50% + 40px);
  padding-left: 16px;
  padding-right: 56px
}

.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: calc(50% - 40px)
}

.showcase-model-9 .showcase-prices {
  align-content: center;
  height: 72px;
  justify-content: flex-start;
  max-width: 100%;
  padding-right: 0;
  text-align: left
}

.showcase-model-9 .showcase-prices_plots {
  font-size: 13px;
  line-height: 14px;
  margin-top: 0
}

.showcase-model-9 .showcase-prices_plots span {
  display: initial
}

.showcase-model-9 .showcase-prices_price {
  font-size: 40px;
  font-weight: bold;
  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;
  border: none !important;
  box-shadow: none;
  display: table;
  margin: 0;
  padding: 16px 0 0;
  width: 100%
}

.showcase-model-9 .showcase-product:before {
  display: none
}

.showcase-model-9 .showcase-product .showcase-product_image.card-image {
  padding: 0
}

.showcase-model-9 .showcase-product_buy {
  background-color: #1a572d;
  border: 0;
  bottom: auto;
  color: #fff;
  display: none;
  float: left;
  left: 0;
  margin-top: 30px;
  max-width: 200px;
  opacity: 1;
  position: relative;
  right: auto;
  top: 0;
  width: 100%
}

.showcase-model-9 .showcase-product_buy:focus,
.showcase-model-9 .showcase-product_buy:hover {
  background-color: #1a572d;
  color: #fff
}

.showcase-model-9 .showcase-product_link__image {
  height: 320px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 320px
}

.showcase-model-9 .showcase-product_link_title {
  font-size: 18px;
  height: 3.6666666667em;
  line-height: 1.2222222222em;
  margin-left: 0;
  text-align: left
}

.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: #c5a45c;
  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 #ccaf6f;
  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: #d2b982;
  bottom: auto;
  height: .3652173913em;
  right: -0.5px;
  top: .0173913043em;
  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: #d5bd89;
  bottom: auto;
  height: .1304347826em;
  right: -1.5px;
  top: .252173913em;
  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: "Montserrat", sans-serif;
  font-size: .452173913em;
  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: #c5a45c;
  color: #fff;
  display: table;
  font-size: .1217391304em;
  font-weight: bold;
  line-height: 1.4285714286em;
  margin: -.7857142857em auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 10.7142857143em
}

.showcase-model-9 .showcase-timer-footer {
  display: table;
  margin: 30px auto 0
}

.showcase-model-9 .showcase-timer-footer>* {
  float: left
}

.showcase-model-9 .showcase-timer-footer_icon {
  font-size: 22px;
  height: 1em;
  margin-right: .6818181818em;
  width: 1em
}

.showcase-model-9 .showcase-timer-footer_icon svg {
  display: block;
  max-height: 100%;
  max-width: 100%
}

.showcase-model-9 .showcase-timer-footer_text {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2727272727em;
  line-height: 1.2727272727em;
  padding-bottom: .2727272727em;
  padding-top: .4545454545em
}

.showcase-model-9 .showcase-timer-header {
  max-width: 390px
}

.showcase-model-9 .showcase-timer-text svg {
  max-height: 10px;
  max-width: 10px
}

.showcase-model-9 .showcase-timer-title {
  color: #fff;
  display: table;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: -.0441176471em;
  line-height: .9705882353em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5294117647em;
  padding-right: .0588235294em;
  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 (min-width: 992px) {
  .showcase-model-9 .card-right {
    padding-right: 24px
  }
}

@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: #c5a45c;
    padding-bottom: 48px;
    padding-top: 48px
  }

  .showcase-model-9:after,
  .showcase-model-9:before {
    display: none
  }

  .showcase-model-9 .card-header {
    padding-top: 10px
  }

  .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-product {
    min-height: 0;
    padding: 16px 32px
  }

  .showcase-model-9 .showcase-product.card .card-footer:last-child {
    padding-top: 0
  }

  .showcase-model-9 .showcase-product_buy {
    margin-top: 0
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 248px;
    max-width: 248px
  }

  .showcase-model-9 .showcase-product_link_title {
    font-size: 16px;
    height: 2.5em;
    line-height: 1.25em;
    max-width: 16.25em
  }

  .showcase-model-9 .showcase-promotion-product {
    border-radius: 4px;
    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(50% - 20px);
    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: calc(50% + 20px)
  }

  .showcase-model-9 .showcase-product {
    padding-left: 16px;
    padding-right: 16px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 208px;
    max-width: 208px
  }

  .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-bottom: 0;
    padding-top: 10px
  }

  .showcase-model-9 .card-left {
    max-width: calc(50% - 16px)
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    float: left;
    min-height: 164px;
    padding-left: 8px;
    padding-right: 8px
  }

  .showcase-model-9 .card-right {
    max-width: calc(50% + 16px)
  }

  .showcase-model-9 .showcase-prices {
    height: 39px;
    margin-bottom: 0
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 11px;
    line-height: 13px;
    padding-top: 2px
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 24px;
    line-height: 26px
  }

  .showcase-model-9 .showcase-product {
    display: table;
    padding: 8px 0;
    width: 100%
  }

  .showcase-model-9 .showcase-product.card .card-footer:last-child {
    padding-top: 16px
  }

  .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: 14px;
    height: calc(18px * 2);
    line-height: 18px;
    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_item:after {
    height: 31px;
    top: 5px
  }

  .showcase-model-9 .showcase-timer-content_item:before {
    height: 11px;
    top: 25px
  }

  .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: 58px;
    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 .playerVimeo>* {
  padding: 0 !important;
  position: static !important
}

.showcase-model-10 .showcase-banner-box {
  bottom: 0;
  display: table;
  font-size: initial;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-in-out;
  width: 100%
}

.showcase-model-10 .showcase-banner-box_back {
  background-color: #000;
  border-radius: 8px;
  opacity: 0;
  z-index: 1
}

.showcase-model-10 .showcase-banner-box_front {
  opacity: 1;
  z-index: 4
}

.showcase-model-10 .showcase-banner-box_video {
  display: table;
  height: 100%;
  position: relative;
  width: 100%
}

.showcase-model-10 .showcase-banners-box {
  display: table;
  height: 100%;
  position: relative;
  width: 100%
}

.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);
  padding-left: 20px
}

.showcase-model-10 .showcase-banners_footer__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25em;
  margin-top: 8px;
  max-height: 3.75em;
  overflow: hidden
}

.showcase-model-10 .showcase-banners_footer__link {
  align-items: center;
  background-color: #ba9955;
  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: #9c7e40;
  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 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2142857143em;
  max-height: 2.4285714286em;
  overflow: hidden
}

.showcase-model-10 .showcase-banners_footer_info {
  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%;
  clip-path: inset(0 0 0 0 round 8px)
}

.showcase-model-10 .showcase-banners_img.active .showcase-banner-box_back {
  opacity: 1;
  z-index: 4
}

.showcase-model-10 .showcase-banners_img.active .showcase-banner-box_front {
  opacity: 0;
  z-index: 1
}

.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: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: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: #c5a45c
}

.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
}

.showcase-model-10 .showcase-banners_video__1 .showcase-card-video_inline .showcase-banners_footer {
  margin: 0;
  max-width: calc(100% - 630px - 60px)
}

.showcase-model-10 .showcase-banners_video__1 .showcase-card-video_left .showcase-banners_img {
  margin-left: 0;
  margin-right: auto
}

.showcase-model-10 .showcase-banners_video__1 .showcase-card-video_right .showcase-banners_img {
  margin-left: auto;
  margin-right: 0
}

.showcase-model-10 .showcase-banners_video__2 .showcase-card-video_left .showcase-banners_img {
  margin-left: 0;
  margin-right: auto
}

.showcase-model-10 .showcase-banners_video__2 .showcase-card-video_right .showcase-banners_img {
  margin-left: auto;
  margin-right: 0
}

.showcase-model-10 .showcase-card-video_bottom .showcase-banners_footer {
  margin-bottom: 18px;
  margin-top: 0
}

.showcase-model-10 .showcase-card-video_inline {
  align-items: center;
  display: flex;
  margin: 0
}

.showcase-model-10 .showcase-card-video_inline .showcase-banners_footer {
  flex-direction: column-reverse;
  margin: 0;
  padding: 8px 0;
  width: 100%
}

.showcase-model-10 .showcase-card-video_inline .showcase-banners_footer>:nth-child(2) {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.showcase-model-10 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
  margin: 32px auto 0 0
}

.showcase-model-10 .showcase-card-video_inline .showcase-banners_footer_info {
  padding-left: 0;
  padding-right: 0;
  width: 100%
}

.showcase-model-10 .showcase-video {
  display: table;
  height: 100%;
  width: 100%
}

.showcase-model-10 .showcase-video.disable {
  display: none
}

.showcase-model-10 .showcase-video_html5 video {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.showcase-model-10 .showcase-video_vimeo {
  display: table;
  height: 100%;
  position: relative;
  width: 100%
}

.showcase-model-10 .showcase-video_vimeo.showcase-video-autoplay-vimeo {
  display: table;
  height: calc(100% + 16px);
  margin: -8px -50px;
  position: relative;
  width: calc(100% + 100px)
}

.showcase-model-10 .showcase-video_vimeo iframe {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.showcase-model-10 .showcase-video_yt.showcase-video-autoplay-yt {
  display: table;
  height: calc(100% + 16px);
  margin: -8px;
  position: relative;
  width: calc(100% + 16px)
}

.showcase-model-10 .showcase-video_yt iframe {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media (min-width: 992px) {
  .showcase-model-10 .banners-slider-1 .showcase-card-video_inline .showcase-banners_img {
    font-size: initial;
    height: 356px;
    max-width: 630px
  }

  .showcase-model-10 .banners-slider-1 .showcase-banners_img {
    font-size: 852px;
    height: .5352112676em
  }

  .showcase-model-10 .banners-slider-2 .showcase-banners_img {
    font-size: 622px
  }

  .showcase-model-10 .banners-slider-2 .showcase-card-video_inline .showcase-banners_img {
    height: 170px;
    max-width: 300px
  }

  .showcase-model-10 .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1.showcase-banners_video_default .showcase-video_vimeo.showcase-video-autoplay-vimeo {
    height: calc(100% + 24px);
    margin: -12px -50px;
    width: calc(100% + 100px)
  }

  .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 .showcase-banners_video__2 .showcase-card-video_bottom .showcase-banners_footer {
    min-height: calc((17px * 2) + 8px + (15px * 3))
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 300px - 24px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
    margin-top: 20px
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
    max-height: calc(18px * 3)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 24px;
    max-height: calc(24px * 2)
  }

  .showcase-model-10 .showcase-banners_video__3 .showcase-card-video_bottom .showcase-banners_footer {
    min-height: calc((17px * 2) + 8px + (15px * 3))
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 5;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    max-height: calc(20px * 5)
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 3;
    font-size: 24px;
    line-height: 28px;
    max-height: calc(28px * 3)
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-10 .banners-slider-1 .showcase-card-video_inline .showcase-banners_img {
    height: 298px;
    max-width: 530px
  }

  .showcase-model-10 .banners-slider-2 .showcase-banners_img {
    font-size: 562px
  }

  .showcase-model-10 .banners-slider-2 .showcase-card-video_inline .showcase-banners_img {
    height: 140px;
    max-width: 250px
  }

  .showcase-model-10 .showcase-banners_footer {
    margin-top: 36px
  }

  .showcase-model-10 .showcase-banners_img {
    font-size: 374.6666666667px
  }

  .showcase-model-10 .showcase-banners_video__1 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 530px - 60px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 250px - 20px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
    margin-top: 12px
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 3;
    font-size: 10px;
    line-height: 14px;
    margin-top: 8px;
    max-height: calc(14px * 3)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    max-height: calc(18px * 2)
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-model-10 .banners-slider-1 .showcase-card-video_inline .showcase-banners_img {
    height: 236px;
    max-width: 420px
  }

  .showcase-model-10 .banners-slider-2 .showcase-banners_img {
    font-size: 472px
  }

  .showcase-model-10 .banners-slider-2 .showcase-card-video_inline .showcase-banners_img {
    height: 140px;
    max-width: 250px
  }

  .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__description {
    -webkit-line-clamp: 3;
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 6px;
    max-height: 3.9em
  }

  .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 {
    -webkit-line-clamp: 2;
    font-size: 12px;
    max-height: 2.5em;
    line-height: 1.25em
  }

  .showcase-model-10 .showcase-banners_footer_info {
    padding-left: 8px;
    padding-right: 4px
  }

  .showcase-model-10 .showcase-banners_img {
    font-size: 314.6666666667px
  }

  .showcase-model-10 .showcase-banners_video__1 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 420px - 50px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_bottom .showcase-banners_footer {
    min-height: calc((15px * 2) + 6px + (13px * 3))
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 250px - 20px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
    margin-top: 12px
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 3;
    font-size: 10px;
    line-height: 14px;
    margin-top: 8px;
    max-height: calc(14px * 3)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    max-height: calc(18px * 2)
  }

  .showcase-model-10 .showcase-banners_video__3 .showcase-card-video_bottom .showcase-banners_footer {
    min-height: calc((15px * 2) + 6px + (13px * 3))
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
    margin-top: 24px
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 4;
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
    max-height: calc(18px * 4)
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 3;
    font-size: 20px;
    line-height: 24px;
    max-height: calc(24px * 3)
  }
}

@media (max-width: 991px) {
  .showcase-model-10 .banners-slider-1 .showcase-card-video_inline .showcase-banners_img {
    height: 180px;
    max-width: 320px
  }

  .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__description {
    -webkit-line-clamp: 3;
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 6px;
    max-height: 3.9em
  }

  .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
  }

  .showcase-model-10 .showcase-banners_footer_info {
    padding-left: 8px;
    padding-right: 4px
  }

  .showcase-model-10 .showcase-banners_video {
    padding-bottom: 25px;
    padding-top: 0
  }

  .showcase-model-10 .showcase-banners_video__1 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 320px - 46px)
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
    margin-top: 16px
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 4;
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
    max-height: calc(16px * 4)
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 20px;
    max-height: calc(20px * 2)
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase-model-10 .banners-slider-2 .showcase-card-video_inline .showcase-banners_img {
    height: 170px;
    max-width: 300px
  }

  .showcase-model-10 .showcase-banners_img {
    font-size: 352px
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_bottom .showcase-banners_footer {
    min-height: calc((15px * 2) + 6px + (13px * 3))
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 300px - 24px)
  }

  .showcase-model-10 .showcase-banners_video__3 .showcase-card-video_bottom .showcase-banners_footer {
    min-height: calc((15px * 2) + 6px + (13px * 3))
  }
}

@media (max-width: 767px) {
  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer .showcase-banners_footer__link {
    margin-top: 12px
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__description {
    -webkit-line-clamp: 3;
    font-size: 11px;
    line-height: 15px;
    margin-top: 8px;
    max-height: calc(15px * 3)
  }

  .showcase-model-10 .showcase-card-video_inline .showcase-banners_footer__title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    max-height: calc(18px * 2)
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .showcase-model-10 .banners-slider-1 .showcase-card-video_inline .showcase-banners_img {
    height: 146px;
    max-width: 260px
  }

  .showcase-model-10 .banners-slider-2 .showcase-card-video_inline .showcase-banners_img {
    height: 140px;
    max-width: 250px
  }

  .showcase-model-10 .showcase-banners_video__1 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 260px - 16px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(100% - 250px - 20px)
  }
}

@media (max-width: 575px) {
  .showcase-model-10 .banners-slider-1 .showcase-card-video_inline .showcase-banners_img {
    height: 146px;
    max-width: 50%
  }

  .showcase-model-10 .banners-slider-2 .showcase-card-video_inline .showcase-banners_img {
    height: 146px;
    max-width: 50%
  }

  .showcase-model-10 .showcase-banners_video__1 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(50% - 16px)
  }

  .showcase-model-10 .showcase-banners_video__2 .showcase-card-video_inline .showcase-banners_footer {
    max-width: calc(50% - 16px)
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .showcase-model-10 .banners-slider-1 .showcase-banners_img {
    font-size: 448px;
    height: .53125em
  }

  .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
  }
}

@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
  }
}

.showcase-banners_video .showcase-list {
  padding-bottom: 0
}

.showcase-banners_video .slider__arrow {
  margin-top: 0
}

@media (min-width: 992px) {
  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__3 .slider__arrow {
    bottom: auto;
    top: calc((240px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((344px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((456px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__3 .slider__arrow {
    bottom: calc((240px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__2 .slider__arrow {
    bottom: calc((344px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__1 .slider__arrow {
    bottom: calc((456px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_left.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((170px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_left.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((356px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_left .showcase-banners_footer {
    padding-right: calc((18px / 2) + 16px)
  }

  .showcase-banners_video.showcase-banners_video_right.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((170px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((356px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right .showcase-banners_footer {
    padding-left: calc((18px / 2) + 16px)
  }

  .showcase-banners_video .slider__arrow--prev {
    left: calc(-18px / 2);
    right: auto
  }

  .showcase-banners_video .slider__arrow--next {
    left: auto;
    right: calc(-18px / 2)
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__3 .slider__arrow {
    bottom: auto;
    top: calc((206px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((310px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((456px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__3 .slider__arrow {
    bottom: calc((206px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__2 .slider__arrow {
    bottom: calc((310px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__1 .slider__arrow {
    bottom: calc((456px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_left.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_left.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((298px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((298px - 58px) / 2)
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__3 .slider__arrow {
    bottom: auto;
    top: calc((174px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((260px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((456px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__3 .slider__arrow {
    bottom: calc((174px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__2 .slider__arrow {
    bottom: calc((260px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__1 .slider__arrow {
    bottom: calc((456px - 58px) / 2 + 45px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_left.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_left.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((236px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right.showcase-banners_video__2 .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((236px - 58px) / 2)
  }
}

@media (max-width: 991px) {
  .showcase-banners_video.showcase-banners_video_top .slider__arrow {
    bottom: auto;
    top: calc((194px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((238px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_bottom .showcase-banners_footer {
    min-height: calc((17px * 2) + 6px + (15px * 3))
  }

  .showcase-banners_video.showcase-banners_video_bottom .slider__arrow {
    bottom: calc((194px - 58px) / 2 + 25px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__1 .slider__arrow {
    bottom: calc((238px - 58px) / 2 + 25px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_left .slider__arrow {
    bottom: auto;
    top: calc((170px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_left .showcase-banners_footer {
    padding-right: calc((18px / 2) + 8px)
  }

  .showcase-banners_video.showcase-banners_video_right .slider__arrow {
    bottom: auto;
    top: calc((170px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right .showcase-banners_footer {
    padding-left: calc((18px / 2) + 8px)
  }

  .showcase-banners_video .slider__arrow--prev {
    left: calc(-18px / 2);
    right: auto
  }

  .showcase-banners_video .slider__arrow--next {
    left: auto;
    right: calc(-18px / 2)
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .showcase-banners_video.showcase-banners_video_top .slider__arrow {
    bottom: auto;
    top: calc((248px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((248px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_bottom .slider__arrow {
    bottom: calc((248px - 58px) / 2 + 25px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__1 .slider__arrow {
    bottom: calc((248px - 58px) / 2 + 25px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_left .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }
}

@media (max-width: 575px) {
  .showcase-banners_video.showcase-banners_video_top .slider__arrow {
    bottom: auto;
    top: calc((180px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_top.showcase-banners_video__1 .slider__arrow {
    bottom: auto;
    top: calc((180px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_bottom .slider__arrow {
    bottom: calc((180px - 58px) / 2 + 25px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_bottom.showcase-banners_video__1 .slider__arrow {
    bottom: calc((180px - 58px) / 2 + 25px);
    top: auto
  }

  .showcase-banners_video.showcase-banners_video_left .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video.showcase-banners_video_right .slider__arrow {
    bottom: auto;
    top: calc((140px - 58px) / 2)
  }

  .showcase-banners_video .slider__arrow--prev {
    left: -8px;
    right: auto
  }

  .showcase-banners_video .slider__arrow--next {
    left: auto;
    right: -8px
  }
}

.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: #000
}

.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: #ba9955;
  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: #9c7e40;
  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 {
  background-color: #f9f9f9;
  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: #000
}

@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 .content {
  padding-bottom: 20px
}

@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 {
  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-insta_media.showcase-insta-media_empety {
  background-color: #f2f2f2;
  height: 100%;
  justify-content: center;
  width: 100%
}

.showcase-model-14 .showcase-insta_media.showcase-insta-media_empety svg {
  fill: #d0d0d0 !important
}

.showcase-model-14 .slider__arrow.slider__arrow--next {
  right: 8px
}

.showcase-model-14 .slider__arrow.slider__arrow--prev {
  left: 8px
}

.showcase-model-14 .showcase-title {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  margin-bottom: 30px
}

.showcase-model-14 .showcase-title a {
  color: #c5a45c
}

.showcase-model-14 .showcase-title a:focus,
.showcase-model-14 .showcase-title a:hover {
  color: #9d7d38;
  opacity: 1
}

.showcase-model-14 .showcase-title svg {
  fill: #c5a45c;
  height: 23px;
  margin-right: 10px;
  width: 23px
}

.showcase-model-14 .showcase-list-8 .showcase-insta_link {
  height: calc(100vw / 8)
}

.showcase-model-14 .showcase-list-7 .showcase-insta_link {
  height: calc(100vw / 7)
}

.showcase-model-14 .showcase-list-7 .showcase-insta_link img {
  height: calc(100vw / 7);
  width: calc(100vw / 7)
}

.showcase-model-14 .showcase-list-6 .showcase-insta_link {
  height: calc(100vw / 6)
}

.showcase-model-14 .showcase-list-6 .showcase-insta_link img {
  height: calc(100vw / 6);
  width: calc(100vw / 6)
}

.showcase-model-14 .showcase-list-5 .showcase-insta_link {
  height: calc(100vw / 5)
}

.showcase-model-14 .showcase-list-5 .showcase-insta_link img {
  height: calc(100vw / 5);
  width: calc(100vw / 5)
}

.showcase-model-14 .showcase-list-4 .showcase-insta_link {
  height: calc(100vw / 4)
}

.showcase-model-14 .showcase-list-4 .showcase-insta_link img {
  height: calc(100vw / 4);
  width: calc(100vw / 4)
}

.showcase-model-14 .showcase-list-3 .showcase-insta_link {
  height: calc(100vw / 3)
}

.showcase-model-14 .showcase-list-3 .showcase-insta_link img {
  height: calc(100vw / 3);
  width: calc(100vw / 3)
}

.showcase-model-14 .showcase-list-2 .showcase-insta_link {
  height: calc(100vw / 2)
}

.showcase-model-14 .showcase-list-2 .showcase-insta_link img {
  height: calc(100vw / 2);
  width: calc(100vw / 2)
}

@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
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 6)
  }

  .showcase-model-14 .showcase-list-8 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 6);
    width: calc((100vw - (16px * 2)) / 6)
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 6)
  }

  .showcase-model-14 .showcase-list-7 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 6);
    width: calc((100vw - (16px * 2)) / 6)
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 6)
  }

  .showcase-model-14 .showcase-list-6 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 6);
    width: calc((100vw - (16px * 2)) / 6)
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link {
    height: calc((100vw - (16px * 2)) / 5)
  }

  .showcase-model-14 .showcase-list-5 .showcase-insta_link img {
    height: calc((100vw - (16px * 2)) / 5);
    width: calc((100vw - (16px * 2)) / 5)
  }

  .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)
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .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)
  }
}

@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))
  }
}

.modal-msg-over-age .modal-container .modal-body {
  overflow-y: initial
}

.modal-msg-over-age .modal-container {
  max-width: 100%;
  overflow-y: auto;
  width: 100%
}

.modal-msg-over-age h1 {
  color: #fff
}

.modal-msg-over-age.modal:target .modal-overlay,
.modal-msg-over-age.modal.active .modal-overlay {
  background: rgba(0, 0, 0, 0.949)
}

.modal-msg-over-age .btn-over-age {
  align-items: center;
  border-radius: 18px;
  border: 2px solid #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  justify-content: center;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 2px 18px;
  width: 100%
}

.modal-msg-over-age .btn-over-age.btn-over-age_not {
  background-color: transparent;
  color: #000
}

.modal-msg-over-age .btn-over-age.btn-over-age_not:focus,
.modal-msg-over-age .btn-over-age.btn-over-age_not:hover {
  background-color: transparent;
  color: #444
}

.modal-msg-over-age .btn-over-age.btn-over-age_yes {
  background-color: #000;
  color: #c5a45c
}

.modal-msg-over-age .btn-over-age.btn-over-age_yes:focus,
.modal-msg-over-age .btn-over-age.btn-over-age_yes:hover {
  background-color: #444;
  color: #c5a45c
}

.modal-msg-over-age .btn-over-age:focus,
.modal-msg-over-age .btn-over-age:hover {
  border-color: #444
}

.modal-msg-over-age .btn-over-age:last-child {
  margin-bottom: 0
}

.modal-msg-over-age .modal-body-box_inner {
  bottom: auto;
  display: table;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 122px;
  position: absolute;
  right: 0;
  top: 346px;
  width: 100%
}

.modal-msg-over-age .modal-body_box {
  position: relative;
  text-align: center
}

.modal-msg-over-age .modal-container {
  background-color: transparent;
  box-shadow: none;
  max-height: 100%;
  padding: 0
}

.modal-msg-over-age .modal-container .modal-body {
  padding: 0
}

.modal-msg-over-age a:focus,
.modal-msg-over-age a:hover {
  opacity: 1
}

@media (min-width: 992px) and (max-height: 499px) {
  .modal-msg-over-age .modal-body-box_inner {
    top: 246px
  }

  .modal-msg-over-age .modal-body_box {
    margin-bottom: 40px;
    margin-top: 40px
  }

  .modal-msg-over-age .modal-body_box img {
    max-height: 416px
  }
}

@media (min-width: 992px) and (max-height: 700px) and (min-height: 500px) {
  .modal-msg-over-age .modal-body-box_inner {
    top: 49.4285714286vh
  }

  .modal-msg-over-age .modal-body_box img {
    max-height: 83.5714285714vh
  }
}

@media (max-width: 991px) {
  .modal-msg-over-age .modal-body-box_inner {
    top: calc(260px + 24px)
  }

  .modal-msg-over-age .modal-body_box {
    margin-bottom: 40px;
    margin-top: 40px
  }

  .modal-msg-over-age .modal-body_box img {
    max-height: calc(585px - 100px);
    max-width: calc(585px - 100px)
  }
}

@media (max-width: 575px) {
  .modal-msg-over-age .btn-over-age {
    font-size: 12px;
    height: 30px;
    line-height: 14px;
    margin-bottom: 6px
  }

  .modal-msg-over-age .modal-body-box_inner {
    max-width: 100px;
    top: calc(180px + 16px)
  }

  .modal-msg-over-age .modal-body_box img {
    max-height: calc(585px - 250px);
    max-width: calc(585px - 250px)
  }
}

.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: #ba9955;
  border-radius: 5px;
  border: none;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  min-height: 48px;
  padding: 14px 15px;
  text-transform: uppercase
}

.card-page .btn:focus,
.card-page .btn:hover {
  background-color: #9c7e40;
  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: #000;
  font-size: 15px;
  line-height: 22px;
  margin-top: 35px;
  max-width: 450px
}

.card-page .card-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  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: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px
}

.form-group_send-email {
  align-items: center;
  color: #000;
  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: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  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: #000;
  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: #000;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px
}

.page-accordion .accordion-title {
  color: #000
}

.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: 4px;
  font-size: 12px;
  font-weight: bold;
  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(51, 51, 51, 0.1);
  color: #333
}

.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(249, 249, 249, 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(249, 249, 249, 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: #ba9955;
  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: rgba(186, 153, 85, 0.15)
}

.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: #2b2b2b;
  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: rgba(186, 153, 85, 0.51);
    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: #ba9955
  }

  .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: #333
  }

  .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(179, 179, 179, 0.3)
  }

  .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: 4px;
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 14.5px 10px 13.5px;
  border: 0px solid #228B22 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important
}

.btn-checkout-coupon:focus,
.btn-checkout-coupon:hover {
  background-color: #1a572d;
  border-color: #1a572d;
  box-shadow: none;
  color: #fff
}

.btn-checkout_next {
  border-radius: 4px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 20px;
  min-width: 175px;
  padding: 12.5px 20px;
  text-transform: uppercase
}

.card.checkout-card {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 20px 40px;
  border: 0px solid #228B22 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
}

.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: 4px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1) border: 0px solid #228B22 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important
}

.checkout-accordion[open=""] .icon_arrow_down {
  transform: rotate(180deg)
}

.checkout-accordion .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  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: #c3a35b;
  display: flex;
  font-weight: bold;
  justify-content: space-between
}

.checkout-accordion .accordion-price svg {
  fill: #333;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px
}

.checkout-accordion .accordion-title {
  color: #333
}

.checkout-accordion .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.checkout-card {
  box-shadow: none;
  margin-bottom: 30px
}

.checkout-card .form-checkbox {
  align-items: center;
  color: #333;
  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 #abacb1
}

.checkout-card .form-checkbox input:checked+.form-icon {
  background-color: #c3a35b;
  border-color: #c3a35b
}

.checkout-card .form-checkbox input:focus+.form-icon {
  border-color: #c3a35b
}

.checkout-card .form-checkbox span {
  display: block;
  padding-bottom: 3.5px;
  padding-top: 4.5px
}

.checkout-card .card-title {
  color: #333;
  display: table;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  width: 100%
}

.checkout-card .card-title>span {
  float: left
}

.checkout-card .card-title .btn {
  border-radius: 4px;
  border: 0;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 20px;
  min-width: 172px;
  padding: 5px 20px
}

.checkout-card-finish_body .card-header {
  border-bottom: 1px solid #e8e8e8
}

.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: #1a572d;
  width: 28px
}

.checkout-card-finish_body .card-title .checkout-text {
  color: #333;
  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: #333;
  font-size: 13px;
  line-height: 16px;
  padding-top: 2px
}

.checkout-card-finish_body .tile-title {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  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: rgba(26, 87, 45, 0.25);
  left: 13.5px;
  width: 3px
}

.checkout-card-finish_body .timeline .timeline-item.disable:before {
  background-color: rgba(26, 87, 45, 0.25)
}

.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: #737373
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon {
  background-color: #fff;
  border: 2px solid rgba(26, 87, 45, 0.25)
}

.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: #1a572d;
  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 a {
  color: #c3a35b
}

.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: #7bab11;
  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: #333;
  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: bold;
  line-height: 25px;
  margin-bottom: 4px
}

.checkout-card-finish_header .checkout-text a {
  color: #c3a35b;
  font-weight: bold
}

.checkout-card-finish .btn-checkout_next {
  margin-left: 16px;
  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: #e8e8e8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  height: 70px;
  padding: 10px 15px
}

.checkout-card-finish textarea:focus {
  border-color: #000;
  box-shadow: none
}

.checkout-card-shipping_payment .card-title span {
  float: left;
  font-size: 14px
}

.checkout-card-shipping_payment .card-title svg {
  fill: #1a572d;
  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: #333;
  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: #333;
  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: calc(130px + (18px + 8px))
}

.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: #c3a35b;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px
}

.checkout-card-summary_info .card-subtitle {
  color: #000;
  font-size: 13px;
  line-height: 19px
}

.checkout-card-summary_info .card-subtitle a {
  color: #c3a35b;
  font-weight: bold
}

.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: #333;
  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: #333;
  font-size: 14px;
  line-height: 20px
}

.checkout-link-login a {
  color: #c3a35b;
  font-weight: bold
}

.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: #333;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  line-height: 20px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0
}

.checkout-more-option {
  -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);
  align-items: center;
  background-color: #ba9955;
  border-radius: 0 0 12px 12px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  fill: #fff;
  font-size: 13px;
  font-weight: bold;
  justify-content: center;
  line-height: 15px;
  padding: 10px 25px
}

.checkout-more-option svg {
  height: 14px;
  margin-left: 10px;
  width: 14px
}

.checkout-more-option span {
  margin-top: 1px
}

.checkout-more-option-box {
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  width: 100%
}

.checkout-empty-option {
  align-items: center;
  border-top: 1px solid #e8e8e8;
  color: #333;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  min-height: calc(26px + 15px + 30px);
  justify-content: center;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: 100%
}

.checkout-empty-option span {
  line-height: 20px
}

.checkout-empty-option svg {
  fill: #000;
  height: 20px;
  margin-left: 8px;
  width: 14px
}

.checkout-more-option_errors {
  font-size: 13px;
  align-items: center;
  display: flex;
  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: #000;
  height: 20px;
  margin-left: 8px;
  width: 13px
}

.checkout-option_errors-items {
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e8e8e8
}

.checkout-option {
  border-top: 1px solid #e8e8e8
}

.checkout-option.active {
  border-top: 0
}

.checkout-option.checkout-option_payment .form-radio {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.checkout-option.checkout-option_shipping .checkout-option_left {
  max-width: calc(100% - 70px - 5px)
}

.checkout-option:first-of-type {
  border-top: 0
}

.checkout-option .checkout-option_left {
  float: left
}

.checkout-option .checkout-option_left,
.checkout-option .checkout-option_right {
  align-items: center;
  display: flex;
  min-height: 68px;
  padding-bottom: 10px;
  padding-top: 10px
}

.checkout-option .checkout-option_price {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: right
}

.checkout-option .checkout-option_right {
  float: right
}

.checkout-option .checkout-option_text {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 5px;
  padding-top: 5px
}

.checkout-option .checkout-option_title {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px
}

.checkout-option .form-icon {
  background-color: #fff;
  border: 2px solid #e8e8e8;
  bottom: 0;
  height: 18px;
  margin: auto;
  top: 0;
  width: 18px
}

.checkout-option .form-radio input:checked+.form-icon {
  background-color: #fff;
  border-color: #c3a35b;
  box-shadow: none
}

.checkout-option .form-radio input:checked+.form-icon:before {
  background-color: #c3a35b
}

.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: 13px;
  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: #1a572d;
  height: 32px;
  margin-right: 20px;
  width: 32px
}

.checkout-payment-icon svg {
  fill: #333;
  height: 14px;
  width: 14px
}

.checkout-payment-option {
  border-top: 1px solid #e8e8e8;
  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: #333;
  font-size: 13px;
  line-height: 16px
}

.checkout-payment-option__title {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: bold;
  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 #efefef;
  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% - ((85px + 15px) + (130px + (18px + 8px) + 15px)))
}

.checkout-product-coupon {
  margin-top: 15px
}

.checkout-product-coupon_new .btn {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  color: #0d0d0d;
  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: #c3a35b;
  box-shadow: none;
  color: #c3a35b
}

.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: #333
}

.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: #000;
  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: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px
}

.checkout-product-total .checkout-product-price,
.checkout-product-total .checkout-product-title {
  color: #333;
  font-size: 18px;
  font-weight: bold
}

.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: #e8e8e8;
  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: #d8d8d8;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 20px;
  margin-right: 20px;
  width: 35px
}

.tab-checkout-status .tab-item.active .avatar {
  background-color: #1a572d
}

.tab-checkout-status .tab-item.active a {
  border-bottom-color: #1a572d
}

.tab-checkout-status .tab-item.active a>span {
  color: #000
}

.tab-checkout-status .tab-item a {
  align-items: center;
  border-bottom-color: #e8e8e8;
  border-width: 3px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%
}

.tab-checkout-status .tab-item a>span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 7.5px;
  padding-top: 7.5px
}

.tab-checkout-status .tab-item a[disabled="disabled"] {
  cursor: default;
  opacity: 1;
  pointer-events: none
}

.tab-checkout-status .tab-item a[disabled="disabled"]>* {
  opacity: 0.5
}

.tab-checkout-status .tab-item a[disabled="disabled"]:focus,
.tab-checkout-status .tab-item a[disabled="disabled"]:hover {
  opacity: 1
}

.btn-checkout-delete {
  line-height: 0;
  margin-left: 8px
}

.btn-checkout-delete svg {
  fill: #ba9955;
  height: 18px;
  width: 18px
}

.checkout-card-summary_order .checkout-product-right {
  padding-right: calc(12px + 8px)
}

.checkout-product-groupPurchase_box {
  width: 100%
}

.checkout-product-groupPurchase_box:nth-child(1) {
  margin-right: 15px;
  max-width: 85px
}

.checkout-product-groupPurchase_box:nth-child(2) {
  width: calc(100% - ((85px + 15px) + (130px + 15px)))
}

.checkout-product-groupPurchase_box:nth-child(3) {
  margin-left: 15px;
  max-width: 130px;
  padding-right: calc(18px + 8px);
  text-align: right
}

.checkout-product-groupPurchase_item {
  align-items: center;
  border-top: 1px solid #eee;
  display: flex;
  padding: 6px 0;
  width: 100%
}

.checkout-product-groupPurchase_item:first-of-type {
  border-top: 0
}

.checkout-product-groupPurchase_list {
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  float: right;
  max-width: 100%;
  width: 100%
}

.checkout-product-info {
  display: table;
  padding-bottom: 8px;
  padding-top: 8px
}

.checkout-product-info .checkout-product-image {
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 40px
}

.checkout-product-info .checkout-product-image img {
  max-height: 40px;
  max-width: 40px
}

.checkout-product-info .checkout-product-image svg {
  max-height: 40px;
  max-width: 40px
}

.checkout-product-info .checkout-product-price {
  font-size: 12px;
  line-height: 14px
}

.checkout-product-info .checkout-product-title {
  font-size: 12px;
  line-height: 14px;
  min-height: 0
}

.checkout-product-info .checkout-product-title>:not(:first-child) {
  font-size: 10px;
  line-height: 12px;
  margin-top: 2px
}

@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: calc(94px + (14px + 8px))
  }

  .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% - ((65px + 15px) + (94px + (14px + 8px) + 15px)))
  }

  .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
  }

  .btn-checkout-delete {
    margin-bottom: 1px;
    margin-left: 8px
  }

  .btn-checkout-delete svg {
    height: 14px;
    width: 14px
  }

  .checkout-card-summary_order .checkout-product-right {
    padding-right: calc(14px + 8px)
  }

  .checkout-product-groupPurchase_box:nth-child(1) {
    margin-right: 15px;
    max-width: 65px
  }

  .checkout-product-groupPurchase_box:nth-child(2) {
    width: calc(100% - ((65px + 15px) + (94px + (10px + 8px) + 15px)))
  }

  .checkout-product-groupPurchase_box:nth-child(3) {
    margin-left: 15px;
    max-width: calc(94px + (10px + 8px));
    padding-right: calc(10px + 8px)
  }
}

@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: #1a572d;
    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: #e8e8e8;
    right: 0
  }

  .tab-checkout-status:before {
    background-color: #1a572d;
    left: 0
  }
}

@media (max-width: 991px) {
  .accordion-body .card.checkout-card {
    border: none;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px
  }

  .btn-checkout-coupon {
    border-color: #a9a9a9;
    border-radius: 4px;
    box-shadow: none;
    padding: 17px 10px 16px
  }

  .btn-checkout_next {
    margin-top: 20px;
    width: 100%
  }

  .card.checkout-card {
    border-radius: 4px;
    padding: 10px 16px;
    box-shadow: 0px 0px 0px 1px rgb(180 188 197) !important;
  }

  .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 a {
    color: #c3a35b
  }

  .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: calc(85px + (15px + 8px))
  }

  .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% - ((70px + 15px) + (85px + 15px + 8px + 15px)))
  }

  .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: bold;
    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
  }

  .btn-checkout-delete svg {
    height: 15px;
    width: 15px
  }

  .checkout-card-summary {
    box-shadow: none
  }

  .checkout-card-summary_order .checkout-product-right {
    padding-right: calc(15px + 8px)
  }

  .checkout-product-groupPurchase_box:nth-child(1) {
    margin-right: 15px;
    max-width: 70px
  }

  .checkout-product-groupPurchase_box:nth-child(2) {
    width: calc(100% - ((70px + 15px) + (85px + (15px + 8px) + 15px)))
  }

  .checkout-product-groupPurchase_box:nth-child(3) {
    margin-left: 15px;
    max-width: calc(85px + (15px + 8px));
    padding-right: calc(12px + 8px)
  }
}

@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 a {
    color: #c3a35b
  }

  .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: #1a572d;
  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: bold
}

.checkout-card-finish_payment .checkout-subtitle {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px
}

.checkout-card-finish_payment .checkout-text {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px
}

.checkout-card-finish_payment .checkout-text>a {
  margin-right: 5px;
  color: rgba(195, 163, 91, 0.85);
  font-weight: bold
}

.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: #1a572d;
  width: 18px
}

.checkout-card-finish_payment .checkout-title {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px
}

.checkout-card-finish_payment a.checkout-text {
  color: rgba(26, 87, 45, 0.85);
  font-weight: bold
}

@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
  }
}

.checkout-summary-footer_msg {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 16px;
  padding: 12px 0;
  width: 100%
}

.checkout-summary-footer_msg .label-text-checkout-error {
  padding: 0 2px 8px
}

.checkout-summary_msg {
  color: #0d77c4;
  float: left;
  font-size: 11px;
  line-height: 13px;
  padding-bottom: 8px;
  width: 100%
}

.checkout-summary_msg.checkout-summary-msg_danger {
  color: #f40505
}

.checkout-summary_msgs {
  padding-top: 12px;
  width: 100%
}

.checkout-card-summary .card-body .checkout-product-right {
  align-content: center;
  flex-wrap: wrap
}

.checkout-card-summary .checkout-product-center {
  align-content: center;
  flex-wrap: wrap
}

.checkout-product_quantity {
  font-size: 30px;
  margin-top: 12px
}

.checkout-product_quantity .btn {
  color: #4c4c4c;
  font-size: .5333333333em;
  font-weight: bold;
  height: auto;
  line-height: 1.25em;
  margin-top: 0;
  max-width: 2.1875em;
  padding: .25em .3125em
}

.checkout-product_quantity .btn:first-of-type {
  padding-left: 1.25em
}

.checkout-product_quantity .btn:focus,
.checkout-product_quantity .btn:hover {
  background-color: transparent;
  color: #515151;
  opacity: 0.7
}

.checkout-product_quantity .btn:last-of-type {
  padding-right: 1.25em
}

.checkout-product_quantity .btn,
.checkout-product_quantity input {
  background-color: transparent;
  box-shadow: none;
  min-height: 28px
}

.checkout-product_quantity .btn:focus,
.checkout-product_quantity .btn:hover,
.checkout-product_quantity input:focus,
.checkout-product_quantity input:hover {
  opacity: 0.7
}

.checkout-product_quantity .input-group {
  float: right;
  align-items: center;
  border-radius: .1666666667em;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  justify-content: center;
  width: 3.3333333333em
}

.checkout-product_quantity input {
  border: none;
  color: #4c4c4c;
  font-size: .4666666667em;
  font-weight: 500;
  height: auto;
  line-height: .6em;
  margin-bottom: 0;
  max-width: 2.8571428571em;
  padding: .3333333333em 0;
  text-align: center
}

.checkout-product_out_of_stock .btn.btn_out_of_stock {
  border-radius: 4px;
  font-size: 8px;
  font-weight: bold;
  height: auto;
  letter-spacing: 0.8px;
  line-height: 10px;
  margin-bottom: 8px;
  margin-top: 2px;
  min-height: 0;
  padding: 7px 12px 5px
}

.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 #cfcfcf;
  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 #e8e8e8;
  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: #ba9955;
  border-radius: 20px;
  border: 1px solid #ba9955;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  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: #9c7e40;
  border-color: #9c7e40;
  color: #fff
}

.adresses-main .menu .menu-item>a:focus,
.adresses-main .menu .menu-item>a:hover,
.orders-main .menu .menu-item>a:focus,
.orders-main .menu .menu-item>a:hover {
  background: #f1f1fc;
  color: #a0a0a0
}

.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: #000;
  float: left;
  font-size: 13px;
  font-weight: bold;
  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: #ba9955;
  border-radius: 50%;
  border: 2px solid #ba9955;
  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: #9c7e40;
  border-color: #9c7e40;
  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: #000;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  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: #000;
  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: #fbfbfb;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  margin-bottom: 15px
}

.page-tbody .page-table-item {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center
}

.page-tbody .page-table-list {
  min-height: 70px
}

.page-thead {
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  margin-bottom: 15px
}

.page-thead .label {
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #efefef;
  box-shadow: none;
  line-height: 15px;
  padding: 10.5px 10px 8.5px;
  width: 100%
}

.page-thead .page-table-item {
  color: #c3a35b;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center
}

.page-thead .page-table-list {
  min-height: 76px
}

.page-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 0
}

.table-product {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  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-image img {
  max-height: 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
}

.col-main-order {
  padding-top: 8px
}

.table-product_custom {
  padding: 16px 20px
}

.table-product_custom .columns {
  align-items: center
}

.table-product_custom a {
  color: #c3a35b;
  text-decoration: underline
}

.table-products {
  padding-bottom: 16px
}

.table-products-title {
  background-color: #f5f5f5;
  color: #c3a35b;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 14px 20px 13px
}

.card-page-table_orders .page-table-item .label p:nth-child(2) {
  margin-top: 6px
}

.colorStatusPaymentRepayment {
  color: #d9642b !important
}

.page-table-item_payment .statusPayment {
  margin-top: 3px
}

@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: 4px;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    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(249, 249, 249, 0.12)
  }

  .page-accordion-info .accordion-header {
    align-items: center;
    color: #000;
    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: #000;
    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: #000;
    font-size: 13px;
    line-height: 16px
  }

  .page-accordion-info .accordion-title {
    color: #000;
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 0
  }

  .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: bold;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 2px
  }

  .table-products {
    display: table;
    width: 100%
  }

  .table-product_custom {
    padding: 12px 12px
  }

  .table-product_custom .columns>.column {
    padding-bottom: 8px;
    padding-top: 8px
  }

  .table-products-title {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 12px 9px
  }
}

@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:not(:last-child) {
    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: 100px
  }

  .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: 5px;
  border: 1px solid #e8e8e8;
  min-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

.input-group_qtd .btn {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0
}

.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 {
  display: flex;
  justify-content: space-between
}

.product-box.product-box_1 {
  align-items: flex-end;
  margin-bottom: 36px
}

.product-box.product-box_2 {
  margin-bottom: 40px
}

.product-box.product-box_3 {
  margin-bottom: 38px
}

.product-box_qtd {
  max-width: 120px;
  width: 100%
}

.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: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  min-width: 105px;
  position: relative;
  text-align: left
}

.product-box_variations__list .dropdown>.btn svg {
  bottom: 0;
  fill: #a0a0a0;
  float: right;
  height: 8px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px
}

.product-box_variations__list .dropdown ul {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  min-width: 105px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto
}

.product-box_variations__list .dropdown ul a {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 10px
}

.product-box_variations__list .form-select {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 24px 6px 10px
}

.product-box_variations__list .form-select:focus {
  border-color: transparent;
  box-shadow: none;
  filter: drop-shadow(0px 7px 7.5px rgba(3, 128, 201, 0.2))
}

.product-box_variations__list .product-variations_content__list {
  margin-bottom: 5px;
  margin-top: 5px
}

.product-box_variations__miniature .product-variation_icon {
  right: -5px;
  top: -5px
}

.product-box_variations__miniature .product-variation_img {
  max-height: 100%;
  max-width: 100%
}

.product-box_variations__miniature .product-variation_item {
  float: left;
  margin: 2px 5px
}

.product-box_variations__miniature .product-variation_item.active .product-variation_link {
  border-color: #c3a35b;
  box-shadow: 0 0 0 0.6px #c3a35b
}

.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: 6px;
  border: 1px solid #e8e8e8;
  display: flex;
  height: 80px;
  justify-content: center;
  padding: 6px;
  position: relative;
  width: 80px
}

.product-box_variations__miniature .product-variation_list {
  margin-left: -5px;
  margin-right: -5px
}

.product-breadcrumb .product-breadcrumb-list {
  display: table;
  margin: 0;
  padding: calc((74px - 16px) / 2) 0;
  width: 100%
}

.product-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000;
  float: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 0;
  padding-top: 0
}

.product-breadcrumb .breadcrumb .breadcrumb-item:before {
  display: none
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child):after {
  color: #000;
  content: '•';
  padding-right: 0;
  margin-left: 16px
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 16px
}

.product-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #000
}

.product-breadcrumb .breadcrumb .breadcrumb-item a[href="javascript:void(0)"] {
  cursor: text
}

.product-breadcrumb,
.product-header {
  background-color: #fff
}

.product-btn {
  align-items: center;
  border-radius: 5px;
  border: 1px solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 20px;
  max-width: 100%;
  padding: 4px 8px;
  width: 100%
}

.product-btn.product-btn_addCart {
  background-color: #fff;
  border-color: #000;
  color: #000;
  max-width: 200px
}

.product-btn.product-btn_addCart:focus,
.product-btn.product-btn_addCart:hover {
  background-color: #f7f7f7;
  border-color: gray;
  color: #000;
  opacity: 1
}

.product-btn.product-btn_buy {
  background-color: #7bab11;
  border-color: #7bab11;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #6a940f;
  border-color: #6a940f;
  color: #fff;
  fill: #fff;
  opacity: 1
}

.product-btn.product-btn_buy svg {
  height: 25px;
  margin-right: 10px;
  width: 27px
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  color: #2b2b2b;
  fill: #ba9955;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  width: 100%
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #fafafa;
  border-color: #dbdbdb;
  color: #000;
  fill: #af8d47;
  opacity: 1
}

.product-btn.product-btn_shipping svg {
  height: 26px;
  margin-right: 10px;
  width: 28px
}

.product-btn.product-btn_unavailable {
  background-color: #f5f5f5;
  color: #fff;
  cursor: default;
  pointer-events: none
}

.product-btn.product-btn_unavailable:focus,
.product-btn.product-btn_unavailable:hover {
  background-color: #fff;
  color: #fff;
  opacity: 1
}

.product-btn_payment {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 14px;
  padding: 0;
  text-align: center;
  text-decoration: underline
}

.product-btn_payment:focus,
.product-btn_payment:hover {
  background-color: transparent;
  box-shadow: none;
  color: #262626;
  opacity: 0.8;
  text-decoration: underline
}

.product-buy {
  max-width: calc(100% - (200px + 16px));
  width: 100%
}

.product-buy-info {
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 2px
}

.product-buy-info p {
  padding-bottom: 2px
}

.product-buy-info p:last-child {
  padding-bottom: 0
}

.product-buy-to-gether {
  padding-bottom: 50px;
  padding-top: 0
}

.product-buy_subquery {
  margin-top: 8px
}

.product-description {
  margin-bottom: 46px
}

.product-description:last-child {
  margin-bottom: 0
}

.product-description_body {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #efefef;
  font-size: 15px;
  line-height: 25px;
  padding: 44px 40px
}

.product-description_body li {
  margin-top: 0
}

.product-description_body ul {
  list-style-position: inside;
  list-style: disc;
  margin: 0
}

.product-description_body iframe {
  max-width: 100%
}

.product-description_body img {
  max-width: 100%
}

.product-description_header {
  color: #242424;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 8px 26px
}

.product-descriptions {
  padding-bottom: 90px
}

.product-gallery {
  display: block;
  float: left;
  margin-top: 40px;
  max-width: 640px;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  width: 100%
}

.product-gallery .slider__arrow {
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #ededed;
  bottom: 0;
  box-shadow: none;
  height: 57px;
  left: auto;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
  width: 18px
}

.product-gallery .slider__arrow.slider__arrow--next {
  left: auto;
  right: 0
}

.product-gallery .slider__arrow.slider__arrow--prev {
  left: 0;
  right: auto
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
  background-color: #ededed;
  border-color: #ededed;
  box-shadow: none;
  opacity: 1
}

.product-gallery .slider__arrow:focus svg,
.product-gallery .slider__arrow:hover svg {
  fill: #151515
}

.product-gallery .slider__arrow[disabled] {
  border-color: rgba(237, 237, 237, 0.6)
}

.product-gallery .slider__arrow[disabled] svg {
  fill: rgba(21, 21, 21, 0.4)
}

.product-gallery .slider__arrow svg {
  fill: #151515;
  height: 12px;
  width: 10px
}

.product-gallery-nav_item {
  float: left;
  margin: 0 5px
}

.product-gallery-slider {
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.product-gallery_link {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 4px
}

.product-gallery_link.image-main {
  border-color: #a8a8a8
}

.product-gallery_link.product-gallery-nav_link {
  background-color: #9f9f9f;
  border-radius: 50%;
  border: none;
  display: table;
  height: 8px;
  padding: 0;
  width: 8px
}

.product-gallery_link.product-gallery-nav_link.image-main {
  background-color: #ba9955
}

.product-gallery_link img {
  margin: auto;
  max-height: 92px;
  max-width: calc(100% - (4px * 2))
}

.product-gallery_nav {
  display: none;
  justify-content: center;
  padding: 20px 0;
  width: 100%
}

.product-header {
  margin-bottom: 70px;
  padding-bottom: 60px
}

.product-header-box {
  max-width: 562px;
  width: 100%
}

.product-header-container .columns {
  justify-content: space-between
}

.product-images {
  display: block;
  max-width: calc(118px + 20px + 570px);
  width: 100%
}

.product-main {
  background-color: #f9f9f9;
  color: #000;
  padding-bottom: 0;
  padding-top: 0
}

.product-main p {
  margin-bottom: 0
}

.product-payments {
  max-width: 200px;
  padding-bottom: 2px;
  width: 100%
}

.product-prices {
  max-width: calc(100% - 200px)
}

.product-prices.product-prices_out-of-stock {
  margin-bottom: 40px;
  max-width: 100%;
  padding-top: 30px
}

.product-prices.product-prices_out-of-stock .product-prices_price {
  color: #c3a35b;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1666666667em;
  text-transform: none
}

.product-prices.product-prices_out-of-stock .product-prices_price>p {
  width: 100%
}

.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-price_small {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0 0 8px 8px
}

.product-prices_plots {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 2px
}

.product-prices_pix {
  color: #7bab11;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 4px
}

.product-prices_price {
  align-items: flex-end;
  display: flex;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 41px
}

.product-prices_strike {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1176470588em
}

.product-shipping {
  max-width: calc(100% - (120px + 16px));
  width: 100%
}

.product-showcase {
  padding-bottom: 70px
}

.product-sku {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 20px
}

.product-sku b {
  color: #2b2b2b;
  font-weight: bold
}

.product-title {
  border-bottom: 1px solid #ececec;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 18px;
  padding-bottom: 40px
}

.product-variation_icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: auto;
  display: flex;
  fill: #080808;
  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 {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 28px
}

.product-variations_content {
  align-items: center;
  display: flex;
  width: 100%
}

.product-variations_content .product-title 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: #c3a35b
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #c3a35b
}

.product-variations_content__button .product-variation_item.disabled .product-variation_link {
  background-color: #f2f2f2;
  color: #000;
  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 #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 5px 0;
  position: relative;
  width: 100%
}

.product-variations_content__button .product-variation_link__colors {
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #e8e8e8;
  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 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 16px;
  padding-bottom: 6px
}

.product-zoom {
  float: right;
  height: 640px;
  max-width: 100%;
  position: relative;
  width: 100%
}

.product-zoom_image {
  border-radius: 8px;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: none
}

.product-zoom_link {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  border: 0px solid #e8e8e8;
  box-shadow: none;
  display: block;
  float: left;
  height: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 640px
}

.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
}

.slider-hide {
  opacity: 0
}

.showcase-last-viewed .showcase-products {
  display: table;
  margin: 0;
  width: 100%
}

@media (min-width: 992px) {
  .product-gallery_desktop {
    display: none
  }

  .product-header .product-btn.login-btn_not_logged {
    margin-top: 0
  }

  .product-header-box {
    float: right;
    margin-right: 22px
  }

  .showcase-last-viewed,
  .showcase-related {
    margin-bottom: 0
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .product-header-box {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 8px
  }

  .product-zoom {
    height: 550px
  }

  .product-zoom_link {
    width: 550px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-gallery_link {
    height: 80px
  }

  .product-header-box {
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px
  }

  .product-zoom {
    height: 464px
  }

  .product-zoom_link {
    padding: 0;
    width: 464px
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px
  }

  .product-breadcrumb .product-breadcrumb-list {
    padding: 20px 0
  }

  .product-btn {
    font-size: 12px;
    height: 46px;
    padding: 4px 8px
  }

  .product-btn.product-btn_buy {
    font-size: 14px
  }

  .product-btn.product-btn_buy svg {
    height: 21px;
    margin-right: 8px;
    width: 23px
  }

  .product-btn.product-btn_shipping {
    font-size: 11px;
    height: 36px
  }

  .product-btn.product-btn_shipping svg {
    height: 22px;
    margin-right: 8px;
    width: 24px
  }

  .product-btn_payment {
    font-size: 10px;
    line-height: 12px
  }

  .product-buy-info {
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 2px
  }

  .product-payments {
    max-width: 170px
  }

  .product-prices {
    max-width: calc(100% - 170px)
  }

  .product-prices-price_small {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 7px 7px
  }

  .product-prices_plots {
    font-size: 12px;
    line-height: 14px
  }

  .product-prices_price {
    font-size: 33px;
    letter-spacing: -1px;
    line-height: 35px
  }

  .product-sku {
    font-size: 10px;
    line-height: 12px
  }

  .product-title {
    font-size: 26px;
    line-height: 34px
  }

  .product-variations_title {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px
  }
}

@media (max-width: 991px) {
  .product-gallery {
    padding-left: 0;
    padding-right: 0
  }

  .product-gallery_list {
    margin: 0 auto;
    max-width: 524px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    width: 100%
  }

  .product-header {
    padding-bottom: 80px
  }

  .product-header-box {
    margin-left: auto;
    margin-right: auto
  }

  .product-images {
    border-bottom: 1px solid #ececec;
    display: table;
    margin-bottom: 70px;
    max-width: none;
    padding-bottom: 40px
  }

  .product-title {
    border-bottom: 0
  }

  .product-zoom_link {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 524px;
    padding: 0;
    width: 100%
  }

  .product-zoom {
    height: 524px
  }
}

@media (max-width: 575px) {
  .input-group_qtd {
    min-height: 38px;
    padding-left: 16px;
    padding-right: 16px
  }

  .input-group_qtd .btn {
    font-size: 12px
  }

  .input-group_qtd .form-input {
    font-size: 12px
  }

  .product-box {
    flex-wrap: wrap
  }

  .product-box.product-box_1 {
    margin-bottom: 26px
  }

  .product-box.product-box_2 {
    margin-bottom: 20px
  }

  .product-box.product-box_3 {
    margin-bottom: 28px
  }

  .product-box_qtd {
    max-width: 90px
  }

  .product-btn.product-btn_addCart {
    max-width: calc(50% - 4px)
  }

  .product-btn_payment {
    margin-top: 16px;
    text-align: left
  }

  .product-buy {
    max-width: calc(50% - 4px)
  }

  .product-description_body {
    border-radius: 6px;
    font-size: 13px;
    line-height: 23px;
    padding: 24px 20px
  }

  .product-description_header {
    font-size: 18px;
    line-height: 20px
  }

  .product-descriptions {
    padding-bottom: 60px
  }

  .product-gallery_list {
    max-width: 328px
  }

  .product-header {
    margin-bottom: 52px;
    padding-bottom: 50px
  }

  .product-prices {
    max-width: 100%
  }

  .product-shipping {
    max-width: calc(100% - (90px + 8px))
  }

  .product-showcase {
    padding-bottom: 30px
  }

  .product-zoom_link {
    max-width: 100%
  }

  .product-zoom {
    height: calc(100vw - (16px * 2))
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
    margin-right: 6px
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child):after {
    margin-left: 6px
  }

  .product-breadcrumb .product-breadcrumb-list {
    border-bottom: 1px solid #ececec;
    padding: 16px 0
  }

  .product-btn {
    font-size: 12px;
    height: 46px;
    padding: 4px 8px
  }

  .product-btn.product-btn_buy {
    font-size: 14px
  }

  .product-btn.product-btn_buy svg {
    height: 21px;
    margin-right: 8px;
    width: 23px
  }

  .product-btn.product-btn_shipping {
    font-size: 11px;
    height: 36px
  }

  .product-btn.product-btn_shipping svg {
    height: 22px;
    margin-right: 8px;
    width: 24px
  }

  .product-btn_payment {
    font-size: 10px;
    line-height: 12px
  }

  .product-buy-info {
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 2px
  }

  .product-payments {
    max-width: 100%
  }

  .product-prices {
    max-width: 100%
  }

  .product-prices-price_small {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 7px 7px
  }

  .product-prices_plots {
    font-size: 12px;
    line-height: 14px
  }

  .product-prices_price {
    font-size: 33px;
    letter-spacing: -1px;
    line-height: 35px
  }

  .product-sku {
    font-size: 10px;
    line-height: 12px
  }

  .product-title {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 24px;
    padding-top: 34px
  }

  .product-variations_title {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px
  }
}

.product-description_body img {
  max-width: 100%;
  height: auto
}

.product-description_body>* {
  color: #000 !important;
  font-family: montserrat, sans-serif !important;
  font-size: 15px !important;
  line-height: 25px !important
}

.product-description_body span {
  color: #000 !important;
  font-family: montserrat, sans-serif !important;
  font-size: 15px !important;
  line-height: 25px !important
}

.product-description_body strong>* {
  font-size: 16px !important;
  line-height: 25px !important
}

.product-description_body strong em {
  font-size: 16px !important;
  line-height: 25px !important
}

.product-description_body strong span {
  font-size: 16px !important;
  line-height: 25px !important
}

.product-description_body strong {
  font-size: 16px !important;
  line-height: 25px !important
}

.product-price-group {
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 8px 16px
}

.product-price-group .form-label {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-top: 8px
}

.product-price-group .form-radio {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 8px
}

.product-price-group .form-radio input[disabled]~div {
  opacity: 0.7
}

.swal2-cancel_custom {
  border: 1px solid #333;
  color: #333
}

.swal2-cancel_custom:focus,
.swal2-cancel_custom:hover {
  background-color: #f4f4f4
}

.notfound-btn {
  background-color: #c3a35b;
  border-radius: 4px;
  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: #d1b880;
  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: #c3a35b;
  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: 4px;
  border: 1px solid #e8e8e8;
  color: #000;
  display: table;
  margin-bottom: 38px;
  min-height: 50px;
  padding: 10px 20px;
  width: 100%
}

.search-header>* {
  align-items: center;
  display: flex;
  height: 30px
}

.search-left {
  font-size: 14px;
  line-height: 18px
}

.search-left>* {
  margin-bottom: 0;
  margin-right: 5px
}

.search-left h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0;
  margin-right: 0
}

.search-left a {
  color: #000;
  font-weight: 500
}

.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: 14px;
  line-height: 18px;
  padding-top: 1px
}

.search-right b {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px
}

.search-main {
  padding-bottom: 100px;
  padding-top: 40px
}

.search-options {
  display: table;
  width: 100%
}

.search-options.search-options_bottom {
  padding-bottom: 0;
  padding-top: 0
}

.search-options.search-options_bottom .search-options-pagination_list {
  align-items: center;
  justify-content: center;
  padding: 0
}

.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: #f9f9f9;
  color: #4c4c4c
}

.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 {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 18px;
  padding-top: 18px
}

.search-options.search-options_top .search-options-pagination {
  display: none !important;
  margin-right: 30px
}

.search-options .dropdown {
  float: left
}

.search-options .form-group:not(:last-child) {
  margin-bottom: 0
}

.search-options .form-group:first-child {
  margin-right: 130px
}

.search-options .form-label {
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin-right: 12px;
  padding-bottom: 6px;
  padding-top: 8px
}

.search-options .form-select {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #c3a35b;
  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_item__next {
  margin-left: 18px
}

.search-options-pagination_item__prev {
  margin-right: 18px
}

.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:nth-of-type(2) a {
  border-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: #1a572d;
  border-radius: 4px;
  border: 0;
  display: flex;
  fill: #4c4c4c;
  height: 30px;
  justify-content: center;
  margin: 0 0;
  padding: 0;
  width: 30px
}

.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: #144323
}

.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__arrow svg {
  fill: #fff
}

.search-options-pagination a.search-options-pagination_link {
  margin: 0
}

.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-bottom: 0;
  border-left: 1px solid #e8e8e8;
  border-radius: 0;
  border-top: 0;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 1px;
  margin-top: 1px;
  min-width: 68px;
  opacity: 1;
  padding: 4px 5px 4px;
  text-align: center
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow):focus,
.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow):hover {
  opacity: 0.8
}

.search-options-pagination a.search-options-pagination_link.disable {
  cursor: no-drop;
  opacity: 0.4 !important
}

.search-options-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% - 60px - 30px)
}

.search-options-right {
  max-width: 90px
}

.search-options-pagination_item.active a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  opacity: 1
}

.search-options-pagination_item.search-options-pagination_item__next {
  margin-left: 4px
}

.search-options-pagination_item.search-options-pagination_item__prev {
  margin-right: 4px
}

.search-options-pagination_link__arrow svg {
  fill: #2b2b2b;
  height: 10px;
  width: 10px
}

.search-view_link {
  align-items: center;
  display: flex;
  fill: rgba(26, 87, 45, 0.7);
  float: left;
  justify-content: center;
  margin: 6px 5px
}

.search-view_link.active {
  fill: #1a572d
}

.search-view_link:last-child {
  margin-right: 0
}

.search-view_link svg {
  height: 18px;
  width: 18px
}

.showcase-search {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 0
}

.showcase-search.showcase-search_grid {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px)
}

.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)
}

.showcase-search.showcase-search_list {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

.search-filters-content {
  width: 100%
}

.search-filters-content .form-radio input:checked+.form-icon::before {
  background-color: #c3a35b;
  height: 8px;
  width: 8px
}

.search-filters-content .form-radio input:focus+.form-icon,
.search-filters-content .form-radio input:hover+.form-icon {
  background-color: #929292;
  border: 0;
  box-shadow: none
}

.search-filters-content .form-radio input:checked+.form-icon {
  background-color: #9f9f9f;
  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: 2px solid #d8d8d8;
  bottom: 0;
  height: 18px;
  margin: auto;
  top: 0;
  width: 18px
}

.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 {
  background-color: #fff;
  border-color: #d8d8d8;
  border-radius: 3px;
  border-width: 2px;
  bottom: 0;
  margin: auto;
  top: 0
}

.search-filters-content .form-checkbox input:checked+.form-icon {
  background-color: #c3a35b;
  border-color: #c3a35b
}

.search-filters-content .form-group.form-group_category {
  padding-bottom: 8px;
  padding-top: 8px
}

.search-filters-content .form-group:not(:last-child) {
  margin-bottom: 0
}

.search-filter {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding: 0 20px
}

.search-filter.search-filter_price .noUi-target {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px)
}

.search-filter.search-filter_price .search-filter-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px
}

.search-filter:not(.search-filter_price) .search-filter-body_inner {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto
}

.search-filter-body {
  border-top: 1px solid #e8e8e8;
  margin: 0;
  max-width: 100%;
  padding: 20px 8px 25px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.search-filter-header {
  cursor: pointer;
  height: 62px;
  padding: 22px 10px 20px
}

.form-text {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding-top: 2px
}

.search-filter-icon {
  align-items: center;
  display: flex;
  float: right;
  height: 20px;
  justify-content: flex-end;
  width: 20px
}

.search-filter-icon svg {
  fill: #000;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 12px
}

.search-filter-link_category.active .form-radio .form-icon:after {
  background-color: #c3a35b;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px
}

.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: #000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px
}

.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: #c3a35b;
  box-shadow: 0 0 0 1px rgba(195, 163, 91, 0.3);
  color: #000
}

.search-filter_variation__button .form-radio input:checked+.search-filter-variation_link.search-filter-variation_link__cor {
  border-color: #fff !important;
  box-shadow: 0px 0px 0px 2px #c3a35b
}

.search-filter_variation__button .search-filter-variation_list {
  display: table;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px)
}

.search-filter_variation__button .search-filter-variation_link {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #efefef;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 5px;
  min-width: 68px;
  padding: 9px 5px;
  text-align: center
}

.search-filter_variation__button .search-filter-variation_link.search-filter-variation_link__cor {
  border-radius: 50%;
  border-width: 4px;
  box-shadow: 0px 0px 0px 1px #e8e8e8;
  font-size: 0;
  height: 30px;
  min-width: 0;
  padding: 0;
  width: 30px
}

.search-filters-btn {
  background-color: #ba9955;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 20px;
  padding-bottom: 1px;
  padding-top: 0;
  width: 100%
}

.search-filters-btn:focus,
.search-filters-btn:hover {
  background-color: #9c7e40;
  color: #fff
}

.search-filter-price .noUi-horizontal {
  height: 4px
}

.search-filter-price .noUi-target {
  background-color: #9f9f9f;
  border-radius: 2px;
  border: none;
  box-shadow: none
}

.search-filter-price .noUi-connect {
  background-color: #1a572d
}

.search-filter-price .noUi-handle {
  background-color: #0e3019;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  height: 10px;
  right: -10px;
  top: -3px;
  width: 20px
}

.search-filter-price .noUi-handle>* {
  display: none
}

.search-filter-price .noUi-handle:after,
.search-filter-price .noUi-handle:before {
  display: none
}

.search-filter-price {
  margin-bottom: 24px
}

.search-filter-price_values {
  color: #000;
  display: table;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 15px;
  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: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 70px;
  position: relative;
  z-index: 99
}

.search-options_mobile .search-filter {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px
}

.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: #c3a35b;
  height: 20px;
  width: 22px
}

.search-options_mobile .search-option-title {
  color: #c3a35b;
  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 {
  width: 100%
}

.search-options_mobile .search-option_order .form-group .dropdown>.btn {
  border-radius: 4px;
  font-size: 12px;
  height: auto;
  line-height: 20px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 44px;
  padding-top: 9px;
  text-align: left;
  width: 100%
}

.search-options_mobile .search-option_order .form-group .dropdown>.btn svg {
  right: 24px
}

.search-options_mobile .search-option_order .form-group .dropdown ul {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%
}

.search-options_mobile .search-option_order .form-group .dropdown ul a {
  border-radius: 2px;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 8px
}

.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: 20px 16px;
  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)
}

.search-options_mobile .search-filter-header {
  height: 42px;
  padding: 11px 0
}

.search-options_mobile .search-filter-title {
  font-size: 14px
}

.search-options_mobile .search-filter_variation__button .search-filter-variation_link:not(.search-filter-variation_link__cor) {
  border-radius: 4px;
  font-size: 13px;
  min-width: 56px;
  padding-bottom: 4px;
  padding-top: 4px
}

.search-options_mobile .search-filter-body {
  padding: 16px 0 20px
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .search-filter_variation__button .search-filter-variation_link {
    border-radius: 4px;
    font-size: 13px;
    min-width: 60px;
    padding-bottom: 4px;
    padding-top: 4px
  }

  .search-options .form-group:first-child {
    margin-right: 80px
  }

  .showcase-search .showcase-product {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (min-width: 992px) {
  .search-filters {
    width: 290px;
    max-width: 100%
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .search-filter_variation__button .search-filter-variation_link {
    border-radius: 4px;
    font-size: 13px;
    min-width: 60px;
    padding-bottom: 4px;
    padding-top: 4px
  }

  .search-options .form-group:first-child {
    margin-right: 30px
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px)
  }

  .showcase-search .showcase-product {
    padding-left: 20px;
    padding-right: 20px
  }
}

@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: 0;
    box-shadow: none;
    padding: 0 8px
  }

  .search-options .form-group:first-child {
    margin-right: 0
  }

  .search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 50px;
    padding-bottom: 3px;
    padding-top: 3px
  }

  .search-options-pagination_item__next {
    margin-left: 10px !important
  }

  .search-options-pagination_item__prev {
    margin-right: 10px !important
  }

  .search-options.search-options_bottom .search-options-pagination_list {
    line-height: 0
  }

  .search-options.search-options_bottom a.search-options-pagination_link__arrow {
    height: 20px;
    width: 20px
  }

  .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: #e8e8e8;
  border-radius: 4px;
  color: #000;
  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: #262626
}

.form-group_potencia .form-input:first-child {
  margin-left: 0
}

.form-group_potencia .form-input:focus {
  border-color: #cfcfcf;
  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
  }
}

.whatsapp-plugin:nth-child(1) .whatsapp-plugin_link:before {
  content: 'Loja Campinas'
}

.whatsapp-plugin:nth-child(2) .whatsapp-plugin_link:before {
  content: 'Loja Campinas'
}

.whatsapp-plugin_link.whatsapp-plugin_link__left:before {
  left: 25px;
  padding-left: calc(25px + 16px);
  padding-right: 24px;
  right: auto
}

.whatsapp-plugin_link.whatsapp-plugin_link__right:before {
  left: auto;
  padding-left: 24px;
  padding-right: calc(25px + 16px);
  right: 25px
}

.whatsapp-plugin_link:after {
  background-color: #4caf51;
  border-radius: 50%;
  content: '';
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: -1
}

.whatsapp-plugin_link:before {
  background-color: #fff;
  border-radius: 12px;
  bottom: auto;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  padding-bottom: 4px;
  padding-top: 6px;
  position: absolute;
  top: auto;
  white-space: nowrap;
  z-index: -1
}

@media (max-width: 575px) {
  .whatsapp-plugin_link {
    height: 46px !important;
    margin: 0 16px 25px !important;
    width: 46px !important
  }

  .whatsapp-plugin_link.whatsapp-plugin_link__left:before {
    left: calc(46px / 2);
    padding-left: calc((46px / 2) + 6px);
    padding-right: 12px
  }

  .whatsapp-plugin_link.whatsapp-plugin_link__right:before {
    padding-left: 12px;
    padding-right: calc((46px / 2) + 6px);
    right: calc(46px / 2)
  }

  .whatsapp-plugin_link:after {
    height: 46px;
    width: 46px
  }

  .whatsapp-plugin_link:before {
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 3px;
    padding-top: 4px
  }
}