html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

address {
  font-style: normal
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

small {
  font-size: 80%;
  font-weight: 400
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item;
  outline: none
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
*::before,
*::after {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent
}

body {
  font-size: .8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500
}

h1,
.h1 {
  font-size: 2rem
}

h2,
.h2 {
  font-size: 1.6rem
}

h3,
.h3 {
  font-size: 1.4rem
}

h4,
.h4 {
  font-size: 1.2rem
}

h5,
.h5 {
  font-size: 1rem
}

h6,
.h6 {
  font-size: .8rem
}

p {
  margin: 0
}

abbr[title] {
  border-bottom: .05rem dotted;
  cursor: help;
  text-decoration: none
}

kbd {
  background: #303742;
  border-radius: .1rem;
  color: #fff;
  font-size: .7rem;
  line-height: 1.25;
  padding: .1rem .2rem
}

mark {
  background: #ffe9b3;
  border-bottom: .05rem solid #ffd367;
  border-radius: .1rem;
  color: #3b4351;
  padding: .05rem .1rem 0
}

blockquote {
  border-left: .1rem solid #dadee4;
  margin-left: 0;
  padding: .4rem .8rem
}

blockquote p:last-child {
  margin-bottom: 0
}

ul,
ol {
  margin: 0;
  padding: 0
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0
}

ul li,
ol li {
  margin-top: 0
}

ul {
  list-style: disc inside
}

ul ul {
  list-style-type: circle
}

ol {
  list-style: decimal inside
}

ol ol {
  list-style-type: lower-alpha
}

dl dt {
  font-weight: bold
}

dl dd {
  margin: .4rem 0 .8rem 0
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background: #f7f8f9
}

.table tbody tr.active,
.table.table-striped tbody tr.active {
  background: #eef0f3
}

.table.table-hover tbody tr:hover {
  background: #eef0f3
}

.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: .75rem;
  white-space: nowrap
}

.table td,
.table th {
  border-bottom: .05rem solid #dadee4;
  padding: .6rem .4rem
}

.table th {
  border-bottom-width: .1rem
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0.05rem solid #5271ff;
  border-radius: .1rem;
  color: #5271ff;
  cursor: pointer;
  display: inline-block;
  font-size: .8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: .25rem .4rem;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

.btn:focus,
.btn:hover {
  background: #f1f1fc;
  border-color: #4b48d6;
  text-decoration: none
}

.btn:active,
.btn.active {
  background: #4b48d6;
  border-color: #3634d2;
  color: #fff;
  text-decoration: none
}

.btn:active.loading::after,
.btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff
}

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

.btn.btn-primary {
  background: #5271ff;
  border-color: #4b48d6;
  color: #fff
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #4240d4;
  border-color: #3634d2;
  color: #fff
}

.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #3a38d2;
  border-color: #302ecd;
  color: #fff
}

.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff
}

.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #fff
}

.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2)
}

.btn.btn-success:focus,
.btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #fff
}

.btn.btn-success:active,
.btn.btn-success.active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff
}

.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff
}

.btn.btn-error {
  background: #e85600;
  border-color: #d95000;
  color: #fff
}

.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2)
}

.btn.btn-error:focus,
.btn.btn-error:hover {
  background: #de5200;
  border-color: #cf4d00;
  color: #fff
}

.btn.btn-error:active,
.btn.btn-error.active {
  background: #c44900;
  border-color: #b54300;
  color: #fff
}

.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff
}

.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #5271ff
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #302ecd
}

.btn.btn-sm {
  font-size: .7rem;
  height: 1.4rem;
  padding: .05rem .3rem
}

.btn.btn-lg {
  font-size: .9rem;
  height: 2rem;
  padding: .35rem .6rem
}

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

.btn.btn-action {
  padding-left: 0;
  padding-right: 0;
  width: 1.8rem
}

.btn.btn-action.btn-sm {
  width: 1.4rem
}

.btn.btn-action.btn-lg {
  width: 2rem
}

.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: .8rem;
  margin-left: .2rem;
  margin-right: -2px;
  opacity: 1;
  padding: .1rem;
  text-decoration: none;
  width: 1rem
}

.btn.btn-clear:focus,
.btn.btn-clear:hover {
  background: rgba(247, 248, 249, 0.5);
  opacity: .95
}

.btn.btn-clear::before {
  content: "\2715"
}

.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.btn-group .btn {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.05rem
}

.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.05rem
}

.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 1
}

.btn-group.btn-group-block {
  display: -ms-flexbox;
  display: flex
}

.btn-group.btn-group-block .btn {
  -ms-flex: 1 0 0;
  flex: 1 0 0
}

.form-group:not(:last-child) {
  margin-bottom: .4rem
}

fieldset {
  margin-bottom: .8rem
}

legend {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: .8rem
}

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: .3rem 0
}

.form-label.label-sm {
  font-size: .7rem;
  padding: .1rem 0
}

.form-label.label-lg {
  font-size: .9rem;
  padding: .4rem 0
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: .05rem solid #bcc3ce;
  border-radius: .1rem;
  color: #3b4351;
  display: block;
  font-size: .8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: .25rem .4rem;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%
}

.form-input:focus {
  border-color: #5271ff;
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

.form-input:-ms-input-placeholder {
  color: #bcc3ce
}

.form-input::-ms-input-placeholder {
  color: #bcc3ce
}

.form-input::placeholder {
  color: #bcc3ce
}

.form-input.input-sm {
  font-size: .7rem;
  height: 1.4rem;
  padding: .05rem .3rem
}

.form-input.input-lg {
  font-size: .9rem;
  height: 2rem;
  padding: .35rem .6rem
}

.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto
}

.form-input[type="file"] {
  height: auto
}

textarea.form-input,
textarea.form-input.input-lg,
textarea.form-input.input-sm {
  height: auto
}

.form-input-hint {
  color: #bcc3ce;
  font-size: .7rem;
  margin-top: .2rem
}

.has-success .form-input-hint,
.is-success+.form-input-hint {
  color: #32b643
}

.has-error .form-input-hint,
.is-error+.form-input-hint {
  color: #e85600
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: .05rem solid #bcc3ce;
  border-radius: .1rem;
  color: inherit;
  font-size: .8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: .25rem .4rem;
  vertical-align: middle;
  width: 100%
}

.form-select:focus {
  border-color: #5271ff;
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

.form-select::-ms-expand {
  display: none
}

.form-select.select-sm {
  font-size: .7rem;
  height: 1.4rem;
  padding: .05rem 1.1rem .05rem .3rem
}

.form-select.select-lg {
  font-size: .9rem;
  height: 2rem;
  padding: .35rem 1.4rem .35rem .6rem
}

.form-select[size],
.form-select[multiple] {
  height: auto;
  padding: .25rem .4rem
}

.form-select[size] option,
.form-select[multiple] option {
  padding: .1rem .2rem
}

.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/.4rem 0.5rem;
  padding-right: 1.2rem
}

.has-icon-left,
.has-icon-right {
  position: relative
}

.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: .8rem;
  margin: 0 .25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .8rem;
  z-index: 2
}

.has-icon-left .form-icon {
  left: .05rem
}

.has-icon-left .form-input {
  padding-left: 1.3rem
}

.has-icon-right .form-icon {
  right: .05rem
}

.has-icon-right .form-input {
  padding-right: 1.3rem
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: .2rem 0;
  min-height: 1.4rem;
  padding: .1rem .4rem .1rem 1.2rem;
  position: relative
}

.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px
}

.form-checkbox input:focus+.form-icon,
.form-radio input:focus+.form-icon,
.form-switch input:focus+.form-icon {
  border-color: #5271ff;
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2)
}

.form-checkbox input:checked+.form-icon,
.form-radio input:checked+.form-icon,
.form-switch input:checked+.form-icon {
  background: #5271ff;
  border-color: #5271ff
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: .05rem solid #bcc3ce;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background .2s, border .2s, box-shadow .2s, color .2s
}

.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: .7rem;
  margin: 0
}

.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: .9rem;
  margin: .3rem 0
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: .8rem;
  left: 0;
  top: .3rem;
  width: .8rem
}

.form-checkbox input:active+.form-icon,
.form-radio input:active+.form-icon {
  background: #eef0f3
}

.form-checkbox .form-icon {
  border-radius: .1rem
}

.form-checkbox input:checked+.form-icon::before {
  background-clip: padding-box;
  border: .1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px
}

.form-checkbox input:indeterminate+.form-icon {
  background: #5271ff;
  border-color: #5271ff
}

.form-checkbox input:indeterminate+.form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px
}

.form-radio .form-icon {
  border-radius: 50%
}

.form-radio input:checked+.form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px
}

.form-switch {
  padding-left: 2rem
}

.form-switch .form-icon {
  background: #bcc3ce;
  background-clip: padding-box;
  border-radius: .45rem;
  height: .9rem;
  left: 0;
  top: .25rem;
  width: 1.6rem
}

.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
  width: .8rem
}

.form-switch input:checked+.form-icon::before {
  left: 14px
}

.form-switch input:active+.form-icon::before {
  background: #f7f8f9
}

.input-group {
  display: -ms-flexbox;
  display: flex
}

.input-group .input-group-addon {
  background: #f7f8f9;
  border: .05rem solid #bcc3ce;
  border-radius: .1rem;
  line-height: 1.2rem;
  padding: .25rem .4rem;
  white-space: nowrap
}

.input-group .input-group-addon.addon-sm {
  font-size: .7rem;
  padding: .05rem .3rem
}

.input-group .input-group-addon.addon-lg {
  font-size: .9rem;
  padding: .35rem .6rem
}

.input-group .form-input,
.input-group .form-select {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%
}

.input-group .input-group-btn {
  z-index: 1
}

.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.05rem
}

.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.05rem
}

.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2
}

.input-group .form-select {
  width: auto
}

.input-group.input-inline {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.has-success .form-input,
.form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643
}

.has-success .form-input:focus,
.form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2)
}

.has-error .form-input,
.form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: #fffaf7;
  border-color: #e85600
}

.has-error .form-input:focus,
.form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2)
}

.has-error .form-checkbox .form-icon,
.form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #e85600
}

.has-error .form-checkbox input:checked+.form-icon,
.form-checkbox.is-error input:checked+.form-icon,
.has-error .form-radio input:checked+.form-icon,
.form-radio.is-error input:checked+.form-icon,
.has-error .form-switch input:checked+.form-icon,
.form-switch.is-error input:checked+.form-icon {
  background: #e85600;
  border-color: #e85600
}

.has-error .form-checkbox input:focus+.form-icon,
.form-checkbox.is-error input:focus+.form-icon,
.has-error .form-radio input:focus+.form-icon,
.form-radio.is-error input:focus+.form-icon,
.has-error .form-switch input:focus+.form-icon,
.form-switch.is-error input:focus+.form-icon {
  border-color: #e85600;
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2)
}

.has-error .form-checkbox input:indeterminate+.form-icon,
.form-checkbox.is-error input:indeterminate+.form-icon {
  background: #e85600;
  border-color: #e85600
}

.form-input:not(:-ms-input-placeholder):invalid {
  border-color: #e85600
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600
}

.form-input:not(:-ms-input-placeholder):invalid:focus {
  background: #f5f8fb;
  box-shadow: none
}

.form-input:not(:placeholder-shown):invalid:focus {
  background: #f5f8fb;
  box-shadow: none
}

.form-input:not(:-ms-input-placeholder):invalid+.form-input-hint {
  color: #e85600
}

.form-input:not(:placeholder-shown):invalid+.form-input-hint {
  color: #e85600
}

.form-input:disabled,
.form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: .5
}

.form-input[readonly] {
  background-color: #f7f8f9
}

input:disabled+.form-icon,
input.disabled+.form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: .5
}

.form-switch input:disabled+.form-icon::before,
.form-switch input.disabled+.form-icon::before {
  background: #fff
}

.form-horizontal {
  padding: .4rem 0
}

.form-horizontal .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.form-inline {
  display: inline-block
}

.label {
  background: #eef0f3;
  border-radius: .1rem;
  color: #455060;
  display: inline-block;
  line-height: 1.25;
  padding: .1rem .2rem
}

.label.label-rounded {
  border-radius: 5rem;
  padding-left: .4rem;
  padding-right: .4rem
}

.label.label-primary {
  background: #5271ff;
  color: #fff
}

.label.label-secondary {
  background: #f1f1fc;
  color: #5271ff
}

.label.label-success {
  background: #32b643;
  color: #fff
}

.label.label-warning {
  background: #ffb700;
  color: #fff
}

.label.label-error {
  background: #e85600;
  color: #fff
}

code {
  background: #fcf2f2;
  border-radius: .1rem;
  color: #d73e48;
  font-size: 85%;
  line-height: 1.25;
  padding: .1rem .2rem
}

.code {
  border-radius: .1rem;
  color: #3b4351;
  position: relative
}

.code::before {
  color: #bcc3ce;
  content: attr(data-lang);
  font-size: .7rem;
  position: absolute;
  right: .4rem;
  top: .1rem
}

.code code {
  background: #f7f8f9;
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.img-fit-cover {
  object-fit: cover
}

.img-fit-contain {
  object-fit: contain
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%
}

.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

video.video-responsive {
  height: auto;
  max-width: 100%
}

video.video-responsive::before {
  content: none
}

.video-responsive-4-3::before {
  padding-bottom: 75%
}

.video-responsive-1-1::before {
  padding-bottom: 100%
}

.figure {
  margin: 0 0 .4rem 0
}

.figure .figure-caption {
  color: #66758c;
  margin-top: .4rem
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: .4rem;
  padding-right: .4rem;
  width: 100%
}

.container.grid-xl {
  max-width: 1296px
}

.container.grid-lg {
  max-width: 976px
}

.container.grid-md {
  max-width: 856px
}

.container.grid-sm {
  max-width: 616px
}

.container.grid-xs {
  max-width: 496px
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important
}

.cols,
.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.4rem;
  margin-right: -.4rem
}

.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0
}

.cols.col-gapless>.column,
.columns.col-gapless>.column {
  padding-left: 0;
  padding-right: 0
}

.cols.col-oneline,
.columns.col-oneline {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto
}

[class~="col-"],
.column {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem
}

[class~="col-"].col-12,
[class~="col-"].col-11,
[class~="col-"].col-10,
[class~="col-"].col-9,
[class~="col-"].col-8,
[class~="col-"].col-7,
[class~="col-"].col-6,
[class~="col-"].col-5,
[class~="col-"].col-4,
[class~="col-"].col-3,
[class~="col-"].col-2,
[class~="col-"].col-1,
[class~="col-"].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
  -ms-flex: none;
  flex: none
}

.col-12 {
  width: 100%
}

.col-11 {
  width: 91.66666667%
}

.col-10 {
  width: 83.33333333%
}

.col-9 {
  width: 75%
}

.col-8 {
  width: 66.66666667%
}

.col-7 {
  width: 58.33333333%
}

.col-6 {
  width: 50%
}

.col-5 {
  width: 41.66666667%
}

.col-4 {
  width: 33.33333333%
}

.col-3 {
  width: 25%
}

.col-2 {
  width: 16.66666667%
}

.col-1 {
  width: 8.33333333%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto
}

.col-ml-auto {
  margin-left: auto
}

.col-mr-auto {
  margin-right: auto
}

@media (max-width: 1399px) {

  .col-xxl-12,
  .col-xxl-11,
  .col-xxl-10,
  .col-xxl-9,
  .col-xxl-8,
  .col-xxl-7,
  .col-xxl-6,
  .col-xxl-5,
  .col-xxl-4,
  .col-xxl-3,
  .col-xxl-2,
  .col-xxl-1,
  .col-xxl-auto {
    -ms-flex: none;
    flex: none
  }

  .col-xxl-12 {
    width: 100%
  }

  .col-xxl-11 {
    width: 91.66666667%
  }

  .col-xxl-10 {
    width: 83.33333333%
  }

  .col-xxl-9 {
    width: 75%
  }

  .col-xxl-8 {
    width: 66.66666667%
  }

  .col-xxl-7 {
    width: 58.33333333%
  }

  .col-xxl-6 {
    width: 50%
  }

  .col-xxl-5 {
    width: 41.66666667%
  }

  .col-xxl-4 {
    width: 33.33333333%
  }

  .col-xxl-3 {
    width: 25%
  }

  .col-xxl-2 {
    width: 16.66666667%
  }

  .col-xxl-1 {
    width: 8.33333333%
  }

  .col-xxl-auto {
    width: auto
  }

  .hide-xxl {
    display: none !important
  }

  .show-xxl {
    display: block !important
  }
}

@media (max-width: 1199px) {

  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    -ms-flex: none;
    flex: none
  }

  .col-xl-12 {
    width: 100%
  }

  .col-xl-11 {
    width: 91.66666667%
  }

  .col-xl-10 {
    width: 83.33333333%
  }

  .col-xl-9 {
    width: 75%
  }

  .col-xl-8 {
    width: 66.66666667%
  }

  .col-xl-7 {
    width: 58.33333333%
  }

  .col-xl-6 {
    width: 50%
  }

  .col-xl-5 {
    width: 41.66666667%
  }

  .col-xl-4 {
    width: 33.33333333%
  }

  .col-xl-3 {
    width: 25%
  }

  .col-xl-2 {
    width: 16.66666667%
  }

  .col-xl-1 {
    width: 8.33333333%
  }

  .col-xl-auto {
    width: auto
  }

  .hide-xl {
    display: none !important
  }

  .show-xl {
    display: block !important
  }
}

@media (max-width: 991px) {

  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    -ms-flex: none;
    flex: none
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-auto {
    width: auto
  }

  .hide-lg {
    display: none !important
  }

  .show-lg {
    display: block !important
  }
}

@media (max-width: 767px) {

  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    -ms-flex: none;
    flex: none
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-auto {
    width: auto
  }

  .hide-md {
    display: none !important
  }

  .show-md {
    display: block !important
  }
}

@media (max-width: 575px) {

  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    -ms-flex: none;
    flex: none
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-auto {
    width: auto
  }

  .hide-sm {
    display: none !important
  }

  .show-sm {
    display: block !important
  }
}

@media (max-width: 480px) {

  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    -ms-flex: none;
    flex: none
  }

  .col-xs-12 {
    width: 100%
  }

  .col-xs-11 {
    width: 91.66666667%
  }

  .col-xs-10 {
    width: 83.33333333%
  }

  .col-xs-9 {
    width: 75%
  }

  .col-xs-8 {
    width: 66.66666667%
  }

  .col-xs-7 {
    width: 58.33333333%
  }

  .col-xs-6 {
    width: 50%
  }

  .col-xs-5 {
    width: 41.66666667%
  }

  .col-xs-4 {
    width: 33.33333333%
  }

  .col-xs-3 {
    width: 25%
  }

  .col-xs-2 {
    width: 16.66666667%
  }

  .col-xs-1 {
    width: 8.33333333%
  }

  .col-xs-auto {
    width: auto
  }

  .hide-xs {
    display: none !important
  }

  .show-xs {
    display: block !important
  }
}

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem
}

.hero.hero-sm {
  padding-bottom: 2rem;
  padding-top: 2rem
}

.hero.hero-lg {
  padding-bottom: 8rem;
  padding-top: 8rem
}

.hero .hero-body {
  padding: .4rem
}

.navbar {
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between
}

.navbar .navbar-section {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -ms-flex-align: center
}

