/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

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

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

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

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.hidden {
  visibility: hidden;
}

.no-btn {
  cursor: initial;
}

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: Philosopher;
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
  src: url(fonts/Philosopher-Bold.woff2) format('woff2'),
  url(fonts/Philosopher-Bold.woff) format('woff'),
  url(fonts/Philosopher-Bold.ttf) format('truetype');
}

@font-face {
  font-family: OpenSans;
  font-weight: 300;
  font-style: normal;
  src: url(fonts/OpenSans-Light.woff2) format('woff2'),
  url(fonts/OpenSans-Light.woff) format('woff'),
  url(fonts/OpenSans-Light.ttf) format('truetype');
}

@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/OpenSans.woff2) format('woff2'),
  url(fonts/OpenSans.woff) format('woff'),
  url(fonts/OpenSans.ttf) format('truetype');
}

@font-face {
  font-family: OpenSans;
  font-weight: 500;
  font-style: normal;
  src: url(fonts/OpenSans-Semibold.woff2) format('woff2'),
  url(fonts/OpenSans-Semibold.woff) format('woff'),
  url(fonts/OpenSans-Semibold.ttf) format('truetype');
}

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  font-style: normal;
  src: url(fonts/OpenSans-Bold.woff2) format('woff2'),
  url(fonts/OpenSans-Bold.woff) format('woff'),
  url(fonts/OpenSans-Bold.ttf) format('truetype');
}

html {
  font-size: 62.5%;
}

body {
  font-family: OpenSans, sans-serif;
  font-size: 1.6rem;
  color: #09090e;
}

h1 {
  font-size: 1.7rem;
}

h1,
h2,
h3 {
  font-family: Philosopher, Fallback, Georgia, serif;
  font-weight: 600;
}

h2 {
  font-size: 3rem;
  text-transform: capitalize;
}

body,
html {
  height: 100%;
}

body {
  color: #383838;
  width: 100%;
  margin: 0;
}

.wrapper {
  max-width: 100%;
}

.link-download i {
  top: 2px;
  margin-left: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: #383838;
  -webkit-transition-property: color, outline-width;
  transition-property: color, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

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

a:focus,
a:hover {
  color: #b3b3b3;
}

img {
  display: block;
}

ul {
  padding: 0;
  list-style: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

main,
main .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100%;
}

main .content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
}

main .content.page-cabinet {
  max-width: 1000px;
}

main .content.registration-page .title {
  text-align: center;
}

.content.center-block {
  justify-content: center;
}