.navbar .navbar-section:not(:first-child):last-child {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.navbar .navbar-center {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center
}

.navbar .navbar-brand {
  font-size: .9rem;
  text-decoration: none
}

.accordion input:checked~.accordion-header>.icon:first-child,
.accordion[open] .accordion-header>.icon:first-child {
  transform: rotate(90deg)
}

.accordion input:checked~.accordion-body,
.accordion[open] .accordion-body {
  max-height: 50rem
}

.accordion .accordion-header {
  display: block;
  padding: .2rem .4rem
}

.accordion .accordion-header .icon {
  transition: transform .25s
}

.accordion .accordion-body {
  margin-bottom: .4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s
}

summary.accordion-header::-webkit-details-marker {
  display: none
}

.avatar {
  background: #5271ff;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: .8rem;
  font-weight: 300;
  height: 1.6rem;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.6rem
}

.avatar.avatar-xs {
  font-size: .4rem;
  height: .8rem;
  width: .8rem
}

.avatar.avatar-sm {
  font-size: .6rem;
  height: 1.2rem;
  width: 1.2rem
}

.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem
}

.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem
}

.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1
}

.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: .1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2
}

.avatar .avatar-presence {
  background: #bcc3ce;
  border-radius: 50%;
  box-shadow: 0 0 0 .1rem #fff;
  height: .5em;
  width: .5em
}

.avatar .avatar-presence.online {
  background: #32b643
}

.avatar .avatar-presence.busy {
  background: #e85600
}

.avatar .avatar-presence.away {
  background: #ffb700
}

.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.badge {
  position: relative;
  white-space: nowrap
}

.badge[data-badge]::after,
.badge:not([data-badge])::after {
  background: #5271ff;
  background-clip: padding-box;
  border-radius: .5rem;
  box-shadow: 0 0 0 .1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem)
}

.badge[data-badge]::after {
  font-size: .7rem;
  height: .9rem;
  line-height: 1;
  min-width: .9rem;
  padding: .1rem .2rem;
  text-align: center;
  white-space: nowrap
}

.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
  height: 6px;
  min-width: 6px;
  padding: 0;
  width: 6px
}

.badge.btn::after {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%)
}

.badge.avatar::after {
  position: absolute;
  right: 14.64%;
  top: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100
}

.breadcrumb {
  list-style: none;
  margin: .2rem 0;
  padding: .2rem 0
}

.breadcrumb .breadcrumb-item {
  color: #66758c;
  display: inline-block;
  margin: 0;
  padding: .2rem 0
}

.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: .2rem
}

.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #66758c
}

.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #66758c;
  content: "/";
  padding-right: .4rem
}

.bar {
  background: #eef0f3;
  border-radius: .1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: .8rem;
  width: 100%
}

.bar.bar-sm {
  height: .2rem
}

.bar .bar-item {
  background: #5271ff;
  color: #fff;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: .7rem;
  height: 100%;
  line-height: .8rem;
  position: relative;
  text-align: center;
  width: 0
}

.bar .bar-item:first-child {
  border-bottom-left-radius: .1rem;
  border-top-left-radius: .1rem
}

.bar .bar-item:last-child {
  border-bottom-right-radius: .1rem;
  border-top-right-radius: .1rem;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.bar-slider {
  height: .1rem;
  margin: .4rem 0;
  position: relative
}

.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute
}

.bar-slider .bar-item:not(:last-child):first-child {
  background: #eef0f3;
  z-index: 1
}

.bar-slider .bar-slider-btn {
  background: #5271ff;
  border: 0;
  border-radius: 50%;
  height: .6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: .6rem
}

.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #5271ff
}

.card {
  background: #fff;
  border: .05rem solid #dadee4;
  border-radius: .1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card .card-header,
.card .card-body,
.card .card-footer {
  padding: .8rem;
  padding-bottom: 0
}

.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: .8rem
}

.card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.card .card-image {
  padding-top: .8rem
}

.card .card-image:first-child {
  padding-top: 0
}

.card .card-image:first-child img {
  border-top-left-radius: .1rem;
  border-top-right-radius: .1rem
}

.card .card-image:last-child img {
  border-bottom-left-radius: .1rem;
  border-bottom-right-radius: .1rem
}

.chip {
  align-items: center;
  background: #eef0f3;
  border-radius: 5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  font-size: 90%;
  height: 1.2rem;
  line-height: .8rem;
  margin: .1rem;
  max-width: 320px;
  overflow: hidden;
  padding: .2rem .4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap
}

.chip.active {
  background: #5271ff;
  color: #fff
}

.chip .avatar {
  margin-left: -.4rem;
  margin-right: .2rem
}

.chip .btn-clear {
  border-radius: 50%;
  transform: scale(0.75)
}

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

.dropdown .menu {
  animation: slide-down .15s ease 1;
  display: none;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%
}

.dropdown.dropdown-right .menu {
  left: auto;
  right: 0
}

.dropdown.active .menu,
.dropdown .dropdown-toggle:focus+.menu,
.dropdown .menu:hover {
  display: block
}

.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: .1rem;
  border-top-right-radius: .1rem
}

.empty {
  background: #f7f8f9;
  border-radius: .1rem;
  color: #66758c;
  padding: 3.2rem 1.6rem;
  text-align: center
}

.empty .empty-icon {
  margin-bottom: .8rem
}

.empty .empty-title,
.empty .empty-subtitle {
  margin: .4rem auto
}

.empty .empty-action {
  margin-top: .8rem
}

.menu {
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 0.05rem 0.2rem rgba(48, 55, 66, 0.3);
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: .4rem;
  transform: translateY(0.2rem);
  z-index: 300
}

.menu.menu-nav {
  background: transparent;
  box-shadow: none
}

.menu .menu-item {
  margin-top: 0;
  padding: 0 .4rem;
  position: relative;
  text-decoration: none
}

.menu .menu-item>a {
  border-radius: .1rem;
  color: inherit;
  display: block;
  margin: 0 -.4rem;
  padding: .2rem .4rem;
  text-decoration: none
}

.menu .menu-item>a:focus,
.menu .menu-item>a:hover {
  background: #f1f1fc;
  color: #5271ff
}

.menu .menu-item>a:active,
.menu .menu-item>a.active {
  background: #f1f1fc;
  color: #5271ff
}

.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: .1rem 0
}

.menu .menu-item+.menu-item {
  margin-top: .2rem
}

.menu .menu-badge {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0
}

.menu .menu-badge .label {
  margin-right: .4rem
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: .4rem;
  position: fixed;
  right: 0;
  top: 0
}

.modal:target,
.modal.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 400
}

.modal:target .modal-overlay,
.modal.active .modal-overlay {
  background: rgba(247, 248, 249, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.modal:target .modal-container,
.modal.active .modal-container {
  animation: slide-down .2s ease 1;
  z-index: 1
}

.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 .4rem
}

.modal.modal-lg .modal-overlay {
  background: #fff
}

.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px
}

.modal-container {
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 .8rem;
  width: 100%
}

.modal-container.modal-fullheight {
  max-height: 100vh
}

.modal-container .modal-header {
  color: #303742;
  padding: .8rem
}

.modal-container .modal-body {
  overflow-y: auto;
  padding: .8rem;
  position: relative
}

.modal-container .modal-footer {
  padding: .8rem;
  text-align: right
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: .2rem 0
}

.nav .nav-item a {
  color: #66758c;
  padding: .2rem .4rem;
  text-decoration: none
}

.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #5271ff
}

.nav .nav-item.active>a {
  color: #505c6e;
  font-weight: bold
}

.nav .nav-item.active>a:focus,
.nav .nav-item.active>a:hover {
  color: #5271ff
}

.nav .nav {
  margin-bottom: .4rem;
  margin-left: .8rem
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: .2rem 0;
  padding: .2rem 0
}

.pagination .page-item {
  margin: .2rem .05rem
}

.pagination .page-item span {
  display: inline-block;
  padding: .2rem .2rem
}

.pagination .page-item a {
  border-radius: .1rem;
  display: inline-block;
  padding: .2rem .4rem;
  text-decoration: none
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #5271ff
}

.pagination .page-item.disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none
}

.pagination .page-item.active a {
  background: #5271ff;
  color: #fff
}

.pagination .page-item.page-prev,
.pagination .page-item.page-next {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}

.pagination .page-item.page-next {
  text-align: right
}

.pagination .page-item .page-item-title {
  margin: 0
}

.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: .5
}

.panel {
  border: .05rem solid #dadee4;
  border-radius: .1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.panel .panel-header,
.panel .panel-footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: .8rem
}

.panel .panel-nav {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.panel .panel-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 .8rem
}

.popover {
  display: inline-block;
  position: relative
}

.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: .4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s;
  width: 320px;
  z-index: 300
}

.popover *:focus+.popover-container,
.popover:hover .popover-container {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1)
}

.popover.popover-right .popover-container {
  left: 100%;
  top: 50%
}

.popover.popover-right *:focus+.popover-container,
.popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1)
}

.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%
}

.popover.popover-bottom *:focus+.popover-container,
.popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1)
}

.popover.popover-left .popover-container {
  left: 0;
  top: 50%
}

.popover.popover-left *:focus+.popover-container,
.popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1)
}

.popover .card {
  border: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3)
}

.step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: .2rem 0;
  width: 100%
}

.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative;
  text-align: center
}

.step .step-item:not(:first-child)::before {
  background: #5271ff;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%
}

.step .step-item a {
  color: #5271ff;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none
}

.step .step-item a::before {
  background: #5271ff;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .6rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: .6rem;
  z-index: 1
}

.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #5271ff
}

.step .step-item.active~.step-item::before {
  background: #dadee4
}

.step .step-item.active~.step-item a {
  color: #bcc3ce
}

.step .step-item.active~.step-item a::before {
  background: #dadee4
}

.tab {
  align-items: center;
  border-bottom: .05rem solid #dadee4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: .2rem 0 .15rem 0
}

.tab .tab-item {
  margin-top: 0
}

.tab .tab-item a {
  border-bottom: .1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 .4rem 0 0;
  padding: .4rem .2rem .3rem .2rem;
  text-decoration: none
}

.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #5271ff
}

.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #5271ff;
  color: #5271ff
}

.tab .tab-item.tab-action {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right
}

.tab .tab-item .btn-clear {
  margin-top: -.2rem
}

.tab.tab-block .tab-item {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  text-align: center
}

.tab.tab-block .tab-item a {
  margin: 0
}

.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: .1rem;
  top: .1rem;
  transform: translate(0, 0)
}

.tab:not(.tab-block) .badge {
  padding-right: 0
}

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-line-pack: justify
}

.tile .tile-icon,
.tile .tile-action {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.tile .tile-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.tile .tile-content:not(:first-child) {
  padding-left: .4rem
}

.tile .tile-content:not(:last-child) {
  padding-right: .4rem
}

.tile .tile-title,
.tile .tile-subtitle {
  line-height: 1.2rem
}

.tile.tile-centered {
  align-items: center;
  -ms-flex-align: center
}

.tile.tile-centered .tile-content {
  overflow: hidden
}

.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.toast {
  background: rgba(48, 55, 66, 0.95);
  border: .05rem solid #303742;
  border-color: #303742;
  border-radius: .1rem;
  color: #fff;
  display: block;
  padding: .4rem;
  width: 100%
}

.toast.toast-primary {
  background: rgba(87, 85, 217, 0.95);
  border-color: #5271ff
}

.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643
}

.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700
}

.toast.toast-error {
  background: rgba(232, 86, 0, 0.95);
  border-color: #e85600
}

.toast a {
  color: #fff;
  text-decoration: underline
}

.toast a:focus,
.toast a:hover,
.toast a:active,
.toast a.active {
  opacity: .75
}

.toast .btn-clear {
  margin: .1rem
}

.toast p:last-child {
  margin-bottom: 0
}

.tooltip {
  position: relative
}

.tooltip::after {
  background: rgba(48, 55, 66, 0.95);
  border-radius: .1rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: .7rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: .2rem .4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: opacity .2s, transform .2s;
  white-space: pre;
  z-index: 300
}

.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem)
}

.tooltip[disabled],
.tooltip.disabled {
  pointer-events: auto
}

.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%)
}

.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%)
}

.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem)
}

.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem)
}

.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%)
}

.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%)
}

@keyframes loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.text-primary {
  color: #5271ff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #4240d4
}

a.text-primary:visited {
  color: #6c6ade
}

.text-secondary {
  color: #e5e5f9 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #d1d0f4
}

a.text-secondary:visited {
  color: #fafafe
}

.text-gray {
  color: #bcc3ce !important
}

a.text-gray:focus,
a.text-gray:hover {
  color: #adb6c4
}

a.text-gray:visited {
  color: #cbd0d9
}

.text-light {
  color: #fff !important
}

a.text-light:focus,
a.text-light:hover {
  color: #f2f2f2
}

a.text-light:visited {
  color: white
}

.text-dark {
  color: #3b4351 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #303742
}

a.text-dark:visited {
  color: #455060
}

.text-success {
  color: #32b643 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #2da23c
}

a.text-success:visited {
  color: #39c94b
}

.text-warning {
  color: #ffb700 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #e6a500
}

a.text-warning:visited {
  color: #ffbe1a
}

.text-error {
  color: #e85600 !important
}

a.text-error:focus,
a.text-error:hover {
  color: #cf4d00
}

a.text-error:visited {
  color: #ff6003
}

.bg-primary {
  background: #5271ff !important;
  color: #fff
}

.bg-secondary {
  background: #f1f1fc !important
}

.bg-dark {
  background: #303742 !important;
  color: #fff
}

.bg-gray {
  background: #f7f8f9 !important
}

.bg-success {
  background: #32b643 !important;
  color: #fff
}

.bg-warning {
  background: #ffb700 !important;
  color: #fff
}

.bg-error {
  background: #e85600 !important;
  color: #fff
}

.c-hand {
  cursor: pointer
}

.c-move {
  cursor: move
}

.c-zoom-in {
  cursor: zoom-in
}

.c-zoom-out {
  cursor: zoom-out
}

.c-not-allowed {
  cursor: not-allowed
}

.c-auto {
  cursor: auto
}

.d-block {
  display: block
}

.d-inline {
  display: inline
}

.d-inline-block {
  display: inline-block
}

.d-flex {
  display: -ms-flexbox;
  display: flex
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.d-none,
.d-hide {
  display: none !important
}

.d-visible {
  visibility: visible
}

.d-invisible {
  visibility: hidden
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.divider,
.divider-vert {
  display: block;
  position: relative
}

.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fff;
  color: #bcc3ce;
  content: attr(data-content);
  display: inline-block;
  font-size: .7rem;
  padding: 0 .4rem;
  transform: translateY(-0.65rem)
}

.divider {
  border-top: .05rem solid #f1f3f5;
  height: .05rem;
  margin: .4rem 0
}

.divider[data-content] {
  margin: .8rem 0
}

.divider-vert {
  display: block;
  padding: .8rem
}

.divider-vert::before {
  border-left: .05rem solid #dadee4;
  bottom: .4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: .4rem;
  transform: translateX(-50%)
}

.divider-vert[data-content]::after {
  left: 50%;
  padding: .2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.loading {
  color: transparent !important;
  min-height: .8rem;
  pointer-events: none;
  position: relative
}

.loading::after {
  animation: loading 500ms infinite linear;
  background: transparent;
  border: 0.1rem solid #5271ff;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: .8rem;
  left: 50%;
  margin-left: -.4rem;
  margin-top: -.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: .8rem;
  z-index: 1
}

.loading.loading-lg {
  min-height: 2rem
}

.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -.8rem;
  margin-top: -.8rem;
  width: 1.6rem
}

.clearfix::after {
  clear: both;
  content: "";
  display: table
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.p-relative {
  position: relative !important
}

.p-absolute {
  position: absolute !important
}

.p-fixed {
  position: fixed !important
}

.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto
}

.flex-centered {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center
}

.m-0 {
  margin: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mt-0 {
  margin-top: 0 !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

.m-1 {
  margin: .2rem !important
}

.mb-1 {
  margin-bottom: .2rem !important
}

.ml-1 {
  margin-left: .2rem !important
}

.mr-1 {
  margin-right: .2rem !important
}

.mt-1 {
  margin-top: .2rem !important
}

.mx-1 {
  margin-left: .2rem !important;
  margin-right: .2rem !important
}

.my-1 {
  margin-bottom: .2rem !important;
  margin-top: .2rem !important
}

.m-2 {
  margin: .4rem !important
}

.mb-2 {
  margin-bottom: .4rem !important
}

.ml-2 {
  margin-left: .4rem !important
}

.mr-2 {
  margin-right: .4rem !important
}

.mt-2 {
  margin-top: .4rem !important
}

.mx-2 {
  margin-left: .4rem !important;
  margin-right: .4rem !important
}

.my-2 {
  margin-bottom: .4rem !important;
  margin-top: .4rem !important
}

.p-0 {
  padding: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pt-0 {
  padding-top: 0 !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.p-1 {
  padding: .2rem !important
}

.pb-1 {
  padding-bottom: .2rem !important
}

.pl-1 {
  padding-left: .2rem !important
}

.pr-1 {
  padding-right: .2rem !important
}

.pt-1 {
  padding-top: .2rem !important
}

.px-1 {
  padding-left: .2rem !important;
  padding-right: .2rem !important
}

.py-1 {
  padding-bottom: .2rem !important;
  padding-top: .2rem !important
}

.p-2 {
  padding: .4rem !important
}

.pb-2 {
  padding-bottom: .4rem !important
}

.pl-2 {
  padding-left: .4rem !important
}

.pr-2 {
  padding-right: .4rem !important
}

.pt-2 {
  padding-top: .4rem !important
}

.px-2 {
  padding-left: .4rem !important;
  padding-right: .4rem !important
}

.py-2 {
  padding-bottom: .4rem !important;
  padding-top: .4rem !important
}

.s-rounded {
  border-radius: .1rem
}

.s-circle {
  border-radius: 50%
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-normal {
  font-weight: normal
}

.text-bold {
  font-weight: bold
}

.text-italic {
  font-style: italic
}

.text-large {
  font-size: 1.2em
}

.text-small {
  font-size: .9em
}

.text-tiny {
  font-size: .8em
}

.text-muted {
  opacity: .8
}

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

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap
}

.text-break {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px
  }
}

.timeline .timeline-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
  position: relative
}

.timeline .timeline-item::before {
  background: #dadee4;
  content: "";
  height: 100%;
  left: 11px;
  position: absolute;
  top: 1.2rem;
  width: 2px
}

.timeline .timeline-item .timeline-left {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.timeline .timeline-item .timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2px 0 2px .8rem
}

.timeline .timeline-item .timeline-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 1.2rem;
  justify-content: center;
  text-align: center;
  width: 1.2rem
}

.timeline .timeline-item .timeline-icon::before {
  border: 0.1rem solid #5271ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .4rem;
  left: .4rem;
  position: absolute;
  top: .4rem;
  width: .4rem
}

.timeline .timeline-item .timeline-icon.icon-lg {
  background: #5271ff;
  line-height: 1.2rem
}

.timeline .timeline-item .timeline-icon.icon-lg::before {
  content: none
}

.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em
}

.icon::before,
.icon::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.icon.icon-2x {
  font-size: 1.6rem
}

.icon.icon-3x {
  font-size: 2.4rem
}

.icon.icon-4x {
  font-size: 3.2rem
}

.accordion .icon,
.btn .icon,
.toast .icon,
.menu .icon {
  vertical-align: -10%
}

.btn-lg .icon {
  vertical-align: -15%
}

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: .65em;
  width: .65em
}

.icon-arrow-down::before {
  transform: translate(-50%, -75%) rotate(225deg)
}

.icon-arrow-left::before {
  transform: translate(-25%, -50%) rotate(-45deg)
}

.icon-arrow-right::before {
  transform: translate(-75%, -50%) rotate(135deg)
}

.icon-arrow-up::before {
  transform: translate(-50%, -25%) rotate(45deg)
}

.icon-back::after,
.icon-forward::after {
  background: currentColor;
  height: .1rem;
  width: .8em
}

.icon-downward::after,
.icon-upward::after {
  background: currentColor;
  height: .8em;
  width: .1rem
}

.icon-back::after {
  left: 55%
}

.icon-back::before {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-downward::after {
  top: 45%
}

.icon-downward::before {
  transform: translate(-50%, -50%) rotate(-135deg)
}

.icon-forward::after {
  left: 45%
}

.icon-forward::before {
  transform: translate(-50%, -50%) rotate(135deg)
}

.icon-upward::after {
  top: 55%
}

.icon-upward::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.icon-caret::before {
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid currentColor;
  height: 0;
  transform: translate(-50%, -25%);
  width: 0
}

.icon-menu::before {
  background: currentColor;
  box-shadow: 0 -.35em, 0 .35em;
  height: .1rem;
  width: 100%
}

.icon-apps::before {
  background: currentColor;
  box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
  height: 3px;
  width: 3px
}

.icon-resize-horiz::before,
.icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: .45em;
  width: .45em
}

.icon-resize-horiz::before,
.icon-resize-vert::before {
  transform: translate(-50%, -90%) rotate(45deg)
}

.icon-resize-horiz::after,
.icon-resize-vert::after {
  transform: translate(-50%, -10%) rotate(225deg)
}

.icon-resize-horiz::before {
  transform: translate(-90%, -50%) rotate(-45deg)
}

.icon-resize-horiz::after {
  transform: translate(-10%, -50%) rotate(135deg)
}

.icon-more-horiz::before,
.icon-more-vert::before {
  background: currentColor;
  border-radius: 50%;
  box-shadow: -.4em 0, .4em 0;
  height: 3px;
  width: 3px
}

.icon-more-vert::before {
  box-shadow: 0 -.4em, 0 .4em
}

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
  background: currentColor;
  height: .1rem;
  width: 100%
}

.icon-plus::after,
.icon-cross::after {
  background: currentColor;
  height: 100%;
  width: .1rem
}

.icon-cross::before {
  width: 100%
}

.icon-cross::after {
  height: 100%
}

.icon-cross::before,
.icon-cross::after {
  transform: translate(-50%, -50%) rotate(45deg)
}

.icon-check::before {
  border: .1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: .5em;
  transform: translate(-50%, -75%) rotate(-45deg);
  width: .9em
}

.icon-stop {
  border: .1rem solid currentColor;
  border-radius: 50%
}

.icon-stop::before {
  background: currentColor;
  height: .1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1em
}

.icon-shutdown {
  border: .1rem solid currentColor;
  border-radius: 50%;
  border-top-color: transparent
}

.icon-shutdown::before {
  background: currentColor;
  content: "";
  height: .5em;
  top: .1em;
  width: .1rem
}

.icon-refresh::before {
  border: .1rem solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  height: 1em;
  width: 1em
}

.icon-refresh::after {
  border: .2em solid currentColor;
  border-left-color: transparent;
  border-top-color: transparent;
  height: 0;
  left: 80%;
  top: 20%;
  width: 0
}

.icon-search::before {
  border: .1rem solid currentColor;
  border-radius: 50%;
  height: .75em;
  left: 5%;
  top: 5%;
  transform: translate(0, 0) rotate(45deg);
  width: .75em
}

.icon-search::after {
  background: currentColor;
  height: .1rem;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .4em
}

.icon-edit::before {
  border: .1rem solid currentColor;
  height: .4em;
  transform: translate(-40%, -60%) rotate(-45deg);
  width: .85em
}

.icon-edit::after {
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0
}

.icon-delete::before {
  border: .1rem solid currentColor;
  border-bottom-left-radius: .1rem;
  border-bottom-right-radius: .1rem;
  border-top: 0;
  height: .75em;
  top: 60%;
  width: .75em
}

.icon-delete::after {
  background: currentColor;
  box-shadow: -.25em .2em, .25em .2em;
  height: .1rem;
  top: .05rem;
  width: .5em
}

.icon-share {
  border: .1rem solid currentColor;
  border-radius: .1rem;
  border-right: 0;
  border-top: 0
}

.icon-share::before {
  border: .1rem solid currentColor;
  border-left: 0;
  border-top: 0;
  height: .4em;
  left: 100%;
  top: .25em;
  transform: translate(-125%, -50%) rotate(-45deg);
  width: .4em
}

.icon-share::after {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-radius: 75% 0;
  border-right: 0;
  height: .5em;
  width: .6em
}

.icon-flag::before {
  background: currentColor;
  height: 1em;
  left: 15%;
  width: .1rem
}

.icon-flag::after {
  border: .1rem solid currentColor;
  border-bottom-right-radius: .1rem;
  border-left: 0;
  border-top-right-radius: .1rem;
  height: .65em;
  left: 60%;
  top: 35%;
  width: .8em
}

.icon-bookmark::before {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-top-left-radius: .1rem;
  border-top-right-radius: .1rem;
  height: .9em;
  width: .8em
}

.icon-bookmark::after {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  border-radius: .1rem;
  height: .5em;
  transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
  width: .5em
}

.icon-download,
.icon-upload {
  border-bottom: .1rem solid currentColor
}

.icon-download::before,
.icon-upload::before {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: .5em;
  transform: translate(-50%, -60%) rotate(-135deg);
  width: .5em
}

.icon-download::after,
.icon-upload::after {
  background: currentColor;
  height: .6em;
  top: 40%;
  width: .1rem
}

.icon-upload::before {
  transform: translate(-50%, -60%) rotate(45deg)
}

.icon-upload::after {
  top: 50%
}

.icon-copy::before {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-radius: .1rem;
  border-right: 0;
  height: .8em;
  left: 40%;
  top: 35%;
  width: .8em
}

.icon-copy::after {
  border: .1rem solid currentColor;
  border-radius: .1rem;
  height: .8em;
  left: 60%;
  top: 60%;
  width: .8em
}

.icon-time {
  border: .1rem solid currentColor;
  border-radius: 50%
}

.icon-time::before {
  background: currentColor;
  height: .4em;
  transform: translate(-50%, -75%);
  width: .1rem
}

.icon-time::after {
  background: currentColor;
  height: .3em;
  transform: translate(-50%, -75%) rotate(90deg);
  transform-origin: 50% 90%;
  width: .1rem
}

.icon-mail::before {
  border: .1rem solid currentColor;
  border-radius: .1rem;
  height: .8em;
  width: 1em
}

.icon-mail::after {
  border: .1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: .5em;
  transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
  width: .5em
}

.icon-people::before {
  border: .1rem solid currentColor;
  border-radius: 50%;
  height: .45em;
  top: 25%;
  width: .45em
}

.icon-people::after {
  border: .1rem solid currentColor;
  border-radius: 50% 50% 0 0;
  height: .4em;
  top: 75%;
  width: .9em
}

.icon-message {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-radius: .1rem;
  border-right: 0
}

.icon-message::before {
  border: .1rem solid currentColor;
  border-bottom-right-radius: .1rem;
  border-left: 0;
  border-top: 0;
  height: .8em;
  left: 65%;
  top: 40%;
  width: .7em
}

.icon-message::after {
  background: currentColor;
  border-radius: .1rem;
  height: .3em;
  left: 10%;
  top: 100%;
  transform: translate(0, -90%) rotate(45deg);
  width: .1rem
}

.icon-photo {
  border: .1rem solid currentColor;
  border-radius: .1rem
}

.icon-photo::before {
  border: .1rem solid currentColor;
  border-radius: 50%;
  height: .25em;
  left: 35%;
  top: 35%;
  width: .25em
}

.icon-photo::after {
  border: .1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  height: .5em;
  left: 60%;
  transform: translate(-50%, 25%) rotate(-45deg);
  width: .5em
}

.icon-link::before,
.icon-link::after {
  border: .1rem solid currentColor;
  border-radius: 5em 0 0 5em;
  border-right: 0;
  height: .5em;
  width: .75em
}

.icon-link::before {
  transform: translate(-70%, -45%) rotate(-45deg)
}

.icon-link::after {
  transform: translate(-30%, -55%) rotate(135deg)
}

.icon-location::before {
  border: .1rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  height: .8em;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: .8em
}

.icon-location::after {
  border: .1rem solid currentColor;
  border-radius: 50%;
  height: .2em;
  transform: translate(-50%, -80%);
  width: .2em
}

.icon-emoji {
  border: .1rem solid currentColor;
  border-radius: 50%
}

.icon-emoji::before {
  border-radius: 50%;
  box-shadow: -.17em -.1em, .17em -.1em;
  height: .15em;
  width: .15em
}

.icon-emoji::after {
  border: .1rem solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  border-right-color: transparent;
  height: .5em;
  transform: translate(-50%, -40%) rotate(-135deg);
  width: .5em
}

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}

.metismenu .arrow {
  float: right;
  line-height: 1.42857
}

*[dir="rtl"] .metismenu .arrow {
  float: left
}

.metismenu .glyphicon.arrow:before {
  content: "\e079"
}

.metismenu .mm-active>a>.glyphicon.arrow:before {
  content: "\e114"
}

.metismenu .fa.arrow:before {
  content: "\f104"
}

.metismenu .mm-active>a>.fa.arrow:before {
  content: "\f107"
}

.metismenu .ion.arrow:before {
  content: "\f3d2"
}

.metismenu .mm-active>a>.ion.arrow:before {
  content: "\f3d0"
}

.metismenu .plus-times {
  float: right
}

*[dir="rtl"] .metismenu .plus-times {
  float: left
}

.metismenu .fa.plus-times:before {
  content: "\f067"
}

.metismenu .mm-active>a>.fa.plus-times {
  transform: rotate(45deg)
}

.metismenu .plus-minus {
  float: right
}

*[dir="rtl"] .metismenu .plus-minus {
  float: left
}

.metismenu .fa.plus-minus:before {
  content: "\f067"
}

.metismenu .mm-active>a>.fa.plus-minus:before {
  content: "\f068"
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility
}

.metismenu .has-arrow {
  position: relative
}

.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%)
}

.metismenu .mm-active>.has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%)
}

*[dir="rtl"] .metismenu .mm-active>.has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%)
}

@-webkit-keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(25%)
  }
}

@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(25%)
  }
}

@-webkit-keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(25%)
  }
}

@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(25%)
  }
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%)
  }

  to {
    transform: scale(1) translateY(-45%) translateX(13%)
  }
}

@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%)
  }

  to {
    transform: scale(1) translateY(-45%) translateX(13%)
  }
}

.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px
}

.notyf__icon--error,
.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative
}

.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px
}

.notyf__icon--error:after {
  transform: rotate(-45deg)
}

.notyf__icon--error:before {
  transform: rotate(45deg)
}

.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px
}

.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px
}

.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px
}

.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup .3s ease-in forwards;
  animation: notyf-fadeinup .3s ease-in forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0
}

.notyf__toast--disappear {
  transform: translateY(0);
  -webkit-animation: notyf-fadeoutdown .3s forwards;
  animation: notyf-fadeoutdown .3s forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  -webkit-animation: notyf-fadeoutdown .3s forwards;
  animation: notyf-fadeoutdown .3s forwards;
  opacity: 1;
  transform: translateY(0)
}

.notyf__toast--disappear .notyf__dismiss {
  -webkit-animation: notyf-fadeoutright .3s forwards;
  animation: notyf-fadeoutright .3s forwards;
  opacity: 1;
  transform: translateX(0)
}

.notyf__toast--disappear .notyf__message {
  -webkit-animation-delay: .05s;
  animation-delay: .05s
}

.notyf__toast--upper {
  margin-bottom: 20px
}

.notyf__toast--lower {
  margin-top: 20px
}

.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px
}

.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  -webkit-animation: ripple .4s ease-out forwards;
  animation: ripple .4s ease-out forwards
}

.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10
}

.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: notyf-fadeinup .3s forwards;
  animation: notyf-fadeinup .3s forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  margin-right: 13px
}

.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  -webkit-animation: notyf-fadeinleft .3s forwards;
  animation: notyf-fadeinleft .3s forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
  opacity: 0
}

.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity .2s ease, background-color .2s ease;
  outline: none;
  opacity: .35;
  height: 100%;
  width: 100%
}

.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background: #fff;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px)
}

.notyf__dismiss-btn:after {
  transform: rotate(-45deg)
}

.notyf__dismiss-btn:before {
  transform: rotate(45deg)
}

.notyf__dismiss-btn:hover {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0.15)
}

.notyf__dismiss-btn:active {
  opacity: .8
}

.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: notyf-fadeinup .3s forwards;
  animation: notyf-fadeinup .3s forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  line-height: 1.5em
}

@media only screen and (max-width: 480px) {
  .notyf {
    padding: 0
  }

  .notyf__ripple {
    height: 600px;
    width: 600px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
  }

  .notyf__toast {
    max-width: none;
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
    width: 100%
  }

  .notyf__dismiss {
    width: 56px
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pswp img {
  max-width: none
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
  background: #222
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1
}

.pswp__button:active {
  outline: none;
  opacity: 0.9
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url("https://salescdn.net/static/plugins/photoswipe/4.1.3/default-skin.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("https://salescdn.net/static/plugins/photoswipe/4.1.3/default-skin.svg")
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none
  }
}

.pswp__button--close {
  background-position: 0 -44px
}

.pswp__button--share {
  background-position: -44px -44px
}

.pswp__button--fs {
  display: none
}

.pswp--supports-fs .pswp__button--fs {
  display: block
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute
}

.pswp__button--arrow--left {
  left: 0
}

.pswp__button--arrow--right {
  right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__share-modal--hidden {
  display: none
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px
}

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

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
  opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D
}

a.pswp__share--download:hover {
  background: #DDD
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC
}

.pswp__caption--empty {
  display: none
}

.pswp__caption--fake {
  visibility: hidden
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}

.pswp__preloader--active {
  opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
  background-image: url("https://salescdn.net/static/plugins/photoswipe/4.1.3/preloader.gif");
  background-position: 0 0;
  background-repeat: no-repeat
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none
}

.pswp__element--disabled {
  display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
  background: none
}

/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-connect {
  height: 100%;
  width: 100%
}

.noUi-origin {
  height: 10%;
  width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
  border-radius: 3px;
  background-color: #f3f4fc
}

.noUi-connect {
  background: #3FB8AF
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #CCC
}

.noUi-marker-sub {
  background: #AAA
}

.noUi-marker-large {
  background: #AAA
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: auto;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px
}



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

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

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

@font-face {
  font-family: 'Akhand';
  src: local("Akhand-Regular"), url("https://salescdn.net/static/fonts/akhand2/akhand-regular.woff2") format("woff2"), url("https://salescdn.net/static/fonts/akhand2/akhand-regular.woff") format("woff"), url("https://salescdn.net/static/fonts/akhand2/akhand-regular.ttf") format("truetype"), url("https://salescdn.net/static/fonts/akhand2/akhand-regular.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: normal;
  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: #f7f8f9;
  color: #000;
  font-family: "Manrope", sans-serif
}

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

ul {
  list-style: none
}

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

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

main {
  position: relative
}

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

.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: #1c4cf1;
  border: none;
  color: #fff
}

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

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

.btn-first {
  background-color: #1c4cf1;
  color: #fff
}

.btn-first:focus,
.btn-first:hover {
  background-color: #1c4cf1;
  color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group.form-group_custom input.form-input,
.form-group.form-group_custom .form-select {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  background-color: transparent !important;
  border-bottom-color: #d3d3d3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #0f0f0f;
  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: #d3d3d3
}

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

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

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

.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: #d3d3d3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 10px solid #fff;
  color: #0f0f0f;
  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: #0f0f0f;
  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: #d3d3d3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  color: #0f0f0f;
  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: #d3d3d3
}

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

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

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

.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: #d3d3d3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 10px solid #fff;
  color: #0f0f0f;
  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: #0f0f0f;
  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: #88aacd;
  padding-left: 16px;
  padding-right: 16px
}

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

.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(219, 232, 240, 0.6);
  color: #88aacd
}

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

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

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

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

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

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