main > :not(header):not(footer) {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.custom-page {
  padding: 16px 22px;
  word-break: break-word
}

.required::after {
  content: '*';
}

.page,
.home-page {
  margin-bottom: 88px;
}

.page .row {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.page-cabinet .row {
  overflow: auto;
}

.personal-cab-link {
  margin-top: -1px;
}

.order-checkout {
  width: 100%;
}

.order-checkout form {

}

.page .center-block {
  margin-bottom: 85px;
}

.page div.title {
  margin: 44px;
}
.page div.title h2 {
  text-align: left;
}

.header {
  -webkit-box-pack: justify;
  background-color: #383838;
  color: #fff;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 44px;
  position: relative;
}

.header .navigation,
.header .logo,
.header .cart {
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

.footer {
  -webkit-box-align: center;
  align-items: center;
  background-color: #383838;
  color: #fff;
  padding: 16px 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: auto;
}

.logo img {
  height: auto;
  margin: 0 auto;
  max-height: 66px;
  object-fit: contain;
  width: 100%;
}

.footer .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}

.footer .logo:after {
  color: #989898;
  content: 'Internet store';
  font-family: OpenSans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  text-transform: none;
}

.footer .social {
  margin-top: 30px;
}

.form.title {
  margin-top: 40px;
  margin-bottom: 36px;
}

.login-form {
  padding-top: 38px;
}

.grid,
.search {
  display: grid;
  grid-template-columns: 1fr;
}

.grid {
  margin: 0 16px;
}

.items {
  margin-bottom: 44px;
}

.items,
.top-wrapper {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fill, 256px);
  -webkit-box-pack: center;
  justify-content: center;
}

.brand {
  margin-bottom: 44px;
}

.brands-catalog .divider {
  border-top-color: #e8e8e8;
  margin: 0;
}

.brands-catalog .card-description {
  color: #929292;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  width: 232px;
  margin: 16px auto 30px;
}

.brands-catalog .brands.title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brands-catalog .brands.title h2 {
  margin: 0 auto;
}

.brands-catalog .brands.title .subtitle {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.brands-catalog .brands.brands-images {
  margin-top: 26px;
}

.shopping-cart {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.shopping-cart .title {
  margin-top: 40px;
  margin-bottom: 36px;
}

.shopping-cart .btn-default {
  text-transform: uppercase;
}

.product-page .product-spec {
  margin-top: 40px;
}

.product-page {
  position: relative;
  margin-bottom: 40px;
}

.product-page .card-description {
  text-align: left;
}

.product-page .card-image img {
  height: 118px;
  object-fit: contain;
}

.product-page .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-page .item-content {
  margin-left: 16px;
  margin-right: 16px;
}

.product-page .item-image {
  position: relative;
}

.product-page .preview-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 18px;
  margin-left: 16px;
  margin-right: 16px;
}

.product-page .preview {
  border: 1px solid #dbdbdb;
  padding: 8px 4px;
  z-index: 20;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-page .preview:hover {
  opacity: 0.3;
}

.product-page .item-description {
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 32px;
}

.product-page .item-description .price:before {
  margin-right: 0;
  content: '$';
}

.product-page .price {
  margin-top: 12px;
  margin-bottom: 28px;
}

.product-page .action {
  margin-top: 12px;
  margin-bottom: 18px;
}

.product-page .quantity {
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 8px 0;
  width: 100%;
}

.product-page .quantity span {
  color: #929292;
  margin-right: 20px;
}

.product-page .quantity .quantity-input {
  -webkit-box-align: center;
  align-items: center;
}

.product-page .quantity .quantity-input .form-control {
  height: 30px;
  width: 50px;
}

.product-page .btn-card {
  height: 52px;
  max-width: 255px;
}

.product-page .btn-main {
  height: 52px;
}

.product-page .carousel-wrapper {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 24px;
}

.product-page .carousel {
  padding-bottom: 20px;
}

.product-page .carousel-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.product-page .card-title {
  font-size: 1.4rem;
}

.product-page .card-amount {
  margin-top: 4px;
}

.product-page .card-link {
  margin-bottom: 8px;
  max-width: 160px;
}

.product-page .card-link:hover .card-amount,
.product-page .card-link:hover .card-title {
  opacity: 0.7;
}

.product-page .card-link:focus,
.product-page .card-link:hover {
  margin-bottom: unset;
}

.product-page .card-link:focus .card-amount,
.product-page .card-link:hover .card-amount {
  color: #929292;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 4px;
}

.home-page .carousel-wrapper {
  border-bottom: 1px solid #e8e8e8;
}

.home-page .item-image:after {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}

.home-page .item-description {
  margin: 10px 32px 40px;
}

.home-page .price {
  margin-bottom: 12px;
}

.grid .card-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  max-width: 50ch;
  overflow: hidden;
  min-height: 100px;
}

.grid .card-description.small {
  -webkit-line-clamp: 3 !important;
  min-height: 50px !important;
}

.home-page .action {
  margin-top: 36px;
}

.checkout-page {
  margin-left: 16px;
  margin-right: 16px;
}

.checkout-page .title {
  text-align: left;
}

.checkout-page .title,
.checkout-page .title .subtitle {
  margin-right: 0;
  margin-left: 0;
}

.checkout-page .btn-main {
  max-width: 310px;
}

.checkout-page .checkout-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.checkout-page .checkout-title {
  font-size: 1.6rem;
  font-weight: 500;
}

.navigation {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navigation > div {
  width: 100%;
}

.navigation .navbar-collapse {
  box-shadow: unset;
  padding: 0;
}

.navigation .icon-bar {
  background-color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation .navbar-toggle {
  border-color: #fff;
  margin: 0;
  position: relative;
  -webkit-transition-property: border-color, outline-width;
  transition-property: border-color, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation .navbar-toggle:hover {
  border-color: #b3b3b3;
}

.navigation .navbar-toggle:hover .icon-bar {
  background-color: #b3b3b3;
}

.navigation .navbar-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.navigation a.link {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  white-space: nowrap;
}

.navigation a.link:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #6a6a6a;
}

.navigation a.link:focus,
.navigation a.link:hover {
  color: #b3b3b3;
  text-decoration: none;
}

.navigation .menu {
  -webkit-box-align: center;
  align-items: center;
  background-color: #383838;
  display: -webkit-box;
  display: flex;
  margin: 0;
}

.navigation .menu > li {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation .menu > li:not(:last-child) {
  margin-right: 48px;
}

.logo {
  font-family: Philosopher, Fallback, Georgia, serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.logo a {
  color: inherit;
  display: block;
  margin: 0 auto;
  max-height: 66px;
  max-width: 180px;
  text-decoration: none;
}

.btn-group {
  display: -webkit-box;
  display: flex;
}

.cart-widget-wrapper {
  margin-top: 10px;
}

.cart {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  position: relative;
}

.cart .badge {
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #ff8a00;
}

.cart .icon {
  color: #cecece;
  font-size: 12px;
  top: 2px;
  right: 2px;
}

.cart .dropdown-toggle {
  background: inherit;
  border: none;
  display: -webkit-box;
  display: flex;
  margin-right: 10px;
  padding: 16px 8px 5px;
  text-transform: capitalize;
  -webkit-transition-property: color, outline-width;
  transition-property: color, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart .dropdown-toggle:hover:not(.badge) {
  color: #b3b3b3;
}

.cart .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.cart .dropdown-toggle > :first-child {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
  white-space: nowrap;
}

.cart .dropdown-toggle > :first-child:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #6a6a6a;
}

.cart .arrow {
  color: #383838;
  font-size: 2rem;
  left: 40px;
  position: absolute;
  top: -14px;
}

.cart .btn {
  font-size: 1.6rem;
  text-transform: capitalize;
  line-height: 1;
  padding: 8px 18px;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart .btn:first-child {
  padding: 8px 22px;
}

.cart .btn-default {
  color: inherit;
  background-color: inherit;
}

.cart .btn-default:hover {
  color: #b3b3b3;
}

.cart .btn-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.cart .btn-group > a {
  -webkit-transition-property: color, outline-width;
  transition-property: color, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart .payments {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 20px auto 12px;
}

.cart .payments :first-child {
  margin-right: 22px;
}

.cart .payments img {
  max-height: 28px;
  max-width: 48px;
}

.cart .cart-items {
  margin-bottom: 12px;
}

.cart .cart-items li {
  align-items: center;
  display: -webkit-box;
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #4a4a4a;
}

.cart .cart-items li:last-child {
  border-bottom: 2px solid #7a7a7a;
}

.cart .cart-item {
  color: #bfbfbf;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 16px;
}

.cart .cart-price {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-left: auto;
}

.cart .cart-price:before {
  content: '$';
}

.cart .dropdown-menu {
  background-color: #383838;
  left: auto;
  margin-top: 24px;
  min-width: 256px;
  padding: 22px 18px;
}

.cart .dropdown-menu .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

div.title {
  margin: 44px auto 40px;
  text-align: center;
}

.title .subtitle {
  color: #929292;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 2px;
  max-width: 99ch;
}

.social {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
}

.social img {
  width: 28px;
}

.social li {
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.social li:hover {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.social li:not(:last-child) {
  margin-right: 8px;
}

.left-filter {
  justify-self: center;
  min-width: 274px;
}

.left-filter .btn {
  -webkit-box-align: center;
  align-items: center;
  background-color: #f9f9f9;
  border-color: #c1c1c1;
  display: -webkit-box;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: justify;
  justify-content: space-between;
  line-height: 1;
  padding: 8px 12px 6px;
  text-transform: capitalize;
  width: 100%;
  -webkit-transition-property: outline-width, background-color;
  transition-property: outline-width, background-color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.left-filter .btn.no-btn:active {
  box-shadow: unset;
}

.left-filter .btn.no-btn:active:focus,
.left-filter .btn.no-btn:active:hover {
  border-color: #c1c1c1;
}

.left-filter .btn.no-btn:focus,
.left-filter .btn.no-btn:hover {
  background-color: #f9f9f9;
}

.left-filter .btn:hover {
  background-color: #e6e6e6;
}

.left-filter .btn .caret {
  border-width: 6px;
}

.left-filter .dropdown-toggle:focus {
  -webkit-transition-property: outline;
  transition-property: outline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: 5px auto -webkit-focus-ring-color;
}

.left-filter .panel {
  margin-bottom: 0;
  border: none;
  background-color: unset;
  box-shadow: unset;
}

.left-filter .panel:not(:last-child) .btn,
.left-filter .panel:not(:last-child) .well {
  border-bottom-color: #e3e3e3;
}

.left-filter .panel:not(:first-child) .btn {
  border-top: unset;
}

.left-filter .panel:not(:first-child) .btn:not(.collapsed) {
  border-bottom-color: #e3e3e3;
}

.left-filter .btn {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.left-filter .caret {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left-filter .dropdown-toggle {
  border-left-color: #c1c1c1;
  border-right-color: #c1c1c1;
}

.left-filter .collapsed .caret {
  -webkit-transform: unset;
  transform: unset;
}

.left-filter .filter-menu {
  margin-bottom: 0;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 0 1px;
}

.filter-menu h4 {
  margin: 8px 0;
}

.left-filter .filter-menu li {
  padding: 10px 12px 10px 34px;
}

.left-filter .filter-menu li:not(:first-child) {
  border-top: 1px solid #f9f9f9;
}

.left-filter .filter-menu li a {
  font-size: 1.4rem;
  font-weight: 400;
}

.left-filter .well {
  background-color: #f9f9f9;
  border-radius: 0;
  border-top-width: 0;
  border-color: #c1c1c1;
  box-shadow: unset;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  font-size: 1.6rem;
  font-weight: 600;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 34px 44px;
}

.left-filter .well > label.range {
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

.left-filter .well .slider {
  width: 100%;
  margin-top: 4px;
}

.left-filter .well .slider .slider-track {
  border-radius: unset;
}

.left-filter .well .slider .slider-track-high,
.left-filter .well .slider .slider-track-low {
  background-color: #c8c8c8;
  border-radius: inherit;
}

.left-filter .well .slider .slider-selection {
  background-color: #383838;
  background-image: unset;
  border-radius: inherit;
}

.left-filter .well .slider .slider-handle.custom:before {
  color: #383838;
  content: '\25E2';
  font-size: 1rem;
  line-height: 1;
  position: relative;
  top: 7px;
}

.left-filter .well .slider .slider-handle.custom:last-child:before {
  content: '\25E3';
  left: 9px;
}

.left-filter .input-group-addon {
  background-color: unset;
  border: none;
  color: #383838;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 4px;
  padding: 0;
  width: unset;
}

.left-filter .form-control {
  border-radius: 0;
  color: #09090e;
  font-size: 1.2rem;
  font-weight: 300;
  height: 18px;
  padding: 0;
  width: 42px;
}

.left-filter .input-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 6px;
}

.left-filter .input-group:last-child {
  margin-right: 16px;
}

.top-wrapper {
  margin-bottom: 18px;
}

.top-wrapper .caret {
  margin-left: 8px;
}

.top-wrapper .dropdown-menu {
  z-index: 1200;
}

.top-wrapper .filter-title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.top-wrapper .top-filter {
  height: fit-content;
  position: relative;
}

.top-wrapper .top-filter .btn {
  -webkit-box-align: center;
  align-items: center;
  background-color: #f9f9f9;
  border-color: #c1c1c1;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-box-pack: justify;
  justify-content: space-between;
  line-height: 1;
  padding: 8px 12px 6px;
  text-transform: capitalize;
  width: 100%;
  -webkit-transition-property: outline-width, background-color;
  transition-property: outline-width, background-color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-wrapper .top-filter .btn:hover {
  background-color: #e6e6e6;
}

.top-wrapper .top-filter .btn .caret {
  border-width: 6px;
}

.top-wrapper .top-filter .dropdown-toggle:focus {
  -webkit-transition-property: outline;
  transition-property: outline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: 5px auto -webkit-focus-ring-color;
}

.card-link {
  margin-bottom: 30px;
}

.card-link:active .card .card-overlay {
  box-shadow: 0 1px 46px 0 rgba(0, 0, 0, 0.3);
}

.card-link:focus,
.card-link:hover {
  color: #383838;
  margin-bottom: 20px;
}

.card-link:focus .card-image:after,
.card-link:hover .card-image:after {
  background-color: unset;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-link:focus .card-amount,
.card-link:hover .card-amount {
  color: #383838;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 12px;
  -webkit-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card-link:focus .card-overlay,
.card-link:hover .card-overlay {
  box-shadow: 0 1px 46px 0 rgba(0, 0, 0, 0.11);
  height: 155%;
  opacity: 1;
  display: block;
  position: absolute;
  visibility: visible;
  width: 100%;
  z-index: 1100;
}

.card-link:focus .card-action,
.card-link:hover .card-action {
  visibility: visible;
}

.card-link:focus .btn-card,
.card-link:hover .btn-card {
  display: -webkit-box;
  display: flex;
}

.card-link:focus {
  outline: none;
}

.card-link:focus .card-overlay {
  outline: 2px auto -webkit-focus-ring-color;
}

.card-title {
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-title:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #cdcdcd;
}

.card-image {
  width: 251px;
  height: 227px;
  padding: 32px;
  position: relative;
}

.card-image img {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.card-image:after {
  background-color: #e8e8e8;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

.card-amount {
  color: #929292;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}

.card-amount:before {
  content: '$';
}

.card-overlay {
  display: none;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 120;
  -webkit-transition: outline-width, box-shadow 0.25s;
  transition: outline-width, box-shadow 0.25s;
}

.card-action {
  background-color: #fff;
  bottom: 0;
  margin-top: 14px;
  max-height: 150px;
  position: absolute;
  width: 100%;
}

.card-description {
  color: #404040;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 0 12px;
  text-align: center;
  visibility: inherit;
}

.card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-self: center;
  max-width: 256px;
  position: relative;
}

.card,
.card .btn-card {
  -webkit-box-align: center;
  align-items: center;
}

.card .btn-card {
  background-color: #383838;
  color: #fff;
  display: none;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px 16px;
  visibility: inherit;
  width: 100%;
  -webkit-transition-property: opacity, outline-width;
  transition-property: opacity, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.card .card-action .btn-card:hover {
  opacity: 1;
}

.card .btn-group-vertical {
  border: 1px solid #fff;
  width: 100%;
}

.card .btn-card {
  height: 48px;
}

.card .btn-card:hover {
  opacity: 0.7;
}

.card .btn-card > svg {
  margin: 0;
}

.card .btn-card > span {
  margin: 0 30px;
}

.card .btn.btn-card.btn-card-inverted {
  background-color: #fff;
  color: #383838;
  border-color: #383838;
  border-radius: unset;
  border-style: inset;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: unset;
}

.btn-card > img.logo-cart {
  margin-left: 15px;
  margin-right: 25px;
}

.more {
  display: -webkit-box;
  display: flex;
  grid-column: 1/-1;
  justify-content: center;
}

.more .divider {
  display: none;
}

.more .btn {
  border-color: #474747;
  border-width: 2px;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 52px;
  padding: 8px 30px;
  text-transform: uppercase;
}

.brands.title {
  margin: 36px 16px 26px;
}

.brands.title > a,
.brands.title > h2 {
  font-family: Philosopher, Fallback, Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brands.title > a:after,
.brands.title > h2:after {
  margin-top: -4px;
}

.brands.title > a {
  line-height: 1.1;
}

.brands.title > a:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #cdcdcd;
}

.brands .subtitle {
  margin: 20px auto 0 0;
  text-align: left;
}

.brands .image {
  display: -webkit-box;
  display: flex;
  height: 100px;
  margin: 0 auto;
  width: 232px;
}

.brands .image img {
  height: 100%;
  margin: auto;
  object-fit: none;
  width: 100%;
}

.brands.brands-images {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 16px 34px;
}

.brands.brands-images a {
  -webkit-transition-property: opacity, outline-width;
  transition-property: opacity, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.brands.brands-images a:nth-child(odd) .image {
  background-color: #f9f9f9;
}

.brands.brands-images a:hover {
  opacity: 0.7;
}

.order {
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 1.2rem;
}

.order-body .center-block {
  align-items: center;
  flex-direction: column;
  display: flex;
  margin-top: 44px;
  margin-bottom: 44px;
}

.order-body .btn-main {
  margin-top: 20px;
  width: 150px;
}

.order-body,
.order-headline,
.order-total {
  background-color: #f9f9f9;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.confirmation-orders .order-headline {
  background-color: initial;
}

.confirmation-form-subtitle {
  display: flex;
  flex-direction: column;
}

.order-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.column-title {
  width: 50%;
}

.column-quantity {
  width: 25%;
}

.column-quantity .quantity-input .form-control {
  height: 18px;
}

.column-quantity .quantity-input button {
  display: none;
}

button.delete {
  background-color: inherit;
  border: none;
  max-height: 16px;
  margin: 2px 0 0 auto;
  opacity: 1;
  padding: 0;
  text-shadow: unset;
  max-width: 16px;
  outline-offset: -2px;
  -webkit-transition-property: outline-width, opacity;
  transition-property: outline-width, opacity;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

button.delete:hover {
  opacity: 0.5;
}

button.delete svg {
  height: inherit;
  width: inherit;
}

button.delete img {
  height: auto;
  width: 100%;
}

.order-headline {
  border-bottom: 1px solid #e8e8e8;
  color: #5d5d5d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.order-headline .order-row {
  padding: 10px 0;
}

.order-body {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1;
  font-weight: 500;
}

.order-body .order-row {
  padding: 16px 0 15px;
}

.order-body .order-row:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.order-body .column-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.order-body .column-quantity p,
.order-body .column-title span {
  font-weight: normal;
  font-size: 1.4rem;
}

.order-body .column-title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 5px;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.order-body .column-title a:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #383838;
  opacity: 0.25;
}

.order-body .column-title span {
  color: #929292;
}

.order-body .column-title span:before {
  content: '$';
}

.order-body .column-quantity {
  color: #09090e;
}

.order-body .column-price {
  color: #09090e;
  display: -webkit-box;
  /*display: flex;*/
  display: block;
  font-size: 1rem;
}

.order-body .column-price p {
  display: flex;
  margin-top: 4px;
}

.order-body .column-price p:before {
  content: '$';
}

.order-total {
  -webkit-box-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.custom-radio {
  color: #383838;
}

div.custom-radio label {
  cursor: pointer;
}

div.checkbox.custom-checkbox {
  color: #383838;
  display: -webkit-box;
  display: flex;
}

div.checkbox.custom-checkbox label {
  min-height: unset;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 12px;
  height: 16px;
  width: 16px;
  border: 2px solid #383838;
  padding: 0;
}

div.checkbox.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin-left: 0;
}

div.checkbox.custom-checkbox input:checked ~ .checkmark {
  opacity: 1;
}

div.checkbox.custom-checkbox input:focus ~ .checkmark {
  outline: 5px auto -webkit-focus-ring-color;
}

div.checkbox.custom-checkbox .checkmark {
  opacity: 0;
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 16px;
  width: 16px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

div.checkbox.custom-checkbox > span {
  line-height: 1;
}

div.checkbox.custom-checkbox.agree-terms > span {
  font-size: 14px;
}

.order-total .price {
  color: #09090e;
  font-weight: 500;
  margin-top: 22px;
  white-space: nowrap;
}

.order-total .price p {
  display: flex;
}

.order-total .price span {
  margin-left: auto;
}

.order-total .price span:before {
  content: '$';
}

.order-total .checkbox,
.order-total .price {
  font-size: 1.5rem;
  max-width: 220px;
  width: 90%;
}

.order-action {
  background-color: #fff;
  margin: 15px 16px 40px;
}

.order-action .btn {
  display: block;
  margin: 0 auto;
}

.order-action .btn-default {
  border-color: #383838;
  border-width: 2px;
  color: #383838;
  font-weight: 600;
  padding: 6px 16px;
  text-transform: uppercase;
}

.quantity-input {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
}

.quantity-input label {
  font-weight: inherit;
  display: block;
  margin-bottom: 0;
  max-width: unset;
}

.quantity-input input {
  line-height: 1;
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
}

.quantity-input input[type='number']::-webkit-inner-spin-button,
.quantity-input input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

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

.quantity-input button {
  background-color: inherit;
  border: none;
  color: #cdcdcd;
  cursor: pointer;
  height: 22px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  outline-offset: -2px;
  padding: 0;
  width: 22px;
  -webkit-transition-property: background-color, border, color;
  transition-property: background-color, border, color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.quantity-input button:hover {
  opacity: 0.5;
}

.quantity-input button svg {
  height: inherit;
  width: inherit;
}

.quantity-input .form-control {
  border-color: #e8e8e8;
  font-size: 1.2rem;
  color: inherit;
  padding: 4px 0;
  width: 30px;
}

label.priority-radio-label{
  font-weight: normal;
  margin-right: 10px;
}
.priority-level-1{
  color: red;
}
.priority-level-2{
  color: #ff8a00;
}
.priority-level-3{
  color: #409967;
}
.priority-level-4{
  color: #2c638f;
}
.priority-level-5{
  color: #929292;
}

.item-image {
  align-items: flex-end;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}

.item-image:after {
  background-color: #e8e8e8;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

.product-page .preview-group {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 18px;
}

.item-image .main-image {
  height: auto;
  margin: auto;
  z-index: 19;
}

.item-image .main-image img {
  margin: 0 auto;
  max-height: 400px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
}

.item-image .preview img {
  height: 41px;
  width: 51px;
  object-fit: contain;
}

.item-content .item-description {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.item-content .price {
  color: #383838;
  font-size: 2rem;
  font-weight: 300;
}

.item-content .price:before {
  /*content: "$";*/
  color: #383838;
  margin-right: -4px;
}

.item-content .price span {
  color: #929292;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 10px;
}

.item-content .card-description {
  color: #929292;
  font-size: 1.4rem;
  font-weight: 300;
  min-width: unset;
}

.item-content .action {
  display: -webkit-box;
  display: flex;
}

.btn-card {
  -webkit-box-align: center;
  align-items: center;
  background-color: #383838;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px 16px;
  visibility: inherit;
  width: 100%;
  -webkit-transition-property: opacity, outline-width;
  transition-property: opacity, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-card.btn {
  color: #fff;
}

.btn-card:hover {
  opacity: 0.7;
}

.btn-card > * {
  margin-left: 30px;
}

.btn-main {
  border-color: #383838;
  border-width: 2px;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.breadcrumbs {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  font-size: 1.4rem;
  position: relative;
}

.breadcrumbs > :not(:last-child) {
  margin-right: 14px;
}

.breadcrumbs > a:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #383838;
  opacity: 0.25;
}

.breadcrumbs svg {
  height: 7px;
  width: 16px;
}

.breadcrumbs .breadcrumbs-brand {
  font-weight: bold;
  font-size: 1.5em;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-wrapper .icon {
  height: 24px;
  margin: auto;
  position: absolute;
  top: 26px;
  width: 24px;
  z-index: 10;
}

.carousel-wrapper .carousel-control {
  border: unset;
  background-color: transparent;
  color: transparent;
  height: 80px;
  opacity: unset;
  position: absolute;
  text-shadow: unset;
  top: 50%;
  z-index: 10;
  width: 35px;
}

.carousel-wrapper .carousel-control:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.carousel-wrapper .carousel-control:after {
  background-color: #e8e8e8;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  content: '';
  display: block;
  height: 80px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  width: 80px;
}

.carousel-wrapper .carousel-control:hover:after {
  opacity: 0.9;
}

.carousel-wrapper .carousel-control.left .icon {
  right: 10px;
}

.carousel-wrapper .carousel-control.left:after {
  left: -45px;
}

.carousel-wrapper .carousel-control.right .icon {
  left: 10px;
}

.carousel-wrapper .carousel-control.right:after {
  right: -45px;
}

.carousel-wrapper .carousel-control.left,
.carousel-wrapper .carousel-control.right {
  background-image: unset;
  background-repeat: unset;
}

.carousel-wrapper .carousel-indicators {
  bottom: 0;
}

.carousel-wrapper .carousel-indicators li {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  height: 12px;
  margin: 0 2px;
  width: 12px;
}

.carousel-wrapper .carousel-indicators li.active {
  background-color: #383838;
  border-color: #383838;
}

.left-filter.personal-cabinet-filter {
  margin: 0 16px 40px 0;
}

.personal-cabinet-filter .active {
  background-color: lavender;
}

.personal-cabinet-filter .filter-menu :last-child {
  border-bottom: 1px solid #dddddd;
}

.search {
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 8px 16px;
  text-align: center;
}

.search > :first-child {
  margin-bottom: 8px;
}

.search .result {
  color: #383838;
  font-size: inherit;
  font-weight: inherit;
}

.search .glyphicon {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.search .search-input {
  margin-block-end: 0;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.search .search-input input {
  -webkit-transition-property: outline-width;
  -webkit-transition: 0.25s;
  background-color: inherit;
  border: none;
  color: #929292;
  font-weight: inherit;
  padding: 4px 16px;
  transition-property: outline-width;
  transition: 0.25s;
  width: 100%;
}

.search .search-input button {
  background-color: unset;
  border: none;
  color: #383838;
  position: absolute;
  right: 8px;
  -webkit-transition-property: color, outline-width;
  transition-property: color, outline-width;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.search .search-input button:hover {
  color: #b3b3b3;
}

form.form {
  -webkit-box-align: center;
  align-items: center;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 22px;
  margin: 0 16px 44px;
}

form.form .form-control {
  background-color: #f5f5f5;
  border-width: 0;
  box-shadow: inset 0 0 3.96px 0.04px rgba(0, 0, 0, 0.42);
  color: #383838;
  -webkit-transition-property: border, border-color, border-width, box-shadow;
  transition-property: border, border-color, border-width, box-shadow;
}

form.form .form-control:not(:placeholder-shown) {
  background-color: #fff;
  box-shadow: unset;
  border: 2px solid #383838;
}

form.form .form-control:not(:placeholder-shown):focus {
  border-color: #2c638f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}

form.form .form-control:focus {
  box-shadow: inset 0 0 3.96px 0.04px #2c638f;
}

form.form .control-label {
  font-family: Philosopher, Fallback, Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

form.form .password {
  position: relative;
}

form.form .button-icon {
  background-color: inherit;
  border: none;
  padding: 4px 8px;
  position: absolute;
  right: 4px;
  top: 4px;
}

form.form .button-icon:hover svg {
  opacity: 0.7;
}

form.form .btn-default {
  border-color: #383838;
  border-width: 2px;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

form.form .form-submit > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

form.form.one-column-form {
  padding-top: 26px;
}

form.form.two-column-form {
  padding-top: 44px;
  margin-bottom: 66px;
}

form.form.two-column-form .btn-default {
  margin-top: 40px;
}

.btn {
  border-radius: unset;
}

.btn-default {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.form-control {
  border-radius: 0;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal .tooltip {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: auto;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
  margin-left: 0;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: auto;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .tooltip {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical .tooltip {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: auto;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: auto;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl,
.slider-tick-label-container,
.slider-tick-label {
  padding-left: 0;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#dfdfdf),
      to(#bebebe)
  );
  background-image: linear-gradient(180deg, #dfdfdf 0, #bebebe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
  background-repeat: repeat-x;
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e5e5e5),
      to(#e9e9e9)
  );
  background-image: linear-gradient(180deg, #e5e5e5 0, #e9e9e9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  cursor: pointer;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f5f5f5),
      to(#f9f9f9)
  );
  background-image: linear-gradient(180deg, #f5f5f5 0, #f9f9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slider-selection,
.slider-track {
  position: absolute;
  background-repeat: repeat-x;
  border-radius: 4px;
}

.slider-selection {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f9f9f9),
      to(#f5f5f5)
  );
  background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#8ac1ef),
      to(#82b3de)
  );
  background-image: linear-gradient(180deg, #8ac1ef 0, #82b3de);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
  background-repeat: repeat-x;
}

.slider-track-high,
.slider-track-low {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#337ab7),
      to(#2e6da4)
  );
  background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  -webkit-filter: none;
  filter: none;
  box-shadow: unset;
  border: 0 solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.custom,
.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom:before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f9f9f9),
      to(#f5f5f5)
  );
  background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-filter: none;
  filter: none;
  opacity: 0.8;
  border: 0 solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.custom,
.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom:before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#8ac1ef),
      to(#82b3de)
  );
  background-image: linear-gradient(180deg, #8ac1ef 0, #82b3de);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

.form-block .left-filter {
  max-width: 270px;
  width: 100%;
  margin-top: 0;
}

.form-block .red-color {
  background-color: #fff5c2;
}

.form-block .left-filter .filter-menu {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c1c1c1;
}

.form-block .pagination {
  margin-top: -16px;
}

.form-block .pagination > li > a,
.form-block .pagination > li > span {
  color: #383838;
}

.form-block .pagination > .active > a,
.form-block .pagination > .active > span,
.form-block .pagination > .active > a:hover,
.form-block .pagination > .active > span:hover,
.form-block .pagination > .active > a:focus,
.form-block .pagination > .active > span:focus {
  background-color: #383838;
  border-color: #383838;
  color: #fff;
}

.form-block .pagination > li > a:hover,
.form-block .pagination > li > span:hover,
.form-block .pagination > li > a:focus,
.form-block .pagination > li > span:focus {
  color: black;
}

.form-block .pagination > li:first-child > a,
.form-block .pagination > li:first-child > span,
.form-block .pagination > li:last-child > a,
.form-block .pagination > li:last-child > span {
  border-radius: unset;
}

.order-list .btn-default:focus {
  background: #fff5c2;
  outline: none;
}

.form-block .btn-default:focus {
  outline: none;
  background: #fff5c2;
}

.form-block #filterGroup > div:nth-child(1) > button {
  background-color: #fff5c2;
}

.form-block {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
}

.form-block .left-block-form {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.title-form-group {
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.personal-form .control-label {
  margin-right: 40px;
}

.personal-form .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 52px;
}

.personal-form .password {
  position: relative;
}

.personal-form .button-icon {
  background-color: inherit;
  border: none;
  padding: 4px 8px;
  position: absolute;
  right: 4px;
  top: 4px;
}

.profile-partial-form .inner-input {
  position: relative;
}

.profile-partial-form .button-icon {
  background-color: inherit;
  border: none;
  padding: 4px 8px;
  position: absolute;
  right: 4px;
  top: 35px;
}

.personal-form-inner {
  -webkit-box-align: center;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  padding-left: 70px;
  padding-right: 311px;
  padding-bottom: 22px;
  max-width: 837px;
  width: 100%;
  padding-top: 30px;
}

.personal-form .form-control {
  background-color: #f5f5f5;
  border-width: 0;
  box-shadow: inset 0 0 3.96px 0.04px rgba(0, 0, 0, 0.42);
  color: #383838;
  -webkit-transition-property: border, border-color, border-width, box-shadow;
  transition-property: border, border-color, border-width, box-shadow;
  align-self: flex-start;
  width: 325px;
}

.personal-form .form-control:not(:placeholder-shown) {
  background-color: #fff;
  box-shadow: unset;
  border: 2px solid #383838;
}

.personal-form .form-control:not(:placeholder-shown):focus {
  border-color: #2c638f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}

.personal-form .form-control:focus {
  box-shadow: inset 0 0 3.96px 0.04px #2c638f;
}

.personal-form .control-label {
  font-family: Philosopher, Fallback, Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.personal-form .button-icon:hover svg {
  opacity: 0.7;
}

.profile-partial-form .personal-form-inner {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 0;
}

.button-label {
  font-family: Philosopher, Fallback, Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.button-group-gender {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-group-gender .btn-default {
  width: 152px;
  height: 44px;
  border: 1px solid #383838;
  font-size: 16px;
  font-family: OpenSans sans-serif;
  font-weight: 500;
  font-style: normal;
}

.button-inner {
  display: flex;
}

.personal-form .submit-personal-data:hover {
  background: #fff5c2;
}

.button-group-gender > div > div:nth-child(1) > button {
  margin-right: 20px;
}

.prod_checbox strong {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.5px;
}

.radio-toolbar input[type='radio'] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  padding: 7px 53px;
  width: 150px;
  height: 41px;
  cursor: pointer;
  border: 1px solid #383838;
}

.radio-toolbar .female-radio {
  display: inline-block;
  padding: 7px 45px;
  width: 150px;
  height: 41px;
  cursor: pointer;
  border: 1px solid #383838;
  margin-left: 20px;
}

.radio-toolbar input[type='radio']:checked + label {
  background-color: #ffeb80;
}

.radio-toolbar label:hover {
  background-color: #f5f5f5;
}

.personal-form .submit-personal-data {
  width: 213px;
  height: 43px;
  border: 1px solid #383838;
  font-size: 16px;
  font-family: OpenSans sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.order-list {
  padding-left: 44px;
  padding-right: 44px;
}

.pay-pal-img {
  display: inline-block;
  margin-right: 8px;
}

.wrapper-table {
  display: flex;
  flex-direction: column;
  max-width: 830px;
  width: 100%;
}

table.table-custom {
  background: white;
  max-width: 830px;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
}

.title-table {
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff5c3;
  padding-left: 15px;
}

.title-section-order {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 15px;
}

.table-custom tr:hover td {
  background: #fff5c2;
}

.table-custom td {
  color: #669;
  border-top: 1px solid #e8edff;
}

.table-custom td,
.table-custom th {
  padding: 10px 5px;
}

.table-custom tr:nth-child(2n) {
  background: #fbfbfb;
}

.number-order {
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}

.number-order .checkbox {
  margin-bottom: 0;
  align-items: flex-end;
}

.number-order div.checkbox.custom-checkbox label {
  height: 14px;
  margin-right: 8px;
  width: 14px;
}

.number-order .logo-card{
  float: left;
  margin-right: 5px;
}
.number-order .logo-card>img{
  width: 20px;
}

.panel .logo-card{
  float: left;
  margin-right: 5px;
}
.panel .logo-card>img{
  width: 20px;
}

table.table-custom div.checkbox.custom-checkbox > span {
  font-size: 1.2rem;
}

.date-order {
  color: #4c4c4c;
  font-weight: 400;
}

.price-order,
.check-delivery,
.system-pay {
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}

.confirmation-form .select {
  align-items: end;
  margin-top: 10px;
}

.confirmation-form .checkbox-invoice-inner {
  margin-top: 0;
  width: 100%;
}

.priority-radio-list label {
  margin-bottom: 0;
}

.priority-radio-list label input {
  margin-right: 5px;
}

.priority-radio-list label:not(last-child) {
  margin-right: 20px;
}

.wrapper-table td {
  cursor: pointer;
}

.confirmation-block {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-right: 70px;
  margin-bottom: 90px;
}

.confirmation-block .left-filter {
  margin-top: 0;
}

.confirmation-block .left-filter .filter-menu {
  border-bottom: 2px solid #dddddd;
}

.confirmation-block .filter-menu > li:hover {
  background-color: #fff5c2;
}

.confirmation-block .btn-default:focus {
  outline: none;
  background: #fff5c2;
}

.confirmation-block .left-block-form .inner-input {
  margin-top: 5px;
}

.confirmation-block .profile-partial-form-label {
  color: #929292;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.confirmation-block .submit-address,
.confirmation-block .profile-partial-form-input {
  font-size: 1.4rem;
  height: 32px;
}

.confirmation-orders {
  font-size: 1.4rem;
}

.confirmation-orders .column-price {
  width: 30%;
}

.confirmation-orders .column-quantity {
  width: 15%;
}

.confirmation-orders .order-row {
  justify-content: space-between;
}

.confirmation-orders .order-headline,
.confirmation-orders .column-price {
  font-size: inherit;
}

.confirmation-orders .order-body .column-price p {
  display: inherit;
  margin-top: unset;
}

.confirmation-orders .order-total {
  -webkit-box-align: end;
  align-items: flex-end;
}

.confirmation-orders .checkbox {
  margin-top: 22px;
}

.confirmation-orders .price {
  font-weight: 400;
}

.confirmation-orders .price span:before {
  margin-right: -2px;
}

.confirmation-orders .price-total {
  margin-top: 30px;
  font-size: 1.6rem;
}

.title-confirmation-order {
  width: 100%;
  color: #383838;
  font-size: 16px;
  font-weight: 500;
  padding-left: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgb(255, 246, 196);
  background: -webkit-linear-gradient(
      77deg,
      rgb(255, 246, 196) 24%,
      rgb(255, 255, 255) 100%
  );
  background: -o-linear-gradient(
      77deg,
      rgb(255, 246, 196) 24%,
      rgb(255, 255, 255) 100%
  );
  background: -ms-linear-gradient(
      77deg,
      rgb(255, 246, 196) 24%,
      rgb(255, 255, 255) 100%
  );
  background: linear-gradient(
      77deg,
      rgb(255, 246, 196) 24%,
      rgb(255, 255, 255) 100%
  );
  text-transform: uppercase;
}

.order-image {
  display: none;
}

.header-confirmation-table {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e8e8e8;
  color: #5d5d5d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 8px;
  text-transform: uppercase;
  width: 100%;
}

.column-quantity-table {
  max-width: 170px;
  width: 100%;
}

.form-control-order {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  border-radius: 0;
  line-height: 1;
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
  color: inherit;
  padding: 4px 0;
  font-size: 1.4rem;
  width: 50px;
  height: 30px;
}

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

.address-section {
  display: flex;
  padding-left: 44px;
  padding-right: 44px;
  justify-content: flex-start;
  max-width: 1920px;
  width: 100%;
}

.address-section .left-filter {
  margin-top: 0;
  margin-right: 50px;
}

.address-section .btn-default:focus {
  background: #fff5c2;
  outline: none;
}

.address-section .filter-menu > li:hover {
  background-color: #fff5c2;
}

.button-link-cabinet {
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #c1c1c1;
  outline: none;
  text-align: left;
  padding: 8px 12px 6px;
}

.button-link-cabinet:hover {
  background-color: #e6e6e6;
  color: #1a2226;
}

.address-section .left-filter .filter-menu {
  border-bottom: 2px solid #dddddd;
}

.link-personal-cabinet:hover {
  background-color: #4a4a4a;
}

.form-inner {
  max-width: 1000px;
  width: 100%;
}

.title-form {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-personal-cabinet {
  max-width: 835px;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.left-block-form.left-filter .filter-menu li {
  padding: 10px 16px 20px;
}

.left-block-form .checkbox-invoice-inner {
  margin-top: 6px;
}

.left-block-form .inner-input {
  width: 100%;
  margin-top: 20px;
}

.left-block-form .select {
  flex-direction: column;
  margin-bottom: unset;
}

.left-block-form .submit-personal-data-inner {
  margin-bottom: 20px;
}

aside.left-filter.left-block-form {
  margin-bottom: 40px;
}

aside.left-filter.left-block-form form.profile-partial-form,
aside.left-filter.left-block-form,
form.profile-partial-form,
.personal-form-inner {
  border: none;
}

aside.left-filter.left-block-form .filter-menu > li:hover {
  background: none;
}

aside.left-filter.left-block-form form.profile-partial-form .form-control {
  display: block;
  height: 34px;
}

.title-mail {
  color: #383838;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.inner-input {
  width: 50%;
}

.input-right-margin {
  margin-right: 30px;
}

.profile-partial-form-label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.profile-partial-form-input {
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  width: 100%;
  height: 38px;
  border: 1px solid #c1c1c1;
  background-color: #f9f9f9;
  outline: none;
}

textarea.profile-partial-form-input{
  height: unset;
}

.select-town {
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  width: 100%;
  height: 38px;
  border: 1px solid #c1c1c1;
  background-color: #f9f9f9;
  outline: none;
}

.focus-input:focus {
  background: #ffffff;
  border: 1px solid #3c3c3c;
}

.address-text {
  max-width: 789px;
  width: 100%;
  min-height: 38px;
  background: #f9f9f9;
  border: 1px solid #c1c1c1;
  outline: none;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-right: 20px;
}

.total-form {
  margin-bottom: 110px;
}

.invoice-title-margin {
  margin-top: 40px;
}

.submit-address {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-direction: normal;
  box-sizing: inherit;
  color: inherit;
  font: inherit;
  cursor: pointer;
  line-height: 1.15;
  overflow: visible;
  -webkit-appearance: button;
  max-width: 150px;
  width: 100%;
  height: 40px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
}

.submit-address:hover {
  background: #fff5c2;
}

.check-invoice:checked,
.check-invoice:not(:checked) {
  position: absolute;
  left: -9999px;
}

.check-invoice:checked + label,
.check-invoice:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 15px;
  cursor: pointer;
}

.check-invoice:checked + label:before,
.check-invoice:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #f19224fd;
  background-color: #ffffff;
}

.check-invoice:checked + label:after,
.check-invoice:not(:checked) + label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 5px;
  border-radius: 1px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check-invoice:not(:checked) + label:after,
.check-invoice:not(:checked) + label:after {
  opacity: 0;
}

.check-invoice:checked + label:after,
.check-invoice:checked + label:after {
  opacity: 1;
}

.check-invoice + label {
  font-size: 14px;
  font-weight: 400;
}

.cart-widget-link {
  color: #cecece;
}

.alert-wrapper>.alert {
  width: 100%;
}

.left-block-form {
  margin-right: 0
}

.tab-content {
  margin: 16px;
}

@media not all and (min-resolution: 0.001dpcm) {
  .quantity-input .form-control {
    font-size: 1.2rem !important;
  }

  .item-content .item-image img {
    height: 100%;
  }

  form.form .password button {
    right: 36px;
  }
}

@media (max-width: 320px) {
  .product-page .card-link {
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 16px 22px;
  }

  .header .logo {
    font-size: 1.9rem;
  }

  .product-page .card-image {
    padding: 16px;
  }

  .product-page .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .product-page .btn-main {
    max-width: 255px;
  }

  .product-page .btn-card,
  .product-page .btn-main {
    margin: 8px auto;
  }

  .column-price {
    width: 30%;
  }

  .confirmation-orders .column-price {
    margin-left: 16px;
  }

  form.form .form-group {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .order-list {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-table {
    font-size: 14px;
  }

  .wrapper-table {
    flex-wrap: wrap;
  }

  .title-section-order {
    font-size: 12px;
    text-transform: capitalize;
  }
}

@media (max-width: 665px) {
  .js-minus {
    display: none;
  }

  .js-plus {
    display: none;
  }

  .form-control-order {
    width: 40px;
    height: 20px;
  }
}

@media (max-width: 700px) {
  .title-form-group {
    text-align: center;
  }

  .left-filter {
    margin-right: 0;
  }

  .personal-form .form-control {
    width: 250px;
  }

  .radio-toolbar label {
    padding: 7px 38px;
    width: 114px;
  }

  .radio-toolbar .female-radio {
    padding: 7px 27px;
    width: 114px;
  }

  .personal-form .submit-personal-data {
    width: 250px;
  }

  .personal-form {
    margin-left: 0;
  }

  .address-section {
    flex-direction: column;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .address-section .left-filter {
    margin-right: 0;
    max-width: 300px;
    width: 100%;
  }

  .button-link-cabinet {
    font-size: 14px;
  }
}

@media (max-width: 769px) {
  .page-cabinet .title,
  .page-cabinet .alert-wrapper {
    margin-right: 16px;
    margin-left: 16px;
  }

  .header .logo {
    margin-bottom: 16px;
  }

  .footer .logo {
    font-size: 1.9rem;
  }

  .product-page .item-content {
    margin-top: 40px;
  }

  .product-page .item-image {
    margin-left: -16px;
    margin-right: -16px;
  }

  .product-page .breadcrumbs {
    position: absolute;
    top: 8px;
  }

  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 16px;
  }

  .navigation .menu > li {
    margin-right: 0 !important;
  }

  .navigation .menu > li .cart,
  .navigation .menu > li:not(:last-child) {
    margin-bottom: 8px;
  }

  .left-filter {
    margin-bottom: 18px;
    min-width: 256px;
  }

  .page .left-filter {
    margin: 0 16px 40px;
  }

  .brands.brands-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .brands.brands-images a {
    width: 100%;
  }

  .brands.brands-images a:nth-child(odd) {
    background-color: #f9f9f9;
  }

  .item-image .main-image {
    padding-top: 80px;
    width: calc(100% - 44px);
  }

  .product-page .preview-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 0 16px;
  }

  .product-page .preview:not(:last-child) {
    margin-right: 16px;
  }
}

@media (max-width: 900px) {
  .order-list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 969px) {
  .footer .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .number-order .checkbox input[type=checkbox] {
    margin-top: 2px;
  }
}

@media (max-width: 1280px) {
  .title-form-group {
    text-align: left;
  }

  .personal-form-inner {
    margin: 0;
    padding: 20px;
  }

  .personal-form {
    margin-left: 30px;
  }

  .personal-form .form-group {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .personal-form .control-label {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .button-group-gender {
    flex-direction: column;
  }

  .button-label {
    margin-bottom: 12px;
  }

  .personal-form .submit-personal-data {
    margin-bottom: 60px;
  }

  .submit-personal-data-inner {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 480px) {

  .more .btn {
    margin: 0 auto;
  }

  .product-page .card-link {
    max-width: 200px;
  }

  .product-page .carousel-inner {
    max-width: 510px;
    margin: 0 auto;
  }

  .product-page .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .product-page .btn-main {
    max-width: 170px;
  }

  .product-page .card-title {
    font-size: 1.6rem;
  }

  .product-page .preview-group {
    top: 36px;
  }

  button.delete {
    max-height: 30px;
    max-width: 30px;
  }

  .column-price {
    width: 25%;
  }

  .order-total .checkbox,
  .order-total .price {
    max-width: 270px;
    width: 65%;
  }

  .order-headline {
    font-size: 1.4rem;
  }

  .order-headline .order-row {
    padding: 14px 0;
  }

  .order-body .order-row {
    padding: 22px 0 20px;
  }

  .order-body .column-title {
    font-size: 1.8rem;
  }

  .order-body .column-price p {
    margin-top: 6px;
  }

  .confirmation-orders .column-title {
    width: 80%;
  }

  .order-body .column-price,
  .confirmation-orders .order-total .price,
  .confirmation-orders .order-total .checkbox,
  .confirmation-orders .order-body .column-price,
  .confirmation-orders .order-body .column-title,
  .confirmation-orders .column-quantity .text-center {
    font-size: 1.6rem;
  }

  .confirmation-orders .price.price-total {
    font-size: 1.9rem;
  }

  .order-total {
    font-size: 1.6rem;
  }

  .order-total .price {
    font-size: 1.8rem;
  }

  div.checkbox.custom-checkbox {
    font-size: 1.6rem;
  }

  .quantity-input .form-control {
    font-size: 1.4rem;
    height: 30px;
    width: 50px;
  }

  form.form .form-group > div {
    width: 322px;
  }
}

@media (min-width: 580px) {

  .column-price {
    max-width: 20%;
  }

  .more .divider {
    display: block;
    border-top-width: 2px;
    border-top-color: #474747;
    width: 100%;
  }

  .more .btn {
    margin: 0 44px;
  }

  .page .row {
    flex-direction: row;
  }

  .confirmation-form .order-total .checkbox,
  .confirmation-form .order-total .price {
    width: 80%;
  }

  .left-filter.personal-cabinet-filter {
    min-width: 200px;
  }

}

@media (min-width: 769px) {

  .more {
    grid-column: 2/-1;
  }

  .column-price {
    width: 15%;
  }

  .page .row {
    margin: 0 44px;
  }
  .table-responsive {
    min-height: unset;
    overflow-x: unset;
  }

  .header .navigation {
    margin-top: 16px;
  }

  .navigation .menu {
    justify-content: center;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 44px 44px 40px;
  }

  .custom-page {
    padding: 0 44px 40px;
  }

  .footer .navigation {
    margin-bottom: 16px;
  }

  .footer .social {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .form.title {
    margin-top: 80px;
  }

  .grid,
  .search {
    grid-column-gap: 20px;
    grid-template-columns: minmax(256px, 274px) 1fr;
  }

  .grid {
    margin: 0 44px;
  }

  .items,
  .top-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .brands-catalog .card-description {
    margin-bottom: 60px;
    padding: 0 20px;
  }

  .brands-catalog .brands.brands-images {
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-page .item-content {
    margin-left: 44px;
    margin-right: 44px;
  }

  .product-page .item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .product-page .item-content > div {
    width: 50%;
  }

  .product-page .item-image {
    margin-left: -44px;
    display: -webkit-box;
    display: flex;
  }

  .product-page .breadcrumbs {
    margin-bottom: 36px;
  }

  .product-page .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    margin-top: 24px;
  }

  .product-page .quantity {
    margin-bottom: 20px;
  }

  .product-page .carousel {
    padding-bottom: 40px;
  }

  .product-page .btn-main {
    margin-top: 16px;
    max-width: 255px;
  }

  .home-page .item-description {
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-left: 44px;
    max-width: 38%;
  }

  .home-page .action {
    margin-top: 76px;
  }

  .home-page .btn-main {
    max-width: 180px;
  }

  .checkout-page {
    margin-left: 44px;
    margin-right: 44px;
  }

  .title .subtitle {
    margin: 12px auto 0;
  }

  .left-filter {
    grid-column: 1;
    grid-row: 1/3;
    justify-self: unset;
    margin-top: 20px;
  }

  .left-filter.personal-cabinet-filter {
    margin: 0 44px 40px 0;
    min-width: 256px;
  }

  .brands.title {
    margin: 40px 44px 26px;
  }

  .brands.brands-images {
    -webkit-box-pack: end;
    justify-content: end;
    max-width: 800px;
    padding: 0 44px 34px;
  }

  .column-quantity .quantity-input {
    -webkit-box-align: center;
    align-items: center;
  }

  .column-quantity .quantity-input button {
    display: block;
  }

  .order-body .column-title a {
    margin-bottom: 10px;
  }

  .order-total {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .order-total .checkbox,
  .order-total .price {
    width: 50%;
  }

  .order-action {
    margin: 30px 44px 94px auto;
    width: 30%;
  }

  .order-action .btn {
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: auto;
    padding: 8px 32px;
  }

  .confirmation-orders .column-title {
    position: relative;
    width: 80%
  }

  .confirmation-orders .order-action {
    display: flex;
    justify-content: center;
    margin: 30px;
    width: unset;
  }
  .confirmation-orders .order-action .btn {
    margin: 0;
  }

  .confirmation-form {
    width: 100%;
  }

  .item-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .item-image .main-image {
    height: calc(100% - 34px);
    max-height: 400px;
    padding-left: 108px;
    width: 100%;
  }

  .product-page .preview-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 44px;
    top: 38px;
  }

  .product-page .preview:not(:last-child) {
    margin-bottom: 16px;
  }

  .search {
    padding: 0 44px;
    text-align: left;
  }

  .search > :first-child {
    margin-bottom: 0;
  }

  .search .result {
    padding: 8px 0;
  }

  .search .search-input input {
    padding: 8px 16px;
  }

  .search .search-input button {
    padding: 8px 0;
    right: 16px;
  }

  form.form {
    margin: 0 auto 80px;
    padding-left: 44px;
    padding-right: 44px;
  }

  form.form .form-submit > div {
    margin: 0 auto;
  }

  form.form .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  form.form.one-column-form .form-group {
    margin-bottom: 20px;
  }

  form.form.one-column-form .form-group:not(:last-child) {
    align-self: flex-end;
    margin-bottom: 50px;
    margin-right: 44px;
  }

  form.form.one-column-form .control-label {
    margin-right: 40px;
  }

  form.form.one-column-form {
    align-self: center;
    padding: 52px 16px 56px;
    margin-top: 80px;
    margin-bottom: 200px;
    width: 648px;
  }

  form.form.two-column-form {
    margin-bottom: 112px;
    padding: 44px 34px 22px;
  }

  form.form.two-column-form .form-group {
    margin-bottom: 28px;
    width: 480px;
  }

  .left-block-form.left-filter .filter-menu li {
    padding: 10px 32px 30px;
  }

  table.table-custom {
    border: 1px solid #c1c1c1;
  }
}

@media (min-width: 969px) {

  h2 {
    font-size: 5rem;
  }

  .header .navigation {
    -webkit-box-flex: unset;
    flex-grow: unset;
    width: unset;
  }

  .header .logo,
  .header .cart {
    -webkit-box-flex: unset;
    flex-grow: unset;
    width: unset;
  }

  .home-page .item-image {
    height: 600px;
  }

  .grid,
  .search {
    grid-column-gap: 40px;
  }

  .brands-catalog .brands.title {
    margin-top: 62px;
    margin-bottom: 60px;
  }

  .shopping-cart .title {
    margin-top: 80px;
    margin-bottom: 72px;
  }

  .shopping-cart .title .subtitle {
    margin-top: 20px;
  }

  .product-page .breadcrumbs {
    margin-bottom: 72px;
  }

  .product-page .carousel-inner {
    max-width: 888px;
  }

  .product-page .price {
    margin-top: 24px;
    margin-bottom: 56px;
  }

  .product-page .btn-main {
    margin-top: 0;
    max-width: 170px;
  }

  .home-page .item-description {
    align-self: center;
    margin: 0 80px;
    max-width: 40%;
  }

  .social img {
    width: 32px;
  }

  .fit-content-md {
    max-width: fit-content;
    margin-right: 30px
  }

  .left-filter .btn {
    font-size: 1.6rem;
    padding: 12px 12px 10px;
  }

  .left-filter .btn .caret {
    border-width: 8px;
  }

  .left-filter {
    margin-right: 20px;
  }

  .left-filter .btn {
    font-size: 1.6rem;
  }

  .top-wrapper .filter-title {
    font-size: 1.6rem;
  }

  .top-wrapper .top-filter .btn {
    font-size: 1.6rem;
    padding: 12px 12px 10px;
  }

  .top-wrapper .top-filter .btn .caret {
    border-width: 8px;
  }

  .brands.title > a,
  .brands.title > h2 {
    font-size: 5rem;
  }

  .brands.title > a:after,
  .brands.title > h2:after {
    margin-top: -8px;
  }

  .brands .subtitle {
    margin: 30px auto 0 0;
  }

  .order-body .order-row {
    padding: 32px 0 30px;
  }

  .order-body .column-title {
    font-size: 2.4rem;
  }

  .confirmation-form-subtitle {
    flex-direction: row;
    justify-content: end;
    align-items: flex-end;
  }

  .confirmation-form-subtitle h4,
  .confirmation-form-subtitle .checkbox-invoice-inner {
    margin: 0;
  }

  .confirmation-form-subtitle .checkbox-invoice-inner {
    margin-left: 20px;
  }

  .confirmation-form-subtitle .checkbox-invoice-inner .check-invoice + label {
    font-size: 1rem;
    margin: 0;
  }

  .confirmation-form-subtitle .checkbox-invoice-inner .check-invoice:not(:checked) + label:before {
    width: 12px;
    height: 12px;
  }

  .confirmation-form-subtitle .checkbox-invoice-inner .check-invoice:not(:checked) + label {
    padding-left: 20px;
    line-height: 12px;
  }

  .confirmation-form .filter-menu li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .confirmation-form .filter-menu li .inner-input {
    width: 45%;
  }

  .confirmation-form .filter-menu li .full-width {
    width: 100%;
  }

  .confirmation-form .filter-menu li .select {
    width: 45%;
  }

  .confirmation-form .filter-menu li .select > * {
    width: 100%;
  }


  .confirmation-block {
    flex-direction: row;
    justify-content: end;
  }

  .confirmation-block .left-filter {
    min-width: 400px;
  }

  .confirmation-block .confirmation-orders {
    width: 100%;
  }

  .confirmation-block .left-block-form {
    align-self: end;
  }

  .confirmation-orders .column-title a,
  .confirmation-orders .column-title span {
    margin-left: 96px;
  }

  .confirmation-orders .order-image {
    position: absolute;
    top: -18px;
    left: 0;
    display: block;
    max-width: 81px;
    max-height: 81px;
  }

  .confirmation-orders .order-total {
    align-items: flex-end;
  }

  .confirmation-orders .column-price {
    width: 25%;
  }

  .item-content {
    min-width: 50%;
  }

  .item-content .price {
    font-size: 2.4rem;
    margin-bottom: 44px;
    margin-top: 4px;
  }

  .item-content .price:before {
    margin-right: -8px;
  }

  .item-content .price span {
    font-size: 1.8rem;
    margin-left: 20px;
  }

  .carousel-wrapper .icon {
    top: 30px;
    height: 32px;
    width: 32px;
  }

  .carousel-wrapper .carousel-control {
    height: 95px;
    width: 45px;
  }

  .carousel-wrapper .carousel-control:after {
    height: 95px;
    width: 90px;
  }

  .carousel-wrapper .carousel-control.left .icon {
    right: 14px;
  }

  .carousel-wrapper .carousel-control.left:after {
    left: -50px;
  }

  .carousel-wrapper .carousel-control.right .icon {
    left: 14px;
  }

  .carousel-wrapper .carousel-control.right:after {
    right: -50px;
  }

  .search {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }

  .search .result {
    padding: 14px 0;
  }

  .search .search-input input {
    padding: 14px 16px;
  }

  .search .search-input button {
    padding: 14px 0;
  }

  .search .search-input {
    grid-column: 2/-1;
  }

  form.form .form-control {
    height: 42px;
  }

  form.form .control-label {
    font-size: 2.4rem;
  }

  form.form .button-icon {
    top: 8px;
  }

  form.form.two-column-form .btn-default {
    margin-top: 16px;
  }

  form.form.two-column-form .form-group {
    margin-bottom: 54px;
    width: 510px;
  }

  .form-block {
    justify-content: end;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  table.table-custom,
  table.table-custom div.checkbox.custom-checkbox > span {
    font-size: 1.4rem;
  }

  .table-custom td,
  .table-custom th {
    padding: 20px 15px;
  }
}

@media (min-width: 1250px) {
  .footer .logo {
    margin-bottom: 0;
  }

  .footer .navigation {
    margin-bottom: 0;
  }

  .grid .top-wrapper {
    margin-bottom: 36px;
  }

  .product-page .btn-main {
    max-width: 210px;
  }
}

@media (min-width: 1280px) {
  div.title {
    margin: 85px 0 80px;
  }

  .grid {
    margin: 0;
  }

  .grid, .search {
    grid-column-gap: 80px;
  }

  .items, .top-wrapper {
    justify-content: space-between;
  }

  .left-filter {
    margin-top: 34px;
  }

  .left-filter .btn,
  .button-link-cabinet {
    padding-left: 34px;
  }

  .top-wrapper .filter-title {
    margin-bottom: 12px;
  }

  .brands.brands-images {
    max-width: 1250px;
  }

  form.form.two-column-form {
    align-self: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(510px, 570px));
  }

  form.form.two-column-form .form-group:nth-child(2n) {
    margin-left: auto;
  }

  form.form.two-column-form .form-group:last-child {
    margin: 0 auto;
    grid-column: 1/-1;
  }

  .confirmation-form-subtitle .checkbox-invoice-inner {
    width: 50%;
  }

  .carousel-wrapper .carousel-control:after {
    background-color: unset;
    border-color: unset;
  }

  .confirmation-orders .column-price {
    width: 20%;
  }

}

@media (min-width: 1200px) {
  .confirmation-block > :not(:last-child) {
    margin-right: 40px;
  }
}

/*
  wysiwyg styles
*/

.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  cursor: text;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding: 0;
  text-align: left;
  color: #777;
  font-style: italic;
}
.redactor-editor blockquote:before,
.redactor-editor blockquote:after {
  content: '';
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor ol ol li {
  list-style-type: lower-alpha;
}
.redactor-editor ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}