body.sidenav-overlay_open {
  overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

.sidenav-container .form-input {
  border-color: #eaeaea;
  border-radius: 4px;
  color: #000;
  font-size: .2363636364em;
  line-height: 1.5384615385em;
  min-height: 4.2307692308em;
  padding-left: 1.2307692308em;
  padding-right: 1.2307692308em
}

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

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

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

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

.sidenav-container .form-input:focus {
  border-color: #c4c4c4;
  box-shadow: none
}

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

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

.sidenav-header+div {
  position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidenav-overlay_account .forget-password a {
  color: #5271ff;
  text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidenav-overlay_cart .cart-product_quantity .btn {
  color: #0f0f0f;
  font-size: .8461538462em;
  font-weight: bold;
  height: auto;
  max-width: 3.1818181818em;
  padding-bottom: .5454545455em;
  padding-top: .3636363636em
}

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

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

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

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

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

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

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

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

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

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

.sidenav-overlay_cart .cart-total_price {
  color: #000
}

.sidenav-overlay_cart .cart-total_text {
  color: #0f0f0f
}

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

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

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

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

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

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

.sidenav-body_empty .cart-section_empty p {
  color: rgba(82, 113, 255, 0.9);
  font-size: 18px;
  line-height: 20px;
  text-align: center
}

.sidenav-body_empty .cart-section_empty svg {
  display: table;
  fill: rgba(82, 113, 255, 0.8);
  margin: 0 auto 15px;
  max-height: 50px;
  max-width: 50px
}

.sidenav-payment-calculation .accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  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: #5271ff;
  border-radius: 10px;
  color: #fff;
  fill: #fff;
  min-height: 70px;
  padding: 15px 20px
}

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

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

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

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

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

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

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

.sidenav-payment-calculation .s-subtitle {
  color: #0f0f0f;
  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: bold
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sidenav-overlay {
    width: 360px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_link {
  position: relative
}

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

.search_link.active .icon-bar:first-child {
  background-color: #1534c8;
  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 #1534c8;
  height: .8888888889em;
  margin-bottom: .1111111111em;
  width: .8888888889em
}

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

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

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

body.search-overlay_open {
  overflow: hidden
}

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

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

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

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

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

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

.account_link {
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase
}

.account_link__logout {
  text-decoration: none;
  color: #5271ff
}

.cart_quantity {
  align-items: center;
  background-color: #2255fd;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: normal;
  left: auto;
  justify-content: center;
  line-height: 14px;
  margin-top: 0;
  height: 18px;
  min-width: 18px;
  padding: 1px 2px 1px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -3px
}

.header {
  background-color: #fff;
  font-family: "Akhand", sans-serif;
  position: relative;
  z-index: 999
}

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

.header .icon-ssl svg {
  fill: #2255fd;
  max-height: 45px;
  max-width: 45px;
  transition: .5s
}

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

.header .container {
  position: relative
}

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

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

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

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

.header .navbar {
  background-color: #fff;
  height: 110px;
  position: relative
}

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

.header .navbar-section:first-child {
  max-width: 200px
}

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

.header-box_account .header-link_text {
  margin-left: 8px
}

.header-content {
  position: relative;
  z-index: 9
}

.header-link {
  display: table;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  position: relative
}

.header-link>* {
  float: left
}

.header-link:last-child {
  margin-right: 0
}

.header-link.header-link_cart {
  padding: 2px 6px 0 0;
  margin-right: 0
}

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

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

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

.header-link .icon_user {
  display: block;
  height: 28px;
  margin-bottom: 0px;
  margin-top: 2px;
  width: 28px
}

.header-link svg {
  fill: #5271ff
}

.header-link_account {
  width: 146px
}

.header-link_menu__mobile {
  margin-left: 10px;
  min-height: 18px;
  min-width: 25px;
  padding: 0
}

.header-link_menu__mobile.active .icon-bar {
  background-color: #5271ff;
  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, -4);
  width: 18px
}

.header-link_menu__mobile .icon-bar {
  background-color: #5271ff;
  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__logged .account_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 110px
}

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

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

.logo img {
  max-height: 100px
}

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

.nav-content {
  background-color: #2255fd;
  color: #fff
}

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

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

.nav-main_content a {
  color: #000
}

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

.nav-main_content li:focus,
.nav-main_content li:hover {
  background-color: rgba(82, 113, 255, 0.05);
  font-weight: 500
}

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

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

.nav-main_item:last-child .nav-main_link {
  padding-right: 0
}

.nav-main_item__all .icon-nav-first {
  height: 16px;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 2px;
  width: 26px
}

.nav-main_item__all .nav-main_link {
  padding-left: 0;
  padding-right: calc(135px - 35px)
}

.nav-main_item__all .nav-main_link svg {
  display: block;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  width: auto
}

.nav-main_link {
  border: 0;
  color: #fff;
  display: inline-table;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 20px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: .4s
}

.nav-main_link>* {
  float: left
}

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

.nav-main_link:focus svg,
.nav-main_link:hover svg {
  fill: #5271ff
}

.nav-main_link svg {
  display: none;
  fill: #fff;
  height: 20px;
  margin-left: 10px;
  padding-top: 2px;
  width: 11px;
  transition: .3s
}

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

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

.search .form-input {
  background-color: #fff;
  border-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.2);
  color: #5e5f65;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 60px
}

.search .form-input::placeholder {
  color: #abacb1
}

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

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

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

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

.search .form-input {
  font-size: 20px;
  color: #ccc;
  font-weight: 500;
  letter-spacing: 0.5px
}

.search-desktop {
  max-width: calc(100% - 20px);
  width: 815px
}

.search-desktop .btn {
  background-color: transparent;
  bottom: 1px;
  fill: #1534c8;
  height: 18px;
  left: auto;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 21px;
  top: 1px;
  width: 18px
}

.search-desktop .btn:focus,
.search-desktop .btn:hover {
  fill: #1f47ff
}

.search-desktop .form-input {
  border: 1px solid #e9e9e9;
  border-radius: 2px !important;
  color: #5e5f65;
  font-size: 14px;
  line-height: 1.2857142857em;
  padding: .7857142857em 3.8571428571em .7857142857em 1.2857142857em;
  height: 3em
}

.search-desktop .form-input::placeholder {
  color: #abacb1
}

.search-desktop .form-input::-webkit-input-placeholder {
  color: #abacb1
}

.search-desktop .form-input::-moz-placeholder {
  color: #abacb1
}

.search-desktop .form-input::-ms-input-placeholder {
  color: #abacb1
}

.search-desktop .form-input:focus {
  border-color: #ccc;
  box-shadow: none
}

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

.search-desktop .form-input::placeholder {
  color: #abacb1;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.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: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 1px;
  width: 100%
}

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

.sidebar-nav .sidebar-nav-header {
  background-color: #2255fd;
  border-bottom: 1px solid #2c5dfd;
  padding: 16px 20px
}

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

.sidebar-nav .sidebar-nav-icon svg {
  fill: #fff;
  height: 100%;
  width: 100%
}

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

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

@media (max-width: 1399px) and (min-width: 1200px) {
  .nav-main_link {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header .navbar-center {
    max-width: calc(100% - 180px - 213px)
  }

  .header .navbar-section:first-child {
    max-width: 180px
  }

  .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: 12px;
    padding-left: 15px;
    padding-right: 15px
  }
}

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

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

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

  .sidebar-nav {
    display: none
  }
}

@media (max-width: 991px) {
  .header .icon_cart {
    height: 24px;
    width: 30px
  }

  .header .icon-ssl svg {
    max-height: 35px;
    max-width: 35px
  }

  .header .navbar {
    height: 80px
  }

  .header .navbar-center {
    display: none
  }

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

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

  .header-content {
    border-bottom: none
  }

  .header-link.header-link_cart {
    margin-right: 5px
  }

  .logo img {
    max-height: 70px
  }

  .logo svg {
    max-height: 70px
  }

  .nav-main {
    display: none
  }

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

@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: #2c5dfd;
  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: 600
}

.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: #2c5dfd;
  height: 100%;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%
}

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

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

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

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
  background-color: #2c5dfd;
  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: #2e55fd;
  padding-bottom: 10px;
  padding-top: 10px
}

.sidebar-nav .nav-mobile ul .nav-mobile_link {
  font-size: 13px;
  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;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  outline-width: 0;
  padding: 13px 18px;
  position: relative;
  transition: all .3s ease-out;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: .3s
}

.sidebar-nav .nav-mobile .nav-mobile_link a {
  color: #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 {
  color: #a1b1ff;
  text-decoration: none;
  opacity: 1
}

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

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

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

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

.footer-contact_item.footer-contact_item__tel {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 10px;
  letter-spacing: 1px
}

.footer-page_item {
  font-size: 15px;
  padding-bottom: .5333333333em;
  padding-top: .5333333333em
}

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

.footer-page_item:last-of-type {
  padding-bottom: 0
}

.footer-page_link {
  font-size: 1em;
  line-height: 1.2em
}

.footer-payment_info {
  display: block;
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
  max-width: 23.3846153846em;
  margin-top: 32px
}

.footer-payment_item {
  align-items: center;
  border-radius: 5px;
  border: 1px solid #6186fe;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 6px 7.5px;
  padding: 3px 5px;
  width: 72px
}

.footer-payment_item img {
  max-height: 100%;
  max-width: 100%
}

.footer-payment_item svg {
  fill: #fff;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto
}

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

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

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

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

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

.footer-payment_list {
  fill: #000;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px
}

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

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

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

.footer_title {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 22px
}

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

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

.social-icons__link:focus svg,
.social-icons__link:hover svg {
  fill: #2255fd
}

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

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

footer {
  background-color: #2255fd;
  color: #eaecff;
  padding-bottom: 0;
  padding-top: 0
}

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

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

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

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

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

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

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

footer a {
  color: #eaecff;
  transition: .3s
}

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

footer li {
  margin-top: 0
}

footer ul {
  margin: 0
}

@media (min-width: 1400px) {
  .footer-about {
    padding-right: 30px
  }

  .footer-payment {
    margin-left: -20px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-about {
    padding-right: 20px
  }

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

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

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

  .footer-payment {
    margin-left: -20px
  }

  .footer-payment_info {
    font-size: 11px;
    line-height: 16px
  }

  .footer-payment_item {
    border-radius: 3px;
    height: 30px;
    margin: 6px 6px;
    padding: 3px 8px;
    width: 64px
  }

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

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

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

  .footer_title {
    font-size: 16px;
    line-height: 18px
  }

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

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

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

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

  .footer-box.footer-box_contact {
    margin-bottom: 28px
  }

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

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

  .footer-page_item {
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px
  }

  .footer-payment .footer_title {
    display: none
  }

  .footer-payment_info {
    display: none
  }

  .footer-payment_item {
    border-radius: 4px;
    height: 30px;
    margin: 6px 10px 6px 0;
    padding: 3px 8px;
    width: 60px
  }

  .footer-payment_list {
    margin-left: 0;
    margin-right: 0
  }

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

  .footer-stamp_list {
    margin-left: 0;
    margin-right: 0
  }

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

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

  .footer_title {
    font-size: 16px;
    line-height: 18px
  }

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

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

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

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

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

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

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

.btn.btn-access:focus,
.btn.btn-access:hover {
  background-color: #fff;
  border-color: #c4c4c4;
  color: #0b32b5
}

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

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

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

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

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

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

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

.form-group .dropdown ul * {
  color: #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(28, 76, 241, 0.15);
  color: #1c4cf1
}

.home-main {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0
}

.loading:after {
  border-bottom-color: rgba(82, 113, 255, 0.6);
  border-left-color: rgba(82, 113, 255, 0.8)
}

.showcase {
  padding-bottom: 30px
}

.showcase:not(.showcase-model-9):last-child {
  padding-bottom: 0 !important
}

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

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

.showcase.showcase-model-2 {
  padding-bottom: 44px
}

.showcase.showcase-model-4 {
  margin-top: 20px
}

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

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

.showcase.showcase-model-4 .showcase-list {
  padding-bottom: 0
}

.showcase.showcase-model-4 .showcase-product {
  margin-bottom: 0
}

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

.showcase.showcase-model-4 .showcase-products.showcase-products_carousel {
  border-bottom: 0
}

.showcase.showcase-model-6 {
  margin-bottom: 20px;
  margin-top: 20px
}

.showcase.showcase-model-6 .showcase-banners_item {
  text-align: center;
  vertical-align: middle
}

.showcase.showcase-model-6 .showcase-product {
  border: 1px solid #eaeaea;
  border-radius: 0
}

.showcase.showcase-model-7 {
  padding-bottom: 0
}

.showcase ul {
  margin: 0
}

.showcase-item {
  margin-top: 0
}

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

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

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

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

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

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

.showcase-banners_full .showcase-banners_item__exemple .showcase-banners_link {
  align-items: center;
  background-color: rgba(82, 113, 255, 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-list {
  padding-bottom: 20px
}

.showcase-offer {
  align-items: center;
  background-color: #fdca22;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  display: flex;
  height: 35px;
  justify-content: center;
  left: 10px;
  position: absolute;
  right: auto;
  top: 0;
  width: 35px;
  z-index: 1
}

.showcase-offer.showcase-offer_new-product {
  background-color: #1c4cf1
}

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

.showcase-product .card-footer {
  min-height: calc(30px + 4px + (18px + 18px + 16px))
}

.showcase-prices {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  float: left;
  height: calc(18px + 18px + 16px)
}

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

.showcase-prices.showcase-prices_center {
  align-content: center
}

.showcase-prices_plots {
  color: #000;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  padding-top: 1px
}

.showcase-prices_plots span {
  color: #fdca22;
  font-weight: bold
}

.showcase-prices_price {
  color: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 18px;
  width: 100%
}

.showcase-prices_strike {
  color: silver;
  display: table;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 2px
}

.showcase-product {
  border-radius: 7px;
  border: 0;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 20px 10px;
  position: relative
}

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

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

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

.showcase-product .card-footer:last-child {
  padding-bottom: 4px
}

.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:focus .showcase-product_buy,
.showcase-product:hover .showcase-product_buy {
  opacity: 1
}

.showcase-product_buy {
  background-color: rgba(28, 76, 241, 0.87);
  border-radius: 20px;
  border: 0;
  bottom: auto;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 800;
  left: 0;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-height: 40px;
  padding: 9px 10px 11px;
  position: absolute;
  right: 0;
  opacity: 0;
  text-transform: uppercase;
  top: 128px;
  width: 160px;
  transition: .3s
}

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

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

.showcase-product_buy:focus,
.showcase-product_buy:hover {
  background-color: rgba(16, 40, 154, 0.87);
  color: #fff
}

.showcase-product_image {
  position: relative
}

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

.showcase-product_link__image img {
  margin: auto
}

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

.showcase-product_link__image svg {
  fill: rgba(216, 216, 216, 0.5);
  height: 180px;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  width: 180px
}

.showcase-product_link_title {
  color: #000;
  display: block;
  font-size: 14px;
  height: calc(20px * 4);
  line-height: 20px;
  overflow: hidden;
  font-weight: normal
}

.showcase-products.showcase-products_carousel {
  border-bottom: 0.5px solid #eaeaea
}

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

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #fff;
  border: 1px solid #0f0f0f;
  bottom: 50px;
  box-shadow: none;
  height: 30px;
  left: auto;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
  width: 30px
}

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

.showcase-banners .slider__arrow.slider__arrow--prev,
.showcase-products .slider__arrow.slider__arrow--prev {
  left: calc(-30px / 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: #f1f3f6;
  border-color: #f1f3f6;
  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: #000
}

.showcase-banners .slider__arrow svg,
.showcase-products .slider__arrow svg {
  fill: #0f0f0f;
  height: 11px;
  width: 11px
}

.showcase-tag {
  background-color: #1c4cf1;
  border-radius: 1em;
  bottom: auto;
  color: #fff;
  display: table;
  font-size: 9px;
  font-weight: 800;
  left: auto;
  line-height: 1.5555555556em;
  min-width: 10.4444444444em;
  padding: .3333333333em 1.3333333333em .3333333333em;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  z-index: 1
}

.showcase-tag.showcase-tag-free_shipping {
  background-color: #fdca22
}

.showcase-tag.showcase-tag-offer {
  background-color: #5271ff
}

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

.showcase-title {
  color: #010101;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 26px;
  text-transform: uppercase
}

.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-banners .slider__arrow {
  bottom: 0
}

main:not(.home-main)>.showcase .showcase-list {
  padding-bottom: 0
}

main h2 {
  text-align: center
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase.showcase-model-4 .showcase-banners {
    width: 662px
  }

  .showcase.showcase-model-4 .showcase-product .card-footer {
    padding-bottom: 4px;
    padding-top: 16px
  }

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

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

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

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

  .showcase-list {
    padding-bottom: 0
  }

  .showcase-offer {
    left: 0
  }

  .showcase-product .card-footer {
    min-height: calc(16px + 4px + (16px + 22px + 15px) + (15px + 38px))
  }

  .showcase-prices {
    height: 53px;
    width: 100%
  }

  .showcase-prices_plots {
    font-size: 10px;
    line-height: 1.4em
  }

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

  .showcase-prices_strike {
    font-size: 12px;
    line-height: 1.1666666667em
  }

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

  .showcase-product .card-footer {
    padding-top: 16px
  }

  .showcase-product_buy {
    border-radius: 18px;
    font-size: 12px;
    line-height: 18px;
    min-height: 38px;
    padding: 9px 10px 11px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
    width: 150px;
    opacity: 1;
    position: relative;
    margin-top: 15px
  }

  .showcase-product_link__image {
    height: 180px;
    width: 180px
  }

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

  .showcase-banners .slider__arrow,
  .showcase-products .slider__arrow {
    bottom: 30px
  }

  .showcase-banners .slider__arrow.slider__arrow--prev,
  .showcase-products .slider__arrow.slider__arrow--prev {
    left: -10px
  }

  .showcase-banners .slider__arrow.slider__arrow--next,
  .showcase-products .slider__arrow.slider__arrow--next {
    right: -10px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.showcase-search.showcase-search_list .showcase-product_buy {
  opacity: 1;
  position: static;
  float: left;
  margin-top: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

  .showcase-search.showcase-search_list .showcase-product_buy {
    float: left;
    margin-top: 18px;
    max-width: none
  }

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

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

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

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

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

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

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

  .showcase-search.showcase-search_list .showcase-product_buy {
    margin-top: 10px;
    width: 100px;
    min-height: 32px;
    height: 32px;
    padding: 7px
  }

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

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

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

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

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

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

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

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

.product-kit .input-group_qtd .btn {
  color: #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: 1.5333333333em;
  float: right;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: 1.3333333333em;
  padding: 0.8em 1em .8em;
  width: 13.3333333333em
}

.product-kit .product-btn.product-btn_buy {
  background-color: rgba(28, 76, 241, 0.6)
}

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

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

.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(11, 50, 181, 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: #5271ff;
  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: #5271ff;
  border-color: #5271ff
}

.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(82, 113, 255, 0.2)
}

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

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

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

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

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

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

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

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

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

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

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

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

.product-kit .showcase-kit-icon {
  align-items: center;
  background-color: #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: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05)
}

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

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

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

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

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

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

.product-kit .showcase-kit_finish .product-box_subtotal {
  font-size: .9em;
  line-height: 1.2222222222em
}

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

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

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

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

.product-kit .showcase-kit_finish .product-btn:focus,
.product-kit .showcase-kit_finish .product-btn:hover {
  background-color: #1534c8;
  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: #1c4cf1;
  border-radius: 15px;
  color: #fff;
  display: flex;
  fill: #fff;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 22px;
  min-height: 40px;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.product-kit .showcase-kit_header.disabled {
  background-color: rgba(28, 76, 241, 0.25)
}

.product-kit .showcase-kit_header .showcase-kit_btn {
  align-items: center;
  background-color: #fff;
  border-radius: 11px;
  color: #5271ff;
  display: flex;
  fill: #5271ff;
  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%
}

@media (min-width: 992px) {
  .product-kit .product-box_qtd {
    display: table;
    margin-left: auto;
    margin-right: auto
  }

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .product-kit .showcase-kit_finish .product-box_qnt {
    padding-bottom: 16px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.showcase-model-list .showcase-offer {
  left: 10px;
  top: 10px
}

.showcase-model-list .showcase-prices_price {
  display: block;
  height: 1.1818181818em
}

.showcase-model-list .showcase-prices_price span {
  font-size: .6363636364em
}

.showcase-model-list .showcase-prices_strike {
  display: none
}

.showcase-model-list .showcase-product {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  display: table;
  max-width: 100%;
  padding: 0;
  width: 100%
}

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

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

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

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

.showcase-model-list .showcase-product .card-image {
  max-height: 180px;
  max-width: 180px;
  padding: 20px
}

.showcase-model-list .showcase-product .showcase-prices {
  align-content: flex-start;
  height: 41px;
  max-width: 100%;
  width: 100%
}

.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: 140px;
  margin-top: auto
}

.showcase-model-list .showcase-product_link_title {
  font-size: 14px;
  height: 3.8571428571em;
  line-height: 1.2857142857em;
  max-width: 14.6428571429em
}

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

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

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

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

@media (min-width: 1400px) {

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

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-list .showcase-prices_plots {
    font-size: 10px
  }

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

  .showcase-model-list .showcase-product .card-header {
    padding-bottom: 12px;
    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-prices_plots,
  .showcase-model-list .showcase-slider-1 .showcase-prices_plots {
    font-size: 10px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-footer,
  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px
  }

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

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-image {
    margin-left: calc(50% - 300px);
    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: 260px
  }
}

@media (max-width: 991px) {
  .showcase-model-list .showcase-prices_plots {
    font-size: 10px
  }

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

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

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

  .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-prices_plots,
  .showcase-model-list .showcase-slider-1 .showcase-prices_plots {
    font-size: 10px
  }

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-footer,
  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-header,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-footer,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-header {
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px
  }

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

  .showcase-model-list .showcase-products_grid__1 .showcase-product .card-image,
  .showcase-model-list .showcase-slider-1 .showcase-product .card-image {
    margin-left: calc(50% - 180px);
    max-height: 180px;
    max-width: 180px;
    padding: 20px
  }

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

@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-image {
    max-height: 240px;
    max-width: 240px;
    padding: 16px 16px 16px 76px
  }

  .showcase-model-list .showcase-product_link__image {
    height: 118px
  }
}

@media (max-width: 575px) {
  .showcase-model-list .showcase-product_link_title {
    height: 2.5714285714em
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.showcase-model-9 {
  box-shadow: 0 0 20px 20px rgba(205, 230, 244, 0.15);
  margin-bottom: 60px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative
}

.showcase-model-9>* {
  position: relative;
  z-index: 1
}

.showcase-model-9:after {
  background-color: #fff;
  left: auto;
  right: 0
}

.showcase-model-9:after,
.showcase-model-9:before {
  bottom: 0;
  content: '';
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%
}

.showcase-model-9:before {
  background-color: #5271ff;
  left: 0;
  right: auto
}

.showcase-model-9 .card-footer:last-child {
  padding-bottom: 0;
  padding-top: 24px
}

.showcase-model-9 .card-footer,
.showcase-model-9 .card-header {
  display: table;
  width: 100%
}

.showcase-model-9 .card-header {
  padding-top: 0px
}

.showcase-model-9 .card-image {
  width: 100%
}

.showcase-model-9 .card-left {
  margin-left: 0;
  max-width: calc(100% - 362px);
  padding-left: 16px;
  padding-right: 16px
}

.showcase-model-9 .card-left,
.showcase-model-9 .card-right {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  float: left;
  min-height: 468px;
  width: 100%
}

.showcase-model-9 .card-right {
  max-width: 362px
}

.showcase-model-9 .showcase-prices {
  align-content: center;
  height: 72px;
  max-width: 100%;
  padding-right: 0
}

.showcase-model-9 .showcase-prices_plots {
  font-size: 13px;
  line-height: 14px;
  margin-top: 0
}

.showcase-model-9 .showcase-prices_price {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1em
}

.showcase-model-9 .showcase-prices_strike {
  font-size: 13px;
  line-height: 18px
}

.showcase-model-9 .showcase-product {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0;
  padding: 16px 0;
  width: 100%
}

.showcase-model-9 .showcase-product .showcase-product_image.card-image {
  padding: 0
}

.showcase-model-9 .showcase-product_buy {
  float: left;
  margin-top: 30px;
  max-width: 200px;
  opacity: 1;
  position: relative;
  width: 100%
}

.showcase-model-9 .showcase-product_link__image {
  height: 300px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 300px
}

.showcase-model-9 .showcase-product_link_title {
  font-size: 16px;
  height: 3.75em;
  line-height: 1.25em;
  max-width: 16.25em
}

.showcase-model-9 .showcase-promotion-product {
  background-color: #fff;
  width: calc(100% - 498px)
}

.showcase-model-9 .showcase-promotion-product,
.showcase-model-9 .showcase-timer {
  float: left;
  min-height: 500px
}

.showcase-model-9 .showcase-promotions {
  background-color: #fff;
  overflow: hidden
}

.showcase-model-9 .showcase-tags {
  display: none
}

.showcase-model-9 .showcase-timer {
  background-color: #5271ff;
  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 #617eff;
  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: #fff;
  bottom: auto;
  height: .3652173913em;
  right: -0.5px;
  top: .052173913em;
  width: 1px
}

.showcase-model-9 .showcase-timer-content_item:after,
.showcase-model-9 .showcase-timer-content_item:before {
  content: '';
  display: table;
  left: auto;
  position: absolute
}

.showcase-model-9 .showcase-timer-content_item:before {
  background-color: #fff;
  bottom: auto;
  height: .1304347826em;
  right: -1.5px;
  top: .2869565217em;
  width: 3px
}

.showcase-model-9 .showcase-timer-content_item:last-of-type {
  border-right: 0
}

.showcase-model-9 .showcase-timer-content_item:last-of-type:after,
.showcase-model-9 .showcase-timer-content_item:last-of-type:before {
  display: none
}

.showcase-model-9 .showcase-timer-content_list {
  align-items: baseline;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: .1217391304em;
  width: 3.1652173913em
}

.showcase-model-9 .showcase-timer-content_number {
  font-family: "Akhand", sans-serif;
  font-size: .5043478261em;
  font-weight: bold;
  letter-spacing: -1.2px;
  line-height: 1em;
  min-height: 1em;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.showcase-model-9 .showcase-timer-content_number>* {
  display: table;
  margin: auto;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.showcase-model-9 .showcase-timer-content_text {
  font-size: .0869565217em;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase
}

.showcase-model-9 .showcase-timer-content_title {
  background-color: #5271ff;
  color: #fff;
  display: table;
  font-size: .1217391304em;
  font-weight: bold;
  line-height: 1.4285714286em;
  margin: -.7857142857em auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 10.7142857143em
}

.showcase-model-9 .showcase-timer-footer {
  display: table;
  margin: 30px auto 0
}

.showcase-model-9 .showcase-timer-footer>* {
  float: left
}

.showcase-model-9 .showcase-timer-footer_icon {
  font-size: 22px;
  height: 1em;
  margin-right: .6818181818em;
  width: 1em
}

.showcase-model-9 .showcase-timer-footer_icon svg {
  display: block;
  max-height: 100%;
  max-width: 100%
}

.showcase-model-9 .showcase-timer-footer_text {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2727272727em;
  line-height: 1.2727272727em;
  padding-bottom: .2727272727em;
  padding-top: .4545454545em
}

.showcase-model-9 .showcase-timer-header {
  max-width: 390px
}

.showcase-model-9 .showcase-timer-text svg {
  max-height: 10px;
  max-width: 10px
}

.showcase-model-9 .showcase-timer-title {
  color: #fff;
  display: table;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -.0555555556em;
  line-height: .8888888889em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5em;
  padding-right: .0555555556em;
  position: relative;
  text-align: center
}

.showcase-model-9 .showcase-timer-title span {
  display: block
}

.showcase-model-9 .slider__arrow {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important
}

.showcase-model-9 .slider__arrow--next {
  right: 24px
}

.showcase-model-9 .slider__arrow--next svg {
  transform: rotate(-90deg)
}

.showcase-model-9 .slider__arrow--prev {
  left: 522px;
  padding-right: 1px
}

.showcase-model-9 .slider__arrow--prev svg {
  transform: rotate(90deg)
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-model-9 .card-left {
    max-width: calc(100% - 282px)
  }

  .showcase-model-9 .card-right {
    max-width: 282px
  }

  .showcase-model-9 .showcase-promotion-product {
    width: calc(100% - 480px)
  }

  .showcase-model-9 .showcase-timer {
    width: 480px
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 504px
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .showcase-model-9 .card-left {
    max-width: calc(100% - 282px)
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 368px
  }

  .showcase-model-9 .card-right {
    max-width: 282px
  }

  .showcase-model-9 .showcase-prices {
    height: 64px
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 12px;
    line-height: 14px
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 32px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 250px;
    width: 250px
  }

  .showcase-model-9 .showcase-promotion-product {
    width: calc(100% - 360px)
  }

  .showcase-model-9 .showcase-promotion-product,
  .showcase-model-9 .showcase-timer {
    min-height: 400px
  }

  .showcase-model-9 .showcase-timer {
    width: 360px
  }

  .showcase-model-9 .showcase-timer-box {
    min-height: 400px;
    padding-bottom: 40px;
    padding-top: 32px
  }

  .showcase-model-9 .showcase-timer-content {
    font-size: 90px;
    max-width: 310px
  }

  .showcase-model-9 .showcase-timer-footer {
    margin-top: 26px
  }

  .showcase-model-9 .showcase-timer-footer_icon {
    font-size: 18px
  }

  .showcase-model-9 .showcase-timer-footer_text {
    font-size: 9px
  }

  .showcase-model-9 .showcase-timer-title {
    font-size: 58px
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 384px
  }
}

@media (max-width: 991px) {
  .showcase-model-9 {
    background-color: #5271ff;
    padding-bottom: 48px;
    padding-top: 48px
  }

  .showcase-model-9:after,
  .showcase-model-9:before {
    display: none
  }

  .showcase-model-9 .card-header {
    padding-top: 0
  }

  .showcase-model-9 .card-left {
    max-width: calc(100% - 322px)
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 248px
  }

  .showcase-model-9 .card-right {
    max-width: 322px
  }

  .showcase-model-9 .showcase-prices {
    height: 58px
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 11px;
    line-height: 12px
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1em
  }

  .showcase-model-9 .showcase-prices_strike {
    font-size: 11px;
    line-height: 16px
  }

  .showcase-model-9 .showcase-product {
    padding: 16px 32px
  }

  .showcase-model-9 .showcase-product_buy {
    border-radius: 16px;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    margin-top: 16px;
    min-height: 32px;
    padding: 8px 16px 6px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 248px;
    max-width: 248px
  }

  .showcase-model-9 .showcase-product_link_title {
    font-size: 14px;
    height: 2.8571428571em;
    line-height: 1.4285714286em;
    max-width: 18.5714285714em
  }

  .showcase-model-9 .showcase-promotion-product {
    border-radius: 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(100% - 232px);
    padding-left: 0;
    padding-right: 24px
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 208px
  }

  .showcase-model-9 .card-right {
    max-width: 232px
  }

  .showcase-model-9 .showcase-product {
    padding-left: 16px;
    padding-right: 16px
  }

  .showcase-model-9 .showcase-product_buy {
    max-width: 180px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 208px;
    max-width: 208px
  }

  .showcase-model-9 .showcase-product_link_title {
    max-width: calc(100% - 20px)
  }

  .showcase-model-9 .slider__arrow {
    bottom: 105px
  }

  .showcase-model-9 .slider__arrow--next {
    right: 16px
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 16px
  }
}

@media (max-width: 575px) {
  .showcase-model-9 {
    padding-bottom: 30px;
    padding-top: 30px
  }

  .showcase-model-9 .card-header {
    padding-top: 0
  }

  .showcase-model-9 .card-left {
    max-width: calc(50% - 8px)
  }

  .showcase-model-9 .card-left {
    padding-left: 8px;
    padding-right: 8px
  }

  .showcase-model-9 .card-left,
  .showcase-model-9 .card-right {
    min-height: 164px
  }

  .showcase-model-9 .card-right {
    max-width: calc(50% + 8px)
  }

  .showcase-model-9 .showcase-prices {
    height: 54px
  }

  .showcase-model-9 .showcase-prices_plots {
    font-size: 9px;
    line-height: 10px
  }

  .showcase-model-9 .showcase-prices_price {
    font-size: 24px;
    line-height: 22px
  }

  .showcase-model-9 .showcase-prices_price span {
    font-size: .6666666667em
  }

  .showcase-model-9 .showcase-product {
    padding: 8px
  }

  .showcase-model-9 .showcase-product.card .card-footer:last-child {
    padding-top: 8px
  }

  .showcase-model-9 .showcase-product_buy {
    font-size: 11px;
    line-height: 16px;
    margin-top: 8px;
    max-width: 150px;
    min-height: 30px;
    padding: 6px 16px 6px
  }

  .showcase-model-9 .showcase-product_link__image {
    height: 164px;
    max-width: 100%
  }

  .showcase-model-9 .showcase-product_link_title {
    font-size: 13px;
    height: 2.7692307692em;
    line-height: 1.3846153846em;
    max-width: calc(100% - 8px)
  }

  .showcase-model-9 .showcase-timer {
    padding-bottom: 10px
  }

  .showcase-model-9 .showcase-timer-content {
    font-size: 85px;
    max-width: 290px
  }

  .showcase-model-9 .showcase-timer-content_list {
    width: 3.3411764706em
  }

  .showcase-model-9 .showcase-timer-content_number {
    font-size: 42px;
    line-height: 46px
  }

  .showcase-model-9 .showcase-timer-content_text {
    font-size: 8px;
    line-height: 10px
  }

  .showcase-model-9 .showcase-timer-footer {
    margin-top: 16px
  }

  .showcase-model-9 .showcase-timer-title {
    font-size: 52px;
    padding-bottom: 24px
  }

  .showcase-model-9 .slider__arrow {
    bottom: 75px;
    top: auto
  }

  .showcase-model-9 .slider__arrow--next {
    right: 16px
  }

  .showcase-model-9 .slider__arrow--prev {
    left: 16px
  }
}

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

.showcase-model-10 .showcase-banners .slider__arrow {
  bottom: 100px
}

.showcase-model-10 .showcase-banners .slider__arrow--next {
  right: -15px
}

.showcase-model-10 .showcase-banners .slider__arrow--prev {
  left: -15px
}

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

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

.showcase-model-10 .showcase-banners_footer__link {
  align-items: center;
  background-color: #1c4cf1;
  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: #10289a;
  color: #fff;
  opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) and (max-width: 991px) {
  .showcase-model-10 .showcase-banners_video__1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 448px
  }

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

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

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

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

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

@media (max-width: 991px) {
  .showcase-model-10 .showcase-banners .slider__arrow {
    bottom: 66px
  }

  .showcase-model-10 .showcase-banners .slider__arrow--next {
    right: 0
  }

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

  .showcase-model-10 .showcase-banners_footer {
    margin-top: 26px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.showcase-model-11 .showcase-banners .slider__arrow {
  bottom: 0
}

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

.card-page .btn:focus,
.card-page .btn:hover {
  background-color: #10289a;
  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: #0f0f0f;
  font-size: 15px;
  line-height: 22px;
  margin-top: 35px;
  max-width: 450px
}

.card-page .card-title {
  color: #2e55fd;
  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: #1c4cf1;
  font-size: 20px;
  font-weight: bold;
  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: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.page-accordion[open=""] .icon_arrow_down {
  transform: rotate(180deg)
}

.page-accordion .accordion-body {
  padding: 30px 20px;
  position: relative;
  z-index: 9
}

.page-accordion .accordion-header {
  align-items: center;
  color: #0f0f0f;
  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: #2255fd;
  margin-bottom: 1px;
  margin-left: 10px;
  max-height: 14px;
  max-width: 14px
}

.page-accordion .accordion-title {
  color: #0f0f0f
}

.page-accordion .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

@media (min-width: 1400px) {
  .card-page.card-page-form {
    padding-left: 56px;
    padding-right: 56px
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .form-group_send-email {
    margin-bottom: 30px
  }
}

@media (max-width: 767px) {
  .card-page.card-page-form {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (max-width: 575px) {
  .card.card-page .card-body {
    padding-bottom: 0;
    padding-top: 0
  }

  .card.card-page .card-header {
    padding-bottom: 20px;
    padding-top: 0
  }

  .card-page .card-body .columns {
    margin-bottom: 10px
  }

  .card-page .card-header .card-text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px
  }

  .card-page .card-title {
    font-size: 20px;
    line-height: 24px
  }

  .form-group_send-email {
    font-size: 13px;
    margin-bottom: 16px;
    min-height: 48px
  }

  .form-group_send-email .form-radio {
    line-height: 16px;
    padding-bottom: 5px;
    padding-top: 5px
  }

  .form-group_send-email .form-radio span {
    display: table;
    line-height: 16px
  }
}

.card-page-table_adresses .card-title .btn {
  border-radius: 17px;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  line-height: 14px;
  min-height: 34px;
  min-width: 115px;
  padding: 10px 15px
}

.card-page-table_adresses .page-table-box_main .btn-table-item {
  border-radius: 11px;
  box-shadow: none;
  float: left;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  line-height: 16px;
  min-height: 22px;
  min-width: 60px;
  padding: 3px 10px;
  text-transform: none
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-delete {
  background-color: rgba(233, 63, 63, 0.1);
  color: #e93f3f
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-edit {
  background-color: #1c4cf1;
  color: #fff
}

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

.card-page-table_adresses .page-table-box_main .btn-table-item:last-child {
  margin-left: 8px
}

.card-page-table_adresses .page-table-item>* {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.card-page-table_adresses .page-table-item:nth-child(1) {
  width: 115px
}

.card-page-table_adresses .page-table-item:nth-child(2) {
  width: 115px
}

.card-page-table_adresses .page-table-item:nth-child(3) {
  width: calc(100% - 675px)
}

.card-page-table_adresses .page-table-item:nth-child(4) {
  width: 180px
}

.card-page-table_adresses .page-table-item:nth-child(5) {
  width: 150px
}

.card-page-table_adresses .page-table-item:nth-child(6) {
  width: 115px
}

.page-table-box_edit {
  border-top: 1px solid rgba(120, 137, 163, 0.12);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
  padding: 50px 0 40px
}

.page-table-box_edit .btn {
  border-radius: 17px;
  float: right;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  line-height: 14px;
  margin-left: 10px;
  min-height: 34px;
  min-width: 115px;
  padding: 10px 15px
}

.page-table-box_edit .btn.btn-cancel {
  background-color: rgba(120, 137, 163, 0.5)
}

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

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

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

.page-table-box_main .form-switch .form-icon {
  background-color: #bcc3ce;
  border-radius: 11px;
  border: none;
  height: 22px;
  min-width: 60px;
  position: relative
}

.page-table-box_main .form-switch .form-icon:before {
  bottom: 0;
  height: 16px;
  left: 4px;
  margin: auto;
  right: auto;
  top: 0;
  width: 16px
}

.page-table-box_main .form-switch input:checked+.form-icon {
  background-color: #1c4cf1
}

.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: #0f0f0f;
  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(28, 76, 241, 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: #1c4cf1
  }

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

  .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(192, 192, 192, 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: 25px;
  border: 1px solid #e2e9f0;
  color: #2255fd;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 14.5px 10px 13.5px;
  transition: .3s;
  font-weight: 600
}

.btn-checkout-coupon:focus,
.btn-checkout-coupon:hover {
  background-color: #1534c8;
  border-color: #1534c8;
  box-shadow: none;
  color: #fff
}

.btn-checkout_next {
  border-radius: 23px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 20px;
  min-width: 175px;
  padding: 12.5px 20px;
  text-transform: uppercase;
  transition: .3s
}

.card.checkout-card {
  border-radius: 15px;
  border: 0;
  padding: 20px 40px
}

.card.checkout-card.checkout-card-finish_header .card-body {
  align-items: center;
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px
}

.card.checkout-card.checkout-card-finish_body {
  padding-top: 0 !important
}

.card.checkout-card.checkout-card-finish_body .card-body {
  padding-bottom: 25px;
  padding-top: 30px
}

.card.checkout-card.checkout-card-finish_body .card-header {
  padding-bottom: 28px;
  padding-top: 32px
}

.card.checkout-card.checkout-card-payment .card-body {
  padding-bottom: 0;
  padding-top: 0
}

.card.checkout-card.checkout-card-shipping_info .card-body {
  padding-bottom: 0;
  padding-top: 0
}

.card.checkout-card.checkout-card-shipping_info .card-header {
  padding-bottom: 10px
}

.card.checkout-card.checkout-card-shipping_payment .card-header {
  padding-bottom: 12px;
  padding-top: 12px
}

.card.checkout-card.checkout-card-summary .card-body {
  padding: 0
}

.card.checkout-card.checkout-card-summary .card-footer {
  padding: 8px 0
}

.card.checkout-card.checkout-card-summary_info .card-body {
  padding-bottom: 20px;
  padding-top: 0
}

.card.checkout-card.checkout-card-summary_info .card-body:last-of-type {
  padding-bottom: 15px
}

.card.checkout-card.checkout-card-summary_info .card-header {
  padding-bottom: 0;
  padding-top: 0
}

.card.checkout-card.checkout-card-summary_info .card-header:first-of-type {
  padding-top: 15px
}

.card.checkout-card.checkout-card-user .card-body {
  padding-bottom: 0;
  padding-top: 0
}

.card.checkout-card.checkout-card-user .card-body_address2 {
  padding-bottom: 10px
}

.card.checkout-card.checkout-card-user .card-footer {
  padding-bottom: 0;
  padding-top: 0
}

.card.checkout-card.checkout-card-user .card-header {
  padding-bottom: 10px
}

.card.checkout-card.checkout-card-user .card-header_address2 {
  padding-top: 0
}

.card.checkout-card .card-body {
  padding: 12px 0 20px
}

.card.checkout-card .card-footer {
  padding: 20px 0
}

.card.checkout-card .card-header {
  padding: 20px 0
}

.checkout-accordion {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.checkout-accordion[open=""] .icon_arrow_down {
  transform: rotate(180deg)
}

.checkout-accordion .accordion-body {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 9
}

.checkout-accordion .accordion-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 18px;
  min-height: 55px;
  padding: 15px;
  position: relative;
  z-index: 9
}

.checkout-accordion .accordion-price {
  align-items: center;
  color: #1534c8;
  display: flex;
  font-weight: bold;
  justify-content: space-between
}

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

.checkout-accordion .accordion-title {
  color: #0f0f0f
}

.checkout-accordion .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.checkout-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px
}

.checkout-card .form-checkbox {
  align-items: center;
  color: #0f0f0f;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 26px;
  padding-top: 0
}

.checkout-card .form-checkbox .form-icon {
  border: 1px solid #abacb1
}

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

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

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

.checkout-card .card-title {
  color: #0f0f0f;
  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: 15px;
  border: 0;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 20px;
  min-width: 172px;
  padding: 5px 20px;
  transition: .3s
}

.checkout-card-finish_body .card-header {
  border-bottom: 1px solid #eaeaea
}

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

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

.checkout-card-finish_body .tile-title {
  color: #0f0f0f;
  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: #5271ff;
  left: 13.5px;
  width: 3px
}

.checkout-card-finish_body .timeline .timeline-item.disable:before {
  background-color: rgba(28, 76, 241, 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: #4f4f4f
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon {
  background-color: #fff;
  border: 2px solid rgba(28, 76, 241, 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: #5271ff;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon:before {
  display: none
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon svg {
  fill: #fff;
  width: 14px
}

.checkout-card-finish_footer .btn {
  margin-left: 35px
}

.checkout-card-finish_footer .btn,
.checkout-card-finish_footer .form-group {
  float: left
}

.checkout-card-finish_footer .card-body {
  align-items: center;
  display: flex;
  width: 100%
}

.checkout-card-finish_footer .card-title {
  font-size: 15px;
  line-height: 20px;
  max-width: 31.3333333333em
}

.checkout-card-finish_footer .form-group_custom {
  margin-bottom: 0;
  max-width: calc(100% - 35px - 175px);
  width: 100%
}

.checkout-card-finish_header .checkout-icon {
  align-items: center;
  background-color: #5271ff;
  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: #0f0f0f;
  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: #1534c8;
  font-weight: bold
}

.checkout-card-finish .btn-checkout_next {
  width: auto
}

.checkout-card-finish .card-footer .card-title {
  font-size: 20px;
  margin-bottom: 10px
}

.checkout-card-finish .card-footer .form-group {
  margin-bottom: 18px
}

.checkout-card-finish .form-group_custom {
  float: left;
  width: 100%
}

.checkout-card-finish textarea {
  border-color: #e2e9f0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  height: 70px;
  padding: 10px 15px
}

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

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

.checkout-card-shipping_payment .card-title svg {
  fill: #1534c8;
  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: #0f0f0f;
  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: #0f0f0f;
  font-size: 13px;
  line-height: 19px
}

.checkout-card-shipping_payment .accordion-body .card-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  width: auto
}

.checkout-card-shipping_payment .accordion-body p {
  margin-bottom: 0
}

.checkout-card-summary .card-body .checkout-product-right {
  width: 110px
}

.checkout-card-summary .card-footer .checkout-product-left,
.checkout-card-summary .card-footer .checkout-product-right {
  align-items: center;
  display: flex;
  height: 32px
}

.checkout-card-summary .card-footer .checkout-product-right {
  width: 120px
}

.checkout-card-summary p {
  margin-bottom: 0
}

.checkout-card-summary section {
  display: table;
  width: 100%
}

.checkout-card-summary_info .card-header a {
  color: #1c4cf1;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px
}

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

.checkout-card-summary_info .card-subtitle a {
  color: #1534c8;
  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: #0f0f0f;
  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: #0f0f0f;
  font-size: 14px;
  line-height: 20px
}

.checkout-link-login a {
  color: #1534c8;
  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: #abacb1;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  line-height: 20px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0
}

.checkout-more-option {
  align-items: center;
  border-top: 1px solid #eaeaea;
  color: #0f0f0f;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  height: calc(26px + 15px);
  justify-content: center;
  line-height: 20px;
  padding-top: 15px;
  width: 100%
}

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

.checkout-more-option svg {
  fill: #0f0f0f;
  height: 20px;
  margin-left: 8px;
  width: 14px
}

.checkout-empty-option {
  align-items: center;
  border-top: 1px solid #eaeaea;
  color: #0f0f0f;
  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: #88aacd;
  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: #88aacd;
  height: 20px;
  margin-left: 8px;
  width: 13px
}

.checkout-option_errors-items {
  color: #0f0f0f;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #eaeaea
}

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

.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: #0f0f0f;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 5px;
  padding-top: 5px
}

.checkout-option .checkout-option_title {
  color: #0f0f0f;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px
}

.checkout-option .form-icon {
  background-color: #fff;
  border: 2px solid #d4d8dc;
  bottom: 0;
  height: 18px;
  margin: auto;
  top: 0;
  width: 18px
}

.checkout-option .form-radio input:checked+.form-icon {
  background-color: #fff;
  border-color: #2255fd;
  box-shadow: none
}

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

.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: #1534c8;
  height: 32px;
  margin-right: 20px;
  width: 32px
}

.checkout-payment-icon svg {
  fill: #0f0f0f;
  height: 14px;
  width: 14px
}

.checkout-payment-option {
  border-top: 1px solid #eaeaea;
  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: #0f0f0f;
  font-size: 13px;
  line-height: 16px
}

.checkout-payment-option__title {
  color: #0f0f0f;
  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 #eaeaea;
  padding-bottom: 15px;
  padding-top: 15px
}

.checkout-product:first-of-type {
  padding-top: 0
}

.checkout-product .checkout-product-center,
.checkout-product .checkout-product-left,
.checkout-product .checkout-product-right {
  align-items: center;
  display: flex;
  min-height: 110px
}

.checkout-product .checkout-product-left {
  margin-right: 15px;
  width: 85px
}

.checkout-product .checkout-product-title {
  min-height: 2.4em
}

.checkout-product .checkout-product-title>* {
  float: left;
  width: 100%
}

.checkout-product .checkout-product-title>*:first-child {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden
}

.checkout-product .checkout-product-title>*:not(:first-child) {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px
}

.checkout-product-center {
  float: left;
  width: calc(100% - 30px - 110px - 85px)
}

.checkout-product-coupon {
  margin-top: 15px
}

.checkout-product-coupon_new .btn {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #d3d3d3;
  color: #0d0d0d;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 9.5px 10px 8.5px;
  transition: .5s
}

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

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

.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: #0f0f0f;
  font-size: 15px;
  font-weight: bold;
  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: #0f0f0f;
  font-size: 15px;
  line-height: 18px
}

.checkout-product-total .checkout-product-price,
.checkout-product-total .checkout-product-title {
  color: #010101;
  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: #d6dbe3;
  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: #d6dbe3;
  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: #1534c8
}

.tab-checkout-status .tab-item.active a {
  border-bottom-color: #1534c8
}

.tab-checkout-status .tab-item.active a>span {
  color: #1534c8
}

.tab-checkout-status .tab-item a {
  align-items: center;
  border-bottom-color: #d6dbe3;
  border-width: 3px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%
}

.tab-checkout-status .tab-item a>span {
  color: #a6a6a6;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 7.5px;
  padding-top: 7.5px
}

@media (max-width: 1199px) and (min-width: 992px) {
  .card.checkout-card {
    padding-left: 30px;
    padding-right: 30px
  }

  .checkout-card-finish .form-group_custom {
    float: left;
    width: 100%
  }

  .checkout-card-finish .form-group_custom.form-group_card-validity {
    margin-left: 0;
    max-width: calc(50% - 10px)
  }

  .checkout-card-finish .form-group_custom.form-group_cvv {
    margin-left: 20px;
    max-width: calc(50% - 10px)
  }

  .checkout-card-finish .form-group_custom.form-group_card-name {
    max-width: 100%
  }

  .checkout-card-summary .card-body .checkout-product-right {
    width: 94px
  }

  .checkout-card-user .form-group_complement {
    max-width: none
  }

  .checkout-card-user .form-group_district {
    margin-left: 0;
    max-width: none
  }

  .checkout-payment_card__options {
    display: block;
    margin-top: 20px;
    width: 100%
  }

  .checkout-product .checkout-product-center,
  .checkout-product .checkout-product-left,
  .checkout-product .checkout-product-right {
    min-height: 95px
  }

  .checkout-product .checkout-product-left {
    width: 65px
  }

  .checkout-product-center {
    width: calc(100% - 30px - 94px - 65px)
  }

  .checkout-product-price {
    font-size: 13px
  }

  .checkout-product-title {
    font-size: 12px
  }

  .checkout-product-total .checkout-product-price,
  .checkout-product-total .checkout-product-title {
    font-size: 15px
  }
}

@media (min-width: 992px) {
  .checkout-header-content {
    position: relative
  }

  .checkout-summary-content {
    display: none
  }

  .checkout-summary-content .column-product-coupon {
    display: none
  }

  .form-group_shipping__last .checkout-link-login {
    padding-bottom: 12.5px;
    padding-top: 12.5px
  }

  .tab-checkout-status.tab-checkout-status_all:after {
    background-color: #1534c8;
    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: #d6dbe3;
    right: 0
  }

  .tab-checkout-status:before {
    background-color: #1534c8;
    left: 0
  }
}

@media (max-width: 991px) {
  .accordion-body .card.checkout-card {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px
  }

  .btn-checkout-coupon {
    border-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 17px 10px 16px
  }

  .btn-checkout_next {
    margin-top: 20px;
    width: 100%
  }

  .card.checkout-card {
    border-radius: 10px;
    padding: 10px 16px
  }

  .card.checkout-card.checkout-card-finish_body .card-header {
    padding-bottom: 18px;
    padding-top: 20px
  }

  .card.checkout-card .card-header {
    padding: 10px 0 15px
  }

  .checkout-accordion .checkout-product-coupon {
    display: none
  }

  .checkout-body-content .card-title {
    font-size: 20px
  }

  .checkout-body-content .column-summary {
    display: none
  }

  .checkout-card-finish_body .card-title .checkout-text {
    font-size: 13px;
    line-height: 18px;
    margin-left: 24px
  }

  .checkout-card-finish_body .tile-text {
    font-size: 12px
  }

  .checkout-card-finish_body .timeline .timeline-item .timeline-content {
    padding-left: 24px
  }

  .checkout-card-finish_footer .card-header .card-title {
    font-size: 15px
  }

  .checkout-card-finish_header .checkout-text {
    font-size: 13px;
    line-height: 18px;
    margin-left: 24px;
    max-width: calc(100% - 30px - 24px)
  }

  .checkout-card-finish_header .checkout-text b {
    font-size: 19px;
    line-height: 23px
  }

  .checkout-card-summary .card-body .checkout-product-right {
    width: 85px
  }

  .checkout-link-login {
    font-size: 13px;
    width: 100%
  }

  .checkout-product {
    padding-bottom: 18px;
    padding-top: 18px
  }

  .checkout-product .checkout-product-center,
  .checkout-product .checkout-product-left,
  .checkout-product .checkout-product-right {
    min-height: 95px
  }

  .checkout-product .checkout-product-left {
    width: 70px
  }

  .checkout-product .checkout-product-price,
  .checkout-product .checkout-product-title {
    font-size: 13px;
    line-height: 16px
  }

  .checkout-product .checkout-product-title>*:first-child {
    font-size: 1em;
    line-height: 1.2307692308em;
    max-height: 3.6923076923em
  }

  .checkout-product-center {
    float: left;
    width: calc(100% - 30px - 70px - 85px)
  }

  .checkout-product-coupon_new {
    margin-left: 0;
    margin-right: 0
  }

  .checkout-product-image img {
    max-height: 100%
  }

  .checkout-product-total .checkout-product-price,
  .checkout-product-total .checkout-product-title {
    font-size: 18px;
    font-weight: 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
  }
}

@media (min-width: 768px) {
  .checkout-card-finish .form-group_custom {
    float: left;
    width: 100%
  }

  .checkout-card-finish .form-group_custom.form-group_card-validity {
    margin-left: 18px;
    max-width: 154px
  }

  .checkout-card-finish .form-group_custom.form-group_cvv {
    margin-left: 18px;
    max-width: 80px
  }

  .checkout-card-finish .form-group_custom.form-group_card-name {
    max-width: calc(100% - 154px - 80px - 36px)
  }

  .checkout-card-finish .form-group_custom.form-group_card-birth {
    max-width: calc(50% - 9px)
  }

  .checkout-card-finish .form-group_custom.form-group_card-phone {
    margin-left: 18px;
    max-width: calc(50% - 9px)
  }

  .checkout-card-user .form-group_name {
    max-width: calc(100% - 164px - 16px)
  }

  .checkout-card-user .form-group_phone {
    margin-left: 16px;
    max-width: 164px
  }

  .checkout-card-user .form-group_street {
    max-width: calc(100% - 105px - 16px)
  }

  .checkout-card-user .form-group_number {
    margin-left: 16px;
    max-width: 105px
  }

  .checkout-card-user .form-group_complement {
    max-width: calc(100% - 328px - 16px)
  }

  .checkout-card-user .form-group_district {
    margin-left: 16px;
    max-width: 328px
  }

  .checkout-card-user .form-group_city {
    max-width: calc(100% - 156px - 156px - 16px - 16px)
  }

  .checkout-card-user .form-group_state {
    margin-left: 16px;
    max-width: 156px
  }

  .checkout-card-user .form-group_zipcode {
    margin-left: 16px;
    max-width: 156px
  }
}

@media (max-width: 991px) {
  .checkout-header-content {
    margin-bottom: 25px;
    margin-top: 20px
  }
}

@media (max-width: 575px) {
  .btn-checkout_next {
    margin-top: 18px;
    width: 100%
  }

  .card.checkout-card.checkout-card-finish_footer .card-body {
    padding-top: 8px
  }

  .card.checkout-card.checkout-card-finish_footer .card-header {
    padding-bottom: 8px
  }

  .card.checkout-card.checkout-card-payment .card-footer {
    padding-top: 10px
  }

  .checkout-body-content .card-title {
    font-size: 18px
  }

  .checkout-card-finish_footer .btn {
    margin-left: 0
  }

  .checkout-card-finish_footer .card-body {
    display: table
  }

  .checkout-card-finish_footer .card-header .card-title {
    font-size: 15px;
    max-width: none;
    padding-right: 40px
  }

  .checkout-card-finish_footer .form-group_custom {
    max-width: none
  }

  .checkout-card-payment .btn-checkout_next {
    margin-top: 20px;
    width: 100%
  }

  .checkout-card-shipping_info .card-header .btn {
    border-radius: 16px;
    font-size: 11px;
    height: 32px;
    line-height: 12px;
    min-width: 105px;
    padding-bottom: 4px;
    padding-top: 4px
  }

  .checkout-card-shipping_info .card-header .btn span {
    display: block
  }

  .checkout-card-user .btn-checkout_next {
    margin-top: 20px;
    width: 100%
  }

  .checkout-card-user .form-group_new__address {
    flex-wrap: wrap
  }

  .checkout-payment-option.open {
    padding-bottom: 0
  }

  .checkout-payment-option__body {
    margin-bottom: 0
  }

  .checkout-payment_card__options {
    margin-top: 12px
  }
}

.checkout-card-finish_payment .card-body:last-child {
  padding-bottom: 12px
}

.checkout-card-finish_payment .card-title {
  align-items: center;
  display: flex
}

.checkout-card-finish_payment .card-title .checkout-icon {
  float: left;
  height: 30px;
  width: 30px
}

.checkout-card-finish_payment .card-title .checkout-icon svg {
  fill: #1534c8;
  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: #0f0f0f;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px
}

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

.checkout-card-finish_payment .checkout-text>a {
  margin-right: 5px;
  color: rgba(21, 52, 200, 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: #1534c8;
  width: 18px
}

.checkout-card-finish_payment .checkout-title {
  color: #0f0f0f;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px
}

.checkout-card-finish_payment a.checkout-text {
  color: rgba(21, 52, 200, 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
  }
}

.adresses-main .dropdown,
.orders-main .dropdown {
  float: left
}

.adresses-main .dropdown-toggle,
.orders-main .dropdown-toggle {
  background-color: #1c4cf1;
  border-radius: 20px;
  border: 1px solid #1c4cf1;
  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: #10289a;
  border-color: #10289a;
  color: #fff
}

.card-page-table_orders .page-table-item:nth-child(1) {
  width: 110px
}

.card-page-table_orders .page-table-item:nth-child(2) {
  width: 110px
}

.card-page-table_orders .page-table-item:nth-child(3) {
  width: 145px
}

.card-page-table_orders .page-table-item:nth-child(4) {
  width: calc(100% - 110px - 110px - 145px - 125px - 190px)
}

.card-page-table_orders .page-table-item:nth-child(5) {
  width: 125px
}

.card-page-table_orders .page-table-item:nth-child(6) {
  width: 190px
}

.page-pagination {
  float: right;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-top: 20px
}

.page-pagination .pagination_info {
  color: #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: #1c4cf1;
  border-radius: 50%;
  border: 2px solid #1c4cf1;
  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: #10289a;
  border-color: #10289a;
  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: #0f0f0f;
  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: #0f0f0f;
  height: 14px;
  width: 14px
}

.page-table-item .menu {
  min-width: 150px
}

.page-table-item .menu-item {
  text-align: left
}

.page-table-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  width: 100%
}

.page-tbody .page-table-content {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(120, 137, 163, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px
}

.page-tbody .page-table-item {
  color: #0f0f0f;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center
}

.page-tbody .page-table-list {
  min-height: 70px
}

.page-thead {
  background-color: rgba(21, 52, 200, 0.02);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px
}

.page-thead .label {
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  line-height: 15px;
  padding: 10.5px 10px 8.5px;
  width: 100%
}

.page-thead .page-table-item {
  color: #1534c8;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center
}

.page-thead .page-table-list {
  min-height: 76px
}

.page-title {
  color: #1c4cf1;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 0
}

.table-product {
  align-items: center;
  border-top: 1px solid rgba(120, 137, 163, 0.12);
  color: #0f0f0f;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%
}

.table-product-image {
  align-items: center;
  display: flex;
  height: 80px;
  width: 95px
}

.table-product-image>* {
  display: table;
  margin: auto;
  max-width: 80px
}

.table-product-info {
  padding-left: 25px;
  padding-right: 10px;
  width: calc(100% - 95px - 170px - 105px)
}

.table-product-price {
  padding-left: 10px;
  width: 170px
}

.table-product-qnt {
  padding-left: 10px;
  padding-right: 10px;
  width: 105px
}

.table-product-text {
  font-size: 11px;
  line-height: 15px
}

.table-product-title {
  max-height: calc(20px * 3);
  overflow: hidden
}

.table-products {
  padding-left: 20px;
  padding-right: 20px
}

.table-product-image img {
  max-height: calc(80px - 16px)
}

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

  .adresses-main .col-custom1,
  .orders-main .col-custom1 {
    width: 330px
  }

  .adresses-main .col-custom2,
  .orders-main .col-custom2 {
    width: calc(100% - 314px - 16px)
  }

  .card-page-table_orders .page-table-item:nth-child(1) {
    width: 90px
  }

  .card-page-table_orders .page-table-item:nth-child(2) {
    width: 100px
  }

  .card-page-table_orders .page-table-item:nth-child(3) {
    width: 120px
  }

  .card-page-table_orders .page-table-item:nth-child(4) {
    width: calc(100% - 90px - 100px - 120px - 115px - 170px)
  }

  .card-page-table_orders .page-table-item:nth-child(5) {
    width: 115px
  }

  .card-page-table_orders .page-table-item:nth-child(6) {
    width: 170px
  }

  .page-table-item {
    padding-left: 5px;
    padding-right: 5px
  }

  .table-product-info {
    width: calc(100% - 95px - 150px - 105px)
  }

  .table-product-price {
    width: 150px
  }
}

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

  .adresses-main .btn.btn-access,
  .orders-main .btn.btn-access {
    padding-left: 15px;
    padding-right: 15px
  }

  .adresses-main .btn.btn-access svg,
  .orders-main .btn.btn-access svg {
    margin-right: 10px
  }

  .adresses-main .card-page,
  .orders-main .card-page {
    padding-left: 20px;
    padding-right: 20px
  }

  .adresses-main .card-pages-nav,
  .orders-main .card-pages-nav {
    padding-left: 20px;
    padding-right: 20px
  }

  .adresses-main .col-custom1,
  .orders-main .col-custom1 {
    width: 276px
  }

  .adresses-main .col-custom2,
  .orders-main .col-custom2 {
    width: calc(100% - 260px - 16px)
  }

  .adresses-main .dropdown-toggle,
  .orders-main .dropdown-toggle {
    border-radius: 16px;
    font-size: 11px;
    line-height: 16px;
    min-height: 28px;
    min-width: 110px;
    padding: 5px 5px
  }

  .card-page-table_orders .page-table-item:nth-child(1) {
    width: 80px
  }

  .card-page-table_orders .page-table-item:nth-child(2) {
    width: 90px
  }

  .card-page-table_orders .page-table-item:nth-child(3) {
    width: 100px
  }

  .card-page-table_orders .page-table-item:nth-child(4) {
    width: calc(100% - 80px - 90px - 100px - 100px - 145px)
  }

  .card-page-table_orders .page-table-item:nth-child(5) {
    width: 100px
  }

  .card-page-table_orders .page-table-item:nth-child(6) {
    width: 145px
  }

  .page-table-item {
    padding-left: 5px;
    padding-right: 5px
  }

  .page-table-item .btn-page-open {
    max-height: 28px;
    padding-bottom: 7px;
    padding-top: 7px
  }

  .page-table-list {
    padding-left: 5px;
    padding-right: 5px
  }

  .page-tbody .page-table-item {
    font-size: 11px;
    line-height: 15px
  }

  .page-thead .label {
    border-radius: 15px;
    line-height: 13px;
    padding: 8.5px 5px
  }

  .page-thead .page-table-item {
    font-size: 11px;
    line-height: 13px
  }

  .table-product {
    font-size: 12px;
    line-height: 18px
  }

  .table-product-info {
    width: calc(100% - 95px - 120px - 90px)
  }

  .table-product-price {
    width: 120px
  }

  .table-product-qnt {
    width: 90px
  }

  .table-product-text {
    font-size: 10px;
    line-height: 16px
  }
}

@media (max-width: 991px) {
  .page-accordion-info {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
  }

  .page-accordion-info .accordion-body {
    padding-bottom: 10px;
    padding-top: 0;
    position: relative;
    z-index: 9
  }

  .page-accordion-info .accordion-body-item {
    align-items: center;
    display: flex;
    min-height: 78px;
    padding-bottom: 10px;
    padding-top: 10px
  }

  .page-accordion-info .accordion-body-list {
    border-top: 1px solid rgba(120, 137, 163, 0.12)
  }

  .page-accordion-info .accordion-header {
    align-items: center;
    color: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    font-size: 14px;
    line-height: 18px
  }

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

@media (max-width: 575px) {
  .page-accordion-info {
    padding-left: 12px;
    padding-right: 12px
  }

  .page-accordion-info .accordion-body-item {
    min-height: 0;
    padding-bottom: 7px;
    padding-top: 7px
  }

  .page-accordion-info .accordion-body-item:nth-child(1),
  .page-accordion-info .accordion-body-item:nth-child(2) {
    max-width: none;
    width: 100%
  }

  .page-accordion-info .accordion-body-item:last-child {
    max-width: none;
    width: 100%
  }

  .page-accordion-info .accordion-body-list {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative
  }

  .page-accordion-info .accordion-header-item:nth-child(1) {
    width: calc(100% - 90px - 110px)
  }

  .page-accordion-info .accordion-header-item:nth-child(2) {
    width: 90px
  }

  .page-accordion-info .accordion-header-item:last-child {
    width: 110px
  }

  .page-accordion-info .accordion-header-list {
    max-width: calc(100% - 25px)
  }

  .page-accordion-info .accordion-item {
    padding-right: 5px
  }

  .page-accordion-info .dropdown .menu {
    left: 0;
    right: auto
  }

  .page-accordion-info .table-product-image {
    padding-right: 15px;
    width: 75px
  }

  .page-accordion-info .table-product-image>* {
    max-height: 70px;
    max-width: 70px
  }

  .page-accordion-info .table-product-info {
    width: calc(100% - 75px - 95px)
  }

  .page-accordion-info .table-product-price {
    padding-left: 0;
    width: 95px
  }

  .page-pagination .pagination_link__arrow {
    margin-left: 5px;
    margin-right: 5px
  }
}

.image-main {
  box-shadow: 0px 15px 15px 0px rgba(21, 52, 200, 0.2)
}

.input-group_qtd {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  min-height: 60px;
  padding-left: 30px;
  padding-right: 30px
}

.input-group_qtd .btn {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px
}

.input-group_qtd .btn:focus,
.input-group_qtd .btn:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 0.7
}

.input-group_qtd .form-input {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center
}

.input-group_qtd .form-input:focus,
.input-group_qtd .form-input:hover {
  border: none;
  box-shadow: none;
  opacity: 0.7
}

.product-box_prices {
  text-transform: uppercase
}

.product-box_variations {
  padding-bottom: 18px
}

.product-box_variations:last-child {
  padding-bottom: 0
}

.product-box_variations__list .dropdown {
  width: 100%
}

.product-box_variations__list .dropdown>.btn {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  min-width: 105px;
  padding: 8px 33px 8px 15px;
  position: relative;
  text-align: left
}

.product-box_variations__list .dropdown>.btn svg {
  bottom: 0;
  fill: #a3c6d9;
  float: right;
  height: 8px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px
}

.product-box_variations__list .dropdown ul {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  min-width: 105px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto
}

.product-box_variations__list .dropdown ul a {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 10px
}

.product-box_variations__list .form-select {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 24px 6px 10px
}

.product-box_variations__list .form-select:focus {
  border-color: transparent;
  box-shadow: none;
  filter: drop-shadow(0px 7px 7.5px rgba(3, 128, 201, 0.2))
}

.product-box_variations__list .product-variations_content__list {
  margin-bottom: 5px;
  margin-top: 5px
}

.product-box_variations__miniature .product-variation_icon {
  right: -5px;
  top: -5px
}

.product-box_variations__miniature .product-variation_img {
  max-height: 100%;
  max-width: 100%
}

.product-box_variations__miniature .product-variation_item {
  float: left;
  margin: 5px 6px
}

.product-box_variations__miniature .product-variation_item.active .product-variation_link {
  border-color: #2a4cf1
}

.product-box_variations__miniature .product-variation_item.disabled .product-variation_img {
  opacity: 0.22
}

.product-box_variations__miniature .product-variation_item.disabled .product-variation_link {
  cursor: not-allowed
}

.product-box_variations__miniature .product-variation_link {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  display: flex;
  filter: drop-shadow(0px 7px 7.5px rgba(3, 128, 201, 0.1));
  height: 56px;
  justify-content: center;
  padding: 6px;
  position: relative;
  width: 56px
}

.product-box_variations__miniature .product-variation_list {
  margin-left: -6px;
  margin-right: -6px
}

.product-breadcrumb .product-breadcrumb-list {
  display: table;
  margin: 0;
  padding: 45px 0;
  width: 100%
}

.product-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 0;
  padding-top: 0
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child):before {
  color: #000;
  content: '•';
  padding-right: 0;
  margin-right: 15px
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 15px
}

.product-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #000
}

.product-breadcrumb .breadcrumb .breadcrumb-item a[href="javascript:void(0)"] {
  cursor: text
}

.product-btn {
  border-radius: 30px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  line-height: 20px;
  max-width: 100%;
  padding-bottom: 21px;
  padding-top: 19px;
  text-transform: uppercase;
  width: 220px;
  transition: .5s
}

.product-btn.product-btn_buy {
  background-color: #1c4cf1;
  color: #fff
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #10289a;
  color: #fff;
  opacity: 1
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  color: #1c4cf1;
  float: right;
  font-size: 13px
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #fafafa;
  color: #10289a;
  opacity: 1
}

.product-btn.product-btn_unavailable {
  background-color: #a6a6a6;
  color: #fff;
  cursor: default;
  pointer-events: none
}

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

.product-payments {
  margin-bottom: 30px
}

.product-btn_payment {
  background-color: transparent;
  color: #1c4cf1;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 16px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
  transition: .3s
}

.product-btn_payment:focus,
.product-btn_payment:hover {
  background-color: transparent;
  box-shadow: none;
  color: #10289a;
  opacity: 1;
  text-decoration: underline
}

.product-description {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px
}

.product-description[open=""] .icon_arrow_down {
  transform: rotate(180deg)
}

.product-description.accordion[open] .accordion-body {
  max-height: 268px;
  overflow-y: scroll
}

.product-description:last-child {
  margin-bottom: 0
}

.product-description .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.product-description_body {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 60px;
  padding-right: 20.5px;
  padding-top: 8px
}

.product-description_body .accordion-body {
  margin-bottom: 0;
  padding-right: 20.5px;
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.product-description_body li {
  margin-top: 0
}

.product-description_body ul {
  list-style-position: inside;
  list-style: disc;
  margin: 0
}

.product-description_header {
  color: #000;
  cursor: pointer;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px
}

.product-description_header.accordion-header {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  padding: 28px 0;
  width: 100%
}

.product-description_ico {
  align-items: center;
  background-color: #1c4cf1;
  border-radius: 50%;
  border: 2px solid #1c4cf1;
  display: flex;
  height: 45px;
  justify-content: center;
  text-align: center;
  width: 45px
}

.product-description_ico svg {
  fill: #fff;
  height: 13px;
  width: 13px
}

.product-description_title {
  padding-top: 2px
}

.product-descriptions {
  padding-bottom: 100px
}

.product-gallery {
  align-items: center;
  background-color: rgba(205, 230, 244, 0.8);
  border-radius: 1.25em;
  display: flex;
  float: left;
  font-size: 16px;
  height: 534px;
  justify-content: center;
  position: relative;
  width: 7.375em
}

.product-gallery.product-simple_gallery {
  height: auto;
  padding-bottom: 15px;
  padding-top: 15px
}

.product-gallery.product-simple_gallery .product-gallery_list {
  padding-top: 0
}

.product-gallery.product-simple_gallery .tns-ovh {
  overflow: initial
}

.product-gallery .slider__arrow {
  background-color: #1c4cf1;
  border: 2px solid #1c4cf1;
  height: 45px;
  left: 0;
  margin: auto;
  right: 0;
  width: 45px
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
  background-color: #10289a;
  border-color: #10289a;
  box-shadow: 0px 8px 12px 0px rgba(16, 40, 154, 0.2);
  opacity: 1
}

.product-gallery .slider__arrow:focus svg,
.product-gallery .slider__arrow:hover svg {
  fill: #fff;
  margin-top: 1px
}

.product-gallery .slider__arrow[disabled] {
  opacity: 0.3
}

.product-gallery .slider__arrow svg {
  fill: #fff;
  height: 14px;
  margin-top: 1px;
  width: 14px
}

.product-gallery .slider__arrow--next {
  bottom: 25px;
  top: auto
}

.product-gallery .slider__arrow--prev {
  bottom: auto;
  top: 25px
}

.product-gallery .slider__arrow--prev .icon_arrow_down {
  transform: rotate(180deg)
}

.product-gallery-slider {
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.product-gallery_link {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  width: 85px;
  height: 85px
}

.product-gallery_link img {
  margin: auto
}

.product-gallery_image {
  max-height: 75px
}

.product-gallery_list {
  padding-top: 25px
}

.product-header {
  padding-bottom: 100px
}

.product-header-box {
  max-width: 462px;
  width: 100%
}

.product-header-container .columns {
  justify-content: space-between
}

.product-header-right {
  max-width: 522px
}

.product-images {
  display: block;
  max-width: calc(118px + 20px + 570px);
  width: 100%
}

.product-main {
  color: #000;
  padding-bottom: 0;
  padding-top: 0
}

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

.product-prices {
  align-items: flex-end;
  display: flex;
  margin-bottom: 10px;
  width: 100%
}

.product-prices.product-prices_out-of-stock {
  margin-bottom: 40px;
  padding-top: 30px
}

.product-prices.product-prices_out-of-stock .product-prices_price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667em;
  text-transform: none
}

.product-prices.product-prices_out-of-stock .product-prices_price p {
  letter-spacing: -0.5px;
  display: none;
}

.product-prices.product-prices_out-of-stock .product-prices_price p:last-child {
  font-size: .8461538462em
}

.product-prices.product-prices_out-of-stock .product-content_box.product-box_prices {
  max-width: 100%;
  padding-right: 0
}

.product-prices .product-content_box {
  float: left
}

.product-prices .product-content_box.product-box_prices {
  max-width: calc(100% - 204px);
  padding-right: 10px
}

.product-prices .product-content_box.product-box_qtd {
  max-width: 204px;
  padding-bottom: 10px;
  padding-top: 10px
}

.product-prices_plots {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 5px
}

.product-prices_price {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2666666667em
}

.product-prices_strike {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1176470588em
}

.product-showcase {
  padding-bottom: 60px
}

.product-sku {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 15px
}

.product-tag {
  background-color: #1c4cf1;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  bottom: auto;
  color: #fff;
  display: table;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 20px;
  min-width: 115px;
  padding: 2px 8px;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 25px;
  z-index: 1
}

.product-tag.product-tag-free_shipping {
  background-color: #fdca22
}

.product-tag:nth-child(2) {
  top: 54px
}

.product-title {
  font-size: 30px;
  font-weight: 600;
  max-height: 2.4em;
  line-height: 1.2em;
  margin-bottom: .6666666667em;
  overflow: hidden
}

.product-variation_icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: auto;
  display: flex;
  fill: #010101;
  filter: drop-shadow(0px 3px 2.5px rgba(3, 128, 201, 0.05));
  font-size: 12px;
  height: 15px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 0;
  top: -6px;
  width: 15px
}

.product-variation_icon svg {
  height: 6px;
  width: 6px
}

.product-variations {
  margin-bottom: 20px
}

.product-variations_content {
  align-items: center;
  display: flex;
  width: 100%
}

.product-variations_content ul {
  margin: 0
}

.product-variations_content__button .product-variation_item {
  align-items: center;
  display: flex;
  float: left;
  height: 35px;
  justify-content: center;
  margin: 5px;
  min-width: 35px
}

.product-variations_content__button .product-variation_item.active .product-variation_link {
  border-color: #2a4cf1
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #2a4cf1
}

.product-variations_content__button .product-variation_item.disabled .product-variation_link {
  background-color: #d8dce0;
  color: #7f82a9;
  cursor: not-allowed
}

.product-variations_content__button .product-variation_item.disabled .product-variation_link.product-variation_link__colors {
  opacity: 0.4
}

.product-variations_content__button .product-variation_link {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 5px 0;
  position: relative;
  width: 100%
}

.product-variations_content__button .product-variation_link__colors {
  border-radius: 50%;
  border: 1px solid #b6c8e3;
  box-shadow: 0px 0px 0px 2px rgba(243, 243, 243, 0.3);
  height: 31px;
  padding: 0;
  width: 31px
}

.product-variations_content__button .product-variation_link__colors .product-variation_icon {
  right: -4px;
  top: -5px
}

.product-variations_content__button .product-variation_list {
  margin-left: -5px;
  margin-right: -5px
}

.product-variations_title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 6px
}

.product-zoom {
  float: right;
  height: 534px;
  max-width: calc(100% - 118px - 20px);
  position: relative
}

.product-zoom_image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: calc(100% - 60px);
  max-width: calc(100% - 60px);
  position: absolute;
  right: 0;
  top: 0;
  transition: none
}

.product-zoom_link {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: block;
  float: left;
  height: 100%;
  max-width: 100%;
  padding: 30px;
  position: relative;
  width: 570px
}

.product-zoom_link .loading {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}

.product-zoom_link svg {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  position: absolute;
  right: 0;
  top: 0
}

.product-buy_subquery {
  margin-top: 40px
}

.product-buy-to-gether {
  padding-bottom: 50px;
  padding-top: 0
}

.showcase-buy-to-gether .product-content_box.product-box_prices {
  max-width: 260px;
  padding-right: 10px
}

.showcase-buy-to-gether .product-content_box.product-box_qtd {
  max-width: calc(100% - 260px);
  width: 195px
}

.showcase-buy-to-gether .showcase-product_link_title {
  text-align: center
}

.showcase-buy-to-gether .product-header-box {
  margin-left: 30px;
  margin-right: auto;
  max-width: calc(100% - 30px);
  width: 462px;
  position: absolute;
  top: 70px
}

.showcase-buy-to-gether .showcase-item_buy-to-gether {
  max-width: 315px;
  min-height: 460px
}

.showcase-buy-to-gether .showcase-item_calc {
  color: #1534c8;
  font-size: 55px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: 150px
}

.showcase-buy-to-gether .showcase-option_buy-to-gether>.columns {
  align-items: center
}

.showcase-buy-to-gether .showcase-product .card-header {
  padding-bottom: 6px;
  padding-top: 36px
}

.showcase-buy-to-gether .showcase-product_link__image {
  margin-top: 20px
}

@media (min-width: 992px) {
  .showcase-buy-to-gether .col-custom {
    width: 4.166666665%
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase-buy-to-gether .product-content_box.product-box_prices {
    max-width: 230px;
    width: 100%
  }

  .showcase-buy-to-gether .product-content_box.product-box_qtd {
    max-width: calc(100% - 230px)
  }

  .showcase-buy-to-gether .input-group_qtd {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 991px) {
  .showcase-buy-to-gether {
    padding-bottom: 100px
  }

  .showcase-buy-to-gether .product-buy_subquery {
    margin-top: 40px
  }

  .showcase-buy-to-gether .product-buy_subquery .product-btn {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .showcase-buy-to-gether .product-header-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    position: unset
  }

  .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;
    position: unset
  }

  .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;
    position: unset
  }

  .showcase-buy-to-gether .showcase-product {
    border-radius: 15px;
    padding: 10px
  }

  .showcase-buy-to-gether .showcase-product .card-header {
    padding-left: 20px;
    width: calc(100% - 100px)
  }

  .showcase-buy-to-gether .showcase-product .card-header>* {
    width: 100%
  }

  .showcase-buy-to-gether .showcase-product .card-header,
  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    height: 100px
  }

  .showcase-buy-to-gether .showcase-product .showcase-product_image.card-image {
    width: 100px
  }

  .showcase-buy-to-gether .showcase-product_link__image {
    height: 100%
  }

  .showcase-buy-to-gether .showcase-tag {
    margin-bottom: 5px
  }
}

.slider-hide {
  opacity: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-header-left {
    max-width: calc(58.33% - 30px)
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-gallery {
    font-size: 12px
  }

  .product-gallery_link {
    border-radius: 10px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 70px
  }

  .product-header-left {
    max-width: calc(100% - 460px)
  }

  .product-header-right {
    width: 440px
  }

  .product-prices_plots {
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 20px
  }

  .product-zoom {
    max-width: calc(100% - 90px - 15px)
  }
}

@media (min-width: 992px) {
  .product-header .product-btn.login-btn_not_logged {
    margin-top: 40px
  }

  .product-gallery_mobile {
    display: none
  }
}

@media (max-width: 991px) {
  .image-main {
    box-shadow: 0px 10px 10px 0px rgba(28, 76, 241, 0.2)
  }

  .product-breadcrumb {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 0;
    opacity: 0.8
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 13px;
    line-height: 18px
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child) {
    margin-right: 5px
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child):before {
    margin-right: 5px
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
    margin-right: 5px
  }

  .product-breadcrumb .product-breadcrumb-list {
    padding: 22px 0 20px
  }

  .product-gallery {
    float: none;
    height: 100px;
    padding: 0 70px;
    width: 100%
  }

  .product-gallery .icon_arrow_down {
    margin: 0
  }

  .product-gallery .slider__arrow {
    align-items: center;
    display: flex;
    justify-content: center
  }

  .product-gallery .slider__arrow--next {
    bottom: 0;
    left: auto;
    right: 25px;
    top: 0
  }

  .product-gallery .slider__arrow--next .icon_arrow_down {
    margin-left: 1px;
    transform: rotate(270deg)
  }

  .product-gallery .slider__arrow--prev {
    bottom: 0;
    left: 25px;
    right: auto;
    top: 0
  }

  .product-gallery .slider__arrow--prev .icon_arrow_down {
    transform: rotate(90deg)
  }

  .product-gallery-slider {
    display: table;
    width: auto
  }

  .product-gallery_desktop {
    display: none
  }

  .product-gallery_mobile.product-simple_gallery {
    display: table;
    height: 100px;
    margin: 0 auto;
    padding: 0 15px;
    width: auto
  }

  .product-gallery_mobile.product-simple_gallery .product-gallery_link {
    margin-left: 8px;
    margin-right: 8px
  }

  .product-gallery_mobile.product-simple_gallery .product-gallery_list {
    display: flex
  }

  .product-gallery_link {
    height: 70px;
    margin: 15px auto;
    width: 70px
  }

  .product-gallery_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    padding-top: 0
  }

  .product-header-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 462px
  }

  .product-header-container {
    padding-top: 100px;
    position: relative
  }

  .product-header-right {
    max-width: 100%
  }

  .product-images {
    margin-bottom: 40px;
    max-width: 100%
  }

  .product-sku {
    margin-bottom: 20px
  }

  .product-title {
    bottom: auto;
    font-size: 22px;
    font-weight: 500;
    height: 2.4545454545em;
    left: 8px;
    line-height: 1.2272727273em;
    margin-bottom: 26px;
    margin-top: 26px;
    max-width: calc(100% - 16px);
    position: absolute;
    right: 8px;
    top: 0;
    width: 100%
  }

  .product-zoom {
    float: none;
    margin: 0 auto 15px;
    max-width: 100%;
    width: 100%
  }

  .product-zoom_link {
    width: 100%
  }

  .showcase-related .showcase-title {
    letter-spacing: -0.2px
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product-gallery_list {
    max-width: 258px
  }
}

@media (max-width: 575px) {
  .input-group_qtd {
    min-height: 45px;
    padding-left: 18px;
    padding-right: 18px
  }

  .input-group_qtd .form-input {
    font-size: 14px
  }

  .product-btn {
    border-radius: 27px;
    font-size: 14px;
    height: 55px;
    width: 100%
  }

  .product-btn.product-btn_buy {
    width: 100%
  }

  .product-btn_buy {
    margin-bottom: 10px
  }

  .product-btn_payment {
    font-size: 11px;
    letter-spacing: -0.1px;
    line-height: 13px
  }

  .product-description {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
  }

  .product-description_body {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-top: 0
  }

  .product-description_body .accordion-body {
    padding-right: 24px
  }

  .product-description_header {
    font-size: 18px
  }

  .product-description_header.accordion-header {
    padding-bottom: 18px;
    padding-top: 18px
  }

  .product-description_ico {
    height: 32px;
    width: 32px
  }

  .product-description_ico svg {
    height: 10px;
    width: 10px
  }

  .product-descriptions {
    padding-bottom: 50px
  }

  .product-gallery_list {
    max-width: 172px
  }

  .product-header {
    padding-bottom: 50px
  }

  .product-prices.product-prices_out-of-stock .product-prices_price {
    font-size: 22px;
    line-height: 1.0909090909em
  }

  .product-prices.product-prices_out-of-stock .product-prices_price p {
    letter-spacing: -0.5px
  }

  .product-prices.product-prices_out-of-stock .product-prices_price p:last-child {
    font-size: .9090909091em
  }

  .product-prices .product-content_box.product-box_prices {
    max-width: calc(100% - 150px)
  }

  .product-prices .product-content_box.product-box_qtd {
    max-width: 150px;
    padding-bottom: 5px;
    padding-top: 5px
  }

  .product-prices_plots {
    font-size: 11px;
    letter-spacing: -0.1px;
    line-height: 1em;
    margin-top: 2px
  }

  .product-prices_price {
    font-size: 22px;
    line-height: 1.2727272727em
  }

  .product-prices_strike {
    font-size: 13px;
    line-height: 1.3846153846em
  }

  .product-tag {
    min-width: 105px;
    top: 20px
  }

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

  .product-title {
    left: 16px;
    max-width: calc(100% - 16px - 16px);
    right: 16px
  }

  .product-zoom {
    height: 360px
  }

  .product-zoom_link {
    display: block;
    width: 100%
  }

  .showcase-last-viewed {
    padding-bottom: 50px
  }
}

.notfound-btn {
  background-color: #1c4cf1;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: table;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  min-width: 220px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s
}

.notfound-btn:focus,
.notfound-btn:hover {
  background-color: #1534c8;
  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: #2255fd;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2222222222em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.2222222222em;
  text-align: center
}

@media (max-width: 575px) {
  .notfound-btn {
    border-radius: 15px;
    font-size: 12px;
    height: 32px;
    min-width: 160px;
    padding: 6px 10px
  }

  .notfound-img {
    max-height: 120px;
    max-width: 120px
  }

  .notfound-text {
    font-size: 22px;
    line-height: 1.2727272727em;
    margin-bottom: 30px;
    max-width: 20em
  }
}

.search-header {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 30px;
  min-height: 50px;
  padding: 10px 30px;
  width: 100%
}

.search-header>* {
  align-items: center;
  display: flex;
  height: 30px
}

.search-left {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px
}

.search-left>* {
  margin-bottom: 0;
  margin-right: 5px
}

.search-left h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  margin-right: 0
}

.search-left a {
  color: #000
}

.search-left ol li {
  float: left;
  display: table
}

.search-left ol li>* {
  float: left
}

.search-left ol li::marker {
  display: none !important;
  font-size: 0 !important
}

.search-left ol li:after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px
}

.search-left ol li:last-child:after {
  display: none
}

.search-right {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px
}

.search-main {
  padding-bottom: 50px;
  padding-top: 60px
}

.search-options {
  display: table;
  width: 100%
}

.search-options.search-options_bottom {
  padding-bottom: 25px;
  padding-top: 25px
}

.search-options.search-options_bottom .search-options-pagination_list {
  align-items: center;
  justify-content: center;
  padding: 0
}

.search-options.search-options_bottom .search-options-pagination a.search-options-pagination_link {
  margin-left: 10px;
  margin-right: 10px
}

.search-options.search-options_bottom a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  margin-left: 10px;
  margin-right: 10px;
  min-width: 24px;
  padding: 5px 9px 3px
}

.search-options.search-options_bottom a.search-options-pagination_link__arrow {
  height: 30px;
  width: 30px
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link {
  background-color: #1534c8;
  color: #fff
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  opacity: 1
}

.search-options.search-options_bottom .search-options-pagination_item a.search-options-pagination_link {
  opacity: 1
}

.search-options.search-options_top {
  margin-bottom: 30px
}

.search-options.search-options_top .search-options-pagination {
  margin-right: 30px
}

.search-options .form-group:not(:last-child) {
  margin-bottom: 0
}

.search-options .form-group:first-child {
  margin-right: 64px
}

.search-options .form-label {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-right: 15px;
  padding-bottom: 11px;
  padding-top: 11px
}

.search-options .form-select {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: 500;
  height: 38px;
  line-height: 20px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-top: 9px;
  width: auto
}

.search-options-pagination_list {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 6px;
  padding-top: 6px
}

.search-options-pagination .search-options-pagination_item {
  display: table;
  margin: 0
}

.search-options-pagination .search-options-pagination_item:first-of-type a {
  margin-left: 0 !important
}

.search-options-pagination .search-options-pagination_item:last-of-type a {
  margin-right: 0 !important
}

.search-options-pagination a.search-options-pagination_link__arrow {
  align-items: center;
  background-color: #3665fd;
  border-radius: 50%;
  border: 1px solid #3b68fd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 26px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 26px;
  transition: .3s
}

.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: #10289a;
  border-color: #10289a;
  box-shadow: 0px 10px 10px rgba(16, 40, 154, 0.25)
}

.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):focus svg,
.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):hover svg {
  fill: #fff
}

.search-options-pagination a.search-options-pagination_link__arrow svg {
  fill: #fff
}

.search-options-pagination a.search-options-pagination_link {
  margin: 0 5px
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-width: 26px;
  opacity: 0.6;
  padding: 6px 5px 4px;
  text-align: center
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow):focus,
.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow):hover {
  opacity: 0.8
}

.search-options-pagination a.search-options-pagination_link.disable {
  cursor: no-drop;
  opacity: 0.6 !important
}

.search-options-left,
.search-options-right {
  width: 100%
}

.search-options-left {
  max-width: calc(100% - 330px - 30px)
}

.search-options-right {
  max-width: 330px
}

.search-options-pagination_item.active a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  opacity: 1
}

.search-options-pagination_link__arrow svg {
  fill: #1534c8;
  height: 7px;
  width: 7px
}

.search-view_link {
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  margin: 10px 5px;
  opacity: 0.4
}

.search-view_link:last-child {
  margin-right: 0
}

.search-view_link svg {
  fill: #1534c8;
  height: 18px;
  width: 18px
}

.search-view_link.active {
  opacity: 1
}

.showcase-search {
  padding-bottom: 30px
}

.showcase-search.showcase-search_grid .showcase-item {
  float: left;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% / 3 - 16px)
}

.showcase-search.showcase-search_grid .showcase-item .showcase-product {
  margin-bottom: 10px
}

.showcase-search.showcase-search_grid .showcase-list {
  display: table;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px)
}

.search-filters-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 50px;
  width: 100%
}

.search-filters-content .form-radio input:checked+.form-icon::before {
  background-color: #000;
  height: 8px;
  width: 8px
}

.search-filters-content .form-radio input:focus+.form-icon,
.search-filters-content .form-radio input:hover+.form-icon {
  background-color: #132eb1;
  border: 0;
  box-shadow: none
}

.search-filters-content .form-radio input:checked+.form-icon {
  background-color: #1534c8;
  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: #d3ddff;
  border: 0;
  bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 16px;
  margin: auto;
  top: 0;
  width: 16px
}

.search-filters-content .form-radio .form-text {
  padding-top: 2px
}

.search-filters-content .form-checkbox {
  align-items: center;
  display: flex;
  margin: 0;
  padding-bottom: 7px;
  padding-left: 24px;
  padding-top: 7px
}

.search-filters-content .form-checkbox .form-icon {
  border-color: #d3ddff;
  bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: auto;
  top: 0
}

.search-filters-content .form-group.form-group_category {
  padding-bottom: 15px;
  padding-top: 15px
}

.search-filters-content .form-group:not(:last-child) {
  margin-bottom: 0
}

.search-filter {
  margin-bottom: 30px
}

.search-filter:not(.search-filter_price) .search-filter-body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto
}

.search-filter-body {
  margin: 14px 0;
  max-width: 100%;
  padding: 0 6px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.search-filter-header {
  background-color: rgba(21, 52, 200, 0.05);
  border-radius: 15px;
  cursor: pointer;
  height: 54px;
  padding: 16px 20px
}

.form-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 2px
}

.search-filter-icon {
  align-items: center;
  background-color: #1c4cf1;
  border-radius: 50%;
  border: 2px solid #1c4cf1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  float: right;
  height: 22px;
  justify-content: center;
  width: 22px
}

.search-filter-icon svg {
  fill: #fff;
  height: auto;
  width: 10px
}

.search-filter-link_category.active .form-radio .form-icon:after {
  background-color: #2255fd;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px
}

.search-filter-link_category.search-filter-link_category__back {
  display: table;
  padding: 2px 0
}

.search-filter-link_category.search-filter-link_category__child .form-checkbox,
.search-filter-link_category.search-filter-link_category__child .form-radio {
  margin-left: 22px;
  padding-bottom: 5px;
  padding-top: 5px
}

.search-filter-link_category.search-filter-link_category__child2 .form-checkbox,
.search-filter-link_category.search-filter-link_category__child2 .form-radio {
  margin-left: 44px;
  padding-bottom: 5px;
  padding-top: 5px
}

.form-radio.form-radio_subCategory {
  margin-left: 22px;
  padding-bottom: 5px;
  padding-top: 5px
}

.search-filter .icon_arrow_down {
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

.search-filter[open=""] .search-filter-icon svg {
  transform: rotate(180deg)
}

.search-filter-title {
  color: #000;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 2px;
  padding-top: 2px
}

.search-filters-btn {
  display: table;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  transition: .3s
}

.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: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  color: #000
}

.search-filter_variation__button .form-radio input:checked+.search-filter-variation_link.search-filter-variation_link__cor {
  border-color: #fff !important;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15)
}

.search-filter_variation__button .search-filter-variation_list {
  display: table;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px)
}

.search-filter_variation__button .search-filter-variation_link {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 2px 8px 8px;
  min-width: 28px;
  padding: 2px 5px;
  text-align: center
}

.search-filter_variation__button .search-filter-variation_link.search-filter-variation_link__cor {
  border-radius: 50%;
  border-width: 3px;
  font-size: 0;
  height: 24px;
  min-width: 0;
  padding: 0;
  width: 24px
}

.search-filters-btn {
  background-color: #1c4cf1;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 20px;
  text-transform: uppercase
}

.search-filter-variation_list__button {
  padding-bottom: 10px;
  padding-top: 10px
}

.search-filter-price .noUi-horizontal {
  height: 3px
}

.search-filter-price .noUi-target {
  background-color: #1534c8;
  border-radius: 2px;
  border: none;
  box-shadow: none
}

.search-filter-price .noUi-connect {
  background: #fdca22
}

.search-filter-price .noUi-handle {
  background-color: #fdca22;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  height: 12px;
  right: -6px;
  top: -5px;
  width: 12px
}

.search-filter-price .noUi-handle>* {
  display: none
}

.search-filter-price .noUi-handle:after,
.search-filter-price .noUi-handle:before {
  display: none
}

.search-filter-price_values {
  color: #000;
  display: table;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 22px;
  width: 100%
}

.search-filter-price_values .search-filter-price_lower {
  float: left
}

.search-filter-price_values .search-filter-price_upper {
  float: right
}

.search-main .showcase-product {
  padding-left: 16px;
  padding-right: 16px
}

.main-background_open .search-filters-content,
.main-background_open .search-options_mobile {
  box-shadow: none
}

.search-options_mobile {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 70px;
  position: relative;
  z-index: 99
}

.search-options_mobile .search-filters-content {
  border-radius: 0;
  padding: 0
}

.search-options_mobile .search-option-icon {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  margin: 0 auto;
  width: 22px
}

.search-options_mobile .search-option-icon svg {
  fill: #1534c8;
  height: 20px;
  width: 22px
}

.search-options_mobile .search-option-title {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  margin-top: 6px
}

.search-options_mobile .search-option[open] {
  box-shadow: none
}

.search-options_mobile .search-option_order .form-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.search-options_mobile .search-option_order .form-label {
  display: none
}

.search-options_mobile .search-option_order .form-group .dropdown {
  border-radius: 8px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%
}

.search-options_mobile .search-option_order .form-group .dropdown>.btn {
  border-radius: 8px;
  font-size: 15px;
  height: auto;
  line-height: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 15px;
  text-align: left;
  width: 100%
}

.search-options_mobile .search-option_order .form-group .dropdown ul {
  width: 100%
}

.search-options_mobile .search-option_order .form-group .dropdown ul a {
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 16px
}

.search-options_mobile .search-option_order .form-select {
  border-radius: 8px;
  font-size: 15px;
  height: auto;
  line-height: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 15px;
  width: 100%
}

.search-options_mobile .search-option_view .search-option-icon {
  width: auto
}

.search-options_mobile .search-options-body_item {
  display: none;
  opacity: 0;
  padding: 30px 20px 20px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1);
  width: 100%
}

.search-options_mobile .search-options-body_item.open {
  display: table;
  opacity: 1
}

.search-options_mobile .search-options-header {
  display: table;
  width: 100%
}

.search-options_mobile .search-options-header_item {
  float: left;
  padding: 13px 15px;
  text-align: center;
  width: 33.3333333333%
}

.search-options_mobile .search-view_link {
  display: table;
  float: none;
  margin: auto;
  opacity: 1
}

.search-options_mobile .search-view_link[data-type="grid"] .search-option-icon__grid {
  display: flex;
  opacity: 1
}

.search-options_mobile .search-view_link[data-type="list"] .search-option-icon__list {
  display: flex;
  opacity: 1
}

.search-options_mobile .search-view_link .search-option-icon {
  display: none;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1)
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .search-options.search-options_top .search-options-pagination {
    margin-right: 15px
  }

  .search-options .form-group:first-child {
    margin-right: 20px
  }

  .search-options-left {
    max-width: calc(100% - 310px - 20px)
  }

  .search-options-right {
    max-width: 310px
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 3 - 16px)
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .search-filter-price_values {
    font-size: 13px
  }

  .search-filters-content {
    border-radius: 18px;
    padding: 30px 15px 40px
  }

  .search-options.search-options_top .search-options-pagination {
    float: right !important;
    margin-left: auto;
    margin-right: 0
  }

  .search-options.search-options_top .search-options-left {
    padding-bottom: 2px;
    padding-top: 2px
  }

  .search-options .form-group:first-child {
    margin-right: 20px
  }

  .search-options .form-label {
    font-size: 13px;
    margin-right: 10px;
    padding-bottom: 9px;
    padding-top: 9px
  }

  .search-options .form-select {
    border-radius: 6px;
    font-size: 12px;
    height: 34px;
    line-height: 20px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-top: 7px
  }

  .search-options-left {
    max-width: 480px
  }

  .search-options-pagination a.search-options-pagination_link {
    margin-left: 2px;
    margin-right: 2px
  }

  .search-options-right {
    max-width: calc(100% - 480px)
  }

  .search-view_link {
    margin-bottom: 0
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px)
  }

  .search-view {
    margin-right: 15px
  }
}

@media (max-width: 991px) {
  .search-filters-content {
    box-shadow: none
  }

  .search-header {
    padding: 15px 20px
  }

  .search-header>* {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    width: 100%
  }

  .search-left>* {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px
  }

  .search-left ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .search-main {
    padding-bottom: 40px;
    padding-top: 30px
  }

  .search-options.search-options_bottom {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 20px 20px
  }

  .search-options.search-options_bottom .search-options-pagination a.search-options-pagination_link {
    margin-left: 15px;
    margin-right: 15px
  }

  .search-options.search-options_bottom a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    min-width: 30px;
    padding-bottom: 4px;
    padding-top: 6px
  }

  .search-options_mobile {
    display: table !important
  }

  .search-right {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
  }

  .showcase-search {
    padding-bottom: 0
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 3 - 16px)
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .showcase-search {
    padding-bottom: 0
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px)
  }
}

@media (max-width: 575px) {
  .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: #eaeaea;
  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: #d1d1d1;
  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
  }
}